﻿/***** 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{width: 100%; height: auto;}

.center {text-align: center;}


/*===================== 
	@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: #000;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

select,
button,
[type="button"],
[type="reset"],
[type="submit"],
[type="date"] {
  -webkit-appearance: button;
}

/*===================== 
	base styles 
=======================*/
.flex-wrapper {display: flex; justify-content: center; flex-wrap: wrap;}
.flex-staff {display: flex; flex-wrap: wrap; align-items: center;}
.flex-staff h1 {width: 100%;}

body {
	overflow-x: hidden;
	font-family: 'montserratlight';
	font-size: 14px;
	line-height: 1.6;
	-web-text-size-adjust:none;
}

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;} 

.clear{clear:both;}
	
/*===================== 
	typography 
=======================*/


h1 { font-family: 'montserratbold'; color: #bb2b30; font-size: 25px; text-transform: uppercase;}
h2 { font-family: 'montserratlight'; color: #000; font-size: 21px;}
h2 a{ color: #333; font-size: 18px;}
h2 a:hover{ color: #000;}

/*.fa {
	color:#333;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa:hover {
	color:#000;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/



h3 { font-family: 'montserratbold'; color: #bb2b30; font-size: 25px; text-transform: uppercase;}
h4 { font-family: 'montserratlight'; color: #000; font-size: 15px;}
h5 { font-family: 'montserratbold'; color: #bb2b30; font-size: 25px; text-transform: uppercase; text-align:center;}

h6 { font-family: 'montserratregular'; color: #fff; font-size: 14px;}
h7 { font-family: 'montserratbold'; color: #fff; font-size: 14px; text-align:right;}
h8 { font-family: 'montserratregular'; color: #fff; font-size: 13px; text-align:right;}


p { font-family: 'montserratregular'; font-size: 16px; line-height: 28px; color:#000;}

.quote{
	font-style: italic;
	font-family: 'montserratlight'; 
	font-size: 20px; 
	line-height: 28px;
	color:#000;
}


/*===================== 
	link styles 
=======================*/

a{
	font-family: 'montserratbold';
	color: #bb2b30;
	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: #313233; text-decoration:none;}

/*===================== 
	header styles 
=======================*/

header {
	margin: 0 auto;
	z-index: 99999;
	position:relative;
	width: 100%;
}
	
.logo {
    margin: 0 auto;
    text-align: center;
    max-width: 350px;
    display: inline;
	float: left;
	width: 33.33%;
    position: relative;
	box-sizing: border-box;
}
.logo img {
    max-width: 275px;
    width: 100%;
	padding-left: 7%;
    text-align: center;
    position: relative;
	display:inline;
}

.home-header{
	background: #92c4ff;	
}


.header{
	background: #949494;	
}
.header-right {
	position: relative;
    float: left;
	width: 33.33%;
    text-align: right;
    padding: 1% 1% 1% 0;
	font-size: 17px;
	box-sizing: border-box;
}
	.header-right a{
		color:#000;
	}
	.header-right a:hover{
		color:#ba0e0e;
	}
.header-left {
	position: relative;
    float: left;
	width: 33.33%;
    text-align: left;
    padding: 1% 0 1% 1%;
	box-sizing: border-box;
}
	


/*===================== 
	content styles 
=======================*/


.wrapper {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
}
.wrapper iframe{
	width: 100%;
	margin: 0 auto;
	text-align:center;
}

.wrapper-inv {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
	opacity: .4;
}

.wrapper-video {
	width: 100%;
	margin: 0 auto;
	max-width: 600px;
	text-align:center;
}


.wrapper-gallery {display: flex; justify-content: center; flex-wrap: wrap;}
.wrapper-gallery h1 {width: 100%; text-align: center;}
.wrapper-gallery img {display: block; margin: 0 auto;}


video iframe{
	width: 100%;
	margin: 0 auto;
	max-width: 600px;
	text-align:center;
}



.content{
	padding:4% 0;	
}

.mid-wrap{
    width: 100%;
    margin: 0 auto;
    max-width: 1100px;
    position: relative;
    bottom: 290px;
}

.giant{width:100%;}
.giant img{width:100%;}

.box {
    background: rgba(231, 231, 231, 0.8);
    position: relative;
    bottom: 260px;
    z-index: 998;
    padding: 2%;
    margin: 0 auto -40px;
    max-width: 1100px;
}

.box.homepage {
	max-width: none;
	width: 100%;
	bottom: 0;
	margin: 0 auto;
	display: inline-block;
}

.box #store img{
	max-width:500px;
	width:100%;
	margin:0 auto!important;
	display:block!important;
	text-align:center!important;
}	

#store img{
	max-width:500px;
	width:100%;
	margin:0 auto!important;
	display:block!important;
	text-align:center!important;
}


.box .column3 img{
    width: 100%;
    max-width: 405px;
    border: solid #000 1px;
}

.box2 {
    background: rgba(231, 231, 231, 0.8);
    max-width: 1100px;
    position: relative;
    bottom: 20px;
    z-index: 8;
    padding: 3em;
    margin: 50px auto 0;
}

#states img{
	 max-width: 205px;	
	 width:100%;
}

.box2 .column2 img{
	width:100%;
	max-width:600px;
}



.box3 {
    background: rgba(231, 231, 231, 0.8);
    max-width: 650px;
    position: relative;
    bottom: 20px;
    z-index: 998;
    padding: 2%;
    margin: 8% auto 0;
}



.manus{
	text-align:center;
	padding: 2% 0;
    background: #fff;
    margin: 0 auto ;
}
.manus img {
    max-width: 150px;
    padding: 0 .5%;
    text-align: center;
    margin: 0 auto;
	vertical-align: middle;
}

.store{width:100%;	}
.store img{width:100%;	}


.bottom-socials {
    display: inline;
}
.bottom-socials img{
	max-width:50px;
	padding-right: 15px;
}

.brand-log {display: flex; width: 100%; margin: 0 auto; text-align: center; justify-content: center; }
.brand-log a img{width: 100%; text-align: center; margin: 0 auto;}

/*===================== 
	POP-UP VIDEO
=======================*/

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*.box {
  width: 50%;
  margin: 0 auto;
  background: rgba(0,0,0,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}
*/

.popup .close {
    position: absolute;
    top: 0px;
    right: 15px;
	transition: all 0.2s;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
.popup .close:hover {
  color: #ff4620;
}
.popup .content {
  max-height: 60%;
  overflow: auto;
}

/*Let's make it appear when the page loads*/
.overlay:target:before {
    display: none;
}

.overlay:before {
  content:"";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 9;
}

.overlay .popup {
    background: #000;
    border-radius: 5px;
    width: 45%;
    position: absolute;
    top: 180px;
    left: 0;
    right: 0;
    float: none;
	padding: 10px 20px 0px;
    margin: 0 auto;
    text-align: center;
    z-index: 999999;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.overlay:target .popup {
    top: -100%;
    left: -476%;
}

.popup #form {
    background: #fff;
    padding: 12% 4%;
    color: #333333;
}

	
/*===================== 
	home page slideshow styles 
=======================*/




/*** BACKGROUND SLIDES ****/
.cb-slideshow,
.cb-slideshow:after { 
    position: top;
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	top:0;
    z-index: 2; 
}

.cb-slideshow ul{ 
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
	list-style:none !important;
}

.cb-slideshow li{ 
	width: 100%;
    height: 800px;
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
	list-style:none !important;
	top:0;
    position: absolute;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 45s linear infinite 0s;
    -moz-animation: imageAnimation 45s linear infinite 0s;
    -o-animation: imageAnimation 45s linear infinite 0s;
    -ms-animation: imageAnimation 45s linear infinite 0s;
    animation: imageAnimation 45s linear infinite 0s;
}

.cb-slideshow li:nth-child(1) { 
    background-image: url(../siteart/slide_01.jpg);
	-webkit-animation-delay:none;
    -moz-animation-delay: none;
    -o-animation-delay:none;
    -ms-animation-delay: none;
    animation-delay: none; 
	opacity: 1;
	 -webkit-animation: none !important;
	 -moz-animation: none !important;
	 -o-animation: none !important;
	 -ms-animation: none !important;
	 animation: none !important;	
}
.cb-slideshow li:nth-child(2) { 
    background-image: url(../siteart/slide_02.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) { 
    background-image: url(../siteart/slide_03.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) { 
    background-image: url(../siteart/slide_04.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) { 
    background-image: url(../siteart/slide_05.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}



/* Animation for the slideshow images */

@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}



/*===================== 
 scrolling inventory
=======================*/

.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
    background: #000;
    padding: 5px 0;
    border-bottom: solid 5px #b22;
    border-top: solid 5px #b22;
} 
.scrolling{
    width:100%;
    height:92px;
}

/*===================== 
	layout styles 
=======================*/

.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;}
.column2 a{color:#bb2b30;}
.column2 a:hover{color:#000;}
.column2 iframe{width:100%;}
.column2 img{width: 100%;}
.column2 #states{width: 100%; max-width: 275px;}
.column2 #map{width:100%; max-width:165px;}

.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;}

.box2 .column4 {width:calc(33.33% - 2em); float:left; padding: 1%; margin: 1em; box-sizing: border-box; font-size: 13px;}
.box2 .column4 img{
	max-width:400px;
	width:100%;
	padding-bottom:25px;
}

#form .column4 h4 {font-size: 18px; line-height: 24px; margin-bottom: 10px;}
#form .column4 p {font-size: 14px; line-height: 20px;}
#form .column4 ul {list-style: disc; list-style-type: disclosure-closed; margin-left: 20px;}
#form .column4 ul li {color: #000; margin: 5px 0;}

.column4 p{font-family: 'montserratlight';  color: #272727;}
.column4 p a{font-family: 'montserratregular';  color: #bb2b30;}
.column4 p a:hover{font-family: 'montserratregular';  color: #ccc;}

.column5 {width:20%; float:left; box-sizing: border-box;}
.column6 {width:15%; float:left; padding-right:0; box-sizing: border-box;}
.column7 {width:30%; padding-right:0; box-sizing: border-box;}



/*===================== 
	main form
=======================*/
.footer-form iframe {width: 100%; height: 30em;}


.form-left{
	float:left;	
}

#form{
	background: #fff;
	max-width:1100px;
	width: 95%;
	margin: 5% auto;
	color:#333333;
	display: flex;
	justify-content: center;
}

#form .half{
	width:210px;	
}

#form input, #form select {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin: 5px 0;
    height: 30px;
    box-sizing: border-box;
    font-family: 'montserratlight';
}
#form textarea {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #ccc;
	margin: 5px 0;
	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: 100%;
    font-size: 14px;
    font-family: 'montserratregular';
    border: 1px solid #fff;
    background: #000;
    color: #fff;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    border-radius: 6px;
    height: 35px;
}
#form input.send-button:hover {
	background: #fff;
	color:#000;
	border: 1px solid #000;
    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;} 


/*===================== 
	top footer styles 
=======================*/

.bottom {
    width: 100%;
    background: #000;
}

.bottom-logo img{
	padding: 8% 0 0;
	max-width:210px;	
}

.footer {
    width: 100%;
    padding: 1% 0 2%;
    font-family: 'montserratlight';
    font-size: 11px;
    line-height: 19px;
    color: #fff;
	background:#222222;
    margin: 0 0 0 0;
}

.footer a{font-family: 'montserratlight'; color: #fff; font-size: 11px; line-height: 24px;}
.footer a:hover{font-weight:bold;}


.bottom-footer {
    background: #000;
    padding: 4% 0 2%;
}


/*-------------------*/

a.footerlink:link, a.footerlink:visited, a.footerlink:active{font-family: 'montserratregular'; color:#fff; font-size:10px; line-height: 14px;}
a.footerlink:hover {font-family: 'montserratbold'; font-weight:bold; text-decoration:none; font-size:10px;}
.footertext{font-family: 'montserratregular'; font-size:11px; color:#fff; line-height: 14px;}
.smallfootertext{font-family: 'montserratlight'; font-size:9px; color:#fff; line-height: 14px;}

.divfooter {
    background: #222222;
    text-align: left;
    padding: 2% 0;
    line-height: 20px;
    float: right;
}
.clear{clear:both;}	



/*===================== 
  background styles 
=======================*/

/*.welcome {
    background: url(../siteart/slide_01.jpg) top center fixed;
    background-size: auto auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}*/


.welcome {
	-webkit-text-size-adjust: none;
    background: url(../siteart/slide_01.jpg)!important;
    overflow-x: hidden;
    background-size: cover!important;
    background-attachment: fixed!important;
    background-position: bottom !important;
}

.internal {
/* padding: 17px 0 385% 0;*/
}


.welcome2 {
    background: url(../siteart/slide_03.jpg) top center fixed;
    background-size: auto auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.internal2 {
    padding: 17px 0 0 0;
}


.welcome3 {
    background: url(../siteart/slide_02.jpg) top center fixed;
    background-size: auto auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.internal3 {
    padding: 17px 0 0 0;
}

.welcome4 {
    background: url(../siteart/slide_04.jpg) top center fixed;
    background-size: auto auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.internal4 {
    padding: 17px 0 0 0;
}


.welcome5 {
    background: url(../siteart/slide_05.jpg) top center fixed;
    background-size: auto auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.internal5 {
    padding: 17px 0 0 0;
}


/*===================== 
  non-iframe inv styles 
=======================


.hosted-content h3 {
    text-align: left;
    color: #000;
}

.hosted-content .p-tb-10 {
    padding: 5% 0 !important;
    background: rgba(231, 231, 231, 0.8)!important;
}

	
.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
    line-height: 2em;
    color: #757575;
}

.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button {
    color: #fff!important;
    background:#bb2b30!important;
	border-radius:6px!important;
}


.listings-wrapper .hosted-theme .btn:hover {
    background: #757575!important;
    color: #bb2b30!important;
}

.hosted-content #main-search label {
    color: #000 !important;
}


.hosted-content .compare-container{
	background: rgba(231, 231, 231, 0.8)!important;	
	padding:4%!important;
}


.hosted-content .listings-detail-wrapper .border-bottom {
	border-bottom: 1px solid #ebebeb;
    width: 100%!important;
    display: inline!important;
}
*/



/*===================== 
  video section styles 
=======================*/
.video-wrapper {
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	padding: 20px 0;
}

.video-wrapper h3 {
	padding: 10px;
	color: #222222;
	border-bottom: 5px solid #bb2b30;
}

.video-wrapper .left {
	float: left;
	width: 48%;
	margin: 5px;
}

.video-wrapper .right {
	float: right;
	width: 48%;
	margin: 5px;
}




/*===================== 
  responsive styles 
=======================*/

@media screen and (max-width: 1866px){

.box {
    background: rgba(231, 231, 231, 0.8);
    position: relative;
    bottom: 225px;
    z-index: 998;
    padding: 2%;
    margin: 0 auto -40px;
}

}
@media screen and (max-width: 1700px){

.box {
    background: rgba(231, 231, 231, 0.8);
    position: relative;
    bottom: 150px;
    z-index: 998;
    padding: 2%;
    margin: 0 auto -40px;
}

}
@media screen and (max-width: 1575px){

.box {
    background: rgba(231, 231, 231, 0.8);
    position: relative;
    bottom: 60px;
    z-index: 998;
    padding: 2%;
    margin: 0 auto -40px;
}

}
@media screen and (max-width: 1460px){

.cycle-slideshow {
    width: 100%;
    position: relative;
    margin: 0 auto -828px;
    bottom: 250px;
}

.box {
    background: rgba(231, 231, 231, 0.8);
    position: relative;
    bottom: 25px;
    z-index: 998;
    padding: 1%;
    margin: 0 auto -40px;
}


}
@media screen and (max-width: 1366px){

.cycle-slideshow {
    width: 100%;
    position: relative;
    margin: 0 auto -712px;
    bottom: 248px;
}

.box {
    background: rgba(231, 231, 231, 0.8);
    position: relative;
    bottom: 30px;
    z-index: 998;
    padding: .5%;
    margin: 0 auto -8px;
}

.box img {
	max-width:800px!important;
	width:100%!important;
}	

p {font-size: 15px;}
h1 {font-size: 22px;}




}
@media screen and (max-width: 1350px){

.box {
    background: #fff;
    max-width: 890px;
    position: relative;
    bottom: 0;
    z-index: 998;
    padding: 4% 0;
    margin: 0 auto 0px;
}


.cycle-slideshow {
    width: 100%;
    position: relative;
    margin: 0 auto -293px;
    bottom: 298px;
}

}
@media screen and (max-width: 1210px){

.manus img {width:100px; max-width: 126px;}
	
.wrapper {width: 95%;max-width: 100%; padding: 0 4%;}

.column6 {width: 19%;}

}
@media screen and (max-width: 1118px) {


.box .column2{
    width: 100%;
    float: left;
    padding-right: 0px;
    box-sizing: border-box;
    margin: 0 0 2%;
}

.box {
    background: #fff;
    max-width: 890px;
    position: relative;
    bottom: 0;
    z-index: 998;
    padding: 4% 0;
    margin: 0 auto 0px;
}

.cycle-slideshow {
    width: 100%;
    position: relative;
    margin: 0 auto -293px;
    bottom: 323px;
}



}
@media screen and (max-width: 1080px) {

.cycle-slideshow {
    width: 100%;
    position: relative;
    margin: 0 auto -329px;
    bottom: 40px;
}

.header-left img{
	max-width: 315px;
		
}


.cycle-slideshow {
    width: 100%;
    position: relative;
    margin: 0 auto 0!important;
    bottom: 40px;
}

/*-------------*/



}
@media screen and (max-width: 970px) {
	
#form .column4 {
    width: 25%;
    float: left;
    padding-right: 25px;
    box-sizing: border-box;
    color: #d3d3d3;
}
.flex-staff {justify-content: center; text-align: center;}
.column4 {
    width: 100%!important;
    float: left!important;
    box-sizing: border-box;
    color: #d3d3d3;
}
.form-right {
    float: left;
    padding: 2% 0;
}
.column6 {
    width: 100%;
    margin-bottom: 2%;
}
.bottom-logo img {
    padding: 1% 0 0;
    max-width: 147px;
}
.divfooter {
    text-align: left;
    padding: 10% 0;
    line-height: 23px;
    float: left;
}

.footer {text-align: center;}

}
@media screen and (max-width: 890px) {

.box {
    background: #fff;
    max-width: 890px;
    position: relative;
    bottom: 0;
    z-index: 998;
    margin: 0 auto 0px;
}

.column3{
	width:100%;
	margin: 2% auto;
	padding:0;	
}

.column2 .divfooter{
	width:100%;
	text-align:left;	
}
.column2 #form{
	width:100%;
}	
	
.header-right {font-size: 14px;}
	
.video-wrapper .left, .video-wrapper .right {float: none; width: 100%;}
	


}
@media screen and (max-width: 700px) {

.header-right {
    position: relative;
    float: none;
    text-align: center;
    padding: 1% 0;
    width: 100%;
}
.logo {
    padding: 0;
    max-width: 100%;
    width: 100%;
    float: none;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.logo img {
    width: 100%;
	padding-left: 0;
	height: auto;
	margin: 0 auto;
    position: relative;
	max-width: 220px;
}
.header-left {
    position: relative;
    float: left;
    text-align: left;
    padding: 1% 0;
    width: 100%;
}
.header-left img {
    max-width: 300px;
    width: 100%;
    float: none;
    margin: 0 auto;
    text-align: center;
    display: block;
}
#form {flex-wrap: wrap;}
#form .column4, #form .column1 {
    width: 100%;
    float: none;
    padding: 1em 5%;
    box-sizing: border-box;
    color: #d3d3d3;
}
	
	.box2 h3, .box2 .column4 {text-align: center;}
}
@media screen and (max-width: 581px) {

.column2 {
    width: 100%;
    float: left;
    padding-right: 0;
    box-sizing: border-box;
}

.box2 .column4 {
    width: 100%;
    padding: 1%;
    margin: 0 auto;
    display: block;
}
	
.logo img {
	max-width: 200px;
}


}
@media screen and (max-width: 440px) {
	
h1 {font-size: 19px;}
h2 {font-size: 19px;}
p {
    font-size: 13px;
    font-family: 'montserratlight';
}


}
@media screen and (max-width: 350px) {

#form .half {
    width: 100%;
    max-width: 300px;
}

}
	
