/***** 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;
}

img {
    max-width: 100%;
    height: auto;
}


/* Make HTML 5 elements display block-level for consistent styling */


/***** END RESET *****/


/***** TEXT/LINK FORMATTING *****/

@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;
}

h1 {
    font-family: 'montserratbold';
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
}

h2 {
    font-family: 'montserratbold';
    color: #fff;
    font-size: 20px;
}

h3 {
    font-family: 'montserratbold';
    color: #d6cece;
    font-size: 18px;
    text-transform: uppercase;
}

h4 {
    font-family: 'montserratbold';
    color: #71b7e5;
    font-size: 18px;
}

h5 {
    font-family: 'montserratlight';
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
}

h6 {
    font-family: 'montserratregular';
    color: #333333;
    font-size: 16px;
}

h7 {
    font-family: 'montserratlight';
    color: #333333;
    font-size: 16px;
    text-align: right;
}

p {
    font-family: 'montserratlight';
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
    color: #fff;
}

.quote {
    font-style: italic;
    font-family: 'montserratlight';
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #333333;
}

a {
    font-family: 'montserratbold';
    color: #020306;
    ;
    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: #d3d3d3;
    text-decoration: none;
}

h2 a {
    font-family: 'montserratbold';
    color: #71b7e5;
    font-size: 20px;
}

h2 a:hover {
    font-family: 'montserratbold';
    text-decoration: underline;
    font-size: 20px;
}

strong {
    font-family: 'montserratbold';
    font-weight: normal;
}

.number {
    font-family: 'montserratbold';
    color: #333333;
    font-size: 27px;
}

.email a {
    font-family: 'montserratregular';
    color: #333333;
    font-size: 19px;
    padding: 10px 0 0;
}

.email a:hover {
    color: #71b7e5;
    text-decoration: none;
}

.small-text {
    font-size: 11px;
}

.spacer {
    display: inline;
    padding: 0 15px;
}


/***** SITE FRAMEWORK *****/

html,
body {
    font-family: 'montserratlight';
    font-size: 14px;
    -web-text-size-adjust: none;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
}

.main {
    background: #000;
    padding: 20px 0;
    position: relative;
    z-index: 9999;
    display: block;
    bottom: 0px;
    width: 100%;
}

.down-arrow {
    width: 100%;
    text-align: center;
    z-index: 999;
    position: relative;
    margin: 165px auto -250px;
}

.down-arrow img {
    height: 80px;
    margin: 0 auto;
    text-align: center;
}

.contact-page {
    padding: 2% 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.65);
}

.contact-page a {
    color: #fff;
}

.contact-page a:hover {
    color: #ccc;
}

.wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1040px;
}

.break {
    width: 100%;
    height: 100px;
}

.sitecontainer {
    margin: 0 auto;
    width: 100%;
    max-width: 1040px;
}

.container {
    margin: 10px auto;

}

.container-form {
    width: 100%;
    margin: 0 auto;
    background: #d3d3d3;
}

#auctions {
    margin: 2% auto;
}

.column1 {
    width: 75%;
    float: left;
    padding-right: 50px;
    box-sizing: border-box;
}

.column2 {
    width: 50%;
    float: left;
    padding-right: 25px;
    box-sizing: border-box;
}

.column2a {
    width: 50%;
    float: left;
    padding: 0;
    box-sizing: border-box;
}

.column2b {
    width: 50%;
    float: right;
    padding: 0;
    text-align: right;
    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;
}

.border {
    border: 1px #666 solid;
}


/***** HEADER *****/

.top-header {
    background: #931a16;
    color: #fff;
    padding: 10px 0;
    width: 100%;
    border-bottom: solid 1px #931a16;
}

#top-header-name {
    padding: 10px 0;
    box-sizing: border-box;
    font-family: 'montserratbold';
    font-size: 20px;
    text-transform: uppercase;
    line-height: 20px;
    color: #fff;
    text-align: center;
}

.header {
    background: #fff;
    padding: 0;
    width: 100%;
}

.header-home {
    background: #fff;
    padding: 0;
    width: 100%;
    border-bottom: solid 3px #020306;
}

.logo {
    float: left;
    padding: 15px 0;
    box-sizing: border-box;
}

.logo img {
    width: 100%;
    max-width: 330px;
    margin: 0 auto !important;
}

.at-logo {}

.at-logo img {
    width: 250px;
    float: right;
    position: relative;
    padding: 3% 0;
}

#header-contact {
    float: right;
    text-align: right;
    line-height: 28px;
    padding: 40px 0 0;
}


/***** STYLES *****/

.main_Medium {
    width: 100%;
    height: auto;
}

.main_Medium img {
    width: 100%;
}

.fa fa-caret-right {
    color: #333;
    margin-left: 5px;
}

.fa fa-caret-right:hover {
    color: #71b7e5;
}

.fa {
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 5px;
}


/***** ZOOM STYLES *****/

.zoom-container {
    float: left;
    width: 16.666%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #fff;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
    font-family: 'montserratregular';
    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 .zoom-caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: rgba(0, 0, 0, .82);
    -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: 'montserratbold';
    font-size: 21px;
    font-style: normal;
    margin: 25% 0 0;
    text-transform: uppercase;
    color: #fff;
}

.zoom-container:hover .zoom-caption {
    background: none;
}


/***** FOOTER FORM *****/

.column2 h1 {
    font-family: 'montserratbold';
    color: #fff;
    font-size: 31px;
    padding: 5px 0;
}

.home-page_form {
    background: #931a16;
    font-family: 'montserratregular';
    width: 100%;
    margin: 0;
    padding: 35px 0 200px 0;
    height: 200px;
    color: #fff;
}

.home-page_form p {
    font-family: 'montserratlight';
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    color: #ffffff;
}

.home-page_form p a {
    color: #ffffff;
}

.footer-half {
    width: 50%;
    float: left;
    box-sizing: border-box;
    font-family: 'montserratregular';
}

.footer-half input {
    width: 100%;
    background: #fff;
    padding: 5px 10px;
    border: none;
    margin: 5px 0;
    height: 35px;
    box-sizing: border-box;
    color: #000;
    font-family: 'montserratregular';
}

.footer-half textarea {
    width: 100%;
    background: #fff;
    border: none;
    color: #000;
    padding: 5px 10px;
    margin: 5px 0 0px;
    height: 60px;
    box-sizing: border-box;
    font-family: 'montserratregular';
}

.footer-half select {
    width: 100%;
    background: none;
    border: solid 2px #fff;
    color: #fff;
    padding: 5px 10px;
    margin: 5px 0 9px;
    height: 35px;
    box-sizing: border-box;
    font-family: 'montserratregular';
}

.footer-half input.button,
.footer-half input.button:focus {
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-size: 14px;
    background: none;
    border: solid 2px #fff;
    color: #fff;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    font-family: 'montserratbold';
}

.footer-half input.button:hover {
    background: #fff;
    border: solid 2px #fff;
    color: #931a16;
    cursor: pointer;
    font-family: 'montserratbold';
}


/*  SCROLLING INVENTORY
------------------------------------------------*/

.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}


/*--------------------------***** MAIN FORM *****-------------------------------*/

#form {
    background: #d3d3d3;
    max-width: 1100px;
    margin: 0 auto;
    padding: 2% 0;
    color: #333333;
}

#form input {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #DFDFDF;
    margin: 5px 0 15px;
    height: 30px;
    box-sizing: border-box;
}

#form textarea {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #DFDFDF;
    margin: 5px 0 15px;
    height: 90px;
    box-sizing: border-box;
}

#form select {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #DFDFDF;
    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.button,
#form input.button:focus {
    font-family: 'montserratbold';
    width: 400px;
    background: #71b7e5;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    border: none;
    border-radius: 6px;
}

#form input.button:hover {
    opacity: 0.8;
    color: #d6cece;
    cursor: pointer;
    font-family: 'montserratregular';
}


/*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 {
    padding: 5px 0!important;
    width: 23%!important;
}

.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: 0px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel a {
    font-size: 12px!important;
    padding: 0!important;
}

.CaptchaWhatsThisPanel a {
    color: #fff;
}

.CaptchaWhatsThisPanel a:hover {
    text-decoration: none;
}


/***** FOOTER STYLES *****/

.copyright {
    background: #020306;
    padding: 35px 0;
    width: 100%;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    font-family: 'montserratlight';
    color: #f1f1f1;
    font-size: 14px;
}

a.footerlink:hover {
    font-family: 'montserratbold';
    color: #f1f1f1;
}

.footertext {
    font-family: 'montserratlight';
    font-size: 14px;
    color: #f1f1f1;
}

.smallfootertext {
    font-family: 'montserratlight';
    font-size: 14px;
    color: #f1f1f1;
}

.divfooter {
    margin: 15px auto;
    line-height: 18px;
    text-align: left;
	color: #f1f1f1;
}

.clear {
    clear: both;
}


/***** LISTING STYLES *****/

.list-top-section .list-listings-count,
.parts-list-content .parts-title-and-breadcrumbs .parts-listings-count,
.list-content .listing-category,
.listing-prices__retail-price, .listing-prices__discount-formatted-price, .listing-prices__alternate-retail-price, .listing-prices__exclusive-wholesale-price{color: #931a16!important;}

.ts-modal-header h2,
p.disclaimer,
.parts-list-content .parts-title-and-breadcrumbs .parts-title-text,
h2.no-listings-found,
.detail__specs-heading,
.body-content h1,
.body-content h2{color: #111!important;}

.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,
.list-content .list-listing-mobile .video-chat-link {
    background-color: #931a16!important;
}

.detail-content-mobile .detail-contact-bar .contact-page-bar-btn {
    background-color: #931a16!important;
}

.contact-page-options a,
.fin-calc-mobile>a {
    background-color: #931a16!important;
    color: #fff!important;
}

.detail-content-mobile .detail-additional-data .data-row .data-label {
    background-color: #931a16!important;
}

.detail-content .detail-additional-data .data-row .data-label {
    background-color: #931a16!important;
}

.detail-content .detail-main-body .main-detail-data .offer-btn,
.detail-content .detail-main-body .main-detail-data .buy-btn {
    background-color: #931a16!important;
    color: #fff!important;
}

.contact-options a,
.fin-calc-mobile>a {
    background-color: #931a16!important;
    background: #931a16!important;
    color: #fff!important;
}

.detail-content-mobile .detail-contact-bar .contact-bar-btn {
    background: #931a16!important;
    color: #fff!important;
}

.listings-wrapper .listing-boxed .listing-boxed-details h2 a {
    text-decoration: none;
}

.hosted-content #listings-title {
    font-size: 1.8rem;
    color: #000!important;
}

.listings-wrapper h2 a {
    font-family: 'montserratbold';
    color: #333 !important;
    font-size: 20px;
}

.listings-wrapper h2 a:hover {
    font-family: 'montserratbold';
    color: #71b7e5 !important;
    font-size: 20px;
}

.hosted-content input[type='submit'],
.hosted-content button[type='submit'],
.hosted-content .btn,
.hosted-content .button {
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif !important;
    padding: 0 !important;
    margin: 0;
    display: inline-block;
    border: solid 1px #f2f2f2 !important;
    color: #f2f2f2 !important;
    background: #71b7e5 !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: pointer;
    text-decoration: none;
    float: none;
}

.listings-wrapper .hosted-theme .btn:hover {
    background-color: #f2f2f2 !important;
    color: #71b7e5 !important;
    border: solid 1px #71b7e5 !important;
}

.hosted-content .no-margin {
    margin: 0 !important;
    color: #ccc!important;
}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.detail-content .detail-additional-data h4 {
    margin: 25px 0 5px;
    color: #000 !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link:hover,
.faceted-search-content .faceted-section-box .faceted-view-more-btn:hover,
.detail-content .detail-main-body .main-detail-data .offer-btn:hover,
.detail-content .detail-main-body .main-detail-data .buy-btn:hover,
.list-content .list-listing-mobile .view-listing-details-link:hover,
.list-content .list-listing-mobile .buy-now-link:hover,
.list-content .list-listing-mobile .check-availability-link:hover,
.list-content .list-listing-mobile .email-seller-link:hover,
.faceted-search-content .mobile-done-button-container .mobile-done-button:hover,
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile:hover,
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile:hover,
.list-container-flexrow .view-listing-details-link:hover {
    background: #000!important;
}

.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price,
.list-content .list-title .list-listings-count,
.detail-content .detail-main-body .main-detail-data .detail-price,
.detail-content .search-results,
.list-content .list-listing-mobile .price-container .price,
.list-content .list-top-section .listing-option-bar .list-listings-count,
.detail-content-mobile .detail-main-body .main-detail-data .detail-price,
.info,
h1.list-title span.list-title-text,
h5 span,
h3.listing-portion-title,
h3.listing-portion-title description-title,
p.listing-description-text,
h5.dealer-name {
    color: #000!important;
}

.faceted-search-content .selected-facets-container .selected-facet {
    Background-color: #931a16!important;
}

#parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count {
    color: #931a16!important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link {
    margin: 0 auto 5px !important;
    min-width: 100px!important;
    Background-color: #931a16!important;
}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .error-message {
    color: #000!important;
}


/***** RESPONSIVE STYLES *****/

@media screen and (max-width: 1366px) {
    .zoom-container .zoom-caption h3 {
        font-size: 18px;
        margin: 20% 0 0;
    }
}

@media screen and (max-width: 1240px) {
    .zoom-container .zoom-caption h3 {
        font-size: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .sitecontainer {
        padding: 0 3%;
        width: 94%;
    }
    .number {
        font-family: 'montserratbold';
        color: #333333;
        font-size: 23px;
    }
    #form {
        padding: 2% 25px;
    }
}

@media screen and (max-width: 1060px) {
    h3 {
        font-size: 14px;
    }
    .wrapper {
        width: 96%;
        padding: 2% 2%;
    }
}

@media screen and (max-width: 990px) {
    .sitecontainer {
        padding: 0 25px;
    }
    #form {
        padding: 2% 25px;
    }
    .zoom-container .zoom-caption h3 {
        font-size: 14px;
    }
    .column2 h1 {
        font-family: 'montserratbold';
        color: #fff;
        font-size: 25px;
        padding: 5px 0;
    }
    .home-page_form {
        height: 470px;
    }
    .footer-half {
        width: 59%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 874px) {
    .sitecontainer {
        padding: 0 25px;
    }
    #form {
        padding: 2% 25px;
    }
    .logo {
        float: none !important;
        padding: 15px 0 0;
        box-sizing: border-box;
        text-align: center !important;
    }
    #header-contact {
        display: inline-block;
        float: none;
        width: 100%;
        text-align: center;
        padding: 10px 0 0;
    }
    .header-break {
        display: block;
        padding: 0;
    }
    .column2 {
        float: none;
        width: 50%;
        padding-right: 0;
    }
    h1 {
        font-size: 20px;
    }
    h2 {
        font-size: 18px;
    }
    p {
        font-size: 14px;
        line-height: 19px;
    }
}

@media screen and (max-width: 824px) {
    h3 {
        font-size: 13px;
    }
    .column2a {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    .column2b {
        float: none;
        width: 100%;
        padding-right: 0;
        text-align: left;
    }
    #map {
        margin: 35px 0;
        height: 350px;
    }
    .main_Medium img {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 824px) {}

@media screen and (max-width: 711px) {
    .zoom-container {
        float: left;
        width: 50%;
    }
    .zoom-container .zoom-caption h3 {
        font-size: 18px;
    }
    .home-page_form {
        height: 495px;
    }
    .home-page_form p {
        font-size: 12px;
        line-height: 20px;
    }
}

@media screen and (max-width: 680px) {
    .down-arrow {
        display: none!important;
    }
}

@media screen and (max-width: 615px) {
    .footer-half {
        width: 80%;
        float: none;
    }
    .main_Medium img {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 515px) {
    .sitecontainer {
        padding: 0 25px;
    }
    #form {
        padding: 2% 25px;
    }
    h1 {
        font-size: 20px;
    }
    p {
        font-size: 15px;
    }
    .logo {
        float: none;
        padding: 15px 0 0;
        box-sizing: border-box;
        text-align: center;
    }
    .email a {
        font-size: 19px;
        padding: 0;
    }
    .number {
        font-size: 25px;
    }
    #header-contact {
        display: inline-block;
        float: none;
        width: 100%;
        text-align: center;
    }
    .header-break {
        display: block;
        padding: 0 0 0;
    }
    .column2 {
        float: none;
        width: 100%;
        padding-right: 0;
        margin-bottom: 25px;
    }
    .column2a {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    .column2b {
        float: none;
        width: 100%;
        padding-right: 0;
        text-align: left;
    }
    .zoom-container {
        width: 50%;
    }
    .main_giant {
        display: none;
    }
    .small_giant {
        display: block;
        margin: 0 auto;
        width: 100%;
        padding: 0;
        line-height: 0;
    }
    #form input.button,
    #form input.button:focus {
        width: 100%;
    }
    .main_Medium img {
        width: 100%;
        margin-left: 0;
    }
    #top-header-name {
        margin: 0 auto;
        padding: 10px 0;
        font-size: 11px;
        line-height: 20px;
    }
}

@media screen and (max-width: 400px) {
    .zoom-container {
        float: none;
        width: 100%;
    }
    .email a {
        text-align: center;
        font-size: 17px;
        width: 100%;
        padding: 0;
    }
    .main_Medium img {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 388px) {
    .manus {
        margin: 2% 0;
        display: block;
    }
    .manus img {
        margin: 2% 0;
        width: 100%;
        max-width: 185px;
    }
    .main_Medium img {
        width: 100%;
        margin-left: 0;
    }
    .logo img {
        width: 100%;
        max-width: 270px;
        margin: 0 auto !important;
        padding-right: 43px;
    }
    .number {
        font-size: 21px;
    }
}

@media screen and (max-width: 298px) {
    .manus img {
        margin: 2% 0;
        width: 100%;
        max-width: 185px;
    }
    .main_Medium img {
        width: 100%;
        margin-left: 0;
    }
}