/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Fjalla+One');

/* Main BG */
.cw_main_bg {
    padding: 5em 0;
    background: url('https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/28B521A38AD42BD13887B43553A1CE2B.jpg') top center;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Welcome */
.cw_welcome {
    margin: 0 0 1em;
    padding: 1em 0 0;
    border: 1px solid #bbb;
    border-radius: 25px;
    background-color: rgba(255, 255, 255, .35);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .75);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .75);
}

.cw_welcome_text {
    margin: 3em 0 0 0;
}

.cw_welcome_image {
    margin: 0 2em;
}

.cw_welcome_image img {
    width: auto;
    max-height: 250px;
    margin: 0 auto;
}

/* Glowing Welcome Text */
.cw_welcome h5 {
    font-family: 'Fjalla One';
    font-size: 1.8em;
    font-weight: 700;
    margin: 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    text-transform: uppercase;
    color: #000;
    text-shadow: 1px 1px #fff, -1px 1px #fff, 1px -1px #fff, -1px -1px #fff,3px 3px 0 rgba(0, 0, 0, 1);
}

.cw_welcome h6{
      color: #E90000;
      text-transform: uppercase;
    font-family: 'Fjalla One';
    font-size: 2.15em;
    font-weight: 800;
}

.cw_welcome p {
    color: #FFFFFF;
      font-size: 18px;
      text-shadow: 0 0 3px #000;
}

.cw_welcome p span {
    font-weight: 700;
}


/* Social */
.cw_social {
  text-align: right;
    padding-right: 1em;
}

.cw_social a {
    color: #fff !important;
}

.cw_social li {
    padding: 0;
}

.cw_social .fa {
    font-size: 1.7em;
    background-color: #444;
    width: 41px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.cw_social .fa.fa-facebook-official {
    background-color: #3E5996;
}

.cw_social .fa.fa-twitter {
    background-color: #30C3F5;
}

.cw_social .fa.fa-youtube-play {
    background-color: #DC372E;
}

.cw_social .fa.fa-instagram {
    background: #d6249f;
    background: -webkit-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.cw_social .fa.fa-pinterest {
    background-color: #E72139;
}

/* Makes Section */
.cw_priceMakes {
    margin: 0;
    padding: 1em 2em;
    border: 1px solid #999;
    border-radius: 15px;
    background: #444;
    background: -webkit-linear-gradient(337deg, rgba(68, 68, 68, .5) 0%, rgba(34, 34, 34, 1) 35%, rgba(0, 0, 0, .25) 36%, rgba(0, 0, 0, .5) 100%);
    background: -o-linear-gradient(337deg, rgba(68, 68, 68, .5) 0%, rgba(34, 34, 34, 1) 35%, rgba(0, 0, 0, .25) 36%, rgba(0, 0, 0, .5) 100%);
    background: linear-gradient(113deg, rgba(68, 68, 68, .5) 0%, rgba(34, 34, 34, 1) 35%, rgba(0, 0, 0, .25) 36%, rgba(0, 0, 0, .5) 100%);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .75);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .75);
}

.cw_priceMakes h5 {
    font-family: 'Fjalla One';
    font-size: 2em;
    padding-bottom: 6px;
    text-transform: uppercase;
    color: #ccc;
    border-bottom: 1px solid #565656;
}

.cw_priceMakes span {
    color: #fff;
}

.cw_priceMakes a {
    font-size: 1.1em;
    font-weight: 600;
    display: block;
    margin-top: .4em;
    padding: .5em 0;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
    color: #fff !important;
    border-radius: 10px;
    background: rgb(210, 15, 10);
    background: -webkit-linear-gradient(top, rgba(210, 15, 10, 1) 0%, rgba(150, 5, 5, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(210, 15, 10, 1)), to(rgba(150, 5, 5, 1)));
    background: -o-linear-gradient(top, rgba(210, 15, 10, 1) 0%, rgba(150, 5, 5, 1) 100%);
    background: linear-gradient(to bottom, rgba(210, 15, 10, 1) 0%, rgba(150, 5, 5, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d20f0a', endColorstr='#960505', GradientType=0);
    text-transform: uppercase;
}

.cw_priceMakes a:hover {
    color: #111 !important;
    background: #fff;
}

/* ---------------- Media Query ---------------- */
/* XS: 440px & Up */
@media (min-width: 440px) {}

/* SM: 768px & Up */
@media (min-width: 768px) {
    .cw_welcome h5 {
        font-size: 3.25em;
    }

    .cw_priceMakes h5 {
        font-size: 1.5em;
    }
}

/* SM: 768px & Up */
@media (min-width: 768px) {}

/* MD: 992px & Up */
@media (min-width: 992px) {
    .row.cw_equalVertical {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        /* -ms-flex-wrap: wrap;
        flex-wrap: wrap; */
    }
    
    .cw_welcome_image {
        margin: 0;
    }

    .cw_welcome_image img {
        width: auto;
        max-height: 350px;
        margin: 0 auto;
    }

    .cw_welcome h5 {
        font-size: 2.8em;
    }

    .cw_welcome_text {
        margin: 3em;
    }

    .cw_priceMakes a {
        font-size: 1em;
width: 48%;
display: inline-block;
margin: .4em 0 0;
    }

    .cw_priceMakes .cw_priceContainer a {
        line-height: 2.25em;
    }
}

/* LG: 1200px & Up */
@media (min-width: 1200px) {
    .cw_priceMakes a {
        font-size: 1.1em;
    }
}

/* XLG: 1400px & Up */
@media (min-width: 1400px) {
    .cw_welcome h5 {
        font-size: 3.5em;
    }
}


.vdp__veh__info__mod .veh__info__item:nth-child(even)[VehicleInfoWidgetCssScope]{
    background-color: #DC0000!important;
}