body{
	margin: 0px;
	padding: 0px;
	font-family: 'Source Sans Pro', sans-serif;
}

.hidden{
	display: none !important;
}

#signup-form #osm_ukdh{
	display: none !important;
}

#osm_ukdh-lbl{
	display: none !important;
}

.slicknav_menu{
	display: none;
}

.pull-right{
	display: none;
}

.info{
	float: left;
	width: 100%;
	padding-top: 160px;
	padding-bottom: 160px;
}

.center{
	text-align: center;
}

form.box-sign-up{
	display: inline-block;
}

form.box-sign-up .form-field-row .btn{
	background: #ff530d;
	border: 1px solid #ff530d;
	padding: 9px;
}

form.box-sign-up.form-field-row .btn:hover{
	background: #111d33;
	border: 1px solid #111d33;
}




/* FONTS */

p{
	font-weight: 400;
	font-size: 18px;
	color: #000;
	line-height: 24px;
}

p.para-grey{
	/*background-image: url(../images/para-border.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;*/
	padding: 25px;
	background-color: #e3e3e3;
	margin-bottom: 0px;
	margin-top: 0px;
}

p.para-light-grey{
	/*background-image: url(../images/para-border.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;*/
	padding: 25px;
	background-color: #efefef;
	margin-bottom: 0px;
	margin-top: 0px;
}


h1{
	font-size: 40px;
	color: #fff;
	margin-top: 0px;
	text-transform: uppercase;
	font-weight: 800;
}

h2{
	font-size: 22px;
	font-weight: 700;
	color: #111d33;
	margin-bottom: 10px;
}

h2.large-heading{
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 800;
}

h3{
	font-size: 20px;
	font-weight: 800;
	color: #000;
	margin-bottom: 0px;
	padding: 0px;
}

span.italic{
	font-style: italic;
}
/* LOGIN PAGE */

body.login-page{
	float: left;
	width: 100%;
	background-color: #1b2530;
}

#login-container{
	width: 300px;
	height: 300px;
	position: fixed;
  	top: 25%;
  	left: 50%;
 	transform: translate(-50%, -50%);
}

.login-box{
	width: 100%;
	text-align: center;
}

.login-box p{
	font-size: 16px;
	font-weight: 800;
}

.login-box label{
	font-size: 15px;
	font-weight: 400;
	color: #fff;
}

.login-box fieldset{
	float: left;
	margin-top: 25px;
	width: 100%;
	padding: 10px;
	background-color: #354453;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	border: none;
	-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
    	-khtml-border-radius: 5px;
    	border-radius: 5px;
}

.login-box fieldset input{
	padding: 5px;
	background-color: #1b2530;
	border: 1px solid #111a23;
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	-webkit-transition: .2s;
    	transition: .2s;
	font-size: 15px;
	font-weight: 400;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.login-box fieldset input:hover{
	background-color: #111a23;
}

.login-box fieldset input:focus{
	background-color: #111a23;
}

.login-box fieldset .button{
	cursor: pointer;
	font-size: 15px;
	font-weight: 800;
	color: #000;
	text-shadow: rgba(255, 255, 255, .8)1px 1px 1px;
	background-color: #99d420;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline-block;
	min-width: 100px;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	border: none;
	-webkit-transition: .2s;
	transition: .2s;
	cursor: pointer;
	text-align: center;}

.login-box fieldset .button:hover{
	background-color: #7aac0f;}

/* MAIN HEADINGS */

.page-header{
	float: left;
	width: 100%;
	padding-bottom: 20px;
	padding-top: 5px;
	padding-left: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}



div#fd.eb .eb-dialog-content *{
	color: #1b2530 !important;
}

/* CONTENT CONTAINERS */


.container{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}

#content{
	float: left;
	width: 100%;
}

#content p strong{
	font-weight: 600;
}

.item-page{
	float: left;
	width: 100%;
	min-height: 600px;
}

.item-page .page-header{
	float: left;
	width: 100%;
	height: 275px;
	padding-top: 160px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	background-color: #dcdcdc;
	border-bottom: 1px solid #cbcbcb;
	margin-bottom: 50px;
	/*background-image: url(../images/heading-background.jpg);
	background-size: 100%;
	background-position: bottom;*/
	/*border-bottom: 2px solid #ff530d;*/
}

/*.item-page .page-header::after{
	position: relative;
	float: left;
	width: 120%;
	height: 100px;
	margin-top: 30px;
	margin-left: -20px;
 	-ms-transform: rotate(-5deg); 
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
	content: '';
	background-color:  #fff;
	z-index: 1;
	overflow: hidden;
}*/

.item-page .page-header h1{
	text-align: left;
	color: #111d33;
}

.article-body{
	float: left;
	width: 100%;
	/*padding-top: 50px;*/
}

/* BOXES */

.box1{
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	background-size: cover;
}

.box2{
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.box3{
	float: left;
	width: 33.33%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.box4{
	float: left;
	width: 25%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.text-right{
	float: right;
	width: 100%;
	max-width: 600px;
}

.text-left{
	float: left;
	width: 100%;
	max-width: 600px;
}

.text-col-left{
	padding-right: 50px;
}

.text-col-right{
	padding-left: 50px;
}


.text-col-right ul{
	font-weight: 600;
    font-size: 18px;
    color: #000;
    line-height: 24px;
    padding-top: 25px;
}

.text-col-right ul li{
	margin-bottom: 24px;
}

.box-pad{
	padding-top: 50px;
	padding-bottom: 50px;
}

.box-pad-tb{
	margin-bottom: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.box-img{
	padding-left: 100px;
}

.box-img img{
	width: 100%;
}

.explode{
	float: left;
	width: 110% !important;;
	margin-left: -60px;
}

.box-grey{
	min-height: 400px;
	background-color: #e3e3e3;
}

.box-dgrey{
	min-height: 400px;
	background-color: #dbdbdb;
}

.box-turquoise{
	background-color: #008080;
}

.box-turquoise h2{
	color: #fff;
}

.box-turquoise p{
	color: #fff;
}


.content-container{
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
}

.box-background-img{
	background-size: cover;
}

.box-background-img h2{
	color: #fff;
	font-weight: 800;
}

.box-background-img p{
	color: #fff;
	max-width: 80%;
}

.box-background-img .box1 p{
	color: #fff;
	width: 100%;
	display: inline-block;
	max-width: 808px;
}

.box-background-img ul{
	color: #fff;
}

.box-darkblue{
	background: #111d33;
}

.box-darkblue .btn-orange:hover{
	background: #008080;
}

.box-darkblue h2{
	color: #fff;
}

.box-darkblue p{
	color: #fff;
}

.box-darkblue ul{
	color: #fff;
}


.box-testimonial{
	text-align: center;
	background-color: #e3e3e3;
}

#footer-container .box-testimonial{
	background-color: #1d1d1d;
}

.box-testimonial .testimonial-box{
	float: none;
	display: inline-block;
	width: 850px;
	background: url(../images/quotes-black.png);
	background-repeat: no-repeat;
	background-size: 70px;
	padding-left: 80px;
	margin-top: 0px;
}

#footer-container .box-testimonial .testimonial-box{
	background: url(../images/quotes.png);
	background-repeat: no-repeat;
	background-size: 70px;
}

.box-testimonial .testimonial-box .quote-box-container{
    background: url(../images/quotes-bottom-black.png);
	background-repeat: no-repeat;
	background-size: 70px;
	background-position: right bottom;
	padding-right: 80px;
}

#footer-container .box-testimonial .testimonial-box .quote-box-container{
    background: url(../images/quotes-bottom.png);
	background-repeat: no-repeat;
	background-size: 70px;
	background-position: right bottom;

}

.box-testimonial .testimonial-box p{
	color: #000;
	text-align: center;
	font-size: 25px;
	font-weight: 300;
	font-style: normal;
	line-height: 28px;
}

#footer-container .box-testimonial .testimonial-box p{
	color: #fff;
}

.box-testimonial .testimonial-box img{
	float: left;
	width: 150px;
}

.box-testimonial .testimonial-box span{
	float: left;
	padding-left: 50px;
	padding-top: 25px;
	font-size: 22px;
    line-height: 28px;
    font-weight: 500;
}

#footer-container .box-testimonial .testimonial-box span{
	color: #fff;
	width: auto;
}
	

/* HEADER */

#header{
	float: left;
	position: relative;
	position: fixed;
	width: 100%;
	height: 103px;
	/*background-color: #002366;*/
	background-image: url(../images/header.png);
	z-index: 10;
	-webkit-transition: .5s;
    transition: .5s;
	/*padding-right:  100px;*/
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}


.shrink{
	
	height: 60px !important;
}

.shrink #logo{
	
	padding-top: 7px;
}

.shrink #logo img{
	width: 150px;
}

.shrink #nav{
	display: none;
}

.shrink #header-box-top{
	padding-bottom: 1px !important;
}

.shrink a.header-login{
	padding-top: 19px;
	padding-bottom: 19px;
}

.shrink a.header-logout{
	padding-top: 19px;
	padding-bottom: 19px;
}

.shrink a.sign-up{
	padding-top: 19px;
	padding-bottom: 19px;
}

.shrink #header-phone{
	padding-top: 10px;
}

#header-top{
	float: left;
	width: 100%;
	padding-bottom: 10px;
}


#logo{
	float: left;
	width: 285px;
	padding-top: 7px;
	overflow: hidden;
		-webkit-transition: .5s;
    transition: .5s;
}

#logo img{
	float: left;
	max-width: 285px;
	-webkit-transition: .7s;
    transition: .7s;
}


#header-box-top{
	position: relative;
	float: right;
	width: 100%;
	padding-top: 1px;
	padding-bottom: 20px;
	-webkit-transition: .5s;
    transition: .5s;
	z-index: 2;
}

#header-phone{
	float: right;
	padding-right: 25px;
	padding-top: 2px;
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	-webkit-transition: .5s;
    transition: .5s;
}

#header-phone a{
	color: #fff;
	text-decoration: none;
	display: inline-block;
	font-weight: 400;
	/*background-image: url(../images/icons/phone.png);
	background-size: 20px;
	background-position: left center;
	background-repeat: no-repeat;*/
}

a.header-login{
	float: right;
	margin-right: 2px;
	padding: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s;
    	transition: .3s;
	text-transform: uppercase;
	background-color: #1a3057;
	transform: skewX(-20deg);

}

a.header-login > span {
	float: right;
	transform: skewX(20deg) !important;
	text-decoration: none;
	display: inline-block;
	padding-left: 30px;
	background-image: url(../images/icons/account.png);
	background-size: 15px;
	background-position: left center;
	background-repeat: no-repeat;
}

a.header-logout{
	float: right;
	margin-right: 2px;
	padding: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	text-align: center;
	-webkit-transition: .3s;
    	transition: .3s;
	text-transform: uppercase;
	background-color: #ff530d;
	transform: skewX(-20deg);
}

a.header-logout > span {
	float: right;
	transform: skewX(20deg) !important;
	text-decoration: none;
	display: inline-block;
}

a.header-login:hover{
	background-color: #234179;
}


a.sign-up{
	float: right;
	padding: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s;
    	transition: .3s;

	text-transform: uppercase;
	background-color: #ff530d;
	transform: skewX(-20deg);
}

a.sign-up:hover{
	background-color: #ff6f36;
}

a.sign-up > span {
	float: right;
	transform: skewX(20deg) !important;
	text-decoration: none;
	display: inline-block;
	padding-left: 30px;
	background-image: url(../images/icons/signup.png);
	background-size: 15px;
	background-position: left center;
	background-repeat: no-repeat;
}






/* MENU */

.nav>li>a:hover, .nav>li>a:focus{
	background: none;
}

#menu {
	float: right;
	max-width: 800px;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

#nav{
	float: right;
	
}


#nav ul
{
    float: right;
    /*box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 9px rgba(0,0,0,0.15);*/
    list-style: none !important;
    position: relative;
	float: right;
    display: inline-table;
    padding: 0px;
    margin: 0px;
   	/*border-left: 1px solid #b70d69;
	border-right: 1px solid #ff3da6;*/
	z-index: 999;
}
.#{
    content: ""; clear: both; display: block;
}
 
/*Hide child lists by default*/
#nav ul ul
{
    display: none;
    position: absolute; top: 100%;
}
 
/*display on hover*/
#nav ul li:hover > ul {
    display: block;
}
 
/*Floating the main list left*/
#nav ul li
{
    float: left;
}
 
#nav ul li:hover > a
{
   ;
}
 
#nav ul li{
	margin-right: 10px;
}

#nav ul li a 
{
	display: block;
	padding: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 400;
	font-size: 17px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s;
    	transition: .3s;
	-moz-border-radius: 2px;
    	-webkit-border-radius: 2px;
    	-khtml-border-radius: 2px;
    	border-radius: 2px;
	text-transform: uppercase;
}

#nav ul li a:hover{
	color: #ff530d;
	background: none;
}

#nav ul li.active a{
	color: #ff530d;
}

a.hidden-menu-item{
	display: none !important;
}

a.-hidden{
	display: none !important;
}

#nav ul li:hover > ul
{
    display: block;
    background: #ffffff; border-radius: 0px; padding: 0;
}
#nav ul ul li a
{
    color: #fff;
}
 
#nav ul li:first-child { border-left: none; }
#nav ul li:last-child { border-right: none; }
 
#nav ul ul li 
{
    float: none; 
   
    border-left: none;
    border-right: none;
    position: relative;
}
 
#nav ul ul ul  
{
    position: absolute; left: 100%; top:0;
 
}
 
#nav ul ul li a 
{
	height: auto;
	width: 235px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	background-image: url(../images/header.png);
	color: #fff !important;
	text-align: left;
	font-size: 15px !important;
	-moz-border-radius: 0px;
    	-webkit-border-radius: 0px;
    	-khtml-border-radius: 0px;
    	border-radius: 0px;
	
	
}


#nav ul ul li a:hover
{
	color: #ff530d !important;
	background-image: url(../images/header.png) !important;
}

#nav ul ul{
	
	border-left: none !important;
	border-right: none; !important;
	width: 235px;
	background: none !important;}
 
#nav ul li:hover > ul
{
    display: block;
   
}

.active{
	;}

li.item-103 active deeper parent a{
	background-color: blue !important;}

#nav ul{
	float: left;
	padding: 0px;
	margin: 0px;
	list-style: none;
	padding-right: 0px;}

#nav ul li{
	float: left;}



/* PAGE BANNERS */

#banner-container{
	float: left;	
	width: 100%;
}

/* BUTTON BOX */

.btn-box-blue {
    float: right;
    width: 100%;
    padding: 50px;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #008080;
    text-align: center;
}

.btn-box-blue .btn {
  	display: inline-block;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    text-transform: uppercase;
    background-color: #ff530d;
}

.btn-box-blue .btn:hover {
    background-color: #111d33;
}

.btn-box-white {
    float: right;
    width: 100%;
    padding: 50px;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #e8e8e8;
    text-align: center;
}

.btn-box-white .btn {
  	display: inline-block;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    text-transform: uppercase;
    background-color: #ff530d;
}

.btn-box-white .btn:hover {
    background-color: #111d33;
}

.btn-with-txt .btn {
	float: right;
	margin-top: 10px;
}

.btn-with-txt span {
	float: left;
    font-size: 40px;
    font-weight: 300;
    line-height: 45px;
    text-transform: uppercase;
	text-align: center;
    color: #fff;
    max-width: 800px;
	padding-right: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-box-white .btn {
	margin-top: 0px;
}

.btn-box-white span {
	color: #000;
	padding-top: 10px;
}

.btn-box{
	float: left;
	width: 100%;
}

/* HOMEPAGE BANNER */

.banner{
	float: left;
	width: 100%;
	min-height: 770px;
	text-align: center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.banner-homepage{
	min-height: 600px;	
}

.banner-short{
	height: 60vh;
	min-height: 577px;
}

.banner-xshort{
	height: 50vh;
	min-height: 481px;
}

.freebet{
	height: 100vh;
}

.banner-txt{
	float: left;
	width: 100%;
	padding-top: 200px;
	text-align: center;
}

.banner-txt h1{
	padding-bottom: 15px;
	text-transform: uppercase;
	background: url(../images/heading-border-white.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.banner-txt p{
	display: inline-block;
	max-width: 800px;
	color: #fff;
	font-size: 17px;
	font-weight: 300;
}

.banner-txt-heading{
	display: inline-block;
	margin-bottom: -15px;
}

.banner-txt-service-page h1{
	float: left;
	background: none;
	margin-top: 15px;
}

.banner-txt-service-page img{
	float: left;
	max-width: 70px;
	margin-right: 25px;
}

.banner-txt-service-page p{
	width: 100%;
	max-width: 100%;
}

.banner-short p{
	font-size: 28px;
	line-height: 32px;
}

.banner-xshort p{
	font-size: 30px;
	line-height: 35px;
}

.hp-banner-txt{
	float: left;
	width: 100%;
	padding-top: 150px;
	max-width: 420px;
	text-align: center;
}

.hp-banner-txt span{
	font-size: 80px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	line-height: 70px;
}

.hp-banner-txt span strong{
	font-size: 90px;
	color: #fff600;
	line-height: 90px;
}

.hp-banner-txt span em{
	font-size: 20px;
    vertical-align: top;
    line-height: 50px;
}

.hp-banner-txt p{
	font-size: 25px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	line-height: 27px;
	margin: 0px;
	padding: 0px;
}

.hp-banner-txt p em{
	font-size: 20px;

}

.hp-banner-txt .btn{
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 400;
	font-size: 25px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s;
    	transition: .3s;
	text-transform: uppercase;
	background-color: #ff530d;
}
	
.hp-banner-txt .btn:hover{
	background-color: #111d33;
}

.hp-banner-txt p.small{
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 25px;
}

.hp-banner-txt p.small a{
	color: #fff;
	text-decoration: none;
}

.banner-homepage .hp-banner-txt p strong{
	color: #fff600;
}

.banner-bottom{
	float: right;
	width: 100%;
	padding: 50px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
   background: #111d33;
	overflow: hidden;
	text-align: center;
}

.banner-bottom p{
	display: inline-block;
	max-width: 910px;
	font-size: 29px;
    font-weight: 300;
    line-height: 35px;
	text-align: center;
	color: #fff;
	margin: 0px;
	margin-bottom: 10px;
}

.banner-bottom strong{
    font-weight: 600;
}

.banner-bottom a{
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding-bottom: 2px;
    -webkit-transition: .2s;
    transition: .2s;
    font-weight: 600;
}

.banner-bottom .box4{
	width: 50%;
}	

.banner-bottom a:after {
    content: '\25ba';
    padding-left: 5px;
	font-size: 15px;
}

.banner-bottom a:hover{
	color: #ff530d;
}

.banner-section{
	float: right;
	width: 100%;
	max-width: 720px;
	padding-top: 190px;
	padding-bottom: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
   /* background-image: url(../images/header.png);*/
	overflow: hidden;
}

.banner-section img{
	float: left;
	width: 175px;
}

.banner-bottom-heading{
	float: left;
	width: 100%;
	max-width: 540px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	text-align: left;
}

.banner-bottom-heading h3{
	font-size: 25px;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #fff;
	border-right: 1px solid #fff;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	float: left;
}



.banner-bottom-heading span{
	float: right;
	width: 320px;
	font-size: 25px;
	line-height: 28px;
	font-weight: 500;
	color: #fff;
}

.testimonial-box{
	float: right;
	width: 640px;
	background: url(../images/quotes.png);
	background-repeat: no-repeat;
	padding-left: 60px;
	margin-top: 25px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	background-size: 50px;
	text-align: left;
}

.testimonial-box p{
	font-style: italic;
    color: #fff;
    font-size: 50px;
    line-height: 55px;
    font-weight: 300;
}

.testimonial-box .quote-box-container{
	float: left;
	width: 100%;
	background: url(../images/quotes-bottom.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 50px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	background-size: 50px;
}

/* ICONS */
	
.icons-container{
	padding-top: 50px;
	padding-bottom: 50px;
	background: #e0e0e0;
	text-align: center;
}

.icons-container h2{
	font-size: 60px;
    font-weight: 600;
    line-height: 60px;
	margin-bottom: 50px;
	margin-top: 0px;
	font-weight: 300;
	max-width: 1000px;
	display: inline-block;
	color: #111d33;
}

.icons-container h2 strong{
	font-weight: 600;
}

.icons-container .box3{
	padding-top: 0px;
	padding-left: 50px;
	padding-right: 50px;
}

.icons-container img{
	height: 220px;
	-webkit-transition: .2s;
	transition: .2s;
}

.icons-container a{
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}

.icons-container a:hover img{
	height: 230px;
}

.icons-container a:hover{
	background: #e0e0e0;
}

.icons-container h3{
	font-size: 20px;
	color: #111d33;
	padding-bottom: 10px;
	text-transform: uppercase;
		background: url(../images/heading-border-black.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.icons-container a p{
	font-size: 20px;
	color: #111d33;
	font-weight: 300;
}

.icon-box{
	float: left;
	width: 100%;
	height: 240px;
}

/* BUTTONS */

.btn-orange{
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 15px;
	padding: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 400;
	font-size: 25px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s;
    transition: .3s;
	text-transform: uppercase;
	background-color: #ff530d;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.btn-orange:hover{
	background-color: #111d33;
}

.btn-blue{
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 400;
	font-size: 25px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s;
    	transition: .3s;
	text-transform: uppercase;
	background-color: #111d33;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.btn-blue:hover{
	background-color: #ff530d;
}

/* HOMEPAGE */

.box-info{
	min-height: 500px;
	padding: 100px;
	padding-right: 120px;
}


.box-info p{
	color: #fff;
	font-size: 20px;
	
}

.box-signup{
	min-height: 500px;
	padding: 100px;
    padding-top: 145px;
	text-align: center;
}



.box-signup span{
	font-size: 60px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	line-height: 60px;
}

.box-signup span strong{
	color: #fff600;
}

.box-signup .btn{
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 400;
	font-size: 25px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s;
    	transition: .3s;
	text-transform: uppercase;
	background-color: #ff530d;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.box-signup .btn:hover{
	background-color: #111d33;
}

.intro{
	padding: 100px;
	text-align: center;
}

.intro p{
	font-size: 20px;
	display: inline-block;
	max-width: 950px;
}

.intro strong{
	font-weight: 600;
}

.intro a{
	color: #000;
	text-decoration: none;
	display: inline-block;
    margin-left: 15px;
}

.intro a:after {
    content: '\25ba';
    padding-left: 5px;
	font-size: 15px;
}

.intro a:hover {
    color: #ff530d;
}

.intro h3{
	font-size: 30px;
	color: #111d33;
}

/* SIGN UP BANNER */

.moduletablesignup{
	float: right;
    width: 100%;
    padding: 50px;
	padding-left: 0px;
	padding-right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #008080;
    text-align: left;
}

.moduletablesignup span{
    float: left;
	padding-top: 10px;
	font-size: 40px;
    font-weight: 600;
    line-height: 40px;
	text-transform: uppercase;
    color: #fff;
	max-width: 1000px;
}

.moduletablesignup strong{
	color: #fff600;
}

.moduletablesignup .btn{
    float: right;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    text-transform: uppercase;
    background-color: #ff530d;
}

.moduletablesignup .btn:hover {
    background-color: #111d33;
}

/* FOOTER */

#footer-container{
	float: left;
	width: 100%;
	padding: 15px;
	padding-top: 50px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	background-color: #1d1d1d;
	text-align: center;
}

#footer-logo{
	float: left;
	width: 100%;
	padding-bottom: 25px;
}

#footer-logo img{
	width: 100%;
	max-width: 300px;
}

#footer-container ul{
	display: inline-block;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#footer-container ul a{
	color: #a4a4a4;
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
}

#footer-container ul a:hover{
	color: #fff;
}

#footer-container span{
	float: left;
	width: 100%;
	color: #a4a4a4;
	text-align: left;
	font-size: 17px;
	padding-left: 20px;
}

.footer-info{
	float: left;
	width: 100%;
	color: #a4a4a4;
	text-align: left;
}

.footer-info img{
	float: left;
	margin-top: 5px;
    margin-left: 50px;
	height: 40px;

}

.footer-info span{
	float: left;
	width: auto !important;
	padding-top: 16px;
}

.copyright{
	float: left;
	width: 100%;
	padding-top: 25px;
}

/* ABOUT US */

.pal-img{
	
}

.pal-img img{
	width: 100%;
	
}

/* SIGN UP */

.signup{
	float: left;
	width: 100%;
	padding: 50px;
	margin-top: 50px;
	background-color: #ff530d;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.signup span{
	float: left;
	font-size: 40px;
	font-weight: 300;
	color: #fff;
}

.signup span strong{
	
}

.signup .btn{
	float: right;
	margin-right: 100px;
	padding: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 400;
	font-size: 25px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s;
    transition: .3s;
	text-transform: uppercase;
	background-color: #111d33;
	transform: skewX(-20deg);
}
	
.signup .btn:hover{
	background-color: #234179;
}


.signup .btn > span {
	float: right;
	font-size: 25px;
	transform: skewX(20deg) !important;
	text-decoration: none;
	display: inline-block;
	padding-left: 30px;
	background-image: url(../images/icons/signup.png);
	background-size: 20px;
	background-position: left center;
	background-repeat: no-repeat;
}

/* FREE BET */


.freebet .banner-txt{
	display: inline-block;
	position: relative;
	float: none;
	width: 100%;
	max-width: 600px;
	min-height: 450px;
	background-color: #d0d0d0;
	padding: 0px;
	margin-top: 150px;
	background-image: url(../images/freebet.jpg);
	background-repeat: no-repeat;
}

.freebet .banner-txt h1{
	color: #fff;
	background-image: none;
	padding-top: 25px;
	padding-bottom: 25px;
	margin: 0px;
	border-bottom: 1px solid #070d19;
}

.freebet .banner-txt::before{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 450px;
	margin-left: -50px;
	content: '';
	z-index: 1;
	overflow: hidden;
	background-image: url(../images/freebet-orange2.png);
}

.freebet .banner-txt::after{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 450px;
	margin-right: -50px;
	content: '';
	z-index: 1;
	overflow: hidden;
	background-image: url(../images/freebet-orange1.png);
}

#freebet-txt{
	float: left;
	width: 50%;
	padding: 25px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	text-align: left;
	border-top: 1px solid #213250;
}

#freebet-txt strong{
	font-weight: 300;
	font-size: 25px;
}

#freebet-form{
	float: right;
	width: 50%;
	padding: 25px;
	border-top: 1px solid #213250;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}


#freebet-form .form-field{
	width: 100%;
	margin-right: 0px;
	padding-bottom: 15px;
}

#freebet-form .form-field-row{
	padding: 0px;
}

#freebet-form label{
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 5px;
	color: #fff;
}

.freebet h2{
	color: #fff;
	font-size: 30px;
}

.step-box-container{
	display: inline-block;
	width: 100%;
	max-width: 990px;
	padding-top: 25px;
}

.step-box{
	float: left;
	width: 100%;
	max-width: 300px;
	height: 170px;
	padding: 25px;
	margin-left: 15px;
	margin-right: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	background-image: url(../images/step-box.png);
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.step-box span{
	float: left;
	width: 50px;
	height: 42px;
	padding-top: 8px;
	background-color: #fff;
	color: #000;
	font-size: 25px;
	font-weight: 800;
	-moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;
}

.step-box p{
	float: right;
	width: 170px;
	color: #fff;
	margin: 0px;
	padding: 0px;
	text-align: left;
	padding-left: 25px;
}

.step-box p strong{
	font-size: 25px;
}

/* FORMS */

.form-field-row em{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: red;
}


.form-field-row input{
	float: left;
	border: 1px solid #cdcdcd;
	background-color: #f4f4f4;
	padding: 10px;
	width: 100%;
	font-size: 16px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: .3s;
    	transition: .3s;
	-moz-border-radius: 2px;
    	-webkit-border-radius: 2px;
    	-khtml-border-radius: 2px;
    	border-radius: 2px;
}

.form-field-row input:hover{
	border: 1px solid #38a8fe;
}

.form-field-row input:focus{
	border: 1px solid #38a8fe;
}

.form-field-checkbox input{
	border: 1px solid #cdcdcd;
	background-color: #f4f4f4;
	padding: 10px;
	float: left;
	width: 20%;
	margin-top: 6px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: .3s;
    	transition: .3s;
	-moz-border-radius: 2px;
    	-webkit-border-radius: 2px;
    	-khtml-border-radius: 2px;
    	border-radius: 2px;
}

.form-field-row textarea{
	border: 1px solid #cdcdcd;
	background-color: #f4f4f4;
	padding: 10px;
	width: 100%;
	font-size: 16px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: .3s;
    	transition: .3s;
		-moz-border-radius: 2px;
    	-webkit-border-radius: 2px;
    	-khtml-border-radius: 2px;
    	border-radius: 2px;
	font-size: 16px;
font: 16px Arial;
}

.form-field-row textarea:hover{
	border: 1px solid #38a8fe;
}

.form-field-row textarea:focus{
	border: 1px solid #38a8fe;
}

.form-field-row select{
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	padding: 10px;
	width: 100%;
	
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: .3s;
    transition: .3s;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.form-field-row .btn{
	padding: 8px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 22px;
	color: #fff;
	font-weight: 800;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s;
    transition: .3s;
	border-right: none;
	background-color: #ff530d;
	border: 1px solid #ff530d;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
	text-transform: uppercase;
	cursor: pointer;
	/*background-image: url(../images/booking-btn.png);
	background-position: right;
    	background-repeat: no-repeat;*/
-webkit-appearance: none;

}

.form-field-row .btn:hover{
     background-color: #111d33;
	border: 1px solid #111d33;
}


.form-field{
	float: left;
	width: 190px;
	margin-right: 12px;
}

.form-field-row{
	float: left;
	width: 100%;
	padding-bottom: 15px;
}

/* RESULTS */


#tablepress-1{
	float: left;
	width: 100%;
	text-align: center;
	border-collapse: collapse;
    border-spacing: 0;
}

#tablepress-1 th{
	background-color: #ff530d;
	text-align: center;
    color: #fff;
    border-bottom-color: #fff;
    border-right: 1px solid #fff;
    height: 57px;
    font-weight: 800;
}

.tablepress tbody td {
	padding: 15px;
    text-align: center;
    color: #000;
    border-right: 1px solid #fff;
}


.tablepress tr:nth-child(odd) td{
           background:#d9d9d9;
}

/* SERVICES */

.banner-services{
	margin-bottom: 0px;
	padding: 0px;
}

.services{
	text-align: center;
	text-decoration: none;
	min-height: 258px;
	padding-top: 35px !important;
	padding-bottom: 35px !important;
	color: #fff;
	font-size: 20px;
	-webkit-transition: .2s;
    transition: .2s;
}

.services:hover{
	background-color: #ff530d;
	color: #fff !important;
}

.banner-services a:after{
	content'' !important;
	width: 0px !important;
	overflow: hidden !important;
	padding-left: 0px !important;
}

.hotline{
	background: #204382 !important;
}

.mainmeetings{
	background: #1d3d77 !important;
}

.elitebets{
	background: #152f5e !important;
}

.platinumbets{
	background: #11203b !important;
}


.services h3{
	color: #fff;
	font-weight: 300;
	font-size: 30px;
	margin: 0px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-top: 15px;
	text-transform: uppercase;
	background: url(../images/heading-border-white.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.services img{
	height: 70px;
	width: auto !important;
	float: none;
}

.box-img-service{
	min-height: 800px;
	overflow: hidden;
}

.box-img-service img{
	height: 800px;
}

.services-box{
	text-align: center;
	background-size: cover;
	margin-bottom: 0px;
	border-bottom: 5px solid #ff530d;
}

#osm-plans-list-default{
	float: left;
	width: 100%;
}

#osm-plans-list-default .services span{
	display: inline-block;
	width: 100%;
}

#osm-plans-list-default a.btn{
	float: none;
	display: inline-block;
	margin-top: 15px;
	padding: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 400;
	font-size: 24px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s;
    	transition: .3s;
	text-transform: uppercase;
	background: #ff530d;
	text-shadow: none;
	box-shadow: none;
	radius: 0px;
	border: none;
}
	

.box-overlay-right{
	display: inline-block;
	width: 900px;
	min-height: 300px;
	
	background: url(../images/box-overlay.png);
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	
}

.service-header{
	float: left;
	width: 100%;
	padding: 50px;
	height: 210px;
	background-color: #ff530d;
	background-image: url(../images/service-heading.png);
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.platinum{
	background-image: url(../images/service-heading-p.png);
	background: #11203b;
}

.service-content{
	float: left;
	width: 100%;
	padding: 50px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	padding-top: 25px;
}

.box-overlay-right img{
	float: left;
	height: 80px;
	margin-right: 25px;
	margin-top: 10px;
}

.box-overlay-right h2{
	color: #fff;
	font-size: 40px;
	float: left;
	margin: 0px;
	clear: right;
	padding-right: 150px;
}

.box-overlay-right span{
	float: left;	
	width: 490px;
	color: #fff;
	font-size: 30px;
	text-align: left;
	line-height: 30px;
}

.service-content span{
	font-size: 16px;
	float: none !important;
}

.box-overlay-right h3{
	float: left;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
}

.box-overlay-right p{
	float: left;
	width: 100%;
	color: #fff;
	text-align: left;
}

.box-overlay-right .btn{
	float: left;
	margin-top: 15px;
	padding: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 400;
	font-size: 24px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s;
    	transition: .3s;
	text-transform: uppercase;
	background-color: #ff530d;
}
	
.box-overlay-right .btn:hover{
	background-color: #008080;
}

.box-overlay-right .btn-line{
	float: right;
	background: none;
	border: 1px solid #fff;
}

.box-overlay-right .btn-line:hover{
	background: #008080;
	border: 1px solid #008080;
}

.box-overlay-right .form-field{
	width: 33.33%;
	border-right: 1px;
	margin-right: 0px;
	padding-bottom: 15px;
	padding-right: 5px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.box-overlay-right .form-field .btn{
	border: none;
	margin-top: 0px;
	padding: 10px !important;
	font-size: 14px;
	background: #008080;
}

.box-overlay-right .form-field-row{
	padding: 0px;
}

.box-overlay-right label{
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 5px;
	color: #fff;
}

.hotline-form{
	float: left;
	width: 100%;
}

.hotline-form span{
	float: left !important;
	width: 33.33%;
    border-right: 1px;
    margin-right: 0px;
    padding-bottom: 15px;
    padding-right: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hotline-form span input{
	float: left;
	width: 100% !important;
    border: 1px solid #cdcdcd;
    background-color: #f4f4f4;
    padding: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .3s;
    transition: .3s;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.acysubbuttons{
	float: left !important;
	width: 50%;
}

.acysubbuttons .btn{
    border: none;
    margin-top: 0px;
    padding: 10px !important;
    font-size: 24px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* CONTACT PAGE */

.contact-box-form h3{
	font-size: 25px;
	font-weight: 300;
	text-align: left;
	margin-bottom: 15px;
}

.contact-box-form{
	float: left;
	width: 100%;
	max-width: 700px;
	padding: 15px;
	padding-top: 30px;
	background-color: #e5e5e5;
	webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}


.moduletable-contact-form{
	float: left;
	width: 100%;
	max-width: 650px;
    padding-bottom: 50px;
}

.contact-box{
	float: left;
	width: 100%;
	max-width: 280px;
	margin-bottom: 20px;
}

.contact-box h3{
	text-transform: uppercase;
	font-size: 15px;
}

.contact-box a{
	color: #00002e;
	text-decoration: none;
	font-size: 20px;
}

.contact-box span{
	color: #00002e;
	text-decoration: none;
	font-size: 20px;
}

.contact-box-right{
	float: right;
	width: 300px;
	font-weight: 400;
	font-size: 16px;
	color: #000;
}

.contact-box-right h3{
	text-transform: uppercase;
	font-size: 15px;
}

h2.email-heading{
	background-image: url(../images/email-black.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 0px;
}

h2.msg-heading{
	background-image: url(../images/message.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 28px;
	padding-right: 30px;
	padding-left: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #e5e5e5;
	float: left;
	width: 100%;
	margin-bottom: 0px;
	webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	
}

h2.phone-heading{
	background-image: url(../images/phone-black.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 18px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 0px;
}

h2.location-heading{
	background-image: url(../images/location-black.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 18px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 0px;
}

/* LOGIN FORM */

#login-form{
	float: left;
	width: 100%;
	/*background-color: #e8e8e8;*/
	
	webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

#login-form h2.osm-heading{
	display: none;
}

#login-form .eb-heading{
	display: none;
}

#signup-form{
	float: left;
	width: 100%;
	/*background-color: #e8e8e8;*/
	
	webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

#signup-form input{
	font-size: 16px !important;
}

.login input{
	background: #fff;
	border: 1px solid #111d33;
}

.login fieldset{
	border: none !important;
}

.login label{
	color: #fff !important;
	font-size: 17px !important;
}




.nav-stacked{
	list-style: none;
	padding-left: 0px;
}

.login .nav-stacked a{
	color: #fff !important;
	text-decoration: none !important;
	font-size: 18px !important;
}

.login .banner{
		height: auto;
		min-height: 100vh;
}

.btn-primary{
	border: none;
	max-width: 200px;
}

/* MY ACCOUNT */

.nav-tabs>li>a, .nav-pills>li>a{
	font-size: 18px;
	color: #ff530d;
}

/* SIGN UP PAGE */

.osm{
	background-color: #dcdcdc;
}

.osm .page-header{
	margin: 0px;
	border: none;
	text-align: center;
	height: auto;
}

.osm .page-header h1{
	padding-bottom: 15px;
    text-transform: uppercase;
    background: url(../images/heading-border-blue.png);
    background-repeat: no-repeat;
    background-position: center bottom;
	text-align: center;
	margin-bottom: 25px;
}

.osm .page-header p{
	font-size: 25px;
    line-height: 35px;
	display: inline-block;
    max-width: 800px;
    color: #000;
    font-weight: 300;
	text-align: center;
}

.osm a{
	color: #ff530d;
}

.signup-left{
	float: left;
	width: 50%;
	/*background-color: #e8e8e8;*/
	padding: 15px;
	webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.signup-left h3{
	font-weight: 800;
	color: #111d33;
	margin-bottom: 25px;
}

.control-group{
	margin-bottom: 10px;
}

.control-group input{
	padding: 8px;
}

.inputError{
	border: 1px solid red !important;
}

.formError{
	display: none!important;
}

.control-group label{
	color: #111d33;
	font-weight: 400 !important;
	font-size: 15px;
}

.signup-right{
	float: right;
	width: 50%;
	/*background-color: #e8e8e8;*/
	padding: 15px;
	webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	background-color: #cdcdcd;
}

.signup-right h3{
	font-weight: 800;
	color: #111d33;
	margin-bottom: 10px;
}

.signup-right p{
	font-size: 15px;
}

#payment-terms p{
	border-bottom: 1px solid #111d33;
	padding-bottom: 10px;
}

.form-actions{
	padding: 0px;
	border: none;
	background: none;
	text-align: left;
}

.btn-primary{
	display: inline-block;
	width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 25px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    text-transform: uppercase;
    background: #ff530d;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.btn-primary:hover{
	background: #111d33;
}

.signup-right .btn-primary{
	width: 100% !important;
	max-width: none;
}

#osm-sibscription-cancel{
	padding-top: 200px;
    min-height: 500px;
    text-align: center;
}

#osm-sibscription-cancel h1{
	color: #000;
}

.payment-methods{
	float: left;
	position: relative;
	width: 100%;
	/*padding-bottom: 50px;*/
}

.payment-methods .form-actions{
    margin-bottom: 0px;
}

.payment-methods .os_paypal{
    position: absolute;
    left: 250px;
    top: 106px;
}

.payment-methods #osm-payment-method-item-0{
	margin-top: 15px;
}

.payment-methods #osm-payment-method-item-1{
	margin-top: 15px;
}

/* POP UP BOX */

#list-builder {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    filter: alpha(opacity=80);
	opacity: 0.8;
    display: none;
	z-index: 99999999;
}

#popup-box {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #eaeaea;
    color: #000;
    width: 90%;
    max-width: 500px;
    padding: 30px;
    border: 10px solid #eaeaea;
    display: none;
	z-index: 99999999;
	text-align: center;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#popup-close {
    position: absolute;
    top: -25px;
    right: -25px;
    cursor: pointer;
    width: 40px;
}

#popup-box h1 {
    margin: 0;
	color: #111d33;
	line-height: 40px;
}

#popup-box form {
    margin-bottom: 0px;
}

#popup-box input {
    padding: 10px;
    border: 1px solid #838383;
    width: 60%;
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 5px;
}

#popup-box .btn{
    width: 30%;
	background: #008080;
	border: 1px solid #008080;
	padding: 10px;
	color: #fff;
	cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
}

#popup-box .btn:hover{
	background: #079698;
	border: 1px solid #079698;
	color: #fff;
}

#popup-box button {
    padding: 10px;
    border: 1px solid #333;
}

#popup-box .acymailing_lists{
	display: none;
}

#popup-box  .hotline-form span{
	width: 100%;
	text-align: center;
}

#popup-box .acymailing_form input{
	width: 60%!important;
}

#popup-box .acysubbuttons{
	width: 100%;
}

.form_btn{
	background: #0100ad;
    border: 2px solid #0100ad;
    -webkit-transition: .2s;
    transition: .2s;
	color: #fff;
	font-size: 20px;
	font-weight: 800;
}

.form_btn:hover{
	background-color: #26a1d8;
    border: 2px solid #26a1d8;	
}

/* TABLE PAGINATION */

.pagination-table{
	float: left;
	width: 100%;
	padding-top: 30px;
}

.pagination-table .btn{
	padding: 5px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    text-transform: uppercase;
    background-color: #ff530d;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.pagination-table .btn:hover{
	background-color: #008080;
}

.pagination-table span{
	display: none;
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-top: 0px;
    position: absolute;
    top: 200px;
    left: 20%;
    /* width: 90%; */
    background: #008080;
    font-size: 18px;
    /* padding: 20px; */
    padding-top: 8px;
	color: #fff;
}

.alert, .alert h4 {
    color: #fff;
}

/* LANDING PAGE */

.landing-page-banner .banner-section{
	padding-top: 130px;	
	padding-bottom: 30px;
}


.landing-page-banner .hp-banner-txt{
	padding-top: 220px;
}

.moduletablelanding-page-form{
	float: right;
	width: 100%;
	webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
    background: url(../images/form-background.png);

	max-width: 450px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.monetise-form-box .moduletablelanding-page-form{
	float: none;
	display: inline-block;
}

.monetise-form-box .moduletablelanding-page-form h3{
	font-size: 35px;
}

.acymailing_modulelanding-page-form{
	float: left;
	width: 100%;
	webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;	
	padding: 10px;
	padding-left: 15px;
    padding-right: 15px;
}

.moduletablelanding-page-form h3{
	position: relative;
	float: right;
	width: 100%;
	webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #fff;
	font-size: 25px;
	text-transform: uppercase;
	background: #ff530d;
	-moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -khtml-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.moduletablelanding-page-form h3:after {
    content: '';
	position: absolute;
	left: 0px;
	bottom: -30px;
	width: 100%;
	webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	height: 40px;
    background: url(../images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}


.moduletablelanding-page-form .onefield{
	float: left;
	width: 100%;
	padding-bottom: 15px;
}

.moduletablelanding-page-form .onefield input {
    border: 1px solid #cdcdcd;
    background-color: #f4f4f4;
    padding: 10px;
    width: 100%;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .3s;
    transition: .3s;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.fieldacyhowoftendoyoubet input{
	width: auto !important;
    border: none !important; 
    background-color: transparent!important; 

}

.fieldacyhowoftendoyoubet label{
	font-size: 16px;
	font-weight: 400;
}

.acyfield_howoftendoyoubet{
	position: relative !important;
	float: left !important;
	width: 100% !important;
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	text-align: left;
}

/*
.acyfield_howoftendoyoubet span:nth-of-type(1){
	position: absolute!important;
	left: 0px!important;
	top: 25px!important;
}

.acyfield_howoftendoyoubet span:nth-of-type(2){
	position: absolute!important;
	left: 65px!important;
	top: 25px!important;
}

.acyfield_howoftendoyoubet span:nth-of-type(3){
	position: absolute!important;
	left: 195px!important;
	top: 25px!important;
}

.acyfield_howoftendoyoubet span:nth-of-type(4){
	position: absolute!important;
	left: 275px!important;
	top: 25px!important;
}
*/

.acyfield_howoftendoyoubet label{
	font-size: 16px;
	font-weight: 400;
    margin-right: 15px;
    margin-top: 5px;
	float: left;
}

.acyfield_howoftendoyoubet span:nth-of-type(1):before{
	content:"\A";
  white-space: pre;
}


/*
.acyfield_howoftendoyoubet::first-line {
	color: red!important;
	width: 100%!important;
	float: left!important;
}
*/
.acyfield_whenisastrongbetforyourselfwhentheinfois input{
	width: auto !important;
    border: none !important; 
    background-color: transparent!important; 
}

.acyfield_whenisastrongbetforyourselfwhentheinfois{
	float: left;
	width: 100%;
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	text-align: left;
}

.acyfield_whenisastrongbetforyourselfwhentheinfois label{
	font-size: 16px;
	font-weight: 400;
    margin-right: 15px;
    margin-top: 5px;
	float: left;
}

.acyfield_whenisastrongbetforyourselfwhentheinfois span:nth-of-type(1):before{
	content:"\A";
  white-space: pre;
}


.moduletablelanding-page-form .acysubbuttons{
	float: left;
	width: 100%;
}

.moduletablelanding-page-form .acysubbuttons .btn-primary{
	background: #008080;
}

.moduletablelanding-page-form .acysubbuttons .btn-primary:hover{
	background: #ff530d;
}

/* FREE BET PAGE */

.affiliate-box{
	padding: 50px;
	border-bottom: 1px solid #111d33;
	min-height: 317px;
}

.affiliate-box-border{
	border-left: 1px solid #111d33;
}


.affiliate-box img{
	width: 100%;
}

.affiliate-box h2{
	font-size: 30px;
}

.affiliate-text{
	float: left;
	width: 100%;
	font-size: 22px;
	text-align: center;
	padding-top: 25px;
}

.affiliate-text a.btn{
	display: inline-block;
	background: #ff530d;
	padding: 5px;
	text-decoration: none;
	color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.affiliate-text a.btn img{
	display: none;
}

.affiliate-text a.btn:hover{
	background: #008080;
}


.affiliate-box-grey{
	background-color: #efefef;
}


.bookie-banner{
	height: auto;
	min-height: auto;
	padding-bottom: 50px;
}

.bookie-banner .banner-txt{
	padding-top: 150px;
}

.bookie-banner .banner-txt-service-page h1{
	margin-bottom: 0px;
	font-size: 60px;
	width: 100%;
}

.bookie-banner .banner-txt-service-page p{
	max-width: 750px;
	margin-top: 0px;
}

.iframewrapper {
   /* position: relative;
    padding-bottom: 10%; 
    padding-top: 25px;
    height: 0;*/
}
.iframewrapper iframe {
   /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;*/
}


/* TESTIMONIAL SLIDER */

#testimonial-container .bx-wrapper .bx-pager.bx-default-pager a{
	background: #acacac;
}

#testimonial-container {
	float: left;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #1a3057;
	background-size: cover;
    background-position: center center;
	background: url(../images/testimonials.jpg);
	text-align: center;
}

#testimonial-container .testimonials{
	padding: 0px;
}

#testimonial-container .bx-wrapper .bx-pager{
	bottom: -20px;
}

#testimonial-container a.active{
		background: #fff !important;
}

#testimonial-container .testimonial-box{
	width: 100%;
	    padding-left: 100px;
    margin-top: 0px;
    margin-bottom: 0px;
	border-bottom: none;
	text-align: center;
background: url(../images/quotes2.png);
    background-repeat: no-repeat;
background-size: 75px;
padding-bottom: 25px;
}

#testimonial-container .testimonial-box p{
	padding-right: 100px;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	font-style: normal;
	margin-top: 0px;
}

#testimonial-container .testimonial-box p.testimonial-txt{
	background: url(../images/quotes-bottom-slider2.png);
	 background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 75px;
	font-size: 30px;
	font-weight: 400;
	line-height: 40px;
	padding-right: 130px;
	color: #fff;
	font-style: italic;
}


/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 1300px) {

.moduletablesignup{
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}

.moduletablesignup span{
	width: 100%;
	padding-bottom: 25px;
	text-align: center;
}

.moduletablesignup .btn{
	float: none;
	display: inline-block;
}
	


.signup{
	text-align: center;
}

.signup span{
	width: 100%;
	padding-bottom: 10px;
}

.signup .btn{
	float: none;
	display: inline-block;
	margin-right: 0px;
}

.signup .btn > span{
	background-position: 15px center;
}

.freebet .banner-txt{
	margin-top: 15px;
}

.freebet{
	height: auto !important;
	background-size: auto 100%;
}

.text-col-left{
	padding-left: 15px;
}

.text-col-right{
	padding-right: 15px;
}

.btn-box-blue{
	padding-left: 15px;	
	padding-right: 15px;
}

.box-grey{
	padding-left: 15px;	
	padding-right: 15px;
}

.box-darkblue{
	padding-left: 15px;	
	padding-right: 15px;
}

.box-turquoise{
	padding-left: 15px;	
	padding-right: 15px;
}

.about-box{
	padding-left: 15px;	
	padding-right: 15px;
}

.box-background-img{
	padding-left: 15px;	
	padding-right: 15px;
}

.box-pad{
	padding-left: 15px;	
	padding-right: 15px;
}

.osm-container{
	padding-left: 5px;	
	padding-right: 5px;
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 1200px) {

.banner-homepage{
	background-image: url(https://www.southdownsracing.com/images/banners/homepage/banner-mobile.jpg) !important;
	background-repeat: no-repeat;
}

.hp-banner-txt{
	max-width: 100%;
	padding-top: 175px;
}

.landing-page-banner .hp-banner-txt{
    padding-top: 150px;
}	

.banner-section{
	float: none;
	display: inline-block;
	padding-top: 0px;
	max-width: 100%;
}

.landing-page-banner .banner-section{
	float: left;
	width: 100%;
	padding-top: 0px;	
	text-align: center;
}

.moduletablelanding-page-form{
	float: none;
	display: inline-block;
}

.banner-testimonial{
	float: left;
	text-align: center;
	width: 100%;
	padding-top: 25px;
}

.banner-section img{
	float: none;
}

.banner-bottom-heading{
	float: none;
	display: inline-block;
}

.banner-testimonial .testimonial-box{
	float: none;
	display: inline-block;
}

.bookie-banner .banner-txt{
	padding-top: 50px;

}

.bookie-banner{
min-height: 0px !important;
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 1150px) {



.landing-page-banner .hp-banner-txt{
    padding-top: 30px;
}	

#wrapper{
	float: left;
	width: 100%;
	overflow: hidden;
}


.slicknav_menu{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 50px;
	z-index: 1;
}

#logo{
	padding-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 0px;
}

#logo img{
	float: none;
}

#header{
	height: auto;
	padding-bottom: 15px;
	background: #111d33;
}

#nav{
	display: none;
}

.clicked{
	background: #111d33 !important;
	z-index: 3 !important;
}

#header{
	position: relative;
}

/*#logo{
	position: absolute;
	top: 0px;
	left: 5px;
	z-index: 1;
}*/

#header-box-top{
	float: left;
	display: inline-block;
	margin-right: 0px;
	width: 85%;
}

#menu{
	float: left;
	width: 100%;
	display: inline-block;
	webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	padding-right: 100px;
	z-index: 99999;
}

#header-phone{
	float: left;
	padding: 0px;
	padding-top: 5px;
	padding-left: 15px;
	width: 100%;
	text-align: left;
	font-size: 20px;
	font-weight: 600;
}

#header-phone a{
	font-weight: 600;
}

a.header-login{
	float: left;
	transform: skewX(20deg);
}

a.header-login > span{
	transform: skewX(-20deg) !important;
}

a.sign-up{
	float: left;
	transform: skewX(20deg);
}

a.sign-up > span{
	transform: skewX(-20deg) !important;
}

.step-box-container{
	text-align: center;
}

.step-box{
	float: none;
	display: inline-block;
	margin-bottom: 15px;
}

.item-page .page-header{
	padding-top: 50px;
	padding-left: 15px;
	padding-right: 15px;
	height: auto;
}

.shrink{
	
	height: auto !important;
}

.shrink #logo{
	
	padding-top: 7px;
}

.shrink #logo img{
	width: 285px !important;
}

.shrink #nav{
	display: none;
}

.shrink #header-box-top{
	padding-bottom: 1px !important;
}

.shrink a.header-login{
	padding-top: 8px;
	padding-bottom: 8px;
}

.shrink a.header-logout{
	padding-top: 8px;
	padding-bottom: 8px;
}

.shrink a.sign-up{
	padding-top: 8px;
	padding-bottom: 8px;
}

.shrink #header-phone{
	padding-top: 2px;
}

.hp-banner-txt{
	max-width: 100%;
	padding-top: 50px;
}

.btn-with-txt span{
	max-width: 100%;
	width: 100%;
	padding-right: 0px;
}

.btn-with-txt .btn{
	float: none;
	display: inline-block;
}

.affiliate-box{
	width: 100%;
	padding: 25px;
	border-bottom: 1px solid #111d33;
	min-height: auto !important;
}

.affiliate-box-border{
	border-left: 0px solid #111d33;
}

.affiliate-text{
	text-align: left;
}

.affiliate-box-grey{
	background-color: transparent;
}

.affiliate-box:nth-of-type(odd) {
	background-color: #efefef !important;
}
/*
.iframewrapper{
	padding-bottom: 0%; 
    min-height: 90px;
}
	
.iframewrapper iframe{
	position: static;
	height: auto;
}*/

.affiliate-box img{
	max-width: 640px;
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 1000px) {

.banner{
	background-position: left !important;
	min-height: 470px;
}



#logo{
	width: 100%;
	text-align: center;
	padding-top: 0px !important;
}

.shrink #logo{
	padding-top: 0px !important;
}	

#logo img{
	float: none;
}

#menu{
	padding-bottom: 0px;
}

.banner-txt{
	padding-top: 75px;
}


.box-grey{
	width: 100%;
	height: auto;
	min-height: auto;

}

.freebet .banner-txt::before{
	display: none;
}

.freebet .banner-txt::after{
	display: none;
}

.result-table{
	display: inline-block;
	width: 100%;
	overflow-x:auto;
	height: auto;

}

#tablepress-1{
	float: none;
	display: inline-block;
}

.intro{
	padding: 15px;
}

.signup-left{
	width: 100%;
}

.signup-right{
	width: 100%;
}

.payment-methods .os_paypal{
    position: absolute;
    left: 250px;
    top: 80px;
}

.signup-right .btn-primary{
	max-width: 300px !important;
}

a.toggle{
	margin-left: 15px;
}

.icons-container{
	padding-left: 15px;
	padding-right: 15px;
}

.box-pad-tb{
	padding-left: 15px;
	padding-right: 15px;
	webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.box-overlay-right{
	width: 100%;
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 900px) {

.box-testimonial .testimonial-box{
	width: 100%;
	text-align: center;
    padding-left: 40px;
	background-size: 30px;
}

.box-testimonial .testimonial-box .quote-box-container{
	text-align: center;
    padding-right: 40px;
	background-size: 30px;
}

.box-testimonial .testimonial-box img{
	float: none;
	margin-right: 40px;
}

.box-testimonial .testimonial-box p{
	font-size: 22px;	
	line-height: 25px;
}

.box-testimonial .testimonial-box span{
	float: none;
	display: inline-block;
	padding: 0px;
	width: 100%;
	padding-right: 40px;
	webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.form-field{
	padding-bottom: 12px;
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 800px) {

.payment-methods .os_paypal{
    position: absolute;
    left: 0px;
    bottom: auto;
    top: 140px;
}

#osm-payment-method-list{
    margin-bottom: 75px!important;
}

.text-col-left{
	width: 100%;
	padding-right: 15px;
}

.text-col-right{
	width: 100%;
	padding-left: 15px;
}


.services{
	width: 50%;
}

.hp-banner-txt{
	padding-top: 50px;
}

.banner{
	padding-left: 15px;
	padding-right: 15px;
	webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.hp-banner-txt span{
	font-size: 50px;
	line-height: 50px;
}

.hp-banner-txt span strong{
	font-size: 50px;
	line-height: 50px;
}

.icons-container img{
	height: 150px;
}

.icon-box{
	height: 170px;
}

.icons-container a:hover img{
	height: 160px;
}

.box-info{
	height: auto;
	min-height: auto;
	padding: 25px;
}

.box-signup{
	height: auto;
	min-height: auto;
	padding: 25px;
}

.banner-short{
	height: auto;
}

.banner-bottom-heading{
	padding-top: 15px;
}

.bookie-banner .banner-txt-service-page h1{
	font-size: 35px;
}

}


/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 700px) {

.payment-methods .os_paypal {
    top: 170px;
}

.affiliate-box{
	padding: 10px;
}

.affiliate-text span{
	float: left;
	width: 100%;
}



.box3{
	width: 100%;
}

.box2{
	width: 100%;
}

.box4{
	width: 50%;
}

.box-darkblue h2{
	margin: 0px;
	float: none !important;
	display: inline-block;
}

.box-img{
	padding-top: 0px;
}

.copyright{
	float: left;
	width: 100%;
	padding-top: 20px;
}

.footer-info span{
	width: 100% !important;
}

#header{
	text-align: center;
}





.banner-bottom img{
	margin-left: 15px;
}

.box-overlay-right{
	width: 100%;
}

.box-pad-tb{
	padding: 15px !important;

}

.service-header{
	height: auto;
	padding: 15px;
	background-position: center bottom;
	text-align: center;
}

.box-overlay-right span{
	width: 100%;
	text-align: center;
}

.box-overlay-right h2{
	width: 100%;
	text-align: center;
}

.box-overlay-right img{
	float: none;
	margin-right: 0px;
}

.service-content{
	padding: 15px;
}

.box-background-img p{
	max-width: 100%;
}


}


/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 600px) {


#testimonial-container .testimonial-box p.testimonial-txt{
background-size: 40px;
padding-right: 60px;
font-size: 25px;
    font-weight: 400;
    line-height: 30px;
}

#testimonial-container .testimonial-box p{
font-size: 20px;
    line-height: 25px;
}

#testimonial-container .testimonial-box p.author{
	padding-right: 0px;
    margin-left: -60px;
}

#testimonial-container .testimonial-box{
background-size: 40px;
padding-left: 60px;
}

.banner-bottom-heading{
	text-align: center;
}

.banner-bottom-heading h3{
	float: none;
	border: none;
	padding: 0px;
}

.banner-bottom-heading span{
	float: none;
	width: auto;
	max-width: 320px;
	font-size: 22px;
}	

.testimonial-box{
	width: 100%;
    padding-left: 40px;
    background-size: 30px;
}

.testimonial-box .quote-box-container{
    padding-right: 40px;
    background-size: 30px;
}

.testimonial-box p{
	font-size: 30px;
	line-height: 30px;
}

#menu{
	max-width: 100%;
	padding-right: 0px;
}



.box-overlay-right .form-field{
	width: 50%;
}

.box-pad{
	padding: 15px;
}

.explode{
	float: none;
	margin: 0px;
}

.box-img{
	text-align: center;
	overflow: hidden;
}

.box-grey{
	height: auto;
	min-height: auto;
	padding-bottom: 0px !important;
	padding-top: 0px !important;
}


.btn-box{
	text-align: center;
}

.btn-box .btn{
	float: none;
	display: inline-block;
}

.btn-box .btn-line{
	float: none;
	display: inline-block;
}


}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 450px) {



.affiliate-text a.btn{
	width: 100%;
	text-align: center;
	margin-top: 5px;
	webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	margin-bottom: 15px;
}


.box4{
	width: 100%;
}

.banner-bottom .box4{
	width: 100%;
}	

.box-overlay-right .form-field{
	width: 100%;
}

.freebet .banner-txt{
	background-size: cover;
}

#freebet-txt{
	width: 100%;
	padding-bottom: 0px;
}

#freebet-form{
	width: 100%;
}

.form-field-row{
	padding-bottom: 0px;
}

.form-field{
	width: 100%;
    margin-right: 0px;	
	margin-bottom: 0px;
}

.form-field-wide{
	float: left;
	width: 100%;
    margin-right: 0px;	
	margin-bottom: 15px;
}

.contact-box-form .form-field{
	padding-bottom: 15px;
}

#popup-box{
	margin-top: 10px;
	width: 70%;
	max-width: 300px;
	padding: 10px;
}

#popup-box input{
	width: 100%;
    font-weight: 400;
	webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

#popup-box h1{
	font-size: 30px;
	line-height: 30px;
}

#popup-box .btn{
	width: 100%;
	webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

#popup-box .acymailing_form input{
	width: 100%!important;
}




}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 387px) {

.payment-methods .os_paypal {
    top: 190px;
}


}
