body.splash{
	font-family: 'Roboto Condensed', sans-serif;
	-webkit-text-size-adjust: none;
	background: url(//boylesports.azureedge.net/splash/LP_generic_sports_imagery.jpg) no-repeat fixed;
	font-size: 11px;
	/* height: 100%; */
	/* width: 100%; */
	/* background: #FFFFFF; */
	background-size: cover;
}

html, body {
	height: 100%;
	width: 100%;
	/* background: url(../images/paris_bg.jpg) no-repeat fixed; */
}


h1 {
	font-size: 2.8em;
	margin: 0;
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 0.85;
	color: #FFFFFF;
}

 @font-face {
    font-family:'Entypo';
    src: url('../fonts/entypo.eot');
    src: url('../fonts/entypo.eot?#iefix') format('embedded-opentype'), url('../font/entypo.woff') format('woff'), url('../fonts/entypo.ttf') format('truetype'), url('../fonts/entypo.svg#Entypo') format('svg');
    font-weight: normal;
    font-style: normal;
}

.sign-up { float: left; width: 100%;}

.scroll-down-arrow { 
    color: #fff; 
    font-size: 1.7em; 
    text-transform: uppercase; 
    margin-bottom: 15px;
}

    .scroll-down-arrow span {
        position: relative;
        display: inline-block;
        padding-bottom: 40px;
    }

    .scroll-down-arrow span:after {
        content: '';
        position: absolute;
        top: 30px;
        left: 53px;
        width: 30px; 
        height: 30px;
        background: url('//boylesports.azureedge.net/sportsbook-images/icon-splash-scroller.png') center center no-repeat;
        background-size: 30px;
        -moz-background-size: 30px;
        -webkit-background-size: 30px;
    }

.margin-top-10 { margin-top: 10px; }
.center { text-align: center }
.float-left { float: left }

.tagline h3 {
    font-size: 1.5em
}

.section-why-choose { 
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.9em;
    text-align: center;
    border-top: 1px solid #466798
}

.section-list,
.section-list.promo-one,
.section-list.promo-one img { max-height: 864px; height: 864px; }

    .section-list.promo-two { 
        background: url('//boylesports.azureedge.net/sportsbook-images/img-splash-choose-02.jpg') center top no-repeat;
        background-size: 100% 50%;
        -moz-background-size: 100% 50%;
        -webkit-background-size: 100% 50%;
    }

.section-why-choose .promo-two-a {
    width: 100%;
    padding: 20px;
}

.promo-two-a span { display: block; font-size: 1.9em; line-height: 1em; }

.promo-two-a,
.promo-two-b .half { height: 432px; max-height: 432px; }

.section-why-choose .promo-two-b div.half {
    padding: 30px 20px;
}

.section-why-choose h3 {
    font-size: 2em;
    letter-spacing: 0;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 17%;
}

.half { width: 50%; } /* no margin or padding */
    .half img { width: 100%; }
    .half img.extra { width: 60%; margin-top: 5% }
    .half img.acca { width: 60%; margin-top: 5%; }
    .half.red span { font-size: 1.5em; line-height: 1em; }
    .boylextra span { display: block;}

/* colors */
.sky-blue { background: #0096db }
.text-blue { color: #79b8e0 }
.red { background: #be0000 }
.dark-blue { background: #061e5c }



@media only screen and (min-height: 1000px) {
	h1 {
		font-size: 4em;
	}
}

h2.sign-up-text {
	font-size: 1.2em;
	color: #fff;
}

h2 {
	/*font-size: 4em;*/ 
    font-size: 2.5em;
	margin: 0;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: #FFFFFF;
	padding: 0 0 5px 0;
}

h3 {
	/*font-size: 1.7em;*/
    font-size: 1.5em;
	margin: 0;
	font-weight: 400;
	letter-spacing: -0.01em;
	color: #FFFFFF;
}

p {
	font-size: 1.2em;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	font-weight: 300;
}

a:focus, a:active {
	outline: none;
	border: 0;
	text-decoration: none;
}

button:focus, button:active {
	outline: none;
	border: 0;
	text-decoration: none;
}

.header {
	padding: 20px 0 0 0;
	margin: 0;
}

.logo img {
	border:none;
	outline:none;
	width: auto;
	height: auto;
	margin: 4px 20px 0 0;
	float: left;
}

.tc{
	color: #fff;
	font-size: 13px;
}

.tc:hover{
	color: #fff;
	text-decoration: underline;
}

/* Footer */
.footer-bottom{
	background: #001f60;
	padding: 5px 0px;
}

.footer-logo{
	text-align:left;
	padding-top: 5px;
}

.footer-bottom-links ul{ 
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 32px;
	display: table;
}

.footer-bottom-links ul li{
	display: table-cell;
	vertical-align: middle;
}

.footer-bottom-links ul li a{
	color: #fff;
	font-size: 12px;
	border-right: 1px solid #fff;
	text-align: center;
	padding: 0px 10px;
	display: block;
}

.footer-bottom-links ul li:last-child a{
	border-right: 0px;
}

.license img {
    margin-bottom: 10px;
}

/* Large Footer Social Media */

.social-links ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	height: 32px;
	display: table;
	float: right;
	
}

.social-links ul li {
	display: table-cell;
	vertical-align: middle;
	padding: 0px 3px;
	
}

.social-links ul li a{
	display: block;
	width: 25px;
	height: 25px;
	
}

.social-links ul li a span{
	display: none;
}

.social-links ul li a.facebook{
	    background: url('../img/sprite-social.png') no-repeat 0 -26px;
}

.social-links ul li a.twitter{
	    background: url('../img/sprite-social.png') no-repeat 0 -88px;
}

.social-links ul li a.youtube{
	    background: url('../img/sprite-social.png') no-repeat 0 -148px;
}


/* Small Footer Social Media */

.sm-social-links ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	height: 32px;
	display: table;
	
}

.sm-social-links ul li {
	display: table-cell;
	vertical-align: middle;
	padding: 0px 3px;
	border-bottom: 0px;
	
}

.sm-social-links ul li:first-child{
	border-top: 0px;
}

.sm-social-links ul li:last-child, .sm-social-links ul li:last-child a{
	border-bottom: 0px;
}

.sm-social-links ul li a{
	display: block;
	height: 25px;
	padding-left: 25px;
	border-top: 0px;
	vertical-align: middle;	
}

.sm-social-links ul li a span{
	display: block;
	vertical-align: middle;	
}

.sm-social-links ul li a.facebook{
	    background: url('../img/sprite-social.png') no-repeat 0 0px;
}

.sm-social-links ul li a.twitter{
	    background: url('../img/sprite-social.png') no-repeat 0 -62px;
}

.sm-social-links ul li a.youtube{
	    background: url('../img/sprite-social.png') no-repeat 0 -120px;
}


footer {
    min-width: 100%;
    border-top: 6px solid #eeedf2 !important;
    background: #e2e1e6;
    padding-top: 20px !important;
	padding-bottom: 20px !important;
}
footer h6 {
    display: block;
    color: #0445a1;
    font: 20px 'PT Sans', Arial, sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 0 0 10px 0;
}
footer ul {
    margin: 0;
    padding: 0;
}
footer ul li:first-child {
    border-top: 1px solid #bfbec3;
}
footer ul li:last-child {
    border-bottom: 1px solid #eaeaec;
}
footer ul li:last-child a {
    border-bottom: 1px solid #bfbec3;
}
footer ul li {
    list-style: none;
    font: 12px PT Sans, Arial, sans-serif;
    border-bottom: 1px solid #bfbec3;
/*    border-top: 1px solid #fbfaff;*/
}
footer ul li a {
    color: #000;
    display: block;
    padding: 7px 0px 5px 15px;
    border-top: 1px solid #eaeaec;
}


footer .useful-links ul li {
    margin-right: 25px;
}

footer section.useful-links div.box{
	width: 25%;
}

footer[data-icon]:before {
    font-size: 40px;
    font-family: PT Sans, Arial, sans-serif;
    font-weight: bold;
    line-height: 0;
    color: #0445a1;
    padding-top: 5px;
}

.boyle-licensed-txt {
    font-size: 11px;
    width: 300px;
    padding-top: 10px;
}

.boyle-licensed-txt a {
    display: inline;
    color: #7f7f7f !important;
    text-decoration: underline;
}

[data-icon]:before {
    float: left;
    font-family:'Entypo' !important;
    content: attr(data-icon);
    line-height: 0;
    padding-top: 0;
    speak: none;
    -webkit-font-smoothing: antialiased;
}

.data-icon-fix {
    position: relative;
    width: 8px;
    left: -8px;
    top: 3px;
    height: 12px;
    font-size: 20px;
    display: inline-block;
}

.we-accept{
	float: right;
}

.we-accept img {
	max-width: 100%;
}



@media only screen and (max-width : 1250px) {

	footer section.useful-links div.box{
		width: 33%;
	}
	
	.we-accept, .license{
		padding-top: 20px;
	}
	
	.we-accept{
		float: none;
	}
	
	
	
	
}

@media only screen and (max-width : 900px) {


	
	.sm-social-links{
		margin-top: 10px;
	}
}


@media only screen and (min-width :640px) and (max-width :786px) {

	.footer-logo{
		padding-top: 10px;
		text-align: center;
	}

	.footer-bottom-links  ul{
		float: none!important;
		margin: 0 auto;
	}
	
	
	.footer-bottom-links ul li a{
		color: #fff;
		font-size: 12px;
		border-right: 1px solid #fff;
		text-align: center;
		padding: 0px 5px;
		display: block;
	}
	
	.social-links{
		float: none!important;
		text-align: center;
	}
	
	.social-links ul {
		float: none!important;
		padding-top: 10px;
		padding-bottom: 10px;
		margin: 0 auto;
	}
	
	footer section.useful-links div.box{
		width: 33.3333%;
	}
	
	.step-info {
		width: 140px!important;
		padding-right: 0px;
		margin-right: 0px;
		font-size: 0.8em;
		
	}
	
	ol.steps-list > li > div.step-info > h3 > em{
		font-size: 0.8em;
	}
	
	ol.steps-list > li {
		float: left!important;
	}
	
	
	

}

@media only screen and (max-width : 600px){

    .section-list.promo-one, .section-list.promo-one img {
        max-height: 100% !important;
        height: 100% !important;
    }
	.footer-bottom-links ul{
		width: 100%;
	}

	.footer-bottom-links ul li{
		display: block;
		width: 100%;
	}
	
	.footer-bottom-links ul li a{
		border-right: 0px;
		border-bottom: 1px solid #fff;
		padding: 5px 0px;
		display: block;
		width: 100%;
		font-size: 15px;
	}
	
	.step-info {
		width: 100%!important;
		padding-right: 0px!important;
		font-size: 0.9em;
		margin-right: 0px;
		
	}
	
	ol.steps-list > li {
		float: none!important;
	}
	
	.footer-logo{
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center!important;
	}
}

.appstore-download {
    padding-left: 2px;
	padding-top: 15px;
	text-align:left;

}

.appstore-download img{
	width: 100px;
}
.enter-site {
    width: 160px;
    float: right;

}



@media only screen and (max-width : 420px) {

	.we-accept-con, .license-con {
		width: 100%!important;
		display: table;
	}
	
	ol.steps-list > li {
		float: none!important;
	}
	
	.step-info {
		width: 100%!important;
		padding-right: 15px;
		font-size: 0.9em;
		
	}
	

	
}



@media only screen and (min-width : 480px) {
	
	.logo img {
	border:none;
	outline:none;
	width: auto;
	height: auto;
	margin: 4px 20px 0 0;
	float: left;
}
	
}

.tagline {
	text-transform:uppercase;
	border-left:1px #FFF solid;
	display: none;
	padding: 10px 0 10px 20px;
	margin: 10px 0 0 0;
	float: left;
}

.tagline h3 {
	font-weight:700;
}


@media only screen and (min-width : 992px) {
	.tagline {
		display: inline-block;
	}
}



.steps-centred {display: inline-block;}

    .enter-site .bet-btn a.btn {
        padding: 5px 0px;
		font-size: 1.5em;
		margin: 6px 0 6px -10px;
		width:100%;
    }

.login-btn-back {
	background: none;
	color:#FFFFFF;
	border-radius:5px;
	font-weight:300;
	display: inline-block;
	float: right;
	padding: 0;
	margin-top: 5px;
}

.login-btn-back p {
	display: none;
	float: left;
	padding: 3px 10px;
	margin: 0;
}

.login-btn a{
	background-color: #f57b06;
	background: -webkit-linear-gradient(#fc9a20, #f27101); 
	background: -o-linear-gradient(#fc9a20, #f27101); 
	background: -moz-linear-gradient(#fc9a20, #f27101); 
	background: linear-gradient(#fc9a20, #f27101);
	font-weight:600;
	color:#FFFFFF;
	font-size:13px;
	text-align:center;
	text-shadow: 0px -1px 0px #666666;
	padding:4px 12px;
	border-radius:4px;
	text-transform:uppercase;
	display: inline-block;
	float: right;
	-webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2);
}

.login-btn a:hover, .login-btn a:focus, .login-btn a:active{
	color:#FFFFFF;
	text-decoration:none;
	background:#f47804;
}

@media only screen and (min-width : 480px) {
    .login-btn-back {
		background: rgba(0, 21, 71, 0.7);
		padding: 7px;
		margin-top: 5px;
	}

	.login-btn-back p {
		display: inline-block;
	}

	.login-btn a{
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
}

.page {
	/* min-height: auto; */
	/* background: url(../images/LP_generic_sports_imagery.jpg) no-repeat center center fixed; */
	/* -webkit-background-size: cover; */
	-moz-background-size: cover;
	-o-background-size: cover;
	/* background-size: cover; */
}

@media only screen and (min-width : 768px) {
	.page {
		/* background: url(../images/LP_generic_sports_imagery.jpg) no-repeat left top fixed; */
		/* -webkit-background-size: cover; */
		-moz-background-size: cover;
		-o-background-size: cover;
		/* background-size: cover; */
	}

}

@media only screen and (min-width : 1200px) {
	.page {
		/* min-height: 1020px; */
	}

}

.offer-container {
  padding: 50px 0 50px 0;
}

@media only screen and (min-width : 768px) {
	.offer-container {
	  padding: 45px 0 30px 0;
	}
}

@media only screen and (min-width : 1200px) {
	.offer-container {
	  padding: 40px 0 40px 0;
	  overflow: auto;
	}
}

.offer {
	display: block;
	vertical-align: none;
	position: relative;
}

.new-offer{
	background:#c81516;
	padding:8px 17px;
	display: inline-block;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius:10px;
	text-transform:uppercase;
}

.new-offer h3 {
	font-size: 1em;
	font-weight: 700;
}

@media only screen and (min-width : 768px) {
	.new-offer h3 {
		font-size: 1.2em;
	}
}

	.main-offer {
	border-bottom:2px #FFFFFF solid;
	border-top:2px #FFFFFF solid;
	padding:10px 0;
	text-transform:uppercase;
	display: inline-block;
	text-align:center;
	width: 100%;
}
.secondary-offer {
	background: rgba(0, 21, 71, 0.7);
	padding: 30px;
	margin: 20px;
}
.secondary-offer-one {
	background: rgba(0, 21, 71, 0.7);
	padding: 30px;
	margin: 20px;
	text-align: center;
}

.secondary-offer-two {
	background: rgba(0, 21, 71, 0.7);
	padding: 30px;
	margin: 20px;
	text-align: center;
}
.secondary-offer-one h4 {
	font-size: 1em;
	display: block;
	float: right;
	position: relative;  
}
.secondary-offer-two h4 {
	font-size: 1em;
	display: block;
	float: right;
	position: relative;  
}

	.main-offer h1 {
	font-size: 4em;
	line-height: 1;
	margin-bottom: 5px;
}

.main-offer h2 {
	font-size: 1.5em;
	line-height: 1;
}

/*@media only screen and (max-width : 1862px) {

    .main-offer:before {
        right: 20.5%;
        font-size: 34px;
    }
	
	
	.main-offer h1 {
		font-size: 8.1em;
		line-height: 0.9;
		margin-bottom: 5px;
	}
	.main-offer h2 {
		font-size: 4.1em;
		line-height: 1;
		letter-spacing: -0.01em;
	}

}	

@media only screen and (max-width : 1680px) {
    .main-offer:before {
        right: 23.5%;
        font-size: 30px;
        padding: 0 5px;
    }
}
	
@media only screen and (max-width : 1575px) {

    .main-offer {
        padding-bottom: 22px !important;
    }

    .main-offer:before {

        font-size: 30px;
        padding: 0 5px;
    }

	.main-offer h1 {
		font-size: 7.1em;
		line-height: 0.9;
		margin-bottom: 5px;
	}
	.main-offer h2 {
		font-size: 3.6em;
		line-height: 1;
		letter-spacing: -0.01em;
	}

}

@media only screen and (max-width : 1400px) {
    .main-offer:before {
        right: 17%;
    }

}

@media only screen and (max-width : 1440px) {
    .main-offer:before {
        right: 19%;
    }

    .section-list,
    .section-list.promo-one,
    .section-list.promo-one img { max-height: 646px; height: 646px; }

    .promo-two-a, .promo-two-b .half {
        max-height: 323px; 
        height: 323px;
    }


    .section-why-choose h3 { margin-top: 8%; }
    .half img.extra { margin-top: 0;}
    .boylextra span { font-size: 0.8em; }
    .promo-two-a span { font-size: 1.2em; }

}

@media only screen and (max-width : 1392px) {

	.main-offer h1 {
		font-size: 6.1em;
		line-height: 0.9;
		margin-bottom: 5px;
	}
	.main-offer h2 {
		font-size: 3.1em;
		line-height: 1;
		letter-spacing: -0.01em;
	}

}*/

@media only screen and (max-width : 1366px) {
    .promo-two-a span {
        font-size: 1.4em
    }
}


@media only screen and (max-width : 1280px) {
    .main-offer:before {
        right: 16%;
    }

}

@media only screen and (min-width : 480px) {
	.main-offer h1 {
		font-size: 9em;
		line-height: 0.9;
		margin-bottom: 5px;
	}
	.main-offer h2 {
		font-size: 3em;
		line-height: 1;
	
	}
}
	
	

	.bet-btn a.btn{
		margin: 15px 0;
		font-size:2em;
		font-weight:600;
		text-align:center;
		color:#FFFFFF;
		background-color: #44a800;
		background:-webkit-linear-gradient(#5bbb00, #379d00); 
		background:-o-linear-gradient(#5bbb00, #379d00); 
		background:-moz-linear-gradient(#5bbb00, #379d00); 
		background:linear-gradient(#5bbb00, #379d00);
		text-shadow: 0px -1px 0px #666666;
		border-radius:5px;
		text-transform:uppercase;
		-webkit-box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.2);
		box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.2);
		padding: 5px 0;
		display: block;
	}

	.bet-btn a.btn:hover, .bet-btn a.btn:focus, .bet-btn a.btn:active{
		color:#FFF;
		text-decoration:none;
		background:#379d00;
	}

	@media only screen and (min-width : 480px) {
		.bet-btn a.btn{
			display: inline-block;
			padding: 14px 100px;
			font-size:3em;
			float: right;
		}
	}

	.steps {
		/* background: #042168; */
		/* display: block; */
		padding: 20px 0 0 0;
		height: auto;
		background: rgba(0, 21, 71, 0.6);
	}

	@media only screen and (min-width : 1200px) {
		.steps {
			/*height: 190px;
			margin-bottom: 15px;*/
			/* background: rgba(0, 21, 71, 0.6); */
		}
	}

	.step-number {
		background:#c81516;
		text-align:center;
		color:#FFF;
		padding: 10px 15px;
		margin-right:10px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topright: 5px;
		border-top-right-radius: 5px;
	}

.step-number h3 {
	font-size: 1em;
}

.step-info {
	width: 100%;
	padding-right: 0;
	text-align: left;
}

.step-info h3 {
	font-size: 1.3em;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 700;
}

ol.steps-list {
    list-style: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
     
    margin: 0;
    padding: 0;
     
   
}
ol.steps-list > li{
    position: relative;
    margin-bottom: 10px;
    float: left;
    height: 150px;
}

ol.steps-list > li:before {

}

ol.steps-list > li > div.step-info {
	width: 255px;
	padding-right: 15px;
}

ol.steps-list > li > div.step-info > h3 {
	border-bottom: 1px solid #fff;
	line-height: 12px;
	font-size: 2.2em;
}

ol.steps-list > li > div.step-info > h3 > span {
    display: inline-block; 
	text-align:center;
	width: 46px;
	height: 36px;
	color:#FFF;
	padding: 5px 5px;
	margin-right:10px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	font-weight: 600;
	font-size: 1.5em;
	background-size: 1024px;
}

ol.steps-list > li > div.step-info > h3 > span > i {
	background-size: 226px !important;
	width: 40px;
	height: 27px;
	display:block;
	position:relative;
	bottom: 2px;
}

ol.steps-list > li > div.step-info > h3 > span.vegas {
	background: #0898da;
}

ol.steps-list > li > div.step-info > h3 > span.vegas > i {

	background:url('../img/sprite-sports-icon.png') -3px -1px no-repeat
}

ol.steps-list > li > div.step-info > h3 > span.games{
	background: #ec8400;
}
ol.steps-list > li > div.step-info > h3 > span.games > i{
    background:url('../img/sprite-sports-icon.png') -192px -1px  no-repeat
}

ol.steps-list > li > div.step-info > h3 > span.casino{
	background: #c91517;
}

ol.steps-list > li > div.step-info > h3 > span.casino > i{
    background:url('../img/sprite-sports-icon.png') -52px -1px  no-repeat
}

ol.steps-list > li > div.step-info > h3 > span.bingo{
	background: #a24a9e;
}

ol.steps-list > li > div.step-info > h3 > span.bingo > i{

	background:url('../img/sprite-sports-icon.png') -98px -1px  no-repeat
}

ol.steps-list > li > div.step-info > h3 > span.poker{
	background: #9ca6af;
}

ol.steps-list > li > div.step-info > h3 > span.poker > i{

	background:url('../img/sprite-sports-icon.png') -145px -1px  no-repeat
}

ol.steps-list > li > div.step-info > h3 > em {
	font-style: normal;
	position:relative;
	bottom: 7px;
	left: -5px;
}

ol.steps-list > li > div.step-info > p {
	font-size: 1.3em;
	text-transform: uppercase;
}


ol.steps-list > li > div.step-info > a{
	border-radius:5px;
	-webkit-border-radius:5px;
	background: rgba(0, 21, 71, 0.5);
	border: 1px solid #1c498a;
	width: 125px;
	padding: 8px 0px;
	display:block;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.4em;
}

ol.steps-list > li > div.step-info > a:hover{
	background-color: #44a800;
	background:-webkit-linear-gradient(#5bbb00, #379d00); 
	background:-o-linear-gradient(#5bbb00, #379d00); 
	background:-moz-linear-gradient(#5bbb00, #379d00); 
	background:linear-gradient(#5bbb00, #379d00);
	text-decoration: none;
}


@media only screen and (max-width : 1024px) {
    .step-info {
        width: 100%;
		padding-right: 15px;
		font-size: 1em;
	}
	
	.step-info p{
		font-size: 1.3em!important;
	}

    .section-list.promo-two {
        max-height: 100%;
        height: 100%;
    }

    .section-list.half,
    .section-list.half img,
    .section-why-choose .promo-two-b div.half { 
        width: 100%;
    }

    .section-why-choose h3 { margin-top: 5%; }

    .half img.acca { width: 245px !important; margin-top: 7%; }

    .half img.extra { width: 200px !important;}

}



/*@media only screen and (min-width : 1200px) {

}

@media only screen and (min-width : 1500px) {


}*/




ul.footer-links {
	list-style-type: none;
	margin: 0;
	padding: 10px 0 10px 0;
	display: inline-block;
}


/* Modal Custom Style */

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
  padding: 20px;
}

.modal-content h1, .modal-content h2, .modal-content h3, .modal-content h4 {
	color: #001c61;
	letter-spacing: 0;
	padding: 10px 0;
	text-transform: uppercase;
}

.modal-content h3 {
	font-weight: 700;
}

.modal-content p, .modal-content a {
	color: #001c61;
	letter-spacing: 0;
	padding-bottom: 2px;
	line-height: 1.8;
}

@media only screen and (max-width : 768px) {
.logo img {
		width: 230px;
		height: auto;
		
	}
	
	}

@media only screen and (max-width : 480px){
	footer section.useful-links div.box{
		width: 100%;
		margin-bottom: 10px;
	}
	.enter-site  {
		margin-left: 150px;
		}
		.enter-site .bet-btn a.btn { margin: 6px 0px 6px 0px;}
	.step-info, .steps-list, .steps-centred { width: 100%; display: block;}
	.we-accept img
	{
		max-width: 100%;
	}
	.bet-btn { text-align:center;}
	.appstore-download { text-align:center;}
	.we-accept, .license {
		width: 100%!important;
		float: none;
		display: block;
	}
	
	.footer-logo{
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center!important;
	}
	h2 {
	font-size: 2.3em;
	margin: 0;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: #FFFFFF;
	padding: 0 0 5px 0;
}
	
}
@media only screen and (max-width : 1200px) {
.secondary-offer {
	margin: 20px 0px 0px 0px;
}
}












