/******
Theme Name: byblos Child
Template: byblos
*/

@font-face {
    font-family: "BebasNeueBold";
    src: url("assets/fonts/BebasNeueBold.woff2") format("woff2"),
        url("assets/fonts/BebasNeueBold.woff") format("woff"),
        url("assets/fonts/BebasNeueBold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "norwester";
    src: url("assets/fonts/norwester.otf") format("OpenType");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "ChristmasBeautyScript";
    src: url("assets/fonts/ChristmasBeautyScript.woff2") format("woff2"),
        url("assets/fonts/ChristmasBeautyScript.woff") format("woff"),
        url("assets/fonts/ChristmasBeautyScript.otf") format("OpenType"),
        url("assets/fonts/ChristmasBeautyScript.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "AvenirNextLTPro-Regular";
    src: url("assets/fonts/AvenirNextLTPro-Regular.woff2") format("woff2"),
        url("assets/fonts/AvenirNextLTPro-Regular.woff") format("woff"),
        url("assets/fonts/AvenirNextLTPro-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "AvenirLT-Black";
    src: url("assets/fonts/AvenirLT-Black.woff") format("woff"),
        url("assets/fonts/AvenirLT-Black.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Khand-Semibold";
    src: url("assets/fonts/Khand-SemiBold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Khand-Regular";
    src: url("assets/fonts/Khand-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Khand-Medium";
    src: url("assets/fonts/Khand-Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Khand-Light";
    src: url("assets/fonts/Khand-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Khand-Bold";
    src: url("assets/fonts/Khand-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


/*Logo & Navigatio*/
html{
    overflow-Y:auto !important;
}
#masthead .site-branding{
    width:225px;
}
#masthead .site-branding.dark,
#masthead .site-branding-mobile.dark{
    background:#221f1f;
    box-shadow:none;
}
#masthead .site-branding.dark:before{
    content:"";
    height:100%;
    width:60px;
    background-image:url(images/sidemenu-bg-1.png);
    background-position:center left;
    background-repeat:no-repeat;
    background-size:auto 100%;
    z-index:1;
    position:absolute;
    right:-60px;
}
#masthead #site-navigation.main-navigation li a{
    border-top:none;
    padding-left:75px;
    font-size:32px;
    font-family: "BebasNeueBold";
    z-index:2;
    padding-top:12px;
    padding-bottom: 12px;
}
#masthead .site-branding.dark #site-navigation.main-navigation li a{
    text-align:left;
    position:relative;
}
#masthead #site-navigation.main-navigation li a:hover, #masthead .site-branding.dark #site-navigation.main-navigation li a:hover,
#masthead .site-branding.dark #site-navigation.main-navigation li.current-menu-item a{
    color:#ab132d;
}
#masthead #site-navigation.main-navigation li:last-child a{
    border-bottom:none;
}
#masthead .site-branding #site-toolbar{
    border-bottom:none;
}
.site-branding.dark #site-toolbar .social-bar a .fa{
    font-size:28px;
}
.site-branding.dark #site-toolbar .social-bar a{
    margin-right:7px;
}
#site-toolbar{
    position:absolute;
    bottom:50px;
}
.site-branding #site-toolbar .social-bar{
    padding-bottom:0;
    margin-bottom:-4px;
}
.site-branding #site-toolbar .social-bar a:hover{
    background:transparent;
    color:#fff !important;
}
/*Page*/
#page .site-content-wrapper{
    margin-left:225px;
    z-index:3;
    padding-left:40px;
}
#content .item-home{
    margin:0;
    padding-right:0;
}
.item-home .hentry{
    margin:0;
    padding:0;
    border:none;
    background:transparent;
}
.item-home video{
    font-size:0;
}
.item-home .entry-content{
    margin:0 0 0 -60px;
}
.item-home .wp-video{
    width:100% !important;
}
.wp-video-shortcode{
    width:100%;
}
/*Models Template 1*/
body.page-template-models-template, body.page-template-models-details-template{
    background:#fff;
}
body.page-template-models-template .site-content-wrapper, body.page-template-models-details-template .site-content-wrapper{
    background:#fff;
}
body.page-template-models-template .site-footer, body.page-template-models-details-template .site-footer{
    display:none;
}
.models-content{
    padding-left:40px;
}
.models-1-pagetitle{
    font-size:60px;
    font-family: "norwester";
    color:#231f20;
    line-height:normal;
    margin-top:25px;
    margin-bottom:70px;
    position:relative;
}
.models-1-pagetitle:after{
    height:48%;
    width:40%;
    position:absolute;
    content:"";
    background-image:url(images/models-heading-bg.png);
    background-position:center left;
    background-repeat:no-repeat;
    background-size:100% 100%;
    margin-left:8px;
    vertical-align:middle;
    top:50%;
    transform: translateY(-40%);
}
.models-link > img{
    max-width:90%;
}
.jawa-fortytwo-model{
    margin-top:40px;
}
.model-img-titles{
    text-align:center;
}
.model-img-titles > img{
    max-width:150px;
    height:auto;
    margin-top:20px;
}
.model-fortytwo-text{
    text-align:center;
}
.model-fortytwo-text > img{
    max-width:150px;
    height:auto;
    margin-top:5px;
}
.models-details-pagetitle{
    margin-top:50px;
}
.models-details-pagetitle img{
    max-width:150px;
    height:auto;
}
.model-details-content::before {
    content: '';
    background: #918b85;
    width: 24%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom:0;
    right: 0;
    z-index: 0;
}
.models-img-details-page{
    position:relative;
    z-index:1;
    max-width:50%;
    height:auto;
    margin-left:34%;
    margin-top:-20px;
}
.jawa-watermark{
    position:absolute;
    z-index:0;
    font-family: "ChristmasBeautyScript";
    font-size:160px;
    letter-spacing: 3px;
    color: #231f20;
    opacity:0.2;
    top: -2%;
    right: 12%;
}
.models-details-p{
    font-size:16px;
    font-family: "AvenirNextLTPro-Regular";
    color:#000;
    position:relative;
    z-index:1;
    padding-right:5%;
}
.models-details-p-bold{
    font-family: "AvenirLT-Black";
    font-size:16px;
    color:#000;
    position:relative;
    z-index:1;
    padding-right:5%;
}
.models-innerpage-menu{
    padding-right:4%;
    position:fixed;
    z-index:1;
    bottom:15px;
    left:305px;
    right:0;
}
#models_details_menu{
    padding:0;
    margin:15px 0 0 0;
    list-style:none;
    border-top:2px solid #231f20;
}
#models_details_menu li{
    float:left;
    width:20%;
}
#models_details_menu li a{
    display:block;
    text-align:center;
    position:relative;
    color:#000;
    font-family: "AvenirNextLTPro-Regular";
}
#models_details_menu li a:before{
    content:"";
    width:100%;
    height:4px;
    background-color:#ac142d;
    top:-3px;
    position:absolute;
    display:none;
}
#models_details_menu li a:hover{
    font-family: "AvenirLT-Black";
}
#models_details_menu li a:hover:before{
    display:block;
}
#models_details_menu li.current-menu-item a, #models_details_menu li.current_page_item a{
    font-family: "AvenirLT-Black";
}
#models_details_menu li.current-menu-item a:before, #models_details_menu li.current_page_item a:before{
    display:block;
}
/*colors*/
.models-colours-content{
    padding-right:40px;
}
.models-colours-content .col-md-6{
    text-align:center;
}
.models-colours-content .col-md-6 img{
    margin-bottom:-20px;
}
.models-colours-content .col-md-6.jawa42-6colors img{
    max-width:55%;
}
.jawa-img-title{
    font-family: "AvenirLT-Black";
    font-size:18px;
    display:inline-block;
    margin-top:10px;
}
.models-colours-content .col-md-6.jawa42-6colors .jawa-img-title{
    margin-bottom:15px;
}
.models-colours-content .col-md-6.jawa42-6colors:last-child .jawa-img-title, .models-colours-content .col-md-6.jawa42-6colors:nth-child(5) .jawa-img-title{
    margin-bottom:0;
}
.models-colours-content .models-details-pagetitle{
    margin-bottom:-40px;
}
/*model gallery*/
#model-gallery-slider{
    margin-top:30px;
    padding-right: 50px;
}
#model-gallery-slider .owl-next, #model-gallery-slider .owl-prev{
    transform: translateY(-50%);
    top: 50%;
} 
#model-gallery-slider .owl-next{
	position:absolute;
    right:-40px;
}
#model-gallery-slider .owl-prev{
	position:absolute;
    left:-40px;
}
/*model specs*/
.model-spec-table{
    border:2px solid #221f1f;
    margin-top:20px;
    margin-bottom:20px;
    margin-right:5%;
    font-size:16px;
}
.model-spec-table .spec-col-dark{
    font-family: "norwester";
    color:#fff;
    text-transform:uppercase;
    background:#221f1f url('images/blackbg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.model-spec-table .spec-col-dark h5{
    font-size: 22px;
    padding-right: 40%;
    line-height: 1.3;
}
.model-spec-table h2{
    font-size:16px;
}
.model-spec-table p{
    margin-bottom:0 !important;
}
.spec-row{
    display: table;
    width: 100%;
}
.spec-row [class*="col-"]{
    display: table-cell;
    float:none;
    height:55px;
    vertical-align: middle;
    border-bottom:1px solid #d3d2d2;
    border-right:1px solid #d3d2d2;
    padding-top:1px;
    padding-bottom:1px;
}
.spec-row [class*="col-"]:first-child{
    border-left:none;
}
.spec-row [class*="col-"]:last-child{
    border-right:none;
}
/*360°*/
#image-reel{
    width:auto;
    height:auto;
    margin:0 auto;
    text-align:center;
}
#image-reel img{
    margin:0 auto;
}
#colorTabs{
    border:none;
    margin:0;
    text-align:center;
}
#colorTabs.nav-tabs > li{
    float:none;
    display:inline-block;
}
#colorTabs.nav-tabs > li > a{
    border:none;
    padding:3px;
    border:1px solid transparent;
    border-radius:100%;
    transition:all 0.5s linear 0.2s;
    -moz-transition:all 0.5s linear 0.2s;
    -webkit-transition:all 0.5s linear 0.2s;
    -o-transition:all 0.5s linear 0.2s;
}
#colorTabs.nav-tabs > li > a:hover{
    border:1px solid #d2d2d2;
}
#colorTabs.nav-tabs > li.active > a{
    border:1px solid #d2d2d2;
    background-color:#eee;
}
.color-button{
    height:30px;
    width:30px;
    padding:0;
    border-radius:100%;
    line-height:30px;
    display:block;
}
/*Video Gallery*/
.video-gallery #bwg_container1_0 #bwg_container2_0 .bwg-container-0{
    width:100%;
}
.video-gallery #bwg_container1_0 #bwg_container2_0 .bwg-container-0 .bwg-item{
    max-width:33.3333%;
}
.video-gallery #bwg_container1_0 #bwg_container2_0 .bwg-container-0 .bwg-item > a{
    width:270px;
    max-width:100%;
    margin:0 auto;
}
.video-gallery .bwg-title1{
    text-align:left;
}
.video-gallery #bwg_container1_0 #bwg_container2_0 .bwg-container-0 .bwg-play-icon2{
    font-size: 24px;
    height: 40px;
    width: 40px;
    margin: 0 auto;
    background-image:url(images/video-play-icon.png);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:100% auto;
    color:transparent;
}
.video-gallery .bwg-title1 .bwg-title2{
    line-height:16px;
    margin-bottom:30px;
}

/*
Developer : Bhagyashree
*/

/*
Developer : Bhagyashree
*/
body{
    font-family: "AvenirLT-Black";
}
body,
.site-footer,
.site-content-wrapper{
    background: #fff!important;
}
article{
    border:none!important;
}
.form-group {
    margin-top: 15px;
}
#contactform .form-control{
    display: block;
    width: 100%;
    line-height: 1.42857143;
    color:#222;
    background-color: #fff;
    background-image: none;
    border: none;
    box-shadow:none;
    height:25px;
    font-size: 16px;
    border-bottom: 2px solid #dad5cf;
    border-radius: 0px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#contactform textarea.form-control{
    height:auto;
    font-weight: bold;
    color:#222;
}
#contactform label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 18px;
    color: #666;
}
.required{
    color:#AB142D;
}
#contactform .has-error .form-control{
    border:2px solid #a94442;
}
#contactform .has-error .help-block{
    color:#AB142D;
}
.ui-keyboard-button{
    line-height: 1em;
    padding: 3px 5px;
}
.ui-widget.ui-widget-content{
    left:25%!important;
    width:60%;
}
#contactform .btn-primary{
    font-family: BebasNeueBold;
    background:#fff;
    border-color:#333;
    color:#000!important;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
    outline:none;
    box-shadow:none;
    padding: 6px 30px;
    border-radius:3px;
    font-size: 25px;
    letter-spacing: 1px;
    transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
}
#contactform .btn-primary:hover,
#contactform .btn-primary:focus{
    background:#ab132d;
    color:#fff!important;
}
form#contactform input[type=number]::-webkit-inner-spin-button,
form#contactform input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
form#contactform input[type=number]{
    -moz-appearance: textfield;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    font-weight:bold;
}
#stable-listing .item h1,
#legacy-listing .item h1{
    text-align:left;
    text-transform: uppercase;
    font-family: norwester;
    color:#231f20;
    font-size: 60px;
    line-height: 1.3;
    padding-left: 15px;
    margin-top: 15px;
    margin-bottom:20px;
    width:85%;
}
#stable-listing .bikeShortDescription{
    text-align: left;
}
#legacy-listing .legacyDescription{
    font-family: "AvenirNextLTPro-Regular";
    text-align: left;
    margin-left: -15px;
    font-size: 16px;
    color:#231f20;
    z-index:1;
}
#legacy-listing .layout2 .legacyDescription{
    font-size: 16px;
    margin-top: 0px;
}
.owl-carousel .owl-item .layout2  .legacy-img img{
    margin: 0 auto;
    width: auto;
    max-height:285px;
}
.owl-carousel .owl-item .layout2 .legacy-img .imglogo{
    position: absolute;
    top:0;
    right:20px;
    width:20%;
}

.owl-dots{
    display: none;
}
.bikedesccol {
    margin-bottom: 20px;
    text-transform: capitalize;
    margin-left:-15px;
}

.bikedesccol h4{
    color:#808080;
    font-family: "AvenirNextLTPro-Regular";
}
.bikedesccol h2{
    margin-top: 5px;
    color:#231f20;
    font-size: 40px;
    font-family: "AvenirLT-Black";
}
.sub-bike-img{
    position: relative;
}
.owl-carousel .owl-item .sub-bike-img img{
    width:100%;
    margin:0 auto;
    margin-top:-95px;
    margin-left: -70px;
}
.sub-bike-img .watermark{
    position: absolute;
    text-transform: capitalize;
    color:#231f20;
    font-size:160px;
    right: -20px;
    font-weight: bold;
    opacity:0.1;
    z-index: -1;
    top:-20%;
    font-family: "AvenirLT-Black";
}
.legacy-img,.legacy-listing .owl-item{
    position: relative;
}
.owl-carousel .owl-item .legacy-img img{
    width:auto;
    margin-bottom: 10px;
    margin: 0 auto;
}


.legacy-watermark{
    position: absolute;
    text-transform: capitalize;
    color:#231f20;
    font-size:150px;
    right: 20px;
    font-weight: bold;
    opacity:0.1;
    z-index: -1;
    top:-35px;
    font-family: "AvenirLT-Black";
}


.stable_content,.legacy_content{
    position: initial!important;
}
.stable_content:before{
    content: '';
    background: #E7BF58;
    width: 24%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.stable_content.two:before,
.stable_content.six:before,
.stable_content.ten:before{
    background: #62989A;
}
.stable_content.three:before,
.stable_content.seven:before,
.stable_content.eleven:before{
    background: #DD8A4C;
}
.stable_content.four:before,
.stable_content.eight:before,
.stable_content.twelve:before{
    background: #DFAA5B;
}
.stable_content.five:before,
.stable_content.nine:before,
.stable_content.thirteen:before{
    background: #E7BF58;
}
.legacy_content{
    position: relative;
}
.legacy_content:before{
    content: '';
    background: #CC4E49;
    width: 24%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.legacy_content.two:before{
    background: #928B86;
}
.legacy_content.three:before{
    background: #7B849C;
}
.legacy_content.four:before{
    background: #7C9D9B;
}
.legacy_content.five:before{
    background: #BDAF8D;
}
.legacy_content.six:before{
    background: #865858;
}
.legacy_content.seven:before{
    background: #587651;
}
.legacy_content.eight:before{
    background: #656565;
}
.legacy_content.nine:before{
    background: #C59C31;
}
.legacy_content.ten:before{
    background: #F5F5F5;
}
.legacy_content.eleven:before{
    background: #CC4E49;
}
.legacy_content.twelve:before{
    background: #419FC1;
}
.legacy_content.thirteen:before{
    background: #668C51;
}
.legacy_content.fourteen:before{
    background: #D66666;
}

.legacy_content .title-slide{
    border-top: 2px solid #231f20;
    border-radius: 2px;
    margin-left:20px;
    margin-right:20px;
    font-size: 0px;
    position:fixed;
    z-index:1;
    bottom:10px;
    left:295px;
    right:25px;
}
.stable_content .title-slide a,
.legacy_content .title-slide a{
    font-family: "AvenirNextLTPro-Regular";
    font-size:15px;
    position: relative;
    color: #231f20;
    padding:0px;
    font-weight: bold;
}
.legacy_content .title-slide a{
    padding: 0px 12px;
}
.stable_content .title-slide a span{
    position:relative;
}
.stable_content .title-slide a.active,
.stable_content .title-slide a:hover,
.legacy_content .title-slide a.active,
.legacy_content .title-slide a:hover{
    font-family: "AvenirLT-Black";
}
.legacy_content .title-slide a:after{
    content: '';
    position: absolute;
    border-bottom: 4px solid #ac142d;
    width: 0px;
    border-radius: 5px;
    left: 0;
    top: -3px;
    transition: all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
}
.legacy_content .title-slide a.active:after,
.legacy_content .title-slide a:hover:after{
    width:100%;
}
.stable_content .title-slide a span:after{
    content: '';
    position: absolute;
    border-bottom: 4px solid #ac142d;
    width: 0px;
    border-radius: 5px;
    left: 0;
    top: -3px;
    transition: all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
}
.stable_content .title-slide a.active span:after,
.stable_content .title-slide a:hover span:after{
    width:100%;
}
.bikeDescription{
    font-size: 18px;
    line-height: 1.3;
    text-align: left;
}
.owl-prev,.owl-next{
    position:fixed;
    bottom:-15px;
    background: none;
    z-index: 3;
}
.stable_content .owl-prev,
.legacy_content .owl-prev{
    position: fixed;
    bottom:27px;
    left:295px;
}
.stable_content .owl-next,
.legacy_content .owl-next{
    position: fixed;
    bottom:26px;
    right:25px;
}
.owl-prev,.owl-next,
.owl-prev:focus,.owl-next:focus{
    outline: none;
    box-shadow: none;
}
.owl-prev:hover,.owl-next:hover{
    box-shadow:none;
}
.owl-prev i.fa,.owl-next i.fa{
    font-size: 30px;
}
.owl-prev{
    left:0px;
}
.owl-next{
    right:0;
}
p{
    margin-bottom: 8px!important;
}


.contact_content{
    position: relative;
}
.contact_content:before{
    content: '';
    background: #b9ac8a;
    width: 35%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.address-block{
    text-align: center;
    padding-top: 30px;
    font-size: 18px;
    color:#000;
}
.address-block img{
    width:40%;
}
.content_heading{
    padding-left: 30px;
}
h1.post-title{
    text-align:left;
    text-transform: uppercase;
    font-family: norwester;
    color:#231f20;
    font-size: 60px;
    line-height: 1.3;
    margin-top: 15px;
    margin-bottom: 20px;
}
.contact-watermark{
    position:absolute;
    z-index:2;
    font-family: "ChristmasBeautyScript";
    font-size:200px;
    letter-spacing: 3px;
    color: #231f20;
    opacity:0.2;
    top: -75px;
    right: 10%;
}
#stable-listing  .title-slide-outer{
    overflow:hidden;
    font-size: 0px;
    margin-left: 20px;
    margin-right: 20px;
    position:fixed;
    z-index:1;
    bottom:10px;
    left:295px;
    right:25px;
}
#stable-listing  .title-inner{
    display: inline-block;
    width:100px;
    text-align: center;
    margin-bottom: 10px;
}
#stable-listing .title-inner .smallimg{
    width:100%;
    padding-bottom: 5px;
    opacity:0.2;
}
#stable-listing .title-inner .smallimg.active{
    opacity:1;
}
#stable-listing .title-inner span{
    border-top: 2px solid #231f20;
    display: block;
}

span.largetext{
    text-transform: uppercase;
    font-size:28px;
    font-family: "Khand-Semibold";
}
.layout3 h2{
    position:relative;
    color: #004080;
    text-align: left;
    font-size: 40px;
    font-weight: bold;
    margin-top: 30px;
    margin-left: -30px;
    line-height: 50px;
}
.layout3 h2:after{
    background: url("images/communist-logo1.png");
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    width: 43px;
    height: 75px;
    position: absolute;
    top: 35%;
    right:62%;
}
.layout3 .legacy-img{
    text-align: right;
    margin-right: -34px;
    font-size: 14px;
}
.layout3 .legacy-img img{
    margin-top:30px!important;
    margin-bottom: 20px!important;
}
.layout3 .legacy-img p{
    text-align: center;
}
#legacy-listing h1.khandfont,.khandfont,#stable-listing h1.khandfont{
    font-family: "Khand-Semibold";
}
.owl-carousel .owl-item img.goldimg{
    display: inline-block;
    width: 35px;
    height: auto;
}
.layout4 .legacy-img{
    text-align: left;
}
.layout4 .legacy-img img.img1{
    margin-left: -30px;
    margin-top:10px;
}
.layout4 .legacy-img img.img2{
    margin-top: 100px;
    margin-left: -40px;
}
.layout4 .legacy-watermark{
    width:35%;
    line-height: 1;
    top:-18px;
    right:10px;
    text-align: right;
}
.home-video i{
    position: absolute;
    right: 10px;
    top: 10px;
    color: #231f20;
    line-height: 20px;
    border:2px solid #231f20;
    border-radius:50%;
    width:25px;
    height:25px;
    text-align: center;
    background: rgba(255,255,255,0.5);
    font-size: 16px;
}
#legacy-listing .owl-carousel .owl-prev,
#stable-listing .owl-carousel .owl-prev{
    background-image: url('images/arrow-left.png');
    width: 16px;
    height: 27px;
    background-size: 100% 100%;
}
#legacy-listing .owl-carousel .owl-next,
#stable-listing .owl-carousel .owl-next{
    background-image: url('images/arrow-right.png');
    width: 16px;
    height: 27px;
    background-size: 100% 100%;
}
.jawa42-6colors{
    text-align:center;
    margin-top:10px;
    margin-bottom:10px;
}
.spec-col-dark{
    vertical-align:middle;
}
.legacynine{
    margin-bottom: 10px;
    margin-top:-15px;
}

@media screen and (max-width: 1330px){
    .legacy_content .title-slide a{
        padding:0 11px;
    }
}
@media screen and (max-width: 1301px){
    .legacy_content .title-slide a{
        padding:0 9px;
    }
}
@media screen and (max-width: 1273px){
    .legacy_content .title-slide a{
        padding:0 8px;
    }
}