@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,700);


/* 
dark: #390303;
light: #bf2626;
 */


::-webkit-scrollbar-track
{
	background-color: #111;
}

::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{background-color: #bf2626;}

body{
	margin: 0;
	padding: 0;
	background-color: #eee;
	padding: 0px 0;
	font-family: 'Rubik', sans-serif;
	overflow-x:hidden; 
}
.mainsitediv{
	float: left;
	width: 100%;
	display: block;
}
a, a:active, a:visited, a:link{
	color: #390303;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 10px;
}

h1{	font-size: 28px;}
h2{	font-size: 20px;}
h6{	font-size: 17px;}

hr{
	width: 30px;
	margin: 10px 0;
	border:1px solid #bf2626;
	display:block;
}

p{
	font-size: 15px;
	line-height: 160%;
	font-weight: 300;
}

ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.nopad{padding: 0;}
header{
	float: left;
	width: 100%;
	background-image: url(../images/headbg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	z-index: 100;
}
header::after{
	position: absolute;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	z-index: 4;

  background: #222; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(-60deg, #222, #390303); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(-60deg, #222, #390303); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(-60deg, #222, #390303); /* For Firefox 3.6 to 15 */
  background: linear-gradient(-60deg, #222, #390303); /* Standard syntax */
}
header::before{
	position: absolute;
	content: " ";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
	opacity: 0.8;
	z-index: 5;

  background: #111; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(0deg, #111, rgba(0,0,0,0.0)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(0deg, #111, rgba(0,0,0,0.0)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(0deg, #111, rgba(0,0,0,0.0)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(0deg, #111, rgba(0,0,0,0.0)); /* Standard syntax */
}
.headcontent{
	position: relative;
	z-index: 10;
}
.headtop{
	float: left;
	width: 100%;
}
.logo img{
	height: 120px;
	padding: 35px 40px;
	background-color: #fff;
	float: left;
	position: relative;
	z-index: 5;
	margin-left: 30px;
}
.deets{float: right;}


.deets a{
	padding: 40px 20px;
	float: left;
	text-transform: uppercase;
	color: white;
}
.deets img{
	height: 60px;
	margin-right: 10px;
	float: left;
}
.deets p{
	font-weight: 700;
	font-size: 16px;
	line-height: 25px;
	float: left;
	margin: 5px 0;
}
.deets span{
	font-weight: 300;
	font-size: 13px;
	line-height: 25px;
}

.headbanner{
	float: left;
	width: 100%;
	border:10px solid white;
	margin-top: -30px;
}

header h1{
	color: white;
	font-size: 36px;
	text-transform: uppercase;
	line-height: 30px;
	font-weight: 700;
	margin: 40px 0 40px;
	float: left;
}
header h1 span{
	font-size: 17px;
	font-weight: 300;
}
nav{
	width: 100%;
	float: left;
}
nav ul li{
	display: inline-block;
	float: left;
	position: relative;
}
nav ul li a{
	float: left;
	color: white;
	text-transform: uppercase;
	font-size: 14px;
	color: white;
	font-weight: 300;
	padding: 0 10px;
	line-height: 50px;
	margin-right: 10px;
	transition: ease 0.2s;
}
nav i{margin-left: 10px;}
nav a, nav a:active, nav a:visited, nav a:link{
	color: #fff;
	text-decoration: none;
}
.active{
	box-shadow: inset 0 -4px 0 #bf2626;
}
nav ul li a:hover{	
	box-shadow: inset 0 -3px 0 #fff;
}
.sub-menu{
	position: absolute;
	top: 50px;
	width: 400px;
	background-color: #111;
	display: none;
	z-index: 60000;
}
.sub-menu li, .sub-menu li a{
	width: 100%;
}
.sub-menu li a{padding: 0 30px;}
.sub-menu li a:hover{
	background-color: rgba(0,0,0,0.3);
}
nav ul li:hover .sub-menu{display: block;}
.intro{
	float: left;
	width: 100%;
	background-color: #eee;
}
.servslider{
	text-align: center;
	background-color: #111;
	padding: 0 30px;
	color: white;
}
.servslider h2{
	font-size: 22px;
	color: white;
	font-weight: 300;
	margin-top: 20px;
	letter-spacing: 1px;
}
.servslider div{
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	outline: 0;
}
.servslider img{
	margin: 0 30%;
	width: 40%;
}
.introtext{
	padding: 80px;
	padding-bottom: 0;
}
.homecontent{
	float: left;
	width: 100%;
	background-color: #fff;
	padding: 80px;
}
.hometext ul{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}
.hometext ul li{
	line-height: 25px;
	background-color: #eee;
	margin-bottom: 5px;
	padding: 15px 20px;
}


.why{
	width: 100%;
	float: left;
	padding: 100px 0;
	position: relative;

	background-image: url(../images/why.jpg);
	-webkit-background-size: cover;
	background-size: cover;
}
.why::after{
	position: absolute;
	content: " ";
	width: 50%;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #390303;
	z-index: 1;
	opacity: 0.9;
}
.whyright{
	background-color: #fff;
	padding: 50px;
}
.whyleft{
	padding: 60px 0 0;
	padding-right: 40px;
	color: white;
}
.whyleft h3{
	font-size: 35px;
}
.whyleft h3 span{
	color: #bf2626;
	font-weight: 300;
}
.whyleft p{
	font-size: 18px;
	font-weight: 300;
}
.whycontent{
	position: relative;
	z-index: 10;
}
.whyright img{
	height: 60px;
	margin-right: 10px;
	padding: 5px;
}
.whyright h4{
	line-height: 60px;
}
.whyleft a{
	background-color: #bf2626;
	display: inline-block;
	line-height: 40px;
	padding: 0 20px;
	text-transform: uppercase;
	border-radius: 20px;
	font-size: 13px;
	color: white;
}

.formsection{
	float: left;
	width: 100%;
	position: relative;
	color: white;
	padding: 100px 0;

	background-image: url(../images/form.jpg);
	-webkit-background-size: cover;
	background-size: cover;
}
.formcontent{
	position: relative;
	z-index: 11;
}
.formsection::before{
	position: absolute;
	content: " ";
	width: 100%;
	right: 0;
	top: 0;
	height: 100%;
	background-color: #111;
	z-index: 1;
	opacity: 0.9;
}
.formsection::after{
	position: absolute;
	content: " ";
	width: 50%;
	right: 0;
	top: 0;
	height: 100%;
	background-color: #bf2626;
	z-index: 1;
	opacity: 0.65;
}
.formageleft h3{
	font-size: 35px;
}
.formageleft{
	padding: 0;
	padding-right: 60px;
}
.formageleft a{
	line-height: 50px;
	display: block;
	color: white;
}
.formageleft a img{
	height: 50px;
	padding: 10px;
}
.formageright{
	padding: 0;
	padding-left: 60px;
}




.myform label{
	float: left;
	font-size: 14px;
	position: relative;
	font-weight: bold;     
	text-transform: uppercase;
	line-height: 24px;
	box-sizing: border-box;
	color: #fff;
}
select{
	border-radius: 0px;
}
.myform img{
	width: 215px;
	height: 80px;
	float: left;
	background-color: none!important;
	margin: 10px 10px 10px 0px;
	display: block;
}
.security{
	width: 100%;
	display: block;
	overflow: auto;
}
#code{
	width: calc(100% - 225px);
	margin-bottom: 0px;
	margin-top: 10px;
}
.myform a{
	width: calc(100% - 225px);
	line-height: 30px;
	color: #FFF;
	background-color: none;
	display: block;
	float: left;
	padding: 0px 20px;
}
.myform input, .myform select{
	width: 100%;
	color: #111;
	padding: 0px 0px;
	border:0px;
	border-bottom: 2px solid #bf2626;
	height: 46px;
	margin-bottom: 12px;
	border-radius: 0px;
	background-color: none!important;
}
.myform textarea{
	padding: 10px 20px 10px 20px;
	color: #111;
	border:0px;
	border-left: 2px solid #bf2626;
	background-color: none;
	width: 100%;
	height: 120px;
	border-radius: 0px;
}
.select-option{
	background-color: #666;
	border: none;
	color: #FFF;
}
.myform p{
	float: right;
	margin: 0px 10px;
	padding: 0px;
	width: calc(100% - 245px);
	line-height: 40px;
}

input[type=submit]{
	width: auto;
	height: 46px;
	margin-top: 20px;
	background-color: #390303;
	border-radius: 0px;
	text-transform: uppercase;
	color: #FFF;
	border: none;
	outline: none;
	float: left;
	padding: 0px 40px;
	font-size: 14px;
}
.myform input:focus, .myform textarea:focus, .myform select:focus{
	border:0px;
	border-bottom: 2px solid #390303;
	outline: none!important;
	box-shadow: none;
}
@media screen and (max-width: 580px){
	.myform img{
	width: 100%;
	height:auto;
}
#code{
	width: 100%;
	margin-bottom: 0px;
}
.myform a{
	width: 100%;
	margin-top: 10px;
	line-height: 30px;

}
}
::-webkit-input-placeholder {
   color: rgba(255,255,255,0.8);
}

:-moz-placeholder { /* Firefox 18- */
   color: rgba(255,255,255,0.8);  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(255,255,255,0.8);  
}

:-ms-input-placeholder {  
   color: rgba(255,255,255,0.8);  
}

.followbar{
	width: 100%;
	float: left;
	background-color: #eee;
	padding:10px 0;
}
.followbar a{
	background-color: #111;
	display: inline-block;
	line-height: 40px;
	text-transform: uppercase;
	border-radius: 50%;
	font-size: 13px;
	color: white;
	width: 50px;
	height: 50px;
	float: right;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	margin-left: 10px;
}
.followbar p{
	float: left;
	margin: 0;
	line-height: 50px;
}
footer{
	width: 100%;
	float: left;
	background-color: #111;
	color: white;
	padding: 50px 0 0;
}

.fcol{
	padding: 0;
	padding-right: 40px;
}
.fcon a{
	line-height: 50px;
	color: white;
	float: left;
	margin-right: 20px;
}
.fcon a img{
	height: 50px;
	padding: 10px;
	padding-left: 0;
}
.fnav{
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
}
.fnav li a{
	color: white;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 30px;
}

.by{
	border-top: 1px solid #bf2626;
	padding: 30px 0;
	margin-top: 30px;
}
.by p{
	float: left;
	margin: 0;
	margin-right: 15px;
}
.by span{float: right;}



.socialtoggler{display: none;}
.toggler{display: none;}

.hometest{
	float: left;
	width: 100%;
	text-align: center;
	padding: 100px 0;
	position: relative;
}
.testslider div{
	outline: none;
	padding-top: 10px;
}
.testslider p{
	font-size: 21px;
	margin: 0;
}
.testslider span{
	text-transform: uppercase;
	font-size: 13px;
	margin-top: 20px;
	display: block;
}


main{
	width: 100%;
	float: left;
	background-color: #fff;
	padding: 0px 0;
}


.sidebar{
	padding: 50px 0;
	padding-right: 30px;
	position: relative;
	color: white;
	z-index: 2;
}
.sidebar img{width: 100%;margin-bottom: 10px;}
.sidebar a{color: white;}
.content{
	padding: 50px 30px 50px 80px;
}

.sidebar::after{
	position: absolute;
	content: " ";
	top: 0;
	left:-200%;
	width: 300%;
	height: 100%;
	z-index: -1;

  background: #222; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(-60deg, #222, #390303); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(-60deg, #222, #390303); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(-60deg, #222, #390303); /* For Firefox 3.6 to 15 */
  background: linear-gradient(-60deg, #222, #390303);
}
.sidebar ul{
	list-style: square;
	padding-left: 20px;
}
.sidebar ul li{
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding: 5px 0;
	margin-bottom: 10px;
}
.content ul{
	list-style: square;
	padding-left: 20px;
}
.content ul li{
	background-color: #eee;
	margin-bottom: 5px;
	padding: 5px 20px;
}
.content img{
	width: 100%;
	margin: 20px 0;
	margin-top: 0;
}

.sideslider{
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 2px solid white;
	margin-bottom: 30px;
}
.sideslider img{
	padding:30px;
	max-width: 200px;
	text-align: center;
	display: inline-block;
}
blockquote{
	margin: 0;
	margin-top: 15px;
	width: 100%;
	float: left;
	padding: 20px 30px;
	color: white;
	background-color: #111;
	border-radius: 0 0 50px 0;
}
blockquote p{
	margin: 0;
}
blockquote span{
	margin-top: 10px;
	display: block;
}


.thumbs{
	float: left;
	width: 33.33%;
	padding: 8px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.thumbs::after{
	content: " ";
	width: 100%;
	height: 100%;
	background-color: #390303;
	top: 100%;
	left: 0;
	z-index: 20;
	position: absolute;
	transition:ease 0.3s;
	opacity: 0.75;
	pointer-events:none;

	background-image: url(../images/icons/zoom.svg);
	background-position: center center;
	background-repeat: no-repeat;
}
.thumbs img{
	width: 100%;
	margin: 0;
}

.thumbs:hover::after{
	top: 0;

}
.content iframe{
	height: 350px;
	width: 100%;
	margin-bottom: 20px;
}

.introtext img{
	height: 60px;
	margin-right: 15px;
}




































@media screen and (max-width: 768px) { 


.headtop{
	float: left;
	width: 100%;
	text-align: center;
}
.logo{
	width: 100%;
	text-align: center;
	background-color: #fff;
}
.logo img{
	float: none;
	margin-left: 0px;
}
.deets{width: 100%;
text-align: center;}
.deets a{
	padding: 40px 20px;
	float: none;
	display: inline-block;
	text-transform: uppercase;
	color: white;
}
.introtext{
	padding: 30px;
	padding-bottom: 0;
}

.homecontent{
	padding: 30px;
}
.hometext{
	padding: 0;
}
.hometext ul{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}


.why{
	padding: 50px 30px;
}
.formsection{
	padding: 50px 30px;
}
footer{
	width: 100%;
	float: left;
	background-color: #390303;
	color: white;
	padding: 50px 30px 0;
}
.none{display: none;}
.followbar{padding:10px 30px;}

header{
	padding: 0 30px;
}
nav ul li a{
	padding: 0 10px;
	line-height: 50px;
	margin-right: 0px;
}

main{
	width: 100%;
	float: left;
	background-color: #fff;
	padding: 0px 0;
}


.sidebar{
	padding: 20px 30px;
	padding-right: 30px;
	position: relative;
	color: white;
	z-index: 2;
}
.sidebar img{width: 100%;margin-bottom: 10px;}
.sidebar a{color: white;}
.content{
	padding: 30px 30px 30px 30px;
}
.sidebar::after{
	position: absolute;
	content: " ";
	background-color: #0a2f5c;
	top: 0;
	left:-200%;
	width: 300%;
	height: 100%;
	z-index: -1;
	opacity: 0.9;
}
.headbanner{
	margin-top: 20px;
}



.socialtoggler{
	display: block;
	float: left;
	position: fixed;
	background-color: #111;
	left: 50%;
	width: 50%;
	height: 60px;
	padding: 5px;
	z-index: 100;
	color: white;
	text-transform: uppercase;
}
.toggler{
	display: block;
	float: left;
	position: fixed;
	background-color: #bf2626;
	width: 50%;
	height: 60px;
	padding: 5px;
	z-index: 100;
	color: white;
	text-transform: uppercase;
}
.socialtoggler p, .toggler p{font-weight: 700;}
.socialtoggler img{
	position: relative;
	z-index: 5;
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	margin-top: 5px;
}
.toggler img{
	width: 50px;
	height: 50px;
	position: relative;
	z-index: 5;
	float: left;
	margin-right: 10px;
}



.deets{
	position: fixed;
	top: -1000px;
	z-index: 1000;
	background-color: rgba(0,0,0,0.95);
	transition:ease 0.3s;
	left: 0;
}
.showcon{
	top: 60px;
}

.deets a{
	padding: 10px 20px;
	display: block;
	width: 100%;
	float: left;
	text-align: center;
}
.deets img{
	height: 50px;
	display: none;
}
.deets p{
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	margin: 5px 0;
	display: block;
	width: 100%;
	float: left;
	text-align: center;
}
.deets span{
	font-weight: 300;
	font-size: 13px;
	line-height: 20px;
}

nav{
	position: fixed;
	top: -1000px;
	z-index: 1001;
	transition:ease 0.4s;
	left: 0;
	width: 100%;
	background-color: #bf2626;
	opacity: 0.95;
	padding: 20px 0;
}
.shownav{
	top: 60px;
}
nav ul li{
	display: block;
	width: 100%;
}
nav ul li a{
	width: 100%;
	display: block;
	padding: 0 30px;
	line-height: 40px;
}

.sub-menu{
	display: block;
	position: relative;
	top: 0;
}

header{margin-top: 60px;}
}








































@media screen and (max-width: 680px) { 


header{margin-top: 60px;}


.formsection{
	float: left;
	width: 100%;
	position: relative;
	color: white;
	padding: 30px;
}
.formsection::after{
	width: 100%;
	opacity: 0.7;
}

.formageleft h3{
	font-size: 23px;
}
.formageleft{
	padding: 0;
	padding-right: 30px;
	padding-bottom: 30px;
}
.formageleft a{
	line-height: 50px;
	display: block;
	color: white;
	margin-bottom: 5px;
}
.formageleft a img{
	height: 50px;
	padding: 10px;
}
.formageright{
	padding: 0;
	padding-left: 0px;
}


.followbar{
	text-align: center;
	padding: 20px 30px;
}
.followbar p{
	line-height: 25px;
	margin-bottom: 20px;
	display: block;
	width: 100%;
}
.followbar a{
	float: none;
}

.why::after{
	width: 100%;
	opacity: 1;
}
.why{
	padding: 30px 30px;
}

.whyright{
	padding: 20px 0px;
}
.whyleft{
	padding: 0px 0 30px;
	color: white;
}
.whyleft h3{
	font-size: 23px;
}
.whyleft p{
	font-size: 17px;
}
.whyright img{
	height: auto;
	width: 30%;
	margin-right: 0px;
	display: block;
}

header h1{
	font-size: 20px;
}
header h1 span{
	font-size: 15px;
}

.servslider div{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	outline: 0;
}

}