@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,400italic,300);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
body{
	font-family: 'Open Sans', sans-serif;
	overflow-x:hidden;
}
a{
	color: inherit;
}

.seobanner {
       position:absolute;
       left:0;top:-27px;
       transition:.6s;
       -webkit-transition: .6s;
       z-index:999;
       height:30px;
       width:100%;
       line-height:30px;
       margin:0;
       padding:0;
       background:#333333;
       color:#fff;
       font-size:12px;
       text-align:center;
}
.seobanner:hover {
       top:0;
       transition:.6s;
       -webkit-transition: .6s;
}


a:hover{
	color: #FFF;
}
button:focus{
	outline: none;
	border: none;
}

::-webkit-scrollbar-track{
    background-color: #222;
	box-shadow: inset 2px 0px 5px rgba(0,0,0,0.3)
}
 
::-webkit-scrollbar{
    width: 12px;
    background-color: #222222;
}

::-webkit-scrollbar-thumb{
	background-color: #222222;
	box-shadow: inset 2px 0px 5px rgba(0,0,0,0.3)
}
.map-container{
	position: relative;
	display: none;
}
#map{
	width: 100%;
	background-color: #DDD;
	height: 400px;
}
header .map-container{
	display: block;
}
header{
	position: relative;
	z-index: 0;
}
header:before{
	background-color: #222222;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.9;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
}
.contact-info{
	text-align: right;
	padding: 30px 10px;
}
.contact-info p{
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 28px;
	text-transform: uppercase;
	color: #a00f08;
}
.contact-info p span{
	color: #222222;
	font-weight: bold;
}
.mobile-menu{
	width: 100%;
	display: none;
	height: 52px;
	color: #222222;
	background-color: #a00f08;
}
.mobile-menu button{
	margin: 0px;
	position: relative;
	text-transform: uppercase;
	width: 50%;
	float: left;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1.4px;
	line-height: 52px;
}
.mobile-menu button:last-child::before{
	content:'';
	position: absolute;
	left: -1px;
	top: 6px;
	width: 2px;
	height: 40px;
	background-color: #222222
}
nav{
	background-color: #a00f08;
	margin-bottom: 40px;
	position: relative;
	z-index: 200;
	font-family: 'Montserrat', sans-serif;
}
nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
nav ul li{
	float: left;
}
nav ul li a{
	display: block;
	line-height: 52px;
	font-size: 14px;
	padding: 0px 18px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	border-right: 1px solid rgba(0,0,0,0.1);
	transition: box-shadow 0.2s;
}
nav ul li:hover .sub{
	opacity: 1;
	display: block;
}
nav ul li > a:after { 
	content: '\f123'; 
	margin-left: 14px;
	font-family: 'ionicons';
} 
nav ul li a:hover, .active{
	color: #EEE;
	box-shadow: inset 0px 55px rgba(0,0,0,0.2);
}
nav ul li > a:only-child:after { content: '';display: none; }
.sub{
	position: absolute;
	width: 220px;
	z-index: 30;
	display: none;
	background-color: #222222;
}
.sub li{
	width: 100%;
}
.sub li a{
	border-top: 1px solid rgba(0,0,0,0.1);
	border-right: none;
}
.slider-text{
	color: #FFF!important;
}
.slider-text h2{
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 2em;
	font-weight: bold;
	padding-right: 20px;
	margin-top: 20px;
}
.slider-text hr{
	display: block;
	border: none;
	float: left;
	margin-right: calc(100% - 220px);
	width: 220px;
	height: 2px;
	background-color: #222222;
}
.slider-text p{
	padding-right: 20px;
	font-size: 18px;
	line-height: 38px;
}
.slider-text button{
	color: #a00f08;
	margin: 30px 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	padding: 0px 60px 0px 20px;
	line-height: 46px;
	background-color: #DDD;
	border-radius: 0px;
	position: relative;
}
.slider-text button i{
	background-color: #222222;
	position: absolute;
	right: 0px;
	width: 46px;
	height: 46px;
	display: inline-block;
	text-align: center;
}

.slider{
	margin-bottom: 40px;
}
.slider div img{
	box-sizing: border-box;
}
.banner{
	margin: -40px 0 0 0;
}
.cta{
	background-color: #a00f08;
	margin-bottom: -34px;
	min-height: 68px;
}
.cta p{
	line-height: 68px;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	padding: 0px 27px;
	margin: 0;
	display: inline-block;
}
.cta a{
	background-color: #222222;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	line-height: 40px;
	margin: 14px;
	padding: 0px 20px;
	float: right;
}
.cta a:hover{
	opacity: 0.8;
}
.three-columns{
	padding-top: 80px;
	padding-bottom: 30px;
	background-color: #DDD;
}
.three-columns .box{
	border: 1px solid #FFF;
	padding: 20px;
}
/*Primary Section*/
.content{
	padding: 100px 0 50px 0;
}
.split{
	columns: 2;
	-webkit-columns: 2;
}
main h1, main h2, main h3, main h4{
	font-family: 'Montserrat', sans-serif;
	color: #a00f08;
}
main h1{font-size: 1.6em;}
main h2{font-size: 1.4em;}
main h3{font-size: 1.3em;}
main h4{font-size: 1.2em;}

.sub-title{
	color: #222222;
}
main img{
	margin: 20px 0;
}
main p{
	color: #555;
	line-height: 28px;
	font-size: 14px;
}
main p:first-of-type{
	margin-top: 30px;
}
main p img{
	max-width: 200px;
	margin: 0px 20px 6px 0;
	float: left;
}
main ol{
	
	color: #555;

}
main ul{
	list-style: none;
	color: #555;
	padding: 0;
	margin: 20px 0;
}
main ul li{
	line-height: 28px;
}
main ul li:before{
	content: '\f12d';
	font-family: ionicons;
	font-size: 14px;
	color: #222222;
	margin-right: 10px;
}
main blockquote{
	margin-left: 50px;
	position: relative;
	padding: 20px;
	font-size: 14px;
	border-left: 2px solid #a00f08;
}
main blockquote p{
	margin: 0px!important;
	padding: 0px;
	font-style: italic;
}
main blockquote p:last-of-type{
	font-weight: bold;
	margin-top: 20px!important;
	color: #a00f08;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	font-style: normal;
}
main blockquote p:last-of-type::first-letter{
	font-size: 22px;
}
main blockquote:before{
	top: 26px;
	border-radius: 3px 3px 0px 3px;
	content: '\f347';
	font-size: 20px;
	font-family: ionicons;
	position: absolute;
	left: -50px;
	color: #FFF;
	line-height: 50px;
	background-color: #a00f08;
	display: block;
	width: 50px;
	text-align: center;
}
/*Garrerly*/
.gallery{
	margin-top: 30px;
}
.gallery .columns img{
	margin: 0px;
}
.gallery .columns a{
	position: relative;
	overflow: hidden;
	display: block;
	padding: 0px!important;
	margin: 0 0 30px 0;
}
.gallery .columns a:before{
	transform-origin: 0% 0%;
	opacity: 0.8;
	top: 0%;
	transform: rotate(90deg);
	background-size: 80%;
	background-position: center center;
	background-image: url(../images/view.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	margin: 0px;
	transition: all 0.4s;
	background-color: #a00f08;
	position: absolute;
	text-align: center;
	line-height: 100%;
	content: '';
	color: #222222;
	font-size: 80px;
}
.gallery .columns a:hover::before{
	transform: rotate(0deg);
}
.myform label{
	float: left;
	margin-left: 10px;
	font-size: 14px;
	position: relative;
	margin-bottom: -12px;
	font-weight: bold;	
	background-color: #FFF;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	line-height: 24px;
	padding: 0px 10px;
	box-sizing: border-box;
	border-radius: 3px 3px 0 0;
	color: #a00f08;
}
.myform select{
	border-radius: 0px;
}
.myform img{
	width: 215px;
	height: 80px;
	float: left;
	margin: 10px 10px 10px 0px;
}
.myform .security{
	width: 100%;
	display: block;
	overflow: auto;
}
.myform #code{
	width: calc(100% - 225px);
	margin-bottom: 0px
}
.myform a{
	width: calc(100% - 225px);
	line-height: 30px;
	color: #FFF;
	background-color: #a00f08;
	display: block;
	float: left;
	padding: 0px 20px;
}
.myform input, .myform select{
	width: 100%;
	color: #a00f08;
	padding: 0px 20px;
	border: 1px solid #a00f08;
	height: 46px;
	margin-bottom: 12px;
}
.myform textarea{
	padding: 10px 20px 10px 20px;
	color: #444;
	border: 1px solid #a00f08;
	width: 100%;
	height: 120px;
	border-radius: 0px;
}
.myform .select-option{
	background-color: #a00f08;
	border: none;
	color: #222222;
}
.myform p{
	float: right;
	margin: 0px 10px;
	padding: 0px;
	width: calc(100% - 245px);
	line-height: 40px;
}

.myform input[type=submit]{
	width: auto;
	height: 46px;
	margin-top: 20px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	border-radius: 2px;
	text-transform: uppercase;
	color: white;
	border: none;
	outline: none;
	float: right;
	padding: 0px 20px;
}
.myform input:focus, .myform textarea:focus, .myform select:focus{
	border: 2px solid #222222;
	outline: none!important;
}
@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;

}
}



/*Sidebar*/
.aside-container{
	padding: 20px;
	border: 1px solid #999;
	margin-bottom: 20px;
	border-radius: 2px;
	overflow: auto;
}
aside h3{
	color: #a00f08;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.4em;
}
aside img + h3{
	margin-top: 20px;
}
aside p{
	color: #555;
	font-size: 14px;
}
aside a, .button{
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	padding: 0px 10px;
	color: #222222;
	background-color: #a00f08;
	width: auto;
	border: none;
	line-height: 40px;
	display: inline-block;
	border-radius: 2px;
}
aside img{

	display: block;
	margin: 0 auto;
}
aside ul{
	list-style: none;
	margin: 0px;
}
aside ul li i{
	background-color: #222222;
	width: 40px;
	height: 40px;
	margin: 0px 10px 0 0;
	display: block;
	float: left;
	color: #a00f08;
	font-size: 26px;
	text-align: center;
}
aside ul li{
	background-color: #a00f08;
	font-size: 14px;
	padding: 0 10px 0 0;
	line-height: 40px;
	color: #FFF;
	margin: 3px 0;
}
.no-style{
	margin-bottom: 20px;
}
aside .no-style li{
	background-color: transparent;
	color: #555;
	line-height: 26px;
}
aside .no-style li:before{
	content: '\f125';
	margin-right: 10px;
	font-family: ionicons;
}
aside blockquote{
	position: relative;
	padding: 20px;
	font-size: 14px;
	border-left: 2px solid #a00f08;
}
aside blockquote p{
	margin: 0px!important;
	padding: 0px;
	font-style: italic;
}
aside blockquote p:last-of-type{
	font-weight: bold;
	margin-top: 20px!important;
	color: #a00f08;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	font-style: normal;
}
aside blockquote p:last-of-type::first-letter{
	font-size: 22px;
}

/*Footer*/
footer a{
	transition: 0.4s;
}
footer a:hover{
	color: #222222;
}
footer{
	background-color: #a00f08;
	padding: 0 0 40px 0;
	position: relative;
}
footer:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	/*background-color: #a00f08;*/
	opacity: 0.8;
	z-index: -1;
}
footer blockquote, footer p, footer ul{
	color: #DDD;
	font-size: 14px;
	line-height: 30px
}
footer h3{
	font-family: 'Montserrat', sans-serif;
	color: white;
	text-transform: uppercase;
	font-size: 20px;
}
footer blockquote{
	border-left: 2px solid #222222;
	margin-top: 20px;
	padding: 10px 20px 10px 20px;
	font-style: italic;
}
footer .social:hover{
	background-color: #222222;
	color: #a00f08;
	cursor: pointer;
}
footer .social{
	width: 60px;
	float: left;
	margin: 0px 0px 6px 0px;
	line-height: 60px;
	font-size: 24px;
	height: 60px;
	display: block;
	background-color: rgba(0,0,0,0.3);
	color: white;
	text-align: center;
}
footer span{
	font-family: 'Montserrat', sans-serif;
	font-style: italic;
	color: white;
	font-size: 14px;
	opacity: 0.4;
	line-height: 20px;
}
footer address{
	padding: 20px 0;
	font-style: normal
}
footer address p{
	margin: 0;
}
footer ul{
	padding: 20px 0;
	list-style: none;
	margin: 0;
}
footer ul li a{
	color: #DDD;
}
footer form{
	margin-top: 20px;
}
footer form input{
	margin-bottom: 10px;
	background-color: #FFF;
	border: none;
	font-size: 14px;
	line-height: 30px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
}
footer form input[type="submit"]{
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	padding: 0px 10px;
	background-color: #222222;
	color: white;
	width: auto;
	border: none;
	border-radius: 2px;
}
.contact-banner{
	background-color: rgba(0,0,0,0.3);
	margin-bottom: 30px;
}
.contact-banner ul{
	margin: 0px;
	padding: 0px;
}
.contact-banner ul li{
	color: #DDD;
	float: left;
	line-height: 40px;
	padding-right: 20px;
}
.contact-banner ul li:last-child{
	float: right;
}
.credits{
	background-color: #222222;
	color: #FFF;
	position: relative;
}
.show-map{
	width: 50px;
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin-left: -25px;
	border-radius: 50%;
	z-index: 1000000;
	color: #a00f08!important;
	line-height: 50px;
	font-size: 28px;
	text-align: center;
	cursor: pointer;
	height: 50px;
	background-color: #FFF;
	display: block;
}
.credits p{
	line-height: 50px;
	font-size: 14px;
	margin: 0px;
}
@media screen and (max-width: 1023px){
	.banner{
		margin: 0px;
	}
	nav{
		margin-bottom: 0px;
	}
	.cta{
		display: none
	}
	.content{
		padding-top: 30px;
	}
	footer .social{
	width: 40px;
	line-height: 40px;
	height: 40px;
	}
	footer .row .row{
		margin-bottom: 20px;
	}
	.aside-container{
		width: calc(50% - 10px);
		margin: 5px;
		float: left;
	}
}
@media screen and (max-width: 1280px){
	main h1{font-size: 1.6em;}
	main h2{font-size: 1.4em;}
	main h3{font-size: 1.2em;}
	main h4{font-size: 1.1em;}
}
@media screen and (max-width: 1280px){
	.logo{
		padding-left: 20px;
	}
	.contact-info p{
		margin-right: 20px;
	}
	.slider-text *{
		padding-left: 20px;
		padding-right: 20px;
	}
	.slider-text hr{
		margin-left: 20px;
	}
}
@media screen and (max-width: 40em){
	nav{
		margin-bottom: 0px;
	}
	.aside-container{
		width: initial;
		float: left;
	}
	main h1{font-size: 1.4em;padding: 0px 10px;}
	main h2{font-size: 1.3em;padding: 0px 10px;}
	main h3{font-size: 1.2em;padding: 0px 10px;}
	main h4{font-size: 1.1em;padding: 0px 10px;}
	.contact-banner ul li{
		float: left;
		width: 100%;
	}
	.contact-info{
		display: none;
	}
	.top-bar .columns{
		text-align: center;
	}
	.slider-text{
		padding: 10px;
	}
	footer .social{
		margin: 0px 20px 20px 0px;
	}
	footer .columns{
		padding: 0px 20px;
	}
	.mobile-menu{
		display: block;
		cursor: pointer;
	}
	nav ul{
		display: none;
	}
	nav ul li{
		width: 100%;
	}
	nav ul li a{
		border-bottom: 1px solid rgba(0,0,0,0.1);
		border-right: none;
		padding: 0px 25px;
	}
	nav ul li:hover .sub{
		display: none;
	}
	.sub{
		position: static;
		width: 100%;
		overflow: auto;
		background-color: rgba(0,0,0,0.1);
		color: #222222;
		display: none;
	}
	.sub li a{
		border-top: none;
		padding-left: 22px!important;
	}
	.slider-text h2{
		font-size: 24px;
	}
	.slider-text p{
		font-size: 16px;
		line-height: 28px;
	}
	.slider{
		margin-bottom: 20px;
	}
	.slider div img{
		border: none;
	}
	.cta{
		display: none;
	}
	.content{
		padding: 20px 0;
	}
	main p{
		text-align: justify;
		padding: 0 10px;
	}
	main p img{
		max-width: 100%;
		width: 100%;
		margin: 0px 0px 20px 0;
		float: left;
	}
	.aside-container{
		margin: 20px 10px;
	}
	.credits{
		padding-top: 30px;
	}
	aside ul li, aside blockquote{
		font-size: 12px;
	}
	#map{
		height: 250px;
	}
}