﻿/***** 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;
}


@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;

}

/*-------- COLORS --------
red: ed1c24
gray: 5c5d5f
*/

/***** END RESET *****/

/* Clearfix */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/*-------- BODY STYLES --------*/

body {
	font-family: 'Poppins', sans-serif !important;
	font-size: 16px;
	line-height: 26px;
	color: #000;
	font-weight: 400;
	overflow-x: hidden;
	width: 100%;
}

h1 {
	font-size: 35px;
	color: #ed1c24;
	font-weight: 800;
	text-transform: uppercase;
	padding: 10px 0;
	letter-spacing: 2px;
	font-style: italic;
	line-height: 35px;
}

h1 span {
	color: #000;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 1px;
}

h2 {
	font-size: 22px;
	text-align: left;
	color: #ed1c24;
	font-weight: 800;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h3 {
	font-size: 20px;
	color: #ed1c24;
	font-weight: 800;
	padding: 5px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h4 {
	font-size: 18px;
	color: #ed1c24;
	font-weight: 800;
	font-style: italic;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #000;
}

a:hover {
	transition: all .8s ease;
}

strong {
	font-weight: 700;
}

.fine-print {
	font-size: 13px;
}

#pad {
	padding: 2% 0;
}

#l-pad {
	padding: 3% 0;
}

#space {
	padding: 50px 0;
}

.clear {
	clear: both;
}

/*--- HEADER STYLES --------------------------*/

.header {
	width: 100%;
	float: left;
	background: #5c5d5f;
	border-bottom: 1px solid #fff;
}

.header .wrapper-inner {
	display: inline;
	vertical-align: middle;
}

.wrapper-info {
	width: 90%;
}

#topleft {
	width: 710px;
	content: " ";
	display: inline-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: #000;
	padding: 4px 0;
	text-align: center
}

#logo {
	display: inline;
}

#logo img {
	width: 100%;
	max-width: 400px;
	text-align: center;
	-ms-transform: skew(20deg, 0deg);
	-webkit-transform: skew(20deg, 0deg);
	transform: skew(20deg, 0deg);
	display: inline-block;
}

#logo2 img {
	width: 100%;
	max-width: 275px;
	text-align: left;
	-ms-transform: skew(20deg, 0deg);
	-webkit-transform: skew(20deg, 0deg);
	transform: skew(20deg, 0deg);
	display: inline-block;
}

#logo2 {
	display: inline;
	vertical-align: middle;
	padding-bottom: 50px;

}

#topright {
	background: #5c5d5f;
	float: right;
	padding: 10px 0;
	display: inline-block;
	width: 48%;
	text-align: right;
	margin-right: 25px;
}

#topright p {
	text-align: right;
	color: #fff;
	padding-bottom: 20px;
	font-style: italic;
	letter-spacing: 1px;
	display: inline-block;
	margin-left: 20px;
}



/*---BODY--------------------------------*/
.gray-bg {
	background: #5c5d5f;
}

.black-bg {
	background: #000;
	color: #fff;
}

.dark-gray {
	background: #212121;
	color: #fff;
}

.wrapper-inner {
	width: 60%;
	margin: 0 auto;
}

.wrapper-outer {
	width: 25%;
	margin: 0 auto;
}

.wrapper-center {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}

#pageimage {
	display: block;
	width: 100%;
}

#red-btn {
	display: inline-block;
	background: #ed1c24;
	color: #fff;
	padding: 10px 25px;
	margin: 5px 0;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: 700;
	font-style: italic;
}

#red-btn:hover {
	background: #5c5d5f;
}

/*--welcome--*/

.black-welcome {
	background: url(../siteart/welcome-bg.jpg) no-repeat center center fixed;
	width: 100%;
	padding: 10% 0;
}

.welcome {
	background: url(../siteart/hex-bg.jpg) repeat;
	color: #000;
	width: 60%;
	margin: 0 auto;
}

.welcome .wrapper-inner {
	width: 80%;
	padding: 60px 0;
}

.logos img {
	display: inline-block;
	vertical-align: middle;

}

.logos {
	width: 100%;
}

.brand1 {
	width: 100px;
	padding-right: 15px;
}

.brand2 {
	width: 225px;
}

.brand3 {
	width: 175px;
	padding-right: 15px;
}

.brand4 {
	width: 100px;
	padding-right: 15px;
}

.service-hero {
	height: 225px;
	overflow: hidden;
}

.about-bottom {

	padding-top: 40px;
}

.about-wrap {
	width: 55%;
	margin: 0 auto;
}

.contact-col2 {
	display: inline-block;
	width: 40%;
	vertical-align: top;
}

.contact-col2 h3 {
	color: #000;
}

.rental-img img {
	width: 30%;
	padding-right: 16px;
}

.rental-img {
	text-align: center;
	display: inline;
	vertical-align: middle;
}


/*---DETAILED SEARCH-------------------------------*/
.search-border {
	width: 55%;
	right: 0;
	z-index: 9999999;
	transform-origin: bottom right;
	-ms-transform: skew(-20deg, 0deg);
	-webkit-transform: skew(-20deg, 0deg);
	transform: skew(-20deg, 0deg);
	background: #fff;
	height: 30px;
	margin-top: -30px;
	float: right;
}


.detailed-search-wrap {
	right: 0;
	width: 70%;
	float: right;
}

.detailed-search-wrap .content {
	width: 90%;
	margin: 0 auto 0 350px;
}

.detailed-form {
	margin: auto;
}

.detailed-row {
	margin: 10px 0;
	font-size: 18px;
	color: #000 !important;
}

.column3 {
	width: 20%;
	display: inline-block;
	float: left;
	box-sizing: border-box;
	margin: 5px 5px 5px 0;
	color: #000 !important;
}


.detailed-search input[type='submit'] {
	font-family: 'icon-worksregular';
	font-size: 25px;
	color: #fff;
	padding: 8px 0;
	vertical-align: middle;
	border: none;
	font-weight: 700;
	background: #212121;
	width: 80px;
	margin-top: 5px;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	outline: none;
	border: none;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	CURSOR: POINTER;
}

.detailed-search input[type='submit']:hover {
	background: #5c5d5f;
	color: #fff;
}

.detailed-search input[type='text'] {
	width: 100%;
	margin: 2px 0;
	padding: 0 8px;
	font-size: 14px;
	height: 40px;
	background-color: #f9f9f9;
	border: 1px solid #bebebe;
	box-sizing: border-box;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.detailed-search select {
	width: 100%;
	margin: 2px 0;
	padding: 0 8px;
	font-size: 14px;
	height: 40px;
	background-color: #f9f9f9;
	border: 1px solid #bebebe;
	box-sizing: border-box;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #696969 !important;
}

.detailed-search-wrap main {
	width: 100%;
	padding: 50px;
	margin: 0 auto;
}

.detailed-search-wrap section {
	display: none;
}


/*---grid-------------------*/

.grid {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 60px 0 70px 0
}

/* Common style */
.grid figure {
	position: relative;
	overflow: hidden;
	margin: 5px;
	max-width: 20%;
	width: 100%;
	background: #000;
	text-align: center;
	cursor: pointer;
	display: inline-block;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
	background-color:#5c5d5f;
}

.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 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: 1px;
	font-weight: 800;
	font-style: italic;
	top: 50%;
	left: 0;
	width: 100%;
	color: #000;
	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);
}


.gray-block {
	background: #212121;
	height: 200px;
}

/*---HOME - LOCATIONS----------------------------------*/
.map-overlays {
	width: 850px;
	position: absolute;
	z-index: 9;
	margin-top: 30px;
}

.location-box {
	align-items: center;
	display: flex;
	flex-direction: row;
}

.location-box-inner {
	display: flex;
	align-items: center;
	background: #fff;
	width: 80%;
	min-height: 170px;
	margin: 5px auto;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.location-left {
	background: #5c5d5f;
	align-items: center;
	width: 35%;
	padding: 40px 0;
	text-align: center;
}

.location-left h2 {
	color: #fff;
	font-size: 17px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
	font-style: italic;
	font-weight: 800;
	padding-left: 20px
}

.location-right {
	align-items: center;
	width: 50%;
	padding: 0 0 0 15px;
}

.location-right p {
	display: inline-block;
	text-align: left;
	letter-spacing: 1px;
	font-size: 13px;
}

.location-right a {
	color: #046599;
}

#home-map {
	width: 100%;
	display: block;
	border-top: 10px solid #6d6e71;
}

/*---RESOURCE PAGES----------------------------------*/
.wrapper-about {
	width: 80%;
	margin: 0 auto;
}

/*--TABS--*/

.tabs p,
.tabs .tab ul {
	padding: 1em 0;
}

.tabs .fas {
	margin-right: 5px;
}


.tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 30px;
}

.tabs label {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	display: block;
	padding: 1em;
	margin: 2px;
	width: 22%;
	cursor: pointer;
	background: #ddd;
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	font-weight: 700;
	-webkit-transition: background ease 0.2s;
	transition: background ease 0.2s;
}

.tabs label:hover {
	background: #c0c0c0;
	color: #2a2a2a;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}

.tabs .tab {
	-webkit-box-ordinal-group: 100;
	-webkit-order: 99;
	-ms-flex-order: 99;
	order: 99;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	display: none;
	padding: 3em;
	text-align: left;
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
	margin: 20px 0;
	background: #f1f1f1;
	color: #000;
}

.tabs .tab h2 {
	color: #ed1c24;
}

.tabs .tab h3 {
	font-size: 18px;
	color: #000;
}

.tabs input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.tabs input[type="radio"]:checked+label {
	background: #5c5d5f;
	color: #fff;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.tabs input[type="radio"]:checked+label+.tab {
	display: block;
}



/*--USEFUL LINKS--*/
.link-box {
	display: inline-block;
	width: 300px;
	margin: 5px 10px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	border: 2px solid #eee;
}

.link-box img {
	display: block;
}


/*---CONTACT PAGE------------------------------------*/
#contact-map {
	width: 100%;
	height: 350px;
	display: block;
}

.contact-col {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}

.contact-col h3 {
	color: #000;
}


/*---INVENTORY PAGES ------------------------------------*/
@charset "utf-8";

.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) button.page-nav {
	background: #970c11 !important;
	color: #000 !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link,
.body-wrapper>div:not(.detail-wrapper) .contact-options a,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .nuf-button,
.body-wrapper>div:not(.detail-wrapper) .list-error-container .info button,
.body-wrapper>div:not(.detail-wrapper) .mobile-done-button-container .mobile-done-button,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) button.selected-facet.ts-button,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn {
	background: #970c11 !important;
	color: #fff !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link:hover,
.body-wrapper>div:not(.detail-wrapper) .contact-options a:hover,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a:hover,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button:hover,
.body-wrapper>div:not(.detail-wrapper) .email-seller-link:hover,
.body-wrapper>div:not(.detail-wrapper) .mc-nav-controls .mc-icon-navarrow span,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn:hover {
	background: #014f30 !important;
	color: #fff !important;
	/*----Border----*/
}

.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .back-button,
.body-wrapper>div:not(.detail-wrapper) .parts-listing-container .mobile-parts-detail-container .dealer-phone-container a {
	color: #000 !important;
	border: 1px solid #000 !important;
	/*-----------------------OTHER TEXT STYLES-----------------------*/
	/*----Page Title----*/
}

.body-wrapper>div:not(.detail-wrapper) .list-title .list-title-text,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-title-text span,
.body-wrapper>div:not(.detail-wrapper) .title-media-buttons-heading h1 {
	color: #000 !important;
	line-height: 28px !important;
}

.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .listing-dealer-info .spec-value,
.body-wrapper>div:not(.detail-wrapper) .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .fin-calc p,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-error .info,
.body-wrapper>div:not(.detail-wrapper) .parts-bottom-section .parts-list-view .parts-list-content .error-message,
.body-wrapper>div:not(.detail-wrapper) .info,
.body-wrapper>div:not(.detail-wrapper) .list-title .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count,
.body-wrapper>div:not(.detail-wrapper) .list-top-section .listing-option-bar .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) span.part-list-price.bold,
.body-wrapper>div:not(.detail-wrapper) .dealer-company-header,
.body-wrapper>div:not(.detail-wrapper) .dealer-info h3,
.body-wrapper>div:not(.detail-wrapper) .listing-description-text,
.body-wrapper>div:not(.detail-wrapper) .paging-container .list-page-number,
.body-wrapper>div:not(.detail-wrapper) .paging-container .page-number,
.body-wrapper>div:not(.detail-wrapper) .listing-main-stats .price,
.body-wrapper>div:not(.detail-wrapper) .list-container-flexrow .price-container .price,
.body-wrapper>div:not(.detail-wrapper) h2.listing-portion-title,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .price-container .price,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .compare-price,
.body-wrapper>div:not(.detail-wrapper) .rent-title,
.body-wrapper>div:not(.detail-wrapper) .rent-title-details,
.body-wrapper>div:not(.detail-wrapper) span.list-title-text,
.body-wrapper>div:not(.detail-wrapper) a.search-results-link,
.body-wrapper>div:not(.detail-wrapper) h3.listing-portion-title {
	color: #000 !important;
}

.body-wrapper>div:not(.detail-wrapper) .mobile-option-bar .mobile-option-bar-filter,
.body-wrapper>div:not(.detail-wrapper) span.listing-prices__retail-price,
.body-wrapper>div:not(.detail-wrapper) span.parts-listings-count {
	color: #000 !important;
	/*-----------------------MEDIA QUERIES-----------------------*/
}



/*--FOOTER------------------------------*/
.footer-border {
	width: 55%;
	right: 0;
	z-index: 9999999;
	transform-origin: bottom right;
	-ms-transform: skew(-20deg, 0deg);
	-webkit-transform: skew(-20deg, 0deg);
	transform: skew(-20deg, 0deg);
	background: #000;
	height: 30px;
	margin-top: -30px;
	float: right;
}

.footer {
	background: #000;
	width: 100%;
	color: #fff;
}

.footer .left {
	display: inline-block;
	float: left;
}

.footer .left a {
	color: #fff;
	line-height: 20px;
	font-size: 14px;
}

.footer .left a:hover {
	text-decoration: underline;
}

.footer .right {
	display: inline-block;
	float: right;
}

.footer .right img {
	width: 100%;
	max-width: 250px;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
}


.copyright {
	text-align: center;
	padding: 10px 0;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 14px;
}

.copyright a {
	color: #fff;
}


/*---FORM STYLES------------------------*/
.dark-gray #formpage div {
	color: #fff;
}

#formpage {
	margin: 0 auto;
	font-family: 'Poppins', sans-serif;
}

#formpage div {
	vertical-align: top;
	padding: 5px 5px 5px 0;
	color: #000;
	font-family: 'Poppins', sans-serif;
}

#formpage input {
	padding: 6px 5px 10px;
	border: 1px solid #134773;
	font-size: 13px;
	background: #fff;
	font-family: 'Poppins', sans-serif;
}

#formpage textarea {
	padding: 6px 0px;
	border: 1px solid #134773;
	font-weight: 700;
	color: #000;
	font-size: 12px;
	background: #fff;
	margin-top: 5px;
	font-family: 'Poppins', sans-serif;
}

/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
	border: 1px solid #134773;
	color: #202e3b;
	vertical-align: middle;
	font-size: 12px;
	line-height: normal;
	padding: 8px 10px;
	width: 100%;
	font-family: 'Poppins', sans-serif;
}

.formfield {
	width: 47%;
	display: inline-block;
	margin-right: 12px;
	margin-top: 10px;
	color: #000;
	text-align: left;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}

.message {
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
}

#formpage input {
	width: 100%;
	margin-top: 5px;
}

#formpage input.larger {
	width: 100%;
}

#formpage textarea {
	width: 98%;
	height: 85px;
	font-family: 'Poppins', sans-serif;
}

#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 {
	background: rgba(233, 233, 233, 1.00);
	color: #000;
	border: 1px solid #134773;
	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 {
	width: 200px;
	font-family: 'Poppins', sans-serif;
	margin: 0 auto;
	background: #ed1c24;
	/* For browsers that do not support gradients */
	line-height: 18px;
	color: #fff;
	font-size: 14px;
	padding: 15px 20px;
	font-weight: 800;
	font-style: italic;
	letter-spacing: 2px;
	text-align: center;
	display: block;
	border: none;
}

#formpage input.button:hover {
	margin: 0;
	padding: 15px 0px;
	background: #5c5d5f;
	/* For browsers that do not support gradients */
	color: #fff;
	margin: 0 auto;
	text-align: center;
	display: block;
}

/* 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;
	padding: 10px 10px;
}

.checkbox {
	text-align: left;
}

#formpage input[type="checkbox"] {
	width: 25px;
	text-align: left;
}

#formpage a#red-border-button {
	color: #134773;
	background: #fff;
	padding: 10px;
	border: 1px solid #134773;
	transition: .2s ease;
}

#formpage a#red-border-button:hover {
	color: #fff;
	background: #134773;
	padding: 10px;
	border: 1px solid #134773;
}

/*control the Captcha */

.CaptchaPanel {
	margin: 0 auto !important;
	padding: 0 0 0 0 !important;
	line-height: normal !important;
	color: #000;
	width: 70%;
	text-align: left;
}

.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;
}

.CaptchaAnswerPanel {
	margin: 0 0 0 0;
	padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height: 0;
	margin: 0 0 10px 0;
	padding: 10px 0 10px 0 !important;
}

.CaptchaWhatsThisPanel a {
	color: #5c5d5f;
}

.CaptchaWhatsThisPanel a:hover {
	text-decoration: none;
}



/*--- RESPONSIVE STYLES ---------------------------*/


@media screen and (max-width: 1631px) {}

@media screen and (max-width:1566px) {}

@media screen and (max-width:1416px) {
	#topright {
		width: 40%;
	}
}

@media screen and (max-width:1400px) {
	.detailed-search-wrap {
		width: 100%;
	}

	.detailed-search-wrap .content {
		margin: 0 0 0 320px;
	}

	.contact-col2 {
		width: 49%;
	}

	figure.effect-sadie h2 {
		font-size: 28px;
	}

	.map-overlays {
		width: 100%;
		position: relative;
		padding: 20px 0;
		background: #f3f3f3;
		margin-top: 0px;
	}


	.tabs label {
		width: 46%;
		padding: 10px;
	}
}

@media screen and (max-width: 1224px) {

	#topright {
		width: 30%;
	}
}

@media screen and (max-width:1200px) {
	.formfield {
		width: 97%;
	}

	#formpage input {
		padding: 10px 0;
	}

	.wrapper-about {
		width: 90%;
	}

	.wrapper-inner,
	.wrapper-center,
	.welcome {
		width: 90%;
	}

	#topright {
		width: 30%;
	}

	#topright p {
		display: block;
		margin-left: 0;
		padding-bottom: 0;
		font-size: 16px;
	}

}

@media screen and (max-width:1100px) {


	.detailed-search-wrap {
		padding: 3% 0 2% 0;
		float: none;
	}

	.detailed-search-wrap .content {
		margin: 0 auto;
	}

	.column3 {
		width: 28%;
	}

}

@media screen and (max-width:1225px) {
	#topright {
		width: 25%;
	}
}


@media screen and (max-width:1024px) {
	.detailed-search-wrap {
		padding: 3% 0 2% 0;
		float: none;
	}

	.detailed-search-wrap .content {
		margin: 0 auto;
	}

	.column3 {
		width: 28%;
	}

	.grid figure {
		max-width: 43%;
	}

	.grid {
		top: 0;
		padding: 30px 0;
	}


	.tabs label {
		width: 100%;
		margin: 3px 0;
	}
}


@media screen and (max-width:870px) {
	.contact-col {
		width: 100%;
		margin: 20px 0;
	}

	.header {
		position: relative;
		border-bottom: 0;
	}

	#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;
	}

	#logo2 {
		padding-left: 0%;
	}

	#logo2 img {
		max-width: 175px;
		transform: none;
		display: inline-block
	}


	#topright {
		width: 100% !important;
		background: #000;
		float: none;
		padding: 0;
		text-align: center
	}

	#topright p {
		text-align: center;
		font-size: 15px;
	}

	.welcome {
		padding: 6% 4%;
		margin: 20px auto 50px auto;
		width: 80%;
	}

	.contact-col2 {
		width: 100%;
		margin: 20px 0;
	}

	.service-hero {
		height: 100px;
	}
}

@media screen and (max-width:700px) {
	.header-top p {
		margin: 5px auto;
		display: block;
		width: 72%;
	}

	.search-border,
	.footer-border {
		transform: none;
		width: 100%;
		float: none;
	}

	.brand1 {
		width: 12%;
	}

	.brand2 {
		width: 40%;
	}

	.brand3 {
		width: 20%;
	}

	.brand4 {
		width: 20%;
	}

	.column3,
	.detailed-search input[type='submit'] {
		width: 100%;
	}

	.detailed-search-wrap {
		padding: 3% 0 4% 0;
	}

	.grid figure {
		max-width: 65%;
	}


	.location-box-inner {
		width: 90%;
	}

	.location-left {
		width: 45%;
	}

	.location-left h2 {
		font-size: 15px;
		padding-left: 10px;
	}

	#home-map {
		display: none;
	}

	.footer .left {
		display: block;
		float: none;
		text-align: center
	}

	.footer .right {
		display: block;
		float: none;
		text-align: center;
		margin: 0 auto
	}

	.footer .right img {
		width: 100%;
		max-width: 180px;
		text-align: center;
		display: block;
		margin: 10px auto
	}


}

@media screen and (max-width:450px) {

	.footer .left {
		display: block;
		float: left;
		width: 100%;
	}

	.footer .right {
		display: block;
		float: none;
		width: 100%;
	}

	.footer .right img {
		width: 100%;
		max-width: 200px;
		text-align: left;
		margin-top: 40px;
	}

}