﻿/***** 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;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #333; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #333;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {
	font-family: industry, sans-serif;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {}

.header{
    padding: 35px 4% 25px;
	background: #000;
	color: #fff;
    display: flex;
	flex-wrap: wrap;
	font-family: industry, sans-serif;
}
.header .logo{
    width: calc(20.18095238095238% - 15px);
}
.header .header-right{
    width: calc(72.81904761904762% + 15px);
}
.header .logo img{
	max-width: 100%;
	margin-top: -10px;
}

.header .header-contact{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-left: 30px;
	align-items: center;
}
.header .header-contact > a[href^="tel:"] img{
	max-width: 100%;
}
.header-right .social-links{
	
    flex-shrink: 0;
    padding: 0 20px;
}
.social-links a{
	font-size: 30px;
	color: #dc2e25;
	padding-right: 5px;
}
.social-links a:last-of-type{
	padding-right: 0;
}

/*---BODY--------------------------------*/

.flex{display: flex;}
.flex-wrap{flex-wrap: wrap;}
.align-center{display: flex; align-items: center;}

.col50{width: 50%;}
.col25{width: 25%;}
.height100{
	height: 100%;
}

.hero{
	text-transform: uppercase;
	position: relative;
}
.hero .pad{

    padding: 12% 8% 16%;
	
}
.hero.short .pad{

    padding: 6% 8% 8%;
	
}

.hero.service{
	background: url("/siteart/service-cta.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.hero.thankyou{
	background: url("/siteart/hero.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.hero.about{
	background: url("/siteart/bg-about.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}


.hero h1{
	position: relative;
	font-size: 60px;
	line-height: 60px;
	padding-bottom: 40px;
	font-weight: 400;
	letter-spacing: 2px;
	font-style: italic;
	color: #fff;
}
.ultrabold{
	font-weight: 900 !important;
}

.overlay-gradient{
	background: -webkit-linear-gradient(110deg, rgba(0,0,0,0.8), rgba(0,0,0,0));
	background: -o-linear-gradient(110deg, rgba(0,0,0,0.8), rgba(0,0,0,0));
	background: linear-gradient(110deg, rgba(0,0,0,0.8), rgba(0,0,0,0));
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.bg-hero{
	background: url("/siteart/hero.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.bg-service{
	background: url("/siteart/service-cta.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.bg-sales{
	background: url("/siteart/sales-cta.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.bg-black{
	background: #000;
	color: #fff;
}
.bg-red{
	background: #dc2e25;
	color: #fff;
}
.red{
	color: #dc2e25;
}
.mask-corner{
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 10px 100%, 0  calc(100% - 10px));
}

/* TEXT */

.heading{
	position: relative;
	font-size: 36px;
	line-height: 36px;
	letter-spacing: 2px;
	padding-bottom: 40px;
	font-weight: 400;
	font-style: italic;
	text-transform: uppercase;
}
.verticalspace{
	padding: 4% 0;
}
.pad{
	padding: 50px;
}
.pad p{
	padding-bottom: 30px;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 1px;
}
.pad p:last-of-type{
	padding-bottom: 40px;
}
.nopad-top{
	padding-top: 0 !important;
}

/* BUTTONS */


.cta{
	display: block;
	box-sizing: border-box;
	float: left;
	background: #dc2e25;
	color: #fff;
	padding: 20px;

    width: calc(25% - 15px);
	
	margin-right: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 10px 100%, 0  calc(100% - 10px));
	
	-moz-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	-webkit-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
.cta:hover{
	transform: translateY(-5px);
}
.cta:last-of-type{
	margin-right: 0px;
}
.cta.white{
	background: #fff;
	color: #000;
}

.col50 .cta{
	width: calc(50% - 15px);
}

/* BANNER */

.banner{
	margin: -68px 0 0 4%;
	padding: 50px;
}
.banner h2, .banner h1{

	font-size: 36px;
	line-height: 36px;
	letter-spacing: 2px;
	font-style: italic;
	font-weight: 900;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

/* Shop Categories */

.shop-grid{
	padding: 0 0 0 8%;
	display: flex;
	flex-wrap: wrap;
}
.shop-grid a{
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 10px 100%, 0  calc(100% - 10px));
    display: block;
	width: 46%;
	margin: 0 4% 4% 0;
	position: relative;
	padding-top: 45%;
}
.shop-grid a:nth-of-type(3), .shop-grid a:nth-of-type(4){
	margin: 0 4% 0 0;
}
.shop-grid a h3{
	font-size: 16px;
	font-weight: 400;
	background: #000;
	position: absolute;
	bottom: 0;
	display: block;
	left: 0;
	right: 0;
	text-align: center;
	padding: 20px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
	border-bottom: 10px #dc2e25 solid;
	width: 101%;
	box-sizing: border-box;
}
.shop-grid a img{
	position: absolute;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -50%);
	z-index: -1;
    width: 101%;
	
	-moz-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	-webkit-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
.shop-grid a:hover img{
	transform: translate(-50%, -50%) scale(1.1);
}

/* SECONDARY PAGE */

#home-copy .col100{
	width: 96%;
	padding-left: 4%;
}
.col100 > div{
	display: block;
}

/*--------FORM STYLES--------------------*/

.header-contact #inv-search {
	width: 50%;
	position: relative;
    height: 39px;
}

#search-list #inv-search {
	width: 100%;
	position: relative;
    height: 45px;
	box-sizing: border-box;
}
#search-list #inv-search button {
	padding-left: 30px;
}

#inv-search input{
    padding: 8px 15px 6px;
    box-sizing: border-box;
    width: 100%;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 5px 100%, 0 calc(100% - 5px));
    font-family: industry, sans-serif;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 400;
	height: 39px;
	border-radius: 0 !important;
    outline: none !important;
    border: none !important;
}
.custom-form input{
    padding: 8px 15px 6px !important;
    box-sizing: border-box;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 5px 100%, 0 calc(100% - 5px));
    font-family: industry, sans-serif;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 400;
	height: 39px;
	border-radius: 0 !important;
    outline: none !important;
    border: none !important;
	margin-bottom: 15px;
}
.custom-form input.col50{
    margin-right: 15px;
	width: calc(50% - 7.5px) !important;
}
.custom-form input.col50:last-of-type{
    margin-right: 0;
	width: calc(50% - 7.5px) !important;
}
.custom-form textarea{
    padding: 12px 15px 6px;
    box-sizing: border-box;
    width: 100%;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 5px 100%, 0 calc(100% - 5px));
    font-family: industry, sans-serif;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 400;
	height: 150px;
	resize: vertical;
	border-radius: 0 !important;
    outline: none !important;
    border: none !important;
}
#inv-search button{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: none !important;
    outline: none !important;
    border: none !important;
    padding: 1px 15px 0;
    font-size: 16px;
	color: #dc2e25 !important;
	cursor: pointer;
}

.custom-form button{

    outline: none !important;
    border: none !important;
	cursor: pointer;
	font-family: industry, sans-serif;
}


.CaptchaPanel{
	text-align: left !important;
	letter-spacing: 1px;
}
.CaptchaPanel input{
	width: calc(50% - 7.5px) !important;
}
.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.CaptchaMessagePanel{
	font-weight: 400 !important;
}
.CaptchaWhatsThisPanel a{
	color: #dc2e25 !important;
}

/* SERVICE CTA */

.cta-service{
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 10px 100%, 0  calc(100% - 10px));
	padding: 50px;
	display: block;
	margin: 0 4% 4%;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
	
	-moz-background-size: 100% auto;
	-o-background-size:  100% auto;
	-webkit-background-size:  100% auto;
	background-size:  100% auto;
	
	
	-moz-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	-webkit-transition: ease all 0.3s;
	transition: ease all 0.3s;
}

.cta-service h4{
	position: relative;
	font-size: 60px;
	line-height: 60px;
	font-weight: 400;
	font-style: italic;
	color: #fff;
}
.cta-service div:not(.overlay-gradient){
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	
	width: 150px;
	background: #dc2e25;
	color: #fff;
	
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	
	
	-moz-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	-webkit-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
.cta-service div i{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 60px;
}



.cta-service:hover{

	-moz-background-size: 110% auto;
	-o-background-size:  110% auto;
	-webkit-background-size:  110% auto;
	background-size:  110% auto;
}


/* FB PAGE */
#fb-flex .cta-service div:not(.overlay-gradient) {
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    top: auto;
    height: 100px;
}
#fb-flex .cta-service {
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}
.flex .cta-service{
	width: calc(95% - 300px);
	margin: 0 4% 0 0 !important;
}
.flex .fb-page{
	width: 300px;
}

/*-------- FOOTER STYLES ----------------*/
footer{}

.footer{
	background: #000;
	color: #fff;
	font-family: industry, sans-serif;
}
.footer .heading{
	padding-bottom: 15px;
}
.footer ul li a{
	color: #fff;
	text-transform: uppercase;
	
	line-height: 30px;
	font-size: 16px;
	letter-spacing: 1px;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	-webkit-transition: .2s ease-in;
	transition: .2s ease-in;
}
.footer ul li a:hover{
	color: #dc2e25;
}

ul.contact-list li{
	padding-left: 40px;
	position: relative;
}
ul.contact-list li i{
	position: absolute;
	left: 0;
	color: #dc2e25;
	top: 5px;
}

ul.contact-list li a{
	color: #fff;
	text-transform: uppercase;
	
	line-height: 30px;
	font-size: 16px;
	letter-spacing: 1px;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	-webkit-transition: .2s ease-in;
	transition: .2s ease-in;
}
ul.contact-list li a:hover{
	color: #dc2e25;
}

.footer .logo img{max-width: 100%;}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/




#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: industry, sans-serif;} /* Reset font, ignore icons */

#inv *:not(.loading-spinner):not(.loader):not(.lds-ring *){border-radius: 0!important;}

#inv h1, #inv h2, #inv h3, #inv h4, #inv h5, #inv h6, #inv h1 span, #inv h2 span, #inv h3 span, #inv h4 span, #inv h5 span, #inv h6 span{
	font-family: industry, serif !important;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-style: italic;
}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px !important;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px !important;}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name{
	margin-top: 0 !important;
}
span.compare-label, .list-listings-count{padding-left: 4px !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .list-content .list-listing-mobile .view-listing-details-link, .list-content .list-listing-mobile .buy-now-link, .list-content .list-listing-mobile .check-availability-link, .list-content .list-listing-mobile .email-seller-link, .detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile, .main-detail-data .contact-options a, button.g-recaptcha.button, .apply-button, .Manufacturer-button {background:#dc2e25 !important; color: #fff !important; 
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 5px 100%, 0  calc(100% - 5px)); text-transform: uppercase;}

.mobile-breadcrumb{
	background:#dc2e25 !important; color: #fff !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .video-chat-link, .faceted-search, .faceted-show-all-btn, .list-error-container button {background: #000 !important; clip-path: polygon(0 0, 100% 0%, 100% 100%, 5px 100%, 0  calc(100% - 5px));}

.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, .faceted-search-content .mobile-done-button-container .mobile-done-button, .page-nav, .contact-options a {background: #000 !important; clip-path: polygon(0 0, 100% 0%, 100% 100%, 5px 100%, 0  calc(100% - 5px));}

.detail-content .dealer-info .phone-and-email .send-email-btn, .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, .cs-btns a, .list-error-container .info button {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{padding: 20px 0;box-sizing: border-box;}







/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1400px) {
	
	
	#inv-search{	
    	width: 34%;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	
	.cta{
		font-size: 14px;
	}
	.cta{
		
    	width: calc(50% - 15px);
	}
	.shop-grid {
		padding: 0 0 0 4%;
	}
	.shop-grid a {
		width: 22.5%;
		margin: 0 2% 4% 0 !important;
		position: relative;
		padding-top: 24%;
	}
	.shop-grid a h3{
		font-size: 14px;
	}
	.shop-grid a h3 .hide-md{
		display: none;
	}
	#home-copy .col50{
		width: 100%;
	}
	#home-copy .col50:last-of-type{
		width: 96%;
		padding-left: 4%;
	}

	.cta-service h4{
		font-size: 36px;
		line-height: 36px;
	}
	
	.footer .col25{
		width: 33.33333%;
		margin-bottom: 50px;
	}
	.footer .col25:last-child{
		width: 100%;
		text-align: center;
	}
}


@media only screen and (max-width: 1023px) {
	.header-right{display: none !important;}
	.header .logo{width: 100%; margin:  0; text-align: center;}
	.hero .pad{
		padding: 12% 8% 18%;
	}
	.cta{
		width: calc(50% - 15px);
	}
	

	.banner{
		padding: 4%; 
		margin: -6% 0 0 4%;
	}
	.pad{
		padding: 50px 4%;
	}
	#home-copy .col50{
		width: 100%;
	}
	#home-copy .col50:last-of-type{
		width: 96%;
		padding-left: 4%;
	}
	.shop-grid {
		padding: 0 0 0 4%;
	}
	.shop-grid a {
		margin: 0 4% 4% 0 !important;
		position: relative;
		padding-top: 43%;
	}

	.cta-service h4{
		font-size: 36px;
		line-height: 36px;
	}
	.cta-service div:not(.overlay-gradient) {
		width: 100px;
	}
	.cta-service div i {
		font-size: 40px;
	}
	
	
	.footer .col25{
		width: 50%;
		margin-bottom: 50px;
	}
	
}
@media only screen and (max-width: 767px) {

	.hero .pad{
		padding: 100px 8% 120px;
	}
	
	
	.hero.short .pad{

		padding: 0 8% 200px;

	}
	#fb-flex{
		flex-direction: column;
		justify-content: center;
	}
	#fb-flex > *{
		width: 300px;
		max-width: 100%;
		box-sizing: border-box;
		margin: 0 auto !important;
		overflow: hidden;
	}
	#fb-flex .cta-service{
		margin-bottom: 50px !important;
	}

	#fb-flex .cta-service div:not(.overlay-gradient) {
		height: 60px;
	}
	.pad{
		padding: 50px 8%;
	}
	.cta-service{
		padding: 30px 30px 90px;
	}
	.hero h1, .cta-service h4{
		font-size: 40px;
		line-height: 40px;
	}
	
	.banner h2, .banner h1{
		font-size: 24px;
		line-height: 24px;
	}
	.heading{
		font-size: 24px;
		line-height: 24px;
    	padding-bottom: 30px;
	}
	
	.pad p{
		font-size: 14px;
    	padding-bottom: 30px;
	}
	.pad p:last-of-type {
		padding-bottom: 40px;
	}
	.cta{
		width: 100% !important;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.cta:last-of-type{
		margin-bottom: 0;
	}
	#home-copy .col50:last-of-type, #home-copy .col100{
		width: 100%;
		padding-left: 0%;
	}
	#home-copy .col50:last-of-type .mask-corner, #home-copy .col100 .mask-corner{
		clip-path: none;
	}
	
	.shop-grid a {
		margin: 0 4% 4% 0 !important;
		position: relative;
		padding-top: 70%;
		width: 96%;
	}
	
	.bg-hero{background-position: 65% 50%;}
	.overlay-gradient{
		background: -webkit-linear-gradient(110deg, rgba(0,0,0,0.8), rgba(0,0,0,0.15));
		background: -o-linear-gradient(110deg, rgba(0,0,0,0.8), rgba(0,0,0,0.15));
		background: linear-gradient(110deg, rgba(0,0,0,0.8), rgba(0,0,0,0.15));
	}
	
	.cta-service{

		-moz-background-size: auto 100%;
		-o-background-size: auto 100%;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
		
	}
	.cta-service:hover{

		-moz-background-size: auto 110%;
		-o-background-size: auto 110%;
		-webkit-background-size: auto 110%;
		background-size: auto 110%;
		
	}
	.cta-service div:not(.overlay-gradient){

		display: block;
		width: 100%;
		bottom: 0;
		left: 0;
		top: auto;
   		height: 60px;
		
	}
	.cta-service div i{

		font-size: 24px;
		
	}
	
	
	.custom-form input.col50, .custom-form input.col50:last-of-type{
		margin-right: 0 !important;
		width: 100% !important;
	}
	.CaptchaPanel input{
		width: 100% !important;
	}


}
@media only screen and (max-width: 767px) {
	
#inv{padding: 8% 0;}
	.footer .col25{
		width: 100%;
		margin-bottom: 50px;
	}
	.footer .col25:last-of-type{
		text-align: center;
	}
	
}






