﻿.form-control1 {
    background: #ffffff;
    color: #000;
    font-size: 14px;
    border: 2px solid #000000;
    padding: 10px 15px;
}

    .form-control1:focus, .form-control1:visited, .form-control1:focus {
        background: #ffffff;
        color: #000;
        font-size: 14px;
        border: 2px solid #000000;
    }

.login-form {
    margin: 30px auto;
    width: 370px;
}

.required {
    color: red;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.login-form label {
    font-weight: 900 !important;
    font-size: 14px;
    text-transform: uppercase !important;
}

.login-form h1 {
    font-family: bebas_neuebold !important;
    font-size: 45px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.btn-orange {
    background-color: #d4cc31;
    border: 0 !important;
    font-family: bebas_neuebold;
    font-size: 19px;
    /*padding: 9px 15px 6px;*/
    padding: 11px 20px 8px;
    cursor: pointer;
    width: 100%;
    color: #000 !important;
}

    .btn-orange:hover, .btn-orange:focus, .btn-orange:visited, .btn-orange:active {
        color: #000;
    }

.btn-black {
    background-color: #000;
    border: 0 !important;
    font-family: bebas_neuebold;
    font-size: 19px;
    /*padding: 9px 15px 6px;*/
    padding: 11px 20px 8px;
    cursor: pointer;
    width: 100%;
    color: #ddd;
}

    .btn-black:hover, .btn-black:focus, .btn-black:visited, .btn-black:active {
        color: #ddd;
    }

.myhr {
    margin-top: 20px;
    margin-bottom: 25px;
    border: 0;
    border-top: 1px solid #000;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.font-16 {
    font-size: 16px !important;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.main-tabs-sec .nav li {
    float: left;
    text-align: center;
    width: 20%;
}

.nav > li {
    position: relative;
    display: block;
}

.main-tabs-sec .nav li.active a {
    background: #0088cc;
    color: #fff;
    border: 4px solid #0088cc;
}

.main-tabs-sec .nav li a {
    font-size: 15px;
    padding-top: 10px;
    font-weight: bold;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
    border-left: none !important;
    min-height: 100px;
    background: #000;
    color: #ccc;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-5 {
    padding-top: 5px;
}

.main-tabs-sec .nav li i {
    display: inline-block;
    width: 100%;
    font-size: 32px;
}

.margin-bottom-7 {
    margin-bottom: 7px !important;
}

.margin-top-7 {
    margin-top: 7px !important;
}

.main-tabs-sec .nav li a.active:before {
    content: "\f0d7";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
    z-index: 2;
    font-size: 30px;
    color: #d4cc31;
    bottom: -25px;
    right: 0px;
    width: 100%;
}

.main-tabs-sec .nav li:first-child {
    border-left: 4px solid #fff;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: #d4cc31;
    color: #000;
    border: 4px solid #fff;
}

.nav-tabs .nav-link {
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.nav-tabs {
    margin-bottom: 30px !important;
}

    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        border-color: #fff;
    }

/*.portlet {
    border: 1px solid #000;
    padding: 40px 30px;
    color: #fff;
    background: #000;
    position: relative;
}*/

.portlet {
    border: 1px solid #5a5a5a;
    padding: 30px 30px;
    color: #000;
    background: #fff;
    position: relative;
    border-radius: 5px;
}

.customer-account {
    padding: 50px 0px 70px;
    background: url('../images/shadow-comingsoon.png') center bottom no-repeat;
}

select.form-control:not([size]):not([multiple]) {
    height: auto !important;
}

.width-auto {
    width: auto !important;
}

.profile-picture {
    height: 150px;
    width: 150px;
    border: 1px solid #393939;
    margin-top: 15px;
    margin-bottom: 15px;
}

.img-profile {
    height: 150px;
    width: 150px;
}

.testimonial-text {
    margin: 20px 0 0;
    padding: 0 10px;
    width: 100%;
    line-height: 23px;
}

.testimonial-title {
    font-weight: 700;
    color: #000;
    text-align: right;
    margin-bottom: 20px;
}

.news-title {
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.testimonial-para {
    max-height: 92px;
    overflow: hidden;
    word-wrap: break-word;
}

.testimonial-text-title {
    height: 55px;
    overflow: hidden;
    word-wrap: break-word;
    line-height: 30px;
    font-family: bebas_neuebold !important;
    font-size: 23px;
}

.news-text-title {
    overflow: hidden;
    word-wrap: break-word;
    line-height: 30px;
    font-family: bebas_neuebold !important;
}

.event-text-title {
    height: 63px;
    overflow: hidden;
    word-wrap: break-word;
    line-height: 28px;
    text-align: left;
    font-size: 18px;
}

.testimonial {
    line-height: 30px;
}

    .testimonial:hover {
        color: #000 !important;
    }


.portfolio-text {
    margin: 28px 0 24px;
    padding: 0 20px;
    width: 100%;
    float: left;
    line-height: 23px;
}

.portfolio-title {
    font-weight: 700;
    color: silver;
    text-align: right;
    margin-bottom: 20px;
}

.portfolio-para {
    max-height: 135px;
    overflow: hidden;
    word-wrap: break-word;
}

.portfolio-text-title {
    height: 60px;
    overflow: hidden;
    word-wrap: break-word;
}

.portfolio {
    color: #fff !important;
    line-height: 28px;
    /*font-size: 17px;*/
}

    .portfolio:hover {
        color: #fff !important;
    }

.word-wrap {
    word-wrap: break-word !important;
}

.testimonial-bg h1 img {
    position: absolute;
    bottom: -40px;
    left: 341px;
    z-index: -1;
}

.news-bg h1 img {
    position: absolute;
    bottom: -22px;
    z-index: -1;
    left: 220px;
}

.news-section {
    margin: 0px 0px;
    color: #000;
}

    .news-section h4 {
        line-height: 30px !important;
    }

    .news-section h5 {
        line-height: 26px !important;
        font-size: 18px;
        font-weight: bolder;
    }

    .news-section h1 {
        font-family: bebas_neuebold !important;
        font-size: 65px;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

.carousel-indicators {
    bottom: -30px;
}

    .carousel-indicators li {
        max-width: 14px;
        height: 8px;
    }

.margin-top-60 {
    margin-top: 60px !important;
}

.carousel-item p {
    font-size: 17px;
    text-align: center;
}

.carousel-item small {
    text-align: center;
}

.testimonial-img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    filter: grayscale(1);
}

.author-detail {
}

.left-img {
    position: absolute;
    width: 80px;
    height: 80px;
    margin-right: 15px;
}

.portfolio-slider-img {
    height: 300px;
    width: 100%;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-top-35 {
    margin-top: 35px !important;
}

.order-detail-img {
    height: 150px;
    width: 150px;
    border: 1px solid #555;
    float: left;
    margin-right: 20px;
    margin-bottom: 34px;
}

.order-detail {
    min-height: 150px;
    border-bottom: 1px solid #2d2d2d;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

    .order-detail:last-child {
        border-bottom: 0px solid #2d2d2d;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

.form-control:disabled, .form-control[readonly] {
    /*background-color: transparent;*/
    opacity: 1;
}

.payment-success {
    margin-top: 125px;
    padding: 80px 0;
    background: #000;
    text-align: center;
}

.payment-text {
    font-family: bebas_neuebold !important;
}

    .payment-text span {
        color: #a2a2a2 !important;
        line-height: 55px;
    }

.success-sign {
    padding: 20px;
    border: 3px solid #000;
    font-size: 30px;
    border-radius: 50%;
    color: #000;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.padding-top-25 {
    padding-top: 25px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-15 {
    padding-top: 15px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-right-30 {
    margin-right: 30px !important;
}

.nav-tabs {
    border-bottom: 0px solid #ddd !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.top-125 {
    margin-top: 125px;
    position: relative;
    background: #fff;
    padding-bottom: 45px;
}

.social-text {
    font-size: 18px;
    margin-top: 15px;
}

.wrapper-form h1 {
    font-size: 30px;
}

    .wrapper-form h1 a {
        color: #fff !important;
    }

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.color-b7b7b7 {
    color: #b7b7b7 !important;
}

.line-height-30 {
    line-height: 30px !important;
}

.margin-top-3 {
    margin-top: 3px !important;
}

.padding-bottom-15 {
    padding-bottom: 15px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}

.my-sliderinfo p {
    line-height: 1.8em;
}

.my-sliderinfo h4 {
    font-size: 1.5em;
}

.table td, .table th {
    text-align: left;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #424242;
}

.privacy-wrapper::before {
    top: -17px;
    background: url('../images/section-deco/white-top.png') !important;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    background-size: cover;
    background-repeat: repeat-x;
    height: 17px;
    z-index: 2;
}

footer::before {
    top: -17px;
    background: url('../images/section-deco/black-top.png') !important;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    background-size: cover;
    background-repeat: repeat-x;
    height: 17px;
    z-index: 2;
}

footer .form-control {
    border-radius: 0;
    background: transparent;
    color: #ccc;
    font-size: 13px !important;
    border: 1px solid #222;
    margin-bottom: 10px;
    font-weight: bold;
    min-height: 46px !important;
}

    footer .form-control:focus {
        color: #ccc;
        background-color: transparent;
        border-color: inherit;
    }

.form-control {
    border-radius: 0;
    background: transparent;
    color: #666;
    font-size: 13px !important;
    border: 1px solid #5a5a5a;
    margin-bottom: 10px;
    font-weight: bold;
    min-height: 46px !important;
}

    .form-control:focus {
        color: #666;
        background-color: transparent;
        border-color: inherit;
    }

.subscribe-newsletter-bg .form-control {
    border-radius: 0;
    background: transparent;
    color: #666;
    font-size: 13px !important;
    border: 1px solid #5a5a5a;
    margin-bottom: 10px;
    font-weight: bold;
    min-height: 46px !important;
}

    .subscribe-newsletter-bg .form-control:focus {
        color: #666;
        background-color: transparent;
        border-color: inherit;
    }

.wrapper-form::before {
    top: -17px;
    background: url('../images/section-deco/black-top.png') !important;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    background-size: cover;
    background-repeat: repeat-x;
    height: 17px;
    z-index: 2;
}


.wrapper-form::after {
    bottom: -17px;
    background: url('../images/section-deco/black-bottom.png') !important;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    background-size: cover;
    background-repeat: repeat-x;
    height: 17px;
    z-index: 2;
}

.bike-top-section {
    position: relative;
    padding: 0px 15px 0 15px;
}

    /*.bike-top-section::after {
        bottom: -17px;
        background: url('../images/section-deco/black-bottom.png') !important;
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        background-size: cover;
        background-repeat: repeat-x;
        height: 17px;
        z-index: 2;
    }*/

    .bike-top-section::before {
        top: -17px;
        background: url('../images/section-deco/black-top.png') !important;
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        background-size: cover;
        background-repeat: repeat-x;
        height: 17px;
        z-index: 2;
    }

.padding-left-15 {
    padding-left: 15px !important;
}

.padding-right-15 {
    padding-right: 15px !important;
}

.marrgin-bottom-60 {
    margin-bottom: 60px !important;
}


label {
    color: #000;
}

.color-black {
    color: #000 !important;
}

.font-bebas {
    font-family: bebas_neuebold;
}

.background-white {
    background: #fff !important;
}

.black-section {
    padding: 50px 0;
    position: relative;
}

    .black-section h4 {
        font-family: bebas_neuebold;
        margin-bottom: 20px;
    }

    .black-section p {
        margin-bottom: 25px;
    }

        .black-section p span {
            color: #aaaaaa;
            font-weight: 700;
            font-size: 20px;
            font-family: bebas_neuebold;
        }

    .black-section::after {
        bottom: -17px;
        background: url('../images/section-deco/black-bottom.png') !important;
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        background-size: cover;
        background-repeat: repeat-x;
        height: 17px;
        z-index: 2;
    }

.top-125::after {
    bottom: -17px;
    background-image: url('../images/section-deco/white-bottom.png');
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    background-size: cover;
    background-repeat: repeat-x;
    height: 17px;
    z-index: 2;
}

.near-dealer {
    color: #000;
}

    .near-dealer h2 {
        font-family: bebas_neuebold !important;
    }

.carousel-indicators .active {
    background-color: #d4cc31;
}

.carousel-indicators li {
    background-color: #000;
}

.gallery {
    background: #fff;
    padding: 25px 0 50px 0;
    color: #000;
    position: relative;
}

    .gallery::before {
        top: -17px;
        background: url('../images/section-deco/white-top.png') !important;
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        background-size: cover;
        background-repeat: repeat-x;
        height: 17px;
        z-index: 2;
    }

.specification {
    background: #212121;
    padding: 25px 0 50px 0;
}

    .specification h4 {
        font-family: bebas_neuebold;
        font-size: 40px;
        margin-bottom: 20px;
    }

.technology {
    background: #fff;
    position: relative;
    color: #000;
}

    .technology h4 {
        font-family: bebas_neuebold;
        font-size: 40px;
        margin-bottom: 20px;
        color: #000;
    }

.technology-title {
    background: #000;
    padding: 52px 0 35px 0;
    position: relative;
}

    .technology-title h4 {
        font-family: bebas_neuebold;
        font-size: 40px;
        margin-bottom: 0px;
        color: #fff;
        text-align: center;
    }

    .technology-title::before {
        top: -17px;
        background: url('../images/section-deco/black-top.png') !important;
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        background-size: cover;
        background-repeat: repeat-x;
        height: 17px;
        z-index: 2;
    }

.bike-infoarea::before {
    top: -17px;
    background: url('../images/section-deco/black-top.png') !important;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    background-size: cover;
    background-repeat: repeat-x;
    height: 17px;
    z-index: 2;
}

.bike-infoarea::after {
    bottom: -17px;
    background-image: url('../images/section-deco/black-bottom.png');
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    background-size: cover;
    background-repeat: repeat-x;
    height: 17px;
    z-index: 2;
}

.button-carousel {
    position: absolute;
    bottom: 30px;
    margin: 25px 0;
    right: 5%;
}

.scrollup {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0.49);
    color: white;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 20px;
    line-height: 0;
    color: #d4cc31;
}

#about-us .bike-textarea {
    position: relative;
    margin-top: 55px;
    /*top: 40px;*/
    /*left: 20px;*/
}

.sliderinfo ul {
    list-style: square;
}

    .sliderinfo ul li {
        margin-bottom: 20px;
    }

.bike-textarea h3 a {
    color: #fff;
}

    .bike-textarea h3 a:hover {
        color: #fff !important;
    }

.sticky-menu {
    position: fixed;
    z-index: 99;
    top: 21%;
    right: -110px;
    transform: translate(0) translateZ(0);
    transition: transform .3s .1s ease-in-out;
}

    .sticky-menu:hover {
        transform: translateX(-110px);
        transition: all .3s ease-in-out;
    }


.sticky-menu-ul {
    font-size: 15px;
}

    .sticky-menu-ul:hover li {
        background: rgba(51, 51, 51, 1);
    }

    .sticky-menu-ul li {
        background: rgba(51, 51, 51, 0.75);
        padding: 15px 20px;
        margin-bottom: 2px;
    }

        .sticky-menu-ul li:hover a {
            color: #fff !important;
        }

        .sticky-menu-ul li a {
            color: #dadada;
        }

            .sticky-menu-ul li a:hover {
                color: #fff;
            }

            .sticky-menu-ul li a i {
                font-size: 18px !important;
                text-align: left;
                width: 24px;
            }

.banner-img {
    object-fit: cover;
}

#myCarousel .nav a small {
    display: block;
}

#myCarousel .nav {
    background: #eee;
}

    #myCarousel .nav a {
        border-radius: 0px;
    }

.nav-justified li {
    position: relative;
    display: block;
    width: 25%;
    text-align: center;
    font-size: 21px;
    font-weight: 900;
    background: #000;
    font-family: bebas_neuebold;
    border: 1px solid #404040;
}

.nav-justified > li > a {
    position: relative;
    display: block;
    padding: 20px 15px;
}

.nav-justified li a {
    color: #fff !important;
}

.nav-justified .active {
    background: #d4cc31;
}

    .nav-justified .active a {
        color: #000 !important;
    }

#myCarousel .carousel-item-next, #myCarousel .carousel-item-prev, #myCarousel .carousel-item.active {
    height: 550px;
    background: #fff;
}

#myCarousel .carousel-inner {
    height: 550px;
}

#myCarousel .portlet {
    vertical-align: middle;
    display: table-cell;
    height: 550px !important;
    overflow: hidden;
    background: #fff;
    color: #000;
    border: 0px;
    border-radius: 0;
    text-align: center;
}

    #myCarousel .portlet h2 {
        font-family: bebas_neuebold;
    }


.filer-gray {
    filter: grayscale(1);
}


#datepicker > span:hover {
    cursor: pointer;
}

.datepicker.dropdown-menu {
    margin-top: 40px;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    background-color: #000000 !important;
    background-image: -moz-linear-gradient(top, #000000, #000000) !important;
    background-image: -ms-linear-gradient(top, #000000, #000000) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#000000)) !important;
    background-image: -webkit-linear-gradient(top, #000000, #000000) !important;
    background-image: -o-linear-gradient(top, #000000, #000000) !important;
    background-image: linear-gradient(top, #000000, #000000) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0) !important;
    border-color: #000000 #000000 #000000 !important;
    color: #fff !important;
}

.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
    background-color: #000000 !important;
    background-image: -moz-linear-gradient(top, #000000, #000000) !important;
    background-image: -ms-linear-gradient(top, #000000, #000000) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#000000)) !important;
    background-image: -webkit-linear-gradient(top, #000000, #000000) !important;
    background-image: -o-linear-gradient(top, #000000, #000000) !important;
    background-image: linear-gradient(top, #000000, #000000) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0) !important;
    border-color: #000000 #000000 #000000 !important;
    color: #fff !important;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-color: #000000 !important;
    background-image: -moz-linear-gradient(top, #000000, #000000) !important;
    background-image: -ms-linear-gradient(top, #000000, #000000) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#000000)) !important;
    background-image: -webkit-linear-gradient(top, #000000, #000000) !important;
    background-image: -o-linear-gradient(top, #000000, #000000) !important;
    background-image: linear-gradient(top, #000000, #000000) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0) !important;
    border-color: #000000 #000000 #000000 !important;
    color: #fff !important;
}

.datepicker.dropdown-menu {
    background: #ffffff !important;
}

.sliderinfo h2 {
    font-family: bebas_neuebold;
}

.text-hover-underline {
    text-decoration: underline;
}

    .text-hover-underline:hover {
        text-decoration: underline;
    }

.btn-facebook {
    background: #344d86;
    color: #ddd;
    font-family: bebas_neuebold;
    width: 100%;
    border: 0 !important;
    font-size: 19px;
    padding: 11px 20px 8px;
    cursor: pointer;
}

    .btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active {
        color: #ddd;
        border: 0 !important;
    }

.btn-google {
    background: #a52728;
    color: #ddd;
    font-family: bebas_neuebold;
    width: 100%;
    border: 0 !important;
    font-size: 19px;
    padding: 11px 20px 8px;
    cursor: pointer;
}

    .btn-google:hover, .btn-google:focus, .btn-google:active {
        color: #ddd;
        border: 0 !important;
    }

.event-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border: 1px solid #000;
    border-bottom: 0px;
}

.event-date-month {
    text-align: left;
    float: left;
    margin-right: 20px;
    height: 85px;
}

.event-month {
    font-family: bebas_neuebold;
    margin-bottom: 0px;
    font-size: 26px;
    line-height: 30px;
}

.event-date {
    font-family: bebas_neuebold;
    margin-bottom: 0px;
    font-size: 36px;
    line-height: 28px;
    color: #8a8a8a;
}

.border-radius-0 {
    border-radius: 0px !important;
}

div.scrollmenu {
    overflow: auto;
    white-space: nowrap;
    padding: 24px 0;
}

    div.scrollmenu a {
        display: inline-block;
        color: white;
        text-align: center;
        text-decoration: none;
    }

.my-col-nav {
    display: inline-block;
    text-align: center;
    width: 19.8%;
    padding: 0 20px;
    font-size: 17px;
    background: url(../images/nav-divider.png) right center no-repeat;
}

    .my-col-nav:last-child {
        background: none !important;
    }

    .my-col-nav span {
        padding: 11px 0 0 0;
        position: static;
        width: 100%;
        text-align: center;
        display: block;
        transform: inherit;
        -webkit-transform: inherit;
        -ms-transform: inherit;
        line-height: 14px;
    }

.scrollmenu::-webkit-scrollbar {
    width: 1px;
    height: 8px;
}

.scrollmenu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0);
    background: #000;
    border-radius: 15px;
}

.scrollmenu::-webkit-scrollbar-thumb {
    background-color: #656565;
    outline: 1px solid slategrey;
    border-radius: 15px;
}

.event-text-title-text {
    word-wrap: break-word;
    line-height: 24px;
    text-align: left;
    max-height: 350px;
    overflow: hidden;
}

.event-hosted span {
    color: #8a8a8a;
}

.event-hosted a {
    color: #0088cc;
}

    .event-hosted a:hover {
        text-decoration: underline;
    }

.event-hosted i {
    color: #8a8a8a;
    margin-right: 5px;
}

.line-height-36 {
    line-height: 36px !important;
}

#page {
    width: 100%;
    height: 100%;
    position: absolute;
}

* {
    margin: 0;
    box-sizing: border-box;
}

.wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.before,
.after {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-color: #000;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
}

.content-image {
    height: 100%;
    max-width: initial !important;
}

.after {
    width: 125px;
}

.scroller {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: transparent;
    opacity: 0.9;
    pointer-events: auto;
    cursor: pointer;
}

    .scroller:hover {
        opacity: 1;
    }

.scrolling {
    pointer-events: none;
    opacity: 1;
}

.scroller__thumb {
    width: 100%;
    height: 100%;
    padding: 5px;
}

.scroller:before,
.scroller:after {
    content: " ";
    display: block;
    width: 7px;
    height: 9999px;
    position: absolute;
    left: 50%;
    margin-left: -3.5px;
    z-index: 30;
    transition: 0.1s;
}

.scroller:before {
    top: 100%;
}

.scroller:after {
    bottom: 100%;
}

.scroller {
    border: 5px solid #fff;
}

    .scroller:before,
    .scroller:after {
        background: #fff;
    }

.carousel-cell {
    height: 200px;
}

    .carousel-cell img {
        max-width: 100%;
        max-height: 100%;       
        width: 100%;
        object-fit: cover;
    }

    .carousel-cell.is-selected img {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: none;
        filter: none;
        width: 100%;
        object-fit: cover;
    }

@media screen and ( min-width: 768px ) {
    .carousel-cell {
        height: calc(50vh - 62px);
    }
}

@media screen and ( min-width: 960px ) {
    .carousel-cell {
        width: 50%;
    }
}

.flickity-prev-next-button {
    width: 30px;
    height: 30px;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #d4cc31;
    padding-top: 4px;
}

    .flickity-prev-next-button:hover {
        background: transparent;
        opacity: 1;
    }
    .flickity-prev-next-button .arrow {
        fill: #d4cc31;
    }

    .flickity-prev-next-button.no-svg {
        color: #d4cc31;
    }
    .flickity-prev-next-button.previous {
        left: 0px;
        position: absolute;
        top: 45%;
        background: #000;
    }

    .flickity-prev-next-button.next {
        right: 0px;
        position: absolute;
        top: 45%;
        background: #000;
    }
    .flickity-prev-next-button:disabled {
        display: none;
    }

.flickity-viewport {
    overflow: hidden !important;
}

.product-logo {
    width: auto !important;
    height: auto !important;
}

.color-white a {
    color: #fff !important;
    font-family: bebas_neuebold;
    font-size: 30px;
    letter-spacing: 5px;
}

.js-flickity {
    height: calc(50vh - 62px);
    overflow: hidden;
}

.product-section {
    position: absolute;
    bottom: 65px;
}

.hidden-lg {
    display: none;
}

#outer {
    float: left;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

#left-button {
    text-align: center;
    background: #8c8c8c;
    position: absolute;
    right: 20px;
    top: 35%;
    font-size: 24px;
    padding: 0px 10px;
    border-radius: 50%;
    color: #000 !important;
}

    #left-button a {
        margin: 15px 3px;
        color: #000 !important;
    }

#right-button { 
    text-align: center;
    background: #8c8c8c;
    position: absolute;
    left: 20px;
    top: 35%;
    font-size: 24px;
    padding: 0px 10px;
    border-radius: 50%;
    color: #000 !important;
}

    #right-button a {
        margin: 15px 3px;
        color: #000 !important;
    }

#inner:first-child {
    margin-left: 0;
}

label {
    margin-left: 10px;
}

.hide {
    display: none;
}

.caption-carousels {
    top: 60px;
    bottom: inherit;
    padding: 50px 30px 20px 30px;
}

    .caption-carousels h1 {
        font-size: 50px;
        font-family: bebas_neuebold;
    }

     .caption-carousels h3{
        font-family: bebas_neuebold;
    }

      .caption-carousels h3 span{
        color:#d4cc31;
    }

.line-height-40 {
    line-height: 40px;
}

.top-menu-bgs ul.social-link li a {
    font-size: 30px;
}

.top-menu-bgs {
    float: initial;
}

    .top-menu-bgs ul.social-link {
        float: inherit;
    }

        .top-menu-bgs ul.social-link li {
            display: inline-block;
            float: initial;
        }

.welcome-logo {
    height: 180px;
}

.top-menu-bgs ul.social-link li:first-child {
    margin: 0 0 0 0px;
}

.shake-little, .shake-little.shake-constant, .shake-little.shake-freeze, .shake-trigger:hover .shake-little {
    animation-duration: .2s;
}

@media screen and (max-width:768px) {
    .welcome-logo {
        height: 85px;
    }

    .caption-carousels {
        left: 5%;
        right: 5%;
        top: 40px;
        padding: 20px 20px 5px 20px;
    }

        .caption-carousels h1 {
            font-size: 22px !important;
        }

    h4 {
        font-size: 16px;
    }

    .line-height-40 {
        line-height: 25px;
    }

    .top-menu-bgs ul.social-link li a {
        font-size: 20px;
    }
}

.nocontent h4{
    color:#000;
}

.btn-active{
    background:#000;
    color:#fff !important;
}

.mybtn-transparent{
    background: transparent;
    border: 0;
    color: #fff;
    padding: 0;
        font-family: bebas_neuebold;
    font-size: 19px;
}