@charset "utf-8";
/***** BEGIN RESET *****/

* {
    border:0;
    margin:0;
    padding:0;
	box-sizing: border-box;
}

body {
	-webkit-text-size-adjust: none;
	background:#fff;
	overflow-x:hidden;
	color:#000;
	line-height:1!important;
}


ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}


@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/bebasneue-webfont.eot');
    src: url('../fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue-webfont.woff') format('woff'),
         url('../fonts/bebasneue-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.legal-text-container {display:none;}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:22px;
}
p a {color: #333;}
p a:hover {text-decoration: none;}

h1 {
	font-family: 'bebas_neueregular', sans-serif;
	font-size:38px;
	font-weight:normal;
	
}

h2 {
	font-family: 'bebas_neueregular', sans-serif;
	font-size:28px;
	font-weight:normal;
	
}

h3 {
	font-family: 'bebas_neueregular', sans-serif;
	font-size:24px;
	font-weight:normal;
	
}

.centers {
	text-align:center;
}

.legal {
	display:none;
}

.make-an-offer {
	display:none;
}


.calculator {
    width:100%;
	max-width:480px;
	margin:0 auto;
	display:block;
    
}
.financial-calc {background:#fff; width:100%; height:1000px!important;}
 
    @media screen and (max-width: 1024px) {
        .calculator {
            width:100%;
            margin-left:0%;
            float:none;
		}
    }       
     
h5 {
    color:#000;
    font-size:2em;
    font-weight:normal;
    margin-bottom:0;
	font-family: 'bebas_neueregular', sans-serif;
	text-align:center;
}   

body .full .inner-wrap {max-width:none;}

/***** END RESET *****/

/****************************************************************************hover easing style


			-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;


/*===================================
HEADER
==================================*/

header {
	width:100%;
	float:left;
	height:200px;
	position:relative;
	z-index:1;
}

header p {
	font-family: 'bebas_neueregular', sans-serif;
	font-size:28px;
	font-weight:normal;
	color:#000;
	line-height:30px;
	margin-top:10px;
}


.tophead {
	width:100%;
	float:left;
	background:rgba(255,255,255,0.70);
	padding:10px 0 30px;
	position:relative;
	z-index:0;
}

.topleft {
	width:33.33%;
	float:left;
}

.topleft p {
	text-align:left;
}

.logo {
	width:33.33%;
	float:left;
}

.logo img {
	width:100%;
	max-width:250px;
	margin:0 auto;
	display:block;
}

.topright {
	width:33.33%;
	float:left;
}

.topright p {
	text-align:right;
	}
.topright p a {
	text-align:right;
	display:block;
	}

.topright .reds {
	text-shadow: 1px 1px 5px #aaa;

}


.reds {
	font-size:30px;line-height:35px;
	color:#e2162b;
	
}

.wrap {
	width:95%;
	margin:0 auto;
	max-width:1400px;
}

.navbg {
	width:100%;
	float:left;
	background:url("../siteart/nav.png")  no-repeat;
	background-size:cover;
	margin-top:-25px;
	position:relative;
	z-index:1;
	
}

/*================================================
homesearch
==================================================*/

.bigbg {
	width:100%;
	float:left;
	background:url("../siteart/slide1.png");
	background-size:cover;
	position:relative;
	z-index:0;
	margin-top:-300px;
	padding:400px 0 400px;
	background-position:center;

}

.bigbg h2 {
	width:100%;
	float:left;
	text-align:center;
	color:#fff;
	text-shadow:0 0 10px #000;
	font-size:65px;
	margin-bottom:10px;
	
}


/*===================== 
	Keyword Search form styles 
=======================*/

#keysearch form {
	width:100%;
	max-width:800px;
	margin:15px auto 0;
	box-shadow:0 0 5px #000;
}


#form input.keyword, #form input.squarebutton {
	margin:0;
}

#form .keyword {
	width:calc(100% - 55px);
	padding:15px 10px;
	border-left:solid 1px #464646;
	border-top:solid 1px #464646;
	border-bottom:solid 1px #464646;
	border-right:0;
	float:left;
	box-sizing:border-box;
	-webkit-appearance: none;
	border-radius:0;
	background:rgba(255,255,255,0.80);
	box-shadow:0 0 5px #000;
	font-family: 'bebas_neueregular', sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#000;
	
}

#form .squarebutton, #form .squarebutton:focus {
	width:55px;
	height:54px;
	color:#fff;
	float:left;
	position:relative;
	-webkit-appearance: none;
	border-radius:0;
	border:solid 1px #464646;
	box-sizing:border-box;
	background:url(/siteart/search.png) no-repeat #e2162b center;
	background-size:60% 60%;
	box-shadow:0 0 5px #000;
}

#form .squarebutton:hover {
	background:url(/siteart/search.png) no-repeat #000 center;
	background-size:60% 60%;
	color:#FFF;
	cursor:pointer;
}


/******************equipment Search******************/


.detailedSearch {
	width:100%;
	float:left;
	background:url("../siteart/grey-bg.png");
	background-size:cover;
	padding:40px 0 75px;
	border-top:10px solid #e2162b;
	margin-bottom:-20px;
	position:relative;
	z-index:0;
}

.detailedSearch h2 {
	width:100%;
	float:left;

	color:#e2162b;
	font-size:50px;
	line-height:50px;
	text-align:left;
}

.column5new {width:33.33%;  float:left; padding:10px 10px 0px 0; box-sizing: border-box; color:#e70000; font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;font-weight:bold; font-size:20px;box-sizing:border-box;}

.detailed-form {
	width:100%;
	float:left;
	color: #fff;
	padding:20px 0;
	
	font-family: 'bebas_neueregular', sans-serif;
	font-size:20px;
	font-weight:normal;
	
}
.detailed-search input {
    width: 100%;
    padding: 13px;
    font-size: 14px;
    background-color: #fff;
	color:#000;
	box-sizing: border-box;
	border:1px solid #000;
	font-family: 'bebas_neueregular', sans-serif;
	font-size:20px;
	font-weight:normal;
}
.detailed-search select {
    width: 100%;
    padding:12px 13px;
    font-size: 14px;
    background-color: #fff;
	color:#000!important;
	box-sizing: border-box;
	border:1px solid #000;
	font-family: 'bebas_neueregular', sans-serif;
	font-size:20px;
	font-weight:normal;
}

.detailed-row{
	margin: 10px 0;
	color: #000;
	text-transform:uppercase;
	font-weight:600;
	font-size: 12px;

}

#last {
margin-right:0;	
}

.detailed-search input[type="submit"] {
	text-transform:uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 22px;
	font-weight:bold;
    width: 100%;
  	background: #e70000;
	border:1px solid #000;
	box-sizing:border-box; 
    color: #fff;
    display: inline-block;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    outline: none;
	border:3px solid #e2162b;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
	cursor: pointer;
	position: relative;
	margin-top:0px;
	padding:7px 10px;
	-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;
}

.detailed-search input[type="submit"]:hover {
	background :rgba(255,255,255,0.20)!important;
	color:#fff!important;
	
}

.detailedSearchtwo .detailed-search input[type="submit"]:hover {
	background: linear-gradient(to right, #7C7C7C , #C1C1C1 , #909090 , #B1B1B1 , #808080 , #ADADAD , #606060 )!important;
	color:#e70000!important;
}

.detailed-search select:focus, .detailed-search input:focus{outline-color:#fff;}

.last{ margin:1% 0 1% 0; }


.detailed-form h2 {
	font-family: 'bebas_neueregular', sans-serif;
	font-size:20px;
	text-transform:uppercase;
	font-weight:500;
	font-size:34px;
}

/*================================
featured listings
================================*/

.featured {
	width:100%;
	float:left;
	padding:30px 0;
}

.red {
	color:#e2162b;
}

.featuredtitle {
	width:100%;
	float:left;
	margin-bottom:-40px;
}

.featuredtitle h2 {
	color:#000;
	font-size:50px!important;line-height:37px;
}

.ftlist p {
	text-align:center;
	color:#000;
	font-size:16px;
	margin-top:10px;
}

.ftlist a {
	width:96%;
	float:left;
	margin:2%;
	background:#e2162b;
	padding:10px;
	color:#fff;
	text-decoration:none;
	font-family: 'bebas_neueregular', sans-serif;
	font-size:25px;
	box-sizing:border-box;
	border:2px solid #e2162b;
	-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;
}

.ftlist a:hover {
	background:#fff;
	color:#e2162b!important;
}

/*================================
Red Section
================================*/

.redsection {
	width:100%;
	float:left;
	position:relative;
	z-index:0;

}

.smwrap {
	width:90%;
	margin:0 auto;
	max-width:1200px;
}

.redbg {
	width:100%;
	float:left;
	background:#e2162b;
	padding:40px 0;
}

.redbg h2 {
	width:100%;
	float:left;
	font-size:30px;
	text-align:center;
	font-weight:200;
	letter-spacing:10px;
	color:#fff;
}

.redbg h1 {
	width:100%;
	float:left;
	text-align:center;
	color:#fff;
	margin-bottom:20px;
	font-size:65px;
}

.redbg p {
	width:100%;
	float:left;
	text-align:center;
	font-size:16px;
	line-height:28px;
	margin-bottom:30px;
	color:#fff;
}

.redbg a {
	width:100%;
	max-width:400px;
	text-align:center;
	color:#fff;
	text-align:center;
	font-size:30px;
	font-weight:normal;
	font-family: 'bebas_neueregular', sans-serif;
	border:3px solid #fff;
	box-sizing:border-box;
	border-radius:7px;
	display:block;
	margin:0 auto;
	text-decoration:none;
	padding:10px;
	-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;
}

.redbg a:hover {
	background:#fff;
	color:#e2162b;
}


/*================================
Manufacturers
================================*/

.manus {
	width:100%;
	float:left;
	background:url("../siteart/Manu-bg.jpg");
	background-size:cover;
	background-position:center;
	background-attachment:fixed;
	margin-top:-20px;
	position:relative;
	z-index:-1;
}

.manus h2 {
	width:100%;
	float:left;
	text-align:Center;
	color:#000;font-size:50px;
	margin-bottom:20px;
}

.manufourth {
	width:25%;
	float:left;
	padding:10px;
	box-sizing:border-box;
}

.manufourth img {
	width:100%;
	float:left;
	border:2px solid #000;
	box-sizing:border-box;
}

.whiteoverlay {
	width:100%;
	float:left;
	background:rgba(255,255,255,0.50);
	padding:60px 0 40px 0;
	
}


/*===============================
footer
==============================*/

footer {
	background:url("../siteart/grey-bg.png");
	background-size:cover;
	width:100%;
	float:left;
	padding:30px 0;
	border-top:5px solid #e2162b;
}

	
	.footlogo {
		width:30%;
		float:left;
		margin-top:30px;
	}

.footlogo img {
	width:100%;
	float:left;
	max-width:250px;
}

.quicks {
	width:35%;
	float:left;
}

.quicks h2 {
	width:100%;
	float:left;
	color:#e2162b;
	text-transform:uppercase;
	font-size:40px;
	text-align:left;
}

.halvsies {
	width:50%;
	float:left;
	color:#fff;
	font-size:20px;
	line-height:35px;
	text-align:left;
	font-family: 'bebas_neueregular', sans-serif;
	font-weight:normal;
}

.halvsies a {
	color:#fff!important;
	font-size:20px;
	line-height:35px;
	text-align:left;
	font-family: 'bebas_neueregular', sans-serif;
	font-weight:normal;
	text-decoration:none;
}

.halvsies a:hover {
	color:#e2162b!important;
}

.halvsies .fa {
	color:#e2162b;
	margin-right:5px;
	font-size:18px;
}

.bottomfoot {
	width:100%;float:left;
	background:#1b1b1b;
	padding:10px 0;
	border-top:1px solid #9F9F9F;
}

.bottomfoot p {
	width:50%;
	float:left;
	color:#fff;
	font-family: 'bebas_neueregular', sans-serif;
	font-weight:normal;
	font-size:18px;
}

/*******************************************************************SLIDESHOW***************************************************************/
.slide-contain {
	width:100%;
float:left;

border-top:10px solid #e2162b;

}


.cycle-slideshow, .cycle-slide { width:100%; }

.cycle-slideshow img, .cycle-slide img { width:100%; float:left; }

.cycle-slideshow {
	width:100%;
	overflow:hidden;
	float:left;
	z-index:1;
	display:block;
}
.cycle-slideshow img {display:block; width:100%; float:left; z-index:1; }

/* pager */
.pager { 
    text-align:center; width:100%; margin:-50px 0 -2px; position:relative; z-index:999; float:left;}
.pager span { 
    font-family:arial; font-size:50px; width:16px; height:16px; display:inline-block; color:#D30003; color:rgba(255,255,255,0.8); cursor:pointer; 
}
.pager span.cycle-pager-active { color:#bf2026;}
.pager > * { cursor:pointer;}

/*=========================================================================
subpages
=========================================================================*/

.subtitle {
	width:100%;
	float:left;
	background:url("../siteart/titlebgV2.jpg");
	background-size:cover;
	position:relative;
	z-index:0;
	margin-top:-200px;
	padding:300px 0 100px;
	background-position:center;
	background-attachment:fixed;
}


.subtitle h1 {
	width:100%;
	float:left;
	color:#fff;
	text-align:center;
	font-size:80px;
	font-weight:normal;
	text-shadow:0 0 4px #000;
}

.mainsec {
	width:100%;
	float:left;
	padding:50px 0;
	border-top:5px solid #1b1b1b;
}

.financebutton {
	width:100%;
	float:left;
	margin-bottom:10px;
}

.financebutton a {
	
	float:right;
	background:#e2162b;
	color:#fff;
	text-align:center;
	font-family: 'bebas_neueregular', sans-serif;
	font-size:22px;
	padding:10px 20px;
	box-sizing:border-box;
	border-radius:5px;
	text-decoration:none;
	font-weight:500;
	margin-left:20px;
}

.financebutton a:hover {
	background:#000;
	color:#fff;
}

.hosted-content .red, .hosted-content .redtext, .hosted-content .field-validation-error {
	font-size:14px;
}

.bro {
	width:24%;
	float:left;
	margin:.5%;
	padding:10px;
	box-sizing:border-box;
	border:1px solid #1b1b1b;
}

.bro img {
	width:100%;
	float:left;
}

.brobutton {
	width:100%;
	float:left;
	margin-top:10px;
	background:#e2162b;
	color:#fff;
	text-align:center;
	font-family: 'bebas_neueregular', sans-serif;
	font-weight:normal;
	font-size:18px;
	padding:10px;
	box-sizing:border-box;
	border-radius:5px;
}

.brobutton:hover {
	background:#000;
}


.subbutton {
	width:100%;
	float:left;
	margin-top:20px;
}

.subbutton a {
	background:#e2162b;
	color:#fff;
	margin:0 auto;
	display:block;
	width:100%;
	max-width:300px;
	font-family: 'bebas_neueregular', sans-serif;
	font-weight:normal;
	font-size:30px;
	text-align:center;
	padding:15px;
	box-sizing:border-box;
	text-decoration:none;
	
}

.subbutton a:hover {
	background:#000;
}

.fullsec {
	width:100%;
	float:left;
	padding:20px;
	box-sizing:border-box;
	border-bottom:1px solid #aaa;
}

.fullsec img {
	width:100%;
	float:left;
	max-width:400px;
	padding-right:20px;
	box-sizing:border-box;
}

.fullsec p {
	width:calc(100% - 400px);
	float:left;
	
}

.imgsleft {
	width:100%;
	max-width:400px;
	float:left;
	padding-right:20px;
	box-sizing:border-box;
}

.imgsleft img {
	width:100%!important;
	float:left;
	max-width:none;
}

.leftinfos {
	width:calc(100% - 400px);
	float:left;
	padding-right:20px;
	box-sizing:border-box;
}

.rightimgs {
	width:400px;
	float:right;
}

.rightimgs img {
	width:100%;
	float:left;
	margin-bottom:10px;
}



/*===========================GALLERY===============================*/
.gallery-wrap {
	padding:20px 0;
}

.gallery-images {
	width:100%;
	display:block;
	text-align:center;
	margin: 0 auto;
	position:relative;
    float: none;
    align-content: center;
}

.gallery-box img:hover{
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.gallery-box {
	text-align:center;
    box-sizing: border-box;
    display: inline-block;
	    display: inline;
    vertical-align: top;
    margin: 0 auto;
	padding:2.5px;
}

.gallery-box img {
	border:1px solid #000;
	height:200px!important;
}

.gallery-box a:hover {
	color:#fab337; /*yellow*/
	text-decoration:none;
	width:100%;
	height:120px;
}

/*====================LOCATION PAGE=======================*/


.leftinfo {
	width:450px;
	float:left;
	padding-right:20px;
	box-sizing:border-box;
}

.leftinfo img {
	width:100%;
	float:left;
	margin-bottom:10px;
}

.rightmap {
	width:calc(100% - 450px);
	float:left;
	height:450px;
}

.halfimg {
	width:50%;
	float:left;
	padding:20px;
	box-sizing:border-box;
	margin-top:40px;
}

.halfimg img {
	width:100%;
	max-width:500px;
	display:block;
	margin:0 auto;
}

/*====================CONTACT PAGE=======================*/

.staff {
	width:30.33%;
	float:left;
	padding:10px;
	margin:1.5%;
	box-sizing:border-box;
	border:1px solid #1b1b1b;
}

.staff p {
	width:100%;
	float:left;
	text-align:center;
}

.staff p strong {
	font-family: 'bebas_neueregular', sans-serif;
	font-weight:normal;
	font-size:22px;
}

.staff a {
	color:#e2162b;
	
}

.staff a:hover {
	color:#000;
}


/*Contact Form======================================================*/


.conform {
	width:100%;
	max-width:1000px;
	display:block;
	margin:0 auto;
	margin-top:40px;
}

#formpage {
width:100%;
float:left;
color:#000;	
font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:16px;
margin:0px 0 0;
}

.halfform {
width:50%;
float:left;	
}

#formpage tr {
width:100%;
float:left;	

}

#formpage td {
width:50%;
float:left;
margin:0px 0 20px;
	padding:0 5px;box-sizing:border-box;
}

#formpage th {text-transform: uppercase;  margin-bottom: 20px; display: block; font-family: 'bebas_neueregular', sans-serif; font-size: 30px; font-weight: normal; border-bottom: 5px solid #e2162b; padding-bottom: 5px; text-align: left; margin: 20px 0;}

#formpage input[type="checkbox"] {width: auto;}

.fulltd {
width:98%!important;	
}

#formpage input {
	padding:10px;

	box-sizing:border-box;
	border:1px solid #414141;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#8e8d8d;
	font-size:12px;
	margin-top:3px;
	-webkit-transition: all .3s ease; /* Safari and Chrome */
    -moz-transition: all .3s ease; /* Firefox */
    -ms-transition: all .3s ease; /* IE 9 */
    -o-transition: all .3s ease; /* Opera */
    transition: all .3s ease;
}

#formpage textarea {
	padding:10px;

	box-sizing:border-box;
	border:1px solid #414141;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#8e8d8d;
	font-size:12px;
	-webkit-transition: all .3s ease; /* Safari and Chrome */
    -moz-transition: all .3s ease; /* Firefox */
    -ms-transition: all .3s ease; /* IE 9 */
    -o-transition: all .3s ease; /* Opera */
    transition: all .3s ease;
}

 
/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #414141;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#8e8d8d;
	vertical-align:middle;
	font-size:12px;
	line-height:normal;
	padding:5px;
	width:100%;
}
   
#formpage input  {
    width:100%;
	
}
 
#formpage input.larger  {
    width:100%;
}

#formpage textarea {
    width:100%;
    height:85px;
}


#formpage input.checkbox {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:13px;
    height:13px;
    display:inline;
    background-color:#fff;
 }

#formpage input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
    display:inline;
 }




/* focus states of various types of fields */

#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {

	border:1px solid #d80000;
   
	outline-style:none;
}
#formpage input.radio:focus,
#formpage input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
}
 



#formpage input.button,
#formpage input.button:focus {
    max-width:300px;
	width:100%; 
    padding:15px 0;
    background:#e2162b;
	font-family: 'bebas_neueregular', sans-serif;
	font-weight:normal;
	font-size:22px;
	box-sizing:border-box;
	display:block;
	margin:0 auto;
	line-height:14px;
    color:#fff;
		-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;
	float:none;
}
#formpage input.button:hover {
	background:#000;
	color:#fff;
	cursor: pointer
	
}
 


/* for plain text next to an input field, if not using a table structure */
#formpage label.basic {
    color:#212121;
    font-size:13px;
    text-align:left;
}
#formpage label.checkbox {
  /*  color:#212121;*/
    font-size:13px;
    text-align:left;
    display:inline;
    padding:0;
}
 

/*control the Captcha */

.CaptchaPanel {
margin:0 0 0 0 !important;
padding:0 0 0 0 !important;
text-align: center;
line-height:normal !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;
max-width:400px;
width:100%;
margin:0 auto;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:8px 0 8px 0 !important;
	width:100%;
	float:left;
	margin-top:10px;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 


.fulltd {
	width:100%!important;	}

.formthird {
	width:33.33%!important;
}



/**********************************************************************************************************************************************************************************************
***********************************************************************************************RESPONSIVE**************************************************************************************
***********************************************************************************************************************************************************************************************/

@media screen and (max-width: 1300px)  {
	.footlogo {
		width:100%;float:left;
		margin-bottom:20px;
	}
	
	.footlogo img {
		float:none;display:block;margin:0 auto;
	}
	
	.quicks {
		width:50%;
	}
	
	.bigbg {
		padding:200px 0 400px;
	}
}




@media screen and (max-width: 1080px)  {

	.topleft {
		display:none;
	}
	.topright {
		display:inline-block;
		width:100%;
		float:none;
		text-align : center;
	}
	.topright p{
		text-align:center;
	}	
	
	.topright p a {
		display:inline-block;
		margin: 0 10px;
	}	
	
	.logo {
		width:100%;
	}
}

@media screen and (max-width: 1000px)  { 
	.staff {
		width:47%;
		float:left;
	}
	
	}

@media screen and (max-width: 930px)  {
	
	
	.quicks {
		width:100%;
	}
	.quicks h2 {
		text-align:center;
	}
	
	.halvsies {
		text-align:center!important;
	}
}

@media screen and (max-width: 900px)  {
	.bigbg {
		padding:300px 20px 200px;

		box-sizing:border-box;
	}
	.bigbg h2 {
		font-size:55px;
	}
	
	.leftinfo {
		width:100%;
		margin-bottom:20px;
	}
	
	.rightmap {
		width:100%;
		height:300px;
	}
	
	.bro {
		width:32.33%
	}
	
}

@media screen and (max-width: 800px)  {
	.manufourth {
		width:33.33%;
	}
}


@media screen and (max-width: 750px)  { 
	.column5new {
		width:50%;
	}
	
	.subtitle h1 {
		font-size:65px;
		line-height:65px;
	}
	.subtitle {
		padding:200px 0 50px;
		background-attachment: inherit;
	}
	
	.fullsec img {
		display:block;
		margin:0 auto;
		float:none;
	}
	.fullsec p {
		width:100%;text-align:center;
		margin-top:15px;
	}
	
	.staff {
		width:100%;
		float:left;
		margin:7px 0;
	}
	
	.halfimg {
		padding:10px;
	}
	
	.bro {
		width:49%
	}
	
	.redsection {
		overflow:hidden;
	}
	
	.redsection img {
		width:200%!important;
	}
	
	.manus {
		background-attachment: inherit;
	}
	
	}

@media screen and (max-width: 600px)  { 
	.column5new {
		width:100%;
		padding:10px 0 0 0;
	}
	
	.manufourth {
		width:50%;
	}
	
	.halvsies {
		width:100%;
	}
	
	.quicks {
		margin-bottom:20px;
	}
	
	.bottomfoot p {
		width:100%;
		text-align:center!important;
	}
	
	#formpage td {
		width:100%;
	}
	
	.halfimg {
		width:100%;
	}
	
	.formthird {
		width:100%!important;
	}
	
	.bro {
		width:99%
	}
	
	.redsection img {
		width:250%!important;
	}
	
	.financebutton a  {
		width:100%;
		box-sizing:border-box;
		margin-left:0;
		margin-bottom:15px;
	}
	}

@media screen and (max-width: 450px)  {
	.financial-calc {height:1200px!important;}
}

@media screen and (max-width: 400px)  { 
	.gallery-box img {
		height:auto!important;
		width:90%;
	}
	
	
}
