

.center {
    text-align: center;
}


.close-btn {
    display: block;
    position: absolute;
    right: 15px;
    top: 45px;
    cursor: pointer;
    transition: .5s opacity;
    -webkit-transition: .5s opacity;
    -moz-transition: .5s opacity;
}

.close-btn:hover {
    opacity: .8;
}

.close-btn img {
    max-width: 27px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.main-nav {
    background: url('imgs/desktop-nav-bg.png') no-repeat center center;
    height: 66px;
    width: 838px;
    position: absolute;
    right: 0;
    top: 42px;
    z-index: 99;
}



.main-nav ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 2px;
}

.main-nav ul li {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    float: left;
}

.main-nav ul li a {
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 17px;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    position: relative;
    padding: 0 9px;
    height: 55px;
    line-height: 55px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: .5s color, .5s background, .5s border;
    -webkit-transition: .5s color, .5s background, .5s border;
    -moz-transition: .5s color, .5s background, .5s border;
}


.main-nav ul li.home-nav a {
    padding-left: 15px;
}

.main-nav ul a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: transparent;
    -webkit-transform: skew(-8deg, 0deg);
    -moz-transform: skew(-8deg, 0deg);
    -ms-transform: skew(-8deg, 0deg);
    transform: skew(-8deg, 0deg);
}




.main-nav ul li.home-nav a:after {
    left: 30px;
}

.main-nav ul li.home-nav a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 30px;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: transparent;
    border-radius: 30px;
}



.main-nav ul.sub-menu li a:after, .main-nav ul.sub-menu li a:before {
    display: none;
}


.main-nav .menu-item-766 .sub-menu {
    width: 240px;
}

.main-nav .sub-menu ul {
    left: 106px;
}

.main-nav .sub-menu:after {
    content: none;
}

.main-nav li:hover > .sub-menu {
    visibility: visible;
    top: 55px;
    opacity: 1;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
}

.main-nav li:hover > .sub-menu ul {
    top: 0;
}

.main-nav .sub-menu li {
    display: block;
    width: 100%;
}

.main-nav .sub-menu li a {
    padding: 10px 20px;
    display: block;
    height: auto;
    line-height: 1;
}

.main-nav .sub-menu li:last-child > a {
    margin-bottom: 0;
}

.main-nav .sub-menu li a:hover, .main-nav .sub-menu li.current-menu-item > a {
    background: #6b8dcd;
}

.main-nav .accessories-nav-item {
    color: black;
    font-weight: 900;
    font-style: italic;
    float: right;
    text-decoration: none;
    position: relative;
    z-index: 1;
    height: 55px;
    font-size: 17px;
    text-transform: uppercase;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 18px 25px 0 13px;
    margin-right: 11px;
    line-height: 1.1;
}

.main-nav .accessories-nav-item span {
    display: block;
    font-size: 11px;
    color: #002d62;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
}

.main-nav .accessories-nav-item:after {
    content: '';
    background: #f8aa02;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transform: skew(-8deg, 0deg);
    -moz-transform: skew(-8deg, 0deg);
    -ms-transform: skew(-8deg, 0deg);
    transform: skew(-8deg, 0deg);
}

.main-nav .accessories-nav-item:hover:after {
    background: #fcb724;
}



.mobile-nav ul {
    list-style-type: none;
    padding-left: 0;
    padding-top: 90px;
    padding-bottom: 60px;
}

.mobile-nav ul ul {
    padding: 0;
}

.mobile-nav ul li a {
    color: white;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    padding: 7px 30px 7px 30px;
    display: block;
    border: none;
}

.mobile-nav ul li:hover > a, .mobile-nav ul li.current-menu-item > a {
    background: #002d62;
    border: none;
}

.mobile-nav ul li li:hover > a, .mobile-nav ul li li.current-menu-item > a {
    background: #6b8dcd;
    border: none;
}

.mobile-nav ul ul li a {
    padding-left: 40px;
}

.mobile-nav ul ul ul li a {
    padding-left: 60px;
}

.mobile-nav ul li.mobile-shop-nav-item a {
    background: #f8aa02;
    color: black;
    font-weight: 900;
    font-style: italic;
}

.mobile-nav ul li.mobile-shop-nav-item:hover a, .mobile-nav ul li li.current-menu-item.mobile-shop-nav-item > a {
    color: black;
    background: #fab41e;
}

.menu-item-has-children {
    position: relative;
}

.drop-toggle:after {
    color: white;
    background: url('imgs/navPlus.png') center center;
    content: '';
    background-size: 32px 31px;
    width: 32px;
    height: 31px;
    display: none;
    font-size: 2em;
    position: absolute;
    right: 0px;
    padding-right: 10px;
    top: 0px;
    padding-top: 3px;
    z-index: 2;
    cursor: pointer;
}

.drop-toggle.active:after {
    background: url('imgs/navMinus.png') center center;
    background-size: 32px 31px;
}



.slide-down {
    position: absolute;
    right: -120px;
    background: url('imgs/down-white-arrow.png') center center / 76px 76px;
    height: 76px;
    width: 76px;
    z-index: 100;
    cursor: pointer;
    text-decoration: none;
    transition: .5s background;
    -webkit-transition: .5s background;
    -moz-transition: .5s background;
}

.slide-down:after {
    background: url('imgs/down-blue-arrow.png') center center / 76px 76px;
    position: absolute;
    top: 0;
    left: 0;
    height: 76px;
    width: 76px;
    z-index: 101;
    opacity: 0;
    content: '';
    transition: .5s opacity;
    -webkit-transition: .5s opacity;
    -moz-transition: .5s opacity;
}

.sticky .slide-down:after {
    opacity: 1;
}

.slide-up {
    position: absolute;
    background: url('imgs/up-arrow.png') center center / 76px 76px;
    height: 76px;
    width: 76px;
    z-index: 100;
    right: -120px;
    top: -120px;
    text-decoration: none;
}

/* ----  Homepage Styling ----- */



.tagline p, .tagline h1 {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 900;
    font-style: italic;
    color: white;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
}

.tagline p span, .tagline h1 span {
    position: relative;
}

.tagline p span:after, .tagline h1 span:after {
    content: '';
    background: url('imgs/tagline-underline.png') no-repeat center center;
    height: 16px;
    width: 189px;
    position: absolute;
    left: -30px;
    bottom: -11px;
}

.product-preview {
    min-height: 430px;
    background: url('imgs/product-preview-bg.jpg') no-repeat bottom center;
}

/* ---- Video Section ----- */

.video {
    background: url('imgs/video-bg.jpg') no-repeat center center / cover;
    position: relative;
    /*padding: 50px 0;*/
    padding: 0;
    height:650px;
}

div#gform_wrapper_9 .top_label li.gfield,
div#gform_wrapper_10 .top_label li.gfield
{
    margin: 0 0 8px 0;
    width: 100%;
}

.main-content div#gform_wrapper_9 select, .main-content div#gform_wrapper_9 input[type="text"],
.main-content div#gform_wrapper_10 select, .main-content div#gform_wrapper_10 input[type="text"]
{
    width: 100% !important;
}

}




.video:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    content: '';
    z-index: 1;
}

.video a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    max-width: 138px;
    z-index: 3;
    opacity: .5;
    transition: .5s opacity;
    -webkit-transition: .5s opacity;
    -moz-transition: .5s opacity;
}

.video a:hover {
    opacity: .9;
}

.video.playing a {
    opacity: 0;
}

.video-wrapper {
    position: relative;
/*    padding-bottom: 56.25%; *//* 16:9 */
/*    height: 0;*/
    z-index: 2;
    opacity: 0;
    transition: .5s opacity;
    -webkit-transition: .5s opacity;
    -moz-transition: .5s opacity;

    height:100%;
    max-height:650px;
}

.playing .video-wrapper {
    opacity: 1;
}

.video-wrapper iframe {
/*    position: absolute;
    top: 50%;
    margin-top: -28.1%;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 650px;*/
    position: absolute;
    width: 100%;
    height: 100%;
}

/* ----  CTA section ----- */

.cta {
    padding: 80px 0 60px;
    position: relative;
    z-index: 1;
}

.cta:before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 633px;
    background: url('imgs/cta-bg-2.png') no-repeat center center;
    content: '';
    z-index: -1;
}

.cta .wc {
    position: relative;
}

.cta-main-title {
    background: url('imgs/cta-title-bg.png') no-repeat center center;
    width: 896px;
    height: 77px;
    position: absolute;
    top: -32px;
    left: -8px;
    color: white;
    font-weight: 900;
    font-style: italic;
    line-height: 1.1;
    font-size: 34px;
    text-transform: uppercase;
    padding-left: 40px;
    padding-top: 12px;
    z-index: 2;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.product-preview .cta-main-title {
    background: url('imgs/carouselhp-title.png') no-repeat center center;
    box-sizing: border-box;
    color: white;
    font-size: 34px;
    font-style: italic;
    font-weight: 900;
    height: 138px;
    left: -20px;
    line-height: 3;
    padding-left: 40px;
    padding-top: 12px;
    position: relative;
    text-transform: uppercase;
    top: 0;
    width: 330px;
    z-index: 2;
}

.en-LANG .product-preview .cta-main-title
{

    left: -7px;

    width: 306px;
}

.product-carousel .cta-main-title {
    background: rgba(0, 0, 0, 0) url("imgs/carouselhp-title.png") no-repeat scroll center center;
    box-sizing: border-box;
    color: white;
    font-size: 23px;
    font-style: italic;
    font-weight: 900;
    height: 138px;
    left: 0;
    line-height: 4.4;
    padding-left: 40px;
    padding-top: 12px;
    position: relative;
    text-transform: uppercase;
    top: 0;
    width: 290px;
    z-index: 2;
}

.product-carousel .cta-sub-title {
    background: rgba(0, 0, 0, 0) url("imgs/carouselhp-subheader.png") no-repeat scroll center center;
    box-sizing: border-box;
    color: white;
    font-size: 19px;
    font-style: italic;
    font-weight: 900;
    height: 66px;
    left: 239px;
    line-height: 3;
    margin-bottom: -52px;
    padding-left: 50px;
    padding-top: 0;
    position: relative;
    text-transform: uppercase;
    top: -65px;
    width: 105px;
    z-index: 1;
}

.product-carousel .cta-sub-title img {
    display: inline;
}

.product-preview .cta-sub-title {
    background: rgba(0, 0, 0, 0) url("imgs/carouselhp-subheader.png") no-repeat scroll center center;
    box-sizing: border-box;
    color: white;
    font-size: 19px;
    font-style: italic;
    font-weight: 900;
    height: 61px;
    left: 239px;
    line-height: 3;
    padding-left: 45px;
    padding-top: 0;
    position: relative;
    text-transform: uppercase;
    top: -65px;
    width: 100px;
    z-index: 1;
    margin-bottom: -52px;
}

.cta-grid-desktop {
    position: relative;
    height: 768px;
    z-index: 1;
}

.cta-grid-mobile {
    display: none;
}

.cta-title {
    position: absolute;
    bottom: 10px;
    left: 30px;
    font-style: italic;
    font-weight: 900;
    color: white;
    line-height: 1.1;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0, 0, 0, .8);
    font-size: 32px;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;

}

.cta-grid-item:hover .cta-title, .cta-grid-item.active .cta-title {
    transform: translateY(100px);
    -moz-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
}

.services-block {
    background: url('imgs/desktop-services.png') no-repeat center center;
    height: 257px;
    width: 495px;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: absolute;
    left: 3px;
    top: 0;
}

.shop-block {
    background: url('imgs/desktop-shop.png') no-repeat center center;
    height: 255px;
    width: 488px;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: absolute;
    left: -29px;
    top: 260px;

}

.finance-block {
    background: url('imgs/desktop-finances.png') no-repeat center center;
    height: 252px;
    width: 1026px;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: absolute;
    left: -62px;
    top: 518px;
}

.products-block {
    background: url('imgs/desktop-products.png') no-repeat center center;
    height: 514px;
    width: 601px;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: absolute;
    right: -50px;
    top: 0;
}

.cta-hover-block {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    text-align: center;
    color: white;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
}

.cta-grid-item:hover .cta-hover-block, .cta-grid-item.active .cta-hover-block {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.cta-hover-block:after {
    z-index: -1;
    background: rgba(0, 14, 31, .8);
    content: '';
    -webkit-transform: skew(-7deg, 0deg) translateX(30px);
    -moz-transform: skew(-7deg, 0deg) translateX(30px);
    -ms-transform: skew(-7deg, 0deg) translateX(30px);
    transform: skew(-7deg, 0deg) translateX(30px);
    position: absolute;
    top: 0;
    right: 17px;
    bottom: 0;
    left: 17px;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
}

.products-block .cta-hover-block:after {
    -webkit-transform: skew(-7deg, 0deg) translateX(65px);
    -moz-transform: skew(-7deg, 0deg) translateX(65px);
    -ms-transform: skew(-7deg, 0deg) translateX(65px);
    transform: skew(-7deg, 0deg) translateX(65px);
}

.cta-grid-item:hover .cta-hover-block:after, .products-block .cta-grid-item:hover .cta-hover-block:after, .cta-grid-item.active .cta-hover-block:after {
    -webkit-transform: skew(-7deg, 0deg) translateX(0px);
    -moz-transform: skew(-7deg, 0deg) translateX(0px);
    -ms-transform: skew(-7deg, 0deg) translateX(0px);
    transform: skew(-7deg, 0deg) translateX(0px);
}

.services-block .cta-hover-block:after {
    right: 24px;
}

.products-block .cta-hover-block:after {
    right: 35px;
    left: 32px;
}



.cta-hover-title {
    font-size: 32px;
    font-weight: 900;
    font-style: italic;
    border-bottom: 3px solid #a30938;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 10px;
    padding-bottom: 5px;

}

.cta-hover-block p {
    color: white;
}

.cta-link {
    font-size: 20px;
    font-weight: 900;
    font-style: italic;
    position: relative;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 2;
    display: inline-block;
    padding: 4px 10px 5px;

    margin-top: -8px;
    margin-bottom: 8px;

}

.cta-link:after {
    background: #a30938;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    -webkit-transform: skew(-14deg, 0deg);
    -moz-transform: skew(-14deg, 0deg);
    -ms-transform: skew(-14deg, 0deg);
    transform: skew(-14deg, 0deg);
    transition: .5s background;
    -webkit-transition: .5s background;
    -moz-transition: .5s background;
}

.cta-link:hover:after {
    background: #d6124e;
}



/*LEFT SIDEBAR*/

.left-sidebar h3 {
    border-bottom: 2px solid #a30938;
    padding-bottom: 0;
    margin-bottom: 18px;
    margin-top: 15px;
    font-size: 15px;
    color: #23282e;
    font-style: italic;
    text-transform: uppercase;
}

.search-selected {
    text-align: center;
}

.search-start {
    margin-top: 20px;
    border-top: 2px solid #a30938;
    background: url("imgs/rectangle-annonces.png") no-repeat center center;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    font-size: 15px;
    height: 50px;
    background-size: 100% 70%;
    line-height: 50px;
}



.search-escapade {
    /*text-align:0;*/
}



.search-escapade img:hover {
    border: 3px solid #a20937;
}

.search-longuer select, select#sQuel, select#sPrice, select#sPerson, select#sType,  select#sCharge, select#sNomb{
    width: 98%;
    height: 25px;
    min-width: 160px;
}

.selected-sign {
    background: url("imgs/plus-signal.png");
    background-repeat: no-repeat;
    background-position: center right;
}

.selected-sign-plus {
    background: url("imgs/plus-signal.png");
    background-repeat: no-repeat;
    background-position: center right;
}

.selected-sign-minus {
    background: rgba(0, 0, 0, 0) url("imgs/minus-signal.png") no-repeat scroll right center / 10px 2px;
}

.search-selected {
    margin: 0 auto;
    width: 15%;
}

.search-vehicule .search-selected {
    height: 125px;
    min-width: 190px;
}

.search-type .search-selected {
    height: 125px;
    min-width: 163px;
}

.search-charge .search-selected {
    height: 110px;
    min-width: 140px;
}

.search-quantity .search-selected {
    height: 160px;
    min-width: 190px;
}

.search-escapade .search-selected {
    height: 110px;
}

.search-budget .search-selected {
    height: 110px;
    min-width: 140px;
}

.search-longuer .search-selected {
    width: 98%;
    min-width: 140px;
}



.single-product-image img.products-images {
    border: 1px solid #ccc;
    border-radius: 15px;
    box-shadow: 0 0 5px #999;
    margin-bottom: 10px;
    height: 336px;
    width: 100%;
   background:#B69181;
}


.search-result img.products-images {
    border: 1px solid #ccc;
    border-radius: 15px;
    box-shadow: 0 0 5px #999;
    margin-bottom: 10px;
    padding: 6px;
    height: 145px;
}

.single-title {
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-style: italic;
}

.single-product-title {
    background: url("imgs/single-product-title-BG.png") no-repeat center center;
    background-position: 0;
    font-size: 30px;
    height: 80px;
    line-height: 65px;
    padding-left: 35px;
}

.single-product-image {
    float: left;
    width: 478px;
    min-width: 315px;
    clear:both;
}



.single-pdf {
    float: left;
    width: 15%;
    min-width: 130px;
    margin-top: 185px;
    margin-left: -25px;
    position: relative;
    z-index: 999;
}

.single-product-image img {
    width: 100%;
    padding-top: 0;
}



.single-info-title.single-title {
    font-size: 25px;
    height: 36px;
    position: relative;
    background: #6b8dcd;
    width: 111%;
    padding-left: 20px;
    padding-top: 12px;
}


.single-info-BG .single-info-content {
    line-height: 39px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid white;
    width: 110%;
    font-size: 19px;
}
.single-info-BG div:last-of-type {
border-bottom: 0px;
    background: none;
}


.single-price.single-title {
    color: #022e62;
    font-size: 25px;
    padding: 0px;
    float:left;
    padding-left:20px;
    margin-top:10px;
}
.button_links
{
    clear: both;
    margin-top: 10px;
    position: relative;
    top: 16px;
}
.button_links a {
    display: block;
    margin-bottom: 15px;
}
span.single-price {
    color: #6b8dcd;
    font-size: 25px;
}
span.single-price.price {
    text-decoration: line-through;

color: #adadad;

}
.single-request.rectangle-BG {
    background-size: 100%;
    font-size: 20px;
    margin-left: 20px;
}

.single-product-layout {
    float: left;
    padding-right: 20px;
    width: 38%;
    min-width: 300px;
}

.single-product-layout img {
    padding-top: 0;
}

.single-features {
    padding-top: 30px;
}

.single-product-features {
    float: left;
    width: 55%;
    /*min-width: 320px;*/
}

.feature-title {
    font-weight: 900;
    font-style: italic;
    color: #002d62;
    line-height: 1.5;
    text-transform: uppercase;
    border-bottom: 2px solid #a30938;
    padding-bottom: 0;
    margin-bottom: 20px;
    font-size: 25px;
}

.single-product-features-list-1 {
    float: left;
    width: 40%;
    padding-right: 10px;
    padding-left: 20px;
}

.single-product-features-list-2 {
    float: left;
    width: 40%;
    padding-left: 20px;
}

.single-features ul {
    list-style-image: url("imgs/single-arrow-list.png");
    float:left;
    width: 40%;
}

.single-features ul li {
    padding-bottom: 0;
}

.single-video-title {
    background: url("imgs/single-small-title-BG.png") no-repeat center center;
    background-position: 0;
    color: #fff;
    font-size: 25px;
    height: 60px;
    line-height: 50px;
    padding-left: 35px;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
}

.single-video {
    float: left;
    padding-right: 20px;
    width: 45%;
}

.rectangle-BG {
    background: url("imgs/rectangle-annonces.png") no-repeat center center;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    font-size: 26px;
    height: 40px;
    line-height: 40px;
}



.archive #searchform div.inner-search,
.blog #searchform div.inner-search,
.single #searchform div.inner-search,
#searchform div:first-of-type{
    margin: 20px 0 20px;
    border: 1px solid #d4d4d4;
    border-radius: 16px;
    width: 100%;
    height: 30px;
}
.archive #searchform input[type='text'],
.blog #searchform input[type='text'],
.single #searchform input[type='text']
 {
    box-shadow: none;
    border: none;
    width: 56%;
    height: 100%;
    border-radius: 16px 0 0 16px;
    padding: 0 8px;
    background: transparent;
    float: left;
    font-size: 15px;
}
.archive #searchform input[type='submit'],
.blog #searchform input[type='submit'],
.single #searchform input[type='submit']
  {
    background: #a30938;
    border: none;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
    width: 36%;
    float: right;
    border-radius: 0 16px 16px 0;
    height: 100%;
}

.single-product-image img {
    border: 1px solid #ccc;
    border-radius: 15px;
    box-shadow: 0 0 5px #999;
    margin-bottom: 10px;
    padding: 6px;
    width: 96%;
	background:#B69181;
}
.single-product-big-image
{
    height: 350px;
    position: relative;
    z-index: 998;
    margin-bottom: 16px;
}
.single-product-big-image .products-images {
    max-width: 466px;
    /*min-height: 280px;*/
    width: auto;
}
#menu-item-495 {
    min-width: 90px;
}

#menu-item-495 a {
    text-align: right;
}

.su-note div {
    font-size: 150%;
}

.clear {
    clear: both;
}

.fancy-gallery {
    margin: 0 auto;
}

.fancy-gallery a.fancybox {
    float: left;
    padding: 4px;
}

.page-id-142 .button.gform_button,
.page-id-11 .button.gform_button {
    float: left !important;
}

#gform_3, #gform_8 {
    max-width: 300px !important;
    margin: 0 auto;
}

#gform_wrapper_3 input[type="submit"] {
    text-align: center !important;
    float: none !important;
}



img.owl_prev, img.owl_next {
    width: auto !important;
}

.rectangle-BG a {
    color: #FFF;
}

.osd-sms-icon-button.osd-no-custom-icon > .osd-sms-link {
    background-repeat: no-repeat !important;
}

.single-products .osd-sms-icon-button, .osd-sms-text-button {
    padding-top: 7px;
}

.osd-sms-icon-button.osd-no-custom-icon > [data-platform="email"] {
    background: url(imgs/emailshareicon.png);
}

.osd-sms-icon-button.osd-no-custom-icon > [data-platform="google"] {
    background: url(imgs/googleshareicon.png);
}

.osd-sms-icon-button.osd-no-custom-icon > [data-platform="twitter"] {
    background: url(imgs/twittershareicon.png);
}

.osd-sms-icon-button.osd-no-custom-icon > [data-platform="facebook"] {
    background: url(imgs/facebookshareicon.png);
}

.single-products .osd-sms-title {
    display: none;
}

.single-products .osd-sms-wrapper {
    border: none;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    width: auto;
}

.dot_share {
    float: left;
    margin-right: 5px;
}

#field_6_6 .gfield_label, #field_6_11 .gfield_label,
#field_7_6 .gfield_label, #field_7_11 .gfield_label {
    float: left;
    margin: 2px 6px 0 0;
}


#gforms_confirmation_message {
    font-size: 16px;
}

#loancalculator table {
    font-size: 16px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-collapse: initial;
    border-spacing: 12px;
    border-radius: 10px;
}

#loancalculator input[type="text"] {
    width: 77px;
    border: 1px solid #737373;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
    box-sizing: border-box;
    text-align: right;
    padding: 2px 6px;
}

#loancalculator .calc-btn {
    padding: 25px 0 12px;
    text-align: center;
}

#loancalculator .calc-title {
    text-align: right;
}

#morgcal {
    background: #a30938;
    color: #fff;
    text-transform: uppercase;
    border: none;
    box-shadow: none;
    font-size: 20px;
    font-weight: 900;
    padding: 6px 12px;
}

.main-content img.ui-datepicker-trigger {
    padding-bottom: 0;
}





.stamp_section {
    position: fixed;
    top: 325px;
    display:block;
    z-index:999;
}
.stamp_section.no-stamp {
    display:none!important;
}
.stamp_section .close-btn-stamp  {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    transition: .5s opacity;
    -webkit-transition: .5s opacity;
    -moz-transition: .5s opacity;
}
.close-btn-stamp:hover {
    opacity: .8;
}
.stamp_section .close-btn-stamp img {
    width: 30px;
}

#top.page-id-747 .stamp_section, #top.page-id-744 .stamp_section {
    display:none!important;
}


/* ---- Responsive ----- */
@media screen and (max-width: 1200px) {
    .slide-down-container {
        display: none;
    }

    .slide-up {
        display: none;
    }

}

@media screen and (max-width: 1087px) and (min-width: 999px) {
    .finance-block .cta-title {
        padding-left: 30px;
    }
}

@media (max-width:1024px){
    .video {
        height:573px;
    }
}
@media screen and (max-width: 1015px) {

}
@media screen and (max-width: 999px) {

    .cta {
        padding: 25px 0 40px;
    }

    .cta .wc {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
    }

  

    .cta-grid-mobile {
        display: block;
    }

    .cta-grid-desktop {
        display: none;
    }

    .cta-grid-item {
        position: relative !important;
        height: 0 !important;
        width: 50% !important;
        float: left;
        padding-bottom: 50% !important;
        background-size: cover;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        top: 0 !important;
    }

    .cta-title {
        right: 30px;
    }

    .cta-hover-block:after {
        z-index: -1;
        background: rgba(0, 14, 31, .8);
        content: '';
        -webkit-transform: skew(0deg, 0deg) translateX(0px) !important;
        -moz-transform: skew(0deg, 0deg) translateX(0px) !important;
        -ms-transform: skew(0deg, 0deg) translateX(0px) !important;
        transform: skew(0deg, 0deg) translateX(0px) !important;
        position: absolute;
        top: 0;
        right: 0px;
        bottom: 0;
        left: 0px;
        transition: .5s all;
        -webkit-transition: .5s all;
        -moz-transition: .5s all;
    }

    .products-block .cta-hover-block:after {
        -webkit-transform: skew(0deg, 0deg) translateX(0px);
        -moz-transform: skew(0deg, 0deg) translateX(0px);
        -ms-transform: skew(0deg, 0deg) translateX(0px);
        transform: skew(0deg, 0deg) translateX(0px);
    }

    .cta-grid-item:hover .cta-hover-block:after, .products-block .cta-grid-item:hover .cta-hover-block:after {
        -webkit-transform: skew(0deg, 0deg) translateX(0px);
        -moz-transform: skew(0deg, 0deg) translateX(0px);
        -ms-transform: skew(0deg, 0deg) translateX(0px);
        transform: skew(0deg, 0deg) translateX(0px);
    }

    .services-block .cta-hover-block:after {
        right: 0px;
    }

    .products-block .cta-hover-block:after {
        right: 0px;
        left: 0px;
    }

    .products-block .cta-content-container, .cta-content-container {
        left: 30px;
        right: 30px;
    }

    .cta-grid-mobile .cta-grid-item {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .cta-grid-mobile .cta-grid-item:nth-of-type(1) {
        border-right: 3px solid white;
        border-bottom: 3px solid white;
    }

    .cta-grid-mobile .cta-grid-item:nth-of-type(2) {
        border-left: 3px solid white;
        border-bottom: 3px solid white;
    }

    .cta-grid-mobile .cta-grid-item:nth-of-type(3) {
        border-right: 3px solid white;
        border-top: 3px solid white;
    }

    .cta-grid-mobile .cta-grid-item:nth-of-type(4) {
        border-left: 3px solid white;
        border-top: 3px solid white;
    }

}
@media screen and (max-width: 999px) {

    .main-nav {
        display: none;
    }

    .page-banner {
        height: 186px;
    }

    .logo {
        max-width: 370px;
        top: 44px;
        left: -30px;
    }

    .tablet-nav-bar {
        display: block;
    }

    .site-container.menu-active .main-container {
        left: -340px;
    }

    .site-container.menu-active .mobile-nav {
        right: 0;
    }

    .mobile-nav {
        display: block;
    }

    .drop-toggle:after {
        display: block;
    }

    .mobile-nav .sub-menu {
        display: none;
    }

    .newsletter-toggle {
        top: 69px;
        right: 70px;
    }

    .language-toggle {
        top: 69px;
        right: 20px;
    }

    .newsletter {
        top: 69px;
        right: 30px;
    }

 

 
}

@media (max-width: 985px) {


    .content-container.with-left-sidebar {
        width: 67%;
    }

    .search-result {
        width: 44%;
    }
}
@media screen and (max-width: 920px) {

    p.copyright {
        float: none;
        text-align: center;
        padding-bottom: 1px;
    }

    .copyright-bar {
        padding: 10px 0;
    }

    .seoTwist {
        float: none;
        text-align: center;
        display: block;
    }

   

 

    .back-to-top {
        width: 100%;
        text-align: center;
        right: 0;
    }

    .rv-facts-left, .rv-facts-center, .rv-facts-right {
        width: 100%;
    }

    .rv-facts-center {
        text-align: center;
    }

    .rv-facts-right {
        padding-bottom: 15px;
    }

}
@media screen and (max-width: 880px) {

    .content-container.with-right-sidebar {
        width: 100%;
        margin-right: 0;
    }

    .right-sidebar {
        width: 100%;
        padding: 0 0 70px;
    }

    .single .right-sidebar, .blog .right-sidebar, .date .right-sidebar, .category .right-sidebar {
        display: none;
    }

    .mobile-blog-sidebar-container {
        display: block;
    }

    .blog img, .single img, .archive img {
        /*width: 100%;*/
    }

    .single-product-title.single-title {
        min-width: 0px;
        float: none !important;
        font-size: 26px
    }

    .share_icons {
        margin: 0 auto;
        padding: 10px 0;
        text-align: right;
        width: 200px;
    }

    .share_icons a {
        float: left;
    }

    .share_icons img {
        border: 0;
        padding: 0 4px;
        width: auto !important;
    }

}
@media (max-width: 871px) {
    .single-info-BG .single-info-content
    {
        width: 100%;
    }

    .single-product-big-image
    {
        margin:0 auto;
        height: auto;
        margin-bottom: 5px;
    }

    .right_bg
    {
        display: none;
    }
    .single-product-image img.products-images
    {
        height: auto;
        width: 100%;
    }
    .single-video {
        float: none;
        margin: 0 auto;
        width: 100%;
    }

    .single-product-image {
        float: none;
        width: 100%;
        min-width: 315px;
        max-width: 400px;
        margin: 0 auto;
    }

    .single-info {
        float: none;
        width: 100%;
        margin: 0 auto;
    }

    .single-info-BG {
        margin-left: 0;
        min-width: 0;
    }

    .single-request.rectangle-BG {
        margin: 0 auto;
        width: 90%;
        background-size: 100% 100%;
        padding: 5px;
        height: auto;
    }

    .single-product-layout {
        float: none;
        padding-right: 20px;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        padding: 0px;
    }

    .single-product-features {
        float: none;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .single-pdf {
        float: none;
        width: 130px;
        margin-top: 0;
        margin: 0 auto;
    }

    .socialsider {
        display: none;
    }
}

@media (width: 768px) {
    .page-id-13 .full-width-container .su-column.su-column-size-1-2 {
        width: 48% !important;
        float: left !important;
        margin: 0 0 0 4% !important;
    }

    .page-id-13 .full-width-container .su-row .su-column:first-child {
        margin-left: 0 !important;
    }

}
@media (max-width:768px){
    .video {
        height:430px;
    }
}
@media (max-width:768px){
    .video {
        height:380px;
    }
}
@media (max-width: 767px) {
    div#livesearch {
        max-width: 450px;
        margin: 0 auto;
    }
    .single-video {
        float: none;
        margin: 0 auto;
        width: 100%;
    }

    .single-product-image {
        float: none;
        width: 100%;
        min-width: 0px;
        max-width: 400px;
        margin: 0 auto;
    }

    .single-info {
        float: none;
        width: 100%;
        margin: 0 auto;
    }



    .single-request.rectangle-BG {
        margin: 0 auto;
        width: 90%;
        background-size: 100% 100%;
        padding: 5px;
        height: auto;
    }

    .single-product-layout {
        float: none;
        padding-right: 20px;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        padding: 0px;
    }

    .single-product-features {
        float: none;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .single-pdf {
        float: none;
        width: 130px;
        margin-top: 0;
        margin: 0 auto;
    }

    .socialsider {
        display: none;
    }

  
    .copyright-bar {
        padding-bottom: 45px;
    }
    .stamp_section {
        display:none;
    }

}

@media (max-width: 766px) {
    #carousel .search-result {
        /*float: none;
      width: 260px;*/
        padding-left: 4%;
        width: 90%;
    }

    .product-preview {
        height: initial;
    }
}

@media (max-width: 766px) {

    .left-sidebar {
        width: 92%;
        float: none;
        padding: 20px 4%;
        margin-bottom: 19px;
    }

    .content-container.with-left-sidebar {
        width: 100%;
        float: none;
    }

    .search-result {
        clear:both;
        width: 100%;
        padding-left: 0;
        float: none;
    }

    .search-img img {
        padding-top: 20px;
        padding-bottom: 10px;
        display: initial;
    }



    .products-images {
        margin: 0 auto;
    }

    .search-escapade .products-images {
        float: none;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        width: 60%;
    }

    .search-escapade img {
        width: 100%;
    }

    .wc.single_page.main_title_wrapper, .wc.single_page.main_title_wrapper .single_products_title_wrapper {
        padding:0
    }
    .main_title_wrapper .single-product-title.single-title {
        border-radius: 0;
        font-size: 16px;
        font-size: 5vw;
        height: auto;
    }
    .title-search-result {
        min-height: 25px;
    }
}
@media screen and (max-width: 680px) {
    .search_bar form.search_ajax select {
        width: 28%;
        -webkit-appearance: menulist-button;
        border-radius: 0;
    }

 

    .logo {
        display: none;
    }

    header {
        position: relative;
    }

 

    .title-bar h1, .blog-title {
        font-size: 32px !important;
    }

    .site-container.menu-active .main-container {
        left: -250px;
    }

 

 
    .tablet-nav-bar {
        display: none;
    }

    .page-banner {
        /*height: 178px; */
        height: 80px;
        background-position: -40px !important;
    }

    .language-toggle {
        right: 20px;
        top: 106px;
    }

    .newsletter-toggle {
        right: 70px;
        top: 106px;
    }

    .newsletter {
        top: 0;
        background: #a30938;
        left: 0;
        right: 0;
        margin-left: -20px;
        width: calc(100% + 40px);
        position: relative;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .newsletter:after {
        display: none;
    }

    .newsletter input[type="submit"] {
        position: absolute;
        bottom: -30px;
        left: 50%;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .newsletter input[type="checkbox"] + label {
        margin: 0 10px 15px;
    }

    .newsletter-close-btn {
        right: 0;
        bottom: -20px;
    }

    

    .back-to-top {
        bottom: 10px;
    }

    .mobile-blog-sidebar {
        float: left;
        width: 100%;
    }

    .mobile-blog-sidebar-container {
        padding-bottom: 25px;
    }

    .mobile-blog-sidebar select {
        margin-bottom: 5px;
    }

    .main-content h2.single-blog-title {
        font-size: 25px;
    }

    .post-details {
        width: 100%;
        padding-right: 0;
    }

    .main-content .post-categories li a {
        font-size: 14px;
    }

    .main-content .postIMGlink img {
        max-width: 100%;
    }

    .main-content .back-to-blog {
        display: block;
    }

    .home-mobile-contacts {
        display: block;
    }

    .main-content h1 {
        font-size: 28px;
    }

    .main-content h2 {
        font-size: 25px;
    }

    .main-content h3 {
        font-size: 22px;
    }

    .main-content h4, .right-sidebar h4 {
        font-size: 20px;
    }

    .main-content h5 {
        font-size: 18px;
    }

    .main-content h6 {
        font-size: 14px;
    }

    .mobile-contact {
        display: block;
    }

    .logo {
        margin: 0 auto;
    }

 
    .product-item {
        float: none;
        margin: 0 auto 40px;
        max-width: 500px;
        width: 100%;
    }

    .product-item:last-child {
        margin: 0 auto;
    }

   

    .tagline p, .tagline h1 {
        font-size: 28px;
    }

    .tagline p span:after, .tagline h1 span:after {
        background-size: cover;
        bottom: -11px;
        height: 9px;
        left: -10px;
        width: 110px;
    }

    .rv-facts .rv-main-title {
        font-size: 26px;
    }

    .rv-facts .rv-main-title:after {
        background-size: 100% auto;
    }

    .welcome .main-content h1 {
        font-size: 26px;
    }

    .welcome .main-content h1:after {
        display: none;
    }

    .cta-main-title {
        font-size: 25px;
    }

    .cta-grid-item {
        padding-bottom: 100% !important;
        width: 100% !important;
    }

    .cta-grid-mobile .cta-grid-item:nth-of-type(1) {
        border-right: 0;
        border-bottom: 6px solid white;
    }

    .cta-grid-mobile .cta-grid-item:nth-of-type(2) {
        border-left: 0;
        border-bottom: 6px solid white;
    }

    .cta-grid-mobile .cta-grid-item:nth-of-type(3) {
        border-right: 0;
        border-bottom: 6px solid white;
    }

    .cta-grid-mobile .cta-grid-item:nth-of-type(4) {
        border-left: 0;
        border-top: 0;
    }

    .full-width-container h3, .full-width-container h2 {
        text-align: center;
    }
}
@media (max-width: 665px) {
    .full-width-container .gform_wrapper .top_label li.gfield.gf_left_half {
        margin: 0 0 8px 0;
        width: 100%;
    }

    .full-width-container .gform_wrapper .top_label li.gfield.gf_right_half {
        margin: 0 0 8px 0;
        width: 100%;
        margin-right: 0;
    }
    .single_products_title_wrapper {
        padding: 0px 10px;
    }
}

@media (max-width:568px){
    .video {
        height:328px;
    }
}
@media (min-width: 480px) and (max-width: 520px) {
    #carousel .search-result {
        width: 98%;
    }
}
@media (min-width: 480px) and (max-width: 520px) {
    #carousel img.products-images {
        width: 86%;
    }
}

@media screen and (max-width: 500px) {
    .main-content h2.single-blog-title {
        font-size: 20px;
        padding-right: 52px;
    }
    .main-content .date {
        height: 43px;
        width: 55px;
        right: 0px;
        top: 0;
        font-size: 16px;
        background-size: 100%;
    }
    .main-content .date span {
        font-size: 16px;
    }
    .main-content h2 {
        font-size: 18px;
    }

    .single-info
    {
        min-width: 100%;
    }
}
@media (max-width: 479px) {
    #carousel .weight {
        width: 100px !important;
        margin-left: 5%;
    }

    #carousel .capacity {
        width: 130px !important;
    }
}

@media screen and (max-width: 480px) {
    #field_1_6 {
        width: 95%;
        float: none;
    }
    #field_1_7 {
        width: 100%;
        margin-right: 0;
        float: none;
        margin: 0 0 8px 0;
    }
}

@media screen and (max-width: 450px) {
    .single-features ul
    {
        width: 100%;
        padding-left: 20px;
    }
    .home .stamp_section {
        top: 200px;
        width: 90%;
        left: 0;
        right: 15px;
        margin: 0 auto;
    }
/*    .home .stamp_section.fadeIn {
        display:block;
        top: 200px;
        width: 90%;
    }*/
}
@media screen and (min-width: 450px) and (max-width:767px) {
    .home .stamp_section {
        display:none!important;
    }
}

@media (max-width:414px){
    .single-info-BG .single-info-content
    {
        font-size: 16px;
    }
    .video {
        height:230px;
    }
}
@media screen and (max-width: 390px) {

    .single-product-image {
        /*width: 90%;*/
    }

    .wc.single_page {
        /*padding: 0;*/

    }

    .single-features {
        margin: 0 auto;
        /*padding: 10px;*/
    }

    .single-product-big-image img.products-images {
        /*width: 91%;*/
        width: 262px;
        margin: 0 auto;
    }


}
@media screen and (max-width: 360px) {

    .newsletter-title::after {
        background-size: cover;
        height: 3px;
    }

    .mobile-logo {
        max-width: 224px;
        margin-top: 7px;
    }

    .newsletter input[type="text"], .newsletter input[type="email"] {
        width: 100%;
    }

    .newsletter input[type="text"] {
        margin-bottom: 5px;
    }
    .fr-LANG .single-request.rectangle-BG {
        padding: 5px 0!important;
        line-height: 1.2!important;
        height:inherit!important;
        min-height: 44px!important;
    }

    .home .stamp_section {
        top: 150px;
    }

}
@media screen and (max-width: 350px) {
    #loancalculator .calc-title {
        max-width: 165px;
    }
}

@media (max-width:320px){
    .video {
        height:189px;
    }
}


/* new used banner - product page */

.search-result {
    width: 31%;
    padding-left: 1px;
    margin-right: 0;
    margin-left: 15px;
}
.search-result img.products-images {
    height: auto;
    width: 93.8%;
    max-height: 141px;
    min-height: 141px;
    max-width:230px;
    float: right;
}
.banner-newused {
    position:absolute;
    top:-25px;
    right:-20px;

}
.img-container {
    position:relative;
    overflow: hidden;
    max-width: 450px;
    margin: 0 auto;
}
@media (max-width: 985px) {
    .search-result {width: 46%;}
}
@media (max-width: 766px) {
    .search-result {
        width: 100%;
        padding-left: 0;
        float: none;
        margin: 20px 0;
    }
    .search-result img.products-images {
        margin:0 auto;
        float: none;
        width: 95%;
        max-height: initial;
        max-width: 450px;
    }
    .banner-newused {
        top:-45px;
    }
}



