﻿/****************************************************************************************************

***********************************************  INDEX.HTML  ****************************************

*****************************************************************************************************/


/*****       Header       *****/

.header{
	width:100%;
	overflow: hidden;
	padding:10px 0;
	background: #ffffff;
}

.logo{
	float: left;
	width:40%;
}

.logo img{display: block;}

.navigation{
	float: right;
	width:60%;
	text-align: right;
	padding-top:16px;
}

.navigation a{
	display: inline-block;
	font-family: 'Bold-Font';
	font-size: 14px;
	text-transform: uppercase;
	color:#4d4d4d;
	padding:12px 24px;
}

.navigation a.bttn{border:2px solid #007ac2;}

.navigation a:hover{color:#007ac2;}
	

/*****       Main       *****/

.top-section{
	width:100%;
	overflow: hidden;
	text-align: left;
	padding-top:80px;
	background: url('../images/top-bg.jpg') no-repeat center top;
	background-size: cover;
}

.top-section .frame{position: relative;}

.top-section img.branford{
	position: relative;
	margin-left: -30px;
	z-index: 1;
}

.top-section .about-box{
	position: absolute;
	top:80px;
	right: 0;
	max-width: 670px;
	z-index: 2;
}

.youtube{
	position: relative;
	width:100%;
	overflow: hidden;
	margin:40px 0;
	border-radius: 12px;
	-webkit-box-shadow:0 0 30px #101010;
	-moz-box-shadow:0 0 30px #101010;
	box-shadow:0 0 30px #101010;
}


.youtube a{display: block;}
.youtube img{display: block;}

.youtube a::after{
	content:'';
	position: absolute;
	top:50%;
	left:50%;
	margin-left: -44px;
	margin-top:-44px;
	width:88px;
	height: 88px;
	background: url('../images/play-blue.png') no-repeat center center;
	z-index: 3;
}

.youtube a::before{
	content:'';
	position: absolute;
	bottom:23px;
	right: 17px;
	width:157px;
	height: 42px;
	z-index: 3;
	background: url('../images/logo-on-video.png') no-repeat center center;
}

.youtube.grey{
	max-width: 690px;
	margin:60px auto 25px auto;
}

.youtube.grey a::after{
	content:'';
	position: absolute;
	top:50%;
	left:50%;
	margin-left: -50px;
	margin-top:-50px;
	width:99px;
	height: 99px;
	z-index: 1;
	background: url('../images/play-grey.png') no-repeat center center;
}
.youtube.grey a::before{display:none;}

.youtube a:hover::after{opacity: .8;}

.about-footer{
	width:100%;
	padding-top:50px;
}

.snapchat-box{
	position: fixed;
	bottom: -200px;
	left:50%;
	width:470px;
	margin-left:-235px;
	background: #1e1b28;
	border-radius: 12px;
	z-index: 99999;
	-webkit-box-shadow:0 0 30px #101010;
	-moz-box-shadow:0 0 30px #101010;
	box-shadow:0 0 30px #101010;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;
}

.snapchat-box.loaded{bottom: 10px;}

.snapchat-box a{
	display: block;
	padding:15px;
}

.left-box{
	float: left;
	width:70%;
	color:#dddce4;
}

.left-box img{
	float: left;
	margin-right: 20px;
}

.left-box span{
	display: inline-block;
	padding-bottom: 8px;
	background: url('../images/shape.png') no-repeat center bottom;
}

.left-box strong{
	display: block;
	font-size: 35px;
}

.left-box img.arrow{
	float: none;
	margin:0 0 0 -8px;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

.snapchat-box a:hover{background: #23202d;}
.snapchat-box a:hover img.arrow{margin:0;}

.right-box{
	float: right;
	width:30%;
	padding-top:6px;
}

.snapchat-box img.close{
	position: absolute;
	top:-15px;
	right: -15px;
	cursor: pointer;
	z-index: 5;
}

.learn-more{
	float: right;
	width:150px;
	text-align: center;
	margin-top:60px;
}

.learn-more img{
	padding-top:30px;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

.learn-more h6{
	color:#dddce4;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

.learn-more a{display: block;}
.learn-more a:hover h6{color:#007ac2;}
.learn-more a:hover img{padding-top:35px;}

.bottom-section{
	width:100%;
	overflow: hidden;
	text-align: left;
	padding-bottom: 70px;
	background: url('../images/bottom-bg.jpg') no-repeat center top;
	background-size: cover;
}

.services{
	width:100%;
	padding-bottom: 100px;
}

.services-boxes{
	width:100%;
	overflow: hidden;
	padding-top:65px;
	color:#ffffff;
	text-align: left;
}

.service-box{
	position: relative;
	float: left;
	width:32%;
	height: 420px;
	padding:32px 32px 90px 32px;
	margin-bottom: 32px;
	margin-left: 2%;
	background: #0b0917;
	border-radius: 11px;
	-webkit-box-shadow:0 0 30px #101010;
	-moz-box-shadow:0 0 30px #101010;
	box-shadow:0 0 30px #101010;
}

.service-box h5{
	padding-bottom: 18px;
	border-bottom: 2px solid #007ac2;
}

.service-box p{
	color:#9996a4;
	padding-top:20px;
}

.service-box strong{
	display: block;
	font-size: 16px;
	color:#dddce4;
	margin-top:25px;
}

.service-box h6{
	font-size:22px;
	text-transform: none;
	margin-top:20px;
}

.service-box:nth-child(3n+1){margin-left: 0;}

.service-box table{margin-top:25px;}

.service-box table td{
	width:50%;
	font-size: 22px;
	padding:5px 0;
}

.service-box table td:nth-child(2){text-align: right;}

.service-box .bttn-holder{
	position: absolute;
	bottom:40px;
	left:0;
	width:100%;
	text-align: center;
}

.service-box a.bttn:hover{
	background: #0079c1;
	border:2px solid #0079c1;
}

.service-box.empty{
	background: transparent;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

.service-box.empty .learn-more{
	width:100%;
	padding-top:40px;
}

.service-box.empty .learn-more h6{text-transform: uppercase;}

.results{
	width:100%;
	overflow: hidden;
	text-align: center;
}

span.note{
	display: block;
	font-size: 16px;
	color:#625d6b;
	padding-top:10px;
}

.gallery{
	width:100%;
	overflow: hidden;
	padding-top: 50px;
}

.gallery ul li{
	position: relative;
	display: inline-block;
	width:252px;
	height: 183px;
	margin:0 5px 30px 5px;
	overflow: hidden;
	border-radius: 11px;
}

.gallery ul li::after{
	content:'';
	position: absolute;
	right: 10px;
	bottom: 10px;
	width:41px;
	height: 41px;
	background: url('../images/logo-on-image.png') no-repeat center center;
}

.gallery ul li:hover{opacity: .8;}

.gallery ul li img{border-radius: 11px;}

/*****       Footer       *****/

.footer{
	width:100%;
	overflow: hidden;
	padding:22px 0;
	background: #110f1a;
}

.footer-box{
	float: left;
	width:33.3333333333%;
}

.footer-box img{display: block;}

.footer-box.center-aligned,
.footer-box.right-aligned{padding-top:7px;}

.socials a{
	position: relative;
	display: inline-block;
	width:40px;
	height: 40px;
	margin:0 6px;
	border:2px solid #3a5795;
	border-radius: 100%;
}

.socials a::after{
	content:'';
	position: absolute;
	top:3px;
	left:3px;
	width:30px;
	height: 30px;
	border-radius: 100%;
	opacity: 0;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

.socials a:hover::after{opacity: 1;}

a.facebook{
	background: url('../images/facebook.png') no-repeat center center;
	border:2px solid #3a5795;
}
a.facebook::after{border:2px solid #3a5795;}

a.twitter{
	background: url('../images/twitter.png') no-repeat center center;
	border:2px solid #50a1df;
}
a.twitter::after{border:2px solid #50a1df;}

a.youtube{
	background: url('../images/youtube.png') no-repeat center center;
	border:2px solid #b60001;
}
a.youtube::after{border:2px solid #b60001;}

a.instagram{
	background: url('../images/instagram.png') no-repeat center center;
	border:2px solid #125180;
}
a.instagram::after{border:2px solid #125180;}

.lightbox{display: none;}

.contact-form{
	max-width: 390px;
	width: 100%;
	padding:27px;
	background: #ffffff;
	border-radius: 11px;
}

.contact-form h6{
	color:#007ac2;
	padding-bottom: 15px;
	border-bottom: 1px solid #007ac2;
}

.thank-you{
	display: none;
	max-width: 390px;
	width: 100%;
	text-align: center;
	padding:70px 27px 100px 27px;
	background: #ffffff;
	border-radius: 11px;
}

.thank-you h1{
	font-size: 50px;
	color:#4d4d4d;
	padding-top:20px;
}

.thank-you p{
	color:#797784;
	padding-top:40px;
}






