/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {list-style: none;}


/***** END RESET *****/

/***** colors *****

blue: 00008b
gray: eff0f3

font-family: 'Barlow Condensed', sans-serif;
font-family: 'Montserrat', sans-serif;

*/

@font-face {
    font-family: 'icon-worksregular';
    src:url(../fonts/icon-works-webfont.eot);
    src: url(../fonts/icon-works-webfont.eot?#iefix) format('embedded-opentype'),
         url(../fonts/icon-works-webfont.woff) format('woff'),
         url(../fonts/icon-works-webfont.ttf) format('truetype'),
         url(../fonts/icon-works-webfont.svg#icon-worksregular) format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body{
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px;
	color: #000;
	overflow-x: hidden;
	width: 100%;
}
::-moz-selection {
    background: #00008b;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #00008b;
    color: #fff;
    text-shadow: none;
}
h1,h2,h3{ color: inherit; text-transform: uppercase; font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-style: italic}
h1{font-size: 40px; letter-spacing: 1px; line-height: 45px;}
h2{font-size: 34px; letter-spacing: 1.25px;}
h3{font-size: 26px; letter-spacing: 1px;}
h4{font-size: 18px; font-weight: 700; font-family: 'Montserrat', sans-serif;}


p{line-height: 26px;}


a{ color: inherit;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
	text-decoration: none;
}
a:hover{color: #00008b;}

.fine-print {font-size: 13px;}

.clear{clear:both;}	

.shadow{box-shadow: 0px 6px 14px -7px rgba(0,0,0,.28);}


/*---STYLES---*/
.blue{color: #00008b;}
.gray{color: #ACACAC;}

.blue-bg{background: #00008b; color: #fff;} .black-bg{background: #000; color: #fff}
.white-bg{background: #fff;} .light-gray{background: #eff0f3;} .dark-gray{background: #212121; color: #fff}
.eq-bg{width: 100%; background: url(../siteart/eq-bg.jpg) no-repeat fixed center; background-size: cover; }

.wrapper-center{width: 80%; margin:  0 auto; text-align: center;}
.wrapper-inner{width: 80%; margin:  0 auto;}
.wrapper90{width: 90%; margin:  0 auto;}

.pad{padding:20px 0;}
.l-pad{padding:50px 0;}
.xl-pad{padding:100px 0;}
.margin-top{margin-top: 30px}

#blue-btn{background: #00008b; color: #fff; padding: 15px 30px; text-align: left; font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-style: italic; letter-spacing: 2px; text-transform: uppercase}
#blue-btn:hover{background: #000; color: #fff; }

#blue-btn .fa, #white-outline .fa{display: inline-block; text-align: right; margin-left: 30px}

#white-outline{color: #fff; border: 1px solid #fff; padding: 12px 30px; text-align: left; font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-style: italic; letter-spacing: 1px; text-transform: uppercase; font-size: 18px;}
#white-outline:hover{background: #fff; color: #000; }


.flex-box{display: flex; align-items: center}
.flex-box .col-2{justify-content: flex-start; width: 50%; margin: 0 3px 0 0} 
.flex-box .col-2:last-of-type{margin: 0 0 0 0} 

.flex-row{display: flex;}


/*---HEADER ---*/

.header{background: #fff; display: flex; align-items: center; padding: 20px 0}
.header .left{justify-content: flex-start; width: 30%; text-align: left; }
.header .center{justify-content: flex-start; width: 40%; text-align: center; }
.header .center img{width: 100%; max-width: 200px;}

.header .right{justify-content: flex-start; width: 30%; text-align: right; padding: 10px 0; position: relative; float: right}
.header .right .fa,.header .right .fab{display: inline-block; background: #00008b; color: #fff; text-align: center; padding: 10px; font-size: 20px; vertical-align: middle; margin: 1px}
.header .right .fa:hover,.header .right .fab:hover{background: #000}

/*--search--*/
.mobile-search{display: none;}
.headsearch{display: inline-block; width: 550px; vertical-align: middle; margin-right: 5px;}
#search,#submit{
	display:inline-block; 
	zoom: 1; 
	vertical-align:middle; 
	padding:0.5% 1%; 
	border:none; 
	-moz-border-radius:0; 
	-webkit-border-radius:0; 
	border-radius:0 !important;
}

#search{width:40%; 
	color:#969696;
	background: #e6e6e6; 
	height: 40px;
	padding: 0 !important
}
#submit{margin-left:5px; 
	background:#00008b; 
	padding:10px 15px; 
	font-family: 'icon-worksregular'; 
	color: #fff; 
	font-size: 20px; 
	font-weight: bold;
}
#submit:hover{background: #000; color: #fff;}

/*--hero--*/
.cycle-slideshow {width: 100%; display: block}
.cycle-slideshow img{width: 100%; display: block;}

.hero-overlay{position: absolute; z-index: 111; top: 10vw; width: 550px; left: 4%; color: #fff}
.hero-overlay h1{font-size: 42px; margin-bottom: 15px} 

.img-gradient{ position:relative;}
.img-gradient:after {
  content:'';
  position:absolute;
  left:0; top:0;
  width:60%; height:100%;
  display:inline-block;
  background: -moz-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(220, 66, 37, 0.5) 100%); /* FF3.6+ */
  background: -webkit-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%); /* IE10+ */
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.0) 0%, rgba(37, 37, 37, 0.8) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.img-gradient img{ display:block;}


/*-- detailed search--*/
.search-wrap{margin-top: -100px; position: relative; z-index: 111; background: #fff;}

.detailed-search-wrap {width:90%; margin: auto;}

.detailed-search-wrap .column3 {
	width: 32%;
	display: inline-block;
	float: left;
	box-sizing: border-box;
	margin: 5px 5px 5px 0;
	color: #000 !important;
}

.detailed-row .column3.second{vertical-align: middle; margin-top: 20px;}
.detailed-search input[type='submit'] {
	font-size:15px;
	color:#fff;
	font-weight:700;
	background: #00008b;
    width: 100%;
	padding: 9px 0;
	margin-top: 20px;
	letter-spacing: .50px;
	font-family: 'Barlow Condensed', sans-serif; 
	font-style: italic;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	outline: none;
	border: none;
	-webkit-appearance: none;
}
.detailed-search input[type='submit']:hover{
	color:#fff;
	background:#000;
}
.detailed-search input[type='text'], .detailed-search select{
	font-weight: 400; 
	font-family: 'Montserrat', sans-serif; 
	border: 1px solid #878787;
	width: 100%;
	margin: 2px 0;
	padding: 0 8px;
	font-size: 14px;
	height: 40px;
	background-color: #f9f9f9;
	box-sizing: border-box;
	-webkit-border-radius: 0;
	border-radius: 0;
}

/* NOUI SLIDER */
.detailed-search .hp-slider .example-val {padding: 5px 0;}
.detailed-search .noUi-target{position: relative; direction: ltr}
.detailed-search .noUi-origin{position: absolute; right: 0; top: 0; left: 0; bottom: 0; border-radius: 2px}
.detailed-search .noUi-handle{position: relative; z-index: 1}
.detailed-search .noUi-marker, .detailed-search .noUi-pips, .detailed-search .noUi-tooltip, .detailed-search .noUi-value{position: absolute}
.detailed-search .noUi-horizontal{height: 12px; z-index: 0}
.detailed-search .noUi-horizontal .noUi-handle{width: 25px; height: 21px; left: -13px; top: -6px}
.detailed-search .noUi-background{background: #ccc;}
.detailed-search .noUi-connect{background: #EEE !important; border: 1px #EEE solid;}
.detailed-search .noUi-target{width: calc(95% - 15px); margin: 15px auto 0 auto;}
.detailed-search .noUi-handle{background: #4b4b4b !important; border: 1px solid #ccc; border-radius: 3px;}
.detailed-search .noUi-handle:after, .detailed-search .noUi-handle:before{content: ""; display: block; position: absolute; height: 12px; width: 1px; background: #E8E7E6; left: 10px; top: 3px}
.detailed-search .noUi-handle:after{left: 12px}
.detailed-search .noUi-pips-horizontal{padding: 5px 0; height: 10px; top: 100%; left: 0; width: 100%}
.detailed-search .noUi-marker-horizontal.noUi-marker{margin-left: -1px; width: 1px; height: 5px; background: #777;}
.detailed-search .example-val{font-size: 12px; font-weight: 600; color: #000;} .example-val span{font-weight: 400;}
.detailed-search #slider-price-value-lower:before, .detailed-search #slider-price-value-upper:before{content: '$'; padding-right: 2px}


/*-- welcome--*/
.welcome{padding:0 0 100px 0}
.welcome .col-2 img{width: 90%;}

/*-- categories--*/
.eq-bg.home{padding: 90px 0 200px 0}

.categories{display: flex; align-items: center; flex-wrap: wrap; background: #fff; margin-top: 30px; padding: 30px 0}
.cat-box{flex: 1; text-align: center; color: #000; border-right: 1px solid #eee}
.cat-box:last-of-type{border-right: none} .cat-box img{margin-bottom: 20px; max-width: 200px}
.cat-box img:hover{transform: scale(1.08); transition: all 0.6s;}

.requests{display: flex; align-items: center; flex-wrap: wrap; position: relative; margin-top: -60px; padding-bottom: 60px}
.zoom-container {
	flex: 1;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.zoom-container img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
.zoom-container .zoom-caption {
	color: #fff;
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
.zoom-container .zoom-caption .text{margin: 18% auto}
.zoom-container:hover .zoom-caption:hover{background: rgba(0, 0, 0, .3);}

.zoom-container:hover img {
	-webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}
.zoom-container:hover .zoom-caption {background: none;}


/*--manu slider --*/
.manuwrap{display: flex; align-items: center}
.manuwrap .left{width: 30%; justify-content: flex-start}
.manuwrap .right{width: 70%; justify-content: flex-start}

.manu-slider{box-shadow: 0px 6px 14px -7px rgba(0,0,0,.15); padding: 15px 0; text-align: center; background: #fff; border: 1px solid #e6e6e6; margin: 5px;}
.manu-slider:hover{background: #f5f5f5}

.manu-slider img{width:100%; max-width: 300px; margin:0 auto}

/*--locations home --*/
.locations-home .col-2{width: 35%;} .locations-home .col-2.right{width: 65%; text-align: right}
.locations-home .col-2 img{width: 90%;}


/*-- SUB PAGES --------------------*/
.subpages{padding: 50px 0}


/*--location --*/
.col-2.left-world{width:30%;}
.col-2.right-world{width:70%;}
.col-2.right-world img{width:95%; float: right}

.loc{display: flex;}
.loc .col-2{justify-content: flex-start; width: 50%;}
.loc .col-2 .wrapper-inner{margin: 0}
/*-- contact --*/

.col-2.contact img{width: 100%; max-width: 500px; float: right}

.red-box{background: #ED2A23; border:1px solid #000; width: 200px; padding: 10px}
.blue-box{background: #2B2F85; border:1px solid #000; width: 200px; padding: 10px}
.yellow-box{background: #F3EA07; border:1px solid #000; width: 200px; padding: 10px}

/*---FOOTER---*/
.footer{font-family: "Montserrat"}
.footer ul{margin:0 auto 40px auto;}
.footer ul li{display: inline-block; padding: 0 20px; line-height:30px} .footer ul li a{color: #fff;} .footer ul li a:hover{text-decoration: underline; color: #fff}

.footer .fa, .footer .fab{display: inline-block; background: #fff; color: #212121; text-align: center; padding: 10px; font-size: 20px; vertical-align: middle}
.footer .fa:hover,.footer .fab:hover{opacity: .7}


/*---FORMS -----------------------------------*/
.form-row{display: flex;}
.formfield{flex: 1; font-family: 'Montserrat', sans-serif; position: relative; padding: 5px 0; margin: 5px; font-size:13px;}


.formfield input, .formfield select  {
	width: 100%;
	padding: 10px 0;
	border:1px solid #134773;
	background:#fff;	
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	-webkit-appearance:none;
	border-radius: 0 !important;
	-webkit-border-radius: 0px !important;
}

input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
    display:inline;
	
 }
.formfield textarea {
	width: 100%;
	padding: 10px 0;
	border:1px solid #134773;
	font-weight: 700;
	color:#000;
	background:#fff;
	font-family: 'Montserrat', sans-serif;
    height:85px;	
	-webkit-appearance:none;
	border-radius: 0 !important;
	-webkit-border-radius: 0px !important;
} 

form input.button,
form input.button:focus {
	float: none;
    width:160px;
    margin:0 auto;
	font-size:15px;
	display: block;
	border: none;
	-webkit-appearance:none;
	border-radius: 0 !important;
	-webkit-border-radius: 0px !important;
	
	background: #00008b; 
	color: #fff; 
	padding: 15px 0; 
	text-align: center; 
	font-weight: 700; 
	font-family: 'Montserrat', sans-serif; 
	letter-spacing: 2px; 
	text-transform: uppercase
	
}
form input.button:hover {
    background: #000; /* For browsers that do not support gradients */
	margin: 0 auto;
	text-align: center;
	display: block;
	transition: all .8s ease; 
}

/*control the Captcha */

.CaptchaPanel {margin: 0 auto !important;padding:0 0 0 0 !important;line-height:normal !important;color:#000 !important;width: 100%;  text-align:left;}
.CaptchaPanel input{width: 100% !important; max-width: 300px;}
.CaptchaImagePanel {
	
margin-top: 10px;
padding:0 0 0 0;
}

.CaptchaMessagePanel {
padding:0 0 0 0 !important;
margin:0 0 0 0 !important;
font-weight:normal !important;
font-size:12px;
line-height:14px;
text-align: center;
	color: #000 !important
}

.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 auto;
	padding:10px 0 10px 0 !important;
	width: 100%;
	float: right;
	display: block;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 



/*---RESPONSIVE STYLES --------------------------*/


@media screen and (max-width: 1550px) {	

}


@media screen and (max-width: 1350px) {	

	.hero-overlay{top: 5vw;}	
}

@media screen and (max-width: 1100px) {	

.wrapper-center,.wrapper-inner{width: 90%;} 
	

/*---HEADER ---*/
.header{display: block;}
.header .left{display: none }
.header .center{justify-content: flex-end; width: 100%; text-align: center; }
.header .center img{width: 100%; max-width: 250px;}

.header .right{justify-content: flex-end; width: 100%; text-align: center; float: none}
.header .right .fa,.header .right .fab{font-size: 15px;}

.mobile-search{display: block; margin: 10px auto; float: none; width: 100%; text-align: center}
.headsearch{display: inline-block; width: 100%; margin-right: 0;}
#search{width: 65%;}
	

/*-- detailed search--*/
.search-wrap{margin-top: -20px;}
	
.welcome {padding: 100px 0;}	
}

@media screen and (max-width: 850px) {
.xl-pad{padding:65px 0;}


.flex-box{display: block;}
.flex-box .col-2{justify-content: flex-end; width: 100%; margin: 10px auto} 
.flex-box .col-2:last-of-type{margin: 0 0 0 0} 

.flex-row{display: block;}

	
.hero-overlay{top: 5vw; width: 90%; left: 4%;}
.hero-overlay h1{font-size: 32px; margin-bottom: 15px} 
.img-gradient:after {width:100%; 
  background: -moz-linear-gradient(left, rgba(0,0,0,0.9) 0%, rgba(220, 66, 37, 0.9) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(220, 66, 37, 0.9)), color-stop(100%,rgba(0,47,75,0.9))); /* Chrome,Safari4+ */
  background: -o-linear-gradient(top, rgba(0,47,75,0.9) 0%,rgba(220, 66, 37, 0.9) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0,47,75,0.9) 0%,rgba(220, 66, 37, 0.9) 100%); /* IE10+ */
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.0) 0%, rgba(37, 37, 37, 0.9) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
	
	.detailed-search-wrap .column3 {display: block; width: 100%; margin: 10px auto}
	
.welcome {padding: 60px 0;}	
.welcome .col-2 img {  width: 100%; margin-bottom: 10px;}
.welcome .col-2{text-align: center;}	
	
	
.eq-bg.home {padding: 90px 0 150px 0;}	
.requests{display: block; margin-top: -60px}
.zoom-container {
	display: block;
	width: 100%;
	margin-bottom: 5px
}	
	
/*--location --*/
.col-2.left-world{width:100%;}
.col-2.right-world{width:100%;}
.col-2.right-world img{width:95%; float: none}

.loc{display: block;}
.loc .col-2{justify-content: flex-end; width: 100%;}
.loc .col-2 .wrapper-inner{width: 100%; margin: 0 auto 30px auto}
	
/*-- contact --*/
.col-2.contact img{width: 100%; max-width: 500px; float: none; margin: 0 auto;}

	
/*---FORMS --*/
.form-row{display: block;}
.formfield{flex: 1; margin: 5px auto; width: 100%; display: block}
	

/*--manu slider --*/
.manuwrap{display: block; align-items: center}
.manuwrap .left{width: 100%; justify-content: flex-end; text-align: center; margin-bottom: 20px;}
.manuwrap .right{width: 100%; justify-content: flex-end}
.manu-slider img{width:100%; max-width: 250px; margin:0 auto}

/*--locations home --*/
.locations-home .col-2{width: 100%; text-align: center} .locations-home .col-2.right{width: 100%; text-align: center; margin-top: 60px}
.locations-home .col-2 img{width: 90%; margin: 0 auto; text-align: centere}

}


@media screen and (max-width: 649px) {
	
	.hero-overlay, .img-gradient, .img-gradient:after {display: none}
	
	.cat-box{margin: 10px auto;} .cat-box img{max-width: 150px}

.zoom-container .zoom-caption .text{margin: 15% auto}
	.zoom-container .zoom-caption .text h4{font-size: 14px;} .zoom-container .zoom-caption .text h2{font-size: 26px}
}




@media screen and (max-width:530px) {

	.footer ul li{display: block;}
}

@media screen and (max-width:335px) {
	.cat-box{border-bottom: 1px solid #eee; display: block; padding: 10px 0}
	.cat-box:last-of-type{border-bottom: none} 
}
