﻿/***** BEGIN RESET *****/

@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700&subset=latin-ext);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

img{max-width: 100%; height: auto;}


/*===================== 
	@Font-Face 
=======================*/
font-family: 'Oswald', sans-serif;

<style>
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700&subset=latin-ext');
</style>


::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

@font-face {
    font-family: 'montserratlight';
    src: url('/fonts/montserrat-light-webfont.eot');
    src: url('/fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-light-webfont.woff') format('woff'),
         url('/fonts/montserrat-light-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratregular';
    src: url('/fonts/montserrat-regular-webfont.eot');
    src: url('/fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-regular-webfont.woff') format('woff'),
         url('/fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratbold';
    src: url('/fonts/montserrat-bold-webfont.eot');
    src: url('/fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-bold-webfont.woff') format('woff'),
         url('/fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}




/*===================== 
	base styles 
=======================*/



html, body{
	font-family: 'Oswald', sans-serif;
	font-weight:500;
	font-size: 16px;
	-web-text-size-adjust:none;
	margin:0;
}

svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.clear { clear: both;}
	
/*image replacement*/
.hide-text {
	text-indent:  100%;
	white-space:  nowrap;
	overflow:  hidden;
	}	

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border-style: solid;
    height: 0;
	} 

img { border: 0;} 

.clear{clear:both;}
	
/*===================== 
	typography 
=======================*/

h1 { font-family: 'Oswald', sans-serif; color: #fff; font-size: 35px; text-transform: uppercase; font-weight:600;}
h2 { font-family: 'Oswald', sans-serif; color: #fff; font-size: 24px; font-weight:400; font-stretch:expanded;}
h3 { font-family: 'Oswald', sans-serif; color: #fff; font-size: 21px; font-weight: 200; text-transform: uppercase;}
h4 { font-family: 'Oswald', sans-serif; color: #000; font-size: 24px; text-align:center; font-weight:400; text-transform: uppercase;}
h5 { font-family: 'Oswald', sans-serif; color: #fff; font-size: 15px; font-weight:500; text-transform: lowercase; font-stretch:expanded;}
h6 { font-family: 'Oswald', sans-serif; color: #000; font-size: 14px;}
h7 { font-family: 'Oswald', sans-serif; color: #000; font-size: 12px; text-align:right;}

p { font-family: 'montserratlight'; font-size: 16px; line-height: 28px; color:#fff; font-weight:500; font-stretch:expanded;}

.quote{
	font-style: italic;
	font-family: 'montserratlight'; 
	font-size: 20px; 
	line-height: 28px;
	color:#000;
}


/*===================== 
	link styles 
=======================*/

a{
	font-family: 'montserratbold';
	color: #000;
	text-decoration:none;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
}
a:hover{color: #ccc; text-decoration:none;}

/*===================== 
	header styles 
=======================*/

.header {
	margin: 0 auto;
	width: 100%;
	background:#d1d6da;
}
	
.logo {
    padding: 1% 0;
    margin: 0;
	float:left;
}
.logo img{max-width:430px; width:100%;}

.header-right {
    float: right;
    text-align: right;
    padding: 2% 0;
}
	.header-right a{
		color:#ae1627;
		font-family: 'Oswald', sans-serif;
		font-weight: 700;
    	font-size: 24px;
	}
	.header-right a:hover{
		color:#000;
	}


/*===================== 
	content styles 
=======================*/

.wrapper {
	width: 100%;
	margin: 0 auto;
	max-width: 1100px;
}

.wrapper-other {
	width: 100%;
	margin: 0 auto;
	max-width: 1100px;
}

.red{background:#ae1627; width:100%; padding:3% 0;}

.wrapper-other h1{color: #fff;}
.wrapper-other h2{color: #fff;}
.wrapper-other h3{color: #fff; font-weight:500; text-align:left;}

.wrapper-other p{color: #fff;}
.wrapper-other p a {
	color: #d1d6da;
    background: #000000;
    padding: 4px 12px;
    border-radius: 4px;
    line-height: 37px;
    font-weight: 300;
}
.wrapper-other p a:hover{
    color: #000;
    background: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    line-height: 37px;
}

.wrapper-other iframe{
	width:100%;	
}

.content {
    position: absolute;
    top: 315px;
    right: 100px;
    left: 1155px;
}

.giant {width: 100%; background-color: #ae1627;}
.giant img {width: 100%;}

.small-giant{display:none;}

.divider{width:100%; padding-bottom: 10px;}
.divider img{width:100%;}

.manus{
	width:100%;
	background:#d1d6da;
	margin:0 auto;
	text-align:center;	
}
.manus img{
	max-height:100px;
	padding: 4% 2%;
	text-align: center;
	display:inline;	
}

.location{
	width:100%;
	background:#333333;
	color: #d1d6da;
	margin:0 auto;
	text-align:center;
	padding:4% 0;
}

.columna{
	width: 66%;
    float: left;
    padding-right: 0;
    box-sizing: border-box;	
}
.columnb{
	width: 33%;
    float: left;
    padding-right: 0;
    box-sizing: border-box;
    color: #d3d3d3;	
}

.location .columnb{
	text-align: left;	
}

.location .columnb h2{
	font-size:28px;
	color:#d1d6da;
	font-weight:600;
}

.location .columnb p{
	color:#d1d6da;
	font-size:16px;
}

.location iframe{
	width:100%;
	max-width:600px;	
	text-align:center;
}

.b-button{
	background: #000;
    padding: 10px;
    width: 30%;
    border-radius: 5px;	
}

.b-button:hover{
	background: #292929;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
}

.r-button{
	background: #ae1728;
    padding: 10px;
    width: 40%;
	margin: 3% 0;
    border-radius: 5px;	
}

.r-button:hover{
	background: #8e1220;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
}

.fa {
/*	padding-left:50px;*/
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}




/*===================== 
	zoom wrap styles 
=======================*/

.zoom-wrap{
	margin: 2% 1%;	
}

.zoom-container {
    float: left;
    width: 33.333%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #fff;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    line-height: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.zoom-container a{color: #bbbbbb;}
.zoom-container img {
	display: block;
	width: 100%;
	height: auto;
	-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;
}
.zoom-container:hover img {
	-webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}
.zoom-container .zoom-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: rgba(0, 0, 0, .82); /*------change bg color-------*/
	-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;
}
.zoom-container .zoom-caption h3 {
    display: block;
    text-align: center;
    font-family: 'Oswald', sans-serif;
	font-stretch:expanded;
    font-size: 23px;
    font-style: normal;
    margin: 21% 0 0;
    text-transform: uppercase;
    color: #fff;
}
.zoom-container:hover .zoom-caption {
	background: none;
}

	
/*===================== 
	slideshow styles 
=======================*/


.cycle-slideshow {
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.cycle-slideshow img{
	width:100%;
}




/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*===================== 
	layout styles 
=======================*/

.left {float: left;}
.right {float: right;}
.clear {clear:both;}

	
.column1 {width:75%; float:left; padding-right: 0; box-sizing: border-box;}
.column2 {width:50%; float:left; padding-right: 25px; box-sizing: border-box;}
.column3 {width:33.33333%; float:left; padding-right: 25px; box-sizing: border-box;}
.column4 {width:25%; float:left; padding-right: 25px; box-sizing: border-box; color: #d3d3d3;}
.column5 {width:20%; float:left; box-sizing: border-box;}
.column6 {width:16.66666%; float:left; padding-right: 25px; box-sizing: border-box;}



/*===================== 
	main form
=======================*/

#form{
	background: #fff;
	max-width:1100px;
	margin: 5% auto;
	color:#333333;
}

#form input {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #ccc;
	margin: 5px 0 15px;
	height: 30px;
	box-sizing: border-box;
	font-family: 'montserratlight';

}

#form textarea {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #ccc;
	margin: 5px 0 15px;
	height: 90px;
	box-sizing: border-box;
	font-family: 'montserratlight';

}

#form select {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #ccc;
	margin: 5px 0 15px;
	height: 30px;
	box-sizing: border-box;
}

#form input[type="checkbox"] {
    margin:5px 10px 0 0;
    width:13px;
    height:13px;
    display:inline;
}
#form input[type="radio"] {
    margin:5px 10px 0 0;
    width:15px;
    height:15px;
    display:inline;
}
 
#form input.send-button,
#form input.send-button:focus {
    text-align: center;
    text-transform: uppercase;
    width: 207px;
    font-size: 14px;
    color: #fff;
	font-family: 'montserratregular';
	background: #646d6d;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    border-radius: 6px;
	height: 50px;
}

#form input.send-button:hover {
	background: #158d12;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
	cursor: pointer;
}
 
/*CAPCHA*/

.CaptchaPanel {
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
	text-align: left !important;
	line-height:normal !important;
}

.CaptchaAnswerPanel input {width: 200px !important;}

.CaptchaImagePanel {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.CaptchaMessagePanel {
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
	font-weight:normal !important;
	font-size:12px;
	line-height:14px;
}

.CaptchaAnswerPanel {
	margin:0 0 0 0;
	padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:8px 0 8px 0 !important;
}
.CaptchaWhatsThisPanel a {color: #859090;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 


/*===================== 
	footer styles 
=======================*/

footer {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
	background: #000;
	padding: 50px 20px;
}
footer a{font-family: 'montserratregular'; color: #fff; font-size: 11px; line-height: 24px;}
footer a:hover{color: #ae1627;}



/*INVENTORY TYLES*/


.container.cf {
	height: fit-content !important;
}

.detail__title, .dealer-contact__header h2, .detail__specs-heading {color: #000 !important;}

/*===================== 
  non-iframe inv styles 
=======================*/

.hosted-content .p-tb-10 {
    padding: 5% 0!important;
}
	
.hosted-content #listings-title {
    font-size: 1.5rem;
    color: #000!important;
}
.hosted-content .listings-wrapper .listings-list .listing-banner h1 {
    color: #000!important;
}	
.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
    color: #333!important;
}

.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button {
    color: #fff!important;
    background: #ae1627!important;
	border-radius:6px!important;
}
.listings-wrapper .hosted-theme .btn:hover {
    background: #757575!important;
    color: #fff!important;
}

.hosted-content .red, .hosted-content .redtext, .hosted-content .field-validation-error {
    color: #000!important;
}


/*-----Control widget size------*/

.hosted-content .widget-express .column3 img {width: 100%;max-width: 30px !important;}
.hosted-content .widget-express img {width: 30px;}
.hosted-content .hauler-image img {width: 30px;}
.hosted-content .widget-unico img { width: 30px;}
.hosted-content .listing-boxed-pricing .widgets, .hosted-content .listing-card-inner .widgets img { width: 30px;}


/*-----Hide widgets------*/

/*.hosted-content .widget-express .column3 { display:none!important}
.hosted-content .widget-express { display:none!important}
.hosted-content .hauler-image  { display:none!important}
.hosted-content .widget-unico { display:none!important}
.hosted-content .listing-boxed-pricing .widgets, .hosted-content .listing-card-inner .widgets img { display:none!important}

a.widget-express-container{display:none!important}
a.widget-unico-container{display:none!important}
a.widget-hauler-container{display:none!important}
a.widget-nah-container{display:none!important}*/





/*===================== 
  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;}


.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#ae2f29 !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:#ae2f29 !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 #ae2f29 !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: #ae2f29 !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;}


.list-content .list-title .list-title-text, .list-content .list-listing .listing-top-right .listing-dealer-info .dealer-name, .list-content .listing-portion-title, .ts-modal-header h2, .contact-info-heading h2, .disclaimer {
    color: black !important;
}



/*===================== 
  responsive styles 
=======================*/

@media screen and (max-width: 1911px){

.b-button {
    background: #000;
    padding: 10px;
    width: 52%;
    border-radius: 5px;
}



}
@media screen and (max-width: 1824px){


.fa {
    padding-left: 9px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


}
@media screen and (max-width: 1765px){


.content {
    position: absolute;
    top: 260px;
    right: 100px;
    left: 1090px;
}




}
@media screen and (max-width: 1580px){

.content {
    position: absolute;
    top: 240px;
    right: 100px;
    left: 940px;
}


}
@media screen and (max-width: 1398px){

.content {
    position: absolute;
    top: 190px;
    right: 100px;
    left: 840px;
}


}
@media screen and (max-width: 1366px){

.content {
    position: absolute;
    top: 210px;
    left: 830px;
    right: 55px;
}

.b-button{
    width: 45%;
}



}
@media screen and (max-width: 1270px){

.content {
    position: absolute;
    top: 180px;
    left: 760px;
    right: 55px;
}

h1 {font-size: 30px;}
h2 {font-size: 21px;}
h3 {font-size: 16px;}
h4 {font-size: 19px;}
p {font-size: 14px;line-height: 22px;}

.location .columnb h2 {font-size: 24px;}
.location .columnb p {font-size: 14px;}




}
@media screen and (max-width: 1155px) {

.content {
    position: absolute;
    top: 180px;
    left: 685px;
    right: 55px;
}



}
@media screen and (max-width: 1130px) {
	
.wrapper {
    width: 94%;
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 3%;
}

.wrapper-other {
    width: 94%;
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 3%;
}
.container {
    width: 98%;
	margin: 0 auto;
}
}
@media screen and (max-width: 1055px) {

.content {
    position: absolute;
    top: 150px;
    left: 620px;
    right: 55px;
}


}
@media screen and (max-width: 965px) {

.giant{display:none;}
.small-giant {
    display: block;
    background: #ae1627;
    width: 100%;
}
.small-giant img{ border: 1px solid #000;}

.container-notInv {
    padding: 4% 0;
    margin: 0 auto;
    width: 85%;
}

.b-button {
    width: 25%;
}


}
@media screen and (max-width: 1055px) {

.content {
    position: absolute;
    top: 200px;
    left: 620px;
    right: 55px;
}


}
@media screen and (max-width: 1024px) {

.columna {
    width: 66%;
    float: left;
    padding: 0 3%;
    box-sizing: border-box;
}

.r-button {
    background: #ae1728;
    padding: 10px;
    width: 65%;
    margin: 4% 0;
    border-radius: 5px;
}



}
@media screen and (max-width: 925px) {
	
	
.footer { padding: 3% 2% 5%;}


}
@media screen and (max-width: 810px) {
 
 
 
 
 
}
@media screen and (max-width: 715px) {
 
.logo {
    padding: 1% 0 1%;
    margin: 0 auto;
    float: none;
    text-align: center;
}
.logo img {
    max-width: 430px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.header-right {
    float: none;
    text-align: center;
    padding: 0 0 2%;
}
 
 
}
@media screen and (max-width: 650px) {

.column2 {
    width: 100%;
    float: none;
    padding-right: 0;
    box-sizing: border-box;
    margin: 3% 0;
}

}
@media screen and (max-width: 645px) {

.manus img {
    max-height: 65px;
    padding: 2% 2%;
    text-align: center;
    display: inline;
}

.zoom-container .zoom-caption h3 {
    font-size: 23px;
    margin: 17% 0 0;
}





}
@media screen and (max-width: 590px) {

.b-button {width: 60%;}

.footer {padding: 3% 2% 3%;}


.footer .left {
    float: none;
    text-align: center;
    margin: 0 auto;
}
.footer .right {
    float: none;
    text-align: center;
    margin: 0 auto;
}

.columna {
    width: 100%;
    float: none;
    padding: 3%;
}
.columnb {
    width: 100%;
    float: none;
    padding: 3%;
}

.r-button {
    width: 50%;
    margin: 3% 0;
}


}
@media screen and (max-width: 468px) {

.header-right a {font-size: 22px;}

.zoom-container {
    float: left;
    width: 100%;
}
.zoom-container .zoom-caption h3 {
    font-size: 23px;
    margin: 23% 0 0;
}

.manus img {
    max-height: 65px;
    padding: 2% 0 0;
    text-align: center;
    display: inline;
}

}
@media screen and (max-width: 430px) {

.header-right a {font-size: 22px;}

}
@media screen and (max-width: 315px) {




}
	
