
@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: 1260px;
	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;
    padding-top: 50px;
}
.folded{
    background:#000;
    padding-top: 0px;
    top: 0px!important;
}
.floating_header{
    background:#000;
    top: 50px;
    padding-top: 0px;
    position: fixed;
    width: 100%;
    z-index: 899;
    height: 50px;
}
.floating_header .logo a {
    line-height: 50px;
}
.floating_header img {
    height: 40px;
}
.floating_header .menu ul li {
    max-height: 50px;
}
.floating_header .menu ul > li > a {
    font-size: 13px;
    height: 50px;
    padding: 5px 25px 0px;
}
.floating_header .menu ul li.li_menu_10 a {
    background-position: center -895px;
}

.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: 98px;
}
.logo a img{
	vertical-align: middle;
}
.menu {
    display: inline-block;
    vertical-align: middle;
    #height: 98px;
    float: right;
}
.menu ul li{
    float: left;
    list-style: none;
}
.menu ul > li > a {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    height: 98px;
    box-sizing: border-box;
    padding: 55px 18px 0px;
    background: url(../images/menu_sprite.png);
	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;
	background-position: center -974px;
}
.li_menu_10.search {
    min-width: 75px;
    float: right;
}
.menu ul li.li_menu_2 a{
	background-position: center -67px;
}
.menu ul li.li_menu_2:hover a,
.menu ul li.li_menu_2.active a{	
	background-position: center -1055px;
}
.menu ul li.li_menu_3 a{
	background-position: center -156px;
}
.menu ul li.li_menu_3:hover a,
.menu ul li.li_menu_3.active a{	
	background-position: center -1144px;
}

.menu ul li.li_menu_4 a{
	background-position: center -244px;
}
.menu ul li.li_menu_4:hover a,
.menu ul li.li_menu_4.active a{	
	background-position: center -1231px;
}

.menu ul li.li_menu_5 a{
	background-position: center -345px;
}
.menu ul li.li_menu_5:hover a,
.menu ul li.li_menu_5.active a{	
	background-position: center -1332px;
}

.menu ul li.li_menu_6 a{
	background-position: center -456px;
}
.menu ul li.li_menu_6:hover a,
.menu ul li.li_menu_6.active a{	
	background-position: center -1442px;
}

.menu ul li.li_menu_7 a{
	background-position: center -555px;
}
.menu ul li.li_menu_7:hover a,
.menu ul li.li_menu_7.active a{	
	background-position: center -1541px;
}

.menu ul li.li_menu_8 a{
	background-position: center -666px;
}
.menu ul li.li_menu_8:hover a,
.menu ul li.li_menu_8.active a{	
	background-position: center -1652px;
}

.menu ul li.li_menu_9 a{
	background-position: center -781px;
}
.menu ul li.li_menu_9:hover a,
.menu ul li.li_menu_9.active a{	
	background-position: center -1767px;
}

.menu ul li.li_menu_10 a{
	background-position: center -871px;
}
.menu ul li.li_menu_10:hover a,
.menu ul li.li_menu_10.active a{	
	background-position: center -1857px;
}

.menu ul li .sub_menu{
	position: absolute;
    left: 0px;
    right: -130%;
    display:none;
    z-index: 999;
}
.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: auto;
    padding: 6px 17px;
    font-size: 17px;
    font-weight: 300;
}
.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%;
}
.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:260px;	
	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: 40px;

}
.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;
    background: #ffffff;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px 25px;
    text-decoration: none;
    font-size: 16px;
    margin-top: 15px;
    font-weight:300;
    display:inline-block;
}
.iscompleted{
    background: #f4c500;
}
.title_btn2{
    background: #f4c500;
    border: none;
    border-radius: 5px;
    padding: 9px 22px;

    text-decoration: none;
    font-size: 16px;
    font-weight: bold!important;
    margin-top: 15px;
    font-weight:300;
    display:inline-block;
    cursor:pointer;
}
.title_btn2:hover {
    background-color: #0c3468;
}
.iscompleted2{
    padding: 9px 14px;

}

.details p {
    display: inline-block;
    width: 100%;
    padding: 3px;
    font-size: 18px;
}
.font_18 p, .font_18 a{
	font-size:18px;
}
.products_right p, .products_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;
}
.products_product{
	width:100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.products_product .products_left{
	display:inline-block;
	vertical-align:middle;
	width:500px;
}
.products_product .products_right{
	display:inline-block;
	vertical-align:middle;
	width:574px;
	margin-left:30px;
}
.products_left h2{
	font-size: 35px;
	color:#0e366a;
	    #width: 50%;
}
.products_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{
}
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:16px;
	font-weight:600;
	color:#121420;
	border: 1px solid #cacaca;
    padding: 5px 15px;
}
.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;
}
.settings-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:center;
	width:100%;
    margin-top: 25px;
}

.medium_actions {
    border: 1px lightgrey solid;
    border-radius: 5px;
    padding: 20px;
}

.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: center;
    font-weight: bold;
    width: 100%;
    line-height: 26px;
    color: #777;
}
.row_days div.current:hover > a:hover{
    color:#fff;
}
.row_days div:hover > a:hover{
     color:#fff;
     background:#013467;
}
 .row_days div:hover{
    background:#4078B1;
} 
.row_days div.day_disabled:hover{
    background:#fff;
}
.row_days div.current, .row_days div.current:hover{
    background:#4078B1;
}

.row_days div:hover > a, .row_days div:hover > span{
    color:#fff;
}
.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: 20%;
    float: left;
    padding: 30px 0 30px 50px;
}
.calendar_daily_items{
    width: 80%;
    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 0px 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;
}
.calendar_daily_item_name{
    width: 75%;
    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;
}
.calendar_daily_item_name.new:after{
    background: url(../images/new_tag.png) no-repeat 0px 0px;
    display:block;
    width:40px;
    height:40px;
    position:absolute;
    top: -30px;
    left: -50px;
    content:'';
}
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:left;
    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
}

.col1
{
    float: right;
    padding-top: 20px;
}
.col2
{
    #float: left;
    width: 850px;
}
.CheckBoxClass
{
    display: none;
}
.CheckBoxClassUrl
{
    display: none;
}
.CheckBoxLabelClass
{
    background: url("https://profitmaximiser.co.uk/assets/images/unchecked.png") no-repeat;
    padding-left: 30px;    
    margin-left: 15px;
    height: 30px; 
    width: 30px;
    display: block;
}
.CheckBoxLabelClassUrl
{
    background: url("https://profitmaximiser.co.uk/assets/images/unchecked20.png") no-repeat;
    padding-left: 5px;    
    margin-left: 5px;
    height: 20px; 
    width: 20px;
    display: inline-block;
}
.CheckBoxLabelClass:hover
{
    text-decoration: underline;
}
.LabelSelected
{
    background: url("https://profitmaximiser.co.uk/assets/images/checked.png") no-repeat;
}
.LabelSelectedUrl
{
    background: url("https://profitmaximiser.co.uk/assets/images/checked20.png") no-repeat;
}
strike {
    text-decoration: none;
    background-image: linear-gradient(transparent 50%,#000000 50%,#000000 65%,transparent 65%);
    font-size: 40;
}
.bookies.bookies_casino a{
    min-height:190px;line-height: 19px;
}
.bookies.bookies_casino a span{
    font-size:16px;
}

// http://95.85.47.53/casino/custom_search.html begin new style

.actions.before_title {
    padding: 20px 0 25px 0;
}
.form_center{
    width:792px;
    margin: 0 auto;
    text-align:center;
}
.form_width_conteiner{
    width:100%;
}
.form_width_conteiner .form_conteiner{
    width: 792px;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.form_center > .form-group{
    display:inline-block;
    vertical-align:top;
    width: auto;
}
.form_center > .form-group + .form-group{
    margin-left:20px;
}
.controls .but{
    padding: 10px 33px 11px 33px;
    font-size: 18px;
    font-weight: 600;
    height: 49px;
}
.controls input[type=text],
.controls select {
    box-sizing: border-box;
    padding: 12px 50px 12px 20px;
    height: 49px;
    border-radius: 5px;
    width:245px;
}
.controls > *{
    vertical-align:middle;
    margin-right:10px;
}
.controls select{
    background-color:#fff;
    background-image:  url(../images/select.png);
    background-repeat:no-repeat;
    background-position:right center;
     -webkit-appearance: none; 
   -moz-appearance: none;
   appearance: none; 
   text-indent: 0.01px;
    text-overflow: "";
}
.controls select::-ms-expand {
    display: none;
}
.controls .but_save{
    background-image: url(../images/save.png);
    background-repeat:no-repeat;
    background-position:12px 9px;
    padding: 10px 33px 11px 47px;
    margin-left:-15px;
    border-bottom-left-radius:0px;
    border-top-left-radius: 0px;
}
.no_right_radius{
    border-bottom-right-radius:0px!important;
    border-top-right-radius: 0px!important;
}
.but_inline{
    background: transparent;
    border: none;
    float: left;
    padding:5px 0;
    text-decoration:underline;
}
.but_inline:hover{
    text-decoration:none;
}
.form_top .form-group{
    float:left;
    width:23%;
}
.form_top .form-group + .form-group{
    margin-left:2.6666666666667%;
}

.form_top .form-group label{
    font-size:18px;
    font-weight:600;
    width:100%;
    text-align:left;
    padding:10px 0;
    display: inline-block;
}
.form_checkbox {
    width: 80%;
    margin: 25px auto 0 auto;
    padding: 20px 0;
    position:relative;
}
.form_checkbox .form-group{
    float:left;
    width:32%;
    text-align:left;
}
.form_checkbox .form-group + .form-group{
    margin-left:2%;
}

.form_checkbox  strong{
    font-size: 18px;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.checkbox label.css-label {
    background-image: url(../images/checkbox_filter.png);
    margin: 5px 0!important;
    font-size: 15px;
        width: 100%;
 }



.checkbox  {
    width:100%;
    display:inline-block;
}
#bookies {
    height: 210px;
    overflow: hidden;
}
#bookies.open{
    position: absolute;
    background: #fff;
    left: -250px;
    right: -250px;
    height: auto;
    width: auto;
    border: 1px solid #cacaca;
    box-sizing: border-box;
    padding: 15px 115px 15px 15px;
     -webkit-column-width: 180px;
    -moz-column-width: 180px;
    column-width: 180px;
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
    -webkit-column-rule: none;
    -moz-column-rule: none;
    column-rule: none;
    overflow: visible;
    margin-top: 10px;
}
#bookies.open .checkbox{
   
}
#bookies.open .hide_on_open, .show_on_open{
    display:none;
}
#bookies.open .show_on_open{
    display:inline-block;
}
.show_on_open .but_show{
    margin: 7px 0;
    height: 40px;
    padding: 6px 60px 11px 33px;
}
.but_show {
    display: block;
    width: auto;
    margin: 30px auto;
    font-size: 18px;
    font-weight: 600;
    height: 49px;
    padding: 10px 60px 11px 33px;
    background-image: url(../images/right_black.png);
    background-repeat: no-repeat;
    background-position: 100px center;
    width: 150px;
}

.hide_block{
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(../images/close.png) no-repeat center 10px;
    height: 72px;
    width: 63px;
    text-align: center;
}
.hide_block span{
    display: inline-block;
    border-bottom: 2px solid #a6a7ab;
    margin-top: 41px;
}
.show_on_open.arrow{
    position: absolute;
    background: url(../images/arrow.png) no-repeat center;
    top: -16px;
    right: 399px;
    width: 31px;
    height: 16px;
}
.but_show:hover, .controls .but:hover{
    text-decoration:underline;
}
.actions.before_title {
    padding: 30px 0 15px 0;
}



/* perfect-scrollbar v0.6.16 */
.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }
  @supports (-ms-overflow-style: none) {
    .ps-container {
      overflow: auto !important; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps-container {
      overflow: auto !important; } }
  .ps-container.ps-active-x > .ps-scrollbar-x-rail,
  .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    background-color: transparent; }
  .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      background-color: #999;
      height: 11px; }
  .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
   
  .ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 15px; }
    .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      bottom: 2px;
      /* there must be 'bottom' for ps-scrollbar-x */
      height: 6px; }
    .ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
      height: 11px; }
  .ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 10px;
    margin: 5px 2px;
    }
    .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      position: absolute;
      /* please don't change 'position' */
      background-color: #0c3468;
        right: 0px;
        width: 10px;

    }

  .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      background-color: #999;
      height: 11px; }
  .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
   
  .ps-container:hover > .ps-scrollbar-x-rail,
  .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 0.6; }
  .ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
      background-color: #999; }

.ps-container > .ps-scrollbar-y-rail{
    background-color: #f0f0f0;
    opacity: 1; 
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    background-color: #f0f0f0;
    opacity: 1;
    display: block;
}
.ui-slider-horizontal .ui-slider-handle {
    top: 0em!important;
}
.icon-calculate{
	background-image:url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAmVBMVEUqKSn///8qKSkqKSkqKSkqKSkqKSkqKSkqKSkqKSkqKSkqKSkqKSkqKSkqKSkqKSkqKSkqKSkqKSkqKSkqKSkqKSkqKSkqKSkqKSkqKSkqKSkqKSkqKSkqKSkqKSkqKSkqKSkqKSkqKSkqKSkqKSkqKSkqKSkqKSkqKSkqKSkqKSkqKSkqKSkqKSkqKSkqKSkqKSkqKSn////lZp+mAAAAMXRSTlMAAOzyUPVqkrSBrBytn4Bunor2eZ1vqBepsD1nOOqJxm3fnA1WtYcO1dgKTrvFrzw2jiP1qwAAAAFiS0dEAf8CLd4AAAAHdElNRQfhBRQSBRh37jYyAAAA3ElEQVQoz52S5xKCQAyEEwQElQ72ir177/9yHoGjeQzq/sntfDOZZHOgdAopKqjkNaaR14GV1YVuxRtVbIJJtdcfULWq2AabqoMOVVeOPfRy7GeD+RnmPsCAPMchIgIpJBzyF5LCL3BL87bRJDjCSIZFLMPRWBbLZ6jSk/j5SWgFqAmF2rC0ufD/3VsoWWwyNfhrNl8UoYqQk1iWiCu2BtikOK6dhOm43QHsWR3HWWoHgOOpnLlQmrnH8bkRR3i5Atwy7ObNLTHavTRa/bc8nrTYq2Gxllh+v3d+kjc3T1y2aNLRWgAAAABJRU5ErkJggg==");
}
.icon-trashcan{
	background-image:url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAfCAMAAAC8lk/5AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAgVBMVEX5iyr7sXD93cD92Lj91LD5iyv917X8wY36olT/9/H//Pr/+vb/+vX5jS3//////vz//fz/+PL93L793L/+9Or7tHX+8+n+8OT+8OP+69n+5tL+5tH+48z+48v92br92bn91rT91rP9z6f8zKH8yJv8wo7+8eb7u4P6lTz+7N3+7NywIuAlAAAAAWJLR0QOb70wTwAAAAd0SU1FB+EFFBIKEhCjw+MAAACUSURBVDjL5dLJDsIwDATQkARKgA4te9npQgv//4EUpKK5DNxhZPv0ZF9szN+mZ51zvv+NDZ4iGn4iPoQwajuMJ+3wisXgxHLdlFSir6bADJi/ZqrZAlh2tdJsTWyjWUYs02xLbKfZnthBM0vManYkdtLsTOyiWU4s16wgVmhWEis1q4BrV5VmNX1IrVlze6t7Y34rD9qTEAzsv74XAAAAAElFTkSuQmCC");
}
.icon-calculate,
.icon-trashcan{
    width: 35px;
    height: 35px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
}

#place_bet_button, #logout_button{
	display: none;
}
