html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: sans-serif;	
	box-sizing: border-box;
}

html, body, div, p, span,
header, hgroup, footer, nav, menu, article, section, aside,
h1, h2, h3, h4, h5, h6,
a, img, strong, b, em, i, u,
ol, ul, li, dl, dt, dd, 
table, caption, tbody, tfoot, thead, tr, th, td,
form, fieldset,  label, legend,
object, iframe, embed, 
audio, video, summary, details,  canvas,
figure, figcaption,
blockquote, q, big, small, sub, sup, 
pre, abbr, acronym, address, cite, code,
del, dfn, ins, kbd, s, samp, strike, tt, var,
output, applet,  
mark, time  {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
}

*, 
*:before, 
*:after,
input[type="checkbox"],
input[type="radio"]  {
  box-sizing: inherit;
}

img,
pre,
embed,
video,
iframe,
object,
input,
select,
textarea {
	max-width: 100%;
}

img,
iframe {
	height: auto;
}

pre,
textarea {
	overflow: auto;
}

[hidden],
template {
	display: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

em, i, 
.itlc {
	font-style: italic;
}

input {
	line-height: normal;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
a, .quick-navi:hover, .quick-navi:active, .blue-box:hover, #faq .more:hover{cursor: pointer;}
.container{
	max-width:1150px;
	display:block;
	margin:0 auto;
	overflow: hidden;
}
/* ## ----- Floats and Clears -----  ## */

.alignleft {
	float: left;
	margin-right: 1.5rem;
}

.alignright {
	float: right;
	margin-left: 1.5rem;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.center, .content .center p{text-align:center;}
.clear:after {
	content: "";
	display: table;
	clear: both;
}

.float-in > * {
	float: left
}
.img-responsive{max-width:100%;display:block;height:auto;}
.img-border{
	border: solid 1px #ccc;
    -moz-box-shadow: 4px 5px 9px #11111163;
    -webkit-box-shadow: 4px 5px 9px #11111163;
    box-shadow: 4px 5px 9px #11111163;
    border-radius: 5px;
}

/*--------------------------------------------------------------
# Inputs, Buttons, Selects
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input::placeholder {
    color: #ccc;
    font-size: 14px;
    opacity: 1; /* Firefox */
}

input::-webkit-input-placeholder {
    color: #ccc;
    font-size: 14px;
}

input:-ms-input-placeholder {
    color: #ccc;
    font-size: 14px;
}

input::-ms-input-placeholder {
    color: #ccc;
    font-size: 14px;
}

select {
	border: 1px solid #ccc;
}

/* ## ----- Content -----  ## */

body {
	min-width:320px;
	color: #000;
	font-size: 15px;
	line-height: 1.8;
	font-family: 'Lato', Arial, sans-serif;
	background: url(../img/pattern.png), #ededed;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
}


h1, h2, h3, h4, h5, h6{	
	margin: 10px 0;
	font-family: 'Suez One', serif;
	text-transform:uppercase;
	color:#003454;
	font-weight:normal;
}
h1{text-align:center;}
h2{	font-size:22px; text-align:center;}
h3{	font-size:20px;}
ul {list-style: none;}
ol {list-style: decimal;list-style-position: inside;}
header{background-color:#003454;}

a {color:#0072bc;text-decoration:none;}
a:hover {color: #00aeef;}
a:hover, a:active {outline: 0;}


#logo {	float:left; padding:10px 12px;}
.demo{background:#ccc;}
/*--------------------------------------------------------------
# Spacing
--------------------------------------------------------------*/
.bot10{margin-bottom:10px;}
.bot20{margin-bottom:20px;}
.bot30{margin-bottom:30px;}
.top10{margin-top:10px;}
.top20{margin-top:20px;}
.top30{margin-top:30px;}
/*--------------------------------------------------------------
# Grid
-----------------------------------------------------------------------------------*/
.row{width:100%; margin:0; padding:0; height:auto; display:block;}
.one-half, .one-third, .two-third, .one-quarter, .two-quarter, .three-quarter{display:inline-block; float:left; margin:0 0 0 1.06748466257669%; list-style:none; box-sizing:border-box;}
.one-half:first-child, .one-third:first-child, .two-third:first-child, .one-quarter:first-child, .two-quarter:first-child, .three-quarter:first-child{margin-left:0;}

.first{clear:left;}
.first, .nogutter{margin-left:0;}

.one-quarter{width:22.69938650306748%;}
.one-quarter.nogutter{width:25%;}
.one-third{width:32.5834355828221%;}
.one-third.nogutter{width:33.33333333333333%;}
.one-half, .two-quarter{width:49.46625766871166%;}
.one-half.nogutter, .two-quarter.nogutter{width:50%;}
.two-third{width:65.6441717791411%;}
.two-third.nogutter{width:66.66666666666666%;}
.three-quarter{width:74.23312883435584%;}
.three-quarter.nogutter{width:75%;}

/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/

#menu{	float:right;}
.main-nav .in-nav {
	background: #65686c;
	
}

.main-nav ul li,
.main-nav ul a{
	position: relative;
	display: inline-block;
}

.main-nav ul  {float: right;}
.main-nav ul a {
	padding: 25px 12px;
	color: #a4b1b8;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Suez One', serif;
	font-size:15px;
}

.main-nav ul a:hover, .main-nav li.active > a  {
	background: linear-gradient(to bottom, #467ea1, #065180);
	color:#fff;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.blue-box{
	background:#004d7d;
	margin-bottom: 10px;
    padding: 10px 10px 10px;
    line-height: 1.5;
}
.quick-navi {
	display:table;
	width:100%;
	margin:0 auto;
	padding-left: 15px;
}
.quick-navi a{
	color:#fff;
	overflow:hidden;
}
.one-half.blue-box{width:48.6%;	display:table-cell;}
.one-third.blue-box{width:32.2%; display:table-cell; min-height:100px; margin: 0 9px 10px 0;}
.blue-box:hover,.blue-box:active{
	background:linear-gradient(to bottom, #2d6c94, #024e7e);
}

a.one-third.blue-box.special{
	text-align: center;
	background: #f7c025;
}
a.blue-box.special:hover,a.blue-box.special:active{
	background:linear-gradient(to bottom, #fafad2, #f7c025);
}
.one-third.blue-box.special {
    text-align: center;
    background: #f7c025;
    position: relative;
}
.special .heading {
    position: relative;
    top: 25px;
}

@media only screen and (max-width: 779px) {
	table, tbody, tr, td{display:block;}
	.recommended tr td{padding: 5px 0 0 8px;}
	.recommended .brands{transform: scale(0.8);}
	.content-box .recommended p{line-height: 2;}
	thead, th, .recommended tr td:nth-child(5){display:none;}
	.recommended tr td:nth-child(1){width:100%; float:left; margin-top: 0;} 
	.recommended tr td:nth-child(2),.recommended tr td:nth-child(3), .recommended tr td:nth-child(4){width:29%; float:none; height: 90px; display: inline-block;} 
	.recommended tr td:nth-child(2):before, .recommended tr td:nth-child(3):before, .recommended tr td:nth-child(4):before, .recommended tr td:nth-child(8):before{text-align:center;color: #003454;font-family: 'Suez One', serif;letter-spacing: 2px;text-transform: uppercase;}
	.recommended tr td:nth-child(4){padding-top: 6px;}
	.recommended tr td:nth-child(2):before{content:'casino';}
	.recommended tr td:nth-child(3):before{content:'bonus';}
	.recommended tr td:nth-child(4):before{content:'rating'; font-size:15px;margin-bottom: 0; display: block;}
	/* .recommended tr td:nth-child(8):before{content:'review';} */
	.recommended tr td:nth-child(8){display:inline-block; float:none; padding-bottom: 10px;} 
	.recommended tr td:nth-child(9){display:inline-block; padding-bottom: 10px; margin-left: 60px;} 
	.recommended .bonus p{font-size:12px;}	
	.recommended .rating p {line-height: 1;}
	.rating{margin:0 auto !important;}
}

@media only screen and (max-width: 640px){
.special .heading{
top:0px;
}
}

@media only screen and (max-width: 469px){
	.recommended tr td:nth-child(8) {
		display: block;
	}
	.recommended tr td:nth-child(9) {
		display: block;
		margin-left: 0;
	}
}

.blue-box p{
	color:#fff;
	font-size:13px;
	font-family:inherit;
	margin-bottom:0!important;
}

.blue-box span.more{
	color:#f7c025;
	font-size:13px;
	font-family:inherit;
	font-style:italic;
}
.blue-box span.more:hover{
	color:#ffd200;
}

.blue-box span.more:before{
	color:#ffd200;
	font-size:13px;
	font-family:inherit;
	font-style:italic;
	content:'>';
	margin-right:3px;
}
.blue-box span.heading{
	color:#fff;
	font-family: 'Suez One', serif;
	text-transform:uppercase;
	font-size:16px;
}

/* review element */
#review{background-color:#f2f2f2;width: auto; height: auto;overflow: auto; padding:20px;}
#review .border{ border-right: 1px solid #618093;}
#review .one-third{width: 40%;}
#review .two-third {width: 57%; padding-left: 15px;}
#review .brands{margin:0px auto 20px;}
#review .one-third .one-quarter{width:24%;}
#review .one-third .more-btn a{width:85%; margin: 0px 15px; }
#review .two-third .cert{margin: 0px auto;width: 44%; margin-bottom:25px;}
#review .two-third .reg, #review .two-third .countries{margin: 0px auto;width: 28%;margin-bottom:25px;}

#review .bonus-txt{
	color:#39b54a;
	font-family:inherit;
    text-transform: uppercase;
    font-size: 28px;
    color: #39b54a;
    font-family: inherit;
    font-weight: bold;
}
#review span.heading{
	font-size:13px;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	font-family: 'Suez One', serif;
	display: block;
}
#review .overall {
	font-size:18px;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	font-family: 'Suez One', serif;
	display: block;
	width:100%;
}
#review .overall span{
	font-size:25px;
	color:#39b54a;
}


#review ul{margin:0;}
#review .certified{padding:0;}
#review .certified li{margin-right:4px;}
#review .variations {width: 60%; float:left;}
#review .two-third .offer {width: 25%; margin-left: 5em; text-align: center;}
#review .variations li{border-bottom: 1px solid #b2c0c8;}
.variations li:after{content:url(../img/check-small.png); float:right; }
.tac{
	font-family: 'Lato', sans-serif;
    font-style: italic;
    color: #526775;
    float: right;
    font-size: 13px;
}

/* recommended table */
table {
	margin: 0 auto;
	border-collapse: collapse;
	text-align: center;
	width:100%;
	overflow:hidden;
}
td{vertical-align:middle; text-align:center;  padding:20px;}
.recommended{margin-bottom:10px;}
.content-box .recommended p{text-align:center;}
.recommended thead tr th {
	background: #fff;
	color: #003454;
	font-family: 'Suez One', serif;
    letter-spacing: 2px;
	text-transform:uppercase;
	border:none;
}
.recommended td > div{ margin: 0 auto;}
.recommended tr:first-child, .recommended tr:nth-child(2){
	border-bottom:1.5px solid #eee1c4;
	background:#f2f2f2;
} 
.recommended tr:nth-child(3){
	border:none;
	background:#f2f2f2;
} 
.recommended .spacing td hr{
	width:100%;
	background: #50748a;
    padding: 1px 0;
} 

.recommended tr:nth-child(5), .recommended tr:nth-child(6), .recommended tr:nth-child(7), .recommended tr:nth-child(8){
	border-bottom:1.5px solid #d4dade;
	background:#f2f2f2;
} 
.recommended tr:last-child{
	border-bottom:none;
	background:#f2f2f2;
} 
.recommended .bonus p{font-family: 'Lato', sans-serif; text-transform:uppercase; font-size:15px; color:#000; font-weight:bold;text-align:center;}
.rating {font-family: 'Suez One', serif; text-transform:uppercase; font-size:25px; display:block; text-align:center; margin: 10px auto;}
.recommended .position{font-family: 'Suez One', serif; color: #003454; font-size:15px;}
.green{color:#39b54a;}
.yellow{color:#de9700;}
.red{color:#f15a24;}
.recommended:after{
	content:'* T&C apply, click "Claim Bonus" to learn more';
	font-family: 'Lato', sans-serif;
	font-style:italic;
	color:#526775;
	float:right;
	font-size:13px;
	left: 63%;
    position: absolute;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.cta a, .cta-simple a{
	color: #fff;
    text-transform: uppercase;
    text-align: center;
    background: #ed8600;
    padding: 5px 15px;
    position: relative;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 15px;
}
.cta a:hover, .cta-simple a:hover{
	color: #333;
    background: linear-gradient(to bottom,#f5a025,#f6b725);
}
.cta a:before, .cta a:after {
	width:14px;
	height:36px;
	content: '';
	background: url(../img/arrow-off.png);
    position: absolute;
	top:50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);

}
.cta a:before{left: -18px;}
.cta a:after{
	transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    right: -18px;
}

.cta a:hover:before, .cta a:hover:after{
	content: url(../img/arrow.png);
}
.more-btn a{
	color: #fff;
    text-transform: uppercase;
    text-align: center;
    background: #003454;
    padding: 5px 15px;
    position: relative;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 15px;
}
.more-btn a:hover{
	background:linear-gradient(to bottom,#085381,#276891);
}
#menu-icon {
  -moz-transition: transform 1s;
  -webkit-transition: transform 1s;
  transition: transform 1s;
}

.flip {
  transform: translateX(90%) rotate(-180deg);
   -webkit-transform:translateX(90%) rotate(180deg);
       -ms-transform:translateX(90%) rotate(180deg);
       -moz-transform:translateX(90%) rotate(180deg);
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.divider{border: 1px solid #50748a;margin:20px 0;}
.content{background-color:#fff; padding:15px;text-align:justify;}
.content-box p{text-align:justify;}
.content-box{background-color:#fff; padding:20px; margin-bottom:20px; }
.content-box h3{padding-left:20px;}
ul.bullet li{background: url(../img/bullet.png) no-repeat left 18px; padding-left: 20px; display: block; margin-left: 20px; line-height:45px; }
.content-box ul{margin-bottom:20px;}
.support-bg{background-image:url(../img/support-bg.png); background-repeat: no-repeat; background-position: 2% center; }
.award-bg{background-image:url(../img/award-bg.png); background-repeat: no-repeat; background-position: 98% center;}
.chip-bg{background-image:url(../img/chip-bg.png); background-repeat: no-repeat; padding:9px 20px; background-position: 100% 42%; background-size: 30%; }
.error{padding: 150px 0;}

#faq{text-align:justify;}
#faq .faq-box p{font-size:14px; color:#fff;text-align:justify; font-family: 'Lato', sans-serif;}
#faq .heading{color:#f7c025;font-size:18px; text-transform:uppercase;font-family: 'Suez One', serif; border-bottom:1px solid #f7c025;}
#faq .answer p{color:#fff; font-family: 'Lato', sans-serif;font-size:14px;}
#faq .answer p:before{color:#f7c025;font-size:16px; font-family: 'Suez One', serif;margin-top:10px;content:'A: ' }
#faq .faq-box {padding:10px 15px; background-color:#004d7d; margin-bottom:25px; }
#faq .more {color:#f7c025; font-size:14px; font-style:italic;}
#faq .more:hover, #faq  a.more:hover:before {color:#ed8600; }
#faq  a.more:before{content:'>>>'; color:#f7c025; font-size:16px; font-style:italic;}

#footer {
	background-color:#00243b;
	padding: 15px 40px 20px;
}
#footer .foo-menu {
	margin:0 auto;
	display:table;
	text-align:center;
	width:100%;
}
#footer .foo-menu li {
	display:inline-block;
	float:none;
}
#footer .foo-menu li a{
	display:inline-block;
	color: #526775;
	font-family: 'Suez One', serif;
	text-transform:uppercase;
	font-size:inherit;
	padding-right:20px;
}
#footer .foo-menu li a:hover, #footer .foo-menu li.active a{
	color:#bdccd4;
}

#footer .foo-txt p{
	color:#cccccc;
	font-size:inherit;
	font-family: inherit;
	text-align:center;
	border-bottom: 1px solid #cccccc;
}
#footer .copyright p{
	color:#cccccc;
	font-size:inherit;
	font-family: inherit;
	text-align:center;
}
/*--------------------------------------------------------------
## Sprites
--------------------------------------------------------------*/
.certified{display:table; width:100%;margin:0 auto; padding: 20px; text-align: center;}
.certified li{display:inline-block;	float:none; margin-right:40px;}

.inverse{ 
	display: inline-block; 
	vertical-align: middle;
	height: 31px;
	background: url('../img/cert-inverse.png') no-repeat; 
}
 
.inverse-logo { background-position: 0px 0px; width: 94px; }
.inverse-anonymous { background-position: -134px 0px; width: 99px; }
.inverse-gambleaware { background-position: -272px 0px; width: 113px; }
.inverse-responsible { background-position: -424px 0px; width: 83px; }
.inverse-18 { background-position: -546px 0px; width: 34px; }
.inverse-victorian { background-position: -619px 0px; width: 88px; }

.certs{ 
	display: inline-block; 
	vertical-align: middle;
	height: 31px;
	background: url('../img/certs.png') no-repeat; 
}
.certs-anonymous { background-position: 0px 0px; width: 100px; }
.certs-gambleaware { background-position: -139px 0px; width: 112px; }
.certs-responsible { background-position: -290px 0px; width: 84px; }
.certs-18 { background-position: -413px 0px; width: 34px; }
.certs-victorian { background-position: -486px 0px; width: 88px; }

.payments { background: url('../img/payments.png') no-repeat top left; width: 31px; height: 31px;  } 
.payments.wire-transfer { background-position: 0 0; } 
.payments.visa { background-position: -51px 0; width: 48px; } 
.payments.paypal { background-position: -119px 0; width: 57px; } 
.payments.mastercard { background-position: -196px 0; width: 39px; } 
.payments.maestro { background-position: -255px 0; width: 41px; } 
.payments.eco { background-position: -316px 0; width: 52px; } 
.payments.diners-club { background-position: -388px 0; width: 43px; } 
.payments.click-buy { background-position: -451px 0; width: 49px; } 
.payments.bitcoin { background-position: -520px 0; } 
.payments.bank-transfer { background-position: -571px 0; width: 83px; } 
.payments.american-express { background-position: -674px 0; width: 52px; } 

.main { background: url('../img/main.png') no-repeat top left; width: 31px; height: 31px;  } 
.main.back-to-top { background-position: 0 0; width: 32px; } 
.main.check-big { background-position: -52px 0; } 
.main.check-small { background-position: -103px 0; width: 16px; height: 16px; } 
.main.france { background-position: -139px 0; } 
.main.gambling-com { background-position: -190px 0; width: 44px; }
.main.curacao { background-position: -926px 0; width: 42px; }
.main.mga { background-position: -988px 0; width: 75px; }
.main.kahnawake { background-position: -1081px 0; width: 80px; }
.main.gra { background-position: -254px 0; } 
.main.tst { background-position: -305px 0; width: 65px; } 
.main.first { background-position: -390px 0; width: 29px; height: 26px; } 
.main.second { background-position: -439px 0; width: 29px; height: 26px; } 
.main.third { background-position: -488px 0; width: 29px; height: 26px; } 
.main.x-big { background-position: -537px 0; } 
.main.x-small { background-position: -588px 0; width: 17px; height: 17px; } 
.main.canada { background-position: -625px 0; width: 30px; } 
.main.uk { background-position: -675px 0; } 
.main.usa { background-position: -726px 0; } 
.main.thawte { background-position: -777px 0; width: 107px; height: 26px; } 
.main.gfc { background-position: -1176px 0; width: 36px; height: 31px; } 
.main.dot { background-position: -894px 0; width: 8px; height: 8px; } 

.brands { background: url('../img/brands.png') no-repeat top left; width: 82px; height: 40px;overflow: hidden; text-indent: -9999px; text-align: left;  } 
.brands.slotslv { background-position: 0 0; } 
.brands.jackpotcity { background-position: -92px 0; } 
.brands.ruby { background-position: -184px 0; } 
.brands.uptown { background-position: -276px 0; } 
.brands.sloto { background-position: -368px 0;  } 
.brands.miami { background-position: -463px 0;  } 
.brands.bovada { background-position: -555px 0;  } 
.brands.cherry { background-position: -650px 0;  } 


/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
.scrollup{
	width:40px;
	height:40px;			
	text-indent:-9999px;
	position:fixed;
	bottom:50px;
	display:none;			
    background: url(../img/main.png) no-repeat 0px 0px;
	z-index:50;
	right:0%;
}
p:not(:last-child){margin-bottom:20px;}
.inverse, .certs, .certified li.main, .certified li.payments, .main, .scrollup a{
	overflow: hidden;
    text-indent: -9999px;
    text-align: left;
	}
.hide{display:none;}


/*--------------------------------------------------------------
# Mobile
--------------------------------------------------------------*/

@media only screen and (max-width: 480px){
	.one-half.blue-box, .one-third.blue-box{width:100%;	display:block; min-height:auto;}
	.one-half, .one-third, .two-third, .one-quarter, .two-quarter, .three-quarter{width:100%; float:none; margin:0 0 10px;}
	
	
	#review	{padding:5px;}
	#review .one-third {padding-left:15px !important;}
	#review .one-third .one-quarter {width: 24%; float:none; margin:0 auto;}
	#review .two-third .reg{width: 34% !important;  padding: 0;}
	#review .two-third .cert{width: 64% !important;  padding: 0;}
	#review .two-third .countries{width: 100%;  padding: 0; margin:0;}
	#review .variations{width: 95%!important; padding:10px !important;}
	#review .two-third .one-third.offer{width: 100%; margin: 0; padding: 0 35px;}
	#review .two-third .offer ul{text-align:center; padding:0;}
	#review .certified li {margin-right: 0px;}

}

@media only screen and (max-width: 640px){
	.mobile-nav{
		display:block;
		height:65px;
		width:98%;
		background: url('../img/menu.png') no-repeat 98% center;
	}
	header nav ul{
		overflow:hidden;
		height:0;
	}
	header nav ul.open{
		height:auto;
		
	}
	header nav ul li{
		float:none;
		text-align:center;
		width:100%;
		margin:0;
		background-color: #004d7d;
	}
	header nav ul li:first-child{
		border-top:2px solid #526775;
	}
	.main-nav li a{
		color:#a4b1b8;
		padding:10px;
		display:block;
		margin:0;
	}
	.main-nav ul a:hover, .main-nav ul a:focus, .main-nav li.active > a{
		background:none;
		color:#fff;
		outline:0;
	}
	.main-nav li.active > a:after{
		padding-left: 5px;
		content: "\226A";
	}

	.main-nav ul li.active > a:before{
		content: "\226B";
		padding-right: 5px;
	}
	.main-nav ul li.active > a:before, .main-nav ul li.active > a:after {
		color: #de9700;
		font-family: 'Suez One', serif;
		font-weight: bold;
	}

	
	
	.one-half.blue-box, .one-third.blue-box{width:100%;	display:block; min-height:auto;}
	.one-half, .one-third, .two-third, .one-quarter, .two-quarter, .three-quarter{width:100%; float:none; margin:0 0 10px;}
	.chip-bg {background-position: 100% -4%; background-size: 60%;}
	.award-bg {background-position: 90% 10%;}
	.support-bg {background-position: 14% 12%;}
	.certified, .certified li{padding:0;}
	.certified li{    margin: 5px 9px 5px 0;}
	.blue-box a.more {width: 100%; display: block;	}
	#review .one-third { width: 100%; padding-left: 30px;}
	#review .two-third {width: 100%;}
	#review .one-third .one-quarter {width: 24%; float:none; margin:0 auto;}
	#review .two-third .one-third { margin: 20px 0; width: 32.333333%;}
	#review .variations{padding:0 10px; margin:0; width:48%;}
	#review .two-third .offer{ width: 48%; margin: 0;}
	#faq, #faq .faq-box {padding: 10px;}
	#faq .answer {line-height: 24px;}
	ul.bullet li{text-align: justify;line-height: 25px;padding: 10px 15px; margin-left: 5px;}
	.divider{ margin: 20px 7px;}
	h1{line-height: 1.5; font-size: 20px;}
	#footer .foo-txt p{text-align:justify;}
	#footer {padding: 15px 20px 20px;}
	#footer .foo-menu li a{font-size:13px;}
	#review .border {border-right: none;}
    .tac{float:none; text-align:center;}


}
@media only screen and (min-width: 641px) and (max-width:799px){
	#review .one-third {width: 38%; padding-right: 10px;}
	#review .two-third {width: 60%; padding-left: 5px;}
	#review .variations {width: 48%;}
	#review .two-third .one-third.offer {width: 46%; margin-left: 15px;font-size:20px;}
	#review .one-third .more-btn a {width: 100%;margin: 0 auto;}
	#review .one-third .one-quarter {width: 48.699387%; margin: 0px auto;}
	.chip-bg{background-size:60%; background-position: 100% 0%;}
	.one-third.blue-box, .one-half.blue-box{width: 49%; display: block; clear: none; margin: 0 0 10px 1%;}
	img.alignright{width:50%;}
    .tac{float:none; text-align:center;}
	#review .two-third .reg, #review .two-third .countries{margin-bottom:5px;}
	.main-nav ul a { padding: 14px 4px; font-size: 12px;}
	#logo { padding: 10px 10px 0;}
	#logo img{width:86px;}
	header.container { margin: 0px;}
	.container{padding:0;}
	
}
@media only screen and (max-width:799px){
	.recommended tr td:nth-child(5), .recommended th:nth-child(5),
	 .recommended tr td:nth-child(6), .recommended th:nth-child(6),
	 .recommended tr td:nth-child(7), .recommended th:nth-child(7)
	 {display:none;}
	 .recommended:after{display:none;}
	 /* .recommended:after{content:'* T&C apply! Click the operator logo for more details';} */
	#review .two-third .reg{ width: 35%; margin:0;}
	#review .two-third .cert { width: 64%; margin:0;}
	#review .two-third .countries {width: 100%;margin: 0; padding: 0 35px;}
	#review .two-third .countries .certified li{margin-right:10px;}
	#review .bonus-txt {font-size: 26px;}
	.alignright, .alignleft{float:none; display:block; margin:10px auto;}
	.quick-navi{padding:0 10px 0 0;}
}
@media only screen and (min-width: 800px) and (max-width:1070px){
	#review .variations { width: 50%;}
	#review .two-third .offer {width: 33%;}
	#review .certified li {margin-right: 2px;}
	.cta, .cta-simple { margin-left: 0px;}
	img.alignright{width:40%;}
	.chip-bg{background-size:50%; }
	.rating{margin: 0px auto 10px;}
	#review .brands { margin: 0px auto 15px;}
	#review .two-third .cert {width: 36%;}
	#review .two-third .reg, #review .two-third .countries {width: 32%;}
	#review .bonus-txt{font-size: 28px;}
}
@media only screen and (min-width: 800px) and (max-width:959px){
	#logo{padding: 10px 0 0;}
	.recommended tr td:nth-child(6), .recommended tr td:nth-child(7), .recommended th:nth-child(6), .recommended th:nth-child(7) {display:none;}
	#review .one-quarter {width: 47.699387%;}
	#review .more-btn a{margin: 0 6px 10px;}
	#review .one-third { width: 36.583436%;}
	#review .one-third .one-quarter {width: 48.699387%; margin: 0px auto;}
	#review .two-third { width: 61.644172%;}
	#review .certified li {margin-right: 0px;}
	#review .variations {width: 50%;}
	#review .two-third .offer {width: 42%;margin-left: 2em;}
	.main-nav ul a { padding: 23px 4px 22px;font-size: 13px;}
	.one-third.blue-box{width:32%;}
}
@media only screen and (min-width: 960px) and (max-width:970px){
		#review .overall{padding: 10px 26%;}
}
@media only screen and (min-width: 960px) and (max-width:1070px){
	#review .one-third .more-btn a {margin: 15px;}
	#logo {padding: 15px 0 0;}
}

@media only screen and (min-width: 1071px) and (max-width:1199px){
	#review .variations {width: 55%;}
	#review .two-third .offer {width: 30%;}
}
@media only screen and (min-width: 480px) and (max-width:1199px){
		td.bonus{width:15%;}
	td{padding: 10px 5px;}
	.cta a, .cta-simple a{padding: 5px 10px;}
	.certified li{margin-right:14px;margin-bottom:14px;}

}
@media only screen and (min-width: 641px) and (max-width:659px){
	.one-third.blue-box, .one-half.blue-box{width:46%;margin: 0 0px 10px 17px;}
}
@media only screen and (min-width: 1300px){
	.scrollup{right:17%;}
}
