﻿


/***** 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;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------
teal: 00a996
dark gray: 373737
*/

/***** END RESET *****/

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {
	font-family: 'Montserrat', sans-serif !important;
	font-size:16px; 
	line-height: 26px; 
	color: #000; 
	font-weight:400;
	overflow-x:hidden;
	width:100%;
}
h1 { font-size: 2.5em; color:#00a996;font-weight:800; text-transform:uppercase; padding: 10px 0; letter-spacing: 2px;}

h2 {font-size: 22px; text-align:left; color:#000; font-weight:400;text-transform:uppercase; letter-spacing: 2px;}
h3 {font-size:30px; color: #00a996; font-weight: 800; padding: 5px 0; text-transform:uppercase;  letter-spacing: 2px;}
h4{font-size: 20px; color:#00a996; font-weight:700;}

a:link, a:visited, a:active {text-decoration:none; color:#000;}

strong{font-weight:700;}


#pad{padding:2% 0;}
#pad-l{padding:3% 0;}

.clear{clear: both;}

/*--- HEADER STYLES --------------------------*/

.header-top{background: #000; margin:  0 auto; text-align: center; padding: 10px 0;}
.header-top p{display: inline-block; color: #00a996; font-size: 15px; margin: 0 40px 0 0; font-weight: 700; letter-spacing: 1px;}
.header-top a{color: #00a996;}

header {
	width:100%;
	float:left;
	/*box-shadow: 0px 6px 13px -4px rgba(0,0,0,0.4);*/
	position: absolute;
	z-index: 999;
}


#topleft {
	width:27%;
	position: absolute;
    content: " ";
    display: block;
    top: 0;
    left: 0;
    z-index: 9999999;
    transform-origin: top right;
    -ms-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
	background:#fff;
	padding: 4px 0; 
}

#logo {
	padding-left: 15%;
	
}
#logo img{width:100%; max-width: 200px;
	-ms-transform: skew(20deg, 0deg);
    -webkit-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg);
	display: inline-block;
}

#topright {
	background:rgba(255,255,255,.6); 
	width:76%;
	float:right;
	padding:13px 0;
	display:inline-block;
}


/*---BODY--------------------------------*/

.gray-bg{background:#373737;}
.blue-bg{background: #00a996; color: #fff;}
.blue-bg h1{color: #fff;}

.wrapper-inner {width: 75%; margin: 0 auto;}
.wrapper-center {width: 75%; margin: 0 auto; text-align: center;}

#pageimage{display: block; width: 100%;}
.page-overlay h1{color:#fff; font-weight: 300; font-size: 3em;  text-align: center; line-height: 1em;}
.page-overlay h1 span{font-weight: 800; color: #00a996;}


.page-overlay {
	text-align:center;
	position:absolute;
	top:14vw;
	color:#fff;
	width:100%;
	z-index:99999;
	overflow: hidden;
	display: block;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
        /* Opera/IE 8+ */
}

#blue-button{background:#000; border:2px solid #00a996; width: 400px; padding: 10px; display: inline-block; color: #fff; font-weight: 800; text-align: center; margin: 0 5px;}
#blue-button:hover{background: #00a996;}

/*---SLIDER-------------------*/
.cycle-pager { 
    text-align: center; 
	width: 100%; 
	z-index: 500; 
	position: absolute; 
	bottom: 10px; 
	overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; 
	font-size: 45px; 
	width: 18px; 
	height: 16px; 
    display: inline-block; 
	color: #fff; 
	cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #00a996;}
.cycle-pager > * { cursor: pointer;}

.cycle-slideshow img{width:100%; }
.mobile-hero{display: none;}

.slider-quote h1{color:#fff; font-weight: 800; font-size: 2em;  text-align: center; line-height: 1em;}
.slider-quote {
	text-align:center;
	position:absolute;
	top:35vw;
	color:#fff;
	width:100%;
	z-index:99999;
	overflow: hidden;
	display: block;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
        /* Opera/IE 8+ */
}

#slider-break{clear: both;}

.grid {
	width: 100%;
	padding: 10px 0;
	text-align:center;
	position:relative;
	z-index:999999;
	left:0px;
	right: 0;
	bottom:0;
	margin: 0 auto;
	overflow: hidden;
	-moz-opacity: 0.9;
	filter:alpha(opacity=9);
	display: inline-block;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;      
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	max-width: 30%;
	width: 100%;
	background: #000;
	text-align: center;
	cursor: pointer;
	border-bottom: 10px solid #00a996;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
}



.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 75%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
	position: absolute;
	text-align: center;
	letter-spacing: 2px;	
	font-weight: 700;
	top: 50%;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 35px;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em 0;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*--WELCOME SECTION------------------------*/
.welcome-wrapper{background: url(../siteart/hex-bg.jpg) repeat; width: 100%;}

.welcome-title {
	vertical-align: top;
	width:100%;
	max-width: 550px;
	position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    z-index: 9999;
    transform-origin: top right;
    -ms-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
	background:#00a996;
}
.welcome-title h2{
	color: #fff;
	font-weight: 800; 
	font-size: 40px;
	line-height: 35px;
	letter-spacing: 2px;
	margin-left: 15%;
	padding: 10px 0;
	-ms-transform: skew(20deg, 0deg);
    -webkit-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg);
	display: inline-block;
}
.welcome-title h2 span{color: #000; font-weight: 400; font-size: 25px;}

.welcome-wrapper .wrapper-inner{display: inline-block;  width: 55%; padding-top:115px;}
.welcome-wrapper p{margin: 0 auto;float: right; padding-bottom: 20px; width: 90%;}



#home-map{width: 100%; height: 400px; display: block;}

.contact-text{display: inline-block; float: left; text-align: left;}
.contact-text p a{color: #fff;}
.contact-map{display: inline-block; width: 45%; height: 300px; float: right;}

.team{display: inline-block; width: 48%; color: #fff; text-align: left; margin:  10px 5px; float: left;}
.team h2{font-weight: 800; color: #00a996;}
.team p, .team a{color: #fff;}
.team a{text-decoration: underline;}

/**---- SCROLLING MANU BAR -----------------------------*/
.light-gray{background:#ececec; border-top:#00a996 2px solid; border-bottom:#00a996 10px solid;}
.brandbar{
	margin: 0 auto;
	text-align: center;
	width:90%;
	padding:3% 0;
}
.manu-slider{margin: 0 20px;}
.manu-slider img{width:100%;}



/*--SERVICE PAGE-------------------------------*/
.service-col{display: inline-block; width: 33%; text-align: left; vertical-align: top; font-size: 14px;}
.service-col .fa{font-size: 13px;}

#gal_container {
	width:95%;
	padding:10px 0px;
	margin:0 auto;
	display:inline-block;
}
#gal_container img {  /*Style to make the thumbnail image style on the gallery page.*/
	width:100%; max-width: 400px; padding: 5px; display:inline-block;
}
	
#gal_container span{font-size: 15px; font-weight:400;}		
 /* LYTEBOX GALLERY */

.service{display: inline-block; margin:5px;}

.drop img {width:100%; max-width: 600px !important;}
.drop{display: inline-block; margin:5px;}

/*---CONTACT PAGE------------------------------------*/
.contact-col{width: 30%;display: inline-block; padding: 10px 5px;}



/*---INVENTORY PAGES ------------------------------------*/
.hosted-content #listings-title, .hosted-content .listings-wrapper .listings-list .category-banner h3{font-family: 'Montserrat', sans-serif !important;}
.hosted-content h1{font-size: 30px !important;}
.hosted-content h3{font-size: 25px !important; color:#00a996!important;}

.container .cf{font-family: 'Montserrat', sans-serif !important;}
.hosted-content .listings-wrapper .listings-list .listing-banner{font-family: 'Montserrat', sans-serif !important;}



/*--FOOTER------------------------------*/
.footer{background: #00a996; width: 100%; border-top: 1px solid #f5f5f5}
.footer-left{width:100%; max-width:70%; float:left; background:#fff; display: inline-block; color:#fff;padding:2% 0;
    transform-origin: top right;
    -ms-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
}
.footer-left p{
	font-size: 25px; 
	color:#00a996; 
	letter-spacing: 2px; 
	font-weight: 800; 
	line-height: 25px;
	text-transform: uppercase;
	margin-left: 10%; 
	-ms-transform: skew(20deg, 0deg);
    -webkit-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg);
}


.footer-right{width:30%; float:left; background:#00a996; display: inline-block; text-align: right;}
.footer-right #white-outline-button{margin:40px 0 0 80px; background: none; border: 1px solid #fff; color: #fff; padding: 10px; width: 50%; display: block;font-weight: 800; letter-spacing: 1px; text-align: center; 	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;}
.footer-right #white-outline-button:hover{background: #fff; color: #00a996;}


.copyright{text-align: center; padding: 10px 0; color: #fff; letter-spacing: 1px; text-transform: uppercase; font-size: 14px;}
.copyright a{color: #fff;}





/*--- RESPONSIVE STYLES ---------------------------*/
@media screen and (max-width:1500px){
.grid figure{max-width: 31%;}
figure.effect-sadie h2 {font-size: 28px;}


}

@media screen and (max-width:1300px){
.welcome-wrapper p{width: 90%; padding-top: 0; float:none;}
.welcome-wrapper .wrapper-inner{display: block; width:100%; padding-top: 40px;}

.service-col{width: 50%;}
}

@media screen and (max-width:1100px){
header{position:relative;}
#topleft {width:100%; position:relative; text-align: center; transform: none; margin-bottom: -20px;}

#logo {padding-left: 0%;}
#logo img{max-width: 250px;  transform: none; display: inline-block;}

#topright {width:100%; background: none; float: none; padding: 0;}
	
.slider-quote, .page-overlay{display: none;}
	
.desktop-hero{display: none;}
.mobile-hero{display: inline-block;}

.blue-bg h1{text-align: left;}
.footer-left{max-width: 55%;}
.footer-right #white-outline-button{margin: 20px 0 0 80px; width: 60%;}

.team{display: block; width: 100%; margin: 20px auto; text-align: center;}
.team h2{text-align: center;}

.service-col{width: 100%; display: block;}

figure.effect-sadie p{display: none;}
}


@media screen and (max-width:820px){
h1 { font-size: 30px; }
h1 span{font-size: 28px;}

h3{text-align: center;}
	
.wrapper-inner, .wrapper-center{width: 90%; text-align: center;}

.grid figure{max-width: 400px; margin: 10px auto; text-align: center; float: none;}

figure.effect-sadie p{display: block;}

#home-map{width: 100%; height: 250px;}

.welcome-title{transform: none; max-width:100%;}
.welcome-title h2{margin-left:0; transform: none; text-align: center; margin: 0 auto; display: block;}
}

@media screen and (max-width:649px){
.header-top p{margin: 5px auto; display: block; width: 72%;}

.footer-left{max-width: 100%; transform: none; display: block;}
.footer-left p{transform: none; text-align: center; margin-left:  0;}
.footer-right{width: 100%; text-align: center; margin: 0 auto;}
.footer-right #white-outline-button{margin: 20px 0; display: inline-block;}

#manu-img{max-width: 30%;  margin: 5px 5px;}

.contact-text{width: 100%; display: block;}
.contact-map{width: 100%; display: block; margin-top: 20px;}

}

@media screen and (max-width:320px){
	

	
}