@font-face {
    font-family: 'aller';
    src: url('../fonts/allerdisplay-webfont.eot');
    src: url('../fonts/allerdisplay-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/allerdisplay-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* CSS Reset */
html,body,div,span,h1,h2,h3,p,img,ol,ul,li,form,table,tbody,thead,tr,th,td {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit;}
body {line-height: 1;}
ol,ul {list-style: none;}
table {border-spacing: 0;}
html, body{
    height: 100%;
}
html{
    min-height: 100%;
}

/* #Basic Styles + Typography
================================================== */

body {font: 13px/22px "Trebuchet MS", Helvetica, sans-serif;color: #797979;-webkit-font-smoothing: antialiased;-webkit-text-size-adjust: 100%;background: #000000;}

h1, h2, h3, h4, h5, h6 {
    color: #fbaf37;
    font-weight: normal;
    letter-spacing: -0.5px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }

h1 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}

h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;

}
h3 { font-size: 16px; line-height: 20px; margin-bottom: 13px; }
h4 { font-size: 14px; line-height: 16px; margin-bottom: 8px; }
h5 { font-size: 17px; line-height: 24px; }
h6 { font-size: 14px; line-height: 21px; }
.subheader { color: #777; }

p {
    margin: 0 0 20px 0;
    color:#ffffff;
}
p img { margin: 0; }
p.lead { font-size: 21px; line-height: 27px; color: #777;  }

em { font-style: italic; }
strong { font-weight:bold; }
small { font-size: 80%; }

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.fontchange {
    font-family: 'allerregular', Helvetica, Arial, sans-serif;
}

.highlight {
    color:#da5757;
}

a {
    color:#333333;
}

a:hover {color: #70da57;-webkit-transition: color 0.2s ease-in-out;-moz-transition: color 0.2s ease-in-out;-ms-transition: color 0.2s ease-in-out;-o-transition: color 0.2s ease-in-out;transition: color 0.2s ease-in-out;}
a.button { float:left; font: 24px/24px 'aller', Helvetica, Arial, sans-serif; color:#FFF; background: url(../images/button.png) repeat-x; height: 26px; padding: 10px 10px 5px 10px; text-decoration:none;
    -webkit-border-radius: 5px; border-radius: 5px; border: outset 1px #bf0000; text-transform:uppercase; text-shadow: 1px 1px 2px #bf0000;}
a.button:hover { border: outset 1px #ffd10f; background: url(../images/button-hover.png) repeat-x; text-shadow: 1px 1px 2px #c09d08;}
.small-title {font: 18px/18px 'aller', Helvetica, Arial, sans-serif; text-transform: uppercase; color:#da5757; border-bottom: 2px solid #7cca2e; padding: 0 0 5px 0; margin: 0 0 10px 0;}

.play-now-button {
    float:left;
    margin: 40px 0 0 0;
}

.small-text {
    color: #333333;
    font: 18px/24px 'aller',Helvetica,Arial,sans-serif;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2), 5px 2px 0 rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
}

.smaller-text {
    color: #333333;
    font: 14px/18px 'aller',Helvetica,Arial,sans-serif;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2), 5px 2px 0 rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
}

.blockquote, blockquote{
    font-size: 24px;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 10px;
    margin-bottom: 9px;
}

.right {
    float:right !important;
}

.left {
    float:left !important;
}

.center {
    margin-left: auto !important;
    margin-right:auto !important;
}

.hrule {
    width: 100%;
    float:left;
    border-top: solid 1px #f39c12;
    margin: 0 0 20px 0;
}

.trans-container {

    padding:4px;
    background:url(../images/nav-trans-bg.png) repeat;
}

.bright-text {
    color:#fff;
    text-shadow: 1px 1px 0.5px #3E5B26;
}

.dark-text {
    color:#ff0505;
}

sup {
    font-size:10px;
}

.acenter{text-align:center;}

/* #Main Structure Styles
================================================== */

.container {
    position:relative;
    width:960px;
    margin: 0 auto;
}

.main {
    margin-top: -108px;
}

.normal {
    margin-top:-320px;
}

/* #Header Section
================================================== */

#header {
    background: #13161b;
    position: relative;
    /* height: 134px; */
    top: 0;
    margin: auto;
    z-index:999;
    min-width:960px;
    padding: 5px 0;
}

#header .container{text-align:center;}

#logo {
    float:left;
    /* margin: 25px 0 0 0; */
}

.iphone-app {
    width: 212px;
    height:61px;
    float:left;
    margin: 25px 0 0 100px;
}


/*
ul#languages li  {
    display:inline;
    padding:5px;
}*/

/* LANGUAGE SWITCHER MENU */
#languages {
    position: relative;
    width: auto;
    z-index:9999;
    font-family:Arial, Helvetica, sans-serif;
    float:right;
    background: #f9f9f9;
    padding:5px 5px 0 5px;
    border: solid 1px #f3f3f3;
    border-top: none;
}
#languageSelector {
    float: left;
}
/* List based language menu */

#languages ul {
    margin:0;
    padding:0;
    position:relative;
    list-style:none;
}
#languages ul li {
    margin:3px 7px 0px;
    padding:0 0 5px 0;
    position:relative;
    list-style:none;
    float:left;
    font-size:10px;
    width:24px;
    height:22px;
}
#languages ul li a {
    margin:0;
    padding:0;
    position:relative;
    display:block;
    float:left;
    font-size:10px;
    width:24px;
    height:20px;
    background: transparent url(../images/languages-sprite.png) no-repeat;
    -webkit-box-shadow:inset 0 0 6px #ffffff;
    -moz-box-shadow: inset 0 0 6px #ffffff;
    box-shadow: inset 0 0 6px #ffffff;
}

#languages ul li a:hover {
    -webkit-box-shadow:inset 0 0 0px #ffffff;
    -moz-box-shadow: inset 0 0 0px #ffffff;
    box-shadow: inset 0 0 0px #ffffff;
    -webkit-transition: 200ms linear 0s;
    -moz-transition: 200ms linear 0s;
    -o-transition: 200ms linear 0s;
    transition: 200ms linear 0s;
    outline: 0 none;}

/* English */
#languages ul li a.en, #languages ul li a.en-active {
    background-position:0px 0px;
}

/* Italian */
#languages ul li a.it, #languages ul li a.it-active {
    background-position:-32px 0px;
}

/* German */
#languages ul li a.de, #languages ul li a.de-active {
    background-position:-64px 0px;
}

/* French */
#languages ul li a.fr, #languages ul li a.fr-active {
    background-position:-96px 0px;
}

/* Spanish */
#languages ul li a.es, #languages ul li a.es-active {
    background-position:-129px 0px;
}

/* Russian */
#languages ul li a.ru, #languages ul li a.ru-active {
    background-position:-161px 0px;
}

/* Polish */
#languages ul li a.pl, #languages ul li a.pl-active {
    background-position:-193px 0px;
}

/* Chinese */
#languages ul li a.zh, #languages ul li a.zh-active {
    background-position:-225px 0px;
}


#languages ul li.grey {
    display:block;
    background: transparent url(../images/languages-sprite.png) no-repeat;

    margin:3px 7px 0px;
    padding:0 0 5px 0;
    position:relative;
    list-style:none;
    float:left;
    font-size:10px;
    width:24px;
    height:22px;
}
/* greyed out non active versions  */
#languages ul li.en {
    background-position:0px -16px;
    width:56px;
} /* English */

#languages ul li.it {
    background-position:-32px -20px;
} /* Italian */

#languages ul li.zh{
    background-position:-225px -20px;
} /* Chinese */

#languages ul li.de {
    background-position:-64px -20px;
} /* German */

#languages ul li.fr {
    background-position:-96px -20px;
} /* French */

#languages ul li.es {
    background-position:-129px -20px;
} /* Spanish */

#languages ul li.ru {
    background-position:-161px -20px;
} /* Russian */


#languages ul li.pl {
    background-position:-193px -20px;
} /* Polish */


/* #Main Navigation
================================================== */

#nav-wrapper {
    /* position:relative; */
    /* display:inline-block; */
    *
    display:inline;
    zoom:1;
    margin: 5px 0px 0 0;
    background: url(../images/nav-trans-bg.png) repeat transparent;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 3px;
    /* top: 20px; */
    z-index:200;
    float: right;
}


ul#menu {
    float:left;
    background: url(../images/nav-bg-gradient.png) repeat-x;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #bbbb33;
    -webkit-box-shadow: inset 0px -2px 1px -1px #838b02;
    box-shadow: inset 0px -2px 1px -1px #838b02;
}


ul#menu li {
    position: relative;
    float:left;
    margin:0!important;

}

ul#menu li:first-child{
    margin-left:0;
}

ul#menu li:first-child a {
    border-left: 0 none;
}

ul#menu li:last-child a {
    border-right: 0 none;
}

ul#menu li a {
    position: relative;
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    text-shadow: #5b5926 1px 1px 0.5px;
    color: white;
    font-family: 'aller', arial, san-serif;
    padding: 10px 8px 10px 8px;
    margin: 0;
    zoom:1;
    border-right: 1px solid #98a225;
    border-left: 1px solid #ded50f;
    z-index: 205;
    text-transform: uppercase;
}

ul#menu li a:hover {

    background-color:#d64937;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    -webkit-box-shadow: inset 0px 0px 15px 5px #bc1d16;
    box-shadow: inset 0px 0px 15px 5px #813333;
    text-shadow: #333333 1px 1px 0.5px;
}

ul#menu li:first-child a:hover,
ul#menu li:first-child a.active-header {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

ul#menu li:last-child a:hover,
ul#menu li:last-child a.active-header {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}



.active-header {
    background-color:#d64937;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    -webkit-box-shadow: inset 0px 0px 15px 5px #bc1d16;
    box-shadow: inset 0px 0px 15px 5px #813333;
    text-shadow: #333333 1px 1px 0.5px;
}

ul#menu li a:active {
    background-color:#bf0000
}

/* #Feature
================================================== */

.feature-container {
    background: url(../images/feature-container-bg.png) repeat;
    height:519px;
    /*-webkit-box-shadow: inset 0px 0px 10px 5px #779359;*/
    /*box-shadow: inset 0px 0px 10px 5px #779359;*/
}

.feature-container .container{text-align:left;}


#feature {
    position:relative;
    height: 519px;
    background: url(../images/feature-bg.png) no-repeat center top transparent;
    min-width:960px;
}

#feature-2 {
    position:relative;
    height: 519px;
    background: url(../images/feature-bg-2.png) no-repeat center top transparent;
    min-width:960px;
}

.top-banner {
    background: url(../images/top-banner-bg.jpg);
    height:140px;
    width:960px;
    float:left;
    margin: 40px 0 0 0;
    border: solid 1px #f4f4f4;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.feature-results-container {
    width: 932px;
    float:right;
    margin: 1px 4px 0 0;
    padding: 68px 9px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #fff;
    /* border-radius: 8px; */
}

.big-text, .big-text-it {
    font: 36px/30px 'aller', Helvetica, Arial, sans-serif;
    text-transform:uppercase;
    color: #f1f1f1;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2), 5px 2px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease-in-out 0s;
    text-align: center;
}

.big-text-it {
    font-size:28px;
}

.vbig-text {
    font: 60px/50px 'aller', Helvetica, Arial, sans-serif;
    text-transform:uppercase;
    color: #f1f1f1;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2), 5px 2px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease-in-out 0s;
}

.medium-text {
    font: 24px/24px 'aller', Helvetica, Arial, sans-serif;
    text-transform:uppercase;
    color: #f1f1f1;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2), 5px 2px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease-in-out 0s;
}

.next-draw {
    text-align: center;
    margin: 15px 0 0 0;
}

.next-draw-banner {
    float:left;
    margin: 59px 0 0 292px;
}

.next-draw-banner .vbig-text {
    color: #333;
}


.feature-results-container .button {
    margin: 40px 0 0 40px;
}

.content-banner {
    border: 1px solid #F4F4F4;
    border-radius: 5px 5px 5px 5px;
}

/*---- LATEST RESULTS ----*/

.latest-results-container {
    margin: 28px 0 0 0;
    position: relative;
}

.latest-results-container a {
    color: #f1f1f1;
}

.latest-results-container a:hover {
    color: #70da57;
}

.latest-results-title {
    float:left;

}

.latest-results-date {
    float:right;
}

ul.ballcontainer {
    height: 81px;
    padding: 0;
    overflow:hidden;
    display: table;
    margin: 7px auto 0;
}

.ballcontainer li.ball {
    background: url(../images/balls/ball-red.png) transparent no-repeat;
    display: block;
    width: 63px;
    height: 50px;
    font: 27px/24px 'aller', Helvetica, Arial, sans-serif;
    color: #3d3d3d;
    text-align: center;
    list-style-type: none;
    float: left;
    padding: 20px 0 0 0;
    text-shadow: 1px 1px 2px #f4f4f4;
    margin: 0 6px;
}

.ballcontainer li.jolly {
    background: url(../images/balls/ball-green.png) transparent no-repeat 0 -10px;
    display: block;
    width: 63px;
    height: 71px;
    font: 27px/24px 'aller', Helvetica, Arial, sans-serif;
    color: #fff;
    text-align: center;
    list-style-type: none;
    float: left;
    padding: 20px 0 0 0;
    margin: 0;
    text-shadow: 1px 1px 2px #333333;

}

.ballcontainer li.superstar {
    background: url(../images/balls/superstar_prize.png) transparent no-repeat center top;
    display: block;
    width: 63px;
    height: 48px;
    font: 27px/24px 'aller', Helvetica, Arial, sans-serif;
    color: #333333;
    text-align: center;
    list-style-type: none;
    float: left;
    padding: 3px 0 0 0;
    margin: 13px 0 0 20px;
    text-shadow: 1px 1px 2px #f4f4f4;
}

/* #Content
================================================== */

.content-bg {
    /* background: url(../images/nav-trans-bg.png) repeat; */
    /* -webkit-border-radius: 5px; */
    /* border-radius: 5px; */
    padding: 4px;
    /* border-bottom: solid 1px #f4f4f4; */
}

.content {
    background: rgb(19, 22, 27);
    border: solid 1px #dcdcdc;
    width:950px;
    /* -webkit-border-radius: 5px; */
    /* border-radius: 5px; */
    overflow:hidden;
    /* background: url(../images/sidebar-bg.png) repeat-y #fff; */
}

.right-side {
    position: relative;
    width: 678px;
    padding: 34px 21px;
    float: right;
    border-left: 1px solid #fff;

}

#breadcrumb {
    float:left;
    background: #fbfbfb;
    padding: 5px 10px;
    margin-bottom: 30px;
    border: solid 1px #f3f3f3;
}

.breadcrumb_link {
    display: inline;
}

.container-bottom-bg {
    background:url(../images/bottom-container-bg.png) top center no-repeat transparent;
    margin: 0 auto;
    height: 10px;
    min-width:960px;
}

.bigadbox {
    float:left;
    margin: 0 0 30px 0;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* #Left Side Bar
================================================== */

#sidebar {
    position:relative;
    float:left;
    width: 228px;
    overflow:hidden;
}

.sidebar-title {
    float:left;
    width: 211px;
    padding: 14px 8px;
    border-left: solid 1px #e67e22;
    background: #e67e22;
    border-bottom: 1px solid #636363;
}

ul.side-title-icon {
    float:left;
    padding: 0 0 0 6px;
    font-family: 'aller', Helvetica, Arial, sans-serif;
    color:#fff;
    text-transform:uppercase;
    font-size: 18px;
    text-shadow: #3e5b26 1px 1px 0.5px;
}

ul.sidebar-menu {
    float:left;
    margin: 0 0 0 0;
    width: 228px;
}

ul.sidebar-menu li {
    border-bottom: solid 1px #676767;
    background: #f39c12;
}

ul.sidebar-menu li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 13px 16px;
    font-family: 'aller', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    text-shadow: #3e5b26 1px 1px 0.5px;

}

ul.sidebar-menu li a:hover {
    color:#da5757;
}

/*---- SUPERENALOTTO ICONS ----*/
/*.sidebar-menu-results, .sidebar-menu-results-active {background: url('../images/spritesheet.png') no-repeat -4px -6px; width: 24px; height: 22px;   }*/
.sidebar-menu-results:hover, .sidebar-menu-results-active {color:#0c0b07  !important;}
.sidebar-menu-star:hover{color:#0c0b07  !important;}
.sidebar-menu-cards, .sidebar-menu-cards-active {background: url('../images/spritesheet.png') no-repeat -229px -110px; width: 15px; height: 24px;}
.sidebar-menu-cards:hover, .sidebar-menu-cards-active {background-position: -232px -176px; color:#da5757 !important;}
.sidebar-menu-tickets, .sidebar-menu-tickets-active {background: url('../images/spritesheet.png') no-repeat -488px -110px; width: 28px; height: 26px;}
.sidebar-menu-tickets:hover, .sidebar-menu-tickets-active {background-position: -489px -176px; color:#da5757 !important;}

/*---- NEWS ICONS ---- */
.sidebar-menu-news, .sidebar-menu-news-active {background: url('../images/spritesheet.png') no-repeat -229px -243px; width: 24px; height: 24px;}
.sidebar-menu-news:hover, .sidebar-menu-news-active {background-position: -231px -327px; color:#da5757 !important;}
.sidebar-menu-statistics, .sidebar-menu-statistics-active {background: url('../images/spritesheet.png') no-repeat -446px -240px; width: 27px; height: 26px;}
.sidebar-menu-statistics:hover, .sidebar-menu-statistics-active {background-position: -455px -325px; color:#da5757 !important;}
.sidebar-menu-winners, .sidebar-menu-winners-active {background: url('../images/spritesheet.png') no-repeat -489px -6px; width: 24px; height: 24px;}
.sidebar-menu-winners:hover, .sidebar-menu-winners-active {background-position: -488px -65px; color:#da5757 !important;}

/*---- HELP ICONS ---- */
.sidebar-menu-play, .sidebar-menu-play-active {background: url('../images/spritesheet.png') no-repeat -5px -130px; width: 24px; height: 24px;}
.sidebar-menu-play:hover, .sidebar-menu-play-active {background-position: -5px -195px; color:#da5757 !important;}
.sidebar-menu-checker, .sidebar-menu-checker-active {background: url('../images/spritesheet.png') no-repeat -4px -262px; width: 24px; height: 24px;}
.sidebar-menu-checker:hover, .sidebar-menu-checker-active {background-position: -4px -335px; color:#da5757 !important;}
/*.sidebar-menu-star, .sidebar-menu-star-active {background: url('../images/spritesheet.png') no-repeat -227px -7px; width: 23px; height: 23px;*/}
.sidebar-menu-star:hover, .sidebar-menu-star-active {background: url('../images/spritesheet.png') no-repeat -227px -65px;color:#da5757 !important;}
.sidebar-menu-iphone {background: url('../images/spritesheet.png') no-repeat -740px -6px; width: 24px; height: 24px;}
.sidebar-menu-iphone:hover {background: url('../images/spritesheet.png') no-repeat -740px -66px;}
/* #Footer
================================================== */

.footer-zigzag {
    background: url(../images/footer-zigzag.png) top repeat-x;
    height:35px;
    margin-top: 73px;
    min-width:960px;
}

.footer-container {
    background: url(../images/footer-bg.png) no-repeat transparent center top;
    overflow:hidden;
    min-width:960px;
    margin-top: 20px;
}

#footer {
    position:relative;
    float:left;
    padding: 10px 10px 0 10px;
    width:940px;
}

.footer-menu-col {
    position:relative;
    float:left;
    width:220px;
}

.col-2 {
    margin-left: 20px;
}

ul.footer-menu li {
    margin: 0 0 10px 0;
}

ul.footer-menu li a {
    color:#797979;
    font-size:14px;
    text-decoration:none;
}

ul.footer-menu li a:hover {
    color:#d64937;
}

.networks-container {
    position:relative;
    width:218px;
    height:70px;
    background: #e0e0e0;
    border:solid 1px #dbd9d9;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.networks-row {
    float:left;
    width: 190px;
    margin: 15px 0 10px 40px;

}

.networks-row a {
    float:left;
    width: 40px;
    height: 60px;
    margin: 0 10px 0 0;
}

.networkds-title {
    color:#333333;
    margin-bottom:0px;
}

.networkds-desc {
    font-size: 10px;
    margin-bottom:0px;
}

.last {
    border-bottom: none;
}

.footer-bottom-container {
    margin-top: 0;
}

.footer-disclaimer-left {
    width: 400px;
    float:left;
    color: #bebebe;
    text-transform: uppercase;
}

.footer-disclaimer-right {
    width: 400px;
    float:right;
}

.footer-disclaimer-right li {
    float:right;
    margin: 0 0 0 20px;
}

.footer-disclaimer-right li a {
    color: #797979;
    text-transform: uppercase;
    text-decoration:none;
}

.footer-disclaimer-right li a:hover {
    color:#da5757;
}

/* #Results
================================================== */

.results-table {
    width: 678px;
    background: #d2a92d;
    border: 2px solid #d2a92d !important;
}

.results-table-home {
    position:relative;
    float:left;
    width: 550px;
    background: #f4f4f4;
    border: 4px solid #ececec;
    margin: 0 0 40px 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow:  0px 0px 0px 1px #dddcdc;
    box-shadow:  0px 0px 0px 1px #dddcdc;

}

.table-small {
    width: 500px !important;
    margin: 0 0 40px 80px;
}

.table-head-small {
    width: 480px !important;
}

.results-table td {
    text-align: center;
    padding: 2px;
}

.results-table-head {
    background-color: #e01a22;
    overflow: hidden;
}

.results-table-head th {
    padding: 5px;
}

.results-table tbody tr:nth-child(odd) {
    background-color: #343434;
}

.results-table tbody tr:nth-child(even) {
    background-color: #212121;
}
.details{
    color: #f1c40f;
    text-shadow: none;
    text-decoration: none;
}

.results-table-head-2 {
    height: 42px;
    background: url(../images/nav-title-bg.png) repeat-x #93ec3e;
    background-position:bottom center;
    color:#333333;
    overflow:hidden;
    margin: 0 0 20px 0;
    vertical-align:middle;
    line-height:42px;
}
.padding-small {
    padding:3px 10px !important;
}

.padding-vsmall {
    padding: 5px 0 !important;
}

.padding-medium {
    padding: 10px !important;
}

.padding-big {
    padding: 20px !important;
}

.next-jackpot {
    text-align:center;
}

.next-jackpot .button {
    float:none;
    margin: 20px auto;
}

.main-tr {
    background: url(../images/nav-title-bg.png) repeat-x 0 -20px;
    color:#333333;
}

.tableR {
    background: #f8f8f8;
    padding: 10px !important;
}

.tableR thead {
    background: url(../images/nav-title-bg.png) repeat-x 0 -20px;
    color:#333333;
}

.tableR thead th {
    padding: 10px;
}

.results {
    /*font-size: 20px;
    font-weight: bold;*/
    color: #FFF;
    overflow: hidden;
    display: table;
    margin: 0 auto;
}

.results-small {
    margin: 10px 0 0 25px !important;
}

.results-jackpot {
    font-weight: bold;
    font-size: 20px;
    width:55px;
    height: 50px;
    line-height: 31px;
    color:#333333;
    text-align:center;
    padding:0;
    background: url(../images/balls/medium-superstar.png) no-repeat top center;
    text-shadow: 1px 1px 2px #f4f4f4;
    vertical-align: middle;
    margin: 0 auto;
}

.results-jackpot-2 {  
    background: url(../images/balls/medium-superstar-2.png) no-repeat top center;    
}

.results-jackpot-3 {  
    background: url(../images/balls/medium-superstar-3.png) no-repeat top center;    
}

.savince-jackpot-container {
    float:right;
    width: 220px;
    margin: 0 20px 0 0;
}

.results-jackpot-savince {
    float:right;
    margin: 0 10px 0 0;
    color:#da5757;
    text-align:right;
}

.results .ball {
    color:#333333;
    text-align:center;
    float:left;
    background: url(../images/balls/ball-green-medium.png) no-repeat center 0;
    text-shadow: 1px 1px 2px #f4f4f4;
    padding:0!important;
    vertical-align:top;
    height: 56px !important;
}

.results .jolly, .results .superstar, .results .ball  {
    width:55px;
    height:72px;
    line-height:60px;
}

.results .jolly {
    text-align:center;
    padding:0;
    float:left;
    background: url(../images/balls/ball-red-medium.png) no-repeat center -10px;  color:#fff; text-shadow: 1px 1px 2px #333333;
    vertical-align:top;
}

.results .superstar {
    color:#333333;
    text-align:center;
    padding:0;
    float:left;
    background: url(../images/balls/medium-superstar.png) no-repeat center -10px; text-shadow: 1px 1px 2px #f4f4f4;
    vertical-align:top;
}

.jackpot {
    position:relative;
    top:0px;
    margin-right:18px;

}

.ball-bonus {
    float:left;
    margin: -20px 0 0 312px;
}

.ball-bonus-small {
    float:right;
    margin: -30px 40px 0 0 !important;
}

.smallResults {

    font-size: 12px;
    text-align: center;
    font-weight: bold;
}

.smallResults td.ball, .smallResults td.jolly, .smallResults td.superstar {
    font-size: 12px !important;
    width: 26px !important;
    height: 26px !important;
}

.smallResults td.ball {
    background: url(../images/balls/26px/ball.png) no-repeat center;
    color:#333333;
}



.smallResults td.jolly {
    background: url(../images/balls/26px/jolly.png) no-repeat center;
    color: #000;
}

.smallResults td.superstar {
    background: url(../images/balls/26px/superstar.png) no-repeat center;
    color: #000;
}

.ResultsNotes td {text-align:center}
.ResultsNotes td p {padding:2px; margin:0; font: bold 16px/24px Arial}

/* Ticket checker*/
.ticketChecker-big {
    width:350px!important;
}

.ticketChecker .ball, .ticketChecker a:hover.ball, .ticketChecker .ballSelected, .ticketChecker a:hover.ballSelected, .ticketChecker .ballDisabled, .ticketChecker a:hover.ballDisabled, .ticketChecker .jolly, .ticketChecker a:hover.jolly, .ticketChecker .jollySelected, .ticketChecker a:hover.jollySelected, .ticketChecker .jollyDisabled, .ticketChecker a:hover.jollyDisabled, .ticketChecker .superstar, .ticketChecker a:hover.superstar, .ticketChecker .superstarSelected, .ticketChecker a:hover.superstarSelected, .ticketChecker .superstarDisabled, .ticketChecker a:hover.superstarDisabled {
    display: block;
    width: 37px;
    height: 40px;
    text-align: center;
    font: bold 14px/37px arial;
    margin: 5px 1px 5px 1px;
    padding: 0;
    color: #000;
    text-decoration: none;
    background: url(../images/balls/checker-sprite.png) no-repeat;
    border-bottom: none;
    float:left;

}

.jollyDisabled, .jolly {
    color:#fff!important;
}


.ticketChecker .ball, .ticketChecker a:hover.ball {background-position: -9px -110px;}
.ticketChecker .ballSelected, .ticketChecker a:hover.ballSelected {background-position: -9px -353px;}
.ticketChecker .ballDisabled, .ticketChecker a:hover.ballDisabled {background-position: -9px -312px;}
.ticketChecker .jolly, .ticketChecker a:hover.jolly {background-position: -9px -191px;}
.ticketChecker .jollySelected, .ticketChecker a:hover.jollySelected {background-position: -9px -182px;}
.ticketChecker .jollyDisabled, .ticketChecker a:hover.jollyDisabled {background-position: -9px -230px;}
.ticketChecker .superstar, .ticketChecker a:hover.superstar {background-position: -9px -150px;}
.ticketChecker .superstarSelected, .ticketChecker a:hover.superstarSelected {background-position: -9px -151px;}
.ticketChecker .superstarDisabled, .ticketChecker a:hover.superstarDisabled {background-position: -9px -273px;}

td.ball, td.jolly, td.superstar {
    position: relative;
    width: 55px;
    height: 58px;
    text-align: center;
    font: bold 24px/58px Arial, Helvetica, sans serif;
    color: #3d3d3d;
    padding: 0;

}

td.ball {background: url(../images/balls/checker-sprite.png) transparent 0 5px no-repeat;}
div.ball {margin:auto;}
td.jolly {background: url(../images/balls/checker-sprite.png) transparent 0 -58px no-repeat; color: #3d3d3d;}
td.superstar {background: url(../images/balls/checker-sprite.png) transparent 0 -54px no-repeat; color: #3d3d3d;}

.statistics .ball, .l-statistics .ball {
    background: url(../images/balls/26px/ball.png) no-repeat center;
    text-align: center;
    height: 26px;
    font-size: 13px;
    line-height: 26px;
    color: #3d3d3d;
    font-weight: bold;
}

.frequency {
    width:100px;
}

.most-overdue {
    width:92px;
}

/* #Scratch Cards
================================================== */

.scratcher
{
    float:left;
    width:310px;
    height:185px;
    margin:0px 0 60px 38px;
    padding:0;
    position:relative;
}
.scratcher h2
{
    margin-bottom:0
}

.scratcher-it
{
    float:left;
    width:310px;
    height:200px;
    margin:0px 0 60px 38px;
    padding:0;
    position:relative;
}

.scratcher p
{
    margin:2px 0 0 0;
    padding:0;

}

.playscratch
{
    width:150px;
    height:26px;
    float:right;
    margin:5px 0 0 0;

}

.playscratch-it
{
    width:150px;
    height:26px;
    position:absolute;
    bottom: -20px;
    left: 25px;

}

.scratcher img
{
    float:left;
    margin: 7px 10px 28px 0px;
    padding:0px;
}

.playscratch .button
{
    font-size:13px;
}

.first {margin-left:0px;}

/* #Statistics
================================================== */

table.statistics {
    position:relative;
    background: #f4f4f4;
    border: 4px solid #ececec;
    margin: 0 0 40px 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow:  0px 0px 0px 1px #dddcdc;
    box-shadow:  0px 0px 0px 1px #dddcdc;
}
table.statistics td, table.statistics th {border-bottom: 1px solid #d8d8d8; border-right: 1px solid #d8d8d8;}

.l-statistics {
    position:relative;
    background: #f4f4f4;
    border: 4px solid #ececec;
    margin: 0 0 40px 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow:  0px 0px 0px 1px #dddcdc;
    box-shadow:  0px 0px 0px 1px #dddcdc;
    width:680px;

}

#SwitchText {
    float:left;
    margin:10px 20px 0 0;
}

#SwitchImage {
    float:left;
    margin: 10px 0 0 0;
}

#reset_checker {
    float:left;
    margin: 10px 0 0 0;
}

#submit_checker {
    float:right;
}

/* #Sa Vince Tutto
================================================== */

ul.vince-menu {
    width: 640px;
    float:left;
    margin: 0 0 20px 20px;
}

ul.vince-menu li {
    display:block;
    background: url('../images/spritesheet.png') no-repeat -25px -423px;
    font-size: 14px;
    color:#333333;
    padding: 0 0 0 20px;
    margin: 0 0 10px 0;


}

ul.news-menu {
    width: 320px;
    float:left;
    margin: 0 0 20px 20px;
}

ul.news-menu li {
    display:block;
    background: url('../images/spritesheet.png') no-repeat -25px -423px;
    font-size: 14px;
    color:#333333;
    padding: 0 0 0 20px;
    margin: 0 0 10px 0;


}

.winning-divisions-container {
    float:left;
    width: 678px;
    height:220px;
    background: url(../images/winning-divisions.jpg);
    border: 1px solid #f4f4f4;
    margin-bottom:20px;
}

.winning-divisions-container-red {
    float:left;
    width: 678px;
    height:220px;
    background: url(../images/winning-divisions-red.jpg);
    border: 1px solid #f4f4f4;
    margin-bottom:20px;
}

.divisions-stars {
    font-family: 'aller', Helvetica, Arial, sans-serif;
    text-transform:uppercase;
    float:left;
    width: 240px;
    height:220px;
    font-size:48px;
    text-align:center;
    margin:94px 0 0 0;
    color:#fff;
    text-shadow: #3e5b26 1px 1px 0.5px;
    line-height:40px;
}

.divisions-description {
    float:left;
    width: 398px;
    font-size:24px;
    text-align:center;
    margin-top:60px;
    padding: 0 20px;

}

/* Slider */

.slides {overflow: hidden !important; position: relative; width: 960px; height: 140px;}
.slides li {position: relative;}
.parallax {z-index: 9;}
.parallax img {position: relative; z-index: 9;}

.slideone, .slidetwo, .slidetwo-it, .slidetwo-de, .slidetwo-fr, .slidetwo-ru, .slidetwo-pl, .slidetwo-es {
    height: 140px;
    width: 960px;
    z-index: 1;
    background-repeat: no-repeat;
}

.slidetwo {
    background: url(../images/slide-2.png);
}

.slidetwo-it {
    background: url(../images/slide-2-it.png);
}

.slidetwo-de{
    background: url(../images/slide-2-de.png);
}

.slidetwo-fr {
    background: url(../images/slide-2-fr.png);
}

.slidetwo-pl {
    background: url(../images/slide-2-pl.png);
}

.slidetwo-ru {
    background: url(../images/slide-2-ru.png);
}

.slidetwo-es {
    background: url(../images/slide-2-es.png);
}



#counters {display:block;position: absolute;width: 232px;height: 44px;top: 57px;right: 20px;}
.counter-inner {position: relative; width: 58px; height: 44px; float: left; font: 30px/44px aller, arial, sans-serif; text-align: center;}
#counter-button {position:absolute; width:157px; height:38px; top:87px; right:53px;}

ul.year-list {
    float:left;
    width:680px;
    margin: 0 0 0 40px;
}

ul.year-list li {
    float:left;
    margin:5px;
}

ul.sitemap{margin:0 0 0 15px}

/* Languages */

.pl ul#menu li a{
    font-family: Arial, san-serif !important;
    font-weight:bold;
}


.ru ul#menu li a{
    font-family: Arial, san-serif !important;
    font-weight:bold;
}

.ru .big-text{font: bold 30px/1 Arial, sans-serif !important;}

.ru .medium-text{font: bold 24px/1 Arial, sans-serif !important;}

.ru .small-text{font: bold 18px/1 Arial, sans-serif !important;}

.ru .smaller-text{font: bold 14px/1 Arial, sans-serif !important;}

.ru .latest-results-title{
    font-size:16px !important;
    line-height:24px !important;
}

.ru .tableResults .medium-text{font-size:20px !important;}

.ru .divisions-stars{
    font: bold 48px/1 Arial, sans-serif !important;
    margin-top:80px;
}

.ru .playscratch .button{font: bold 14px/1.5 Arial, Helvetica, sans-serif;}

/* IE fixes */

.ie.ru ul#menu li a{font-size:16px;}



a.btn{  -moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
    -webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
    box-shadow:inset 0px 1px 0px 0px #f29c93;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d24434), color-stop(1, #da4b38) );
    background:-moz-linear-gradient( center top, #d24434 5%, #da4b38 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d24434', endColorstr='#da4b38');
    background-color:#fe1a00;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #a68582;
    display:inline-block;
    color:#ffffff;
    font-size:12px;
    padding:4px 10px;
    text-decoration:none;
    text-shadow:1px 1px 0px #b23e35;
}

a.btn:hover {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
    background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
    background-color:#ce0100;}

.aller {font-family: 'aller', Arial, Helvetica, sans-serif;}

#t1, .t1 {
    width: 560px;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 8px !important;
    border: 1px solid #DDD;
    background: none repeat scroll 0% 0% #FEFEFE;
}

.alert-box {float:left; margin:20px 0 20px 10px; display:block; width:95%}


/* SOCIAL MEDIA SIDE */
#social {position: fixed; right: 0; width: 70px; top: 30%;}
#social a {background: #C04B49; float: right; width: 58px; height: 48px; text-decoration: none; text-align: left; -webkit-transition: all .2s ease-in-out; transition: all .3s ease-in-out; margin-bottom: 4px;}
#social a img {position: relative; border: none; width: 36px; height: 36px; top: 6px; left: 8px;}
#social a:hover {width: 80px;}


.notice-box, .error-box{background:url(../images/icon-info.png) #d24736 10px center no-repeat;position:relative;padding:20px 20px 20px 80px;border-left:10px solid #d24736;border-radius:6px;font:14px/24px arial;margin:10px auto 20px;color:#FFF;text-align:left}
.notice-box.ok{background:url(../images/icon-info.png) #c04c49 10px center no-repeat}
.notice-box a, .error-box a{color:#FFF}
.notice-box a:hover, .error-box a:hover{color:#FF0}
.notice-box.searcher{background-image:url(../images/icon-info.png)}
.notice-box .Title2, .notice-box .Title3{color:#FFF}
.fluid{display:inline-block;*display:inline;zoom:1;width:auto !important}

.riffa {position: absolute; top: 106px; left: 0; color: #C00; font-weight: bold; font-size: 14px;}
.raffle {position: relative; display: inline-block; padding: 5px 10px; color: #666; font: normal 20px/16px aller, sans-serif; margin: 4px; border-radius: 6px; letter-spacing: 2px;}

.footer-payment-col {
    margin: 0 4px;
    padding-bottom: 0;
    display: inline-block;
}
.footer-payment-col img{
    height: 37px;
}

/*--------------------------------------------------*/
/*--------------------------------------*/
#bank-nomor{
    margin-bottom: 27px;
    width: 421px;
    height: 175px;
    margin: 0 auto;
    /*background:url(../img/bg-nomor.png);*/
}
.nomor-hoki{
    width: 373px;
    margin: 0 auto;
}
.nomor-hoki h2{
    font: 36px/30px 'aller', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #333;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2), 5px 2px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease-in-out 0s;
}
}
#lucky-number {
    height: auto;
    float: left;
    color: #fff;
    font-family: "Century Gothic";
    text-align: center;
}
#lucky-number p {
    padding: 5px;
    background: #fff;
    color: #a40101;
    font-weight: 900;
    font-size: 30px;

    border-radius: 5px;
    margin-bottom: 0;
}
.jSlots-wrapper {
    overflow: hidden;
    height: 20px;
    display: inline-block; /* to size correctly, can use float too, or width*/
    border: 1px solid #999;
    border-radius: 5px;
}
.slot {
    float: left;
    list-style: none;
}
/* ---------------------------------------------------------------------
   FANCY EXAMPLE
--------------------------------------------------------------------- */
.fancy{
    width: 51px;
    line-height: 55px;
    text-align: center;
    font-size: 54px;
    font-weight: bold;
    color: #874f00;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
    font-family: Arial, Helvetica, sans-serif;
    border-left: 0px solid #999;
    height: 55px;
    overflow: hidden;
    float: left;
    /*background: url(../images/bg_fancy.png) no-repeat left top;*/
    margin-left: 8px;
    -webkit-box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.27);
    -moz-box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.27);
    box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.27);
    border-radius: 5px;
}
.fancy:first-child{
    margin-left: 0;
}
.charWrap{
    margin-top: 0;
}
.numslot{
    width: 51px;
    height: 55px;
}
#playFancy{
    margin-left: 15px;
    margin-top: 7px;
    display: block;
    float: left;
}

.btn{text-align: center;}

.btn-custom{
    background: #f1c40f;
    padding: 8px 7px;
    border-radius: 2px;
    color: #020202;
    text-decoration: none;
}
.btn-custom:hover{
    background: #ffe167;
    color: #000000;
    padding: 8px 7px;
    border-radius: 2px;
    text-decoration: none;
}

.widget-milan {
    margin: 0;
    text-align: center;
    border-collapse: collapse;
    background-color: #1b1b1b;
    width: 170px;
    padding: 6px 0;
    box-sizing: border-box;
    color: #fff;
    font-family: "Arial", Gadget, sans-serif;
    border: 1px solid #ffc107;
    position: fixed;
    z-index: 999;
    right: 0px;
    top: 275px;
}
.country{
    font-size: 16px;
}
.date{
    font-size: 15px;
    display: block;
    margin-bottom: 3px;
}
.number{
    font-size: 30px;
    font-weight: bold;
}
.widget-milan a{
    background: #f1c40f;
    padding: 3px 5px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
}
.widget-milan a:hover{
    color: #000;
    background: #f7da68;
}
@-webkit-keyframes blink {  
  from { opacity: 1.0; }
  to { opacity: 0.0; }
}

.number {
  -webkit-animation-name: blink;  
  -webkit-animation-iteration-count: infinite;  
  -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
  -webkit-animation-duration: 1s; 
}

.dataTables_wrapper .dataTables_paginate .paginate_button{
  background: #f1c40f;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate{
    color: #f39c12 !important;
}
/*----------------------------------------------------------------------------
DATATABLE
----------------------------------------------------------------------------*/

.dataTables_wrapper .dataTables_filter input{
    padding: 3px;
    margin-bottom: 10px;
}

.img-grandprize{
    width: 100%;
}
