
html,
.rbk-arrow{
	overflow-x: hidden;
}
.rbk-navbar {
	position: relative;
	display: block;
	z-index: 1000;
	width:100%;
	border-radius:0px;
}
.navbar.rbk-navbar{
	margin-bottom:0px;
}
.rbk-affix{
	position: fixed;
}
.offset-carousel{
	position: relative;
	top:0px;
	transition: all 0s linear;
}
.remove-offset-carousel{
	top:0px;
	transition: all 0s linear;
}
.container-fluid {
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}
.container{
	margin:0px;
}
.rbk-splash{
	width: 100vw;
	height: 100vh;
	background: #ae0300;
	z-index: 5000;
	position: relative;
	display: block;
	visibility: visible;
}
.rbk-hide{	
	visibility: hidden;
	display: none;
}
.rbk-splash-inner-wrap{
	width:100%;
}
.rbk-splash-logo-wrap{
	background: rgba(255,255,255,.9);
	width:100%;
	padding:25px 0;
	text-align: center;
}
.rbk-splash-logo{
	margin:0 auto;
	width:20%;
}
.rbk-tagline{
	color:#fff;
	text-align: center;
	padding-top: 25px;
	letter-spacing: 2px;
	font-size: 2em;
}
.rbk-arrow{
	width:60px;
	height:60px;
	border:3px solid #fff;
	border-radius: 100%;
	position: absolute;
	bottom:50px;
	z-index: 6000;
	left:50%;
	margin-left: -25px;
	text-align:center;
	cursor: pointer;
}
.rbk-arrow i {
	color:#fff;
	display: block;
	margin:0 auto;
	line-height: 50px;
	font-size: 30px;
}
.navbar{
	background: #fff;
}
.navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
    color: rgba(0,0,0,1);
}
.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus:hover {
    color: #ae0300;
}
#contact a,
#contact a:hover,
#contact a:active,
#contact a:focus{
	color:#fff;
}
a[href^=tel] { 
color: #fff; 
text-decoration: none; 
}
.navbar-brand {
padding:14.5px 15px;
height: 60px;
}
.navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
}
.rbk-logo{
	width:100px;
}
.q-sj,
.q-mm,
.q-chess,
.q-surf{
	width:500px;
	top:39vh;
	left:50%;
}
.q-mm,
.q-chess{
	right:initial;
	left:18%;
}
.bg-chess{
	background-position: center center;
}
.carousel-caption img{
	width:100%;
}
#about,
#services,
#contact{
	min-height:100vh;
	position: relative;
}
.rbk-p{
	line-height: 2.5em;
}
.services-box{
	border:1px solid #000;
	padding:35px;
}
.rbk-h-style-1{
	letter-spacing: 7px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	margin-top:0px;
}
.services-box ul li {
	line-height: 1.8em;
}
.services-box ul {
	margin-bottom: 0px;
}
.extra-top{
	padding-top:50px;
}
.flex-vert-center{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    width:100%;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.arrow{
	position: absolute;
	top:0;
	left: 0;
	width:100%;
	height: 100%;
	opacity: .07;
	background: url('../img/arrow-bg.png');
	background-size: cover;
	background-position: left center;
}
#contact{
	background-image:url('../img/contact-bg.jpg');
	background-size: cover;
}
.rbk-address-block{
	margin-top: 50px;
	line-height: 2em;
}
.rbk-pipe{
	margin:0 10px;
}
.form-control{
	border-radius:0px;
}
input.btn-primary,
input.btn-primary:hover,
input.btn-primary:active,
input.btn-primary:focus,
.cfgen-submit,
.cfgen-submit:hover,
.cfgen-submit:active,
.cfgen-submit:focus
{
	border:2px solid #fff;
	letter-spacing: 5px;
	background:transparent !important;
	border-radius: 0px;
	padding:10px 0px;
	width:150px;
	text-transform: uppercase;
	font-weight: normal;
}
.cfgen-submit:focus{
	box-shadow: 0 0 12px rgba(255,255,255,.6);
}

legend{
	color:#fff;
	border-bottom:1px solid rgba(255,255,255,.2);
	font-size: 1em;
	padding-bottom: 15px;
}
.carousel-control .icon-next, .carousel-control .icon-prev {
    font-size: 2em;
}
@media only screen and (max-width: 1199px) {
.q-sj,
.q-mm,
.q-chess,
.q-surf{
		left: 30%;
		width:45%;
	}
.rbk-splash-logo {
    margin: 0 auto;
    width: 25%;
}
.rbk-tagline {
    font-size: 1.8em;
}
}
@media only screen and (max-width: 991px) {
.services-box {
	margin-bottom:25px;
}
}
@media only screen and (max-width: 767px) {
.q-sj,
.q-mm,
.q-chess,
.q-surf{
		left: 15%;
		width:70%;
	}
.container{
	width:90%;
}
.extra-top{
	padding:0px;
}
.rbk-splash-logo {
    margin: 0 auto;
    width: 45%;
}
.rbk-tagline {
    font-size: 1.4em;
}
.rbk-arrow {
    -webkit-transform:scale(0.75, 0.75);
        -ms-transform:scale(0.75, 0.75);
            transform:scale(0.75, 0.75);
            bottom:80px;
}
.fill{
	background-position: left center !important;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}
.navbar-toggle {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}
.rbk-p {
    line-height: 2em;
}
.rbk-pipe{
	display: none;
}
.services-box .rbk-h-style-1{
	letter-spacing: 4px;
}
section {
	padding:50px 0;
}
.cfgen-form-container{
	padding-top:30px;
}
}
@media only screen and (max-width: 415px) {
#about,
#services,
#contact{
	min-height:100vh;
	position: relative;
}
}