@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:300,400,500,700&display=swap');
@import url('/stylesheets/fontkit/demo.css');


html {
    font-size: 1rem;
}
body {
    color: #37383c;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 18px;
    margin: 0;
    padding: 0;
	font-weight: 100;
    /*line-height: normal;*/
}
input:focus{
    outline: none;
}
.head, h1, h2, h3, h4, h5, h6, .con {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	line-height: normal;
}
.impact {
	font-family: 'Impact';
}
a, a:hover, a img, a:hover img {
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;	
}
#header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
#header .logo {
    margin: 8px 0 0 0;
}
#header .top-bar {
    padding: 10px 0 0 0;
}
#header .top-bar a {
    vertical-align: top;
}
#header .top-bar a.link {
    margin: 0 5px;
}
#header .top-bar a.link:hover, #footer a:hover {
    color: #edd52d;
}
#header .top-bar a.btn {
    font-size: 22px;
    background-image: linear-gradient(#ef3024, #d52a1f, #bc241b);
    padding: 8px 40px;
    display: inline-block;
    margin: -10px 15px 0 20px;
    border-radius: 0 0 8px 8px;
    font-weight: normal;
}
#header .top-bar a.btn:hover, a.rbtn:hover, .h-sec6 .nform input.submit:hover {
    background-image: linear-gradient(#bc241b, #d52a1f, #ef3024);
}
.gamedsec1{ background-color:#000;}
a.rbtn, .h-sec6 .nform input.submit {
    font-size: 22px;
    background-image: linear-gradient(#ef3024, #d52a1f, #bc241b);
    padding: 8px 40px;
    display: inline-block;
    border-radius: 8px;
    font-family: 'Impact';
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 1px 2px #000;
}
a.rbtn.btn2 {
    font-size: 26px;
    padding: 17px 55px;
}
a.rbtn.gray {
    background-image: linear-gradient(#6e6e6e, #5b5b5b, #414141);
}
a.rbtn.gray:hover {
    background-image: linear-gradient(#414141, #5b5b5b, #6e6e6e);
}
#header .top-bar a.social {
    margin: 0 0 0 5px;
}
.main-menu {
    margin: 25px 0 0 0;
}
.main-menu li {
    display: inline-block;
    padding: 0 0 10px 25px;
    position: relative;
}
.main-menu li a {
    display: inline-block;
    position: relative;
}
.main-menu li:first-child {
    padding-left: 0;
}
.main-menu li.active a:before, .main-menu li a:hover:before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    background-color: #edd52d;
    width: 80%;
    height: 4px;
    margin: 0 10%;
    border-radius: 2px;
}
.main-menu ul.sub-menu:blank {
    display: none;
}
.main-menu ul.sub-menu {
    display: none;
    position: absolute;
    top: 44px;
    left: 23px;
    padding: 15px 20px;
    float: left;
    background-color: #af1d15;
    z-index: 999;
    width: 235px;
    text-transform: none;
}

.main-menu ul ul li {
    width: 100%;
    margin: 0;
    text-align: left;
    padding: 0;
}
.main-menu ul ul li a {
    text-transform: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    line-height: 42px;
    vertical-align: top;
}
.main-menu ul ul a:hover {
    color: #edd52d;
}
.main-menu ul ul a:hover:before {
    display: none;
}
.main-menu ul li:hover > ul {
    display: block;
}
#footer {
    background-color: #000000;
}
#footer .box {
    display: inline-block;
    float: left;
    width: 25%;
}
#footer a.rbtn {
    margin-top: 30px;
}
#footer .box2, #footer .box3 {
	padding-top: 50px;
}
#footer .box2 {
	padding-top: 50px;
    padding-left: 40px;
}
#footer .box2 li {
    margin: 15px 0;
}
#footer .box3 {
    width: 50%;
}
#footer .info-row{display:inline-block; width:49%; vertical-align:top;}
#footer .box3 .info {
    display: inline-block;
    width: 100%;
    margin: 15px 0;
    background-image: url(../images/add-icon.png);
    background-repeat: no-repeat;
    background-position: 0 3px;
    padding: 0 0 0 50px;
    font-weight: 100;
}
#footer .box3 .info.phone {
    background-image: url(../images/phone-icon.png);
}
#footer .box3 .info.time {
    background-image: url(../images/hours-icon.png);
}
#footer .box3 .info.inq {
    background-image: url(../images/email-icon.png);
}
#footer .coppy {
    font-weight: 100;
    font-size: 16px;
}
#footer .social a {
    margin: 0 0 0 10px;
}
#header .top-bar br {
    display: none;
}
.z-default-subpage-header {
    background-image: url(../images/page-banner.jpg);
    background-position: center top;
    background-size: cover;
    text-align: center;
    overflow: hidden;
}
.z-default-subpage-header .z-default-subpage-title {
    margin: 190px 0 0 0;
    padding: 8px 0;
    font-size: 56px;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Impact';
    background-color: rgba(0, 0, 0, .5);
    position: relative;
    width: 100%;
}
.z-default-subpage-header .z-default-subpage-title:before, .z-default-subpage-header .z-default-subpage-title:after {
    content: '';
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 100%;
    top: 0;
}
.z-default-subpage-header .z-default-subpage-title:after {
    left: auto;
    right: 100%;
}
.content-slider {
    margin-bottom: 0;
}
.content-slider .slider-previous-button, .content-slider .slider-next-button {
    background: transparent;
}
.award-slider .content-slides-container, .about1-slider .content-slides-container {
    width: 100%;
}
span.rss-summary-text {
    display: inline-block;
}
.juicer-feed .j-meta{ display:none;}
.juicer-feed h1.referral a{
    display: none !important;
}

.gameImage1{max-height:420px;}
.gameLink1{min-height:140px;}
@media screen and (max-width: 1362px) {
    .gameImage1{max-height:360px;}
	a.rbtn, .h-sec6 .nform button.submit {padding: 8px 20px;font-size: 20px;}
    .main-menu ul.sub-menu {
        top: 45px;
    }
    #footer .box3 .info{ background:none !important; padding-left:0px; font-size:16px; }
}
@media screen and (max-width: 992px) {	
    .section-slideshow{ margin-top:119px;}
    .manual-table{ display:block; float:left; width:100%;}
    .manual-table th, .manual-table td{ display:block;width:100%; float:left;}
    .manual-table tr{ display:block; float:left; width:100%; padding-bottom:10px;}
	#header .logo, .main-menu {display: none;}
	#header .top-bar {padding: 10px 15px;}
	#footer {padding-left: 15px;padding-right: 15px;}	
    .z-mobile-header .z-mobile-header-logo {width: 135px;}	
    .z-mobile-header .z-mobile-menu {background-color: #1e1e1e;}
    .z-default-subpage-header {margin-top: 0;}
    #header .right {display: none;}
    .z-mobile-menu-icon span {background: #edd52d;}
    .z-mobile-header .z-mobile-menu {background-color: #af1d15;}
    .content-slider .slider-previous-button {right: 93%;}
    .content-slider .slider-next-button {left: 93%;}
    .gameImage1{max-height:auto;}
    .gameLink1{min-height:auto;}
    #footer .info-row{width:100%; font-size:16px; }
}
@media screen and (max-width: 767px) {
    .world-slider .box{ width:30%;}
	#footer .box.box1 {max-width: 250px;  padding-right:20px; width:50%;}
	#footer a.rbtn {margin-top: 5px;}
	#footer .box2, #footer .box2, #footer .box3 {padding-top: 35px;padding-left: 0;}
	#footer .box2 li {margin: 2px 0;}
	#footer .box3 .info {margin: 8px 0;}
	#footer .social {float: left;margin: 15px 0 0 0;}
	#footer .social a {margin: 0 10px 0 0;}
    #header{background-color:#000;}
    .z-mobile-header .z-mobile-header-logo {width: 95px;}
    .z-mobile-header {}
    .nform input, .nform button{width:80%;}
    #footer .box2{ width:50%; }
    #footer .box3 { width:50%;}
}
@media screen and (max-width: 479px) {
    #footer .box2, #footer .box3, #footer .box1{ width:100%; }
	#header .top-bar, #header .right {width: 100%;text-align: center;}
	#header .top-bar br {display: inline;}
	#header .top-bar a.link {margin: 0 2px;}
	#header .top-bar a.btn {font-size: 20px;padding: 8px 25px;margin: 5px 0;border-radius: 8px;}
	#header .top-bar a.social {margin: 5px;}
	#header {/*position: relative;background-color:#000;*/}
	a.rbtn.btn2 {font-size: 20px;padding: 10px 25px;}
    .z-mobile-header .z-mobile-header-logo img {max-width: 100px;}
    .content-slider .slider-previous-button {right: 94%;}
    .content-slider .slider-next-button {left: 94%;}
    .z-default-subpage-title {margin-top: 42px;font-size: 42px;}
    .p-title.z-t-50 {font-size: 40px;}
    .z-default-subpage-header .z-default-subpage-title {margin: 80px 0 0 0;font-size: 40px;}

}