body {
    padding-top: 0 !important;
    background-image: none !important;
    background-color: #fff !important;
    color: #000;
    font-family: "Circular","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.45;
}
.footer {
    margin-top: 0;
    font-size: 14px !important;
}
p {
    font-weight: 300;
}
.subTitle {
    font-weight: 600;
}
.navbar {
    background-color: transparent;
    border-bottom-width: 1px;
    border-bottom-color: transparent;
    box-shadow: none;
    margin-bottom: 0;
    min-height: 50px;
    z-index: 1000;
}
.scrolled {
    background: #ffffff;
    border-bottom-color: #dddddd;
}
.scrolled .navbar-nav > .open > a, .scrolled .navbar-nav > .open > a:focus, .scrolled .navbar-nav > .open > a:hover {
    background-color: #e7e7e7 !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: #000;
}
.navbar a {
    color: #000 !important;
}
.wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    position: relative;
    background-image: url("//d2db4vnz3jmhyg.cloudfront.net/images-2016/mountain2.jpg");
    background-color: #ffffff;
}

.wrap:before, .wrap:after {
    content:'';
    position: absolute;
    bottom: -1px;
    width: 100%;
    background-color: inherit;
    padding-bottom:3%;
}
.wrap:before {
    right: 50%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -ms-transform: skewX(45deg);
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
}
.wrap:after {
    left: 50%;
    -ms-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -ms-transform: skewX(-45deg);
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
}
.wrap-content {
    top: 15%;
}
.wrap-content {
    color: #fff;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    /* position: absolute; */
    right: 0;
    text-align: center;
    top: 20%;
    padding: 100px 20px;
    background: transparent;
}
.wrap h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
}
.wrap h2 {
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 20px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 60px;
}
/*  Search Form */

.wrap-content input[type="text"], input[type="password"], select, .form-control {
    background: white none repeat scroll 0 0;
    border-color: #c4c4c4 #d1d1d1 #d4d4d4;
    border-image: none;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 0 5pt #c4c4c4;
    color: #404040;
    height: 55px;
    margin: 5px;
    padding: 15px 12px;
    font-size: 18px;
}

.wrap-content input[type="text"]:focus, input[type="password"]:focus, select:focus, .form-control:focus {
    background: white none repeat scroll 0 0;
    border-color: #c4c4c4 #d1d1d1 #d4d4d4;
    border-image: none;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 0 5pt #398439;
    color: #404040;
    height: 55px;
    margin: 5px;
    /* outline: 5px solid #eff4f7; */
    padding: 15px 12px;
    font-size: 18px;
}

.form-group {
    margin-bottom: 20px;
}
.guide-select {
    padding-top: 10px;
}

p {
    margin-bottom: 35px;
}

p.center {
    text-align: center;
}
.wrap-content input[type="radio"], input[type="checkbox"] {
    margin: 7px 3px 0 -20px !important;
}
.checkbox-inline, .radio-inline {
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    padding-left: 20px;
    vertical-align: middle;
}
.wrap-content .btn {
    margin-bottom: 0;
    font-size: 18px;
    padding: 18px;
}
.advancedSearch {
    display: inline-block;
}
.near  {
    margin-bottom: 0;
    margin-left: -20px;
    padding-top: 18px;
    font-size: 21px;
    font-weight: 200;
}
/* Engine Code Section */
.engine {
    margin-left: 100px;
}
.engineContent {
    margin-top: 125px;
    padding-right: 200px;
}
.engineTroubleSection {
    border-bottom: 1px solid #999;
    padding: 0 10px;
}
/* Find A Dealer */
.findaDealerSection {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
    height: auto;
    position: relative;
    background-image: url("//d2db4vnz3jmhyg.cloudfront.net/images-2016/findadealer.jpg");
    color: #fff;
    padding: 100px 0;
}
.findaDealerContent {
    padding-left: 200px;
}
.newsIntro {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #00acec;
    color: #fff;
    text-align: center;
    padding: 40px 20px 60px 20px;
}
/* News scroll */
.newsScrollSection {
    background-color:#eee;
}
.img-max {
    min-width: 100%;
    max-width: 100%;
}
.newsTriangle {
    position: absolute;
    width: 70px;
    height: 35px;
    bottom: -35px;
    left: 47%;
    z-index: 999;
}
.carousel {
    max-height: 500px;
    overflow: hidden;
    position: relative;
}
.carousel-caption {
    background-color:rgba(0, 0, 0, 0.5);
    padding: 100px;
    bottom: auto;
    top: 100px;
}
.carousel-control .fa {
    color: #fff;
}
.carousel-control .fa-chevron-circle-left, .carousel-control .fa-chevron-circle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    font-size: 60px;
    height: 60px;
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
}
.carousel-control .fa-chevron-circle-left, .carousel-control .icon-next {
    left: 50%;
}
.carousel-control .fa-chevron-circle-right, .carousel-control .icon-next {
    right: 50%;
}
.carousel-control .fa-chevron-circle-left, .carousel-control .fa-chevron-circle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    display: inline-block;
    position: absolute;
    top: 225px;
    z-index: 5;
}
/* Body Style Section */
.bodyStyleSection {
    padding-top: 60px;
    padding-bottom: 40px;
}
.bodyBtn {
    margin-top: -100px;
}
/* Used Value Section */
.usedValueSection {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
    height: auto;
    position: relative;
    color: #fff;
    padding: 40px 20px 60px 20px;
    background-color: #00acec;
}

.carGiveawaySection {
    background-color: #0397d6;
    padding: 40px 20px;
    color: #fff;
}

@media only screen and (max-width: 1200px) {
.engine {
    margin-left: 50px;
}
}
@media only screen and (max-width: 1100px) {
.engine {
    margin-left: 0;
}
.engineContent {
    margin-top: 100px;
    padding-right: 20px;
}
}
@media only screen and (max-width: 900px) {
.engine {
    margin-left: 0;
}
.engineContent {
    margin-top: 50px;
    padding-right: 10px;
}
.findaDealerContent {
    padding-left: 20px;
}
}
@media only screen and (max-width: 750px) {
    .engineContent {
        margin-top: 40px;;
        padding-right: 0;
        text-align: center;
    }
    .engineContent .leftPic img {
        display: inline-block;
    }
    .wrap {
        background-size: auto 100%;
        background-position: center;
    }
    .checkbox-inline, .radio-inline {
        display: block;
        padding-left:0;
        text-align: left;
    }
    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-left: 0;
        margin-top: 0;
    }
    .wrap h1 {
        color: #fff;
        font-size: 30px;
        font-weight: 900;
        text-transform: uppercase;
        text-shadow: 1px 1px #444444;
    }
    .wrap-content {
        padding: 50px 20px;
    }
    .wrap h2 {
        -moz-osx-font-smoothing: grayscale;
        color: #fff;
        font-size: 14px;
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 5px;
    }
    .wrap-content .btn {
        margin-left: -10px;
        width: 105%;
    }
    .wrap-content input[type="text"], input[type="password"], select, .form-control { font-size: 12px; }
    .wrap-content input[type="text"]:focus, input[type="password"]:focus, select:focus, .form-control:focus { font-size: 12px; }

    .findaDealerSection {
        background-image: none;
        background-color: #eee;
        color: #444;
        padding: 40px 20px;
    }
    .findaDealerContent {
        padding-left: 0;
        text-align: center;
    }
    .carousel {
        max-height: 500px;
        overflow: hidden;
        position: relative;
    }
    .carousel-caption {
        background-color:rgba(0, 0, 0, 0.5);
        padding: 5px;
        bottom: auto;
        top: 100px;
    }
    .carousel-control .fa {
        color: #fff;
    }
    .carousel-control .fa-chevron-circle-left, .carousel-control .fa-chevron-circle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        font-size: 35px;
        height: 35px;
        margin-left: -15px;
        margin-top: -15px;
        width: 30px;
    }
    .carousel-control .fa-chevron-circle-left, .carousel-control .icon-next {
        left: 50%;
    }
    .carousel-control .fa-chevron-circle-right, .carousel-control .icon-next {
        right: 50%;
    }
    .carousel-control .fa-chevron-circle-left, .carousel-control .fa-chevron-circle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        display: inline-block;
        position: absolute;
        top: 225px;
        z-index: 5;
    }
    .carousel-control {
        left: 15px;
        width: 10%;
    }
    .bodyStyleSection {
        padding-left: 10px;
        padding-right: 10px;
    }
    .bodyBtn {
        margin-top: -50px;
    }
    .bodyStyleSection .btn-lg {
        border-radius: 6px;
        font-size: 14px;
        line-height: 1.33;
        padding: 10px 16px;
    }
}

.userSection {
    padding-top: 60px;
    overflow: hidden;
}
.hands {
    margin: 0 auto;
    margin-top: 30px;
}
nav {
    transition:top 0.5s ease;
    box-shadow:0 0 10px black;
    transition: background-color 0.5s ease, border-bottom-color 0.4s ease 0s;
}
.parallax-window {
    min-height: 400px;
    background: transparent;
}
.bodyStyleSection img {
    width: 98%;
    transition-duration: 0.1s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}
.bodyStyleSection img:hover {
  width: 100%;
}
.global-search-box {
    display: none;
}