﻿
@import url("/fonts/HelveticaNeue.css");


html, body, * {
    font-family: 'Helvetica Neue',sans-serif;
}

body {
    overflow-x: hidden;
	line-height:initial;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    color: #181818;
}


a {
    color: #000000;
}

    a:hover, a:focus {
        color: #000000;
        text-decoration: underline;
    }

h1 {
    font-size: 30px;
    font-weight: normal;
    color: #181818;
}

h2 {
    font-size: 24px;
    font-weight: normal;
    color: #181818;
    font-weight: 300;
}

h3 {
    font-size: 18px;
    font-weight: normal;
    color: #181818;
    font-weight: 400;
}

h4 {
    font-size: 16px;
    font-weight: normal;
    color: #181818;
    font-weight: 300;
}

div.xl {
    font-size: 34px;
  
    color: #686868;
    margin: 0px;
   
}

h2.xl {
    font-size: 21px;
    font-weight: normal;
    color: #686868;
    margin: 0px;
    margin-top: 40px;
}

    h2.xl:before {
        position: absolute;
        top: -50px;
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        content: ' ';
        height: 100px;
        width: 1px;
        background: #000000;
    }

    h2.xl:after {
        position: absolute;
        top: 50px;
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        content: ' ';
        height: 10px;
        width: 10px;
        background: #ffffff;
        border: 1px solid #000;
        border-radius: 50%;
        display: inline-block;
    }

.home-menu {
    width: 90px;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 90px;
    overflow-x: hidden;
    /*background: #ffffff;*/
    white-space: nowrap;
    z-index: 100;
    background: none;
}

.home-menu-border {
    /*background: url(skn/home-menu-shaddow.png) 100% 100% repeat-y;*/
    height: 100%;
    max-height: 100%;
}

.home-menu.opened {
    width: 350px;
}

    .home-menu.opened .home-menu-border {
        /*background: url(skn/home-menu-shaddow.png) 100% 100% repeat-y;*/
        border-right: 1px solid #ededed;
    }

.home-menu-button {
    position: absolute;
    right: 200px;
    top: 77px;
    color: #939393;
    cursor: pointer;
    z-index: 100;
}


.burger-text {
    font-size: 16px;
    color: #181818;
    font-weight:300;
}

.burger {
    width: 40px;
    height: 12px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: inline-block;
    margin-left: 5px;
    margin-top: 30px;
}

.toggle-menu {
    margin-left:25px;
}
.toggle-menu .burger {
    width: 40px;
    height: 12px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: inline-block;
    margin-left: 5px;
    margin-top: 17px;
}

.burger span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #181818;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}




    .burger span:nth-child(1) {
        top: 0px;
    }

    .burger span:nth-child(2) {
        top: 6px;
    }

    .burger span:nth-child(3) {
        top: 12px;
    }

.burger.open {
    width: 40px;
}

    .burger.open span:nth-child(1) {
        top: 6px;
        -webkit-transform: rotate(160deg);
        -moz-transform: rotate(160deg);
        -o-transform: rotate(160deg);
        transform: rotate(160deg);
    }

    .burger.open span:nth-child(2) {
        opacity: 0;
        left: -40px;
    }

    .burger.open span:nth-child(3) {
        top: 6px;
        -webkit-transform: rotate(-160deg);
        -moz-transform: rotate(-160deg);
        -o-transform: rotate(-160deg);
        transform: rotate(-160deg);
    }

.home-content {
    position: relative;
}

.home-body {
    padding-bottom: 70px;
    padding-top: 30px;
}

@media(min-width:1400px) {
    .home-body {
        padding-left: 180px;
        padding-right: 180px;
    }
}

.btn-move-down {
    position: absolute;
    top: -40px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    z-index: 10;
    color: #ffffff;
    display: inline-block;
    cursor: pointer;
}


.static-title {
    position: absolute;
    top: -120px;
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0px !important;
    right: 0px !important;
    z-index: 10;
   width: 100% !important;
    
  
    text-align:center;
}

.grey-color {
    color: #b7b7b7;
}

.transition {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.transition-slow {
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}

.home-menu .button-wrapper, .home-menu .menu-wrapper {
    display: inline-block;
    vertical-align: top;
}

.home-menu .button-wrapper {
    border-right: none;
    width: 90px;
    height: 100%;
    max-height: 100%;
}

    .home-menu .button-wrapper .button {
        cursor: pointer;
    }

        .home-menu .button-wrapper .button div {
            font-size: 10px;
            position: relative;
            top: -75px;
            /*text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);*/
            color: #ccc;
            font-weight: 700;
        }

.home-menu .menu-wrapper {
    opacity: 0;
    width: 230px;
    height: 100%;
    max-height: 100%;
}

.home-menu.opened .menu-wrapper {
    height: 100%;
    opacity: 1;
    width: 235px;
    overflow-x: hidden;
}

.logo-full {
    display: inline-block;
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}


.home-menu-list {
    padding-top: 50px;
}

    .home-menu-list div {
        text-align: center;
        margin-bottom: 20px;
    }

    .home-menu-list a, .home-menu-list a:hover {
        text-decoration: none;
        color: #000000;
        font-size: 16px;
        font-weight: normal;
        outline: none;
    }

        .home-menu-list a:hover {
            color: #f6891f;
        }

        .home-menu-list a.active, .home-menu-list a.active:hover {
            color: #f6891f;
        }


.home-menu .login-menu {
    margin-top: 50px;
    text-align: center;
}

    .home-menu .login-menu div {
        border-radius: 5px;
        border: 1px solid #c2c2c2;
        color: #000000;
        padding: 13px;
        padding-left: 10px;
        padding-right: 10px;
        display: inline-block;
        text-align: center;
        white-space: normal;
        overflow-x: hidden;
    }

        .home-menu .login-menu div, .home-menu .login-menu div a, .home-menu .login-menu div a:hover {
            color: #000000;
            font-weight: 400;
            font-size: 13px;
        }

.home-menu .langs-menu {
    text-align: center;
    margin-top: 27px;
    margin-bottom: 0px;
}

.home-menu .icons-menu {
    margin-top: 20px;
}

    .home-menu .icons-menu a, .home-menu .icons-menu a:hover {
        display: inline-block;
        margin: 5px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        color: #7b7b7b;
        text-decoration: none;
    }

        .home-menu .icons-menu a:hover, .home-menu .icons-menu a:focus {
            color: #000000;
        }

        .home-menu .icons-menu a i {
            font-weight: normal;
            line-height: 1;
            font-size: 18px;
        }

.home-menu .langs-menu div {
    display: inline-block;
    vertical-align: top;
    margin-left: 2px;
    margin-right: 2px;
    vertical-align: top;
}

    .home-menu .langs-menu div a, .home-menu .langs-menu div a:hover {
        width: 28px;
        height: 28px;
        line-height: 25px;
        display: inline-block;
        color: #000000;
        font-weight: 400;
        font-size: 14px;
        text-align: center;
        vertical-align: top;
    }

        .home-menu .langs-menu div a.active, .home-menu .langs-menu div a.active:hover {
            border: 1px solid #f6891f;
            vertical-align: top;
        }

.home-menu.opened {
    background: rgba(255, 255, 255, 0.9);
}


.home-menu {
    width: 50px;
}

    .home-menu .button-wrapper {
        width: 50px;
    }

    .home-menu.opened {
        width: 310px;
    }

    .home-menu .button-wrapper {
        width: 50px;
    }

    .home-menu.opened {
        background: rgba(255, 255, 255, 0.9);
    }



@media (max-width:600px) {

    .home-menu {
        width: 50px;
    }

        .home-menu.opened {
            width: 290px;
        }

        .home-menu .button-wrapper {
            width: 50px;
        }

        .home-menu.opened .menu-wrapper {
            width: 205px;
        }

        .home-menu .login-menu div {
            padding: 13px;
        }
}

.home-slider {
    z-index: -1;
    /*background: url(skn/home-slider-background.png) 100% 100% repeat-x #F4F4F4;*/
}

    .home-slider .vegas-timer {
        top: 0;
        bottom: auto;
        height: 2px;
    }

    .home-slider .vegas-timer-progress {
        background: #f6891f;
    }

.home-slider-controls {
    position:absolute;
    bottom:-20px;
    left:0px;
    right:0px;
    margin-left:auto;
    margin-right:auto;
    display:inline-block;
}

.home-slider-logo {
    /*background: url(skn/home-slider-logo.png) 50% 100% no-repeat;*/
    height: 100px;
    text-align: center;
    position: relative;
    background: none;
}

.home-slider-indicators {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    z-index: 20;
}

    .home-slider-indicators li {
        float: left;
        margin-left: 2px;
        margin-right: 2px;
        width: 16px;
        height: 16px;
        border: 1px solid #000000;
        background: #ffffff;
        border-radius: 50%;
        display: inline-block;
        cursor: pointer;
    }

        .home-slider-indicators li.active {
            background: #000000;
        }

span.pause, span.pause:hover {
    background: none;
    border-radius: 0px;
    border: none;
    border-bottom: none;
    cursor: pointer;
}

    span.pause.enabled {
        color: #fff;
    }

    span.pause i {
        margin-top: -8px;
        display: inline-block;
        font-size: 17px;
    }

.home-content {
}

    .home-content img {
        display: inline-block;
        max-width: 100%;
        height: auto;
    }

@media (max-width:990px) {
    .padding-top {
        padding-top: 70px;
    }
}



.mCS-taloumis.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: url(skn/scrollbar.png) repeat;
}

.mCS-taloumis.mCSB_scrollTools .mCSB_draggerRail {
    background: none;
}

.mCSB_inside > .mCSB_container {
    margin-right: 0px;
}

/*
//OLD PACE WITH LOGO ROUNDED
.pace {-webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; overflow: hidden; position: fixed; top: 0; left: 0; z-index: 2000; width: 100%; height: 12px; background: #fff; }
.pace-inactive {display: none;}
.pace .pace-progress {background-color: #29d; position: fixed; top: 0; bottom: 0; right: 100%; width: 100%; overflow: hidden;}
.pace .pace-activity {position: fixed; top: 0; right: -32px; bottom: 0; left: 0; background: url(skn/loader.gif) 50% 50% no-repeat #ffffff; opacity: 0.8; }
@-webkit-keyframes pace-theme-barber-shop-motion {0% {-webkit-transform: none;transform: none;} 100% {-webkit-transform: translate(-32px, 0);transform: translate(-32px, 0);} }
@-moz-keyframes pace-theme-barber-shop-motion {0% {-moz-transform: none; transform: none; }  100% {-moz-transform: translate(-32px, 0); transform: translate(-32px, 0); } }
@-o-keyframes pace-theme-barber-shop-motion {0% { -o-transform: none; transform: none; } 100% {-o-transform: translate(-32px, 0); transform: translate(-32px, 0); } }
@-ms-keyframes pace-theme-barber-shop-motion { 0% {-ms-transform: none; transform: none; } 100% {-ms-transform: translate(-32px, 0); transform: translate(-32px, 0); }}
@keyframes pace-theme-barber-shop-motion { 0% { transform: none; transform: none; } 100% { transform: translate(-32px, 0); transform: translate(-32px, 0); }}

*/


.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #f6891f;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}



.btn {
    font-weight: 400;
}

.btn-primary {
    color: #ffffff;
    background-color: #686868;
    border-color: #686868;
    border-radius: 0px;
}

    .btn-primary span, .btn-primary i {
        color: #ffffff;
        border-radius: 0px;
    }

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #000000;
        border-color: #000000;
        border-radius: 0px;
    }

.btn-xl {
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    line-height: 36px;
    min-width: 180px;
    text-align: center;
}

.text-white {
    color: #ffffff;
}

.btn-info {
    color: #fff;
    background-color: #f6891f;
    border-color: #f6891f;
}

    .btn-info span, .btn-info i {
        color: #ffffff;
    }

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
        color: #ffffff;
        background-color: #DB781C;
        border-color: #DB781C;
    }




.footer-area {
    font-size: 14px;
    font-weight: 300;
    background: #DAD9D4;
    min-height: 300px;
    color: #181818;
}

    .footer-area a, .footer-area a:hover {
        font-size: 14px;
        font-weight: 500;
        color: #181818;
    }




.about-area {
    background: #231F20;
    padding-top:50px;
}
    .about-area, .about-area a, .about-area a:hover, .about-area a:focus {
        color:rgba(255,255,255,0.4);
    }
.footer-area .wefia-menu{
    margin:0px;
    padding:0px;
}
#menu-F6BD4A85{
    columns:2;
    display:inline-block;
}
#menu-F6BD4A85 li{
    padding-right:30px;
}
#menu-999F48AB{
    margin-top:30px;
}
#menu-999F48AB li {
    float: left;
    padding-right:20px;
}
.footer-area .wefia-menu li {
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
}
    .footer-area .wefia-menu li a, .footer-area .wefia-menu li a:hover, .footer-area .wefia-menu li a:focus {
        font-weight: 300;
        font-size: 32px;
        color: #181818;
        text-decoration:none;
    }
.footer-area .wefia-menu#menu-999F48AB li a, .footer-area .wefia-menu#menu-999F48AB li a:hover, .footer-area .wefia-menu#menu-999F48AB li a:focus {
    font-weight: 400;
    font-size: 16px;
    color: #1818184D;
    text-decoration: none;
}

.footer-area .menu-header {
    color: #18181880;
    font-size:20px;
    font-weight:300;
    padding-bottom:20px;
}
@media(max-width:768px) {
    .footer-area .menu-header{
        margin-top: 50px;
    }
    .footer-info {
        margin-bottom:50px;
    }
}
.newsletter-title {
    color: #181818;
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 20px;
}
#NewsletterEmail {
    padding: 0px;
    border: none;
    background: none;
    box-shadow: none;
    color: #181818;
    font-size:30px;
    font-weight:300;
    width:100%;
}
.newsletter-btn {
    display: inline-block;
    border: none;
    width: 39px;
    height: 39px;
    padding: 0;
    background: url('skn/newsletter-button.svg') 50% 50% no-repeat;
    background-repeat:no-repeat;
}
#newsletterform {
    border-bottom:1px solid #181818;
    padding-bottom:5px;
    width:80%;
}
.newsletter-form input::placeholder { /* Chrome/Opera/Safari */
    color: #181818;
    font-size: 33px;
    font-weight: 300;
}
.newsletter-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #181818;
    font-size: 33px;
    font-weight: 300;
}

.newsletter-form input::-moz-placeholder { /* Firefox 19+ */
    color: #181818;
    font-size: 33px;
    font-weight: 300;
}

.newsletter-form input:-ms-input-placeholder { /* IE 10+ */
    color: #181818;
    font-size: 33px;
    font-weight: 300;
}

.newsletter-form input:-moz-placeholder { /* Firefox 18- */
    color: #181818;
    font-size: 33px;
    font-weight: 300;
}

.footer-col-right {
    text-align: left;
    color: #181818;
    padding-top: 40px;
    line-height: 26px;
}

.footer-menu {
    
    display: inline-block;
}
.footer-info, .footer-info p, .footer-info div, .footer-info a {
    color: #181818;
    font-size: 20px;
    font-weight: 300;
}


    .footer-menu a, .footer-menu a:hover, .footer-menu a:focus {
        margin-right: 15px;
        font-size: 12px;
        color: #d1d1d1;
        font-weight: normal;
        text-decoration: none;
    }

.footer-logo-2-wrapper {
    display: flex;
}

.footer-logo-2 {
    align-self: flex-end;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    background: none;
    border-width: 1px;
    border: none;
    cursor: default;
    cursor: pointer;
}


.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    color: #b9b9b9;
    font-weight: 500;
    font-size: 18px;
    border: none;
    cursor: default;
    background: none;
    cursor: pointer;
}

.tab-content, .nav-tabs {
    border: none;
}

    .nav-tabs > li {
        padding-left: 20px;
        padding-right: 20px;
        float: none;
        display: inline-block;
        *display: inline; /* ie7 fix */
        zoom: 1; /* hasLayout ie7 trigger */
    }

.nav-tabs {
    text-align: center;
    margin-bottom: 20px;
}

.address {
    font-size: 14px;
    padding-top: 5px;
    padding-left: 5px;
}

    .address strong {
        font-weight: 600;
        font-size: 14px;
    }

@media (max-width:768px) {
    .address-table {
        margin-bottom: 20px;
    }
}

/*@media (max-width:600px) {
    .address-table {
        margin-bottom: 20px;
    }

    .address {
        font-size: 12px;
        padding-top: 5px;
        padding-left: 5px;
    }

        .address strong {
            font-weight: 600;
            font-size: 12px;
        }

    .address-table .fa-4x {
        font-size: 2em;
    }
}*/

.content-area {
    min-height: 550px;
    background: #f4f4f4;
    position: relative;
    /*-moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;*/
}

.article-content-area {
    background: #ffffff;
}

.path-area {
    margin-top: -20px;
    background: #f4f4f4;
    padding-bottom: 20px;
}

.body-Home .content-area {
    min-height: initial;
    background: none;
}

.top-area {
    background: #ffffff;
    border-bottom: 1px solid #666;
    position: relative;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}

@media(min-width:768px) {
    .top-area .langs-menu {
        position: absolute;
        top: 20px;
        right: 15px;
    }
}

.top-area .langs-menu {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
}

    .top-area .langs-menu div {
        display: inline-block;
        vertical-align: top;
        margin-left: 2px;
        margin-right: 2px;
    }

        .top-area .langs-menu div a, .top-area .langs-menu div a:hover {
            width: 28px;
            height: 28px;
            line-height: 25px;
            display: inline-block;
            color: #000000;
            font-weight: 400;
            font-size: 14px;
            text-align: center;
        }

            .top-area .langs-menu div a.active, .top-area .langs-menu div a.active:hover {
                border: 1px solid #f6891f;
            }





@media (min-width: 768px) {
    .top-area .navbar-default {
        background: none;
        border: none;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .top-area .container {
        max-width: 1600px;
        width: 100%;
    }
    .top-area .navbar-nav {
        background: none;
        border: none;
    }

    .hidden-menu .navbar-right:not(.navbar-burger) {
        display: none;
    }
    .hidden-menu.static-menu .navbar-right:not(.navbar-burger) {
        display: block;
    }
    .hidden-menu .navbar-boxed{
        margin-left:20px;
    } 
    
    .hidden-menu .navbar-default {
        background: none;
        border: none;
        margin-bottom: 0px;
    }

    .hidden-menu {
        padding-top: 20px;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 9;
        padding-bottom:20px;
        
    }
    .hidden-menu.static-menu {
        padding-top: 20px;
        position: initial;
        top: initial;
        left: initial;
        width: 100%;
        padding-bottom: 20px;
    }
        .hidden-menu.follow {
            padding-top: 20px;
            background: none;
        }
        



        .hidden-menu.follow.open .logo-full {
            display: block;
        }

       
        .hidden-menu .navbar-nav {
            background: none;
            border: none;
            margin-top: -15px;
        }


        .hidden-menu.open {
            background: none;
        }
            .hidden-menu.open.follow {
                background: none;
            }
        

    .top-area .navbar-nav.navbar-right:last-child {
        margin-right: 0px;
    }

    .top-area .navbar-nav > li > a, .top-area .navbar-nav > li > a:hover {
        color: #000000;
        font-size: 16px;
        font-weight: 500;
        padding: 10px 12px !important;
    }

        .top-area .navbar-nav > li > a:hover, .top-area .navbar-nav > li > a.active:hover, .top-area .navbar-nav > li > a.active {
            color: #f6891f;
        }

    /*.top-area .navbar-nav > li.boxed {
        border: 1px solid #686868;
        border-radius: 0px;
        margin-left: 5px;
        margin-right: 5px;
    }


        .hidden-menu .navbar-nav > li.boxed {
            border: 1px solid #ffffff;
            border-radius: 0px;
            margin-left: 5px;
            margin-right: 5px;
        }*/

    .hidden-menu .navbar-nav > li > a {
        color: #181818 !important;
        font-size: 16px;
        font-weight: 300;
        padding: 10px 12px !important;
    }

        .hidden-menu .navbar-nav > li > a:hover, .hidden-menu .navbar-nav > li > a.active:hover, .hidden-menu .navbar-nav > li > a.active {
            color: #181818 !important;
        }

    .hidden-menu .navbar-default .navbar-nav > .open > a, .hidden-menu .navbar-default .navbar-nav > .open > a:hover, .hidden-menu .navbar-default .navbar-nav > .open > a:focus {
        background: none;
        color: #181818;
    }


    .hidden-menu .navbar-default .dropdown-menu {
        z-index: 1000;
        padding: 0px 0;
        margin: 0 0;
        font-size: 14px;
        text-align: left;
        border: 1px solid #ffffff;
        border-radius: 0px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
        box-shadow: 0 6px 12px rgba(0,0,0,0.175);
        background-clip: padding-box;
        background: rgba(0,0,0,0.5);
    }

        .hidden-menu .navbar-default .dropdown-menu > li > span {
            display: block;
            padding: 5px 20px;
            clear: both;
            font-weight: normal;
            line-height: 1.42857143;
            color: #ffffff;
            border-bottom:1px dashed #ffffff;
            white-space: nowrap;
            margin-bottom:5px;

        }
        .hidden-menu .navbar-default .dropdown-menu > li.li-top-bordered > a {
            border-top: 1px dashed #ffffff;
        }
        
        .hidden-menu .navbar-default .dropdown-menu > li > a, .hidden-menu .navbar-default .dropdown-menu > li > a:hover, .hidden-menu .navbar-default .dropdown-menu > li > a:focus {
            display: block;
            padding: 5px 20px;
            clear: both;
            font-weight: normal;
            line-height: 1.42857143;
            color: #fff;
            white-space: nowrap;
        }

            .hidden-menu .navbar-default .dropdown-menu > li > a:hover, .hidden-menu .navbar-default .dropdown-menu > li > a:focus {
                display: block;
                padding: 5px 20px;
                clear: both;
                font-weight: normal;
                line-height: 1.42857143;
                color: #f6891f;
                white-space: nowrap;
                background: none;
            }


    .top-area .navbar-default .navbar-nav > .open > a, .top-area .navbar-default .navbar-nav > .open > a:hover, .top-area .navbar-default .navbar-nav > .open > a:focus {
        background: none;
        color: #f6891f;
    }


    .top-area .navbar-default .dropdown-menu {
        z-index: 1000;
        padding: 0px 0;
        margin: 0 0;
        font-size: 14px;
        text-align: left;
        border: 1px solid #686868;
        border-radius: 0px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
        box-shadow: 0 6px 12px rgba(0,0,0,0.175);
        background-clip: padding-box;
        background: #ffffff;
    }


        .top-area .navbar-default .dropdown-menu > li > a, .top-area .navbar-default .dropdown-menu > li > a:hover, .top-area .navbar-default .dropdown-menu > li > a:focus {
            display: block;
            padding: 5px 20px;
            clear: both;
            font-weight: normal;
            line-height: 1.42857143;
            color: #686868;
            white-space: nowrap;

        }

            .top-area .navbar-default .dropdown-menu > li > a:hover, .top-area .navbar-default .dropdown-menu > li > a:focus {
                display: block;
                padding: 5px 20px;
                clear: both;
                font-weight: normal;
                line-height: 1.42857143;
                color: #f6891f;
                white-space: nowrap;
                background: none;
            }


    .top-area .navbar-nav.navbar-right > li > a, .top-area .navbar-nav.navbar-right > li > a:hover {
        color: #7b7b7b;
        font-size: 18px;
        font-weight: 500;
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 0px;
        
        
    }

        .top-area .navbar-nav.navbar-right > li > a:hover {
            font-weight: 500;
            color: #000000;
        }

    .connected-us {
        color: #7b7b7b;
        font-size: 13px;
        font-weight: 500;
    }

        .connected-us span {
            color: #f6891f;
            font-size: 13px;
            font-weight: 500;
        }

    .top-area .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
        
    }

    .top-area .navbar-brand {
        display: none;
    }
}

@media (min-width: 768px) AND (max-width: 990px) {
    .top-area .navbar-nav > li > a, .top-area .navbar-nav > li > a:hover {
        font-size: 14px;
        margin-right: 30px;
    }
    
}
@media (min-width: 768px) AND (max-width: 1170px) {

    .img-grey, .img-white {
        margin-top: 10px;
    }
    .navbar-links {
        margin-top: 10px;
        
    }
    .hidden-menu {
        padding-top: 20px;
       
    }
}


.body-Shop.loggedin {
    padding-left: 42px;
}


    @media (max-width: 768px) {
        .top-area .navbar-default {
            background: none;
            border: none;
            margin-bottom:5px;
        }


        .top-area .navbar-nav {
            background: none;
            border: none;
        }

        .hidden-menu .navbar-default {
            background: none;
            border: none;
            margin: 0px;
            margin-bottom: 5px;
        }


        .hidden-menu .navbar-nav {
            background: none;
            border: none;
        }

        .top-area .navbar-nav > li > a, .top-area .navbar-nav > li > a:hover {
            color: #000000;
            font-size: 14px;
            font-weight: 500;
        }

            .top-area .navbar-nav > li > a:hover {
                font-weight: 500;
            }

        .top-area .navbar-nav.navbar-right > li > a, .top-area .navbar-nav.navbar-right > li > a:hover {
            color: #7b7b7b;
            font-size: 14px;
            font-weight: 500;
        }

            .top-area .navbar-nav.navbar-right > li > a:hover {
                font-weight: 500;
                color: #000000;
            }




        .hidden-menu .navbar-nav > li > a, .hidden-menu .navbar-nav > li > a:hover {
            color: #000000;
            font-size: 14px;
            font-weight: 500;
        }

            .hidden-menu .navbar-nav > li > a:hover {
                font-weight: 500;
            }

        .hidden-menu .navbar-nav.navbar-right > li > a, .hidden-menu .navbar-nav.navbar-right > li > a:hover {
            color: #7b7b7b;
            font-size: 14px;
            font-weight: 500;
        }

            .hidden-menu .navbar-nav.navbar-right > li > a:hover {
                font-weight: 500;
                color: #000000;
            }


        .top-area .navbar-brand img {
            margin-left: -15px;
            margin-top: -5px;
        }

        .top-area .navbar-collapse {
            max-height: initial;
        }

            .top-area .navbar-collapse.in {
                overflow-y: hidden;
            }
    }

    .top-area .sticky-logo {
        display: none;
    }



    .content-area.sticky-horizontal .top-area {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 3;
    }

    .hidden-menu .navbar-brand {
        margin-top: -5px;
    }

    .hidden-menu .navbar-collapse {
        max-height: initial;
    }

    .content-area.sticky-horizontal .horizontal-menu-top-row-1 {
        display: none;
    }

    .timeline-text, .timeline-text p {
        font-size: 14px;
        color: #000000;
    }

    .timeline .gray-bg {
        color: #000000;
    }

    .timeline-image {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        border: 7px solid #ffffff;
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=1, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=90, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=180, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=270, Color=#acacac);
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=1, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=90, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=180, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=270, Color=#acacac)";
        box-shadow: 0 0 4px #cccccc;
        -moz-box-shadow: 0 0 4px #cccccc;
        -webkit-box-shadow: 0 0 4px #cccccc;
        -o-box-shadow: 0 0 10px 4px #cccccc;
        display: inline-block;
        width: 100%;
        max-width: 300px;
        height: 100%;
        max-height: 300px;
    }





    @media (min-width:768px) {


        .timeline {
            background: url(skn/timeline-road.png) 50% 50% repeat-y;
            padding-bottom: 50px;
        }

        .timeline-end {
            height: 25px;
            background: url(skn/timeline-end.png) 50% 50% no-repeat;
        }

        .timeline .row {
            background: url(skn/timeline-station.png) 50% 50% no-repeat;
        }

        .timeline-col {
            position: relative;
        }

        .timeline-text {
            position: absolute;
            top: 50%;
            transform: translate(0, -50%);
        }

        .timeline .timeline-left {
            background: url(skn/timeline-dots-left.png) 100% 50% repeat-x;
        }

        .timeline .timeline-right {
        }

        .timeline .timeline-left {
            padding-left: 0px;
            text-align: left;
        }

        .timeline .timeline-right {
            padding-right: 0px;
            text-align: right;
        }

        .timeline .timeline-left .timeline-text {
            padding-left: 15px;
            text-align: right;
        }

        .timeline .timeline-right .timeline-text {
            padding-right: 15px;
            text-align: left;
        }


        /*  ODD STYLE */
        .timeline .timeline-odd .timeline-left {
            float: right;
        }

        .timeline .timeline-odd .timeline-right {
            float: left;
        }

        .timeline .timeline-odd .timeline-left {
            padding-right: 0px;
            text-align: right;
        }

        .timeline .timeline-odd .timeline-right {
            padding-left: 0px;
            text-align: left;
        }

        .timeline .timeline-odd .timeline-left .timeline-text {
            padding-right: 15px;
            text-align: left;
        }

        .timeline .timeline-odd .timeline-right .timeline-text {
            padding-left: 15px;
            text-align: right;
        }

        .timeline .timeline-odd .timeline-left {
            background: url(skn/timeline-dots-right.png) 100% 50% repeat-x;
        }

        .timeline .timeline-odd .timeline-right {
        }
    }









    @media (max-width:768px) {
        .timeline .timeline-left {
            text-align: center;
        }

        .timeline .timeline-right {
            text-align: center;
            padding-left: 45px;
        }

        .timeline {
            background: url(skn/timeline-road.png) 0px 0px repeat-y;
        }

        .timeline-end {
            height: 25px;
            margin-left: -6px;
            background: url(skn/timeline-end.png) 0% 0% no-repeat;
        }

        .timeline .row {
            margin-bottom: 40px;
        }

        .timeline .timeline-left {
            background: url(skn/timeline-dots-line.png) 15px 50% no-repeat;
            text-align: center !important;
        }

            .timeline .timeline-left img {
                display: inline-block;
            }
    }

    @media (max-width:480px) {
        .timeline .timeline-left {
            background: url(skn/timeline-dots-line-small.png) 15px 50% no-repeat;
            padding-left: 40px;
            padding-right: 40px;
        }

        .timeline-image {
            max-width: 250px;
            width: 100%;
        }
    }

    .timeline a.h5, .timeline a.h5:hover {
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 5px;
        display: inline-block;
    }



    label {
        font-weight: 400;
    }

    .modal .modal-content .modal-header {
        padding-left: 20px;
        padding-right: 20px;
        background: #686969 none repeat scroll 0% 0%;
        color: #ffffff;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

        .modal .modal-content .modal-header .modal-title {
            color: #ffffff;
        }




    .article-slider-controls-outter {
        white-space: nowrap;
        /*border-left: 2px solid #959595;
    border-right: 2px solid #959595;*/
        background: url(skn/slider-controls-bg3.png) 50% 50% no-repeat;
        padding-left: 5px;
        padding-right: 5px;
        width: 435px;
    }

    .article-slider-controls-wrapper {
        padding-left: 180px;
        overflow-y: hidden;
        height: 80px;
        position: absolute;
        bottom: 20px;
        left: 0px;
        width: 100%;
        z-index: 101;
    }


    .article-slider .slider-text {
        position: absolute;
        max-width: 400px;
        width: 100%;
        padding: 7px;
        margin-left: 110px;
        top: 30px;
        /* position the top  edge of the element at the middle of the parent */
        /*transform: translate(0, -80%);*/ /* This is a shorthand of translateX(-50%) and translateY(-50%) */
        /*background: url(skn/overlay-white.png) repeat;*/
    }

    .article-slider-wrapper {
        position: relative;
        background: #ffffff;
    }

    .home-slider-texts {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 200px;
        display: inline-block;
        max-width: 500px;
        width: 100%;
        text-align: left;
    }

        .home-slider-texts .slider-text {
            font-size: 28px;
            color: #ffffff;
            font-family: 'Open Sans',sans-serif;
            text-align: center;
            font-weight: 300;
            display: inline-block;
        }

    .and {
        max-height: 50px;
    }

    .home-slider-wrapper {
        position: relative;
    }

    @media(max-width:990px) {

        .article-slider-texts .slider-text {
            max-width: 300px;
        }
        .home-slider-texts {
            left: 0px;
            right: 0px;
            margin-left: auto;
            margin-right: auto;
            top: 40%;
            transform: translateY(-40%);
            max-width: 300px;
        }

        .slider-text {
            max-width: initial;
            width: initial;
            display: inline-block;
            background: url(skn/overlay-white.png) repeat;
            padding-left: 15px;
            padding-right: 15px;
        }
        .home-slider-texts .slider-text {
           
            background: none;
           
        }
    }

    .display-none {
        display: none;
    }

    @media(max-width:767px) {
        .article-slider-wrapper {
            padding-left: 0px;
        }

        .article-slider-texts .slider-text {
            margin-left: 60px;
            margin-right: 10px;
            margin-top: 10px;
            position: absolute;
            max-width: initial;
            width: initial;
            padding: 7px;
            left: 0px;
            top: 0px;
            transform: none;
            background: url(skn/overlay-white.png) repeat;
        }
        .home-slider-texts {
            left: 0px;
            right: 0px;
            margin-left: auto;
            margin-right: auto;
            top: 40%;
            transform: translateY(-40%);
            max-width: 300px;
            display:none;
        }
        .home-slider-texts .slider-text {
            margin-left:0px;
            margin-right: 0px;
            margin-top: 10px;
            position: absolute;
            max-width: initial;
            width: initial;
            padding: 7px;
            left: 0px;
            top: 0px;
            transform: none;
        }

        .article-slider-controls-wrapper {
            padding-left: 180px;
        }
    }

    .article-slider-texts .slider-text.nobg {
        background: none;
    }

    @media(max-width:660px) {
        .article-slider {
            padding: 20px;
        }

        .slider-container {
            margin-top: 20px;
            margin-bottom: 20px;
            -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
            -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
            box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
            border: 1px solid #959595;
        }

            .slider-container:first-child {
                margin-top: 0px;
            }

            .slider-container:last-child {
                margin-bottom: 0px;
            }


        .slider-text {
            margin-left: 0px;
            margin-right: 0px;
            margin-top: 0px;
            position: relative;
            max-width: 100%;
            width: 100%;
            padding: 7px;
            left: initial;
            top: initial;
            transform: none;
            background: url(skn/overlay-white.png) repeat;
            border-top: 1px solid #ededed;
            background: #f7f7f7;
        }
    }


    .article-slider-controls img {
        border: 2px solid #cccccc;
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=1, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=90, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=180, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=270, Color=#acacac);
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=1, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=90, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=180, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=270, Color=#acacac)";
        box-shadow: 0 0 4px #cccccc;
        -moz-box-shadow: 0 0 4px #cccccc;
        -webkit-box-shadow: 0 0 4px #cccccc;
        -o-box-shadow: 0 0 10px 4px #cccccc;
        cursor: pointer;
        width: 70px;
        height: 70px;
    }

    /*.article-slider-controls .slick-active img {
    border: 3px solid #f68b1f;
}*/

    .article-slider-controls-wrapper .slick-prev {
        width: 30px;
        height: 30px;
        background: url(skn/slider-left.png) 50% 50% no-repeat;
        border: none;
        font-size: 0%;
        position: absolute;
        margin-left: -123px;
        top: 25px;
    }

    .article-slider-controls-wrapper .slick-next {
        width: 30px;
        height: 30px;
        background: url(skn/slider-right.png) 50% 50% no-repeat;
        font-size: 0%;
        border: none;
        position: absolute;
        margin-left: -50px;
        top: 25px;
    }

    .article-slider-controls-wrapper .slick-pause {
        width: 30px;
        height: 30px;
        background: url(skn/slider-pause.png) 50% 50% no-repeat;
        font-size: 0%;
        border: none;
        position: absolute;
        margin-left: -85px;
        top: 25px;
    }

    .article-slider-controls-wrapper .slick-play {
        width: 30px;
        height: 30px;
        background: url(skn/slider-pause-hover.png) 50% 50% no-repeat;
        font-size: 0%;
        border: none;
        position: absolute;
        margin-left: -85px;
        top: 25px;
    }

    .article-slider-controls-wrapper .slick-prev:hover {
        background: url(skn/slider-left-hover.png) 50% 50% no-repeat;
    }

    .article-slider-controls-wrapper .slick-next:hover {
        background: url(skn/slider-right-hover.png) 50% 50% no-repeat;
    }

    .home-slider-controls-wrapper {
        position: absolute;
        top: -40px;
        /*margin-left: auto;
    margin-right: auto;
    left: 0px;*/
        left: 50px;
        z-index: 10;
        display: inline-block;
        width: 60px;
        text-align: center;
    }

        .home-slider-controls-wrapper .slick-prev {
            width: 30px;
            height: 30px;
            background: url(skn/slider-left-2.png) 50% 50% no-repeat;
            border: none;
            font-size: 0%;
        }

        .home-slider-controls-wrapper .slick-next {
            width: 30px;
            height: 30px;
            background: url(skn/slider-right-2.png) 50% 50% no-repeat;
            font-size: 0%;
            border: none;
        }

        .home-slider-controls-wrapper .slick-pause {
            width: 30px;
            height: 30px;
            background: url(skn/slider-pause-2.png) 50% 50% no-repeat;
            font-size: 0%;
            border: none;
        }

            .home-slider-controls-wrapper .slick-pause.paused {
                width: 30px;
                height: 30px;
                background: url(skn/slider-play-4.png) 50% 50% no-repeat;
                font-size: 0%;
                border: none;
            }

        .home-slider-controls-wrapper .slick-play {
            width: 30px;
            height: 30px;
            background: url(skn/slider-play-2.png) 50% 50% no-repeat;
            font-size: 0%;
            border: none;
        }

        .home-slider-controls-wrapper .slick-prev:hover {
            background: url(skn/slider-left-hover.png) 50% 50% no-repeat;
        }

        .home-slider-controls-wrapper .slick-next:hover {
            background: url(skn/slider-right-hover.png) 50% 50% no-repeat;
        }

    /*.home-slider-controls-wrapper .slick-pause.paused {
    background: url(skn/slider-pause-hover.png) 50% 50% no-repeat;
}
.home-slider-controls-wrapper .slick-pause:hover {
    background: url(skn/slider-pause-hover.png) 50% 50% no-repeat;
}*/
.grid-container {
margin-bottom:40px;
}
@media(max-width:768px) {
    .grid-container {
        margin-bottom: 70px;
    }
}

.grid-thumbs{
    padding:10px;
}

.slick-dots {
    margin: 0px;
    padding: 0px;
    position: absolute;
    bottom: -40px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        list-style: none;
        display: inline-block;
        text-align: center;
    }

        .slick-dots li button {
            font-size: 0px;
            line-height: 0px;
            border: none;
            background: #ccc;
            border-radius: 50%;
            width: 15px;
            height: 15px;
            margin-left: 3px;
            margin-right: 3px;
        }

        .slick-dots li.slick-active button {
            background: #666;
        }

    .article-slider .vegas-timer {
        top: 0;
        bottom: auto;
        height: 2px;
    }

    .article-slider .vegas-timer-progress {
        background: #f6891f;
    }



    .panelLogin {
        position: absolute;
        margin: auto;
        max-width: 500px;
        max-height: 427px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }



    .filter-tile {
        border: 2px solid #C2C2C2;
        border-radius: 4px;
        cursor: pointer;
        position: relative;
        text-align: center;
    }

    .filter-item:hover .filter-tile {
        border: 2px solid #F6891F;
        border-radius: 4px;
        background: #acacac;
    }

    .filter-tile .fa-times {
        display: none;
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .shop-menu-filters-area {
        padding-right: 10px;
    }

    .filter-header span, .filter-header i {
        font-weight: 600;
    }

    .shop-menu-overlay {
        position: fixed;
        top: 0px;
        left: 0px;
        background: url(skn/overlay-black.png) repeat;
        width: 100%;
        height: 100%;
        min-height: 100%;
        z-index: 10;
        display: none;
    }
    /* SHOP MENU */
    .shop-menu {
        position: fixed;
        top: 0px;
        left: 0px;
        background: #c2c2c2;
        overflow: hidden;
        z-index: 11;
        -moz-box-shadow: 5px 0 5px -5px #1f4164;
        -webkit-box-shadow: 5px 0 5px -5px #1f4164;
        box-shadow: 5px 0 5px -5px #1f4164;
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#1f4164,direction=90,strength=2);
    }

        .shop-menu .inner-menu {
            display: none;
            width: 0px;
            display: block;
            background: #c2c2c2;
            position: absolute;
            top: 0px;
            left: 0px;
            -moz-box-shadow: 5px 0 5px -5px #1f4164;
            -webkit-box-shadow: 5px 0 5px -5px #1f4164;
            box-shadow: 5px 0 5px -5px #1f4164;
            filter: progid:DXImageTransform.Microsoft.Shadow(color=#1f4164,direction=90,strength=2);
            z-index: 11;
            height: 100%;
        }

        .shop-menu.expanded {
            background: #acacac;
        }

            .shop-menu.expanded .inner-menu {
                background: #c2c2c2;
                width: 100%;
            }

    .shop-menu-div {
        padding: 10px;
        border-bottom: 1px solid #959595;
    }



    .shop-menu-link a, .shop-menu-link a:hover {
        font-size: 16px;
        font-weight: normal;
        color: #ffffff;
        margin: 0px;
        padding: 0px;
        display: block;
        text-align: left;
    }

    .shop-menu-header a {
        font-size: 16px;
        font-weight: normal;
        color: #181818;
        margin: 0px;
        padding: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        white-space: nowrap;
        display: block;
    }

    .family-title {
        font-size: 16px;
        font-weight: normal;
        color: #ffffff;
        margin: 0px;
        padding: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
        white-space: nowrap;
        display: block;
    }

        .family-title i, .shop-menu-link i {
            margin-top: 4px;
        }

    .shop-menu-header i {
        margin-top: 6px;
    }

    .shop-menu-control .control-caption {
        color: #ffffff;
        font-size: 14px;
        padding-bottom: 10px;
        font-weight: 600;
    }

    .shop-menu-control {
        border-bottom: none;
    }


    .shop-menu .inner-menu-data {
        display: none;
    }

    .shop-menu.expanded .inner-menu-data {
        display: block;
    }

    .shop-menu .shop-menu-div {
        display: none;
        border-bottom: none;
    }

        .shop-menu .shop-menu-div.shop-menu-header {
            display: block;
        }

            .shop-menu .shop-menu-div.shop-menu-header span {
                display: none;
            }


    .shop-menu.opened .shop-menu-div {
        display: block;
        border-bottom: 1px solid #959595;
    }

        .shop-menu.opened .shop-menu-div.shop-menu-header span {
            display: block;
            text-decoration: none;
        }

        .shop-menu.opened .shop-menu-div.shop-menu-header a, .shop-menu.opened .shop-menu-div.shop-menu-header a:hover, .shop-menu.opened .shop-menu-div.shop-menu-header a:focus {
            text-decoration: none;
        }

    .shop-menu.opened.expanded .shop-menu-div {
        display: none;
        border-bottom: none;
    }

        .shop-menu.opened.expanded .shop-menu-div.shop-menu-header {
            display: block;
        }

            .shop-menu.opened.expanded .shop-menu-div.shop-menu-header span {
                display: none;
            }

    .inner-menu .filter-wrapper {
        padding: 10px;
        padding-bottom: 20px;
        border-top: 1px solid #959595;
    }


    .alert-filter-data {
        border: 1px solid #ffffff;
        color: #ffffff;
        font-size: 13px;
        display: inline-block;
        padding: 3px;
        padding-left: 6px;
        padding-right: 6px;
        border-radius: 15px;
    }

    .filter-header {
        margin-bottom: 15px;
    }

    .button-ok {
        cursor: pointer;
        border: 2px solid #C2C2C2;
        padding: 2px;
        border-radius: 4px;
        background: #C2C2C2;
    }

        .button-ok:hover {
            border: 2px solid #F6891F;
            border-radius: 4px;
            padding: 2px;
            background: #acacac;
        }



    .filter-wrapper.applied .filter-item {
        display: none;
    }

    .filter-tile.filter-tile-text {
        min-width: 60px;
        color:#333;
        font-weight:500;
    }

.filter-tile .text-center {
    color: #333;
}
.filter-tile .p-xs {
    color: #333;
}
.disabled .filter-tile .p-xs, .disabled .filter-tile .text-center {
    color: #999999;
}
.disabled .filter-tile.filter-tile-text {
    color: #999999;
    font-weight: 300;
}

.filter-item {
    margin-bottom: 5px;
    text-align: center;
    display: inline-block;
}

    .filter-wrapper.applied .filter-item.selected {
        display: inline-block;
    }

    .filter-item.selected .filter-tile, .filter-item.selected:hover .filter-tile {
        border-color: #898989;
        background: #898989;
        color: #ffffff;
    }

    .filter-data-controler {
        position: relative;
        overflow: hidden;
        text-align: left;
    }

        .filter-data-controler .overlay {
            /*background:url(skn/filters-overlay.png) repeat;*/
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            max-width: 100%;
            max-height: 100%;
            text-align: center;
        }

            .filter-data-controler .overlay img {
                position: relative;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            }

    .filter-item.selected .filter-tile .fa-times, .filter-item.selected:hover .filter-tile .fa-times {
        display: block;
        position: absolute;
        top: 2px;
        right: 2px;
        color: #ffffff;
    }

        .filter-item.selected .filter-tile .fa-times.fa-xs, .filter-item.selected:hover .filter-tile .fa-times.fa-xs {
            font-size: 11px;
            top: 0px;
            right: 0px;
        }

    .filter-tile {
        /*float: left;*/
        display: inline-block;
        text-align: center;
    }

    .filter-item.disabled .filter-tile, .filter-item.disabled:hover .filter-tile {
        border: none;
        background: none;
        color: #848484;
        cursor: default;
    }

        .filter-item.disabled .filter-tile img, .filter-item.disabled:hover .filter-tile img {
            opacity: 0.25;
        }

        .filter-item.disabled .filter-tile .fa-times, .filter-item.disabled:hover .filter-tile .fa-times {
            display: none;
        }


    .button-ok .en-cross, .button-ok .white {
        color: #ffffff;
    }

    .filter-header span {
        cursor: pointer;
    }

    .filter-result-count {
        color: #f6891f;
        text-decoration: underline;
        font-weight: bold;
    }

    .col-item {
        position: relative;
        margin-bottom: 10px;
    }

        .col-item .index {
            position: absolute;
            right: 15px;
            top: 0px;
            background: #000000;
            padding: 2px;
            color: #ffffff;
            font-size: 13px;
        }


    .family-title .btn-warning {
        color: #181818;
        background-color: none;
        border-color: #181818;
        padding: 4px 8px;
    }

        .family-title .btn-warning:hover, .family-title .btn-warning:focus {
            color: #333;
            background-color: none;
            border-color: #333;
            padding: 4px 8px;
        }


    .shop-content {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 65px;
    }

    .popup-tile {
        border-bottom: 10px solid #ffffff;
        padding-left: 10px;
        padding-right: 10px;
    }

        .popup-tile:hover {
            filter: "progid: DXImageTransform.Microsoft.Shadow(Strength=9, Direction=1, Color=#acacac), progid: DXImageTransform.Microsoft.Shadow(Strength=9, Direction=90, Color=#acacac), progid: DXImageTransform.Microsoft.Shadow(Strength=9, Direction=180, Color=#acacac), progid: DXImageTransform.Microsoft.Shadow(Strength=9, Direction=270, Color=#acacac)";
            -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=1, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=90, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=180, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=270, Color=#acacac)";
            box-shadow: 0 0 5px #333;
            -moz-box-shadow: 0 0 5px #333;
            -webkit-box-shadow: 0 0 5px #333;
            -o-box-shadow: 0 0 0px 5px #333;
            cursor: pointer;
            border: 1px solid #f6891f;
        }

    .product-tile {
        border-bottom: 10px solid #ffffff;
        text-align: left;
    }

    .tile-caption {
        border-bottom: 1px solid #181818;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }

    .tile-code {
        font-weight: 600;
        display: inline-block;
        margin-right: 30px;
    }

    .tile-thumbs {
        padding-bottom: 30px;
    }

    .tile-thumb {
        -webkit-box-shadow: 0px 49px 19px -35px rgba(88,88,88,0.8);
        -moz-box-shadow: 0px 49px 19px -35px rgba(88,88,88,0.8);
        box-shadow: 0px 49px 19px -35px rgba(88,88,88,0.8);
    }

    .line-thumbs .tile-thumb {
        -webkit-box-shadow: 0px 10px 19px 0px rgba(88,88,88,0.8);
        -moz-box-shadow: 0px 10px 19px 0px rgba(88,88,88,0.8);
        box-shadow: 0px 10px 19px 0px rgba(88,88,88,0.8);
    }
.grid-thumbs .tile-thumb {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(161,158,161,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(161,158,161,1);
    box-shadow: 0px 0px 5px 0px rgba(161,158,161,1);
    cursor:pointer;
    
}
    .product-attribute-title {
        font-weight: 600;
        padding-right: 10px;
        padding-bottom: 3px;
        vertical-align: top;
    }

    .product-attribute-value {
        padding-bottom: 3px;
        vertical-align: top;
    }

    .tile-index {
        font-weight: 600;
        display: inline-block;
        margin-right: 10px;
        color: #f6891f;
    }

    .product-tile-info .line {
        background: url(skn/line.jpg) 0px 3px repeat-x;
    }

    .product-tile-info td {
        vertical-align: top;
    }

    .product-prices td {
        white-space: nowrap;
        padding: 3px;
        text-align: right;
        vertical-align: top;
    }

        .product-prices td:first-child {
            padding-right: 10px;
        }

        .product-prices td:last-child {
            padding-left: 5px;
        }

    .product-prices-title {
        display: inline-block;
        text-align: right;
        font-size: 15px;
        font-weight: 600;
        white-space: nowrap;
        padding-left: 3px;
        padding-right: 3px;
        background: #f4f4f4;
    }

    .product-tile-info hr {
        height: 2px;
        background: #959595;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    hr {
        border-color: #888;
    }

    .toggle-shop-buttons .fa-circle {
        color: #181818;
    }

    .toggle-shop-buttons {
        background: url(skn/toggle-line.jpg) 50% 50% repeat-x;
        cursor: pointer;
    }

    .tile-cart-buttons {
        border: 1px solid #c2c2c2;
        border-radius: 5px;
        display: none;
        background: #F4F4F4;
        overflow: hidden;
        position: relative;
    }

        .tile-cart-buttons .notes {
            position: absolute;
            left: 30px;
            top: 0px;
            z-index: 1;
            width: 100%;
            border: 1px solid #f6891f;
            border-radius: 4px;
        }

            .tile-cart-buttons .notes .form-control, .tile-cart-buttons .notes .form-control:focus, .tile-cart-buttons .notes .form-control:hover {
                border: none;
                box-shadow: none;
            }


    @media (min-width:768px) AND (max-width:990px) {
        .tile-cart-buttons .top-line {
            border-top: none;
        }
    }

    @media (max-width:480px) {
        .tile-cart-buttons .top-line:first-child {
            border-top: none;
        }
    }

    @media (max-width:1349px) {
        .tile-cart-buttons .top-line {
            border-top: 1px solid #c2c2c2;
        }
    }

    @media (min-width:1350px) {
        .tile-cart-buttons .top-line {
            border-top: none;
        }
    }

    .wishlist-star {
        color: #f68d1f;
    }

    a.wishlist-link, a.wishlist-link:hover {
        line-height: 40px;
    }



    .waiting {
        width: 100%;
        text-align: center;
    }

    .tile-notes-button {
        background: #ffffff;
        color: #000000;
        text-align: center;
        border-right: 1px solid #c2c2c2;
    }

    .tile-cart-col .vmiddle3 {
        position: relative;
        position: absolute;
        top: 50%;
        left: 60%;
        transform: translate(-60%, -50%);
        text-align: right;
    }



    .tile-cart-button {
        background: #ffffff;
        color: #000000;
        text-align: center;
        border-left: 1px solid #c2c2c2;
    }

        .tile-cart-button a i {
            font-size: 2.4em;
        }

        .tile-cart-button a, .tile-cart-button a:hover {
            margin-right: 10px;
            display: inline-block;
        }

    .tile-cart-quantity {
        color: #000000;
        text-align: center;
        font-weight: 400;
    }

    .tile-cart-col {
        min-height: 80px;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
    }

        .tile-cart-col .vmiddle {
            position: relative;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }


        .tile-cart-col .form-control, .tile-cart-col .form-control:hover, .tile-cart-col .form-control:focus {
            border-radius: 0px;
            border-color: #c2c2c2;
            box-shadow: none;
        }



        .tile-cart-col label {
            white-space: nowrap;
        }

    .tile-cart-price span {
        font-weight: 600;
        font-size: 20px;
    }

    .form-control.form-length {
        display: inline-block;
        max-width: 80px;
    }

    img.form-control {
        height: 34px;
    }

    .tile-cart-options .vmiddle {
        /*width:100%;*/
    }

    .tile-cart-options select.form-control {
        max-width: 100px;
        display: inline-block;
    }

    @media (max-width:330px) {
        .tile-cart-options {
            padding-left: 10px;
            text-align: left;
            font-size: 13px;
        }

            .tile-cart-options select.form-control {
                max-width: 100px;
                display: inline-block;
            }
    }

    .icheckbox_flat-blue, .iradio_flat-blue {
        background: transparent url("skn/blue.png") no-repeat scroll 0% 0%;
    }

    .attribute-filter i {
        color: #f6891f;
    }

    .attribute-popup i {
        color: rgba(88,88,88,0.8);
    }

    .alloy-weights-table {
        /*border:1px solid #ffffff;*/
        border-collapse: collapse;
    }

        .alloy-weights-table td {
            padding: 3px;
            /*border:1px solid #fff;*/
        }

            .alloy-weights-table td.header {
                color: #f6891f;
                border-bottom: 1px solid #fff;
            }


        .alloy-weights-table tr td:first-child {
            padding-right: 15px;
        }


    .cart-area {
        background: #C2C2C2;
        position: fixed;
        top: 0px;
        right: 0px;
        width: 0px;
        overflow: hidden;
        z-index: 10;
        -moz-box-shadow: -5px 5px 5px -5px #1f4164;
        -webkit-box-shadow: -5px 5px 5px -5px #1f4164;
        box-shadow: -5px 5px 5px -5px #1f4164;
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#1f4164,direction=90,strength=2);
    }

    .cart-area-inner {
        position: relative;
        height: 100%;
        min-height: 100%;
    }

    .cart-header {
        padding: 20px;
        background: #C2C2C2;
        border-bottom: 1px solid #959595;
        height: 60px;
    }

        .cart-header h3 {
            font-size: 18px;
            font-weight: 400;
            color: #181818;
            white-space: nowrap;
            margin: 0px;
            padding: 0px;
        }

            .cart-header h3 span {
                cursor: pointer;
            }

    .cart-container {
        padding: 20px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .cart-product-tile {
        margin-bottom: 20px;
    }

    .line-index {
        font-weight: 600;
    }

    .line-code {
        font-weight: 600;
    }

    .line-attribute {
        font-size: 12px;
        font-weight: 500;
        padding-bottom: 1px;
    }

    .line-notes {
        font-style: italic;
        color: #f6891f;
    }

    .cart-line-tile {
        margin-top: 5px;
    }

        .cart-line-tile .alert {
            margin: 0px;
        }

    .line-quantities td {
        font-size: 13px;
    }

    .line-quantities {
        width: 100%;
    }

    .line-info, .line-quantity {
        width: 50%;
    }

    .cart-container .alert {
        border: 1px solid rgba(88,88,88,0.8);
        border-radius: 6px;
    }

    .cart-group-tile {
        border-bottom: 1px solid rgba(88,88,88,0.8);
        padding-bottom: 20px;
        margin-bottom: 20px;
    }


    .cart-totals {
        border-top: 1px solid rgba(88,88,88,0.8);
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 10px;
        height: 160px;
        width: 100%;
        background: #C2C2C2;
    }

    .btn-empty, .btn-empty:hover, .btn-empty:focus {
        color: #333;
        font-size: 14px;
    }

    .cart-total-title {
        font-size: 16px;
        line-height: 24px;
    }

    .cart-total-cost {
        font-size: 24px;
        line-height: 24px;
    }

    .cart-no-vat-message {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 13px;
        color: rgba(88,88,88,0.8);
        font-style: italic;
    }


    .cart-totals.empty {
        display: none;
    }



    .panel-primary {
        border-color: #c2c2c2;
        background: #F4F4F4;
    }

        .panel-primary > .panel-heading {
            color: #333;
            background-color: #c2c2c2;
            border-color: #c2c2c2;
        }

    .panel.plain.panel-primary .panel-heading {
        border: 1px solid #c2c2c2;
        border-bottom: none;
    }

    .panel-primary > .panel-body {
        border: 1px solid #c2c2c2;
        border-top: none;
        background: none;
    }

    .panel-heading h2.panel-title {
        font-size: 24px;
        text-align: center;
        font-weight: 300;
        float: none;
        margin-right: 10px;
        padding: 24px 0;
        min-height: 62px;
    }


    .checkout-lines-area .col-header {
        line-height: 40px;
        font-weight: 300;
        border-bottom: 1px solid #333;
    }

    .checkout-lines-area .line-notes {
        font-style: italic;
        color: #f6891f;
        font-size: 12px;
    }

    .checkout-lines-area .line-details {
        font-style: italic;
        color: rgba(88,88,88,0.8);
        font-size: 12px;
    }

    .checkout-lines-area .row-line {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 10px solid #ffffff;
    }

    .checkout-lines-area {
        padding-left: 10px;
    }

        .checkout-lines-area .col-line-buttons span {
            cursor: pointer;
        }

    .checkout-total-area {
        background: #ffffff;
        margin-top: 0px;
    }

    .checkout-total-area-inner {
        position: absolute;
        top: 0px;
        left: 15px;
    }

    .checkout-right-col {
        overflow: hidden;
        position: relative;
        min-height: 300px;
    }


    .checkout-total-area h2.summary-title {
        font-size: 24px;
        text-align: center;
        font-weight: 300;
        float: none;
        padding: 24px 0;
        min-height: 62px;
        margin-bottom: 0px;
        border-bottom: 1px solid rgba(88,88,88,0.8);
    }

    .checkout-lines-area .vmiddle {
        text-align: center;
        vertical-align: top;
        line-height: 32px;
    }

    @media (min-width:1170px) {
        .checkout-lines-area .vmiddle {
            position: relative;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .col-line-small, .col-header-small {
            padding-left: 0px;
            padding-right: 0px;
        }
    }

    @media (min-width:768px) {
        .checkout-total-area {
            background: #ffffff;
            min-height: 100%;
            height: 100%;
        }

        .checkout-product-col {
            padding-left: 5px;
            padding-right: 5px;
        }

        /*.checkout-total-area-inner {
        margin-top: -20px;
    }*/
    }

    @media (max-width:1170px) {
        .col-line-small {
            padding-top: 20px;
            padding-left: 5px;
            padding-right: 5px;
        }
    }

    @media (min-width:1170px) {
        .checkout-line-thumbs img {
            /*max-width:170px;*/
        }
    }

    @media (max-width:480px) {
        .checkout-line-thumbs {
            padding-left: 0px;
            padding-right: 0px;
            padding-top: 10px;
            padding-bottom: 25px;
        }
    }

    .checkout-total-table {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }

        .checkout-total-table .row div {
            padding-top: 5px;
            padding-bottom: 5px;
            vertical-align: middle;
            font-weight: 300;
        }

            .checkout-total-table .row div:last-child {
                font-size: 18px;
                font-weight: 500;
            }


    @media (min-width:768px) AND (max-width:990px) {
        .checkout-total-table .row div {
            font-size: 13px;
            font-weight: 300;
        }

            .checkout-total-table .row div:last-child {
                font-size: 16px;
                font-weight: 500;
            }
    }

    @media (max-width:768px) {
        .checkout-total-table {
            text-align: right;
        }

            .checkout-total-table .row div:last-child {
                padding-right: 30px;
            }

        .checkout-total-area-inner {
            position: relative;
            top: initial;
            left: initial;
            background: #ffffff;
        }
    }

    .notes-label {
        font-size: 18px;
        font-weight: 300;
    }

    @media (min-width:480px) {
        .checkout-col-field-text {
            text-align: right;
        }
    }

    .checkout-col-field-text {
        padding: 5px;
        font-weight: 600;
    }

    .checkout-col-field-value {
        padding: 5px;
    }

    .checkout-col-field-method {
        padding: 10px;
        font-weight: 600;
        text-align: center;
    }

    #fancybox-thumbs.bottom {
        bottom: 20px;
    }

    #fancybox-thumbs ul li.active {
        opacity: 1;
        padding: 0;
        border: 1px solid #f6891f;
    }

    .tile-thumbs {
        position: relative;
    }

    .tieqcol .tile-thumbs img {
        cursor: url('skn/zoom.png'),zoom-in;
    }

        .tieqcol .tile-thumbs img.tile-thumb-default {
            cursor: default;
        }

    .thumbs-dots {
        position: absolute;
        bottom: 40px;
        left: 10px;
    }

        .thumbs-dots i {
            font-size: 0.4em;
            color: #f6891f;
            margin-right: 5px;
            display: inline-block;
            vertical-align: bottom;
        }

    .fancybox-type-image {
        text-align: center;
    }

    .fancybox-title-outside-wrap {
        position: relative;
        margin-top: 10px;
        color: #fff;
        padding: 3px;
        padding-left: 8px;
        padding-right: 8px;
        background: #333333;
        border: 2px solid #ffffff;
        border-radius: 12px;
        width: initial;
        display: inline-block;
    }


    .row .line-col-title {
        border-bottom: 1px solid #333;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

        .row .line-col-title.no-border {
            border-bottom: none;
            padding-bottom: 5px;
            margin-bottom: 5px;
        }

    #checkoutform .radio label.validation-error, #checkoutform .checkbox label.validation-error {
        display: block;
        white-space: nowrap;
        margin-top: 25px;
    }

    #back-top {
        position: fixed;
        bottom: 15px;
        right: 90px;
        cursor:pointer;
        width:40px;
        height:40px;
    }


    .introjs-helperNumberLayer {
        line-height: 11px;
    }


    .eqwidth {
        text-align: center;
    }

    .inner-results {
    }

        .inner-results div {
            display: block;
            background: #ffffff;
            border: 1px solid #333;
            color: #333;
            padding: 5px 5px;
            font-size: 12px;
            border-radius: 4px;
            -webkit-transition: background;
            transition: background;
            -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
            white-space: normal;
            text-align: center;
            line-height: 28px;
            margin-top: 5px;
        }

            .inner-results div .btn-link, .inner-results div .btn-link:hover, .inner-results div .btn-link:focus {
                color: #f6891f;
                margin-top: 3px;
                font-size: 12px;
                border: none;
                border: 1px solid #f6891f;
                margin-left: 10px;
            }


    #gritter-notice-wrapper .gritter-item-wrapper .gritter-item {
        display: block;
        background: #ffffff;
        border: 1px solid #333;
        color: #333;
        padding: 10px 11px;
        font-size: 14px;
        border-radius: 4px;
        -webkit-transition: background;
        transition: background;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
        text-align: center;
        padding-right: 20px;
    }

        #gritter-notice-wrapper .gritter-item-wrapper .gritter-item:hover {
            background: #ededed;
        }

        #gritter-notice-wrapper .gritter-item-wrapper .gritter-item .gritter-close i, #gritter-notice-wrapper .gritter-item-wrapper .gritter-item .gritter-close:hover i {
            color: #f6891f;
        }

    #gritter-notice-wrapper .btn-link, #gritter-notice-wrapper .btn-link:hover, #gritter-notice-wrapper .btn-link:focus {
        color: #333;
        margin-top: 10px;
        font-size: 13px;
        border: 1px solid #333;
    }

    .span-link {
        cursor: pointer;
    }

        .span-link:hover {
            text-decoration: underline;
        }

    .parallax-window {
        background: transparent;
    }

    .parallax-window {
        min-height: 500px;
        background: transparent;
    }

    .parallax-area, .parallax-block-area {
        min-height: 500px;
        background: transparent;
    }

    .parallax-article-area {
        min-height: 300px !important;
    }

    @media (min-width:1600px) {
        .parallax-area, .parallax-block-area {
            height: 500px;
        }

        .parallax-article-area {
            min-height: 400px !important;
        }
    }

    @media (min-width:1920px) {
        .parallax-area, .parallax-block-area, .parallax-block-area {
            height: 500px;
        }
    }

    @media (max-width:1200px) {
        .parallax-area {
            height: 300px;
        }
    }


    .parallax-block-area {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        -moz-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    @media (max-width:767px) {
        .parallax-area, .parallax-block-area {
            height: 200px;
        }

        .parallax-block-area {
            background-attachment: scroll !important;
        }
    }



    .popup-filters {
        display: inline-block;
    }

        .popup-filters.nav-pills > li a, .popup-filters.nav-pills > li a:hover {
            padding: 5px 8px;
            margin-left: 3px;
            margin-right: 3px;
        }

        .popup-filters li a {
            background: #ffffff;
            /*border:1px solid #f6891f;*/
            border: 1px solid #333;
            color: #333;
            font-weight: 500;
            -moz-box-shadow: -5px 5px 5px -5px #1f4164;
            -webkit-box-shadow: -5px 5px 5px -5px #1f4164;
            box-shadow: -5px 5px 5px -5px #1f4164;
            filter: progid:DXImageTransform.Microsoft.Shadow(color=#1f4164,direction=90,strength=2);
        }

        .popup-filters.nav-pills > li.active > a, .popup-filters.nav-pills > li.active > a:hover, .popup-filters.nav-pills > li.active > a:focus {
            background: #f6891f;
            border: 1px solid #686969;
            color: #ffffff;
            font-weight: 500;
            -moz-box-shadow: -5px 5px 5px -5px #1f4164;
            -webkit-box-shadow: -5px 5px 5px -5px #1f4164;
            box-shadow: -5px 5px 5px -5px #1f4164;
            filter: progid:DXImageTransform.Microsoft.Shadow(color=#1f4164,direction=90,strength=2);
        }


    .frame-wait {
        background: url(skn/wait.gif) 50% 50% no-repeat;
        border-color: transparent;
    }

    .alert {
        background-color: #ffffff;
        border-color: #cccccc;
        color: #333333;
    }


    .bs-callout-primary {
        display: block;
        margin: 20px 0;
        padding: 15px 30px 15px 15px;
        border-left: 3px solid #333;
        padding-left: 30px;
        background-color: #fff;
    }

        .bs-callout-primary h2 {
            color: #333;
        }

    [class*="icheckbox_"], [class*="iradio"] {
        margin-right: 0px !important;
    }

    .openside-check div {
        display: inline-block;
    }


    .animated-slow {
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .animated-medium {
        -webkit-animation-duration: 1.4s;
        animation-duration: 1.4s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .share-link, .info-link, .wishlist-star {
        line-height: 40px;
        cursor: pointer;
        display: inline-block;
        color: #f68d1f;
        font-size: 1.6em !important;
    }

    .share-link, .info-link {
        font-size: 1.65em !important;
        color: #181818;
    }

    .wishlist-link:hover {
        text-decoration: underline;
    }

    .row-index {
        color: #f6891f;
    }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        color: #ffffff;
        background-color: #000;
        border-color: #000;
    }

    .pagination > li > a, .pagination > li > span {
        background-color: #333;
        border: 1px solid #000;
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #ffffff;
        background-color: #595959;
        border-color: #595959;
    }

    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
        color: #ffffff;
        background-color: #000;
        border-color: #000;
    }

    .home-hidden {
        display: none;
    }

    .home-logo {
        position: absolute;
        left: 200px;
        top: 80px;
        z-index: 99;
    }

    body.body-no-logo .home-logo {
        display: none;
    }

    .edit-actions {
        position: fixed;
        z-index: 10000;
        bottom: 20px;
        left: 20px;
    }



    .badge.cart-badge-lines {
        display: inline-block;
        min-width: 10px;
        padding: 2px 5px;
        font-size: 11px;
        font-weight: bold;
        color: #ffffff;
        line-height: 1;
        vertical-align: baseline;
        white-space: nowrap;
        text-align: center;
        background-color: #f6891f;
        border-radius: 10px;
        position: relative;
        left: -3px;
        top: 3px;
    }


    .carousel {
        -webkit-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.75);
        box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.75);
    }

        .carousel.products-carousel {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

        .carousel .carousel-control {
            background: none !important;
        }

    .carousel-fade .carousel-inner .item {
        opacity: 0;
        -webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
    }

    .carousel-fade .carousel-inner .active {
        opacity: 1;
    }

        .carousel-fade .carousel-inner .active.left,
        .carousel-fade .carousel-inner .active.right {
            left: 0;
            opacity: 0;
            z-index: 1;
        }

    .carousel-fade .carousel-inner .next.left,
    .carousel-fade .carousel-inner .prev.right {
        opacity: 1;
    }

    .carousel-fade .carousel-control {
        z-index: 2;
    }

    .carousel-indicators li {
        border: 1px solid #000;
        background-color: #ffffff;
        width: 11px;
        height: 11px;
        margin: 1px;
    }

    .carousel-indicators .active {
        width: 11px;
        height: 11px;
        margin: 1px;
        background-color: #000;
    }


    .filter-overlay img {
    }


    .panel.plain.panel-dark .panel-heading {
        border: 1px solid #000000 !important;
        background: #000000 !important;
        color: #ffffff !important;
        border-bottom: none;
    }

.form-control.form-control-placeholdered {
    border: none;
    box-shadow: none;
    border-radius: 0px;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 1px solid #686868;
    transition: none;
    outline: none;
    background: none;
    -webkit-box-sizing: border-box;
    height:initial;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

        .form-control.form-control-placeholdered:hover, .form-control.form-control-placeholdered:focus {
            transition: none;
            outline: none;
        }

    .product-contact-form-header {
        background: #E2E2E2;
        position: relative;
    }

    .product-contact-form-fields form {
        padding-left: 100px;
        padding-right: 100px;
        margin-bottom: 20px;
        background: #E2E2E2;
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto;
    }

    @media(max-width:768px) {
        .product-contact-form-fields form {
            background: #E2E2E2;
            padding-left: 15px;
            padding-right: 15px;
        }
    }

    .product-contact-form hr {
        display: none;
    }

    .product-contact-form h2.xl {
        margin: 0px;
        padding-bottom: 30px;
        display: inline-block;
        padding-top: 60px;
    }

        .product-contact-form h2.xl::before, .product-contact-form h2.xl::after {
            display: none !important;
        }

    .product-contact-form-header::before {
        content: ' ';
        position: absolute;
        left: 50% !important;
        right: 50% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        bottom: 90px !important;
        height: 120px !important;
        width: 1px;
        background: #000 !important;
        display: inline-block;
    }

    .product-contact-form-header::after {
        content: ' ';
        position: absolute !important;
        left: 50% !important;
        right: 50% !important;
        bottom: 80px !important;
        height: 10px !important;
        width: 10px !important;
        margin-left: -4px !important;
        border: 1px solid #000 !important;
        border-radius: 50% !important;
        background: #E2E2E2 !important;
        display: inline-block;
    }


    .product-contact-form {
        margin-bottom: 20px;
        margin-top: 50px;
    }

    ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #686868 !important;
    }

    ::-moz-placeholder { /* Firefox 19+ */
        color: #686868 !important;
    }

    :-ms-input-placeholder { /* IE 10+ */
        color: #686868 !important;
    }

    :-moz-placeholder { /* Firefox 18- */
        color: #686868 !important;
    }

    .btn {
        border-radius: 0px !important
    }


    .product-contact-form .form-area {
        background: #e2e2e2;
    }

    #Form_47AC6C7A .btn-warning {
        color: #ffffff;
        background-color: #f68a1f;
        border-color: #f68a1f;
        font-size: 14px;
        padding: 15px 40px;
    }

        #Form_47AC6C7A .btn-warning:hover, #Form_47AC6C7A .btn-warning:focus {
            color: #ffffff;
            background-color: #cf741a;
            border-color: #cf741a;
            font-size: 14px;
            padding: 15px 40px;
        }

    #Form_47AC6C7A .recaptcha-wrapper, #Form_47AC6C7A .button-send {
        text-align: center !important;
    }

    #Form_47AC6C7A .g-recaptcha {
        display: inline-block;
    }

    #Form_47AC6C7A .recaptcha-wrapper {
        margin-top: 30px;
    }

    #Form_47AC6C7A {
        /*border-bottom: 1px solid #cecece;*/
        padding-bottom: 50px;
    }

    h1.grey-color {
        color: #686868;
        font-size: 32px;
        margin-top: 6px;
    }

    .close-menu {
        display: block;
        color: #181818;
        font-size: 10px;
        text-align: center;
        margin-top: 15px;
        margin-left: 15px;
        opacity: 0;
        cursor: pointer;
    }

        .close-menu i {
            font-size: 24px;
            display: block;
            margin-bottom: 0px;
        }

    h1.product-moto {
        color: #686868;
        font-size: 28px;
    }

    h1.inner-product-title {
        color: #686868;
        font-size: 48px;
    }

    .products-menu {
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .products-menu-link {
        padding-top: 2px;
        padding-bottom: 2px;
        font-weight: 600;
        font-size: 14px;
        position: relative;
    }

        .products-menu-link a, .products-menu-link a:hover, .products-menu-link a:focus {
            font-weight: 600;
            font-size: 14px;
            color: #181818;
        }

        .products-menu-link.active a, .products-menu-link.active a:hover, .products-menu-link.active a:focus {
            color: #f6891f;
        }

    .product-moto-wrapper {
        position: absolute;
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        z-index: 10;
    }

    @media(min-width:768px) {
        .products-menu-link {
            text-align: right;
        }

        .products-menu {
            padding-right: 140px;
        }

        /*.products-menu-link.active::before {
        content: ' ';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: 1px;
        right: -130px;
        width: 120px;
        background: #f6891f;
    }

    .products-menu-link.active::after {
        content: ' ';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: 10px;
        right: -130px;
        width: 10px;
        border: 1px solid #f6891f;
        border-radius: 50%;
        background: #ffffff;
    }*/
        .rest-products-wrapper {
            padding-top: 150px !important;
        }
    }

    @media(max-width:768px) {
        .products-menu-link {
            display: inline-block;
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .products-menu {
            text-align: center;
        }

        /*.products-menu-link.active {
            display: block;
            text-align: center;
            margin-bottom:50px;
        }*/

        /*.products-menu-link.active::before {
                content: ' ';
                position: absolute;
                left: 50%;
                right: 50%;
                margin-left: auto;
                margin-right: auto;
                bottom: -50px;
                height: 50px;
                width: 1px;
                background: #f6891f;
            }

            .products-menu-link.active::after {
                content: ' ';
                position: absolute;
                left: 50%;
                right: 50%;
              
                bottom: -60px;
                height: 10px;
                width: 10px;
                margin-left:-4px;
                border: 1px solid #f6891f;
                border-radius: 50%;
                background: #ffffff;
            }*/
        .product-moto-wrapper {
            display: none;
        }

        .rest-products-wrapper {
            padding-top: 110px !important;
        }
    }

    .products-menu-link.active {
        color: #f6891f;
    }


    @media (max-width:1200px) {
        .home-menu-button {
            position: absolute;
            right: 60px;
            top: 40px;
        }

        .home-logo {
            position: absolute;
            left: 60px;
            top: 30px;
        }
    }

    @media (max-width:768px) {
        .home-menu-button {
            position: absolute;
            right: 40px;
            top: 40px;
        }

        .home-logo {
            position: absolute;
            left: 40px;
            top: 30px;
        }
    }

    .connect-as-control {
        max-width: 170px;
        display: inline-block;
    }

    .products-carousel-container {
        position: relative;
    }

    .relative {
        position: relative;
    }


.panel-group .panel {
    border-radius: 0px;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom:10px;
    border-bottom: 1px solid #181818;
}

    .panel-group .panel.panel-default > .panel-heading {
        color: #333;
        font-size: 18px;
        background: none;
        width: 100%;
    }
        .panel-group .panel.panel-default > .panel-heading .panel-title {
            display: block;
            width: 100%;
        }

        /*.panel-group .panel.panel-default > .panel-heading .panel-title::after {
            font-size: 20px;
            margin-bottom: 10px;
            font-family: 'entypo';
            content: "\e6b2";
            position: absolute;
            right: 25px;
            color: #000000;
            margin-top: -15px;
        }*/
    /*.panel-group .panel.panel-default .panel-collapse.collapse.in::after {
        font-size: 20px;
        margin-bottom: 10px;
        font-family: 'entypo';
        content: "\e712";
        position: absolute;
        right: 25px;
        color: #000000;
        margin-top: -15px;
    }*/
    .panel-group .panel.panel-default > .panel-heading .panel-title  a {
        color: inherit;
        color: #333;
        font-size: 18px;
        text-decoration: none;
        cursor: pointer;
        display: block;
        width: 100%;
    }

.panel-group .panel.panel-default .panel-body {
    border:none;
}


.carousel-container {
    position:relative;
}

.link-prev {
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    left: 40px;
    z-index:5;
}

.link-next {
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    right: 40px;
    z-index: 5;
}

.bg-black{
	
	background:#000000;
}
.consent-box  hr{display:none;}
label.checkbox{padding-left:5px;}
label.checkbox .icheckbox_flat-blue{left:-5px !important;}

.parallax-body ,.parallax-body p,.parallax-body div{color:#ffffff;}


p {
    margin: initial;	
}
p, td, li, label {
    font-size: initial;
    line-height: initial;
    font-weight: initial;
}
.container img {
    margin: 0;
}

a.one-button, a.one-button:hover, a.one-button:focus{
    position: relative;
    padding-right:75px;
    font-size:16px;
    text-decoration:initial;
}
    a.one-button::after, a.one-button:hover::after, a.one-button:focus::after {
        position: absolute;
        width:63px;
        height:63px;
        content:'';
        background:url('skn/arrow-right.svg') 50% 50% no-repeat;
        background-size:cover;
        top:50%;
        right:0px;
        transform:translateY(-50%);
    }

.is-light-text a.one-button, .is-light-text a.one-button:hover, .is-light-text a.one-button:focus {
   color:#fff;
}
    .is-light-text a.one-button::after, .is-light-text a.one-button:hover::after, .is-light-text a.one-button:focus::after {
        background: url('skn/arrow-right-white.svg') 50% 50% no-repeat;
    }
.event-tile-border {
    border-top: 4px solid #80F1BE;
}
.event-data {
    background: #DAD9D4;
    aspect-ratio: 1 / 1;
    display: flex;
    position: relative;
    color: #181818;
}
    .event-data .tile-arrow {
        padding: 12px;
        position: absolute;
        right: 0px;
        bottom: 0px;
        max-width: 55px;
    }
    .event-data .tile-title {
        padding: 12px;
        position: absolute;
        left: 0px;
        bottom: 0px;
        max-width: 200px;
    }
    .event-data .tile-description {
        padding: 12px;
        line-height: 20px;
        font-size: 18px;
        max-width: 200px;
    }
    .event-data .tile-title a, .event-data .tile-title a:hover, .event-data .tile-title a:focus{
       font-size:20px;
       text-decoration:none;
       font-weight:400;
       line-height:24px;
      
    }


.products-menu{
    padding:0px;
    margin:0px;
    text-align:left;
    list-style:none;
    display:inline-block;
    max-width:500px;
}
.products-menu li{
    display:block;
}
    .products-menu li a, .products-menu li a:hover, .products-menu li a:focus {
        font-size: 42px;
        font-weight: 300;
        padding: 0px;
        padding-bottom: 5px;
        text-decoration: none;
        padding-top: 5px;
        line-height: 32px;
        color: rgba(0,0,0,0.25);
        position: relative;
        padding-right: 43px;
        display: block;
        border: none;
        width: 100%;
        text-align: left;
        outline: none;
        box-shadow: none;
    }
        .products-menu li a.active, .products-menu li a.active:hover, .products-menu li a.active:focus {
            color: rgba(0,0,0,1);
        }

            .products-menu li a.active::after {
                position: absolute;
                width: 43px;
                height: 11px;
                content: '';
                background: url('skn/arrow.svg') 50% 50% no-repeat;
                background-size: cover;
                top: 50%;
                right: 0px;
                transform: translateY(-50%);
            }



.home-product-title {
    font-size: 42px;
    font-weight: 300;
    color: #181818;
}
.home-product-description {
    font-size: 18px;
    font-weight: 300;
    color:#000;
}



.arrows-top .default-owl-slider-wrapper {
    position: relative;
}
    .arrows-top .owl-next em, .arrows-top .owl-prev em {
        display: none;
    }
    .arrows-top .owl-next, .arrows-top .owl-next:hover, .arrows-top .owl-next:focus {
        position: absolute;
        top: -60px;
        left: 70px;
        width: 63px;
        height: 63px;
        display: block;
        border: none;
        background: url('skn/slider-next.svg') 50% 50% no-repeat !important;
        background-size: contain;
    }

    .arrows-top .owl-prev, .arrows-top .owl-prev:hover, .arrows-top .owl-prev:focus {
        position: absolute;
        top: -60px;
        left: 0px;
        width: 63px;
        height: 63px;
        display: block;
        border: none;
        background: url('skn/slider-prev.svg') 50% 50% no-repeat !important;
        background-size: contain;
    }




.arrows-left .default-owl-slider-wrapper {
    position: relative;
}

.arrows-left .owl-next em, .arrows-left .owl-prev em {
    display: none;
}

.arrows-left .owl-next, .arrows-left .owl-next:hover, .arrows-left .owl-next:focus {
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    left: -80px;
    width: 63px;
    height: 63px;
    display: block;
    border: none;
    background: url('skn/slider-next.svg') 50% 50% no-repeat !important;
    background-size: contain;
}

.arrows-left .owl-prev, .arrows-left .owl-prev:hover, .arrows-left .owl-prev:focus {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -160px;
    width: 63px;
    height: 63px;
    display: block;
    border: none;
    background: url('skn/slider-prev.svg') 50% 50% no-repeat !important;
    background-size: contain;
}
@media(max-width:768px){
    .arrows-left .owl-next, .arrows-left .owl-next:hover, .arrows-left .owl-next:focus {
        position: absolute;
        top: -60px;
        left: 70px;
        transform:none;
    }

    .arrows-left .owl-prev, .arrows-left .owl-prev:hover, .arrows-left .owl-prev:focus {
        position: absolute;
        top: -60px;
        left: 0px;
        transform: none;
    }
}

.home-product-slider{
    position:relative;
}
    .home-product-slider .owl-next, .home-product-slider .owl-next:hover, .home-product-slider .owl-next:focus {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0px;
        width: 63px;
        height: 63px;
        display: block;
        border: none;
        background: url('skn/slider-next.svg') 50% 50% no-repeat !important;
        background-size: contain;
    }
    .home-product-slider .owl-prev, .home-product-slider .owl-prev:hover, .home-product-slider .owl-prev:focus {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0px;
        width: 63px;
        height: 63px;
        display: block;
        border: none;
        background: url('skn/slider-prev.svg') 50% 50% no-repeat !important;
        background-size: contain;
    }
.is-block.is-code > .btn {
    width: initial;
    flex: none;
    box-sizing: border-box;
    margin:10px;
}



.nav.nav-tabs.tabs-left li {
    display: block;
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
}

.nav.nav-tabs.tabs-left .col-sm-3 {
    width: 15% !important;
}

.nav.nav-tabs.tabs-left .col-sm-9 {
    width: 85% !important;
}

.nav.nav-tabs.tabs-left li a, .nav.nav-tabs.tabs-left li a:hover, .nav.nav-tabs.tabs-left li a:focus {
    font-size: 18px;
    font-weight: 300;
    line-height: 16px;
    color: rgba(24, 24, 24, 0.40);
    position: relative;
}

.nav.nav-tabs.tabs-left > li.active > a, .nav.nav-tabs.tabs-left > li.active > a:hover, .nav.nav-tabs.tabs-left > li.active > a:focus {
    color: rgba(24, 24, 24, 1);
}

    .nav.nav-tabs.tabs-left > li.active > a::after, .nav.nav-tabs.tabs-left > li.active > a:hover::after, #t.nav.nav-tabs.tabs-left > li.active > a:focus::after {
        position: absolute;
        width: 24px;
        height: 9px;
        content: '';
        background: url('skn/arrow.svg') 50% 50% no-repeat;
        background-size: contain;
        top: 50%;
        right: 0px;
        transform: translateY(-50%);
    }

.tab-content.tab-vertical .panel-group .panel {
    border-bottom: 4px solid #80F1BE;
}
    .tab-content.tab-vertical .panel-group .panel .panel-body, .tab-content.tab-vertical .panel-group .panel .panel-body p {
        color: #18181899;
        font-size: 14px;
    }




#tab-widget-AC031A4B .nav.nav-tabs li {
    display: block;
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
}
#tab-widget-AC031A4B .col-sm-3{
    width:15% !important;
}
#tab-widget-AC031A4B .col-sm-9 {
    width: 85% !important;
}
#tab-widget-AC031A4B .nav.nav-tabs li a, #tab-widget-AC031A4B .nav.nav-tabs li a:hover, #tab-widget-AC031A4B .nav.nav-tabs li a:focus{
   font-size:32px;
   font-weight:300;
   line-height:24px;
   color:rgba(24, 24, 24, 0.40);
   position:relative;
}

#tab-widget-AC031A4B .nav-tabs > li.active > a, #tab-widget-AC031A4B .nav-tab > li.active > a:hover, #tab-widget-AC031A4B .nav-tabs > li.active > a:focus {
    color: rgba(24, 24, 24, 1);
}
    #tab-widget-AC031A4B .nav-tabs > li.active > a::after, #tab-widget-AC031A4B .nav-tab > li.active > a:hover::after, #tab-widget-AC031A4B .nav-tabs > li.active > a:focus::after {
        position: absolute;
        width: 24px;
        height: 9px;
        content: '';
        background: url('skn/arrow.svg') 50% 50% no-repeat;
        background-size: contain;
        top: 50%;
        right: 0px;
        transform: translateY(-50%);
    }
.type-poppins p, .type-poppins td, .type-poppins li, .type-poppins label {
    font-family: 'Helvetica Neue',sans-serif !important;
    
}
.type-poppins h1, .type-poppins h2, .type-poppins h3, .type-poppins h4, .type-poppins h5, .type-poppins h6 {
    font-family: 'Helvetica Neue',sans-serif !important;
    font-weight:300;
    letter-spacing: -1px;
    line-height: 0.8;
    text-transform: none;
    font-style: normal;
}

#tab-widget-FB3EB810 .nav.nav-tabs li {
    display: block;
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
}

#tab-widget-FB3EB810 .col-sm-3 {
    /*width: 40% !important;*/
}

#tab-widget-FB3EB810 .col-sm-9 {
    /*width: 60% !important;*/
}
#tab-widget-FB3EB810 .nav.nav-tabs li a, #tab-widget-FB3EB810 .nav.nav-tabs li a:hover, #tab-widget-FB3EB810 .nav.nav-tabs li a:focus {
    font-size: 22px;
    font-weight: 300;
    line-height:18px;
    color: rgba(24, 24, 24, 0.40);
    position: relative;
}

#tab-widget-FB3EB810 .nav-tabs > li.active > a, #tab-widget-FB3EB810 .nav-tab > li.active > a:hover, #tab-widget-FB3EB810 .nav-tabs > li.active > a:focus {
    color: rgba(24, 24, 24, 1);
}

    #tab-widget-FB3EB810 .nav-tabs > li.active > a::after, #tab-widget-FB3EB810 .nav-tab > li.active > a:hover::after, #tab-widget-FB3EB810 .nav-tabs > li.active > a:focus::after {
        position: absolute;
        width: 24px;
        height: 9px;
        content: '';
        background: url('skn/arrow.svg') 50% 50% no-repeat;
        background-size: contain;
        top: 50%;
        right: 0px;
        transform: translateY(-50%);
    }

#tab-widget-FB3EB810 .col-sm-9 .tab-pane {
    background: #DAD9D4;
    padding:30px;
   max-width:600px;
   margin-left:auto;
   margin-right:auto;
   left:0px;
   right:0px;
}

.text-thin{
    font-weight:300 !important;
}
.size-32{
    line-height:32px;
}


.request-sample-form .form-control {
    border: none;
    background: none;
    box-shadow: none;
    color: rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    border-radius:0px;
}