/***** BEGIN RESET *****/
* {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	font-family: 'Roboto', Arial, sans-serif;
}

ol,
ul {
	list-style: none;
}

.clear {
	clear: both;
	height: 0px;
	margin: 0;
}

/***** END RESET *****/

header,
nav,
section,
article,
footer,
img {
	display: block;
}

body {
	background: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	color: #000;
	-webkit-text-size-adjust: none;
}

.clear-it:after {
	content: "";
	display: block;
	clear: both;
}

.wrap {
	width: 92%;
	margin: 0 auto;
	max-width: 1230px;
}

.show-1024,
.show-tablet {
	display: none;
}

.column1,
.column2,
.column3,
.column4,
.column5,
.column6,
.column7,
.column8,
.column9,
.column10,
.column11,
.column12 {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
}

.column1 {
	width: 8.33333%;
}

.column2 {
	width: 16.66666%;
}

.column3 {
	width: 25%;
}

.column4 {
	width: 33.33333%;
}

.column5 {
	width: 41.66666%;
}

.column6 {
	width: 50%;
}

.column7 {
	width: 58.33333%;
}

.column8 {
	width: 66.66666%;
}

.column9 {
	width: 75%;
}

.column10 {
	width: 83.33333%;
}

.column11 {
	width: 91.66666%;
}

.column12 {
	width: 100%;
}

.col-pad-lt {
	padding: 0 0 0 2%;
}

.col-pad-rt {
	padding: 0 2% 0 0;
}

.col-pad-center {
	padding: 0 1%;
}

.border-lt {
	border-left: 1px #ccc solid;
}


/***** typography styles **/
/*
font-family:'Orbitron', sans-serif;
font-family:'Roboto', sans-serif;
*/
p {
	margin-bottom: 16px;
	line-height: 135%;
}

.no-margin {
	margin: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-family: 'Orbitron', sans-serif;
	font-weight: 700;
}

h1 {
	font-size: 32px;
	margin-bottom: 20px;
}

h2 {
	font-size: 28px;
	margin-bottom: 18px;
}

h3 {
	font-size: 24px;
	margin-bottom: 18px;
}

h4 {
	font-size: 22px;
	margin-bottom: 14px;
}

h5 {
	font-size: 20px;
	margin-bottom: 10px;
}

h6 {
	font-size: 16px;
	margin-bottom: 3px;
}

.blue {
	color: #17426c;
}

.black {
	color: #000;
}

.white {
	color: #fff;
}

.red {
	color: red;
}

.caps {
	text-transform: uppercase;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a.blue-btn {
	display: block;
	background: #17426c;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	padding: 10px 3%;
	margin-bottom: 14px;
}

a.blue-btn:hover {
	background: #000;
}

.img-rt {
	width: 20%;
	float: right;
	margin: 0 0 15px 3%;
}

.img-rt img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}


/***** header styles **/
header {
	width: 100%;
	background: #fff;
	padding: 22px 0;
}

.logo {
	width: 42%;
	float: left;
	margin-right: 13%;
}

.logo img {
	width: 100%;
	height: auto;
	max-width: 500px;
}

.head-phone {
	width: 45%;
	float: left;
	text-align: right;
	margin-top: 25px;
}


/***** nav styles **/
nav {
	width: 100%;
	background: #e6e6e6;
}

nav ul {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

nav li {
	display: inline-block;
	position: relative;
}

nav a:link,
nav a:active,
nav a:visited {
	display: block;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Orbitron', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	padding: 15px 20px;
}

nav li.current a {
	border-top: 3px #17426c solid;
	color: #17426c;
	padding-top: 12px;
}

nav a:hover {
	color: #17426c;
	border-top: 3px #000 solid;
	padding-top: 12px;
}

nav ul ul {
	display: none;
	position: absolute;
	z-index: 99999;
	top: 50px;
	left: 0;
	width: 180px;
	background: #ccc;
}

nav ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}

nav ul li:hover>ul {
	display: block;
	z-index: 99999;
}

nav ul ul li {
	float: none;
	position: relative;
	display: block;
}

nav ul ul li a:link,
nav ul ul li a:active,
nav ul ul li a:visited {
	font-size: 14px;
	line-height: 16px;
	padding: 7px 0px 7px 10px;
	border-bottom: 1px solid #999;
	color: #000;
}

nav ul ul li a:hover {
	background: #ccc;
	color: #17426c;
}


/* mobile nav styles */
#mobile-nav .close-nav {
	width: 100%;
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: right;
	border-bottom: 1px #999 solid;
}

#mobile-nav .close-nav i {
	font-size: 18px;
	margin-right: 15px;
	color: #000;
}

#mobile-nav {
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 9999;
	width: 260px;
	overflow-x: none;
	overflow-y: auto;
	font-size: 15px;
	background: #e6e6e6;
	color: #000;
	margin: 0 !important;
	-moz-box-shadow: 2px 0px 3px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 2px 0px 3px rgba(0, 0, 0, .4);
	box-shadow: 2px 0px 3px rgba(0, 0, 0, .4);
}

#mobile-nav ul {
	clear: both;
	display: block;
	padding: 0;
	margin: 0;
}

#mobile-nav ul li {
	display: block;
	margin: 0;
	line-height: 40px;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#mobile-nav ul li a,
#mobile-nav ul li span {
	padding: 0 15px;
	display: block;
	font-family: 'Orbitron', sans-serif;
	font-weight: 700;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	border-bottom: 1px solid #999;
	border-left: 3px #e6e6e6 solid;
}

#mobile-nav ul li.active a {
	border-left-color: #17426c;
	color: #17426c;
}

#mobile-nav ul li a:hover {
	background: #e6e6e6;
	color: #17426c;
	border-left-color: #000;
}

#mobile-nav ul li.expandable .end {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
}

#mobile-nav ul li.expandable .end i {
	font-size: 18px;
	color: #000;
	text-align: center;
}

#mobile-nav ul li.expandable .end.rotate {
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

#mobile-nav ul ul.collapsed {
	display: none;
}

#mobile-nav ul ul.expanded {
	display: block;
}

#mobile-nav ul li ul {
	border-bottom: none;
	margin: 0;
	background: #ccc;
}

#mobile-nav ul li ul li {
	line-height: 40px;
	font-size: 13px;
}

#mobile-nav ul li ul li:last-child {
	border-bottom: none;
}

#mobile-nav ul li ul li a,
#mobile-nav ul li ul li span {
	color: #fff;
	padding-left: 30px;
}

#mobile-nav ul li ul li a:hover {
	background: #ccc;
	color: #17426c;
}



/***** slideshow styles **/
.cycle-slideshow {
	width: 100%;
	display: block;
	overflow: hidden;
	z-index: 2;
}

.cycle-slideshow div.slide {
	width: 100%;
	display: block;
	top: 0;
	left: 0;
	position: relative;
}

.cycle-slideshow img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}

.blue-50-triangle {
	width: 0;
	height: 0;
	border-right: 150px solid transparent;
	border-right: 1000px solid transparent;
	border-top: 250px solid rgba(23, 66, 108, 0.5);
	position: absolute;
	right: 50%;
	top: 0;
	z-index: 4
}

.blue-75-triangle {
	width: 0;
	height: 0;
	border-right: 150px solid transparent;
	border-left: 2100px solid transparent;
	border-top: 530px solid rgba(23, 66, 108, 0.75);
	position: absolute;
	left: 20%;
	top: 0;
	z-index: 3;
}

.caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.tagline {
	text-transform: uppercase;
	color: #fff;
	font-size: 44px;
	width: 48%;
	float: right;
	text-align: right;
	margin-top: 35px;
}


/***** content styles **/
article {
	width: 100%;
	background: #f6f6f6;
	padding: 40px 0;
	border-top: 3px #000 solid;
}

.manu-logos {
	width: 100%;
	display: block;
	margin-bottom: 25px;
}

.manu-logos img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 40px;
	width: auto;
	max-height: 85px;
}

.address i,
.phone i,
.fax i {
	width: 25px;
	float: left;
	display: block;
	text-align: center;
}

.address span,
.phone span,
.fax span {
	width: calc(100% - 30px);
	float: left;
}

.lg-map iframe {
	width: 100%;
	height: 500px;
	display: block;
}


/***** footer styles **/
.scrolling-inv {
	width: 100%;
	display: block;
	background: #17426c;
	overflow: hidden;
	position: relative;
}

.scrolling-inv iframe {
	width: 100%;
	display: block;
	height: 90px;
	padding: 15px 0;
	position: relative;
	z-index: 1;
}

.scrolling-tag {
	background: #17426c;
	text-align: center;
	width: 25%;
	max-width: 300px;
	position: absolute;
	z-index: 9;
	top: 0;
	left: 10%;
	height: 100%;
	padding: 22px 3% 0 3%;
	transform: skewX(25deg) skewY(0deg);
	-moz-transform: skewX(25deg) skewY(0deg);
	-webkit-transform: skewX(25deg) skewY(0deg);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.scrolling-tag h5 {
	transform: skewX(-25deg) skewY(0deg);
	-moz-transform: skewX(-25deg) skewY(0deg);
	-webkit-transform: skewX(-25deg) skewY(0deg);
}

footer {
	width: 100%;
	padding: 15px 0;
	/* background: #f6f6f6; */
}

.copyright {
	color: #fff;
	font-size: 12px;
	text-align: center;
}

.copyright a {
	color: #fff;
	text-decoration: underline;
}


/***** form styles **/
#formpage label {
	display: block;
	margin-bottom: 3px;
	font-size: 14px;
}

#formpage input {
	width: calc(100% - 12px);
	padding: 6px 5px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border: 1px solid #ddd;
	color: #000;
	font-size: 14px;
	background: #fff;
	margin-bottom: 12px;
}

#formpage textarea {
	width: calc(100% - 12px);
	padding: 6px 5px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border: 1px solid #ddd;
	color: #000;
	font-size: 14px;
	height: 120px;
	background: #fff;
	margin-bottom: 12px;
}

#formpage select {
	width: calc(100% - 2px);
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border: 1px solid #ddd;
	color: #000;
	vertical-align: middle;
	font-size: 14px;
	line-height: normal;
	padding: 5px;
	background: #fff;
	margin-bottom: 12px;
}

#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 {
	background: #efefef;
	color: #333;
	border: 1px solid #17426c;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	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: 100%;
	margin: 0;
	padding: 10px 0;
	background: #17426c;
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 16px;
	font-weight: 700;
	color: #fff;
	-webkit-appearance: none;
}

#formpage input.button:hover {
	background: #113152;
	color: #fff;
}

/*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;
}

.CaptchaImagePanel img {
	width: 100%;
	height: auto;
	max-width: 160px;
	margin: 0 auto;
}

.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 7px 0;
	padding: 8px 0 8px 0 !important;
}

.CaptchaWhatsThisPanel a {
	color: #000;
}

.CaptchaWhatsThisPanel a:hover {
	text-decoration: none;
}

/***** inventory styles **/
#inv {
	padding: 5% 0;
}

#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons) {
	font-family: bahnschrift, urw-din, sans-serif !important;
}

/* Reset font, ignore icons */

.listing-top-right a,
.lower-detail-data-left button,
.send-email-btn,
.media-buttons a,
.media-buttons button,
.faceted-search,
.listing-dealer-info a,
.view-listing-details-link,
.main-detail-data .contact-options a,
.fin-calc-btn-mobile,
.selected-facet,
.page-nav,
.apply-button,
.back-button,
.calculator-btn,
.mobile-done-button {
	-moz-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
}


.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {
	margin: 2px 3px 3px 4px;
}

.faceted-text-input-searchType .search-type input[type=checkbox],
.faceted-text-input-searchType .search-type input[type=radio] {
	margin: 0px 3px 0px 6px;
}

.compare-chkbox-container .compare-listings .compare-chkbox {
	margin: 0px 3px 0px 0px !important
}

.bread-crumbs-heading .return-links .return-links-link span,
#no-compare-listings,
.bread-crumbs-heading .return-links .return-links-link i {
	color: #17426c !important;
}


.hosted-content .attachment-search .search-checkboxes label .row {
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0px !important;
}

.view-listing-details-link,
.selected-facet,
.view-listing-details-link,
.buy-now-link,
.check-availability-link,
.email-seller-link,
.offer-btn,
.buy-btn,
.dealer-phone-mobile,
.offer-btn-mobile,
.send-email-btn-mobile,
.send-wholesale-email-btn-mobile,
.fin-calc-btn-mobile,
.mobile-breadcrumb,
.main-detail-data .contact-options a,
button.g-recaptcha.button,
.page-nav,
.apply-button,
.mobile-done-button,
.dealer-btns-bottom a {
	background: #17426c !important;
}

.selected-facet,
.dealer-phone-mobile,
.offer-btn,
.offer-btn-mobile,
.fin-calc-btn-mobile,
.send-wholesale-email-btn-mobile,
.send-email-btn-mobile,
.buy-now-link,
.view-listing-details-link,
.main-detail-data .contact-options a,
button.g-recaptcha.button,
.page-nav,
.apply-button,
.mobile-done-button {
	border: solid 1px #17426c !important;
	transition: ease all 0.2s !important;
}

.selected-facet:hover,
.dealer-phone-mobile:hover,
.offer-btn:hover,
.offer-btn-mobile:hover,
.fin-calc-btn-mobile:hover,
.send-wholesale-email-btn-mobile:hover,
.send-email-btn-mobile:hover,
.buy-now-link:hover,
.view-listing-details-link:hover,
.main-detail-data .contact-options a:hover,
button.g-recaptcha.button:hover,
.page-nav:hover,
.apply-button:hover,
.mobile-done-button:hover,
.dealer-btns-bottom a:hover {
	background: #fff !important;
	color: #17426c !important;
}

.check-availability-link,
.email-seller-link,
.video-chat-link,
.faceted-search,
.faceted-show-all-btn,
.cs-btns a,
.calculator-btn {
	background: #000 !important;
	border: solid 1px #000 !important;
	transition: ease all 0.2s !important;
}

.check-availability-link:hover,
.email-seller-link:hover,
.video-chat-link:hover,
.faceted-search:hover,
.faceted-show-all-btn:hover,
.cs-btns a:hover,
.calculator-btn:hover {
	background: #fff !important;
	color: #000 !important;
}

.list-content .list-title .list-listings-count,
.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price,
#parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count,
#inv .error-message,
#inv .info,
.detail-content .detail-main-body .main-detail-data .detail-price,
.detail-content .search-results,
.list-content .list-top-section .listing-option-bar .list-listings-count,
.detail-price,
.compare-price,
.compare-title {
	color: #000 !important;
}

/* heading */
.list-content .list-title .list-title-text,
.detail-content-mobile .detail-main-body .detail-mobile-top .detail-title,
.main-detail-data .detail-title,
.parts-title-text {
	padding-left: 4px;
}

.detail-content .detail-additional-data .data-row .data-label,
.detail-content-mobile .detail-additional-data .data-row .data-label,
.part-detail-additional-data .data-label,
.part-detail-content .detail-contact-bar {
	background: #000 !important;
}

.detail-content-mobile .detail-contact-bar .contact-bar-btn,
.list-page-nav,
.contact-options a {
	background: #000 !important;
}

.list-main-section .contact-options a {
	border: #000 solid 1px !important;
	transition: ease all 0.2s !important;
}

.list-main-section .contact-options a:hover {
	background: transparent !important;
	color: #000 !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn,
.list-content .list-listing-mobile .dealer-phone-container a,
.back-button {
	border-color: #000 !important;
	color: #000 !important;
}

.material-icons,
.collapsible-content a {
	color: #fff !important;
}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {
	background-color: #000 !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {
	margin-right: 0 !important;
}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc {
	height: 48px !important;
	box-sizing: border-box;
}



/***** responsive styles **/
@media screen and (max-width:1366px) {

	nav a:link,
	nav a:active,
	nav a:visited {
		padding: 15px;
		font-size: 15px;
	}

	nav a:hover {
		padding-top: 12px;
	}

	.tagline {
		margin-top: 20px;
	}
}

@media screen and (max-width:1160px) {
	.head-phone {
		margin-top: 15px;
	}

	nav a:link,
	nav a:active,
	nav a:visited {
		padding: 15px 10px;
		font-size: 14px;
	}

	nav a:hover {
		padding-top: 12px;
	}

	.tagline {
		font-size: 40px;
		margin-top: 10px;
	}
}

@media screen and (min-width:1025px) {
	#mobile-nav {
		display: none !important;
	}
}

@media screen and (max-width:1024px) {
	.show-1024 {
		display: block;
	}

	.hide-1024 {
		display: none !important;
	}

	.column1-ht {
		width: 8.33333%;
	}

	.column2-ht {
		width: 16.66666%;
	}

	.column3-ht {
		width: 25%;
	}

	.column4-ht {
		width: 33.33333%;
	}

	.column5-ht {
		width: 41.66666%;
	}

	.column6-ht {
		width: 50%;
	}

	.column7-ht {
		width: 58.33333%;
	}

	.column8-ht {
		width: 66.66666%;
	}

	.column9-ht {
		width: 75%;
	}

	.column10-ht {
		width: 83.33333%;
	}

	.column11-ht {
		width: 91.66666%;
	}

	.column12-ht {
		width: 100%;
	}

	.col-pad-lt-ht {
		padding: 0 0 0 2%;
	}

	.col-pad-rt-ht {
		padding: 0 2% 0 0;
	}

	.col-pad-center-ht {
		padding: 0 1%;
	}

	.col-pad-clear-ht {
		padding: 0;
	}

	.head-phone {
		margin-top: 10px;
	}

	#simple-menu {
		height: 40px;
		line-height: 40px;
		text-align: center;
		width: 90px;
		margin: 0 auto;
		display: block;
		cursor: pointer;
		color: #000;
		font-size: 16px;
		font-family: 'Orbitron', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
	}

	.tagline {
		font-size: 33px;
	}

	.manu-logos img {
		margin: 0 20px;
	}

	.scrolling-tag {
		width: 30%;
		left: 4%;
	}
}

@media screen and (max-width:768px) {
	.show-tablet {
		display: block;
	}

	.hide-tablet {
		display: none !important;
	}

	.column1-vt {
		width: 8.33333%;
	}

	.column2-vt {
		width: 16.66666%;
	}

	.column3-vt {
		width: 25%;
	}

	.column4-vt {
		width: 33.33333%;
	}

	.column5-vt {
		width: 41.66666%;
	}

	.column6-vt {
		width: 50%;
	}

	.column7-vt {
		width: 58.33333%;
	}

	.column8-vt {
		width: 66.66666%;
	}

	.column9-vt {
		width: 75%;
	}

	.column10-vt {
		width: 83.33333%;
	}

	.column11-vt {
		width: 91.66666%;
	}

	.column12-vt {
		width: 100%;
	}

	.col-pad-lt-vt {
		padding: 0 0 0 2%;
	}

	.col-pad-rt-vt {
		padding: 0 2% 0 0;
	}

	.col-pad-center-vt {
		padding: 0 1%;
	}

	.col-pad-clear-vt {
		padding: 0;
	}

	body,
	a.blue-btn {
		font-size: 14px;
	}

	p {
		margin-bottom: 14px;
	}

	h1 {
		font-size: 28px;
		margin-bottom: 16px;
	}

	h2 {
		font-size: 24px;
		margin-bottom: 14px;
	}

	h3 {
		font-size: 22px;
		margin-bottom: 14px;
	}

	h4 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	h5 {
		font-size: 18px;
		margin-bottom: 7px;
	}

	h6 {
		font-size: 14px;
	}

	.border-lt {
		border-left: none;
		border-top: 1px #ccc solid;
		padding-top: 15px;
	}

	.blue-75-triangle {
		border-top-width: 650px;
	}

	.tagline {
		font-size: 28px;
	}

	article {
		padding: 25px 0;
	}

	.manu-logos img {
		max-height: 60px;
	}

	.lg-map iframe {
		height: 350px;
	}
}

@media screen and (max-width:640px) {
	.hide-640 {
		display: none !important;
	}

	.column1-hp {
		width: 8.33333%;
	}

	.column2-hp {
		width: 16.66666%;
	}

	.column3-hp {
		width: 25%;
	}

	.column4-hp {
		width: 33.33333%;
	}

	.column5-hp {
		width: 41.66666%;
	}

	.column6-hp {
		width: 50%;
	}

	.column7-hp {
		width: 58.33333%;
	}

	.column8-hp {
		width: 66.66666%;
	}

	.column9-hp {
		width: 75%;
	}

	.column10-hp {
		width: 83.33333%;
	}

	.column11-hp {
		width: 91.66666%;
	}

	.column12-hp {
		width: 100%;
	}

	.col-pad-lt-hp {
		padding: 0 0 0 2%;
	}

	.col-pad-rt-hp {
		padding: 0 2% 0 0;
	}

	.col-pad-center-hp {
		padding: 0 1%;
	}

	.col-pad-clear-hp {
		padding: 0;
	}

	header {
		padding: 14px 0;
	}

	.logo {
		width: 47%;
		margin-right: 3%;
	}

	.head-phone {
		width: 50%;
		margin-top: 5px;
	}

	.blue-75-triangle {
		border: none;
		background: rgba(23, 66, 108, 0.75);
		width: 100%;
		height: 100%;
		left: 0;
	}

	.tagline {
		padding-top: 8%;
		margin: 0 auto;
		float: none;
		text-align: center;
		width: 60%;
	}

	.scrolling-tag {
		width: 100%;
		position: relative;
		padding: 10px 4% 0 4%;
		left: 0;
		max-width: none;
		transform: skewX(0deg) skewY(0deg);
		-moz-transform: skewX(0deg) skewY(0deg);
		-webkit-transform: skewX(0deg) skewY(0deg);
	}

	.scrolling-tag h5 {
		transform: skewX(0deg) skewY(0deg);
		-moz-transform: skewX(0deg) skewY(0deg);
		-webkit-transform: skewX(0deg) skewY(0deg);
	}

	.scrolling-inv iframe {
		padding: 5px 0 10px 0;
	}
}

@media screen and (max-width:480px) {
	.column1-vp {
		width: 8.33333%;
	}

	.column2-vp {
		width: 16.66666%;
	}

	.column3-vp {
		width: 25%;
	}

	.column4-vp {
		width: 33.33333%;
	}

	.column5-vp {
		width: 41.66666%;
	}

	.column6-vp {
		width: 50%;
	}

	.column7-vp {
		width: 58.33333%;
	}

	.column8-vp {
		width: 66.66666%;
	}

	.column9-vp {
		width: 75%;
	}

	.column10-vp {
		width: 83.33333%;
	}

	.column11-vp {
		width: 91.66666%;
	}

	.column12-vp {
		width: 100%;
	}

	.col-pad-lt-vp {
		padding: 0 0 0 2%;
	}

	.col-pad-rt-vp {
		padding: 0 2% 0 0;
	}

	.col-pad-center-vp {
		padding: 0 1%;
	}

	.col-pad-clear-vp {
		padding: 0;
	}

	.logo {
		width: 90%;
		margin: 0 5%;
	}

	.logo img {
		max-width: 248px;
		margin: 0 auto;
	}

	.head-phone {
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}

	.head-phone h3 {
		font-size: 18px;
	}

	.tagline {
		padding-top: 6%;
		width: 80%;
	}

	.copyright {
		font-size: 10px;
	}
}

@media screen and (max-width:375px) {
	.tagline {
		font-size: 24px;
		padding-top: 4%;
		width: 94%;
	}

	.manu-logos img {
		margin: 0 8px;
	}

	.scrolling-tag h5 {
		font-size: 16px;
	}
}

@media screen and (max-width:320px) {}