﻿/***** 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;
}

img{max-width: 100%; height: auto;}


/*===================== 
	@Font-Face 
=======================*/
@font-face {
    font-family: 'montserratlight';
    src: url('/fonts/montserrat-light-webfont.eot');
    src: url('/fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-light-webfont.woff') format('woff'),
         url('/fonts/montserrat-light-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratregular';
    src: url('/fonts/montserrat-regular-webfont.eot');
    src: url('/fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-regular-webfont.woff') format('woff'),
         url('/fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratbold';
    src: url('/fonts/montserrat-bold-webfont.eot');
    src: url('/fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-bold-webfont.woff') format('woff'),
         url('/fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

::-moz-selection {
    background: #4379a8;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #4379a8;
    color: #fff;
    text-shadow: none;
}

/*===================== 
	base styles 
=======================*/

html, body{
	font-family: 'montserratlight';
	font-size: 14px;
	-web-text-size-adjust:none;
	margin:0;
	background: url('../siteart/top_bg.jpg')!important;
	background-repeat:no-repeat;
	background-color: #000!important;
}

svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.clear { clear: both;}
	
/*image replacement*/
.hide-text {
	text-indent:  100%;
	white-space:  nowrap;
	overflow:  hidden;
	}	

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border-style: solid;
    height: 0;
	} 

img { border: 0;} 
	

.body-wrapper {
    background-color: #fff!important;
}
/*===================== 
	typography 
=======================*/

h1 { font-family: 'montserratbold'; color: #000; font-size: 30px; text-transform: uppercase;}
h2 { font-family: 'montserratbold'; color: #000; font-size: 25px;}
h3 { font-family: 'montserratbold'; color: #000; font-size: 20px;}
h4 { font-family: 'montserratlight'; color: #4379a8; font-size: 17px; margin: 5px 0 15px 0;}
h5 { font-family: 'montserratbold'; color: #000; font-size: 16px; text-transform: uppercase;}
h6 { font-family: 'montserratregular'; color: #000; font-size: 16px;}
h7 { font-family: 'montserratlight'; color: #000; font-size: 16px; text-align:right;}

h8{font-family: 'montserratregular'; color: #999; font-size: 16px;}
h8 a{color: #999;}
h8 a:hover{color: #4379a8;}

p { font-family: 'montserratlight'; font-size: 18px; line-height: 35px; font-weight:600; color:#000;}

.quote {
    font-style: italic;
    font-family: 'montserratregular';
    font-size: 20px;
    line-height: 28px;
    color: #000;
}

/*===================== 
	link styles 
=======================*/

a{
	font-family: 'montserratregular';
	color: #999;
	text-decoration:none;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
}
a:hover{color: #4379a8; text-decoration:none;}

/*===================== 
	header styles 
=======================*/

header {
	margin: 0 auto;
	width: 100%;

}
.header-container {
    width: 95%;
    margin: 0 2%;
	padding: 0 0 2%;
}
	
.logo {
    padding: 25px 0 0;
    margin: 0;
	float:left;
}
.logo img{max-width:320px;}

.header-contact {
    font-family: 'montserratlight';
    float: right;
    text-align: right;
    padding: 90px 0 0;
}
#location{font-size:22px; color:#fff; text-transform:uppercase;}
#contact{font-size:22px; color:#fff;}
#contact a{color:#fff;}
#contact a:hover{color:#4379a8;}


/*===================== 
	content styles 
=======================*/


.divider{
	margin:50px 0 20px;	
	width:30%;
}

.gallery{width:100%;}
.gallery2{width:100%;}
.gallery3{width:100%;}

.small_gallery{display:none;}
.small_gallery2{display:none;}
.small_gallery3{display:none;}
	
/*===================== 
	slideshow styles 
=======================*/

.cycle-slideshow{
	padding:50px 0;
	width:80%;
	margin:5% auto 0;
}



/*===================== 
 scrolling inventory
=======================*/

.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}


/*===================== 
	layout styles 
=======================*/

.wrap {
	margin:0 auto;
	width: 100%;
	background:#fff;
	margin: 35px 0 0;
}

.container{
	width: 92%;
	padding: 4%;
}



.left {float: left;}
.right {float: right;}
.clear {clear:both;}
	
.column1 {width:75%; float:left; padding-right: 50px; box-sizing: border-box;}
.column2 {width:50%; float:left; padding-right: 25px; box-sizing: border-box;}
.column3 {width:33.33333%; float:left; padding-right: 25px; box-sizing: border-box;}
.column4 {width:25%; float:left; padding-right: 25px; box-sizing: border-box; color: #d3d3d3;}
.column5 {width:20%; float:left; box-sizing: border-box;}



/*===================== 
	main form
=======================*/

#form{
	background: #fff;
	color:#333333;
	width: 92%;
	margin: 0 2%;
	padding: 4% 2%;

}

#form input {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #ccc;
	margin: 5px 0 15px;
	height: 30px;
	box-sizing: border-box;
	font-family: 'montserratlight';

}

#form textarea {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #ccc;
	margin: 5px 0 15px;
	height: 90px;
	box-sizing: border-box;
	font-family: 'montserratlight';

}

#form select {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #ccc;
	margin: 5px 0 15px;
	height: 30px;
	box-sizing: border-box;
}

#form input[type="checkbox"] {
    margin:5px 10px 0 0;
    width:13px;
    height:13px;
    display:inline;
}
#form input[type="radio"] {
    margin:5px 10px 0 0;
    width:15px;
    height:15px;
    display:inline;
}
 
#form input.send-button,
#form input.send-button:focus {
    text-align: center;
    text-transform: uppercase;
    width: 207px;
    font-size: 14px;
    color: #fff;
	font-family: 'montserratregular';
	background:#4379a8;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    border-radius: 6px;
	height: 50px;
}

#form input.send-button:hover {
	background:#30536f;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
	cursor: pointer;
}
 
/*CAPCHA*/

.CaptchaPanel {
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
	text-align: left !important;
	line-height:normal !important;
}

.CaptchaAnswerPanel input {width: 200px !important;}

.CaptchaImagePanel {
	margin:0 0 0 0;
	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;
}

.CaptchaAnswerPanel {
	margin:0 0 0 0;
	padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:8px 0 8px 0 !important;
}
.CaptchaWhatsThisPanel a {color: #859090;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 






/*===================== 
	footer styles 
=======================*/

footer{
	margin:0 auto;
	width: 100%;
	background:#fff;
}

.divfooter {
    text-align: left;
    margin: 50px auto;
	width: 92%;
	padding: 4%;
	background:#fff;
}


a.footerlink:link, a.footerlink:visited, a.footerlink:active{
	text-decoration:none; 
	font-family: 'montserratlight'; 
	font-size:10px;
	color:#646569;

	}
	
a.footerlink:hover {
	text-decoration:none; 
	font-family: 'montserratlight'; 
	font-size:10px;
	color:#99999;
	}

.footertext{
	font-family: 'montserratlight'; 
	font-size:10px;
	 color:#646569;
	 }

.smallfootertext{
	font-family: 'montserratlight'; 
	font-size:10px;
	 color:#646569;
	 }
	 
/*===================== 
	inventory styles 
=======================*/

.hosted-content .fluid {
    clear: both;
    width: 100%;
    float: left;
    background: #fff;
}


.hosted-content .fixed-column6 {
    width: 100%!important;
    margin: 0 1.5%;
    padding: 0;
}
.container-inv {
    max-width: 1100px;
    margin:0 auto;
    padding:10px;
    box-sizing: border-box;
}
.container-inv .container {
    width:100%;
}
.mobile-breadcrumb {
     background: #4379a8!important;   
}



@media screen and (max-width: 995px) {
 
.header-contact {
    float: right;
    text-align: right;
    padding: 100px 0 0;
}
#contact {
    font-size: 17px;
    color: #fff;
}
 
 
}
@media screen and (max-width: 785px) {


.logo {width: 100%; float:none;}
.logo img{width:100%;}
.header-contact {float: left; text-align: left; padding: 2% 0 0 2%;}
 


}
@media screen and (max-width: 716px) {

h1 {font-size: 22px;}
p {font-size: 15px;line-height: 35px;}



}
@media screen and (max-width: 605px) {

#contact {font-size: 16px;}

.divider {width: 50%;}


}
@media screen and (max-width: 510px) {

.gallery{display:none;}
.gallery2{display:none;}
.gallery3{display:none;}
.small_gallery{display:block; width:100%;}
.small_gallery2{display:block; width:100%;}
.small_gallery3{display:block; width:100%;}

.column2{width:100%;float:none;}

}
@media screen and (max-width: 400px) {

.logo img {max-width: 100%;}
.header-contact {float: none; text-align: center; padding: 2% 0 2% 2%;}

.divider {width: 80%;}

}
@media screen and (max-width: 767px) and (min-width:321px) {




}

	
