
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,900');

body {
	margin: 0;
	font-family: 'Roboto';
	font-size:17px;
	color:#000;
	background: #0e356a url(../images/bg.jpg) no-repeat center top;
	font-weight: 300;
}
img{
	max-width: 100%;
	height:auto;
}

a, p{
	color:#000;

}
h2 {
    font-size: 25px;
    padding: 15px 0;
    margin: 0;
}
h4 {
    font-size: 23px;
    font-weight: 900;
    padding: 10px 0;
    margin: 0;
}
.wrap{
	width: 1283px;
	margin: 0 auto;
}
.container {
	width: 100%;
	margin: 0 auto;
	padding: 30px 50px;
	box-sizing: border-box;
}
.padding_180 .container{
	padding: 30px 180px;
}

.padding_230 .container{
	padding: 30px 230px;
}

.clearfix:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}
.no_padding{
	padding:0!important;
}

.header{
	background:#000;
}
.content .wrap{
	background:#fff;
}
.footer .wrap{
	background:transparent;
}
.logo {
    display: inline-block;
    vertical-align: middle;
    padding-right: 50px;
}
.logo a{
	display: inline-block;
	line-height: 86px;
}
.logo a img{
	vertical-align: middle;
}
.menu {
    display: inline-block;
    vertical-align: middle;
    height: 86px;
    float: right;
    width: 800px;
}
.menu ul li{
    float: left;
    list-style: none;
}
.menu ul > li > a {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    height: 86px;
    box-sizing: border-box;
    padding: 0 9px;
    line-height: 86px;
    background-repeat: no-repeat;
    background-position: center 14px;
    width: 100%;
}

.menu ul li{
	border-left: 1px solid #373737;max-height: 98px;position: relative;
}
.menu ul li:last-child{
	border-right: 1px solid #373737;
}

.menu ul li:hover,
.menu ul li.active{
	background:#f4c500;
	-webkit-box-shadow: inset 0px 0px 17px 3px rgba(0,0,0,0.17);
-moz-box-shadow: inset 0px 0px 17px 3px rgba(0,0,0,0.17);
box-shadow: inset 0px 0px 17px 3px rgba(0,0,0,0.17);
}
.menu ul li:hover a,
.menu ul li.active a{
	color:#000;
}
.li_menu_10.search {
    min-width: 55px;
    float: right;
}

.menu ul li.li_menu_10 a{	
	background: url(../images/search_white.png) center no-repeat;
}
.menu ul li.li_menu_10 a:hover,.menu ul li.li_menu_10.active a{   
    background: url(../images/search_white_hover.png) center no-repeat;
}


.menu ul li .sub_menu{
	position: absolute;
    left: -100%;
    right: -130%;
    display:none;
}
.menu ul li #notifications{
    left: -50%;
    right: -100%;
}
.menu ul li:hover  .sub_menu{
	display:block;
}
.menu ul li .sub_menu > li{
	width:100%;    border: none;
}
.menu ul li .sub_menu  li a{
    background: #000;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0px 17px;
    font-size: 17px;
    font-weight: 300;
    z-index: 999;
    position: relative;
}
.menu ul li .sub_menu  li:hover a,
.menu ul li .sub_menu  li.active a{
    background: #ebbe00;
    color: #000;
    -webkit-box-shadow: inset 0px 0px 17px 3px rgba(0,0,0,0.17);
    -moz-box-shadow: inset 0px 0px 17px 3px rgba(0,0,0,0.17);
    box-shadow: inset 0px 0px 17px 3px rgba(0,0,0,0.17);
}


.breadcrumb{
	text-align: right;
	padding:40px 0;
}
.breadcrumb a, .breadcrumb span{
	color:#fff;
	font-size:14px;
	font-weight:300;
}
.bread_divider{
	background: url(../images/right.png);
	background-repeat: no-repeat;
	background-position: center;
	padding: 0 10px;
    position: relative;
    top: 1px;
    right: 2px;
}

.title h1{
	font-size:39px;
	font-weight:900;
	padding:0;
	margin: 0;
	
}

p{
	font-size:18px;
	font-weight:300;
	padding:10px 0;
}
.title p{
	margin-top:15px;
	padding:0;
	font-size:20px;
}
p:first-child{
	padding-top:0;
}
.divider{
	background: url(../images/divider.png);
	background-repeat: repeat-x;
	width:100%;
	height:4px;
}
.divider.small{
	background: url(../images/divider_small.png);
}

.xls{
	background: url(../images/xls.png) no-repeat center left;
	padding-left: 60px;
	
}
.bold{
	font-weight:600;
	font-size:20px;
}
.padding{
	padding-top:30px;
	padding-bottom: 30px;
	display: inline-block;
}
.padding_betwen{
	padding-top:30px;
	padding-bottom: 30px;
}

.step {
    display: inline-block;
    vertical-align: top;
    width: 15.5%;
    text-align:center;
}
.step  + .step {
	margin-left:0.70%;
}
.step > .step_number{
	display:inline-block;
	background: url(../images/steps.png) no-repeat;
	background-position:0px 0px;
	width: 169px;
    height: 62px;
    line-height: 62px;
    font-weight: 600;
    font-size: 23px;
    text-transform: uppercase;
}
.step:nth-child(even) > .step_number{
	background-position: -231px 0px;
	color:#fff;
}
.step:nth-child(odd) > .step_number{
	background-position:0px 0px;
}

.step p{
	width: 74%;
    margin-left: 13%;
    margin-top: 10px;
}
.divider_grey{
	width:100%;
	background:#e6eaf0;
	height:1px;
}

ul.footer_menu {
    width: 100%;
    text-align: center;
}
ul.footer_menu li{
	display:inline-block;	
}
ul.footer_menu li a{
	color:#fff;padding: 0 5px;
}
p.copyright {
    text-align: center;
    font-size: 14px;
    color: #fff;
}
p.copyright a{
	color: #fff;
}
.title_center{
	text-align:center;
}
.title_center h1{
	font-size:25px;
}
.back{
	background: url(../images/back.png) no-repeat center left;
	    padding-left: 20px;
    font-size: 15px;
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 5px;
}
.back.margin_10{
	margin:10px 0;
}



.text_content p, .text_content h3, .text_content a{
	font-size:16px;
}
.text_content  li{
    margin-left: 20px;
}
.text_content ul{
	padding:10px 0;
}
.center{
	text-align:center;
}
.video {
   
    box-sizing: border-box;  
    text-align: left;
}

.video a, .image a{
    display: inline-block;
     width: 100%;
    
   
}
.video .img_v_wrap, .image  .img_v_wrap{
	width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
    border-radius: 10px;
    line-height: 0;
    height: 165px;
    display:block;
}
.video .img_v_wrap:after,
.image .img_v_wrap:after{
	content:'';
	display:block;
	position:absolute;
	background: #000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.35;
    z-index: 1;
}
.tools .image .img_v_wrap:after{
	opacity: 0.20;
}

.video img, .image img{
    opacity: 0.95;    max-width: 110%
}
.img_no_after .video .img_v_wrap:after,
.img_no_after .image .img_v_wrap:after{
	display:none;
}

.img_no_opacity .video img
.img_no_opacity .image img,{
	opacity: 1;
}

.video i{
    display: block;
    background: url(../images/play.png) no-repeat center center;
    width: 78px;
    height: 55px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -39px;
    margin-top: -27px;
    z-index: 2;
}
.video span, .image span{
	padding: 5px 0;
    width: 100%;
    display: inline-block;
}
.play_icon{
	background: url(../images/play_red.png) no-repeat center left;
	padding-left: 40px;
	font-size: 20px;
}
.videos {
    padding: 15px 0  0 0;
}
.offers_left, .offers_right{
	display:inline-block;
	vertical-align:top;
}
.offers_left{
	width:64%;
}
.offers_right{
    width: 33%;
    margin-left: 2.5%;
}
h3{
	font-size:20px;
	font-weight:900;
}
.offers_block a{
	display:inline-block;
	width:100%;
	line-height: 27px;
}
.offers {
    padding-bottom: 15px;
}
.label{
    display: inline-block!important;
    margin: 0 8px;
    border-radius: 4px;
    background: #c63d3d;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    line-height: 19px;
    padding: 0 5px!important;
    width: auto!important;
}

.colum3{
	display:inline-block;
	vertical-align:top;
	width:31%;
}
.colum3 + .colum3{
	margin-left: 3.1%;
}
.colum2{
    display:inline-block;
    vertical-align:top;
    width:49%;
}
.colum2 + .colum2{
    margin-left: 1.5%;
}
.teasers{
    margin-bottom: 10px;
}
.teaser span {
    display: inline-block;
    padding: 20px 0;
    width: 100%;
    font-size: 20px;
}
.teasers a span{
	text-decoration:underline;
}
.bingo_text p{
	font-size:17px;
}
.bingo_text p b:first-child{
	font-size:22px;
	font-weight:600;
}

.colum4{
	width:270px;	
	display:inline-block;
	vertical-align:top;
	position:relative;
    margin: 20px 0;
}
.colum4 + .colum4 {
	margin-left:28px;
}
.colum4:nth-child(4n+1){
	margin-left:0px;
}

.colum6{
	width:170px;	
	display:inline-block;
	vertical-align:top;
	position:relative;
    margin: 20px 0;
}

.colum6 + .colum6 {
	margin-left:28px;
}
.colum6:nth-child(6n+1){
	margin-left:0px;
}
.bookie a{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #cacaca;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    min-height: 170px;
    text-decoration: none;
}
.bookie a span{
	text-decoration:none;
}
.img_v_wrap{
    height: 105px;
    display: table-cell;
    vertical-align: middle;
    width: 160px;
}
.bookies {
    margin-top: 20px;
}
.completed:after{
	content:'';
	display:block;
	position:absolute;
	width:64px;
	height:64px;
	z-index:1;
	background: url(../images/completed.png) no-repeat center;
    right: -17px;
    top: -24px;
}
h2 span{
	font-weight:300;
	font-size:20px;
}


.after_login h1{
	text-align:center;
	font-size:35px;
	
}

.after_login h1:first-child{
	text-transform:uppercase;
}
.after_login p, .after_login p a{
	font-size:17px;
}
.a_step{
    display: inline-block;
    width: 100%;
    background: #feca00;
    vertical-align: middle;
    font-size: 32px;
    background-repeat: no-repeat;
    background-position: 25px center;
    border-radius: 5px;
    padding: 12px 0 12px 90px;
    box-sizing: border-box;
}
.a_step b{
    font-size: 35px;
    vertical-align: bottom;
    margin-right: 15px;
}
.step_1{
	background-image: url(../images/mail.png);
	margin-top: -20px;
}
.step_2{
	background-image: url(../images/lock.png);
	margin:20px 0;

}
.step_3{
	background-image: url(../images/fb.png);
	margin:20px 0;
}
.a_step p{
	padding:0;
	font-size:32px;
}
.a_step a.btn{
    font-size: 15px;
    padding: 13px 25px;
    background: #fff;
    display: block;
    float: right;
    margin-right: 25px;
    text-decoration: none;
    border-radius: 5px;
}
.content.login {
    text-align: center;    margin-top: 20px;

}
.login .wrap{
	width:575px;
 }
.login .container{
	    padding: 30px 100px;
}
.login h1{
	font-size: 30px;
    text-align: left;
}

.login_link{
	display: inline-block;
    width: 100%;
    text-align: left;
    padding: 3px 0;
}
form{
	text-align:left;
	padding: 15px 0;
}
form > *{
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 7px 0;

}
form > img{
    width: 100%!important;
	height: 100%!important;
}
label span{
	color:#cf3f22;
}
input:not([type]), input[type="email" i], input[type="number" i], input[type="password" i], input[type="tel" i], input[type="url" i], input[type="text" i]{
	border-radius:5px;
	border:1px solid #cacaca;
	padding: 7px;
}
button{
	margin-top:14px;
    background: #f4c500;
    border: none;
    font-size:20px;
    text-transform:uppercase;
    font-weight:400;
    color:#000;
    border-radius:5px;
}

input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
input[type=checkbox].css-checkbox + label.css-label {
    padding: 0 0 0 23px;
    margin: 17px 0;
    height: 18px;
    display: inline-block;
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -18px;
}
label.css-label {
    background-image: url(../images/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.title.width_button h1{
	float:left;
}
.title.width_button .title_btn{
	float:right;
}
.title_btn{
    background: #f4c500;
    border-radius: 5px;
    padding: 5px 25px;
    text-decoration: none;
    font-size: 16px;
    margin-top: 15px;
    font-weight:300;
    display:inline-block;
}

.details p {
    display: inline-block;
    width: 100%;
    padding: 3px;
    font-size: 18px;
}
.font_18 p, .font_18 a{
	font-size:18px;
}
.font_17 p, .font_17 a{
    font-size:17px;
}
.adv_right p, .adv_right a{
	font-size:17px;
}
.font_18 strong{
	font-size:20px;
}

.container > h2{
	padding-top:0px;
}
.align_right{
	text-align:right;
}
.title_btn.bottom{
	margin-bottom:15px;
}
.adv_product{
	width:100%;

}

.adv_product .adv_left{
	display:inline-block;
	vertical-align:middle;
	width:574px;
}
.adv_product .adv_right{
	display:inline-block;
	vertical-align:middle;
	width:574px;
	margin-left:30px;
}
.adv_left h2{
	font-size: 35px;
	color:#0e366a;
	    width: 50%;
}
.adv_left a{
	font-size:18px;
}
h2 + .bookies{
	margin-top: 0px;
}

 div.label_offer{
	content: '';
    display: block;
    position: absolute;   
    z-index: 1;    
    right: 0px;
    left: 0px;
    top: -13px;
    text-align: center;
    
}
.completed  div.label_offer{
	text-align:left;
	left:15px;
}
.label_offer > span{
	display:inline-block;
	color: #fff;
    border-radius: 4px;
    text-align: center;
    background: #eb1666;
    font-size: 13px;
    padding: 5px 7px;
}

table {
    width: 100%;
    text-align: center;
    border-bottom:1px solid #959595;
  	h2margin: 25px 0;
}
tr td:first-child,tr th:first-child,
tr td:last-child,tr th:last-child{
	text-align:left;
} 

tr td:last-child,tr th:last-child{
    padding: 15px 50px;    width: 300px;
}
thead {
    background: #0e3568;
    color:#fff;
   
}
th {
    font-weight: 300;
    font-size: 20px;
    padding: 15px 25px;
     border-left:1px solid #0e3568;
    border-right:1px solid #0e3568;
}
td {
    font-weight: 300;
    font-size: 18px;
    padding: 15px 25px;
    border-left:1px solid #959595;
    border-right:1px solid #959595;
}
tbody tr:nth-child(even){
	background:#f4f4f4;
}

.but{
	font-size:16px;
	display:inline-block;
	border:1px solid #959595;
	padding:5px 15px;
	text-decoration:none;
	border-radius:5px;
	text-align:center;
	box-sizing:border-box;
    cursor: pointer;
}
.but_yellow{
	background:#f4c500;
	border-color: #f4c500;
}
tbody .but{
	width:300px;
}

.actions {
    padding: 30px 0 10px 0;
}
.actions .but{
	font-size:18px;
	font-weight:600;
	color:#121420;
	border: 1px solid #cacaca;
    padding: 11px 22px;
}
.actions .but:hover, .actions .but.active{
	color:#fff;
	border: 1px solid #0c3468;
	background:#0c3468;
}
.actions .but + .but{
	margin-left: 22px;
}

.top_actions > div{
	display:inline-block;
	vertical-align:top;
}
.medium_actions > div{
	display:inline-block;
	vertical-align:middle;
}
.downloads{
	width:274px;
	text-align:left;
}
.search_wrap{
    width: 666px;
    margin: 0px 35px;
    position:relative;
}
.add_event{
    width: 163px;
	text-align: right;
}
.search_wrap .search_input{
    width: 100%;
    box-sizing: border-box;
    padding: 12px 50px 12px 20px;
}
.downloads .but{
    background: #e4e4e4 url(../images/download.png) no-repeat 19px 15px;
    padding: 12px 30px 12px 40px;
    font-size: 17px;
}
.add_event .but{
    background: #f4c500 url(../images/plus.png) no-repeat 12px 9px;
    border-color: #f4c500;
    padding: 11px 33px 11px 44px;
    font-size: 18px;
    font-weight: 600;
}

input[type=radio].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
input[type=radio].css-checkbox + label.css-label-radio {
    padding-left: 22px;
    height: 17px;
    display: inline-block;
    line-height: 17px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 17px;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}
input[type=radio].css-checkbox:checked + label.css-label-radio {
    background-position: 0 -17px;
}
label.css-label-radio {
    background-image: url(../images/radio_sprite.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.variant_search {
    margin-top: 25px;
    margin-bottom: -15px;
}

.search_wrap button{
    background: url(../images/search.png) no-repeat center;
    position: absolute;
    width: 46px;
    height: 46px;
    z-index: 1;
    right: 10px;
    margin: 0;
    padding: 0;
    top: 0px;
}

label.css-label.label_filter {
    background-image: url(../images/checkbox_filter.png);
    margin: 0px!important;
    margin-right: 11px!important;
 }

label.css-label.label_risk {
    background-image: url(../images/checkbox_risk.png);
    margin: 0px!important;
    padding: 4px 12px 4px 29px !important;
    border-radius: 5px;
    color: #fff;
    background-position: 6px 4px!important;
    margin-right: 11px!important;
 }
 input[type=checkbox].css-checkbox:checked + label.css-label.label_risk,
label.css-label.label_risk:hover {
     background-position: 6px -24px!important;
}
 .risk_free{
 	background-color:#6fc06f;
 }

 .low_risk{
 	background-color:#f0ad4e;
 }

 .high_risk{
 	background-color:#d9534f;
 }

.period .but{
	padding: 50px 15px 10px 15px;
    width: 80px;
    font-weight: 600;
 }
.period .but + .but{
	margin-left:18px;
}
.period .but:hover, .period .but.active{
	background-color: #f4c500;
	border-color: #f4c500;
}
.but.daily{
	background: url(../images/daily.png) no-repeat center 15px;
}
.but.mothly{
	background: url(../images/montly.png) no-repeat center 15px;
}
.period{
	text-align:left;
	width:200px;
}
.navagation{
	text-align:right;
	width:300px;
}

.filters{
 width: 620px;
    text-align: center;
    margin-left: 50px;

}

.navagation a{
	width:39px;
	height:39px;
	display:inline-block;
	background: url(../images/pn.png) no-repeat center 0px;
	vertical-align: middle;
}
.navagation a.next{
	background: url(../images/pn.png) no-repeat center -41px
}
.navagation span{
	font-size:23px;
	color:#777777;
	padding:0 10px;
	vertical-align: middle;
}
.top_filters {
    margin-bottom: 25px;
}
.row_title, .row_days{
    display: table;
    width: 100%;
    table-layout: fixed;
}
.row_title > div,
.row_days > div{
    display: table-cell;
    text-align: center;
     box-sizing: border-box;
    padding: 20px 20px;
    width: 14%;
    color: #777;
    font-size: 16px;
}
.row_title > div:after,
.row_days > div:after{
    width:100%;
    content:'';
    display:block;
}
.row_title > div{
    border-left:1px solid transparent;
}
.row_days > div + div{
    border-left:1px solid #cacaca;
}

.row_days + .row_days {
       margin-top: -1px;
}
.row_days{
    border:1px solid #cacaca;
}

.row_days div > span{
    color:#777777; 
    display:inline-block;
    text-align:right;
    width:100%;
    font-size: 26px;
    line-height: 16px;  
    padding-bottom: 20px;
}

.row_days div > a{
     font-size: 14px;
    display: inline-block;
    text-align: left;
    width: 100%;
    line-height: 26px;
    color: #777;
}
.row_days div.current:hover > a:hover{
    color:#f4c500;
}
.row_days div:hover > a:hover{
     color:#fff;
}
 .row_days div:hover{
    background:#f4c500;
} 
.row_days div.day_disabled:hover{
    background:#fff;
}
.row_days div.current, .row_days div.current:hover{
    background:#0c3468;
}

.row_days div:hover > a, .row_days div:hover > span{
    color:#000;
}
.row_days div.current > a, .row_days div.current > span,
.row_days div.current:hover > a, .row_days div.current:hover > span{
    color:#fff;
}
.navagation.navagation_bottom {
    width: 100%;
    text-align: center;
    padding: 40px 0 10px 0;
}

.navagation.daily a{
    font-size: 17px;
    width: auto;
    height: auto;
    padding: 7px 15px 7px 30px;
    background: url(../images/daily_nr.png) no-repeat no-repeat 10px 11px;
}
.navagation.daily a:hover{
    color: #fff;
    border: 1px solid #0c3468;
    background-color: #0c3468;
    background-position: 10px -41px;
}

.navagation.daily a.but.next_w {
    margin-left: 10px;
    padding: 7px 30px 7px 15px;
    background: url(../images/daily_nr.png) no-repeat no-repeat -146px 11px;
}
.navagation.daily a.but.next_w:hover {
    background-position: -146px -41px;
    border: 1px solid #0c3468;
    background-color: #0c3468;
}

.calendar_daily_row:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.calendar_daily_date, .calendar_daily_items{
  
    box-sizing:border-box;
}
.calendar_daily_date{
    width: 309px;
    float: left;
    padding: 30px 0 30px 50px;
}
.calendar_daily_items{
    width:974px;
    float:right;
}
.calendar_daily_date > div{
    display:inline-block;
    vertical-align:middle;
}
.daily_date{
    font-size:70px;
    color:#777777;
    line-height: 74px;
}
.daily_date_name{
    width: 64%;
}
.daily_date_name > span{
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 25px;
    color: #777777;
    line-height: 33px;
    margin-left: 10px;
}

.calendar_daily_item{
     padding: 30px 50px 30px 50px;
     background:#f4f4f4;
     border-top:1px solid #fff;
    border-bottom:1px solid #fff;
     position:relative;

}
.calendar_daily_row{
    border-top:1px solid #e6eaf0;
}
.calendar_daily_item > div{
    display:inline-block;
    vertical-align:middle;
}
.calendar_daily_item_link {
    text-align: right;    width: 325px;
}
.calendar_daily_item_name{
    width: 502px;
    position: relative;
    padding-left: 40px;
}
.calendar_daily_item:after{
    display:block;
    width:39px;
    height:39px;
    background: url(../images/type.png) no-repeat 0px 0px;
    position:absolute;
    top: 30px;
    left: 30px;
}
.calendar_daily_item.casino:after{
    content:'';
    background-position:0px 0px;
}
.calendar_daily_item.sport:after{
    content:'';
    background-position:0px -40px;
}
a.but.btn_details {
    padding: 7px 40px 7px 20px;
    background: url(../images/daily_nr.png) no-repeat -117px 10px;
    background-color:#f4c500;
    border-color:#f4c500;
    font-size: 18px;
    font-weight:600;
}
a.but.btn_details:hover {
    background-position: -117px -42px;
    border: 1px solid #0c3468;
    background-color: #0c3468;
    color:#fff;
}
.calendar_daily_item_name h2{
    font-size:24px;padding: 0px 0;
    text-decoration:underline;
}

.calendar_daily_item_name .label{
    border-radius: 5px;
    font-size: 18px;
    line-height: 21px;
    padding: 3px 16px!important;
    margin: 15px 0 0 0;
    line-height: 20px;
}
.calendar_daily {
    margin-top: 15px;
}

.daily_open{
    display:none;
    width: 80%;
    left: 10%;
    position: absolute;
    top: 10%;
    z-index:11;
}

.daily_open.show, .daily_open_wrap.show{
    display:block;
}
#daily_open_content{
    text-align:center;
    background: #fff;
    border-radius: 5px;
}
.daily_open_wrap{
    background:#0e3569;
    opacity:0.9;
    display:none;
    position:fixed;
    z-index:10;
    left:0px;
    right:0px;
    top:0px;
    bottom:0px;
}
#daily_open_content h2 {
    font-size: 30px;
    font-weight: 900;
    padding: 10px 0;
    margin-bottom: -30px;
}
#daily_open_content p , #daily_open_content a {
    font-size:16px;
}

#daily_open_content .title_btn{
    margin-top: -10px;
    position: relative;
    top: 45px;
}
#daily_open_content textarea{
    background: #f0f0f0;
    border: 1px solid #cacaca;
    border-radius: 5px;
    padding:10px;
    height: 207px;
}

#daily_open_content button{
    background: #0c346a;
    text-transform: none;
    color: #fff;
    font-size: 16px;
    width: auto;
    padding: 7px 33px;
    margin-top: 5px;
}

#next, #prew{
    height:80px;
    width:40px;
    top:50%;
    margin-top:-40px;
    position:absolute;
    background:#fff;
}
#next, #prew,#close{
    cursor:pointer;
}
#prew{
    left: -39px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-image: url(../images/prew.png);
    background-repeat:no-repeat;
    background-position:center center;
}
#next{
    right: -39px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-image: url(../images/next.png);
    background-repeat:no-repeat;
    background-position:center center;
}

#close{
    height:60px;
    width:60px;
     position:absolute;
    background:#fff;
     right: -30px;
     top:-30px;
     border-radius:50%;
     box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 0px 17px 0px  rgba(0, 0, 0, 0.14);
     background-image: url(../images/close.png);
    background-repeat:no-repeat;
    background-position:center center;
}

.open_content, .close_menu{
    display:none;
}

.mobile_batton{
    display:none;
}

.mobile_togle {
    background: url(../images/mobile.png) no-repeat center center;   
    display: inline-block;
    height: 73px;
    width: 73px;
        cursor: pointer;
}

a:hover,
.teasers a:hover span {
    text-decoration:none;
}
.row_days div > a:hover,
.downloads .but:hover,
.add_event .but:hover,
tbody .but:hover,
.title_btn:hover,
button:hover,
.a_step a.btn:hover,
.bookie a:hover span,
.video a:hover span, 
.image a:hover span{
    text-decoration:underline;
}

.img_v_wrap:hover img, a:hover img{
    opacity:0.75
}

.bookies.bookies_casino a{
    min-height:190px;line-height: 19px;
}
.bookies.bookies_casino a span{
    font-size:16px;
}
.video.video_big .img_v_wrap{
    height: 304px;
}

.video.video_big span{
    font-weight:700;
    font-size:20px;
    text-decoration:underline;
    margin-bottom: 15px;
}
.video.video_big:hover span{
    text-decoration:none;
}
.home_content p{
    font-size: 17px;
}
.home_content {
    margin-top: 30px;
}
.login .logo {
    padding-right: 0;
    padding-bottom: 10px;
}