/* 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;
    image-rendering: -webkit-optimize-contrast;
}

/* TEXT/LINK FORMATTING */

@font-face {
    font-family: 'Kameron';
    src: url('https://afd9d9.claudeassets.com/20220119100804im_/https://www.hallvolvogmc.net/fonts/Kameron.eot#iefix') format('embedded-opentype'), url('https://2e9fdd.claudeassets.com/20220119100804im_/https://www.hallvolvogmc.net/fonts/Kameron.woff') format('woff'), url('https://dd5dc1.claudeassets.com/20220119100804im_/https://www.hallvolvogmc.net/fonts/Kameron.ttf') format('truetype'), url('https://b2869e.claudeassets.com/20220119100804im_/https://www.hallvolvogmc.net/fonts/Kameron.svg#Kameron') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UbuntuCondensed-Regular';
    src: url('https://62dd60.claudeassets.com/20220119100804im_/https://www.hallvolvogmc.net/fonts/UbuntuCondensed-Regular.eot#iefix') format('embedded-opentype'), url('https://ec0960.claudeassets.com/20220119100804im_/https://www.hallvolvogmc.net/fonts/UbuntuCondensed-Regular.woff') format('woff'), url('https://b6a519.claudeassets.com/20220119100804im_/https://www.hallvolvogmc.net/fonts/UbuntuCondensed-Regular.ttf') format('truetype'), url('https://732f3f.claudeassets.com/20220119100804im_/https://www.hallvolvogmc.net/fonts/UbuntuCondensed-Regular.svg#UbuntuCondensed-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

::-moz-selection {
    background: #D5242C;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #D5242C;
    color: #fff;
    text-shadow: none;
}

h1 {
    font-family: 'Kameron';
    font-size: 62px;
    font-weight: normal;
    color: #D5242C;
    text-align: center;
    margin: 45px 0 0;
}

h2 {
    font-family: 'Kameron';
    font-size: 36px;
    font-weight: normal;
    color: #D5242C;
}

h3 {
    font-family: 'Kameron';
    font-size: 22px;
    font-weight: normal;
    color: #000;
}

p {
    font-family: 'UbuntuCondensed-Regular';
    font-size: 16px;
    line-height: 24px;
}

a {
    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: #D5242C;
}

img {
    max-width: 100%;
    height: auto;
}





.center {
    text-align: center;
}

.name {
    font-family: 'Kameron';
    font-size: 22px;
}

.red {
    color: #D5242C;
}

.pad-t {
    padding-top: 10px;
}

.htc-special {
    max-height: 400px;
    display: block;
    margin: 0 auto;
}

/* SITE FRAMEWORK */

body {
    background: #fff !important;
    margin-bottom: 250px;
}

.header {
    padding: 10px 0;
    width: 100%;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.column3 {
    float: left;
    width: 33.3333%;
    *width: 30%;
    padding-right: 50px;
    box-sizing: border-box;
}

.column2 {
    float: left;
    width: 50%;
    *width: 45%;
    padding-right: 50px;
    box-sizing: border-box;
}

.last {
    padding-right: 0;
}

/* STYLES */

#logo {
    float: left;
    width: 300px;
    font-family: 'Kameron';
    font-size: 28px;
    line-height: 20px;
    color: #d4252c;
    text-align: center;
}

#manus {
    float: right;
    text-align: right;
}

#manus img {
    margin-right: 20px;
    width: 90px;
    height: 90px;
}

.cycle-slideshow img {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
}

#contactinfo {
    position: relative;
    max-width: 750px;
    margin: 0 auto;
    margin-top: 30px;
}

#contactinfo .column3 {
    margin-bottom: 35px;
    *width: 25%;
}

/* NAV */

#navicon {
    float: left;
    font-size: 24px;
    text-decoration: none;
    position: relative;
    z-index: 99999999999999999;
    color: #fff;
    background: #D5242C;
    padding: 10px 15px;
    border-radius: 5px;
}

#nav {
    float: right;
    text-align: right;
}

#nav ul a {
    display: block;
    font-family: 'Kameron';
    font-size: 16px;
    text-decoration: none;
    color: #D5242C;
    padding: 20px 6px;
}

#nav ul a:hover {
    text-decoration: underline;
}

#nav ul li {
    position: relative;
    float: left;
    zoom: 1;
    *display: inline;
}

/*FORM*/

#form {
    font-family: 'Kameron';
    margin: 50px 0;
}

#form input {
    width: 100%;
    padding: 10px;
    border: 1px solid #DFDFDF;
    margin: 25px auto;
    box-sizing: border-box;
}

#form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #DFDFDF;
    margin: 10px 0;
    height: 90px;
    box-sizing: border-box;
}

#form select {
    width: 100%;
    padding: 10px;
    border: 1px solid #DFDFDF;
    margin: 10px 0;
    box-sizing: border-box;
}

#form input.button,
#form input.button:focus {
    display: block;
    max-width: 200px;
    background: #D5242C;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

#form input.button:hover {
    background: #BB1119;
    color: #fff;
}

.extra-space {
    padding-right: 50px;
}

.CaptchaPanel {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    line-height: normal !important;
}

.CaptchaAnswerPanel input {
    width: 200px !important;
}

.CaptchaImagePanel {
    margin: 0;
    padding: 0;
}

.CaptchaMessagePanel {
    padding: 0 !important;
    margin: 0 !important;
    font-weight: normal !important;
    font-size: 12px;
    line-height: 14px;
}

.CaptchaAnswerPanel {
    margin: 0;
    padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
    line-height: 0;
    margin: 0;
    padding: 8px 0 8px 0 !important;
}

.CaptchaWhatsThisPanel a {
    color: #000;
}

.CaptchaWhatsThisPanel a:hover {
    text-decoration: none;
}

/* FOOTER STYLES */

#prefooter {
    width: 880px;
    height: 20px;
    margin: 0% -440px;
    position: fixed;
    left: 50%;
    bottom: 60px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.01)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#03ffffff', endColorstr='#ffffff', GradientType=0);
}

#footer {
    width: 880px;
    margin: 0% -440px;
    position: fixed;
    left: 50%;
    bottom: 0%;
    background: #D5242C;
    z-index: 999999;
    font-family: 'Kameron';
    font-size: 13px;
    color: #fff;
}

#footer a {
    font-family: 'Kameron';
    font-size: 13px;
    color: #fff;
}

#footer a:hover {
    font-weight: bold;
}

#footer-logo {
    float: left;
    width: 20%;
    padding: 12px 35px 6px;
    box-sizing: border-box;
    border-right: 1px #fff solid;
}

.footer-column {
    float: left;
    width: 20%;
    padding: 12px 0 6px;
    box-sizing: border-box;
    text-align: center
}

.footer-column a {
    margin: 0 2px;
}

.clear {
    clear: both;
}
/* FACETED INVENTORY */

.faceted-search-content .selected-facets-container .selected-facet{
	background-color: #D5242C!important;
	color: #fff !important;
}


.list-content .listing-portion-title{
	color: #000 !important;
}

.list-content .list-title .list-listings-count{
	color: #D5242C !important;
	
}
.list-content .list-top-section .listing-option-bar .list-listings-count{
	color: #D5242C !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{
	background-color: #D5242C!important;
	color: #fff !important;
	
}
.list-container-flexrow .view-listing-details-link, .list-container-flexrow .buy-now-link, .list-container-flexrow .dealer-phone-call, .list-container-flexrow .dealer-phone-text{
	background-color: #D5242C!important;
	color: #fff !important;
}
.list-container-flexrow .buy-now-link, .list-container-flexrow .contact-options a, .list-container-flexrow .dealer-phone-call, .list-container-flexrow .dealer-phone-text{
	background: #000 !important;
}

.faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn{
	background-color: #D5242C!important;
	color: #fff !important;
}
.detail-content .dealer-info .phone-and-email .send-email-btn{
	border-color:#D5242C!important;
	color:#D5242C!important;
}

.faceted-search-content .faceted-section-box .faceted-search{
	background-color: #D5242C!important;
	color: #fff !important;
}
.detail-content .search-results{
	color:#D5242C!important;
}

.paging-container .page-navs .list-page-nav{
	background-color: #D5242C!important;
	color: #fff !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price{
	color:#D5242C!important;
}


.detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn{
	background-color: #D5242C!important;
	color: #fff !important;
}
.detail-content .detail-additional-data .data-row .data-label{
	background-color: #D5242C!important;
	color: #fff !important;
}
.detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .detail-main-body .main-detail-data .alternate-retail-price{
	color:#D5242C!important;
}
.rent-title, .lease-title, .fractional-title{
	color:#D5242C!important;
}

.rent-title-details, .lease-title-details, .fractional-title-details{
	color:#D5242C!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 .contact-btn, .list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability, .list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller, .list-content .list-main-section .list-container .list-listing .listing-top-right .video-chat, .list-content .list-main-section .list-container .list-listing .listing-top-right .facebook-messenger, .list-content .list-main-section .list-container .list-listing .listing-top-right .whatsapp, .list-content .list-main-section .list-container .list-listing .listing-top-right .text{
	color:#D5242C!important;
	border: 1px solid #D5242C!important;
	background: #fff !important;
}

.info{
	color: #000 !important;
}
.fin-calc {line-height: normal !important;}

.list-container-flexrow .price-container .price{color: #000 !important;}
.detail-content .dealer-info .field-value{margin-top: 15px !important;}

.contact-options a, .fin-calc-mobile > a{background-color: #D5242C!important;line-height: normal !important;}
.detail-content-mobile .dealer-info .address-and-contact .address .field-value{line-height: normal !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn{background-color: #D5242C!important;}
.detail-content-mobile .detail-additional-data .data-row .data-label{background-color: #D5242C!important;}
.detail-content-mobile .detail-main-body .main-detail-data .detail-price, .detail-content-mobile .detail-main-body .main-detail-data .alternate-retail-price{
	color: #000 !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: #D5242C!important;
}
/* RESPONSIVE STYLES */

.show-menu-for-mobile {
    display: none;
}

@media only screen and (max-width: 1245px) {
    #logo {
        float: none;
        margin: 0 auto 15px;
    }

    #manus {
        float: none;
        width: 550px;
        margin: 0 auto;
        text-align: center;
    }

    #manus img {
        margin-right: 25px;
        width: 50px;
        height: 50px;
    }

    #nav {
        float: none;
        width: 900px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1280px) and (min-width: 1201px) {
    .container {
        padding: 0 25px;
    }
}

@media only screen and (max-width: 925px) {
    .container {
        padding: 0 25px;
    }

    .show-menu-for-mobile {
        display: block;
    }

    .hide-for-mobile {
        display: none;
    }

    .hide {
        display: none;
    }

    #nav {
        display: none;
    }

}

@media screen and (max-width: 860px) and (min-width: 621px) {

    body {
        margin-bottom: 100px;
    }

    .container {
        padding: 0 25px;
    }

    h1 {
        font-size: 40px;
    }

    .column3 {
        float: none;
        width: 100%;
        padding-right: 0;
        margin: 0 0 25px 0;
    }

    #contactinfo .column3 {
        float: left;
        width: 33.333%;
        padding-right: 50px;
        margin: 0 0 25px 0;
    }

    #logo {
        float: none;
        margin: 0 auto 15px;
    }

    #manus {
        float: none;
        max-width: 550px;
        margin: 0 auto;
        text-align: center;
    }

    #manus img {
        margin-right: 25px;
        width: 50px;
        height: 50px;
    }

    #prefooter {
        width: 100%;
        height: 20px;
        margin: 0;
        left: 0;
        bottom: 50px;
    }

    #footer {
        width: 100%;
        margin: 0;
        position: fixed;
        left: 0;
        bottom: 0;
    }

    .footer-column {
        float: left;
        width: 33.3333%;
        padding: 12px 0;
    }
}

@media screen and (max-width: 620px) {
    .show-menu-for-mobile {
        display: block;
    }

    .hide-for-mobile {
        display: none;
    }

    .hide {
        display: none;
    }

    #nav {
        display: none;
    }

    #manus {
        display: none;
    }

    #prefooter {
        display: none;
    }

    #footer {
        position: fixed;
        width: 100%;
        left: 0;
        margin: 0;
        bottom: 0;
    }

    .footer-column {
        width: 100%
    }

    body {
        margin-bottom: 180px;
    }

    .container {
        padding: 0 25px;
    }

    h1 {
        font-size: 40px;
    }

    .extra-space {
        padding-right: 0px;
    }

    .column2 {
        float: none;
        width: 100%;
        padding-right: 0;
    }

    .column3 {
        float: none;
        width: 100%;
        padding-right: 0;
        margin: 0 0 25px 0;
    }

    #logo {
        float: none;
        margin: 0 auto;
        max-width: 150px;
        font-size: 20px;
        line-height: 20px;
        padding-left: 25px;
    }

    #logo img {
        width: 100%;
        height: auto;
    }
}

/*---POP-UP -----------------------------------*/

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.box {
    width: 50%;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.2);
    padding: 35px;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
}

.popup .close {
    position: absolute;
    top: 10px;
    right: 15px;
    transition: all 0.2s;
    font-size: 34px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    /* border: 1px solid #fff; */
    padding: 0 5px 4px 5px;
}

.popup .close:hover {
    background: #000;
}

.popup .content {
    max-height: 60%;
    overflow: auto;
}

/*Let's make it appear when the page loads*/
.overlay:target:before {
    display: none;
}

.overlay:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 9999999;
}

.overlay .popup {
    background: #d5242c;
    border: 3px solid #ffffff;
    border-radius: 5px;
    width: 100%;
    max-width: 1300px;
    position: absolute;
    top: 6vw;
    left: 0;
    right: 0;
    float: none;
    padding: 40px 40px;
    margin: 0 auto;
    text-align: left;
    z-index: 99999999;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    font-weight: bolder;
    font-family: 'UbuntuCondensed-Regular';
    font-size: 30px;
    margin-top: 50px;
}

.popup a {
    color: white;
    text-decoration: underline;
}

.overlay:target .popup {
    top: -180%;
    left: -100%;
}

/*
     FILE ARCHIVED ON 10:19:16 Jan 19, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:08:47 Aug 01, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.54
  exclusion.robots: 0.049
  exclusion.robots.policy: 0.036
  esindex: 0.007
  cdx.remote: 15.432
  LoadShardBlock: 151.883 (3)
  PetaboxLoader3.datanode: 96.088 (5)
  PetaboxLoader3.resolve: 139.236 (2)
  load_resource: 100.973
  loaddict: 37.919
*/