/*table.toto input[type="checkbox"],*/
/*div.event-result input[type="checkbox"],*/
/*.results_filter.in_live .check input[type="checkbox"],*/
/*.results_table_live input[type="checkbox"],*/
/*.big_check {*/
/*display: none;*/
/*}*/



.langDropTop {
    float: right;
    height: 30px;
    margin-left: 5px;
    width: 90px;
    position: relative;
    line-height: 1.3;
}
.langDropTop_con {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 200;
}
.langDropTop_con.active {
    background-color: #064a7b;
    border-radius: 0 0 2px 2px;
    padding: 30px 3px 5px;
    width: 304px;
}
.curlangDropTop {
    background-color: #064a7b;
    border-radius: 0 0 2px 2px;
    box-shadow: -2px 2px 3px 1px rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    position: absolute;
    right: 0;
    text-align: left;
    text-transform: uppercase;
    top: 0;
    width: 80px;
}
.langDropTop_con:not(.active) .curlangDropTop:hover{
    background-color: #075e9c;
}
.langDropTop_con.active .curlangDropTop{
    box-shadow:none;
    border-radius: 0;
}
.curlangDropTop:before {
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 17px;
    top: 14px;
    width: 0;
}
.langDropTop_con.active .curlangDropTop:before{
    border-color: transparent transparent #fff;
    border-width: 0 4px 4px;
}
.curlangDropTop .langDT17 {
    margin: 6px 10px 0 0;
}
.langDT17 {
    background-position: 17px 17px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 17px;
    vertical-align: top;
    width: 17px;
    background-image:url(ldt_sprite.png);
}

.langDT17.ldt_ar { background-position: 0 -51px; }
.langDT17.ldt_by { background-position: 0 -136px; }
.langDT17.ldt_bg { background-position: 0 -153px; }
.langDT17.ldt_cs { background-position: 0 -170px; }
.langDT17.ldt_da { background-position: 0 -323px; }
.langDT17.ldt_de { background-position: 0 -17px; }
.langDT17.ldt_el { background-position: 0 -187px; }
.langDT17.ldt_en { background-position: 0 0px; }
.langDT17.ldt_es { background-position: 0 -238px; }
.langDT17.ldt_fa { background-position: 0 -255px; }
.langDT17.ldt_fi { background-position: 0 -272px; }
.langDT17.ldt_fr { background-position: 0 -289px; }
.langDT17.ldt_hr { background-position: 0 -306px; }
.langDT17.ldt_it { background-position: 0 -68px; }
.langDT17.ldt_ja { background-position: 0 -34px; }
.langDT17.ldt_ka { background-position: 0 -357px; }
.langDT17.ldt_ko { background-position: 0 -374px; }
.langDT17.ldt_mk { background-position: 0 -391px; }
.langDT17.ldt_mn { background-position: 0 -408px; }
.langDT17.ldt_pl { background-position: 0 -425px; }
.langDT17.ldt_pt { background-position: 0 -85px; }
.langDT17.ldt_ro { background-position: 0 -204px; }
.langDT17.ldt_ru { background-position: 0 -119px; }
.langDT17.ldt_sk { background-position: 0 -442px; }
.langDT17.ldt_sr { background-position: 0 -102px; }
.langDT17.ldt_sv { background-position: 0 -221px; }
.langDT17.ldt_tr { background-position: 0 -340px; }
.langDT17.ldt_zh { background-position: 0 -459px; }

.langDropTop_ul {
    background-color: #1466a5;
    display: none;
    list-style: outside none none;
    margin: 0;
    padding: 4px 16px 4px 4px;
    position: relative;
    text-align: left;
}
.langDropTop_con.active .langDropTop_ul {
    display: block;
}
.langDropTop_ul:before, .langDropTop_ul:after{
    content:'';
    display:block;
    clear:both;
}
.langDropTop_ul li{
    float:left;
    width:25%;
}
.langDropTop_ul li a{
    padding:3px 3px 3px 10px;
    display:block;
    color: #fff;
    font-size: 11px;
}
.langDropTop_ul li a:hover{
    background-color: #3d81b5;
}
.langDropTop_ul li a .name {
    display: inline-block;
    line-height: 17px;
    margin-left: 10px;
    text-transform: uppercase;
    vertical-align: top;
}


div.event-result input[type="checkbox"] + label:before,
.results_filter.in_live .check input[type="checkbox"] + label:before,
.results_table_live input[type="checkbox"] + label:before,
.big_check + label:before {
    background: none repeat scroll 0 0 #CCCCCC;
    display: inline-block;
    height: 23px;
    margin: -1px -3px -1px 0;
    width: 24px;
    background:url(/img/check_toto.png) no-repeat -23px 0;
}

table.toto input[type="checkbox"] + label:hover,
div.event-result input[type="checkbox"] + label:hover:before,
.results_filter.in_live .check input[type="checkbox"] + label:hover:before,
.results_table_live input[type="checkbox"] + label:hover:before,
.big_check + label:hover:before {
    background-position:-23px -23px;
}

table.toto input[type="checkbox"]:checked + label,
div.event-result input[type="checkbox"]:checked + label:before,
.results_filter.in_live .check input[type="checkbox"]:checked + label:before,
.results_table_live input[type="checkbox"]:checked + label:before,
.big_check:checked + label:before {
    background-position:0 0;
}

table.toto input[type="checkbox"]:checked + label:hover,
div.event-result input[type="checkbox"]:checked + label:hover:before,
.results_filter.in_live .check input[type="checkbox"]:checked + label:hover:before,
.results_table_live input[type="checkbox"]:checked + label:hover:before,
.big_check:checked + label:hover:before {
    background-position:0 -23px;
}

table.toto input[type="checkbox"] + label:active,
div.event-result input[type="checkbox"] + label:active:before,
.results_filter.in_live .check input[type="checkbox"] + label:active:before,
.results_table_live input[type="checkbox"] + label:active:before,
.big_check + label:active:before {
    background-position:-23px -46px;
}

table.toto input[type="checkbox"]:checked + label:active,
div.event-result input[type="checkbox"]:checked + label:active:before,
.results_filter.in_live .check input[type="checkbox"]:checked + label:active:before,
.results_table_live input[type="checkbox"]:checked + label:active:before,
.big_check:checked + label:active:before {
    background-position:0 -46px;
}

div.event-result input[type="checkbox"] + label,
.results_filter.in_live .check input[type="checkbox"] + label,
.results_table_live input[type="checkbox"] + label,
.big_check + label {
    padding-left:25px;
    position:relative;
}

.results_filter.in_live .check input[type="checkbox"] + label:before,
.results_table_live input[type="checkbox"] + label:before,
.big_check + label:before {
    content:'';
    position:absolute;
    left:0;
    top:0;
}

.results_filter {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    display: inline-block;
    list-style: none outside none;
    margin: 0;
    padding: 0px 9px 2px 13px;
    height: 44px;
}

#liveResultsForm .results_filter {
    width: 700px;
}

#resultsForm .results_filter {
    width: 600px;
}

#xzoneResultsForm .results_filter {
    width: 400px;
}

.results_filter > li {
    display: inline-block;
    vertical-align:bottom;
    margin: -8px 5px 10px;
}
.results_filter > li:first-child {
    margin-left: 0;
}
.results_filter > li:nth-child(4){
    margin-right: 0;
}
.results_filter .by_days{
    display:block;
    margin: 0 0 5px;
}
.search_score{
    margin:10px 0 0;
    height: 40px;
}
.results_filter input, .results_filter select, .search_in {
    background: none repeat scroll 0 0 #F7F7F7 !important;
    border: 1px solid #FFFFFF !important;
    box-shadow: 0 0 0 1px #A3A3A3 inset, 0 0 0 2px #E9E9E9;
    font-size: 14px !important;
    margin: 0 10px 0 0;
    padding: 2px !important;
    text-align: left;
    /*width: 100px;*/
}
.results_filter input:focus, .results_filter select:focus, .search_in:focus{
    box-shadow:0 0 0 1px #4793c7 inset, 0 0 0 2px #b3daf4;
}
.results_filter select{
    width:220px;
    padding: 0 0 1px 2px !important;
}

.in_live .check .other, .in_live .check .all_in {
    display: none;
}

.results_filter .show_results{
    background: none repeat scroll 0 0 #4793C7;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 0 2px #75C1EF, 0 0 0 1px #176397 inset;
    color: #FFFFFF;
    display: inline-block;
    padding: 3px 10px;
    vertical-align: top;
    width: 90px;
    text-align: center;
}
.results_filter .show_results:hover{
    background: none repeat scroll 0 0 #196aa1;
}
.results_filter .title {
    display: block;
    font-weight: 700;
    padding: 0 0 5px;
    text-align: left;
    margin: 0 0 0 -5px;
}
.results_filter .title span {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 0 5px;
}
.search_in {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 4px 4px 25px !important;
    background: #F7F7F7 url("/img/search_icon.png") no-repeat scroll 5px 5px !important;
    margin:0;
    width:665px;

    -webkit-transition:all 200ms linear !important;
    -moz-transition:all 200ms linear !important;
    -ms-transition:all 200ms linear !important;
    -o-transition:all 200ms linear !important;
    transition:all 200ms linear !important;
}
.search_in.in_live{
    width:718px;
}
.search_div.fix-tr-res .search_in{
    width:853px;
}
.search_in:focus {
    background: #fff url("/img/search_icon.png") no-repeat scroll 5px -33px !important;
}
.search_div {
    background: #fff;
    height: 27px;
    padding: 7px 0;
    position: relative;
    top: auto;
    width: 883px;
    text-align: center;
}
.search_div.fix-tr-res {
    border-bottom: 1px solid #BBBBBB;
    box-shadow: 0 6px 3px -4px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 30px;
}
.by_days {
    text-align: center;
    margin: 10px 0 0;
}
.by_days a {
    border-color: #CACACA;
    border-style: solid;
    border-width: 1px;
    color: #747474;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 15px -4px;
    padding: 3px 10px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
    vertical-align: bottom;
    min-width:75px;
    box-shadow: 4px 4px 0 -3px #FFFFFF inset;
    z-index:1;
    position:relative;
    text-align: center;

    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #F2F2F2),
            color-stop(1, #E8E8E8)
    );
    background-image: -o-linear-gradient(bottom, #F2F2F2 0%, #E8E8E8 100%);
    background-image: -moz-linear-gradient(bottom, #F2F2F2 0%, #E8E8E8 100%);
    background-image: -webkit-linear-gradient(bottom, #F2F2F2 0%, #E8E8E8 100%);
    background-image: -ms-linear-gradient(bottom, #F2F2F2 0%, #E8E8E8 100%);
    background-image: linear-gradient(to bottom, #F2F2F2 0%, #E8E8E8 100%);
    -pie-background: linear-gradient(top, #F2F2F2 0%, #E8E8E8 100%);
    behavior: url('/img/PIE.htc');
}
.by_days a:first-child{
    margin-left:0;
}
.by_days a:last-child{
    width:88px;
}
.by_days a:hover{
    color:#4A4A4A;
    border-color: #aaaaaa;
    z-index:2;

    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.42, #F2F2F2),
            color-stop(1, #D4D4D4)
    );
    background-image: -o-linear-gradient(bottom, #F2F2F2 42%, #D4D4D4 100%);
    background-image: -moz-linear-gradient(bottom, #F2F2F2 42%, #D4D4D4 100%);
    background-image: -webkit-linear-gradient(bottom, #F2F2F2 42%, #D4D4D4 100%);
    background-image: -ms-linear-gradient(bottom, #F2F2F2 42%, #D4D4D4 100%);
    background-image: linear-gradient(to bottom, #F2F2F2 42%, #D4D4D4 100%);
    -pie-background: linear-gradient(top, #F2F2F2 42%, #D4D4D4 100%);
    behavior: url('/img/PIE.htc');
}
.by_days a.active {
    box-shadow: 0 4px 4px -3px rgba(0, 0, 0, 0.4) inset;
    color: #555555;
    background:#DCDCDC;
    border-color: #aaaaaa;
    z-index:2;
}
.by_days .day {
    display: block;
}
.by_days .week {
    bottom: -17px;
    color: #868686;
    display: block;
    font-size: 10px;
    position: absolute;
    width: 95px;
    -moz-opacity: 0.60;
    opacity: 0.60;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60);
}
.by_days a:last-child .week{
    width:88px;
}
.by_days .week.weekend {
    color: #b42f2f;
}
.by_days .week.now {
    color: #0C5D9B !important;
}
.by_days a:hover .week, .by_days a.active .week{
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
}
.by_days a.active:hover{
    cursor:default;
}
.by_days a:first-child{
    border-radius:5px 0 0 5px;
}
.by_days a:last-child{
    border-radius:0 5px 5px 0;
}
.show_hide_but {
    margin: 5px 0 15px;
    padding: 0 0 5px;
    text-align: center;
}
.show_hide_but a:hover{
    text-decoration:underline !important;
}
.results_table{
    width:100%;
    border-collapse: collapse;
}
.results_table thead th {
    background: url("/img/show_hide_icon.png") no-repeat scroll 5px -53px #DDDDDD;
    border: 1px solid #B5B5B5;
    font-weight: 700;
    padding:4px 5px 4px 25px;
    text-align: left;
    color: #000000;
}
.results_table tbody td {
    border-bottom: 1px dotted #CCCCCC;
    padding: 4px 5px;
}

#textResult .results_table tbody td.name{
    WIDTH: 45%;
}
#textXResult .results_table tbody td.name{
    WIDTH: 50%;
}

.results_table thead:hover th {
    cursor:pointer;
    background: url("/img/show_hide_icon.png") no-repeat scroll 5px -79px #D4D4D4;
}

.results_table thead.active th {
    border-bottom: 0px;
    background: url("/img/show_hide_icon.png") no-repeat scroll 5px 7px #DDDDDD;
}

.results_table thead.active:hover th {
    cursor:pointer;
    background: url("/img/show_hide_icon.png") no-repeat scroll 5px -23px #D4D4D4;
}

.results_table thead.top th {
    background-color: #CFE4F4;
}

.results_table:last-child thead.active th{
    border: 1px solid #B5B5B5;
}
.results_table thead th img {
    margin: 0 10px 0 5px;
    vertical-align: middle;
}
.results_table .date {
    color: #838383;
    padding-left: 10px;
    width: 95px;
}
.results_table .live {
    background: none repeat scroll 0 0 #008000;
    border-radius: 50%;
    display: inline-block;
    height: 7px;
    position: absolute;
    width: 7px;
}
.results_table .name a:hover{
    text-decoration:underline !important;
}
.results_table .score {
    font-weight: 400;
    text-align: right;
    padding-right: 10px;
}
.results_table tbody tr:nth-child(odd) td{
    background:#F9F9F9;
}
.results_table tbody tr:nth-child(even) td{
    background:#EEEEEE;
}
.results_table .tv , .results_table_live .tv {
    background: url("/img/tv.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 13px;
    width: 14px;
    margin: 0 3px;
    -moz-opacity: 0.80;
    opacity: 0.80;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=80);
}
.results_table .tv:hover, .results_table_live .tv:hover{
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
}

.results_table span, .results_table_live span {
    background:red;
    color:#fff;
}

.show_hide_but .show_video{
    font-weight:700 !important;
}

.results_tabs {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: center;
    z-index: 2;
}
.results_tabs li {
    display: inline-block;
    vertical-align: bottom;
    width: 31%;
}

.results_tabs .live {
    color: #038800;
    font-weight: 700 !important;
}

.results_tabs a.live:hover:after {
    animation:anim_new 0.3s infinite;
    -webkit-animation:anim_new 0.3s infinite;
}
.results_tabs a:hover{
    background: none repeat scroll 0 0 #E3E3E3;
}

.results_tabs span {
    border-radius: 5px 5px 0 0;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    margin: 0 2px -1px;
    color: #4C4C4C;
    font-size: 17px;
    vertical-align: bottom;
    width: 100%;
    position:relative;
    cursor: pointer;
    z-index:2;

    background: none repeat scroll 0 0 #F0F0F0;
    padding: 2px 0;
    border-color: #CCCCCC;
}
.results_tabs .active {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #CCCCCC #CCCCCC #FFFFFF;
    font-weight: 700;
    padding: 10px 0;
}

/*.results_tabs .inactive {
    background: none repeat scroll 0 0 #F0F0F0;
    padding: 2px 0;
    border-color: #CCCCCC;
}*/

.results_tab_1 {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 20px 10px 10px;
}
.results_tab_1 #resultsForm ,
.results_tab_1 #xzoneResultsForm {
    text-align: center;
}

.tabs_content a{
    text-decoration: none;
}

.results_filter.in_live .check label {
    display: inline-block;
    height: 21px;
    line-height: 21px;
    margin: 0 10px 0 0;
}
.results_filter.in_live .check label.all {
    font-weight:700;
}
.results_filter.in_live .check input[type="checkbox"]:checked + label, .results_filter.in_live .check label:hover{
    color:#034B82;
    cursor:pointer;
}
.results_filter.in_live {
    height: 40px;
}
.show_hide_but.timer {
    color: #9D9D9D;
}
.show_hide_but.timer #defaultCountdown {
    font-size: 15px;
    text-align: right;
    width: 20px;
    display:inline-block;
    color: #9D9D9D;
}
.results_table_live {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: -1px;
}
.results_table_live td {
    border-bottom: 1px dotted #CCCCCC;
    padding: 4px 5px;
}
.results_table_live tr:nth-child(2n) td {
    background: none repeat scroll 0 0 #EEEEEE;
}
.results_table_live tr:nth-child(2n+1) td {
    background: none repeat scroll 0 0 #F9F9F9;
}
.results_table_live .title td {
    background: #DDDDDD !important;
    border: 1px solid #B5B5B5;
    color: #000000;
    font-weight: 700;
    padding: 1px 5px 1px 5px;
    text-align: left;
}
@keyframes anim_live{0%{background: #169616;}50%{background: #44C444;}100%{background: #169616;}}
@-moz-keyframes anim_live{0%{background: #169616;}50%{background: #44C444;}100%{background: #169616;}}
@-webkit-keyframes anim_live{0%{background: #169616;}50%{background: #44C444;}100%{background: #169616;}}
.results_table_live .live {
    background: #169616;
    border: 1px solid #006F00;
    border-radius: 50%;
    box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
    display: inline-block;
    height: 5px;
    margin: 0;
    overflow: hidden;
    position: relative;
    text-indent: -9000px;
    width: 5px;

    animation:anim_live 1s infinite;
    -webkit-animation:anim_live 1s infinite;
}
.results_table_live .date {
    color: #838383;
    width: 50px;
}
.results_table_live input[type="checkbox"] + label:before  {
    background:url(/img/check_toto_tr.png) no-repeat -23px 0;
}
.results_table_live input[type="checkbox"] + label{
    height:23px;
    display:inline-block;
    vertical-align: middle;
}
.results_table_live .title img {
    margin: 0 10px 0 5px;
    vertical-align: middle;
}
.results_table_live .score {
    color: #000000;
    font-weight: 400;
    padding-right: 10px;
    text-align: right;
}
.results_table_live .name:hover{
    text-decoration:underline !important;
    color:#336699;
}
.results_table_live .live_tr {
    width: 10px;
    padding-left: 13px;
}
.show_hide_but.timer .refresh {
    font-weight: 700 !important;
    position:relative;
}
.show_hide_but.timer .refresh:before {
    background: url("/img/refresh.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 14px;
    margin: 0 3px -2px 0;
    width: 18px;
}
.show_hide_but.timer .ext_stat {
    font-weight: 700 !important;
    position:relative;
    color:#378ac6;
}
.show_hide_but.timer .ext_stat:before {
    background: url("/img/ext_stat.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 13px;
    margin: 0 3px -2px 0;
    width: 20px;
}

table.xZoneTable {
    display: none;
    text-align: left;
    width: 100%;
}

table.xZoneTable table {
    width: 48.7%;
    display: inline-block;
    vertical-align: top;
    border: 1px dotted #ccc;
    border-collapse: collapse;
    margin-bottom: 5px;
    margin-right: 1%;
}

table.xZoneTable table tr th {
    text-align: center !important;
    padding: 4px 5px !important;
    background: #F9F9F9 !important;
}

table.xZoneTable table tr td {
    text-align: center;
    border-bottom: none;
}

table.xZoneTable table tr:nth-child(2n+1) td {
    background: #F9F9F9 !important;
}

table.xZoneTable table tr td:last-child {
    text-align: left !important;
    width: 100%;
}

.showXzone {
    border-bottom: 1px dashed #336699;
    margin-left: 10px;
}

/* Бонусы */

.bonusUl {
    padding-bottom: 100px;
    padding-top: 5px;
}
.bonusUl > li {
    padding: 10px 10px 28px;
}

.bonusUl .link img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
    border-radius:2px;
}
.bonusUl .link {
    background-color: #667b83;
    border-radius: 2px;
    display: block;
}
.bonusUl .link:hover img {
    opacity: 0.9;
}
.bonusUl .center,
.imgWithBut .center {
    bottom: -10px;
    display: block;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.bonusUl .but,
.imgWithBut .but {
    border-radius: 2px;
    box-shadow: 0 0 0 5px rgba(143, 143, 143, 0.4);
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    height: 36px;
    line-height: 36px;
    padding: 0 45px;
    text-decoration: none;
    vertical-align: top;
}

.postPage {
    border-bottom: 1px solid #aab8bd;
    margin-bottom: 20px;
    /*padding: 20px 10px;*/
}

.rulesPage .postPage {
    border-bottom: none;
}
.postPage h1 {
    color: #4f626a;
    font-size: 22px;
    font-weight: 400;
    margin: 30px 0 20px;
}
.postPage .kofsTableCon {
    margin: 20px 0;
}
.postPage h2, .postPage h3, .postPage h4, .postPage h5, .postPage h6 {
    color: #4f626a;
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0;
}
.postPage img {
    border-left: 3px solid #aab8bd;
    display: block;
    margin: 15px 0;
    max-width: 100%;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.postPage p {
    color: #231f20;
    font-size: 13px;
}
.postPage a {
    color: #cc670c;
}
.postPage i {
    font-style: italic;
}
.postPage .tableTxt {
    border-top: 1px solid #b5c6d2;
    margin: 15px 0;
    width: 480px;
    max-width: 100%;
}
.postPage blockquote {
    color: #666666;
    font-style: italic;
    margin: 10px 0;
    max-width: 815px;
    display: block;
}
.postPage iframe {
    margin: 10px 0;
    max-width: 100%;
}
.postPage time {
    color: #666666;
    display: block;
    font-size: 12px;
    margin: 5px 0;
}
.postPage ul {
    margin: 10px 0;
}
.postPage ul li {
    padding: 2px 0 2px 13px;
}
.postPage ul li:before {
    background-color: #759452;
    border-radius: 1px;
    display: block;
    height: 4px;
    left: 3px;
    position: absolute;
    top: 8px;
    width: 4px;
}
.postPage .reg {
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    height: 36px;
    line-height: 36px;
    padding: 0 80px;
    text-decoration: none;
    vertical-align: top;
}

.postPage.bonusPage {
    border-bottom: medium none;
    color: #231f20;
    /*padding: 0 10px 200px;*/
}
.postPage.bonusPage img {
    width: 100%;
    border: medium none;
    border-radius: 2px;
}
.postPage.bonusPage time {
    margin-bottom: 25px;
}

.postPage.infoPage > .fl {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    width: 50%;
}
.postPage.infoPage > .fl:nth-child(2n-1){padding-right:10px;}
.postPage.infoPage > .fl:nth-child(2n){padding-left:10px;}
.postPage.infoPage h2 {
    font-size: 22px;
    margin: 30px 0 20px;
}
.postPage.infoPage h2:first-child {
    margin-top: 0;
}
.postPage.infoPage:before {
    background-color: #fff;
    bottom: 15px;
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    width: 50%;
}


/* Новости */
.news_more_con.previews_more img {
    border: 2px solid #ffffff !important;
    border-radius: 5px;
    box-shadow: 0 0 0 2px #eeeeee;
    display: block;
    margin: 0 auto 0 0;
    max-height: 470px;
    max-width: 100%;
}
.news_more_con.previews_more table th, .news_more_con.previews_more table td {
    border: 1px solid #cccccc;
    padding: 2px 10px;
    text-align: center;
}

.news_more_con.previews_more table th {
    background-color: #eeeeee;
    color: #000000;
    font-size: 11px;
    font-weight: 700;
}
.news_more_con.previews_more table {
    border-collapse: separate;
    box-shadow: 0 0 0 4px #fafafa;
    margin: 10px auto 10px 0;
    max-width: 100%;
    border: 0 !important;
}
.news_more_con.previews_more table td a {
    display: inline-block;
    margin: -1px -9px;
    padding: 1px 9px;
}
.news_more_con.previews_more table td a:hover{
    background-color:#57a3db;
    color:#fff;
}

.news_more_con.previews_more {
    border-right: 1px solid #e4e4e4;
    padding-right: 15px;
    /*width: 645px;*/
    margin-right: 225px;
}

.news_more_con .img {
    float: left;
    margin: 0 20px 10px 0;
    max-width: 305px;
    overflow: hidden;
}
.news_more_con .img img {
    height: auto;
    max-width: 100%;
}
.news_more_con time{
    display:block;
    color:#454545;
    font-size:10px;
}
.news_more_con .title{
    font-weight:700;
    color:#1164a8;
    font-size:18px;
    line-height: 1;
    margin: 5px 0 10px;
}
.news_more_con h2{
    color:#000;
    font-weight:700;
    font-size:14px;
    margin:0 0 20px;
}
.news_more_con p{
    margin:0 0 10px;
    color:#000;
    line-height:1.5;
}
.news_more_con .social {
    margin-top: 25px;
    position: relative;
}
.news_more_con .social > div{
    float:left;
    margin-right:25px;
}
.news_more_con .social #vk_like{
    margin:0;
}
.news_more_con .social .back{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.news_more_con a{
    text-decoration:underline !important;
    color:#0e63a3;
}
.news_more_con a:hover{
    text-decoration:none !important;
}
/* --left menu-line----- */
.search_line .but_dark{
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5) inset;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    color: #FFFFFF;
    padding: 3px 0;
    width: 80px;
    display: inline-block;
    text-align: center;
    margin-left: 5px;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.49, rgb(51, 102, 51)), color-stop(0.5, rgb(51, 102, 51)) );
    background-image: -o-linear-gradient(bottom, rgb(51, 102, 51) 49%, rgb(51, 102, 51) 50%);
    background-image: -moz-linear-gradient(bottom, rgb(51, 102, 51) 49%, rgb(51, 102, 51) 50%);
    background-image: -webkit-linear-gradient(bottom, rgb(51, 102, 51) 49%, rgb(51, 102, 51) 50%);
    background-image: -ms-linear-gradient(bottom, rgb(51, 102, 51) 49%, rgb(51, 102, 51) 50%);
    background-image: linear-gradient(to bottom, rgb(51, 102, 51) 49%, rgb(51, 102, 51) 50%);
    -pie-background: linear-gradient(top, rgb(51, 102, 51) 49%, rgb(51, 102, 51) 50%);
}

.cyber-page .search_line .but_dark{
    background: #00ab8d;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYWI4ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDk0N2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #00ab8d 0%, #00947b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00ab8d), color-stop(100%,#00947b));
    background: -webkit-linear-gradient(top,  #00ab8d 0%,#00947b 100%);
    background: -o-linear-gradient(top,  #00ab8d 0%,#00947b 100%);
    background: -ms-linear-gradient(top,  #00ab8d 0%,#00947b 100%);
    background: linear-gradient(to bottom,  #00ab8d 0%,#00947b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ab8d', endColorstr='#00947b',GradientType=0 );
    border: none;
}

.search_line div.title{
    font-size: 16px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 1px 0 0 rgba(255,255,255,0.1);
    margin-bottom: 7px;
    padding-bottom: 3px;
}

.search_line #search{
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 2px 10px;
    width: 149px;
    box-shadow: 0 -1px 1px 0 rgba(0,0,0,0.2);
    background: #fff;
    float: left;
}

.blockAside{
    display: block;
    padding: 10px;
}

#allSportSel a{
    border-radius: 2px;
    color: #FFFFFF;
    display: block;
    font-size: 16px !important;
    font-weight: 400 !important;
    margin: 10px auto;
    padding: 7px 0;
    text-align: center;
    /* width: 310px; */
    background-color: #667B83;
    text-decoration: none;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #667B83), color-stop(1, #667B83));
    background-image: -o-linear-gradient(bottom, #3382BB 0%, #0E63A4 100%);
    background-image: -moz-linear-gradient(bottom, #3382BB 0%, #0E63A4 100%);
    background-image: -webkit-linear-gradient(bottom, #667B83 0%, #667B83 100%);
    background-image: -ms-linear-gradient(bottom, #3382BB 0%, #0E63A4 100%);
    background-image: linear-gradient(to bottom, #667B83 0%, #667B83 100%);
    -pie-background: linear-gradient(top, #3382BB 0%, #0E63A4 100%);
}

/* Registration form fix*/

#new_user_form #reg_tel_code {
    display: inline-block;
    position: absolute;
    width: 35px;
    left: 5px;
    top: 0px;
    border: none;
    padding: 0 ;
    box-shadow: none;
    background: none;
    z-index: 1;
}

#new_user_form #reg_tel_num {
    padding-left: 40px;
    width: 278px;
}
em.success {
    color: #000000;
    padding: 0 16px;
    background: url("/img/checked.gif") no-repeat 0px 0px;
    display: inline-block;
}
em.error {
    color: #FF0000;
    padding: 0 16px;
    background: url("/img/unchecked.gif") no-repeat 0px 0px;
    display: inline-block;
}

.n-tabs em.success, .n-tabs em.error {
    padding: 2px 16px;
}
/*end registration form*/

/*call_back_form contacts*/

.call_back_form{
    top:100px;
    left:50%;
    margin-left:-220px;
    width:440px;
    min-height:340px;
    background:#fff;
    position:absolute;
    z-index:100;
    padding:20px;
    border-radius:10px;
}
.call_back_form.goldenrace {
    width: 700px !important;
    margin-left: -370px !important;
    height: 500px !important;
}
.call_back_form.visible{
    position:relative;
    z-index:2;
    top:auto;
    left:auto;
    margin-left:0;
    padding: 0;
}
.call_back_form .title {
    color: #1164A8;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight:700;
}
.call_back_form .desc {
    color: #535353;
    line-height: 1.5;
}
.call_back_form #formBody{
    /*width:100%;*/
    padding: 5px;
}
.call_back_form .form {
    margin-top: 10px;
    overflow: hidden;
}
.call_back_form .form input, .call_back_form .form textarea, .call_back_form #capcha {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 12px;
    height: 26px;
    margin: 10px 0 0 !important;
    padding: 5px 10px;
    width: 90%;
    border: 1px solid #CFCFCF;
    float: left;
}
.call_back_form .form input:hover, .call_back_form .form textarea:hover, .call_back_form #capcha:hover{
    border-color:#adadad !important;
}
.call_back_form .form input:focus, .call_back_form .form textarea:focus, .call_back_form #capcha:focus{
    border-color:#1164A8 !important;
}
.call_back_form .form input:placeholder, .call_back_form .form textarea:placeholder, .call_back_form #capcha:placeholder,
.call_back_form .form input::placeholder, .call_back_form .form textarea::placeholder, .call_back_form #capcha::placeholder{
    color:#898989 !important;
}
.call_back_form .form input:-moz-placeholder, .call_back_form .form textarea:-moz-placeholder, .call_back_form #capcha:-moz-placeholder,
.call_back_form .form input::-moz-placeholder, .call_back_form .form textarea::-moz-placeholder, .call_back_form #capcha::-moz-placeholder{
    color:#898989 !important;
}
.call_back_form .form input:-ms-input-placeholder, .call_back_form .form textarea:-ms-input-placeholder, .call_back_form #capcha:-ms-input-placeholder{
    color:#898989 !important;
}
.call_back_form .form input::-webkit-input-placeholder, .call_back_form .form textarea::-webkit-input-placeholder, .call_back_form #capcha::-webkit-input-placeholder{
    color:#898989 !important;
}
.call_back_form .form textarea {
    height: 155px !important;
    resize: none;
    width: 100% !important;
}
.call_back_form .but{
    margin-top:10px;
}
.call_back_form #capcha{
    width:100px !important;
    /* margin-right: 5px !important; */
    margin-top:0px !important;
    display: inline-block !important;
    vertical-align: top;
    padding: 5px 7px;
}
.call_back_form #capId {
    display: inline-block;
    width: 85px;
}
.call_back_form .close, #iInfoGame #close {
    background: url('/img/close_form.png') repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 18px;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 18px;
}

.call_back_form .close:hover, #iInfoGame #close:hover {
    background-position: 0 -18px;
}

.call_back_form .send, .call_back_form .reset, #iInfoGame #ok_btn {
    background: none repeat scroll 0 0 #787878;
    border: 0 none;
    border-radius: 5px;
    color: #FFFFFF;
    float: right;
    height: 26px;
    margin-left: 5px;
    width: 105px;
    font-weight:700;
    cursor:pointer;
}
.call_back_form .send, #iInfoGame #ok_btn {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #A0CA5C), color-stop(1, #85B448));
    background-image: -o-linear-gradient(bottom, #A0CA5C 0%, #85B448 100%);
    background-image: -moz-linear-gradient(bottom, #A0CA5C 0%, #85B448 100%);
    background-image: -webkit-linear-gradient(bottom, #A0CA5C 0%, #85B448 100%);
    background-image: -ms-linear-gradient(bottom, #A0CA5C 0%, #85B448 100%);
    background-image: linear-gradient(to bottom, #A0CA5C 0%, #85B448 100%);
    -pie-background: linear-gradient(bottom, #A0CA5C 0%, #85B448 100%);
    behavior: url('/img/PIE.htc');
}

#iInfoGame #ok_btn {
    float: none !important;
    display: inline-block;
    line-height: 26px;
    margin: 0;
}

.call_back_form .send:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ADD666), color-stop(1, #8FBF4C));
    background-image: -o-linear-gradient(bottom, #ADD666 0%, #8FBF4C 100%);
    background-image: -moz-linear-gradient(bottom, #ADD666 0%, #8FBF4C 100%);
    background-image: -webkit-linear-gradient(bottom, #ADD666 0%, #8FBF4C 100%);
    background-image: -ms-linear-gradient(bottom, #ADD666 0%, #8FBF4C 100%);
    background-image: linear-gradient(to bottom, #ADD666 0%, #8FBF4C 100%);
    -pie-background: linear-gradient(bottom, #ADD666 0%, #8FBF4C 100%);
    behavior: url('/img/PIE.htc');
}

.call_back_form .reset {
    background-image: -webkit-gradient(linear,    left top, left bottom, color-stop(0, #CA5C5C),    color-stop(1, #B44848));
    background-image: -o-linear-gradient(bottom, #CA5C5C 0%, #B44848 100%);
    background-image: -moz-linear-gradient(bottom, #CA5C5C 0%, #B44848 100%);
    background-image: -webkit-linear-gradient(bottom, #CA5C5C 0%, #B44848 100%);
    background-image: -ms-linear-gradient(bottom, #CA5C5C 0%, #B44848 100%);
    background-image: linear-gradient(to bottom, #CA5C5C 0%, #B44848 100%);
    -pie-background: linear-gradient(bottom, #CA5C5C 0%, #B44848 100%);
    behavior: url('/img/PIE.htc');
}
.call_back_form .reset:hover{
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #DB6969),
            color-stop(1, #C24B4B)
    );
    background-image: -o-linear-gradient(bottom, #DB6969 0%, #C24B4B 100%);
    background-image: -moz-linear-gradient(bottom, #DB6969 0%, #C24B4B 100%);
    background-image: -webkit-linear-gradient(bottom, #DB6969 0%, #C24B4B 100%);
    background-image: -ms-linear-gradient(bottom, #DB6969 0%, #C24B4B 100%);
    background-image: linear-gradient(to bottom, #DB6969 0%, #C24B4B 100%);
}

/*end call_back_form*/


/* Список тиражей Тото */

.fix_table_tr {
    display: none;
    position: relative;
    top: auto;
}

.fix_table_tr.fix-tr {
    position: fixed;
    top: 62px;
    display: block;
    left: 0;
    width: 100%;
    min-width: 1210px;
    margin-top: 0;
}

.fix_table_tr_otstup
{
    margin: 0 20px;
}

.fix_table_tr  table {
    display:table;margin-top:0;min-width: 1210px;
}

.fix_div_tab_mar {
    margin: 0 10px;
}

.toto.fix_table tr:nth-child(even) {
    background: none repeat scroll 0 0 #F5F5F5;
}

.toto.fix_table tr:nth-child(odd) {
    background: none repeat scroll 0 0 #E8E8E8;
}

.toto.fix_table td, .toto.fix_table_tr td {
    padding: 2px 10px;
}

.toto.fix_table td a:hover{
    border-color: rgba(0,0,0,0) !important;
    color: #000;
}

.toto_title{
    font-size:18px;
    padding:10px 0 0 0;
    margin:0 15px;
    text-align:center;
    color:#3C525B;
}
.toto_title span{
    color:#667b83;
}
/***/


/* Подсветка коэффициентов */
@-webkit-keyframes green
{
    from { color: rgb(81, 163, 102); }
    to { color: #4b8609; }
}

@-moz-keyframes green
{
    from { color: rgb(81, 163, 102); }
    to { color: #4b8609; }
}

@-o-keyframes green
{
    from { color: rgb(81, 163, 102); }
    to { color: #4b8609; }
}

@keyframes green
{
    from { color: rgb(81, 163, 102); }
    to { color: #4b8609; }
}

@-webkit-keyframes red
{
    from { color: #BC8A8A; }
    to { color: #ff2200; }
}

@-moz-keyframes red
{
    from { color: #BC8A8A; }
    to { color: #ff2200; }
}

@-o-keyframes red
{
    from { color: #BC8A8A; }
    to { color: #ff2200; }
}

@keyframes red
{
    from { color: #BC8A8A; }
    to { color: #ff2200; }
}

.gc_ {
    -webkit-animation: green 2s;
    -moz-animation: green 2s;
    -o-animation: green 2s;
    animation: green 2s;
    color: #4b8609\0 !important;
}

.rc_ {
    -webkit-animation: red 2s;
    -moz-animation: red 2s;
    -o-animation: red 2s;
    animation: red 2s;
    color: #ff2200\0 !important;
}

.cyber-page .gc_ {
  -webkit-animation: green 2s;
  -moz-animation: green 2s;
  -o-animation: green 2s;
  animation: green 2s;
  color: #17a085 !important;
}

.cyber-page .rc_ {
  -webkit-animation: red 2s;
  -moz-animation: red 2s;
  -o-animation: red 2s;
  animation: red 2s;
  color: #c33a2c !important;
}

/* END Подсветка коэффициентов */


/* Slots */

.slot_block_wrap .slot_block  li {
    width: 11.6%;
}
div.sports_widget div.widget_ajax_area.fullscreen.slot_block_wrap {
    background: #fff;
    overflow: hidden;
}
.slot_block_wrap .slot_block {
    margin: 0;
    padding: 0;
}
.slot_block_wrap .slot_block>p {
    margin: 13px 8px;
}
.slot_block_wrap .slot_block li{
    display: inline-block;
    vertical-align: top;
    margin: 13px 8px;
    /*width: 228px;*/
    /*height: 200px;*/
    position: relative;
}

.slot_block_wrap .slot_block li.g-slot-item{width:154px;min-height:140px; display: inline-block; float: none;}
.slot_block_wrap #PTSlotsList, .slot_block_wrap #GSlotsList{text-align:center;}
.slot_block_wrap #PTSlotsList li.g-slot-item{width:203px;}


.slot_block_wrap .slot_block .block_img{
    float:left;
    width:100%;
    display:block;
    overflow:hidden;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    behavior: url('/img/PIE.htc');
}
.slot_block_wrap .slot_block img{
    position:relative;
    z-index:22;
    width:100%;
}
.slot_block_wrap .slot_block .play-button{
    width:100%;
    position:absolute;
    top:5px;
    opacity:0;
    text-align:center;
    z-index:100;
}
.slot_block_wrap .slot_block .play-button span{
    text-decoration:none;
    padding:12px 17px 10px;
    border-top:1px solid #6CB1E4;
    color: #fff;
    font: 12px/18px Arial,Helvetica,sans-serif;
    background: #3583bc;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 0 1px 0 #444;
    box-shadow: 0 0 3px #222;
}
/*
@media screen and (max-width: 1300px) {
    .slot_block_wrap .slot_block .play-button span {
      font: 14px/18px Arial,Helvetica,sans-serif;
    }
}
*/
.slot_block_wrap .slot_block .popular-game-name {
    float: left;
    width: 100%;
    margin: 7px 0 0;
}
.slot_block_wrap .slot_block .popular-game-name p{
    margin:0;
}
.slot_block_wrap .slot_block .popular-game-name p span {
    width: 200px;
    height: auto;
    background: 0 0;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.75);

    font-weight: bold;
    font-size: 16px;
    /*white-space: nowrap;*/
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    box-shadow: none;
    display: block;
}

.slot_block_wrap .slot_block li.g-slot-item .popular-game-name p span{
    white-space: normal;
    width: 130px;

}

.slot_block_wrap .slot_block li img{
    background-color: #000;
    transition-duration:750ms;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    margin-bottom: -3px;
}
.slot_block_wrap .slot_block .block_img:before {
    display: none;
}
.slot_block_wrap .slot_block li:hover img{
    transform:scale(1.4);
    -moz-transform:scale(1.4);
    -ms-transform:scale(1.4);
    -o-transform:scale(1.4);
    -webkit-transform:scale(1.4);
}
.slot_block_wrap .slot_block li:hover p.play-button{
    top: 50%;
    margin-top: -15px;
    opacity:1;
    transition-duration:350ms;
    left: 0px;
}
.slot_block_wrap .slot_block li p.play-button{
    top:5px;
    opacity:0;
    transition-duration:350ms;
}
.slot_block_wrap .slot_block li:hover {
    cursor: pointer;
}

#slot_content {
    position:relative;
    width: 98%;
    margin: 0 auto 13px;
}
.slots_tab {
    color: #0e548a;
    /*height: 27px;*/
    margin-top: 25px;
    margin-bottom: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}

.slots_con {
    /*border-left: 1px solid #A1A1A1;
    border-right: 1px solid #A1A1A1;
    border-bottom: 1px solid #A1A1A1;*/
    overflow: hidden;
    width: 100%;
    margin-top: -10px;
    background: none repeat scroll 0 0 #E3E3E3;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    behavior: url('/img/PIE.htc');
}

.sports_tab_two_con > * {
    padding-top: 10px;
}

.slots_tab .tab_button img {
    margin: 3px 4px 0 0;
    vertical-align: top;
}


.bonus_tab .tab_button{
    font-family: Roboto;
    font-size: 20px;
    line-height: 52px;
    text-indent: 0;
    color:#ffffff;
    min-width: 385px;
    margin-top: 5px;

    background: #b6b6b6;
    background: -moz-linear-gradient(top,  #b6b6b6 50%, #d3d3d3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#b6b6b6), color-stop(100%,#d3d3d3));
    background: -webkit-linear-gradient(top,  #b6b6b6 50%,#d3d3d3 100%);
    background: -o-linear-gradient(top,  #b6b6b6 50%,#d3d3d3 100%);
    background: -ms-linear-gradient(top,  #b6b6b6 50%,#d3d3d3 100%);
    background: linear-gradient(to bottom,  #b6b6b6 50%,#d3d3d3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6b6b6', endColorstr='#d3d3d3',GradientType=0 );

    background-position: 0 0px !important;
}

.slots_tab .tab_button {
    cursor: pointer;
    float: left;
    font-family: Tahoma;
    font-size: 13px;
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    margin-top: 3px;
    position: relative;
    text-align: center;
    width: 13%;

    background: #e4e4e4;
    background: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#c4c4c4));
    background: -moz-linear-gradient(top,  #e4e4e4,  #c4c4c4);
    background: -o-linear-gradient(top,  #e4e4e4,  #c4c4c4);
    background: -ms-linear-gradient(top,  #e4e4e4,  #c4c4c4);
    -pie-background: linear-gradient(top, #e4e4e4, #c4c4c4);

    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px;
    behavior: url('/img/PIE.htc');
}

.slots_tab .tab_button:hover {
    background: #d2d2d2;
    background: -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#afafaf));
    background: -moz-linear-gradient(top,  #d2d2d2,  #afafaf);
    background: -o-linear-gradient(top,  #d2d2d2,  #afafaf);
    background: -ms-linear-gradient(top,  #d2d2d2,  #afafaf);
    -pie-background: linear-gradient(top, #d2d2d2, #afafaf);

    behavior: url('/img/PIE.htc');
}

.slots_tab .tab_button.active {
    color: #fff;
    cursor: default;
    height: 26px;
    line-height: 26px;
    margin-top: 0;

    background: #3482bb;
    background: -webkit-gradient(linear, left top, left bottom, from(#3482bb), to(#0f64a5));
    background: -moz-linear-gradient(top,  #3482bb,  #0f64a5);
    background: -o-linear-gradient(top,  #3482bb,  #0f64a5);
    background: -ms-linear-gradient(top,  #3482bb,  #0f64a5);
    -pie-background: linear-gradient(top, #3482bb, #0f64a5);

    behavior: url('/img/PIE.htc');
}
/*
.slots_tab .tab_button.active:before {
    border-color: transparent transparent #E3E3E3 transparent;
    border-style: solid;
    border-width: 0 6px 6px;
    bottom: -5px;
    content: '';
    display: block;
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 0;
}
*/
.slotsFilters {
    list-style: outside none none;
    margin: 0;
    padding: 25px 10px 5px;
}
.slotsFilters:before, .slotsFilters:after{
    display:block;
    content:'';
    clear:both;
}
.slotsFilters li{
    float:left;
}
.slotsFilters li a{
    background-color: #2670ab;
    background-position: 0 0;
    background-repeat: repeat-x;
    border-radius: 5px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.45);
    color: #ffffff;
    display: block;
    font-family: "Myriad Pro Regular",Arial,sans-serif;
    font-size: 20px !important;
    line-height: 40px;
    height: 40px;
    margin-right: 3px;
    min-width: 115px;
    padding: 0 25px;
    text-align: center;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
    background-image: url(/img/slot_menu_buts.png);
    margin-bottom: 5px;
}
.slotsFilters li a:hover, .slotsFilters li a.active{
    background-position: 0 -40px;
}
.slotsFilters li a.icoBut {
    min-width: inherit;
    padding: 0;
    width: 41px;
}
.slotsFilters li a.icoBut:before{
    background-image: url(/img/slot_menu_buts.png);
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 40px;
}
.slotsFilters li a.icoBut.slFil_1:before{background-position: 5px -94px;}
.slotsFilters li a.icoBut.slFil_2:before{background-position: 0 -137px;}
.slotsFilters li a.icoBut.slFil_3:before{background-position: 5px -181px;}
.slotsFilters li a.icoBut.slFil_4:before{background-position: 5px -226px;}


/******************************/
#games_content.slot_block_wrap {
    background-color: #dcdcdc;
    background-image: url("../img/slots2_bg1.png");
    padding: 20px;
}

#games_content.bonus_block_wrap {
    background: #fff;
    overflow: hidden;
}

#games_content.slot_block_wrap #slot_content {
    margin: 0;
    width: 100%;
}
.slot_block2 {
    list-style: outside none none;
    margin: 0;
    padding: 0 10px;
}
.slot_block2:before, .slot_block2:after{
    display:block;
    clear:both;
    content:'';
}
.slot_block2 > li{
    display: inline-block;
    vertical-align: top;
    width:16.6%;
    position:relative;
    padding: 20px 0 10px;
}
@media screen and (max-width: 1430px) {
    .slot_block2 > li{
        width:20%;
        padding: 20px 0;
    }
}
.slot_block2 li .block_img {
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.7);
    /*height: 105px;*/
    margin: 0 auto;
    overflow: hidden;
    width: 185px;
    position:relative;
    background-size: 100% 100%;
}
/*  */
.slot_block2 li .block_img:before {
    background-color: rgba(0, 0, 0, 0.0);
    content: "";
    display: block;
    height: 100%;
    width: 100%;

    -webkit-transition:all 200ms ease-in-out;
    -moz-transition:all 200ms ease-in-out;
    -ms-transition:all 200ms ease-in-out;
    -o-transition:all 200ms ease-in-out;
    transition:all 200ms ease-in-out;
}
.slot_block2 li .block_img:hover:before {
    background-color: rgba(0, 0, 0, 0.8);
}
.slot_block1 li .block_img .link {
    /*background-color: #a3a3a3;*/
    border-bottom: 3px solid #6a6a6a;
    border-radius: 5px 5px 7px 7px;
    /*box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset;*/
    color: #000;
    display: block;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700 !important;
    height: 28px;
    line-height: 28px;
    margin: 3px auto;
    text-align: center;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    width: 112px;
    position:relative;
    overflow: hidden;
    z-index: 5;
}
.slot_block2 li .block_img .link:before,
#games_content.slot_block_wrap .slotsPay .but:before {
    background-color: rgba(0, 0, 0, 0.0);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 5px 5px 7px 7px;

    -webkit-transition:all 100ms linear;
    -moz-transition:all 100ms linear;
    -ms-transition:all 100ms linear;
    -o-transition:all 100ms linear;
    transition:all 100ms linear;
}
.slot_block2 li .block_img .link:hover:before,
#games_content.slot_block_wrap .slotsPay .but:hover:before{
    background-color: rgba(0, 0, 0, 0.2);
}
.slot_block2 li .block_img .link {
    background-color: #a3a3a3;
    border-bottom: 3px solid #6a6a6a;
    border-radius: 5px 5px 7px 7px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
    color: #000;
    display: block;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700 !important;
    height: 28px;
    line-height: 28px;
    margin: 3px auto;
    text-align: center;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    width: 112px;
    position:relative;
    overflow: hidden;
    z-index: 5;
    text-decoration: none;
}
.slot_block2 li .block_img .link:before,
#games_content.slot_block_wrap2 .slotsPay .but:before {
    background-color: rgba(0, 0, 0, 0.0);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 5px 5px 7px 7px;

    -webkit-transition:all 100ms linear;
    -moz-transition:all 100ms linear;
    -ms-transition:all 100ms linear;
    -o-transition:all 100ms linear;
    transition:all 100ms linear;
}
.slot_block2 li .block_img .link:hover:before,
#games_content.slot_block_wrap2 .slotsPay .but:hover:before{
    background-color: rgba(0, 0, 0, 0.2);
}
.slot_block2 li .block_img .link span{
    position:relative;
}
.slot_block2 li .block_img .link.yellow, #games_content.slot_block_wrap .slotsPay .but.yellow    {
    border-color: #5c3b06;
    color:#270904;

    background: #f8e359;
    background: -moz-linear-gradient(top,  #f8e359 0%, #ecd434 50%, #daa929 51%, #f0d140 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8e359), color-stop(50%,#ecd434), color-stop(51%,#daa929), color-stop(100%,#f0d140));
    background: -webkit-linear-gradient(top,  #f8e359 0%,#ecd434 50%,#daa929 51%,#f0d140 100%);
    background: -o-linear-gradient(top,  #f8e359 0%,#ecd434 50%,#daa929 51%,#f0d140 100%);
    background: -ms-linear-gradient(top,  #f8e359 0%,#ecd434 50%,#daa929 51%,#f0d140 100%);
    background: linear-gradient(to bottom,  #f8e359 0%,#ecd434 50%,#daa929 51%,#f0d140 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8e359', endColorstr='#f0d140',GradientType=0 );
}
.slot_block2 li .block_img .link.blue{
    width: 90px;
}
.slot_block2 li .block_img .link.blue, #games_content.slot_block_wrap .slotsPay .but.blue{
    border-color: #1a415f;
    color:#193262;

    background: #bfe2ff;
    background: -moz-linear-gradient(top,  #bfe2ff 0%, #9bd3ff 50%, #74c2ff 51%, #a2d6ff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfe2ff), color-stop(50%,#9bd3ff), color-stop(51%,#74c2ff), color-stop(100%,#a2d6ff));
    background: -webkit-linear-gradient(top,  #bfe2ff 0%,#9bd3ff 50%,#74c2ff 51%,#a2d6ff 100%);
    background: -o-linear-gradient(top,  #bfe2ff 0%,#9bd3ff 50%,#74c2ff 51%,#a2d6ff 100%);
    background: -ms-linear-gradient(top,  #bfe2ff 0%,#9bd3ff 50%,#74c2ff 51%,#a2d6ff 100%);
    background: linear-gradient(to bottom,  #bfe2ff 0%,#9bd3ff 50%,#74c2ff 51%,#a2d6ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfe2ff', endColorstr='#a2d6ff',GradientType=0 );
}
.slot_block2 li .block_img .link.blue_green, #games_content.slot_block_wrap .slotsPay .but.blue_green{
    border-color: #1d4040;
    color:#1d4040;

    background: #d8f2f2;
    background: -moz-linear-gradient(top,  #d8f2f2 0%, #98d1d1 50%, #3a8a8a 51%, #679393 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8f2f2), color-stop(50%,#98d1d1), color-stop(51%,#3a8a8a), color-stop(100%,#679393));
    background: -webkit-linear-gradient(top,  #d8f2f2 0%,#98d1d1 50%,#3a8a8a 51%,#679393 100%);
    background: -o-linear-gradient(top,  #d8f2f2 0%,#98d1d1 50%,#3a8a8a 51%,#679393 100%);
    background: -ms-linear-gradient(top,  #d8f2f2 0%,#98d1d1 50%,#3a8a8a 51%,#679393 100%);
    background: linear-gradient(to bottom,  #d8f2f2 0%,#98d1d1 50%,#3a8a8a 51%,#679393 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8f2f2', endColorstr='#679393',GradientType=0 );
}
.slot_block2 li .block_img .link.red, #games_content.slot_block_wrap .slotsPay .but.red{
    border-color: #6e0000;
    color:#fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);

    background: #ff6d6d;
    background: -moz-linear-gradient(top,  #ff6d6d 0%, #ff1717 50%, #c90101 51%, #f90000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6d6d), color-stop(50%,#ff1717), color-stop(51%,#c90101), color-stop(100%,#f90000));
    background: -webkit-linear-gradient(top,  #ff6d6d 0%,#ff1717 50%,#c90101 51%,#f90000 100%);
    background: -o-linear-gradient(top,  #ff6d6d 0%,#ff1717 50%,#c90101 51%,#f90000 100%);
    background: -ms-linear-gradient(top,  #ff6d6d 0%,#ff1717 50%,#c90101 51%,#f90000 100%);
    background: linear-gradient(to bottom,  #ff6d6d 0%,#ff1717 50%,#c90101 51%,#f90000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6d6d', endColorstr='#f90000',GradientType=0 );
}
.slot_block2 > li .play_buts {
    opacity: 0;
    position: absolute;
    top: -75px;
    width: 100%;
    left:0;

    -webkit-transition:all 200ms ease-in-out;
    -moz-transition:all 200ms ease-in-out;
    -ms-transition:all 200ms ease-in-out;
    -o-transition:all 200ms ease-in-out;
    transition:all 200ms ease-in-out;
}
.slot_block2 > li .play_buts.one_but {
    padding-top: 18px;
}
.slot_block2 > li .block_img:hover .play_buts {
    opacity: 1;
    top: 20px;
}
.slot_block2 li .block_img .link_con {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}

#games_content.slot_block_wrap .bonus_con {
    background: #fff;
    overflow: hidden;
}

#games_content.slot_block_wrap .slots_con {
    background-color: #000;
    background-image: url("slots2_bg2.jpg");
    background-position: 50% 0;
    background-repeat: no-repeat;
    border-radius: 0;
    margin-top: 0;
    padding-bottom: 20px;
}
#games_content.slot_block_wrap .slots_tab {
    border-bottom: 3px solid #025492;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    width: 98%;
    background: #7A7A78;
    background: #bcbbb8;
    background: -moz-linear-gradient(top, #bcbbb8 0%, #555554 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bcbbb8), color-stop(100%,#555554));
    background: -webkit-linear-gradient(top, #bcbbb8 0%,#555554 100%);
    background: -o-linear-gradient(top, #bcbbb8 0%,#555554 100%);
    background: -ms-linear-gradient(top, #bcbbb8 0%,#555554 100%);
    background: linear-gradient(to bottom, #bcbbb8 0%,#555554 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcbbb8', endColorstr='#555554',GradientType=0 );
    border-radius: 5px 5px 0 0;
    padding: 10px 1% 5px;
}
#games_content.slot_block_wrap .slots_tab .tab_button{
    box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5) inset;
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    height: 32px;
    line-height: 32px;
    text-indent: 0;
    text-transform: uppercase;

    background: #5e5e5e;
    background: -moz-linear-gradient(top,  #5e5e5e 0%, #2d2d2d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5e5e5e), color-stop(100%,#2d2d2d));
    background: -webkit-linear-gradient(top,  #5e5e5e 0%,#2d2d2d 100%);
    background: -o-linear-gradient(top,  #5e5e5e 0%,#2d2d2d 100%);
    background: -ms-linear-gradient(top,  #5e5e5e 0%,#2d2d2d 100%);
    background: linear-gradient(to bottom,  #5e5e5e 0%,#2d2d2d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e5e5e', endColorstr='#2d2d2d',GradientType=0 );

    background-position:0 0 !important;
    display: inline-block;
    width: 12%;
    margin: 0 2px 5px;
    min-width: 200px;
}
@media screen and (max-width: 1465px) {
    #games_content.slot_block_wrap .slots_tab .tab_button{
        width: 170px;
    }
}
#games_content.slot_block_wrap .slots_tab .tab_button:hover{
    background: #757575;
    background: -moz-linear-gradient(top,  #757575 0%, #444444 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#757575), color-stop(100%,#444444));
    background: -webkit-linear-gradient(top,  #757575 0%,#444444 100%);
    background: -o-linear-gradient(top,  #757575 0%,#444444 100%);
    background: -ms-linear-gradient(top,  #757575 0%,#444444 100%);
    background: linear-gradient(to bottom,  #757575 0%,#444444 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#757575', endColorstr='#444444',GradientType=0 );

    background-position:0 0 !important;
}
#games_content.slot_block_wrap .slots_tab .tab_button:first-child,
#games_content.slot_block_wrap .slots_tab .tab_button.active{
    box-shadow:none;
}
#games_content.slot_block_wrap .slots_tab .tab_button.active{
    height: 32px;
    line-height: 32px;
    margin-top: 0;

    background: #3384bb;
    background: -moz-linear-gradient(top,  #3384bb 0%, #015492 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3384bb), color-stop(100%,#015492));
    background: -webkit-linear-gradient(top,  #3384bb 0%,#015492 100%);
    background: -o-linear-gradient(top,  #3384bb 0%,#015492 100%);
    background: -ms-linear-gradient(top,  #3384bb 0%,#015492 100%);
    background: linear-gradient(to bottom,  #3384bb 0%,#015492 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3384bb', endColorstr='#015492',GradientType=0 );

    background-position:0 0 !important;
}
.slot_block2 li .new {
    background-image: url("slots2_new.png");
    border: 1px solid #ebd871;
    border-radius: 50%;
    box-shadow: 0 0 5px 0 rgba(249, 246, 191, 0.75);
    height: 31px;
    left: 50%;
    margin-left: -29px;
    position: absolute;
    top: 10px;
    width: 57px;

    -webkit-transition:all 200ms ease-in-out;
    -moz-transition:all 200ms ease-in-out;
    -ms-transition:all 200ms ease-in-out;
    -o-transition:all 200ms ease-in-out;
    transition:all 200ms ease-in-out;
}
.slot_block2 li .block_img:hover + .new{
    opacity: 0;
    top: -10px;
}
#games_content.slot_block_wrap .slotsFilters {
    padding: 20px 20px 10px;
    background-color:rgba(0,0,0,0.55);
}
#games_content.slot_block_wrap .slotsFilters li a {
    color: #000;
    font-family: Roboto;
    font-size: 16px !important;
    font-weight: 700 !important;
    height: 32px;
    line-height: 34px;
    margin-right: 6px;
    min-width: 158px;
    padding: 0 10px;
    text-shadow: 0 0 0 transparent;
    text-transform: uppercase;
    box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.5) inset;

    background: #bcbbb8;
    background: -moz-linear-gradient(top,  #bcbbb8 0%, #555554 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bcbbb8), color-stop(100%,#555554));
    background: -webkit-linear-gradient(top,  #bcbbb8 0%,#555554 100%);
    background: -o-linear-gradient(top,  #bcbbb8 0%,#555554 100%);
    background: -ms-linear-gradient(top,  #bcbbb8 0%,#555554 100%);
    background: linear-gradient(to bottom,  #bcbbb8 0%,#555554 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcbbb8', endColorstr='#555554',GradientType=0 );
}
#games_content.slot_block_wrap .slotsFilters li a:hover{
    background: #a5a4a2;
    background: -moz-linear-gradient(top,  #a5a4a2 0%, #3f3f3f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5a4a2), color-stop(100%,#3f3f3f));
    background: -webkit-linear-gradient(top,  #a5a4a2 0%,#3f3f3f 100%);
    background: -o-linear-gradient(top,  #a5a4a2 0%,#3f3f3f 100%);
    background: -ms-linear-gradient(top,  #a5a4a2 0%,#3f3f3f 100%);
    background: linear-gradient(to bottom,  #a5a4a2 0%,#3f3f3f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5a4a2', endColorstr='#3f3f3f',GradientType=0 );
}
#games_content.slot_block_wrap .slotsFilters li a.active{
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.75);

    background: #3384bb;
    background: -moz-linear-gradient(top,  #3384bb 0%, #015492 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3384bb), color-stop(100%,#015492));
    background: -webkit-linear-gradient(top,  #3384bb 0%,#015492 100%);
    background: -o-linear-gradient(top,  #3384bb 0%,#015492 100%);
    background: -ms-linear-gradient(top,  #3384bb 0%,#015492 100%);
    background: linear-gradient(to bottom,  #3384bb 0%,#015492 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3384bb', endColorstr='#015492',GradientType=0 );
}
#games_content.slot_block_wrap .slotsFilters li a.icoBut {
    min-width: 32px;
    padding: 0;
    width: 32px;
}
#games_content.slot_block_wrap .slotsFilters li a.icoBut:before {
    background-image: url("/images/slot_menu_buts2.png");
    height: 32px;
}
#games_content.slot_block_wrap .slotsFilters li a.icoBut.slFil_1:before {background-position: 5px 4px;}
#games_content.slot_block_wrap .slotsFilters li a.icoBut.slFil_2:before {background-position: -31px 4px;}
#games_content.slot_block_wrap .slotsFilters li a.icoBut.slFil_3:before {background-position: -69px 4px;}
#games_content.slot_block_wrap .slotsFilters li a.icoBut.slFil_4:before {background-position: -104px 4px;}
#games_content.slot_block_wrap .slotsFilters li a.icoBut.slFil_1.active:before {background-position: 5px -45px;}
#games_content.slot_block_wrap .slotsFilters li a.icoBut.slFil_2.active:before {background-position: -31px -45px;}
#games_content.slot_block_wrap .slotsFilters li a.icoBut.slFil_3.active:before {background-position: -69px -45px;}
#games_content.slot_block_wrap .slotsFilters li a.icoBut.slFil_4.active:before {background-position: -104px -45px;}

#games_content.slot_block_wrap .slotsPay {
    padding: 0 20px 17px;
    font-family: Roboto;
    background-color:rgba(0,0,0,0.55);
}
#games_content.slot_block_wrap .slotsPay:before,
#games_content.slot_block_wrap .slotsPay:after,
#games_content.slot_block_wrap .slotsPay .line:before,
#games_content.slot_block_wrap .slotsPay .line:after{
    display:block;
    clear:both;
    content:'';
}
#games_content.slot_block_wrap .slotsPay .line {
    float: left;
    padding-top: 22px;
    position: relative;
}
#games_content.slot_block_wrap .slotsPay .line .text {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    left: 0;
    line-height: 16px;
    position: absolute;
    top: 0;
}
#games_content.slot_block_wrap .slotsPay .line .text123 {
    top: -22px;
}
#games_content.slot_block_wrap .slotsPay .but:hover {
    opacity: 0.8;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}
#games_content.slot_block_wrap .slotsPay input {
    outline: none;
}
#games_content.slot_block_wrap .slotsPay .input {
    border: 1px solid #535352;
    border-radius: 5px;
    color: #004b7f;
    display: block;
    float: left;
    height: 29px;
    line-height: 29px;
    margin: 0 6px 0 0;
    padding: 0 10px;
    vertical-align: top;
    width: 124px;
    box-shadow: none;
}
#games_content.slot_block_wrap .slotsPay .input::-webkit-input-placeholder {color:#3283bb;opacity: 1;}
#games_content.slot_block_wrap .slotsPay .input::-moz-placeholder          {color:#3283bb;opacity: 1;}
#games_content.slot_block_wrap .slotsPay .input:-moz-placeholder           {color:#3283bb;opacity: 1;}
#games_content.slot_block_wrap .slotsPay .input:-ms-input-placeholder      {color:#3283bb;opacity: 1;}

#games_content.slot_block_wrap .slotsPay .but {
    border-style: solid;
    border-width: 0 0 3px;
    display: block;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    height: 31px;
    line-height: 30px;
    min-width: 158px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    border-radius: 5px 5px 7px 7px;
    float:left;
    margin-right:6px;
    position: relative;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.75);
}



.slot_block_wrap .slot_block .popular-game-name p {
    display: block;
    font-family: Roboto;
    line-height: 18px;
    overflow: hidden;
    text-align: center;
    /*text-overflow: ellipsis;
    white-space: nowrap;*/
}
.slot_block_wrap .slot_block .popular-game-name p span {
    color: #93ceff;
    width: auto;
}
.slot_block_wrap .slot_block li:hover .popular-game-name p span {
    color: #fa8100;
}
.slot_block_wrap .slot_block .block_img {
    float: none;
    position: relative;
    width: auto;
    border-radius: 5px;
}
.slot_block_wrap .slot_block li .wrap_block_img {
    padding: 4px;
    border-radius: 5px;
    background: #ffb76b;
    background: -moz-linear-gradient(-45deg,  #ffb76b 0%, #ffa73d 10%, #ff7c00 33%, #ffa73d 50%, #ff7c00 51%, #ffa73d 69%, #ff7c00 86%, #ff7f04 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffb76b), color-stop(10%,#ffa73d), color-stop(33%,#ff7c00), color-stop(50%,#ffa73d), color-stop(51%,#ff7c00), color-stop(69%,#ffa73d), color-stop(86%,#ff7c00), color-stop(100%,#ff7f04));
    background: -webkit-linear-gradient(-45deg,  #ffb76b 0%,#ffa73d 10%,#ff7c00 33%,#ffa73d 50%,#ff7c00 51%,#ffa73d 69%,#ff7c00 86%,#ff7f04 100%);
    background: -o-linear-gradient(-45deg,  #ffb76b 0%,#ffa73d 10%,#ff7c00 33%,#ffa73d 50%,#ff7c00 51%,#ffa73d 69%,#ff7c00 86%,#ff7f04 100%);
    background: -ms-linear-gradient(-45deg,  #ffb76b 0%,#ffa73d 10%,#ff7c00 33%,#ffa73d 50%,#ff7c00 51%,#ffa73d 69%,#ff7c00 86%,#ff7f04 100%);
    background: linear-gradient(135deg,  #ffb76b 0%,#ffa73d 10%,#ff7c00 33%,#ffa73d 50%,#ff7c00 51%,#ffa73d 69%,#ff7c00 86%,#ff7f04 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=1 );
}
.slot_block_wrap .slot_block li .play-button span:hover{
    background-color:#be6200;
    border-top: 1px solid #fa8100;
}
.slot_block_wrap .slot_block li {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    padding: 5px 20px;
}


/* end slots*/

/* tvgames Backgammon*/

.formBlock .blockHint{
    color: white;
    text-align: center;
    display: inline-block;
    vertical-align: bottom;
}

.formBlock .blockHint img.imgHint{
    width: 30px;
    margin-top: -4px;
}
.formBlock .blockHint .preText{
    display: inline-block;
}
.formBlock .blockHint .wrapHint{
    display: inline-block;
    position: relative;
    width: 30px;
    height: 37px;
}
.formBlock .hintMessage{
    display:none;
    position: absolute;
    background: white;
    width: 420px;
    color: #535353;
    font-size: 13px;
    text-align: justify;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 10px rgba(0,0,0,1);
    left: -25px;
    top:35px;
    z-index: 101;
}



.formBlock .amountField{
    width: 115px;
    display: inline-block;/*border: 1px solid #FFFFFF;box-shadow: 0 0 0 1px #A3A3A3 inset, 0 0 0 3px #E9E9E9;
                                    font-size: 14px;padding: 5px 10px;width: 170px;background: #F7F7F7;margin: 20px auto 0;*/
    padding: 8px 10px;
    margin: 0 0 10px 0;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;}
.formBlock #resGameBalance,.formBlock .resGameBalance  {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 10px 7px;
    height: 15px;
    background-color: white;
    min-width: 80px;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
}
.formBlock .wrap_formChangeBalance{display: inline-block;vertical-align: bottom;}
.formBlock .formChangeBalance{text-align: center;}
.formBlock .show_balance {display: inline-block;margin-left: 10px;vertical-align: top;margin-bottom: 8px;margin-top: 1px;}
.formBlock .formChangeBalance .text_block, .show_balance .text_block {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding-right: 10px;
    vertical-align: middle;}
.formBlock {width:1100px;margin: 20px auto 0;position: relative;text-align: center;}
.formBlock .amountField.errors{border-color: red;}
.formBlock .changeBalance, .refreshBalance{
    cursor: pointer;
    border: 1px solid #648634;display: inline-block;vertical-align: middle;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    padding: 0 10px;
    height: 34px;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 2px -2px rgba(255, 255, 255, 0.8) inset, 0 -3px 0 -2px rgba(0, 0, 0, 0.2) inset;
    position: relative;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9EC85B), color-stop(1, #6B8B3E));
    background-image: -o-linear-gradient(bottom, #9EC85B 0%, #6B8B3E 100%);
    background-image: -moz-linear-gradient(bottom, #9EC85B 0%, #6B8B3E 100%);
    background-image: -webkit-linear-gradient(bottom, #9EC85B 0%, #6B8B3E 100%);
    background-image: -ms-linear-gradient(bottom, #9EC85B 0%, #6B8B3E 100%);
    background-image: linear-gradient(to bottom, #9EC85B 0%, #6B8B3E 100%);
    -pie-background: linear-gradient(bottom, #9EC85B 0%, #6B8B3E 100%);
    behavior: url('/images/PIE.htc');
    float: left;
}

/* tvgames Backgammon*/

/* tvgames casino_pro*/
.wrapListGames{
    width: 1000px;
    margin: 0 auto;
    background: white;
}

.wrapListGames .head-title{
    color: #369;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    border-bottom: 1px solid #369;
}
.wrapListGames ul{
    margin: 0;
    padding: 0;
    margin-left: 25px;
}

.wrapListGames ul li{
    display: inline-block;
    vertical-align: top;
    margin: 13px 15px;
    width: 200px;
    /*  width: 12.2%;*/
    min-height: 330px;
    position: relative;
}

.wrapListGames ul li:hover{
    cursor: pointer;
}

.wrapListGames ul li .xprogame_img{
    float: left;
    /* width: 100%;*/
    display: block;
    overflow: hidden;
    /* border: 2px outset #6FB4E0; */
    border: 4px solid #3583BC;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    behavior: url('/images/PIE.htc');

}
.wrapListGames ul li .xprogame_img img{
    transition-duration:750ms;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    margin-bottom: -3px;
    width: 200px;
}

.wrapListGames ul li:hover .xprogame_img img{
    transform:scale(1.4);
    -moz-transform:scale(1.4);
    -ms-transform:scale(1.4);
    -o-transform:scale(1.4);
    -webkit-transform:scale(1.4);
}

.wrapListGames ul li:hover .xprogame_img p.play-button{
    top:125px;
    opacity:1;
    transition-duration:350ms;
    left: 0px;.

}
.wrapListGames ul li .xprogame_img p.play-button{
    top:5px;
    opacity:0;
    transition-duration:350ms;
    width: 100%;
    position: absolute;

    text-align: center;
    z-index: 10;
}
.wrapListGames ul li .xprogame_img .play-button span {
    text-decoration: none;
    padding: 12px 20px 10px;
    border-top: 1px solid #6CB1E4;
    color: #fff;
    font: 16px/18px Arial,Helvetica,sans-serif;
    background: #3583bc;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 0 1px 0 #444;
    box-shadow: 0 0 3px #222;
}

.wrapListGames ul li .xprogame-name{
    float: left;
    width: 100%;
    margin: 7px 0 0;
    color: #369;
    text-align: center;
    /*width: 200px;
    height: auto;
    background: 0 0;
    color: #282828;

    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: none;
    display: block;*/
}

.wrapListGames a.returnLink, #blockIframe a.returnLink{

    cursor: pointer;
    border: 1px solid #648634;
    display: inline-block;
    margin: 5px;
    text-align: center;
    vertical-align: middle;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 16px !important;
    font-weight: 700;
    padding: 5px 10px;
    height: 20px;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 2px -2px rgba(255, 255, 255, 0.8) inset, 0 -3px 0 -2px rgba(0, 0, 0, 0.2) inset;
    position: relative;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9EC85B), color-stop(1, #6B8B3E));
    background-image: -o-linear-gradient(bottom, #9EC85B 0%, #6B8B3E 100%);
    background-image: -moz-linear-gradient(bottom, #9EC85B 0%, #6B8B3E 100%);
    background-image: -webkit-linear-gradient(bottom, #9EC85B 0%, #6B8B3E 100%);
    background-image: -ms-linear-gradient(bottom, #9EC85B 0%, #6B8B3E 100%);
    background-image: linear-gradient(to bottom, #9EC85B 0%, #6B8B3E 100%);
    -pie-background: linear-gradient(bottom, #9EC85B 0%, #6B8B3E 100%);
    behavior: url('/img/PIE.htc');
    text-decoration: none;
}


/********************/
.casino_page {
    background-color: #000;
    background-position: 50% 0;
    background-repeat: repeat-x;
    padding-bottom: 50px !important;
}
.casino_page_1 {
    background-color: #000 !important;
    background-image: url("/img/fon_casino_2560x1200_1.jpg");
}
.casino_page_2 {
    background-color: #000;
    background-image: url("/img/fon_casino_2560x1200_2.jpg");
}
.casino_page:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: -20px;
    content: "";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}
.casino_page .sports_widget,
.casino_page #games_content {
    margin: 0 auto;
    width: 960px;
}
.casino_page .sb-header {
    border-radius: 3px;

    background: #49a924;
    background: -moz-linear-gradient(top,  #49a924 0%, #35721f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#49a924), color-stop(100%,#35721f));
    background: -webkit-linear-gradient(top,  #49a924 0%,#35721f 100%);
    background: -o-linear-gradient(top,  #49a924 0%,#35721f 100%);
    background: -ms-linear-gradient(top,  #49a924 0%,#35721f 100%);
    background: linear-gradient(to bottom,  #49a924 0%,#35721f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49a924', endColorstr='#35721f',GradientType=0 );
}
.casino_page .wrapListGames {
    background-color: transparent;
    width: 100%;
}
.casino_page .wrapListGames ul {
    margin: 0;
}
.casino_page .wrapListGames ul li {
    display: block;
    float: left;
    margin: 0 32px 45px 0;
    width: 216px;
}
.casino_page .wrapListGames ul li:nth-child(4n) {
    margin-right: 0;
}
.casino_page .wrapListGames ul li .xprogame_img {
    border: medium none;
    border-radius: 20px;
    float: none;
    height: 300px;
    padding: 8px;

    background: #ffffd1;
    background: -moz-linear-gradient(top,  #ffffd1 0%, #edba1f 50%, #d08401 51%, #efc125 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffd1), color-stop(50%,#edba1f), color-stop(51%,#d08401), color-stop(100%,#efc125));
    background: -webkit-linear-gradient(top,  #ffffd1 0%,#edba1f 50%,#d08401 51%,#efc125 100%);
    background: -o-linear-gradient(top,  #ffffd1 0%,#edba1f 50%,#d08401 51%,#efc125 100%);
    background: -ms-linear-gradient(top,  #ffffd1 0%,#edba1f 50%,#d08401 51%,#efc125 100%);
    background: linear-gradient(to bottom,  #ffffd1 0%,#edba1f 50%,#d08401 51%,#efc125 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffd1', endColorstr='#efc125',GradientType=0 );
}
.casino_page .wrapListGames ul li:hover .xprogame_img{
    background: #efc125;
    background: -moz-linear-gradient(top,  #efc125 0%, #d08401 49%, #edba1f 50%, #ffffd1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efc125), color-stop(49%,#d08401), color-stop(50%,#edba1f), color-stop(100%,#ffffd1));
    background: -webkit-linear-gradient(top,  #efc125 0%,#d08401 49%,#edba1f 50%,#ffffd1 100%);
    background: -o-linear-gradient(top,  #efc125 0%,#d08401 49%,#edba1f 50%,#ffffd1 100%);
    background: -ms-linear-gradient(top,  #efc125 0%,#d08401 49%,#edba1f 50%,#ffffd1 100%);
    background: linear-gradient(to bottom,  #efc125 0%,#d08401 49%,#edba1f 50%,#ffffd1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc125', endColorstr='#ffffd1',GradientType=0 );
}
.casino_page .wrapListGames ul li .xprogame_img .play_img {
    background-color: #227a00;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 14px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.7) inset;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.casino_page .wrapListGames ul li .xprogame-name {
    color: #eec024;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
}
.casino_page .wrapListGames ul li:hover .xprogame-name {
    color: #fffdcb;
}
.casino_page .wrapListGames ul li .xprogame_img p.play-button {
    left: 0;
}
.casino_page .wrapListGames ul li .xprogame_img .play-button span {
    border: medium none;
    border-radius: 5px;
    box-shadow: none;
    color: #523e04;
    font-family: Roboto;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);

    background: #ffffd1;
    background: -moz-linear-gradient(top,  #ffffd1 0%, #edba1f 50%, #d08401 51%, #efc125 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffd1), color-stop(50%,#edba1f), color-stop(51%,#d08401), color-stop(100%,#efc125));
    background: -webkit-linear-gradient(top,  #ffffd1 0%,#edba1f 50%,#d08401 51%,#efc125 100%);
    background: -o-linear-gradient(top,  #ffffd1 0%,#edba1f 50%,#d08401 51%,#efc125 100%);
    background: -ms-linear-gradient(top,  #ffffd1 0%,#edba1f 50%,#d08401 51%,#efc125 100%);
    background: linear-gradient(to bottom,  #ffffd1 0%,#edba1f 50%,#d08401 51%,#efc125 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffd1', endColorstr='#efc125',GradientType=0 );
}
.casino_page .wrapListGames ul li:hover .xprogame_img p.play-button {
    margin-top: -15px;
    top: 50%;
}
.casino_page .formBlock {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    margin: 20px 0 30px;
    padding: 8px 33px 12px 16px;
    width: auto;
}
.casino_page .formBlock:before,.casino_page .formBlock:after,
.casino_page .formBlock .td1:before,.casino_page .formBlock .td1:after,
.casino_page .formBlock .td2:before,.casino_page .formBlock .td2:after{
    content:'';
    clear:both;
    display:block;
}
.casino_page .formBlock .td1{
    float:left;
}
.casino_page .formBlock .td2{
    float:right;
}
.casino_page .formBlock .fLeft {
    float: left;
    padding-top: 18px;
    position: relative;
}
.casino_page .formBlock .fLeft .text {
    color: #ffffff;
    font-family: Roboto;
    font-size: 14px;
    left: 0;
    line-height: 12px;
    position: absolute;
    top: 0;
    white-space: nowrap;
}
.casino_page .formBlock .amountField,
.casino_page .formBlock #resGameBalance {
    border: medium none;
    box-shadow: none;
    margin-right: 5px;
    text-align: center;
    vertical-align: top;
    width: 160px;
    color:#666666;
    font-family: Roboto;
    font-size: 14px;
    padding: 8px 10px;
    line-height: 16px;
    height: 16px;
    float: left;
}
.casino_page .formBlock .amountField.errors {
    border: 1px solid red !important;
    padding: 7px 9px;
}
.casino_page .formBlock .amountField::-webkit-input-placeholder     {color:#666666;font-weight:300;}
.casino_page .formBlock .amountField::-moz-placeholder                 {color:#666666;font-weight:300;}
.casino_page .formBlock .amountField:-moz-placeholder                   {color:#666666;font-weight:300;}
.casino_page .formBlock .amountField:-ms-input-placeholder          {color:#666666;font-weight:300;}
.casino_page .formBlock #resGameBalance {
    width: 115px;
    font-size: 18px;
}
.casino_page .formBlock [type="button"] {
    border: medium none;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 0 0 rgba(0, 0, 0, 0.3) inset;
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    height: 32px;
    line-height: 16px;
    padding: 0 20px;
    text-shadow: 0 0 0 transparent;
    vertical-align: top;
}
.casino_page .formBlock [type="button"].blueSub{
    background: #5894c3;
    background: -moz-linear-gradient(top,  #5894c3 0%, #3f678d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5894c3), color-stop(100%,#3f678d));
    background: -webkit-linear-gradient(top,  #5894c3 0%,#3f678d 100%);
    background: -o-linear-gradient(top,  #5894c3 0%,#3f678d 100%);
    background: -ms-linear-gradient(top,  #5894c3 0%,#3f678d 100%);
    background: linear-gradient(to bottom,  #5894c3 0%,#3f678d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5894c3', endColorstr='#3f678d',GradientType=0 );
}
.casino_page .formBlock [type="button"].blueSub:hover{
    background: #497ca4;
    background: -moz-linear-gradient(top,  #497ca4 0%, #325474 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#497ca4), color-stop(100%,#325474));
    background: -webkit-linear-gradient(top,  #497ca4 0%,#325474 100%);
    background: -o-linear-gradient(top,  #497ca4 0%,#325474 100%);
    background: -ms-linear-gradient(top,  #497ca4 0%,#325474 100%);
    background: linear-gradient(to bottom,  #497ca4 0%,#325474 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#497ca4', endColorstr='#325474',GradientType=0 );
}
.casino_page .formBlock [type="button"].greenSub{
    background: #99c358;
    background: -moz-linear-gradient(top,  #99c358 0%, #6d8d3f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99c358), color-stop(100%,#6d8d3f));
    background: -webkit-linear-gradient(top,  #99c358 0%,#6d8d3f 100%);
    background: -o-linear-gradient(top,  #99c358 0%,#6d8d3f 100%);
    background: -ms-linear-gradient(top,  #99c358 0%,#6d8d3f 100%);
    background: linear-gradient(to bottom,  #99c358 0%,#6d8d3f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99c358', endColorstr='#6d8d3f',GradientType=0 );
}
.casino_page .formBlock [type="button"].greenSub:hover{
    background: #81a54a;
    background: -moz-linear-gradient(top,  #81a54a 0%, #567031 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#81a54a), color-stop(100%,#567031));
    background: -webkit-linear-gradient(top,  #81a54a 0%,#567031 100%);
    background: -o-linear-gradient(top,  #81a54a 0%,#567031 100%);
    background: -ms-linear-gradient(top,  #81a54a 0%,#567031 100%);
    background: linear-gradient(to bottom,  #81a54a 0%,#567031 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81a54a', endColorstr='#567031',GradientType=0 );
}
.casino_page .formBlock [type="button"].orangeSub{
    background: #e0830d;
    background: -moz-linear-gradient(top,  #e0830d 0%, #ad4a16 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0830d), color-stop(100%,#ad4a16));
    background: -webkit-linear-gradient(top,  #e0830d 0%,#ad4a16 100%);
    background: -o-linear-gradient(top,  #e0830d 0%,#ad4a16 100%);
    background: -ms-linear-gradient(top,  #e0830d 0%,#ad4a16 100%);
    background: linear-gradient(to bottom,  #e0830d 0%,#ad4a16 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0830d', endColorstr='#ad4a16',GradientType=0 );
}
.casino_page .formBlock [type="button"].orangeSub:hover{
    background: #bf6f0a;
    background: -moz-linear-gradient(top,  #bf6f0a 0%, #923e12 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bf6f0a), color-stop(100%,#923e12));
    background: -webkit-linear-gradient(top,  #bf6f0a 0%,#923e12 100%);
    background: -o-linear-gradient(top,  #bf6f0a 0%,#923e12 100%);
    background: -ms-linear-gradient(top,  #bf6f0a 0%,#923e12 100%);
    background: linear-gradient(to bottom,  #bf6f0a 0%,#923e12 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf6f0a', endColorstr='#923e12',GradientType=0 );
}

.helpIcoQ_con {
    position: absolute;
    right: -28px;
    top: -2px;
}
.helpIcoQ_con .helpIcoQ_but {
    background-image: url("/img/helpIcoQ.png");
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
}
.helpIcoQ_con .helpIcoQ_text {
    background-color: #c05716;
    box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.9);
    color: #fff;
    cursor: default;
    display: none;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 300;
    padding: 5px 10px;
    position: absolute;
    right: 11px;
    text-align: justify;
    top: 36px;
    width: 350px;
    z-index: 100;
}
.helpIcoQ_con .helpIcoQ_text:before {
    border-color: transparent #c05716 transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0 0;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 0;
    top: -10px;
    width: 0;
}
.helpIcoQ_con .helpIcoQ_but:hover + .helpIcoQ_text{
    display:block;
}
.casino_page .wrapListGames ul li .xprogame_img .play_img.icoType:before {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}
.casino_page .wrapListGames ul li .xprogame_img .play_img.icoType.ico1:before {background-image:url(/img/cas_ico1.png);}
.casino_page .wrapListGames ul li .xprogame_img .play_img.icoType.ico2:before {background-image:url(/img/cas_ico2.png);}
.casino_page .wrapListGames ul li .xprogame_img .play_img.icoType.ico3:before {background-image:url(/img/cas_ico3.png);}

/* tvgames casino_pro*/

/* history bingo luckyline */
#contentHistory .tableResultBingo {
    width: 100%;
}
#contentHistory .tableResultBingo td {
    vertical-align: top;
}
.lineResult, .blockResult, .otherResult {
    width: 265px;
    margin: 0 auto;
}
.lineResult .tenElement, .lineResult .fiveElement {
    background: #F7BD3F;
    border-radius: 12px;
    margin: 2px 0;
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5);
}
.blockResult .tenElement, .blockResult .fiveElement {
    background: #CB2323;
    border-radius: 12px;
    margin: 2px 0;
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5);
}
#contentHistory .tableResultBingo td span {
    display: inline-block;
    background: #F7F7F7;
    padding: 3px;
    border-radius: 12px;
    border: 1px solid #B8B8B8;
    box-shadow: inset 2px 0px 4px rgba(1,1,1,0.2);
    font-weight: bold;
    width: 14px;
    margin: 2px;
}
#contentHistory .tableResultBingo .luckyLine_table td span {
    display: inline-block;
    background: #c29a72;
    padding: 6px;
    border-radius: 2px;
    border: 1px solid #B8B8B8;
    box-shadow: inset 2px 0px 4px rgba(1,1,1,0.2);
    font-weight: bold;
    width: 14px;
    margin: -1px;
}
.fiveElement {
    display: inline-block;
}

table.part-of-bilet {
    border: 2px solid #3C96D9;
    margin-bottom: 2px;
    border-collapse: collapse;
}
table.part-of-bilet .cells {
    border: 1px solid #EAEAEA;
    width: 14px;
}
table.show_game_billet {
    margin: 0 auto;
}
#contentHistory .tableResult td table.show_game_billet td {
    border-bottom: none;
}

#contentHistory .tableResult td table.show_game_billet td table.luckyLine_table td{
    padding:0;
}
#contentHistory .tableResultBingo td table.luckyLine_table td span.winCell{
    background:yellow;
}

#contentHistory .tableResultBingo td table.show_game_billet td table.part-of-bilet.winBingo{
    background: rgb(179, 245, 177);
}
#contentHistory .tableResultBingo td table.show_game_billet td table.part-of-bilet tr.lines.winLine{
    background: rgb(179, 245, 177);
}

.tvgame-error {
    height: 100%;
    text-align: center;
    margin: 100px;
    color: white;
    font-size: 14px;
}
/* end bingo*/

/***************************/
.bingoWinMes {
    height: 176px;
    position: fixed;
    right: 0;
    top: 50%;
    width: 0;
    z-index: 100;
}
.bingoWinMes_con {
    bottom: 0;
    height: 176px;
    position: absolute;
    right: -240px;
    width: 225px;
}
.bingoWinMes_sum{
    background-color: #651212;
    border-radius: 13px;
    box-shadow: 0 0 0 4px #faeb63 inset;
    color: #faeb63;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    height: 107px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 225px;
    padding-top: 19px;
}
.bingoWinMes_sum:before {
    background-image: url("/img/bingoWinMes_sum.png");
    content: "";
    display: block;
    height: 166px;
    position: absolute;
    right: 0;
    top: -20px;
    width: 241px;
}
.bingoWinMes_sum div{
    position:relative;
}
.bingoWinMes_sum .name {
    color: #fff;
    font-size: 15px;
    line-height: 13px;
}
.bingoWinMes_sum .summ {
    color: #fff;
    font-size: 36px;
    line-height: 35px;
}
.bingoWinMes_sum .text1 {
    font-size: 20px;
    white-space: nowrap;
}
.bingoWinMes_but {
    background-color: #0f5705;
    border-radius: 9px;
    bottom: 0;
    box-shadow: 0 0 0 3px #faeb63 inset;
    color: #faeb63;
    cursor: pointer;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    height: 38px;
    line-height: 40px;
    position: absolute;
    right: 11px;
    text-align: center;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    width: 198px;
}
.bingoWinMes_but span{
    position:relative;
}
.bingoWinMes_but:before {
    background-image: url("/img/bingoWinMes_but.png");
    content: "";
    display: block;
    height: 48px;
    left: -6px;
    position: absolute;
    top: -3px;
    width: 210px;
}
.bingoWinMes_but:hover:before{
    background-position:0 -48px;
}
.bingoWinMes_list {
    background-color: #771212;
    border-radius: 12px;
    bottom: 50px;
    box-shadow: 0 0 0 4px #faeb63 inset;
    height: 366px;
    position: absolute;
    right: -240px;
    width: 225px;
}
.bingoWinMes_list:before {
    background-image: url("/img/bingoWinMes_list.png");
    content: "";
    display: block;
    height: 406px;
    position: absolute;
    right: 0;
    top: -20px;
    width: 241px;
}
.bingoWinMes_close {
    background-color: #faee63;
    background-image: url("/img/bingoWinMes_close.png");
    border-radius: 50%;
    cursor: pointer;
    height: 24px;
    position: absolute !important;
    right: 3px;
    top: -10px;
    width: 24px;
    z-index: 5;
}
.bingoWinMes_close:hover{
    background-position:0 -24px;
}
.bingoWinMes_list_ul {
    color: #faeb63;
    font-family: Roboto;
    font-size: 14px;
    list-style: outside none none;
    margin: 0;
    padding: 36px 0 0 32px;
    position: relative;
}
.bingoWinMes_list_ul li{
    padding:11px 0;
    position: relative;
}
.bingoWinMes_list_ul li + li{
    border-top:1px solid #faeb63;
}
.bingoWinMes_list_ul li:before{
    background-image: url("/img/bingoWinMes_star.png");
    content: "";
    display: block;
    height: 12px;
    left: -17px;
    position: absolute;
    top: 22px;
    width: 12px;
}
.bingoWinMes_list_ul li .name{
    display:block;
}
.bingoWinMes_list_ul li .summ {
    color: #fff;
    display: block;
    line-height: 18px;
}
.bingoWinMes_list_ul li .summ b {
    font-size: 20px;
    font-weight: 500;
}
.bingoWinMes_arrow{
    width:34px;
    height:84px;
}
.bingoWinMes_arrow:hover{
    background-position:0 -84px;
}
.bingoWinMes_arrow {
    background-image: url("/img/bingoWinMes_arrow.png");
    cursor: pointer;
    height: 84px;
    left: -49px;
    position: absolute;
    top: 26px;
    width: 34px;
}

/* Onpay status */

#onpay_message_div {
    border-radius: 5px 5px 4px 4px;
    box-shadow: 0 5px 19px rgba(0, 0, 0, 0.7);
    behavior: url('/images/PIE.htc');
    height: auto;
    min-height: 305px;
    padding-bottom: 25px;
    background: #ffffff;
    width: 500px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -165px 0 0 -250px;
}

#onpay_header_bg {
    background: url('/images/header_b.png') top left repeat-x;
    border-radius: 4px 4px 0 0;
    height: 60px;
}

#onpay_header_bg img {
    padding: 7px 0 0 15px;
    width: 100px;
    border: none;
}

#onpay_footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 5px 0;
    text-align: center;
    border-top: 1px solid #cccccc;
}

#onpay_status_message {
    height: auto;
    padding: 20px 0;
    font-size: 14px;
    text-align: center;
    width: 100%;
    display: table;
}

#onpay_message_div input#userLogin, #onpay_message_div input#userPassword, #onpay_message_div input.captchaCode {
    background: #fff;
    border: 1px solid #D3D3D3;
    border-radius: 3px;
    box-shadow: 5px 5px 4px -4px rgba(0, 0, 0, 0.2) inset;
    padding: 4px 7px;
    width: 115px;
    height: 16px;
    color: #336699;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 3px;
}

.errStyle {
    background-color: #363c3f;
}

.textOnErrConnect{
    margin: 35px 0 15px;
}

#captcha {
    margin: 5px 0px;
}


/* Golden Race */
#playarea {
    width: 100%;
    height: 100%;
    min-height:    100%;
    overflow: hidden;
}

#gameframe {
    min-height: 1000px;
    top: 0 !important;
}

iframe.noScrolling {
    width: 100%;
    height:    100%;
    overflow: hidden;
}

.moreInf {
    display: none;
}

#betsHistory {
    display: none;
    font-size: 12px !important;
}

#betsHistory #historyForm {
    text-align: center;
    margin: 15px 0;
}

#betsHistory #historyForm .title {
    font-size: 12px;
    color: #333;
}

#betsHistory .content {
    overflow: auto;
    max-height: 380px;
}

#betsHistory .content .results_table_live {
    margin-bottom: 0;
}

#betsHistory .content .results_table_live a.openBetDetails {
    border-bottom: 1px dashed #369;
}

/*****************************/

/* Popup помощь при регистрации */
#help_popup_reg.help_popup {
    padding: 25px;
    width: 515px;
    font-family: 'Roboto', sans-serif;
}
#help_popup_reg.help_popup .text1 {
    border-radius: 5px;
    color: #ffffff;
    font-size: 28px;
    height: 95px;
    line-height: 95px;
    margin: 10px 0;
    padding: 0 10px;
    text-align: center;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    background: #0073b0;
    background: -moz-linear-gradient(top,  #0073b0 0%, #007bb7 50%, #0071b2 51%, #0072ae 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0073b0), color-stop(50%,#007bb7), color-stop(51%,#0071b2), color-stop(100%,#0072ae));
    background: -webkit-linear-gradient(top,  #0073b0 0%,#007bb7 50%,#0071b2 51%,#0072ae 100%);
    background: -o-linear-gradient(top,  #0073b0 0%,#007bb7 50%,#0071b2 51%,#0072ae 100%);
    background: -ms-linear-gradient(top,  #0073b0 0%,#007bb7 50%,#0071b2 51%,#0072ae 100%);
    background: linear-gradient(to bottom,  #0073b0 0%,#007bb7 50%,#0071b2 51%,#0072ae 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0073b0', endColorstr='#0072ae',GradientType=0 );
}
#help_popup_reg.help_popup .text1 span {
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
}
#help_popup_reg.help_popup .text2 {
    color: #4c5559;
    font-size: 14px;
    padding: 15px 0;
    text-align: center;
}
#help_popup_reg.help_popup .input_form {
    margin: 10px 0;
    width: 100%;
}
#help_popup_reg.help_popup .input_form:before,
#help_popup_reg.help_popup .input_form:after {
    clear: both;
    display: block;
    content: '';
}
#help_popup_reg.help_popup .input_form .col:first-child {
    box-shadow: 1px 0 0 0 #b3b3b3;
    float: left;
    padding: 10px 20px;
    width: 290px;
}
#help_popup_reg.help_popup .input_form .col:last-child {
    float: left;
    padding: 10px 20px;
    width: 145px;
}
#help_popup_reg.help_popup .input_form .col .text {
    border: 1px solid #909090;
    border-radius: 5px;
    box-shadow: 0 20px 10px -15px #cccccc inset;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 18px;
    font-weight: 500;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding-right: 25px;
}
#help_popup_reg #addPhoneForm .keyboardInputInitiator {
    margin-left: -24px;
    margin-top: -5px;
}
#help_popup_reg.help_popup .input_form .col .help {
    color: #7c7c7c;
    font-size: 12px;
    line-height: 18px;
    padding: 5px 0;
}
#help_popup_reg.help_popup .input_form .col .submit,
#help_popup_reg.help_popup .input_form .col .activate {
    border: 1px solid #87aa50;
    border-radius: 5px;
    display: block;
    font-size: 18px;
    font-weight: 500;
    height: 35px;
    line-height: 35px;
    margin-top: 15px;
    padding: 0;
    text-align: center;
    width: 100%;
    position: relative;
}
#help_popup_reg.help_popup .input_form .col .submit:before {
    background-image: url('/img/phone_icon_g.png');
    content: '';
    display: block;
    height: 27px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 26px;
}
#help_popup_reg.help_popup .input_form .col .online,
#help_popup_reg.help_popup .input_form .col .call{
    border-radius: 5px;
    display: block;
    font-size: 18px;
    font-weight: 500;
    height: 50px;
    line-height: 20px;
    width: 178px;
    text-align: right;
    padding-right: 13px;
    padding-left: 11px;
    margin-bottom: 18px;
    padding-top: 5px;
    position: relative;
}
#help_popup_reg.help_popup .input_form .col .call:before
{
    background-image: url('/img/consul_ico2.png');
    content: '';
    display: block;
    height: 37px;
    left: 50%;
    margin-left: -96px;
    position: absolute;
    top: 8px;
    width: 42px;
}
#help_popup_reg.help_popup .input_form .col .online:before {
    background-image: url('/img/consul_ico1.png');
    content: '';
    display: block;
    height: 37px;
    left: 50%;
    margin-left: -96px;
    position: absolute;
    top: 8px;
    width: 42px;
}
#help_popup_reg .blue_but_light {
    color: #ffffff;
    text-decoration: none;
    background: #81a4cc;
    background: -moz-linear-gradient(top,  #81a4cc 0%, #4e719c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#81a4cc), color-stop(100%,#4e719c));
    background: -webkit-linear-gradient(top,  #81a4cc 0%,#4e719c 100%);
    background: -o-linear-gradient(top,  #81a4cc 0%,#4e719c 100%);
    background: -ms-linear-gradient(top,  #81a4cc 0%,#4e719c 100%);
    background: linear-gradient(to bottom,  #81a4cc 0%,#4e719c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81a4cc', endColorstr='#4e719c',GradientType=0 );
}
#help_popup_reg .blue_but_light:hover {
    color: #ffffff;
    text-decoration: none;
    background: #8fb4df;
    background: -moz-linear-gradient(top,  #8fb4df 0%, #5d83b2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fb4df), color-stop(100%,#5d83b2));
    background: -webkit-linear-gradient(top,  #8fb4df 0%,#5d83b2 100%);
    background: -o-linear-gradient(top,  #8fb4df 0%,#5d83b2 100%);
    background: -ms-linear-gradient(top,  #8fb4df 0%,#5d83b2 100%);
    background: linear-gradient(to bottom,  #8fb4df 0%,#5d83b2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fb4df', endColorstr='#5d83b2',GradientType=0 );
}
#help_popup_reg.help_popup_long {
    background-image: url('/img/page_pop_bg.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 15px 30px 3px 360px;
    width: 550px;
}
#help_popup_reg.help_popup_long .text1 {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    color: #377aad;
    font-size: 20px;
    font-weight: 700;
    height: auto;
    line-height: 1.3;
    margin: 0 0 10px;
    padding: 0;
    text-align: left;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    text-transform: uppercase;
}
#help_popup_reg.help_popup_long .text2 {
    padding: 0 0 10px;
    text-align: left;
}
#help_popup_reg.help_popup_long .input_form .col:first-child {
    padding-left: 0;
    width: 315px;
}
#help_popup_reg.help_popup_long .input_form .col:last-child {
    padding-right: 0;
    width: 145px;
}
/* конец Popup помощь при регистрации */

/* new header */
.acc-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-top: -9px;
    margin-bottom: -5px;
}

.acc-wrap.dropdown-open {
    background: none;
}

.acc-wrap.dropdown-open .acc-open:hover {
    background: none;
}

.acc-wrap .acc-open {
    display: block;
    color: #f6ce60;
    font-size: 14px;
    text-decoration: none;
    padding: 17px 0 16px;
    margin-left: 20px;
}

.acc-wrap .acc-open:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 11px;;
    background: url(../img/acc-arr.png);
    margin-left: 10px;
    margin-top: -2px;
}


.acc-wrap.dropdown-open .acc-open:after {
    background-position:  0 -15px;
}

.acc-dropdown {
    position: absolute;
    top: 100%;
    width: 220px;
    background: #363c3f;
    left: 0;
    padding: 0;
}

.acc-name {
    font-size: 16px;
    color: #b5c6d2;
    padding: 0 15px;
    margin-top: 10px;
}

.acc-item {
    margin: 10px 0;
}

.acc-link {
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #fefeff;
    padding: 5px 15px;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}

.acc-link:hover {
    background-color: #f6ce60;
    font-weight: 700;
    color: #363c3f;
}

.acc-link:hover .acc-icon {
    background-position: -25px center;
}

.acc-icon {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 0 center;
}

.acc-icon.profile {
    background-image: url(../img/acc-icons/profile.png);
}

.acc-icon.history-bet {
    background-image: url(../img/acc-icons/history.png);
}

.acc-icon.history-transfers {
    background-image: url(../img/acc-icons/history-transfers.png);
}

.acc-icon.withdrow {
    background-image: url(../img/acc-icons/wallets.png);
}

.acc-icon.request {
    background-image: url(../img/acc-icons/request.png);
}

.acc-icon.out {
    background-image: url(../img/acc-icons/out.png);
}

.acc-opt__name {
    padding-left: 30px;
    display: block;
}

.message-wrap {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: -9px 0 -5px 10px;
    position: relative;
    background: none;
}

.dropdown-show.message-open {
    width: 100%;
    height: 100%;
    background-image: url(../img/message.png);
    padding: 0;
    background-repeat: no-repeat;
    background-position: center top;
    cursor: pointer;
}

.dropdown-open .message-open {
    background-color: #fff;
}

.dropdown-show.message-open:hover {
    background-color: #fff;
}

.message-count {
    float: right;
    display: block;
    font-size: 10px;
    background-color: #cc6633;
    width: 14px;
    text-align: center;
    padding: 1px 0;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-top: 8px;
    margin-right: 3px;
    font-weight: 500;
}

.message-dropdown {
    position: absolute;
    right: -3px;
    border: 3px solid #363c3f;
    border-top-width: 0;
    top: 100%;
    width: 810px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    padding: 15px;
}

.message-item {
    font-size: 16px;
    color: #363c3f;
}

.message-body:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

.message-time {
    float: right;
    font-size: 16px;
    color: #363c3f;
}
.message-text {
    margin-top: 0;
    padding-right: 85px;
}

.message-title {
    font-weight: 700;
}

.message-hide {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #cc6633;
    cursor: pointer;
}

.message-hide.dropdown-show {
    float: none;
    text-decoration: none;
    padding: 0;
}


.message-hide.dropdown-show:hover {
    text-decoration: underline;
    background: none;
}

.message-hide:after {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/acc-arr.png) no-repeat 0 -16px;
    margin-left: 10px;
    margin-bottom: -6px;
}
/* end new header */
/* goldenrace */
div.sports_widget {
    width : 100%;
    min-width : 905px\9;
}

div.sports_widget div.widget_ajax_area {
    position : relative;
    background : #FFF;
    border-radius : 0 0 3px 3px;
    -moz-border-radius : 0 0 3px 3px;
    -webkit-border-radius : 0 0 3px 3px;
    padding : 10px;
}
div.sports_widget div.widget_ajax_area.game {
    text-align: center;
}
div.sports_widget div.widget_ajax_area.fullscreen {
    background : none;
    padding : 0;
}

div.sports_widget div.banner {
    height : 34px;
    line-height : 34px;
    font-size : 14px;
    color : #000;
}

div.sports_widget div.banner div.text div h3 {
    color : #000;
    font-size : 14px;
    font-weight : normal;
    margin : 0;
    padding : 0 10px;
}

div.sports_widget div.banner div.text div h1 {
    color : #000;
    font-size : 14px;
    font-weight : normal;
    margin : 0;
    padding : 0 10px;
}
/* /goldenrace */


.xgames_breadcrumbs {
    position: relative;
    z-index: 15
}

.xgames_breadcrumbs ol.breadcrumbs {
    position: absolute;
    top: 10px;
    left: 12px;
    margin: 0;
    padding: 0;
    line-height: 36px
}

.xgames_breadcrumbs ol.breadcrumbs li {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    color: #e5e5e5
}

.xgames_breadcrumbs ol.breadcrumbs li:not(:last-child):after {
    content: "/";
    display: inline-block;
    margin-left: 8px;
    margin-right: 6px;
    color: #e5e5e5
}

.xgames_breadcrumbs ol.breadcrumbs a {
    font-size: 11px;
    color: #e5e5e5;
    text-decoration: underline
}

.xgames_breadcrumbs ol.breadcrumbs a:hover {
    color: #fff
}