/* latin-ext */
@font-face {
  font-family: 'Armata';
  font-style: normal;
  font-weight: 400;
  src: local('Armata'), local('Armata-Regular'), url(https://fonts.gstatic.com/s/armata/v6/wN6sZB1yf-NzvaiFfY9_0fesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Armata';
  font-style: normal;
  font-weight: 400;
  src: local('Armata'), local('Armata-Regular'), url(https://fonts.gstatic.com/s/armata/v6/DZkzoxG_919ddkf0Ia7hgQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
body {
    background-image: url(images/simple_dashed.png);
    background-repeat: repeat;
    background-color: #232323;
    font-size: 100%;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    margin: 0px 0px 0px 0px;
    color: #fff;
} 
.container {
    max-width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: stretch;
	margin-left: auto;
	margin-right: auto;
    box-shadsow: 0px 0px 11px 1px #000000;
}
header {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 100%;
    height: 170px;
}
.header-box {
    max-width: 1040px;
    margin: 0px auto;
    background-image: url(images/top-banner.png);
    background-repeat: no-repeat;
    background-position: right top;
}
.header-banner {
    max-width: 329px;
    height: 157px;
    margin: -5px auto -7px 3%;
    background-image: url(images/top-logo.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
    position: relative;
    z-index: 555555;
}
nav {
	max-width: 100%;
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	-webkit-box-ordinal-group: 3;  
	-moz-box-ordinal-group: 3;     
	-ms-flex-order: 3;     
	-webkit-order: 3; 
	order: 3;
	 -webkit-flex-grow: 1;
    flex-grow: 1;
}
.nav-bg {
    width: 100%;
    border-top: 44px solid #5588be;
    border-bottom: 4px solid #e81a40;
    margin-top: -47px;
}
.content {
    max-width: 1040px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-top: 0px;
    background-color: #232323;
    box-shadow: 0px 0px 436px 52px #000;
}
a {
    color: #27ace8;
    text-decoration: none;
}
a:hover {
    color: #ff8181;
    text-decoration: underline;
}
.bold {
    font-weight: bold;
    color: #27ace8;
    font-size: 16px;
}
p {
	margin-left: 39px;
	margin-right: 39px;
}
.img-responsive {
    max-width: 100%; 
    display:block; 
    height: auto;
}
footer {
    max-width: 1040px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
    line-height: 72px;
    height: 91px;
    color: #3a2828;
    margin-bottom: 0px;
    font-size: 13px;
}
footer p {
    color: #a9a9a9;
}
h1 {
    font-family: 'Armata', sans-serif;
    text-align: left;
    text-indent: 0px;
    color: #fff;
    font-size: 150%;
    line-height: 33px;
    margin: 45px 0px 16px 35px;
}
.review-box {
    width: 95%;
    margin: 14px auto 43px auto;
    border-radius: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
    box-shadow: 0px 3px 11px -2px #000;
    background-color: #f1f1f1;
}
.review-box p {
    padding: 0px 10px;
    margin-left: 15px;
    margin-right: 15px;
    color: #000;
    font-size: 14px;
}
.fltrt, .float-right {
	float: right;
	margin-left: 8px;
}
.fltlft, .float-left, .floatleft {
	float: left;
	margin-right: 8px;
}
.row {
	display: flex;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
	margin-left: auto;
	margin-right: auto;
}
.cell2 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 48%;
		-ms-flex: 1 1 48%;
		flex: 1 1 48%;
    min-height: 160px;
    max-width: 1200px;
    position: relative;
	margin: 5px;
	border-radius: 3px;
}
.cell3 {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 31%;
        -ms-flex: 1 1 31%;
        flex: 1 1 31%;
    position: relative;
    margin: 5px;
}
.cell4 {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 10%;
        -ms-flex: 1 1 10%;
        flex: 1 1 10%;
    position: relative;
    font-family: 'Armata';
    background-color: #27ace8;
    font-size: 32px;
    color: #fff;
    line-height: 140px;
    max-width: 73px;
    text-align: center;
}
.cell5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 18%;
    -ms-flex: 1 1 18%;
    flex: 1 1 18%;
    position: relative;
    padding: 5px;
}
.cell6 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 35%;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    position: relative;
}
.cell7 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;;
    flex: 1 1 50%;
    position: relative;
    padding: 5px;
}
.cell8 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;;
    flex: 1 1 50%;
    position: relative;
    padding: 5px;
}
.clear {
	clear: both;
}
.usa, .no-usa  {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 47px;
    height: 35px;
}
.usa {
    background-image: url(images/usa-flag.png);
}
.no-usa {
    background-image: url(images/non-usa-flag.png);
}
.chart {
    width: 98%;
    margin:10px auto; 
    position: relative;
    z-index: 333;
}
.chart .shad {
    box-shadow: 0px 5px 8px -4px #3a3a3a;
}
.chart table tr {
    background-color: #fff;
}
.chart table th {
    font-family: 'Armata';
    font-size: 15px;
    background-color: #27ace8;
    color: white;
    text-align: center;
    padding: 12px 0px;
    border-bottom: 8px solid #3a3a3a;
}
.chart table td {
    font-family: 'Armata';
    color: #3a3a3a;
    font-size: 14px;
    line-height: 84px;
    border-bottom: 8px solid #232323;
    text-align: center;
}
.chart .table-rate {
    font-family: 'Armata';
    background-color: #27ace8;
    font-size: 32px;
    color: #fff;
    line-height: 20px;
    max-width: 100px;
}
.review-top-box {
    background-color: #fff;
    width: 98%;
    margin:10px auto; 
}
.review-box-chart {
    width: 100%;
    margin: 0px;
    position: relative;
    z-index: 333;
    color: #000;
}
.review-box-chart .shad {
    box-shadow: 0px 5px 8px -4px #3a3a3a;
}
.review-box-chart table tr {
    background-color: #fff;
}
.review-box-chart th {
    font-family: 'Armata';
    font-size: 15px;
    background-color: #27ace8;
    color: #000;
    text-align: center;
    padding: 12px 0px;
    border-bottom: 8px solid #3a3a3a;
}
.review-box-chart table td {
    font-family: 'Armata';
    color: #3a3a3a;
    font-size: 14px;
    line-height: 84px;
    border-bottom: 8px solid #3a3a3a;
    text-align: center;
}
.review-box-chart .table-rate {
    font-family: 'Armata';
    background-color: #27ace8;
    font-size: 32px;
    color: #fff;
    line-height: 20px;
    max-width: 100px;
    text-align: center;
}
.review-box-top .table-rate {
    font-family: 'Armata';
    background-color: #27ace8;
    font-size: 32px;
    color: #fff;
    line-height: 20px;
    max-width: 100px;
    text-align: center;
}
.review-box-chart2 {
    width: 98%;
    margin: 0px;
    position: relative;
    z-index: 333;
    color: #000;
}
.review-box-chart2{
    text-align: center;
}
.review-box-chart2 table tr {
    background-color: #fff;
}
.review-box-char2t th {
    font-family: 'Armata';
    font-size: 15px;
    background-color: #27ace8;
    color: #000;
    text-align: center;
    padding: 12px 0px;
    border-bottom: 8px solid #3a3a3a;
}
.review-box-chart2 table td {
    font-family: 'Armata';
    color: #3a3a3a;
    font-size: 14px;
    line-height: 84px;
    border-bottom: 8px solid #3a3a3a;
    text-align: center;
}
.redwriting {
    font-family: 'Armata';
    width: 98%;
    font-size: 29px;
    font-weight: bold;
    color: #ffffff;
    border-bottom: 4px solid #27ace8;
    margin: 70px auto 15px auto;
    line-height: 54px;
    text-indent: 20px;
}
.large-writing, .section-header {
    font-weight: bold;
    color: #27ace8;
    font-size: 18px;
}
.playnow_btn {
    text-align: center;
    line-height: 20px;
}
.playnow_btn a {
    font-family: 'Armata';
    font-size: 19px;
    background-color: #d00000;
    padding: 8px 8px;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0px 2px 8px -2px #000;
}
.playnow_btn a:hover {
    background-color: #14b00a;
    color: #fff;
    text-decoration: none;
}
.review_btn {
    text-align: center;
    line-height: 45px;
}
.review_btn a {
    font-family: 'Armata';
    font-size: 19px;
    font-weight: bold;
    background-color: #d00000;
    padding: 5px 17px;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0px 2px 8px -2px #000;
}
.review_btn a:hover {
    background-color: #14b00a;
    color: #fff;
    text-decoration: none;
}
.rb-table-left {
    font-family: 'Armata';
    font-size: 11px;
    text-align: right;
    padding: 4px 2px;
    max-width: 153px;
    color: #27ace8;
}
.rb-table-right {
    font-size: 14px;
    text-align: left;
    padding: 4px 2px;
    font-weight: normal;
}
.rev-bg1 {
    backgrosund-color: #27ace8;
    color: #fff;
    text-align: center;
    font-size: 20px;
}
.red-sm {
    font-size: 15px;
    color: #fd0;
    font-weight: bold;
    text-shadow: 1px 1px #000;
}
.list1 {
    margin: 0;
    line-height: 50px;
    list-style-image: url(images/green-check-sm.png);
}
.payment-header {
    font-family: 'Armata';
    background-color: #27ace8;
    color: #fff;
    text-align: center;
    font-size: 19px;
    margin-bottom: 14px;
    transform: skewX(-15deg);
    padding: 5px 3px;
    font-weight: bold;
}
.payments {
    width: 66%;
    margin: 20px auto 58px auto;
}
.payments2 {
    width: 49.5%;
    margin: 20px auto 58px auto;
}
.payments3 {
    width: 33.7%;
    margin: 20px auto 58px auto;
}
.pmt-box {
    width: 150px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    margin: 4px 8.7px;
    float: left;
    border-radius: 3px;
    border: 2px solid #27ace8;
    box-shadow: 0px 2px 6px -3px #000;
}
.pmt-box2 {
    width: 150px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    margin: 4px 8.7px;
    float: left;
    border-radius: 3px;
    border: 2px solid #27ace8;
    box-shadow: 0px 2px 6px -3px #000;
}
.pt-btc {
  background-image: url(images/pt-bc.jpg);
}
.pt-master {
  background-image: url(images/pt-master.jpg);
}
.pt-entro {
  background-image: url(images/pt-entro.jpg);
}
.pt-amex {
  background-image: url(images/pt-amex.jpg);
}
.pt-bwt {
  background-image: url(images/pt-bwt.jpg);
}
.pt-pp {
  background-image: url(images/pt-pp.jpg);
}
.pt-psc {
  background-image: url(images/pt-psc.jpg);
}
.pt-chk {
  background-image: url(images/pt-chk.jpg);
}
.pt-wt {
  background-image: url(images/pt-wt.jpg);
}
.pt-visa {
  background-image: url(images/pt-visa.jpg);
}
.pt-wu {
  background-image: url(images/pt-wu.jpg);
}
.pt-mg {
  background-image: url(images/pt-mg.jpg);
}
.pt-ap {
  background-image: url(images/pt-ap.jpg);
}
.pt-disc {
  background-image: url(images/pt-disc.jpg);
}
.pt-dcb {
  background-image: url(images/pt-dcb.jpg);
}
.pt-jcb {
  background-image: url(images/pt-jcb.jpg);
}
.pt-ppc {
  background-image: url(images/pt-ppc.jpg);
}
.pt-skr {
  background-image: url(images/pt-skr.jpg);
}
.pt-nt {
  background-image: url(images/pt-nt.jpg);
}
.pt-nt {
  background-image: url(images/pt-nt.jpg);
}
.pt-int {
  background-image: url(images/interac-logo.jpg);
}
.pt-eco {
  background-image: url(images/pt-eco.jpg);
}
.pt-cbc {
  background-image: url(images/pt-cbc.jpg);
}
.pt-id {
  background-image: url(images/pt-ib.jpg);
}
.pt-echk {
  background-image: url(images/pt-echeck.jpg);
}
.pt-okp {
  background-image: url(images/pt-okp.jpg);
}
.pt-ezv {
  background-image: url(images/pt-mst.jpg);
}
.pt-mst {
  background-image: url(images/pt-ezv.jpg);
}
.pt-mo{
  background-image: url(images/pt-mo.jpg);
}
.pt-ach{
  background-image: url(images/pt-ach.jpg);
}
.pt-cchk {
  background-image: url(images/pt-cchk.jpg);
}
.pt-ew {
  background-image: url(images/pt-ew.jpg);
}
.pt-vou {
  background-image: url(images/pt-vou.jpg);
}
.bdg-1:before, .bdg-2:before, .bdg-3:before, .bdg-4:before, .bdg-5:before, .bdg-6:before, .bdg-7:before, .bdg-8:before {
    position: relative;
    top: -26px;
    left: -12px;
    background-color: #27ace8;
    color: #fff;
    padding: 3px;
    font-size: 12px;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 4px #232323;
}
.bdg-1:before {
    content: '1st';
}
.bdg-2:before {
    content: '2nd';
}
.bdg-3:before {
    content: '3rd';
}
.bdg-4:before {
    content: '4th';
}
.bdg-5:before {
    content: '5th';
}
.bdg-6:before {
    content: '6th';
}
.bdg-7:before {
    content: '7th';
}
.bdg-8:before {
    content: '8th';
}
.yes-us:after {
    content: url(images/usa-flag.png);
    position: relative;
    top: 69px;
    left: 88px;
}
.non-us:after {
    content: url(images/non-usa-flag.png);
    position: relative;
    top: 69px;
    left: 88px;
}
.side-pay {
    max-width: 100px;
    margin: 0px auto;
}
.logo-box {
    width: 154px;
    height: 67px;
    margin: 0px auto;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.logo-box2 {
    width: 140px;
    height: 60px;
    margin: 0px auto;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.logo-box3 {
    width: 99px;
    height: 57px;
    margin: 0px auto;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.cas-lr {
    background-image: url(images/lucky-red140-logo.jpg);
}
.cas-cw {
    background-image: url(images/club-world140-logo.jpg);
}
.cas-bv, .sb-bv {
    background-image: url(images/bovada140-logo.jpg);
}
.cas-b365 {
    background-image: url(images/bet365140-logo.jpg);
}
.cas-ms {
    background-image: url(images/manhattan-slots140-logo.jpg);
}
.cas-cc {
    background-image: url(images/cafe-casino140-logo.jpg);
}
.cas-hn {
    background-image: url(images/high-noon140-logo.jpg);
}
.cas-slv {
    background-image: url(images/slotslv140-logo.jpg);
}
.cas-asr {
    background-image: url(images/all-star-slots140-logo.jpg);
}
.cas-ag {
    background-image: url(images/aladdins-gold140-logo.jpg);
    background-size: 122%;
}
.cas-bl {
    background-image: url(images/buzzluck140-logo.jpg);
}
.cas-lvusa {
    background-image: url(images/las-vegas-usa140-logo.jpg);
}
.cas-rm {
  background-image: url(images/rome140-logo.jpg);
}
.cas-sp {
  background-image: url(images/slots-plus140-logo.jpg);
}
.cas-sj {
  background-image: url(images/slots-jungle140-logo.jpg);
}
.cas-ct {
  background-image: url(images/casino-titan140-logo.jpg);
}
.cas-ign {
  background-image: url(images/ignition-logo.png);
    background-size: 142%;
}
.cas-wp {
  background-image: url(images/winpalace140-logo.jpg);
}
.sb-bo {
    background-image: url(images/betonline140-logo.jpg);
}
.sb-sb {
    background-image: url(images/sportsbetting140-logo.jpg);
}
.sb-fd {
    background-image: url(images/5dimes140-logo.jpg);
}
.ribbon-wrapper {
  position: relative;
  z-index: 1;
    margin: 27px auto 0px auto;
}
.ribbon {
    font-size: 15px!important;
    text-transform: uppercase;
    width: 64%;
    position: relative;
    background: #27ace8;
    color: #fff;
    text-align: center;
    padding: 7px 0px;
    margin: -36px auto 0px auto;
}
.ribbon:after,
.ribbon:before {
    content: "";
    position: absolute;
    display: block;
    bottom: -0.5em;
    border: 1.1em solid #208fc1;
    z-index: -1;
}
.ribbon:before {
    left: -2em;
    border-right-width: 1.9em;
    border-left-color: transparent;
}
.ribbon:after {
    right: -1.6em;
    border-left-width: 1.5em;
    border-right-color: transparent;
}
.ribbon .ribbon-inner:after,
.ribbon .ribbon-inner:before {
    content: "";
    position: absolute;
    display: block;
    border-style: solid;
    border-color: #15668a transparent transparent;
    bottom: -0.5em;
}
.ribbon .ribbon-inner:before {
    left: 0;
    border-width: 0.5em 0 0 1em;
}
.ribbon .ribbon-inner:after {
  right: 0;
    border-width: 0.5em 1em 0 0;
}
.x-sm {
    font-size: 10px;
    color: #af0000;
}
.fb-like {
    width: 100px;
    height: 20px;
    margin-top: 0px;
    margin-bottom: 7px;
    margin-left: 41px;
}
.byline {
    font-family: 'Armata', sans-serif;
    display: inline;
    width: 98%;
    font-size: 12px;
    color: #7d7d7d;
    margin-top: 8px;
    margin-bottom: 10px;
    margin-left: 40px;
}
.logo {
    background-image: url(images/logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 200px;
    height: 183px;
    float: right;
    margin: 7px 44px;
}
sup {
    font-size: 19px;
    color: #f8e01e;
}
/*--------------------------NAV-Styles-------------------------*/
@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
#nav {
    position: relative;
    top: 0px;
    z-index: 2222222;
    border-top: 2px solid #27ace8;
    border-bottom: 2px solid #27ace8;
}
#nav ul {
    display: none;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#nav li {
    background-color: #232323;
}
#nav ul li a {
    font-family: 'Armata', sans-serif;
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: left;
    font-size: 14px;
    line-height: 42px;
    text-decoration: none;
    text-align: center;
}
#nav ul li a:hover, #nav ul li a:focus {
    color: #27ace8;
}
#nav ul li:last-of-type a {
  border-right: 0px;
}
#nav ul li ul {
    background-color: #232323;
    box-shadow: 0px 8px 27px 1px #000;
}
#nav ul li ul li {
    background-color: #27ace8;
    line-height: 30px;
}
#nav ul li ul a {
    font-size: 14px;
    line-height: 22px;
    padding: 8px 10px 19px 10px;
    margin: 0px;
    color: #fff;
    text-align: left;
}
#nav ul li ul a:hover {
    color: #fff;
    background-color: #232323;
}
#nav ul li ul li ul li a {
  padding-left: 3.125em;
}
#nav input.trigger {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
#nav input.trigger:checked ~ ul, #nav input.trigger:checked ~ ul li ul {
  display: block !important;
}
@media (min-width: 48em) {
  #nav input.trigger:checked ~ ul, #nav input.trigger:checked ~ ul li ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    display: flex;
    flex-direction: row;
  }
}
#nav label {
    position: relative;
    display: block;
    min-height: 2em;
    padding: .45em;
    font-size: 1.1em;
    margin: 0;
    cursor: pointer;
    line-height: 2em;
    color: #3a2828;
}
#nav label:after {
    position: absolute;
    right: 0.1em;
    top: 0.1em;
    content: "\2261";
    font-size: 3.3em;
    color: #fff;
}
@media (min-width: 48em) {
  #nav ul {
    display: -ms-flexbox;
    flex-direction: -ms-row;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    display: flex;
    flex-direction: row;
  }
  #nav ul li {
    position: relative;
    text-align: center;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    flex: 1;
  }
  #nav ul li ul {
    display: none !important;
    position: absolute;
    top: 3.28em;
    left: 0px;
    display: block;
    width: 17.5em;
    z-index: 200;
  }
  #nav ul li ul li {
    text-align: left;
  }
  #nav ul li ul a {
    margin-top: -10px;
  }
  #nav ul li ul li ul {
    z-index: 300;
    top: 0px;
    left: 12.4em;
  }
  #nav ul li ul li ul li a {
    padding-left: 30px !important;
  }
  #nav ul li:hover > ul {
    display: block !important;
  }
  #nav label {
    display: none;
  }
}
/*-------------------------End-NAV-Styles-------------------------*/
@media (min-width: 1300px) {
        body {
    }
}
@media (max-width: 1290px) {
    #nav ul li a {
        font-size: 15px;
    }
    .cya {
        display: none;
    }
@media (max-width: 1180px) {
    header {
    }
    .top-content {
        width: 80%;
        margin: 20px auto;
        padding: 1px;
        border-radius: 5px;
        box-shadow: inset 0px 0px 322px 118px #000;
    }
}
@media (max-width: 1070px) {
    #nav ul li a {
        font-size: 13px;
    }
}
@media (max-width: 940px) {
    #nav ul li a {
        font-size: 10px;
    }
    .rank {
        max-width: 478px;
    }
}
@media (max-width: 888px) {
	.row {
		max-width: 100%;
		 -webkit-flex-grow: 1;
    	flex-grow: 1;
	}
	.cell2, .cell3, .cell4, .cell5, .cell6, .cell7, .cell8 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 100%;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%;
	}
    .cell4 {
        max-width: 100%;
        line-height: 45px;
    }
}
@media all and (max-width:768px) {
    .top-content {
        width: 95%;
        margin: 20px auto;
        padding: 1px;
        box-shadow: inset 0px 0px 322px 118px #000;
        background-position-x: -137px;
    }
    header {
        background-size: 212%;
        background-position: right top;
        height: 121px;
    }
    .logo {
        float: none;
        margin: 10px auto;
    }
    .fb-like {
        float: none;
        margin: 4px auto 23px auto;
    }
    h1 {
        text-indent: 0px;
        text-align: center;
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 40px;
        margin-top: 66px;
        margin-left: 0px;
    }
    #nav {
        top: 4px;
    }
    .redwriting {
        width: 77%;
        text-align: center;
    }
    .chart table th {
        font-size: 11px;
    }
    .chart table td {
        font-size: 10px;
        line-height: 17px;
    }
    .logo-box {
        width: 88px;
        height: 52px;
    }
    .playnow_btn a {
        font-size: 8px;
        padding: 0px 8px;
        display: block;
        margin-right: 2px;
    }
    sup {
        font-size: 12px;
    }
    .chart .table-rate {
        font-size: 18px;
        color: #fff;
    }
    .header-banner {
        background-size: 69%;
        margin-top: -22px;
        margin-bottom: -20px;
    }
}
@media all and (max-width:480px) {
	.logo {
		float: none;
        margin: 10px auto;
	}
    .bv-sm, .bo-sm, .sb-sm, .dms-sm, .b365-sm {
        float: none;
        margin: 10px auto;
    }
    h1 {
        width: 80%;
        text-indent: 0px;
        text-align: center;
        font-size: 34px;
        line-height: 50px;
        margin-bottom: 10px;
        margin-top: 56px;
    }
	.fltrt {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
    .large-writing {
		float: none;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
		line-height: 35px;
		font-size: 130%;
        width: 80%;
	}
    .review-box {
        width: 77%;
    }
    .review-box .section-header {
        float: none;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        line-height: 64px;
        font-size: 178%;
    }
    header {
        background-size: 312%;
    }
    #nav {
        top: 4px;
    }
    .pmt-box {
        float: none;
        margin: 8px auto;
    }
    .payments,.payments2, .payments3 {
        width: 80.7%;
        margin: 20px auto 20px auto;
    }
    .list1 {
        font-size: 14px;
        line-height: 64px;
    }
    .logo-box2 {
        width: 94px;
    }
}
