body, header, span, p, a, td {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #2c2c2c;
}

    a, a:hover, a:focus {
        color: #ed5c03;
        text-decoration: none;
    }

h1, h2, h3, h4, h5 {
    color: #ed5c03;
    font-weight: 400;
    font-family: 'Open Sans', serif;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

hr {
    border-color: #7c7c7d;
}



body {
    overflow-x: hidden;
}

.top-area {
    color: #ffffff;
    background: #ffffff;
}

.inner-body .top-area {
    border-bottom: 0px;
}

.newsletter-area,.col-newsletter {
    background: #f57920;
}




.newsletter-title {
    color: #ffffff;
    font-size: 26px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
   
}

.newsletter-description {
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding-bottom: 10px;
}



    .newsletter-form .form-control {
        background: #ffffff;
        border: #ffffff;
        border-bottom: 1px solid #fff;
        box-shadow: none;
        height: 42px;
        color:#000;
    }

.newsletter-form .btn.btn-primary {
    border: 1px solid #333;
    background: #333;
    box-shadow: none;
    position: relative;
    
    height: 42px;
}

        .newsletter-form .btn.btn-primary i {
            color: #6ba983 !important;
        }

    .newsletter-form ::-webkit-input-placeholder { /* Chrome */
        color: #333;
    }

    .newsletter-form :-ms-input-placeholder { /* IE 10+ */
        color: #333;
    }

    .newsletter-form ::-moz-placeholder { /* Firefox 19+ */
        color: #333;
        opacity: 1;
    }

    .newsletter-form :-moz-placeholder { /* Firefox 4 - 18 */
        color: #333;
        opacity: 1;
    }

.content-area .container {
    max-width: 1570px;
    width: 100%;
}

.path-area, .path-area a, .path-area a:focus, .path-area a:hover, .path-area span {
    color: #6ba983;
    font-size: 14px;
}

    .path-area .path-links {
        margin-left: 5px;
    }

    .path-area .here a, .path-area .here a:focus, .path-area .here a:hover {
        color: #ed5c03;
        font-size: 14px;
    }

    .path-area .path-links, .path-area .path-links span, .path-area .path-links i, .path-area .path-links a, .path-area .path-links a:hover, .path-area .path-links a:focus {
        color: #ed5c03;
    }

        .path-area .path-links, .path-area .path-links span, .path-area .path-links i {
            font-size: 20px;
            color: #333;
        }

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}

    #search.open {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        -moz-transform: translate(0px, 0px) scale(1, 1);
        -o-transform: translate(0px, 0px) scale(1, 1);
        -ms-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
        opacity: 1;
    }

    #search input[type="search"] {
        position: absolute;
        top: 50%;
        width: 100%;
        color: rgb(255, 255, 255);
        background: rgba(0, 0, 0, 0);
        font-size: 60px;
        font-weight: 300;
        text-align: center;
        border: 0px;
        margin: 0px auto;
        margin-top: -51px;
        padding-left: 30px;
        padding-right: 30px;
        outline: none;
    }

@media (max-width:768px) {

    #search input[type="search"] {
        font-size: 25px;
        font-weight: 300;
        margin-top: -21px;
    }
    .col-map iframe{
        min-height:300px;
    }
}
@media (min-width:768px) {

    .col-newsletter {
    float:left;
    }

    .col-map {
        float: right;
    }
}
#search .btn, #search .btn:hover, #search .btn:focus {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    color: #fff;
    background-color: #ed5c03;
    border-color: #ed5c03;
    font-size: 16px;
    padding: 10px;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #ed5c03;
    border-color: #ed5c03;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}

.col-langs ul {
    padding: 0px;
    margin: 0px;
    /*transform: translateY(-50%);
       position:relative;
       top:50%;
       display:inline-block;*/
}

    .col-langs ul li {
        padding: 0px;
        margin: 0px;
        display: inline-block;
        float: left;
    }

        .col-langs ul li:first-child {
            border-right: 1px solid #000000;
            margin-right: 5px;
            padding-right: 5px;
            line-height: 20px;
            height: 20px;
        }

        .col-langs ul li a, .col-langs ul li a:hover, .col-langs ul li a:focus {
            color: #b3b1b1;
            font-size: 20px;
            line-height: 20px;
        }

            .col-langs ul li a.active, .col-langs ul li a.active:hover, .col-langs ul li a.active:focus {
                color: #000;
                font-size: 20px;
                line-height: 20px;
            }

#back-top {
    position: fixed;
    bottom: 30px;
    right: 15px;
    display: none;
}

.btn-checkout {
    display: block;
    width: 100%;
    padding: 7px !important;
}

b, strong {
    font-weight: 600;
}

label {
    font-weight: 500;
}

.CartTotalQuantity, .CartTotalQuantity span {
    color: #ed5c03;
    font-size: 14px;
    font-weight: 600;
}

a.btn-checkout, a.btn-checkout:hover, a.btn-checkout:focus {
    background: #ed5c03 !important;
    border-color: #ed5c03 !important;
    color: #fff !important;
    text-shadow: 1px 1px 1px #333;
    font-size: 16px;
}

.shipping-info {
    padding-top: 5px;
    display: inline-block;
}

.shipping-info-big {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 3px;
    display: block;
}

.shipping-info-small {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #ed5c03;
    padding-bottom: 5px;
}

.shipping-info-phone {
    font-size: 18px;
    font-weight: 600;
}

.shipping-info-timetable {
    font-size: 15px;
    font-weight: 600;
    position: relative;
    top: -2px;
}

.menus-area {
    background: #6ba983;
}

.top-info-wrapper {
    background: #7eb289;
    color: #ffffff;
    font-size: 13px;
    padding-top: 3px;
    padding-bottom: 3px;
}

    .top-info-wrapper span {
        color: #ffffff;
        font-size: 13px;
    }

@media (min-width:768px) AND (max-width:1400px) {
    .inner-logo img {
        max-width: 270px;
    }

    .inner-body .path-area {
        margin-top: 80px;
    }

    .inner-home-logo {
        position: absolute;
        top: 0px;
        left: 0px;
    }

        .inner-home-logo img {
            max-width: 250px;
        }
}

.btn-lang {
    border-right: none !important;
}

.top-area {
    position: relative;
}

.img-responsive {
    display: inline-block;
}
a.fancybox-iframe {
    width: initial;
    max-width: initial;
}
.download-catalog div {
    color: #333333;
    font-weight:600;
}
.shippingline {
    color:#000;
    font-size:13px;
    padding-top:5px;
    font-weight:600;
}
@media (min-width:768px) {
    .menu-wrapper .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .col-langs {
        position: relative;
    }

        .col-langs ul {
            position: absolute;
            bottom: 35px;
            display: inline-block;
            left: 0px;
        }

    .col-actions {
        position: relative;
        text-align: right;
    }

        .col-actions .btn-toolbar-wrapper {
            display: inline-block;
            text-align: right;
            margin-right: 10px;
        }

        .col-actions .btn-toolbar .btn-default, .col-actions .btn-toolbar .btn-default span {
            font-size: 18px;
            font-weight: normal;
        }

        .col-actions .btn-toolbar .btn-default {
            padding: 8px 14px;
            border-color: #333;
            font-style: normal !important;
            color: #333;
            background: none;
        }


            .col-actions .btn-toolbar .btn-default span {
                font-style: normal !important;
                color: #7eb289;
            }


    .btn.btn-default.btn-orders {
        border: none !important;
    }

    .col-actions .btn-toolbar .form-control, .col-actions .btn-toolbar .form-control:focus {
        padding: 15px;
        height: 58px;
        border: none;
        font-size: 14px;
        font-family: 'Open Sans',sans-serif;
        box-shadow: none;
        background: #000;
        font-style: normal !important;
        color: #fff;
    }

    .btn-search {
        padding: 0px !important;
        margin: 0px !important;
        max-width: 200px;
        border-left: none;
    }

        .btn-search .input-group {
            margin: 0px;
            padding: 0px;
        }

        .btn-search .btn, .btn-search .btn:hover, .btn-search .btn:focus {
            border: none;
            padding: 15px 20px;
            height: 58px;
        }

    .top-info-wrapper {
        padding-bottom: 5px;
    }

    .top-info {
        padding-right: 0px;
        display: inline-block;
    }

        .top-info a.top-info-link, .top-info a.top-info-link:hover, .top-info a.top-info-link:focus {
            color: #000000;
            padding-left: 7px;
            padding-right: 7px;
            display: inline-block;
            text-decoration: none;
            border-left: 1px solid #ed5c03;
        }


        .top-info .drop-down a, .top-info .drop-down a:hover, .top-info .drop-down a:focus {
            border-left: 1px solid #ed5c03;
            text-decoration: none;
        }

        .top-info a.top-info-link:last-child, .top-info a.top-info-link:last-child:hover, .top-info a.top-info-link:last-child:focus {
            padding-right: 0px;
        }

        .top-info a.top-info-link:first-child, .top-info a.top-info-link:first-child:hover, .top-info a.top-info-link:first-child:focus {
            border-left: none;
        }

        .top-info a span {
            color: #000000;
            font-weight: 400;
            font-family: 'Open Sans', serif;
        }

        .top-info a i {
            color: #000000;
            font-size: 1.3em;
        }

    .navbar-default {
        background: none;
        margin: 0px;
        position: relative;
        min-height: 50px;
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
    }





    .col-logo {
        text-align: left;
    }




    .nav .dropdown:hover .dropdown-menu {
        display: block;
    }




    .logo {
        background-size: cover;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        display: inline-block;
    }

    .navbar-default .navbar-nav > li {
        padding-top: 0px;
        padding-bottom: 0px;
        border-left: 1px solid #ffffff;
    }

        .navbar-default .navbar-nav > li span {
            color: #ffffff;
        }

        .navbar-default .navbar-nav > li:first-child {
            border-left: none;
        }

        .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #ffffff;
            background: none;
            font-weight: 400;
            font-size: 16px;
            font-weight: 500;
            font-family: 'Open Sans', serif;
            padding-top: 0px;
            padding-bottom: 0px;
            padding-top: 15px;
            padding-bottom: 15px;
        }



            .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
                color: #ffffff;
                background: #007739;
                
                font-weight: 500;
                font-size: 16px;
                font-weight: 400;
                font-family: 'Open Sans', serif;
                padding-top: 0px;
                padding-bottom: 0px;
                padding-top: 15px;
                padding-bottom: 15px;
            }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #ffffff;
        background: #007739;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-default .dropdown-menu {
        min-width: 180px;
        padding: 0px 0;
        margin: 0 0;
        list-style: none;
        font-size: 14px;
        text-align: left;
        border: 1px solid transparent;
        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(107,169,131,1);
        z-index: 16;
    }

        .navbar-default .dropdown-menu > li {
            border-bottom: 1px solid #ffffff;
        }

            .navbar-default .dropdown-menu > li:last-child {
                border-bottom: 1px solid transparent;
            }

            .navbar-default .dropdown-menu > li > a, .navbar-default .dropdown-menu > li > a:hover, .navbar-default .dropdown-menu > li > a:focus {
                display: block;
                padding: 5px 20px;
                clear: both;
                font-weight: normal;
                line-height: 1.42857143;
                color: #fff;
                font-size: 13px;
                white-space: nowrap;
            }

                .navbar-default .dropdown-menu > li > a:hover, .navbar-default .dropdown-menu > li > a:focus {
                    display: block;
                    padding: 5px 20px;
                    font-size: 13px;
                    clear: both;
                    font-weight: normal;
                    line-height: 1.42857143;
                    color: #fff;
                    background: #007739;
                    white-space: nowrap;
                }

    .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }

    li.sep {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    /**88888888888888888888888888888888888888888888888888888888 **/

    .dropdown-submenu {
        position: relative;
    }

        .dropdown-submenu > .dropdown-menu {
            top: 0;
            left: 100%;
            margin-top: -1px;
            margin-left: 0px;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
        }

    .nav .dropdown .dropdown-menu .dropdown-menu {
        display: none;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .nav .dropdown .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
        }

    .home-menu ul li a, .home-menu ul li a:hover, .home-menu ul li a:focus, .home-menu ul li a span {
        font-weight: 600;
        font-size: 14px;
        color: #9a9a9a;
    }

        .home-menu ul li a i {
            font-size: 14px;
        }

    .btn-orders {
        color: #ffffff !important;
        border-left-color: transparent !important;
        border-top-color: transparent !important;
        border-bottom-color: transparent !important;
        font-size: 34px !important;
        padding: 0px 0px !important;
        line-height: 50px;
        padding-right: 20px !important;
        font-style: normal;
        font-weight: 600;
    }

        .btn-orders span {
            color: rgba(255,255,255,0.6) !important;
            line-height: 50px;
            font-size: 28px !important;
            font-weight: 500 !important;
            font-family: 'Open Sans',sans-serif !important;
        }
}



@media (min-width:768px) AND (max-width:990px) {
    .col-actions .btn-toolbar .btn-default {
        padding: 12px 16px;
    }

    .col-actions .btn-toolbar .form-control, .col-actions .btn-toolbar .form-control:focus {
        padding: 12px 16px;
        height: 52px;
        border: none;
        font-size: 14px;
        font-family: 'Open Sans',sans-serif;
        box-shadow: none;
    }

    .btn-search {
        padding: 0px !important;
        margin: 0px !important;
        max-width: 200px;
        border-left: none;
    }

        .btn-search .input-group {
            margin: 0px;
            padding: 0px;
        }

        .btn-search .btn, .btn-search .btn:hover, .btn-search .btn:focus {
            border: none;
            padding: 12px 16px;
            height: 52px;
        }


    .col-actions .btn-toolbar-wrapper {
        display: inline-block;
        text-align: right;
        margin-right: 10px;
    }

    .col-actions .btn-toolbar .btn-default, .col-actions .btn-toolbar .btn-default span {
        font-size: 18px;
        font-weight: normal;
    }

    .col-actions .btn-toolbar .btn-default {
        padding: 8px 14px;
        border-color: #333;
        font-style: normal !important;
        color: #333;
        background: none;
    }

    .inner-body .navbar-default {
        margin-bottom: 0px;
    }

    .navbar-default .navbar-nav > li:last-child {
        margin-right: 10px;
    }

    .inner-logo img {
        max-width: 190px;
    }

    .inner-home-logo img {
        max-width: 190px;
    }

    .inner-body .path-area {
        margin-top: 80px;
    }

    .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: right;
    }

    .btn.btn-default.btn-orders {
        padding-right: 0px !important;
    }
}

@media (min-width:768px) {
    .navbar .navbar-nav {
        display: inline-block !important;
        float: none !important;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center !important;
    }
}

@media (max-width:767px) {
    .cart-message {
        font-size: 14px;
    }



    .navbar-default {
        background: none;
        margin: 0px;
        position: relative;
        min-height: 50px;
        border: none;
        border-radius: 0px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .col-actions .btn-toolbar .btn-default {
        padding: 12px 14px;
    }



    .col-actions .btn-toolbar .form-control {
        padding: 12px 16px;
        height: 44px;
        border: none;
        font-size: 14px;
        font-family: 'Open Sans',sans-serif;
    }

    .btn-search {
        padding: 0px !important;
        margin: 0px !important;
        max-width: 200px;
        border-left: none;
    }

        .btn-search .input-group {
            margin: 0px;
            padding: 0px;
        }

        .btn-search .btn, .btn-search .btn:hover, .btn-search .btn:focus {
            border: none;
            padding: 12px 16px;
            height: 44px;
        }

    .top-row {
        position: relative;
    }

    .col-logo {
        text-align: center;
    }

        .col-logo img {
            display: inline-block;
        }

    a .logo-moto, a .logo-moto:hover, a .logo-moto:focus {
        font-style: italic;
        display: block;
        text-align: center;
        padding-left: 40px;
        color: #ababab !important;
        text-decoration: none !important;
        font-size: 18px;
    }

    .path-area {
        margin-top: 15px;
    }



    .btn-toolbar-wrapper {
        display: inline-block;
    }

    .btn-toolbar {
        display: inline-block;
    }

    .newsletter-description {
        margin-bottom: 15px;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color: #333;
        background-color: transparent;
    }

    .navbar-default .navbar-brand, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
        color: #333;
        background-color: transparent;
        font-size: 22px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #333;
    }



    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #333;
        font-family: 'Open Sans', serif;
    }

        .navbar-default .navbar-nav > li > a:hover .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            font-family: 'Open Sans', serif;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #333;
    }

    .navbar-nav .open .dropdown-menu {
        padding-left: 20px;
    }

        .navbar-nav .open .dropdown-menu > li > a {
            color: #58585a !important;
        }

        .navbar-nav .open .dropdown-menu .open .dropdown-menu li > a {
            color: #7c7c7d !important;
        }
}

@media(max-width:480px) {

    .col-actions .btn-toolbar {
        position: relative;
        top: -10px;
    }

    .shipping-info-big, .shipping-info-small {
        font-size: 13px;
    }

    .shipping-info-phone {
        font-size: 16px;
    }

    .col-actions .btn-toolbar .form-control, .col-actions .btn-toolbar .form-control:focus {
        padding: 12px 16px;
        height: 44px;
        border: none;
        border-left: 1px solid #ccc;
        font-size: 14px;
        font-family: 'Open Sans',sans-serif;
        box-shadow: none;
    }

    .btn-search {
        padding: 0px !important;
        margin: 0px !important;
        max-width: 200px;
        border-left: none;
    }
}

@media (max-width:990px) {
    .home-menu {
        background: #58585a;
    }

        .home-menu .container, .menu-wrapper .container {
            max-width: 100%;
            width: 100%;
        }

        .home-menu ul {
            margin: 0px;
            padding: 0px;
        }

    .home-menu-col {
        border-bottom: 1px solid #ededed;
    }

    .home-menu ul li {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 12px;
        padding-right: 12px;
        list-style: none;
        border-right: 1px solid #ededed;
        float: left;
    }

        .home-menu ul li:first-child {
            border-left: 1px solid #ededed;
        }

        .home-menu ul li a, .home-menu ul li a:hover, .home-menu ul li a:focus {
            color: #ededed;
        }

            .home-menu ul li a i {
                font-size: 16px;
            }


    .phone-orders-col {
        text-align: right;
    }

    .phone-orders {
        color: #acaaab;
        line-height: 30px;
        font-size: 14px;
    }

    .phone-orders-phone {
        color: #333;
        font-size: 24px;
        line-height: 30px;
    }

    a.call-back, a.call-back:hover, a.call-back:focus {
        color: #acaaab;
        display: inline-block;
        width: initial;
        line-height: 30px;
        font-size: 14px;
    }

        a.call-back span {
            color: #ed5c03;
            font-size: 24px;
        }
}

@media (max-width:480px) {
    .bcol {
        margin-bottom: 30px;
    }
}

.content-area {
    background: #ffffff;
    padding-top: 50px;
    min-height: 350px;
}

.home-content-area {
    background: #ffffff;
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: initial;
}

.footer-area {
    padding-top: 40px;
    padding-bottom: 20px;
    background: #2c2c2c;
}

.base-title {
    font-weight: 300;
}

.about-area {
    padding-top: 10px;
    padding-bottom: 20px;
    background: #221e1f;
}



    .about-area, .about-area a, .about-area a:hover, .about-area a:focus {
        color: #ed5c03;
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
    }

        .about-area a, .about-area a:hover, .about-area a:focus {
            color: #ed5c03;
            font-size: 14px;
            font-family: 'Open Sans', sans-serif;
            font-weight: 300;
        }

.footer-area h3 {
    color: #d1bd80;
    font-size: 16px;
    font-weight: 400;
    margin-top: 0px;
    padding-bottom: 10px;
}

.footer-area ul {
    margin: 0px;
    padding: 0px;
}

    .footer-area ul li {
        margin: 0px;
        padding: 0px;
        list-style: none;
        padding-top: 2px;
        padding-bottom: 2px;
    }

.footer-area, .footer-area a, .footer-area a:hover, .footer-area a:focus {
    color: #ffffff;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

    .footer-area i {
        color: #d1bd80;
        margin-right: 10px;
    }

    .footer-area .eqcol {
        border-left: 1px solid #d1bd80;
        padding-bottom: 30px;
    }

        .footer-area .eqcol:before {
            content: '';
            width: 7px;
            background: #d1bd80;
            height: 22px;
            display: inline-block;
            left: -7px;
            position: absolute;
            top: 0px;
        }

.home-map {
    border-top: 10px solid #2c2c2c;
}




.slider-wrapper {
    overflow: hidden;
}

a.download-title, a.download-title:hover, a.download-title:focus {
    color: #333;
    font-weight: 600;
}

h3.section {
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
    color: #333;
    font-weight: 500;
}

.contact-form h3 {
    font-size: 24px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
}

.contact-form ul {
    margin: 0px;
    padding: 0px;
}

    .contact-form ul li {
        margin: 0px;
        padding: 0px;
        padding-top: 2px;
        padding-bottom: 2px;
        list-style-position: inside;
        list-style-type: circle;
    }

.btn {
    border-radius: 0px !important;
}

.btn-group-xl > .btn, .btn-xl {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    font-weight: 300;
    font-family: 'Open Sans', serif;
}

.input-xl {
    height: 50px;
    padding: 12px 18px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0px;
    margin-right: 5px !important;
    font-family: 'Open Sans', serif;
}

.btn-primary i, .btn-primary span {
    color: #ffffff;
}

.btn-primary {
    color: #FFF;
    background-color: #4e4c4d;
    border-color: #4e4c4d;
    border-radius: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

    .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
        color: #FFF;
        background-color: #4e4c4d;
        border-color: #4e4c4d;
        border-radius: 0px;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: 300;
    }

    .btn-primary:hover, .btn-primary:focus {
        color: #fff;
        background-color: #3f3d3e;
        border-color: #3f3d3e;
        border-radius: 0px;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: 300;
    }

.btn-block {
    max-width: 100%;
    width: 100%;
    display: block;
}

.btn-info {
    color: #FFF;
    background-color: #8f9296;
    border-color: #8f9296;
    border-radius: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

    .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info.active[disabled], fieldset[disabled] .btn-info.active {
        color: #FFF;
        background-color: #8f9296;
        border-color: #8f9296;
        border-radius: 0px;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: 300;
    }

    .btn-info:hover, .btn-info:focus {
        color: #fff;
        background-color: #8f9296;
        border-color: #8f9296;
        border-radius: 0px;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: 300;
    }


.btn-inactive {
    color: #000;
    background-color: #d1bd80;
    border-color: #d1bd80;
    border-radius: 0px;
}

    .btn-inactive.disabled, .btn-inactive[disabled], fieldset[disabled] .btn-inactive, .btn-inactive.disabled:hover, .btn-inactive[disabled]:hover, fieldset[disabled] .btn-inactive:hover, .btn-inactive.disabled:focus, .btn-inactive[disabled]:focus, fieldset[disabled] .btn-inactive:focus, .btn-inactive.disabled:active, .btn-inactive[disabled]:active, fieldset[disabled] .btn-inactive:active, .btn-inactive.disabled.active, .btn-inactive.active[disabled], fieldset[disabled] .btn-inactive.active {
        color: #000;
        background-color: #d1bd80;
        border-color: #d1bd80;
        border-radius: 0px;
    }

    .btn-inactive:hover, .btn-inactive:focus, .btn-inactive:active, .btn-inactive:checked {
        color: #000;
        background-color: #d1bd80;
        border-color: #d1bd80;
        border-radius: 0px;
    }


.page-title-area {
    background: #ed5c03;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

    .page-title-area h1 {
        color: #ffffff;
        position: relative;
        font-size: 24px;
        font-weight: 300;
        padding: 0px;
        margin: 0;
        display: inline-block;
        font-family: 'Open Sans', sans-serif;
    }

    .page-title-area div.text-center {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        color: #ffffff;
        padding-top: 10px;
    }

        .page-title-area div.text-center a, .page-title-area div.text-center a:hover, .page-title-area div.text-center a:focus {
            font-family: 'Open Sans', sans-serif;
            font-size: 15px;
            color: #ffffff;
        }


.form-control {
    border-radius: 0px;
}


.product-details {
    text-align: left;
    position: relative;
}

.product-tile {
    position: relative;
}

.product-tile-cart .btn {
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px 20px !important;
    background: #acaaab;
    border-color: #acaaab;
}

    .product-tile-cart .btn:hover, .product-tile-cart .btn:focus {
        width: 100% !important;
        max-width: 100% !important;
        padding: 10px 20px !important;
        background: #939192;
        border-color: #939192;
    }

.product-tile-offer {
    position: absolute;
   
    border: 2px solid #ffffff;
    background: #6ba983;
    color: #fff;
    height: 70px;
    width: 70px;
    display: inline-block;
    text-align: center;
    line-height: 65px;
    border-radius: 50%;
    z-index: 2;
}

.product-tile-new-arrival {
    position: absolute;
    top: 20px;
    right: 20px;
}

.product-details-code {
    color: #666;
    font-weight: 500;
}

.product-tile-special-offer {
    position: absolute;
    top: 20px;
    right: 20px;
}



.sizes-list {
    padding: 0px;
    margin: 0px;
}

    .sizes-list li {
        min-width: 60px;
        height: 45px;
        text-align: center;
        line-height: 30px;
        border: 1px solid #cccccc;
        float: left;
        list-style: none;
        margin-left: -1px;
        cursor: pointer;
        font-weight: 600;
        font-size: 16px;
        padding-left: 7px;
        padding-right: 7px;
        line-height: 42px;
        display: inline-block;
    }

        .sizes-list li.active {
            background: #ed5c03;
        }

        .sizes-list li.inactive {
            cursor: default;
            color: #827e7e;
            background: url(skn/icon-x.png) 50% 50% no-repeat #ededed;
            background-size: cover;
        }

.news-tile .tile-title a, .news-tile .tile-title a:hover, .news-tile .tile-title a:focus {
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}

.news-tile .tile-title {
    margin-bottom: 5px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 1px solid #ccc;
}


.news-tile .tile-date {
    margin-bottom: 10px;
    color: #333;
    font-weight: bold;
    font-size: 16px;
}

@media(min-width:768px) {

    .news-image {
        padding-right: 0px;
    }
}

.tile-image img {
    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;
}

.news-tile .tile-description, .news-tile .tile-description p, .news-tile .tile-description span {
    font-size: 16px;
}




.product-title a, .product-title a:hover, .product-title a:focus {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-top: 3px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    color: #333;
}
.product-arrival {
    border-top: 7px solid #221e1f;
    border-left: 1px solid #221e1f;
}
.product-arrival:first-child {
    
    border-left: none;
}
.product-arrival .product-index {
    color: #924c1f;
    font-size: 60px;
    font-weight: 700;
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
}
.product-arrival .product-title {
    padding: 20px;
    background: #221e1f;
    
}
.product-arrival .product-title-path i, .product-arrival .product-title-path a, .product-arrival .product-title-path a:hover, .product-arrival .product-title-path a:focus {
    font-size: 14px;
    font-weight: 500 !important;
    display: inline-block;
    margin-top: 3px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    color: #ed5c03 !important;

}
    .product-arrival .product-title-path{
        display:block;
    } 
    .product-arrival .product-title a, .product-arrival .product-title a:hover, .product-arrival .product-title a:focus {
        font-size: 14px;
        font-weight: 500 !important;
        display: inline-block;
        margin-top: 3px;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
    }
.product-proposal .product-index {
    color: #98a39c;
    font-size: 60px;
    font-weight: 700;
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
}
.proposals-tiles {
    background:url(skn/background-bg.jpg) 100% 100% repeat-x;
}
@media(min-width:1170px) {
    .proposals-tiles .container {
        max-width: 1600px;
        width:100%;
    }
}
@media(max-width:1170px) {
    .proposals-tiles .container {
        padding: 0px !important;
        width:100%;
        max-width:100%;
    }
}
.product-proposal .product-title {
    padding: 20px;
    padding-left: 3px;
    padding-right: 3px;
    border-top: 6px solid #6ba983;
    background: #d1e1d7;
    font-weight: 700;
    min-height: 170px;
}

.product-proposal .product-title-path i, .product-proposal .product-title-path a, .product-proposal .product-title-path a:hover, .product-proposal .product-title-path a:focus {
    font-size: 14px;
    font-weight: 500 !important;
    display: inline-block;
    margin-top: 3px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    color: #6ba983 !important;
}

.product-proposal .product-title-path {
    display: block;
}

.product-proposal .product-title a, .product-proposal .product-title a:hover, .product-proposal .product-title a:focus {
    font-size: 14px;
    font-weight: 600 !important;
    display: inline-block;
    margin-top: 3px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}
.product-details p {
    font-size: 16px;
    text-align: center;
}

.product-final-price {
    text-align: center;
    color: #333;
    font-size: 22px;
    font-weight: 600;
}

.text-black {
    color: #333;
}

.product-discounted-price {
    text-align: left;
    color: #9f9fa1;
    font-size: 20px;
    text-decoration: line-through;
    font-weight: 400;
}

.cart-containers {
    border-top: 1px solid #333;
    padding-top: 20px;
}

.product-final-price2 {
    text-align: left;
    font-size: 22px;
    color: #000000;
    font-weight: 600;
}

    .product-final-price2 span {
        text-align: left;
        font-size: 30px;
        color: #000000;
        font-weight: 600;
    }

.product-discounted-price2, .product-discounted-price2 span {
    color: #9f9fa1;
    font-size: 26px;
    font-weight: 500;
    text-decoration: line-through;
}

.product-tile-tag {
    font-size: 14px;
    font-weight: 600;
    color: #ed5c03;
}

h4.features-title {
    font-size: 22px;
    color: #000000;
}

hr.hr-product {
    margin-top: 0px;
    margin-bottom: 0px;
    border-color: #000;
}

.inner-title {
    text-align: center;
    padding: 0px;
    margin-bottom: 0px;
}

    .inner-title h2 {
        text-align: left;
        display: block;
        margin: 0px;
        padding: 0px;
        color: #333;
        font-size: 30px;
        font-weight: 300;
    }

.product-file-title {
    color: #000000;
    font-size: 24px;
}

    .product-file-title span {
        color: #7c7c7d;
        font-size: 16px;
    }

.product-vat {
    font-size: 13px;
    
}

.product-thumb {
    overflow: hidden;
    position: relative;
    border: 1px solid #ededed;
    overflow: hidden;
}
.product-proposal .product-thumb, .product-arrival .product-thumb {
    overflow: hidden;
    position: relative;
    border: none;
    overflow: hidden;
}

.product-thumb {
    overflow: hidden;
    -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;
    position: relative;
}

    .product-thumb .thumb-hover {
        position: absolute;
        width: 100%;
        height: 100%;
        background: url(skn/plus.png) 50% 50% no-repeat rgba(0,0,0,0.3);
        top: 0%;
        left: 0%;
        overflow: hidden;
        -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;
        transform: scale(0); /* 1/10 of the original size */
    }

        .product-thumb .thumb-hover .thumb-text {
            position: absolute;
            width: 100%;
            top: 50%;
            transform: translateY(-50%);
            padding-top: 60px;
            color: #ffffff;
            font-size: 13px;
            font-weight: 600;
            left: 0%;
            display: inline-block;
        }

    .product-thumb:hover .thumb-hover {
        transform: scale(1); /* 1/10 of the original size */
    }

.thumb-hover img {
    position: relative;
}


@media(max-width:990px) {
    .addthis-wrapper {
        float: none !important;
        text-align: left;
        margin-bottom: 20px;
    }
}

.product-code {
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
}

    .product-code span {
        font-size: 18px;
        color: #000;
        font-weight: bold;
    }

.product-price {
    color: #ff0000;
    font-size: 24px;
}

.product-tile-code {
    margin-top: 5px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}

.product-description, .product-description p {
    font-size: 13px;
}

.product-tile-price {
    color: #ff0000;
    font-size: 22px;
}

.product-tagstring {
    font-size: 15px;
    color: #58585a;
    margin-bottom: 3px;
}

.filter-category {
    padding-bottom: 3px;
}

    .filter-category a, .filter-category a:hover, .filter-category a:focus {
        color: #ed5c03;
        padding-left: 10px;
    }

    .filter-category.filter-category-active a, .filter-category.filter-category-active a:hover, .filter-category.filter-category-active a:focus {
        color: #333;
        padding-left: 10px;
    }

.filter-category-sub {
    padding-left: 20px;
}

/*.product-thumb img {
    -webkit-transition: all 600ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 600ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 600ms ease-in;
    -moz-transform: scale(1);
    transition: all 600ms ease-in;
    transform: scale(1);
}

.product-tile:hover .product-thumb img {
    -webkit-transition: all 600ms ease-in;
    -webkit-transform: scale(1.15);
    -ms-transition: all 600ms ease-in;
    -ms-transform: scale(1.15);
    -moz-transition: all 600ms ease-in;
    -moz-transform: scale(1.15);
    transition: all 600ms ease-in;
    transform: scale(1.15);
}*/

.product-link a, .product-link a:hover, .product-link a:focus {
    display: block;
    border-bottom: 1px solid #d1bd80;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.product-link.active a, .product-link.active a:hover, .product-link.active a:focus {
    font-weight: 700;
}

.slider-wrapper {
    background: url(skn/slider/layer_0.png) 50% 50% no-repeat;
}


.slider-for-offer-wrapper {
    position: relative;
}

.slider-zoom {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 3;
}

.slider-for-offer {
    position: absolute;
    top: 10px;
    right: 35px;
    z-index: 1;
    width: 70px;
    height: 70px;
    background: url(skn/discount.png) 50% 50% no-repeat;
}

.slider-for-offer-container {
    width: 70px;
    height: 70px;
    position: relative;
}

.slider-for-offer-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 70px;
    color: #ffffff;
}

.slider-for-offer-discount {
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
}


.product-sep {
    height: 15px;
    display: block;
    border-top: 1px solid #333;
}

/*#fancybox-close {
    right: 20px !important;
    top: 12px !important;
}*/

.fancybox-nav {
    position: fixed;
    top: 0;
    background-image: none;
}

    .fancybox-nav span {
        visibility: visible;
        background-image: none;
    }

.fancybox-next span {
    right: 40px;
}

.fancybox-prev span {
    left: 40px;
}

.fancybox-close {
    position: fixed !important;
    top: 15px !important;
    right: 30px !important;
}

.fancybox-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-shadow: 1px 1px 1px #ccc;
}

@media(min-width:480px) {
    .tile-left {
        padding-right: 0px !important;
    }

    .tile-right {
        padding-left: 0px !important;
    }

    .col-code {
        border-left: 1px solid #333;
    }
}




.img-thumbnail {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(112,111,112,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(112,111,112,1);
    box-shadow: 0px 0px 5px 0px rgba(112,111,112,1);
    border-radius: 0px;
    border: none;
    padding: 0px;
}



.slick-prev {
    cursor: pointer;
    position: absolute;
    left: -30px;
    top: 45%;
    display: inline-block;
    color: #000000;
}

.slick-next {
    position: absolute;
    right: -30px;
    top: 45%;
    display: inline-block;
    cursor: pointer;
    color: #000000;
    font-size: 14px;
}



.slick-prev-2 {
    cursor: pointer;
    position: absolute;
    left: -10px;
    top: 45%;
    display: inline-block;
    color: #000000;
}

.slick-next-2 {
    position: absolute;
    right: -10px;
    top: 45%;
    display: inline-block;
    cursor: pointer;
    color: #000000;
    font-size: 14px;
}
.slick-prev-3 {
    cursor: pointer;
    position: absolute;
    left: -40px;
    font-size: 30px;
    bottom: 70px;
    display: inline-block;
    color: #000000;
}

.slick-next-3 {
    position: absolute;
    right: -40px;
    bottom: 70px;
    font-size: 30px;
    display: inline-block;
    cursor: pointer;
    color: #000000;
    font-size: 30px;
}

@media(max-width:768px) {

    .slick-prev {
        left: 0px;
    }

    .slick-next {
        right: 0px;
    }

    .slick-prev-2 {
        left: 0px;
    }

    .slick-next-2 {
        right: 0px;
    }
    .slick-prev-3 {
        left: 0px;
    }

    .slick-next-3 {
        right: 0px;
    }
}

.slick-prev i, .slick-next i {
    font-size: 1.6em;
}

.slick-prev-2 i, .slick-next-2 i {
    font-size: 1.6em;
}

.slick-prev i.fa-2x, .slick-next i.fa-2x {
    font-size: 2em;
}

.slick-prev-2 i.fa-2x, .slick-next-2 i.fa-2x {
    font-size: 2em;
}


.moto {
    font-size: 24px;
    font-style: italic;
    line-height: 40px;
}



.banner-text p {
    color: #ffffff;
    font-size: 50px;
    line-height: 55px;
    text-align: right;
    font-weight: 300;
}

img.banner-1a {
    height: 257px;
    width: 100%;
}

.banner-1-wrapper {
    position: relative;
}

img.banner-1 {
    position: absolute;
    right: 15px;
    top: 0px;
    height: 289px;
    width: 800px !important;
}



@media (max-width:768px) {




    .top-info {
        padding-right: 0px;
        display: inline-block;
        padding-top: 10px;
    }

        .top-info a.top-info-link, .top-info a.top-info-link:hover, .top-info a.top-info-link:focus {
            color: #000000;
            padding-left: 7px;
            padding-right: 7px;
            display: inline-block;
            text-decoration: none;
            border-left: 1px solid #ed5c03;
        }

            .top-info a.top-info-link i.fa {
                font-size: 1.3em;
            }

        .top-info .drop-down a, .top-info .drop-down a:hover, .top-info .drop-down a:focus {
            border-left: 1px solid #ed5c03;
            text-decoration: none;
        }

        .top-info a.top-info-link:last-child, .top-info a.top-info-link:last-child:hover, .top-info a.top-info-link:last-child:focus {
            padding-right: 0px;
        }

        .top-info a.top-info-link:first-child, .top-info a.top-info-link:first-child:hover, .top-info a.top-info-link:first-child:focus {
            border-left: none;
        }

        .top-info a span {
            color: #000000;
        }

        .top-info a i {
            color: #000000;
            font-size: 1.3em;
        }


    .top-area {
        border-bottom: 0px;
    }

    .vegas-boxes-container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .vegas-boxes-wrapper {
        background: #3d3e3d;
        padding: 5px;
        position: relative;
        bottom: initial;
        left: initial;
        max-width: initial;
        width: 100%;
        position: relative;
        top: -80px;
    }

    .vegas-slider {
        min-height: 250px;
    }

    .vegas-box-title {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 22px;
    }

        .vegas-box-title span {
            font-size: 22px;
        }

    .vegas-box-description {
        padding-top: 5px;
    }

    .vegas-slider {
        min-height: 300px;
    }

   
    .shortcuts-area {
        padding-top: 0px;
        position: relative;
        top: -100px;
    }
}

@media(max-width:480px) {
    .top-info-wrapper {
        height: 55px;
    }

    .vegas-slider {
        min-height: 200px;
    }

    .top-info {
        padding-right: 0px;
        display: inline-block;
        padding-top: 3px;
        display: block;
        text-align: right;
    }

        .top-info a i {
            color: #000000;
            font-size: 1.1em;
        }


    .vegas-boxes-wrapper {
        background: #3d3e3d;
        padding: 5px;
        position: relative;
        bottom: initial;
        left: initial;
        max-width: initial;
        width: 100%;
        position: relative;
        top: -50px;
    }
}

.happy-clients-area {
    padding-top: 80px;
    padding-bottom: 80px;
    background: url(skn/clients.jpg) 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


.client-box {
    padding-left: 100px;
    padding-right: 100px;
}

    .client-box .client-comment {
        background: rgba(255,255,255,0.85);
        padding: 50px;
        color: #bba973;
        font-size: 16px;
        font-style: italic;
    }

    .client-box .client-name {
        margin-top: 30px;
        font-size: 14px;
        font-style: italic;
        text-align: right;
        font-weight: 600;
    }



.slick-dots {
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin: 0px;
    padding: 0px;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 2px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: inline-block;
            background: none;
            border-radius: 50%;
            border: 1px solid #fff;
            background: #fff;
            width: 10px;
            height: 10px;
            padding: 0px;
            cursor: pointer;
            color: transparent;
        }

        .slick-dots li.slick-active button {
            border: 1px solid #ed5c03;
            background: #ed5c03;
        }

.modal-window-content .section-text {
    display: inline-block;
}

p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 24px;
}


.section-text {
    border-left: 3px solid #d1bd80;
    padding-left: 15px;
    text-align: left;
}

    .section-text .section-line2 {
        font-size: 35px;
        color: rgb(48, 48, 48);
        font-family: 'Open Sans', sans-serif;
        font-style: italic;
        letter-spacing: 2px;
        visibility: inherit;
        font-weight: 400;
        text-align: left;
    }

    .section-text .section-line1 {
        font-family: 'Open Sans', sans-serif;
        font-size: 48px;
        font-weight: 500;
        color: rgb(48, 48, 48);
        text-align: center;
        letter-spacing: 7px;
        visibility: inherit;
        text-align: left;
    }

.happy-clients-area .section-text {
    margin-left: 100px;
    margin-bottom: 40px;
}



.tab-buttons {
    border-bottom: 1px solid #58585A;
}

button.tab-button, button.tab-button:hover, button.tab-button:focus, button.tab-button:visited {
    font-size: 20px;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    color: #7c7c7d;
    background: none;
    border: none;
    cursor: pointer;
    border-color: transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    button.tab-button, button.tab-button:hover, button.tab-button:focus, button.tab-button:visited {
        color: #fff;
        background: #959595;
        border-color: #959595;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

        button.tab-button.tab-button-active, button.tab-button.tab-button-active:hover, button.tab-button.tab-button-active:focus, button.tab-button.tab-button-active:visited {
            color: #fff;
            background: #333333;
            border-color: #58585A;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
        }

table td {
    padding: 3px;
}

.tab-content ul, .modal-window-content ul {
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
}

    .tab-content ul li {
        list-style-position: inside;
    }

    .modal-window-content ul li {
        list-style-position: inside;
    }


.tab-content {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 24px;
}


.product_meta {
    margin-top: 30px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

    .product_meta span {
        color: #d1bd80;
        font-size: 18px;
        font-family: 'Open Sans', sans-serif;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
    }

    .product_meta a, .product_meta a:hover, .product_meta a:focus, .product_meta a:visited {
        color: #333;
        font-size: 18px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
    }


h1.view_title {
    margin-bottom: 30px;
}

.tagcloud {
    margin-top: 20px;
}

    .tagcloud a, .tagcloud a:hover, .tagcloud a:focus {
        border: 1px solid #d1bd80;
        border-radius: 3px;
        padding: 7px;
        color: #ffffff;
        margin-bottom: 7px;
        margin-right: 7px;
    }


.admin-menu {
    height: 0px;
}

    .admin-menu a {
        font-size: 13px;
    }

.shortcuts-area {
    padding-top: 50px;
    padding-bottom: 40px;
}

span.shortcut-title, a.shortcut-title, a.shortcut-title:hover, a.shortcut-title:focus {
    text-align: center;
    padding: 10px;
    background: #a7a7a7;
    display: block;
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: 300;
}

.shortcut-description {
    padding-left: 10px;
    padding-right: 10px;
    color: #a7a7a7;
    font-weight: 400;
    font-size: 15px;
}

.shortcut img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.shortcut:hover img {
    -webkit-filter: initial; /* Safari 6.0 - 9.0 */
    filter: initial;
}

.benefit-box {
    background: #ffffff;
}

.benefit-index {
    background: #3d3e3d;
    text-align: center;
    color: #ffffff;
}

.benefits-bg {
    background: url(skn/banner2.jpg) 0% 100% no-repeat;
    background-size: 60%;
}

.benefits {
    background: rgba(0,0,0,0.60);
    padding: 50px;
    padding-bottom: 30px;
    padding-top: 15px;
}

    .benefits h2 {
        color: #ffffff;
        padding-bottom: 15px;
        font-size: 34px;
        font-weight: 300;
    }

.benefit-box {
    margin-bottom: 15px;
    padding-left: 15px;
}

.benefit-title {
    color: #ed5c03;
    font-size: 24px;
}

.benefit-description {
    font-size: 16px;
}

.benefit-data {
    padding-top: 10px;
    padding-bottom: 10px;
}

.benefit-index span {
    position: relative;
    top: 35%;
    color: #ffffff;
    transform: translateY(-35%);
    font-size: 24px;
}



@media(min-width:990px) {
    .benefits-left {
        padding-right: 0px;
    }

        .benefits-left img {
            display: none;
        }

    .benefits-right {
        padding-left: 0px;
    }

    .benefits {
        margin-left: -15px;
    }
}


@media(max-width:1200px) {
    .benefits {
        background: rgba(0,0,0,0.60);
        padding: 30px;
        padding-bottom: 7px;
        padding-top: 7px;
    }

        .benefits h2 {
            color: #ffffff;
            padding-bottom: 15px;
            font-size: 22px;
            font-weight: 300;
        }

    .benefit-title {
        color: #ed5c03;
        font-size: 20px;
    }

    .benefit-description {
        font-size: 16px;
    }
}

@media(max-width:990px) {
    .benefits-bg {
        background: none;
    }
}

.benefits-area {
    padding-bottom: 50px;
}



.home-contact-area p {
    margin-bottom: 0px;
    color: #7c7c7d;
}

.border-blue {
    border-bottom: 2px solid #ed5c03;
    padding-bottom: 5px;
}

.home-contact-area li {
    list-style: none;
    padding-bottom: 3px;
}

.home-contact-area ul {
    padding: 0px;
}

.home-contact-area a, .home-contact-area a:hover, .home-contact-area a:focus {
    color: #7c7c7d;
    font-size: 16px;
}

@media (max-width:768px) {
    .home-contact-area .text-right, .footer-contact-info {
        text-align: left !important;
    }
}

.col-ms-6.pl-0.pr-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.custom-contact-form, custom-contact-form div, custom-contact-form p {
    font-size: 16px;
    font-family: 'Open Sans', serif;
}

    .custom-contact-form .div-lbl {
        padding-top: 3px;
    }

    .custom-contact-form .help-block {
        background: #ededed;
        border: 1px solid #ededed;
        border-radius: 4px;
        font-style: italic;
        font-size: 13px;
        padding: 3px;
    }



.bottom-area {
    padding-top: 20px;
    background: #221e1f;
    min-height: 50px;
    text-align: left;
}

.info-area {
    background: #ed5c03;
}

.info-area-timetable {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
}

.info-area-message {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
}

.banks-text {
    font-size: 12px !important;
}

p.bottom-message {
    font-size: 13px !important;
}


.bottom-area h3, .bottom-area h3 a, .bottom-area h3 a:hover {
    color: #ed5c03;
    font-size: 18px;
    font-family: 'Open Sans',Tahoma;
}

.bottom-area div, .bottom-area p, .bottom-area a, .bottom-area a:hover, .bottom-area li, .bottom-area li a, .bottom-area li:hover {
    color: #ffffff;
    font-size: 13px;
}

.bottom-area p {
    margin-bottom: 0px;
}
.bottom-area p.bottom-link {
    margin-bottom: 0px;
    padding-bottom:2px;
}
.address{
    color:#6ba983;
    font-size:13px;
}

.address i.fa-wrapper i {
    display: inline-block;
    position: relative;
    margin-right: -1px;
}
@media(min-width:768px){
    .bottom-menu{
        border-left:2px dotted #6ba983;
    }
}

.address i.fa-wrapper {
    display: inline-block;
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin-right: 10px;
}


.info-col {
    position: relative;
}

.info-details {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.info-title {
    color: #ed5c03 !important;
    font-size: 15px;
}

.info-description {
    color: #ffffff;
}

.address p {
    line-height: 24px;
    font-size: 14px;
    color: #6ba983;
    margin-bottom: 5px;
}

    .address p a, .address p a:hover, .address p a:focus {
        font-size: 14px;
        color: #6ba983;
    }

ul li {
    list-style-position: inside;
}

.bottom-area ul {
    margin: 0px;
    padding: 0px;
}

    .bottom-area ul li {
        list-style: none;
        display: block;
        padding-bottom: 5px;
    }

.bottom-area .col-bmenu li {
    list-style: none;
}

.bottom-area .about, .bottom-area .about a, .bottom-area .about a:hover {
    font-size: 14px;
    color: #EE1C25;
}

.category-tile-thumb img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.category-tile-thumb:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.category-tile a {
    font-size: 18px;
    color: #9a9898 !important;
}

.category-tile:hover a, .category-tile:focus a {
    font-size: 18px;
    color: #ed5c03 !important;
}

.category-tile-title a:hover, .category-tile-title a:focus {
    font-size: 18px;
    color: #ed5c03 !important;
}


.banner-middle {
    border: 1px solid #fff;
    outline: 1px solid #fff;
    outline-offset: -20px;
    position: relative;
    margin-bottom: 20px;
    overflow:hidden;
}

.banner-hover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: rgba(0,0,0,0.6);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.banner-middle .banner-image {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.banner-middle:hover .banner-image {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}
.banner-middle:hover .banner-hover {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 1;
}
.banner-title {
    position: absolute;
    top: 30%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    left: 0%;
    transform: translateY(-30%);
    color: #333;
    padding: 10px;
    padding-left: 30px;
    background: rgba(255,255,255,0.8);
    font-size: 20px;
    max-width: 50%;
}
.banner-middle:hover .banner-title {
    position: absolute;
    top: 30%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    left: 0%;
    transform: translateY(-30%);
    color: #333;
    padding: 10px;
    padding-left: 30px;
    background: rgba(255,255,255,0.95);
    font-size: 20px;
    max-width: 50%;
}
@media(min-width:768px) AND (max-width:1170px){
    .banner-title {
        
        font-size: 16px;
      
    }

}
@media  (max-width:480px) {
    .banner-title {
        font-size: 16px;
        max-width: 70%;
    }
}

.latest-new .banner-details {
    background: #c2c6a9;
    color: #4e4d4c;
    border-top: 5px solid #ed5c03;
    margin-top: 5px;
    padding-left: 80px;
    min-height: 80px;
    position: relative;
}

.latest-new .banner-date {
    position: absolute;
    top: 15px;
    left: 15px;
}

.banner-day {
    width: 66px;
    height: 66px;
    text-align: center;
    color: #000000;
    line-height: 66px;
    font-size: 46px;
    font-weight: bold;
    background: url(skn/calendar.jpg) 50% 50% no-repeat;
}

.banner-year {
    width: 66px;
    text-align: center;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
}

.latest-new .banner-details .banner-title {
    position: relative;
    bottom: initial;
    left: initial;
    width: 100%;
    padding: 0px;
    text-align: left;
    color: #333;
    font-size: 28px !important;
    background: none;
    padding: 15px;
    padding-bottom: 0px;
}

.latest-new .banner-description {
    margin-top: 0px;
    background: #c2c6a9;
    color: #4e4d4c;
    font-size: 18px;
    padding: 15px;
    padding-top: 0px;
    text-align: left;
}

    .latest-new .banner-description span {
        color: #4e4d4c;
        font-size: 18px;
    }


@media(max-width:1200px) {

    .latest-new .banner-details .banner-title {
        font-size: 24px !important;
    }

    .latest-new .banner-description {
        font-size: 16px;
    }

        .latest-new .banner-description span {
            font-size: 16px;
        }
}

@media (min-width:480px) AND (max-width:768px) {
    .latest-new .banner-details {
        background: #c2c6a9;
        color: #4e4d4c;
        border-top: 5px solid #ed5c03;
        margin-top: 5px;
        padding-left: 0px;
        padding-top: 100px;
        min-height: 80px;
        position: relative;
    }
}

.news-title {
    background: #000000;
}

.news-titles {
    position: relative;
    margin-top: -10px;
}

.news-title h1 {
    color: #ed5c03;
    margin: 0px;
    padding: 20px;
    font-size: 24px;
}

.company {
    padding: 10px;
}

    .company img {
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        display: inline-block;
    }

    .company:hover img {
        -webkit-filter: none; /* Safari 6.0 - 9.0 */
        filter: none;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

.company-title {
    text-align: center;
    margin-top: 10px;
    color: #858384;
    font-size: 14px;
}

.companies-header {
    text-align: center;
    color: #ed5c03;
    margin-bottom: 20px;
    font-size: 18px;
}


.tip {
    background: #ffffff;
    text-align: center;
    border: 3px solid #ed5c03;
    border-radius: 50%;
    overflow: hidden;
    max-width: 350px;
    display: inline-block;
}

.tip-title {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
}

.tip-description {
    color: #58585a;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
}

.tip img {
    display: inline-block;
}

.path-area {
    /*border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;*/
    padding-top: 10px;
    padding-bottom: 10px;
}

.vmenu-filters .filter-label {
    color: #000000;
    font-size: 14px;
}

.vmenu-filters .filters-title {
    font-size: 14px;
    background: #58585a;
    padding: 7px;
    color: #ffffff;
    margin-bottom: 10px;
}

    .vmenu-filters .filters-title a, .vmenu-filters .filters-title a:hover, .vmenu-filters .filters-title a:focus {
        font-size: 14px;
        background: #58585a;
        color: #ffffff;
        text-decoration: none;
        padding-top: 2px;
        display: inline-block;
    }

        .vmenu-filters .filters-title a span {
            color: #ffffff;
        }


.vmenu-filters .filter-group {
    padding: 10px;
    background: #e9e7e8;
}

.tile-controls {
    border: 1px solid #ccc;
    padding: 5px;
}

    .tile-controls div {
        line-height: 36px;
    }

.col-sorting {
    text-align: right;
}

.vmenu-filters label:first-child {
    font-size: 16px;
    color: #ed5c03;
    font-family: 'Open Sans',Tahoma;
}

.vmenu-filters label:first-child {
    padding-bottom: 3px;
    margin-bottom: 5px;
    display: block;
    border-bottom: 1px solid #ccc;
}

.vmenu-filters label span {
    font-size: 18px;
    color: #ed5c03;
    font-family: 'Open Sans',Tahoma;
}

.vmenu-filters .form-group {
    margin-bottom: 5px;
}

.filter-categories {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 10px;
}

.filters-buttons {
    background: #969696;
}

    .filters-buttons .col-lg-6:last-child {
        border-left: 1px solid #ffffff;
    }

    .filters-buttons .btn.btn-success {
        font-size: 16px;
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
    }


.ui-slider-horizontal {
    height: .2em;
}


.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.6em;
    height: 0.6em;
    cursor: default;
}

.ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #ed5c03 !important;
    background: #ed5c03 !important;
    font-weight: normal;
    color: #555;
    border-radius: 50%;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.2em;
    margin-left: -.6em;
}


.row-tight {
    margin-left: -3px !important;
    margin-right: -3px !important;
}

.col-tight {
    padding-left: 3px !important;
    padding-right: 3px !important;
}





.mason-box, .mason-box-inner, .mason-box div.mason-box-image, .mason-box div.mason-box-image .img-hoverlay, .mason-box div.mason-box-image .img-normal {
    overflow: hidden;
}



    .mason-box div.mason-box-image .img-normal {
        width: 100%;
        display: block;
    }

        .mason-box div.mason-box-image .img-normal img {
            background-size: cover;
            background-position: 50% 50%;
            position: relative;
            width: 100%;
        }


    .mason-box:hover div.mason-box-image .img-normal img {
        -webkit-transition: all 600ms ease-in;
        -webkit-transform: scale(1.15);
        -ms-transition: all 600ms ease-in;
        -ms-transform: scale(1.15);
        -moz-transition: all 600ms ease-in;
        -moz-transform: scale(1.15);
        transition: all 600ms ease-in;
        transform: scale(1.15);
    }


    .mason-box .img-hoverlay img {
        background: rgba(0,0,0,0.5);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        opacity: 0;
        width: 100%;
    }

    .mason-box:hover .img-hoverlay {
        padding: 0px;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
    }

        .mason-box:hover .img-hoverlay img {
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            opacity: 1;
        }

    .mason-box .mason-title {
        position: absolute;
        /*top: 50%;
    transform: translateY(-50%);*/
        top: 30%;
        text-align: left;
        width: 100%;
        display: block;
        z-index: 2;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
    }

    .mason-box span {
        color: #000;
        font-size: 20px;
        text-align: center;
        padding: 7px;
        border-radius: 0px;
        background: rgba(255,255,255,0.9);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        padding-left: 40px;
    }

    .mason-box:hover span {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        background: none;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        color: #ffffff;
        padding-left: 40px;
    }

.mason-box {
    float: left;
    display: inline-block;
    width: 25%;
    overflow: hidden;
    padding: 10px;
}

.mason-sizer {
    width: 25%;
}

.mason-box-inner {
    position: relative;
}



.banner-thumb {
    overflow: hidden;
}





@media(min-width:768px) {



    .mason-box-inner::before {
        position: absolute;
        top: 20px;
        right: 20px;
        bottom: 20px;
        left: 20px;
        content: '';
        opacity: 1;
        z-index: 2;
    }

    .mason-box-inner::after {
        position: absolute;
        top: 20px;
        right: 20px;
        bottom: 20px;
        left: 20px;
        content: '';
        opacity: 1;
        z-index: 2;
    }

    .mason-box-inner::before {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

    .mason-box-inner::after {
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
    }
}




@media(min-width:768px) {


    .mason-w-1 {
        width: 25%;
    }

    .mason-w-2 {
        width: 50%;
    }

    .mason-w-3 {
        width: 75%;
    }

    .mason-w-4 {
        width: 100%;
    }

    /* images */
    .mason-box img {
        height: 260px;
        width: 100%;
    }

    .mason-h-1 img {
        height: 260px;
        width: 100%;
    }

    .mason-h-2 img {
        height: 520px;
        width: 100%;
    }

    .mason-h-3 img {
        height: 780px;
        width: 100%;
    }

    .mason-h-4 img {
        height: 1040px;
        width: 100%;
    }


    /* inner */

    .mason-box .mason-box-inner {
        height: 260px;
        width: 100%;
    }

    .mason-h-1 .mason-box-inner {
        height: 260px;
    }

    .mason-h-2 .mason-box-inner {
        height: 520px;
    }

    .mason-h-3 .mason-box-inner {
        height: 780px;
    }

    .mason-h-4 .mason-box-inner {
        height: 1040px;
    }
}

@media(max-width:767px) {
    .mason-sizer {
        width: 100%;
    }

    .mason-box {
        width: 100%;
        height: 190px;
    }

        .mason-box img {
            width: 100%;
            height: 190px;
        }

        .mason-box .mason-title {
            top: 60px;
        }

    .info-area-message, .info-area-timetable, .phone-orders-col {
        text-align: center;
        font-size: 16px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .phone-orders-phone, a.call-back span {
        font-size: 16px;
    }

    .home-menu ul li {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 12px;
        padding-right: 12px;
        list-style: none;
        border-right: 1px solid #ededed;
        float: left;
    }

    .logo {
        margin-top: 20px;
    }
}

@media(min-width:768px) AND (max-width:1170px) {
    .mason-container-wrapper {
        max-width: 100%;
        width: 100%;
    }




    .mason-box-inner::before {
        position: absolute;
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
        content: '';
        opacity: 1;
        z-index: 2;
    }

    .mason-box-inner::after {
        position: absolute;
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
        content: '';
        opacity: 1;
        z-index: 2;
    }

    .mason-box span {
        color: #000;
        font-size: 16px;
        text-align: center;
        padding: 5px;
        border-radius: 0px;
        background: rgba(255,255,255,0.9);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        padding-left: 30px;
    }

    .mason-box:hover span {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        background: none;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        color: #ffffff;
        padding-left: 30px;
    }
}


.login-box {
    background: #ededed;
    padding: 40px;
}

.login-box-title {
    color: #333;
    text-decoration: underline;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
}

.login-box:first-child table tr:nth-child(7) {
    display: none;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #333;
    cursor: default;
    background-color: #ed5c03;
    border-color: #ed5c03;
}

.pagination > li > a, .pagination > li > span {
    color: #333;
}

.btn.btn-info.btn-filters, .btn.btn-info.btn-filters:hover, .btn.btn-info.btn-filters:focus {
    background: #ed5c03;
    border: 1px solid #ed5c03;
    color: #333;
    display: block;
    width: 100%;
    max-width: 100%;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 20px;
}

@media(max-width:990px) {
    .content-area .container {
        max-width: 100%;
        width: 100%;
    }
}

@media(max-width:768px) {
    .vmenu-filters-container {
        display: none;
    }

    .col-set, .col-sorting {
        text-align: center;
    }

    .sorting-spacer {
        margin-bottom: 10px;
    }
}

.product_feature_title {
    white-space: nowrap;
}


.sitemap ul {
    margin: 0px;
    padding: 0px;
}

    .sitemap ul li {
        margin: 0px;
        padding: 0px;
        float: left;
        list-style: none;
    }

        .sitemap ul li a {
            color: #333;
            margin: 5px;
        }

span.label {
    color: #ffffff;
    background: #6ba983;
    font-weight: 600;
    display: inline-block;
    padding: 10px;
    font-size: initial;
    font-weight: 600;
    line-height: 1;
    text-align: initial;
    white-space: normal;
    vertical-align: baseline;
    border-radius: 0px;
    margin-bottom: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    span.label.label-blue {
        background: #ed5c03;
    }

hr {
    background: #ccc;
    border-color: #ccc;
}

.products-category-title {
    background: #e9e7e8;
    color: #333;
    font-weight: 400;
    padding: 5px;
    padding-right: 27px;
    position: relative;
    margin-bottom: 3px;
    border-left: 7px solid transparent;
}

    .products-category-title a, .products-category-title a:hover, .products-category-title a:focus {
        color: #333;
        font-weight: 400;
    }


    .products-category-title.active {
        border-left: 7px solid #ed5c03;
        color: #ed5c03;
        font-weight: 600;
        margin-bottom: 0px;
    }


        .products-category-title.active a, .products-category-title.active a:hover, .products-category-title.active a:focus {
            color: #007739;
            font-weight: 600;
        }



    .products-category-title img, .products-category-title i {
        position: absolute;
        right: 5px;
        top: 7px;
        font-weight: 300;
    }

.captca_ .form-group {
    display: inline-block;
}

.products-category-links {
    background: #a8cbb9;
    border-left: 5px solid #ffffff;
    display: block;
    border-bottom: 3px solid #ffffff;
}

.form-control.captcha_text {
    max-width: 150px;
}


.products-category-link {
    position: relative;
}

    .products-category-link.active:after {
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 7px solid #ed5c03;
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .products-category-link a:hover, .products-category-link a:focus {
        color: #333;
        padding: 5px;
        padding-left: 10px;
        text-decoration: underline;
        font-size: 14px;
        display: block;
        border-left: 2px solid #ed5c03;
    }

    .products-category-link a, .products-category-link a:hover, .products-category-link a:focus {
        color: #333;
        padding: 5px;
        padding-left: 10px;
        display: block;
        font-size: 14px;
        border-left: 2px solid #ed5c03;
    }
    .products-category-link.active a, .products-category-link.active a:hover, .products-category-link.active a:focus {
        font-weight:bold !important;
    }

.arrow-right {
}



.product-section {
    padding: 7px;
    color: #ed5c03;
    background: #333;
}

@media (max-width:768px) {

   
    .btn.btn-default.btn-orders {
        border: none;
        padding-right: 0px !important;
    }

    
    .btn-orders span {
        color: rgba(255,255,255,0.6) !important;
        line-height: 20px;
        font-size: 20px !important;
        font-weight: 500 !important;
        font-family: 'Open Sans',sans-serif !important;
    }

        .btn-orders span:last-child {
            position: relative;
            top: -10px;
            right: -10px;
        }

    .btn-orders {
        color: #ffffff !important;
        border-left-color: transparent !important;
        border-top-color: transparent !important;
        border-bottom-color: transparent !important;
        font-size: 24px !important;
        padding: 0px 0px !important;
        line-height: 50px;
        padding-right: 20px !important;
    }
}






.section-title-wrapper {
    background: #ffffff;
}

h1.section-title {
    font-weight: 300;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 48px;
    z-index: 1;
    color: #333;
    background: #ffffff;
    position: relative;
    top: -5px;
}

h2.section-title {
    font-weight: 300;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 34px;
    color: #333;
    position: relative;
    z-index: 1;
    background: #ffffff;
}

.section-subtitle {
    font-weight: 500;
    font-size: 24px;
    color: #ff0000;
    text-align: center;
    margin-top: 20px;
}
/*h1.section-title:before {
        position: absolute;
        top: 50%;
        transform: translate(-50%);
        width: 100%;
        height: 1px;
        content: '';
        background: #333;
        left: -50%;
    }

    h1.section-title:after {
        position: absolute;
        top: 50%;
        transform: translate(-50%);
        width: 100%;
        height: 1px;
        content: '';
        background: #333;
        right: -150%;
    }
h2.section-title:before {
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    width: 100%;
    height: 1px;
    content: '';
    background: #333;
    left: -50%;
}

h2.section-title:after {
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    width: 100%;
    height: 1px;
    content: '';
    background: #333;
    right: -150%;
}*/
.section-title-wrapper {
    /*border-bottom: 1px solid #333;*/
    padding-bottom: 30px;
    padding-bottom: 30px;
    overflow: hidden;
    position: relative;
}

    .section-title-wrapper::after {
        position: absolute;
        top: 20px;
        left: 0px;
        width: 100%;
        height: 1px;
        content: '';
        background: #333;
        z-index: 0;
    }


.carousel-wrapper {
    position: relative;
}

.carousel-indicators {
    z-index: 7;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

.carousel-caption-big {
    font-size: 28px;
    color: #ffffff;
    padding-bottom: 2px;
    font-weight: 500;
}
    .carousel-caption-big h1 {
        font-size: 54px;
        color: #ffffff;
        padding-bottom: 4px;
        font-weight: 500;
        margin: 0px;
        padding: 0px;
    }
.carousel-caption-big h2{
    font-size: 44px;
    color: #ffffff;
    padding-bottom: 4px;
    font-weight: 500;
    margin:0px;
    padding:0px;
}
    .carousel-caption-big h3 {
        font-size: 38px;
        color: #ffffff;
        padding-bottom: 4px;
        font-weight: 500;
        margin: 0px;
        padding: 0px;
    }
.carousel-caption-small {
    padding-top: 20px;
    line-height: 26px;
    font-weight: 300;
    font-size: 16px;
}
@media(max-width:768px) {
    h1 .section-title {
        font-size: 32px;
    }

    h2.section-title {
        font-size: 24px;
    }

    .carousel-caption {
        position: absolute;
        top: 20%;
        transform: translateY(-20%);
        text-align: left;
    }
    .carousel-caption {
        right: 10%;
        left: 10%;
        padding-bottom: 20px;
    }
    .carousel-caption-big {
        font-size: 22px;
        color: #ffffff;
        padding-bottom: 2px;
        font-weight: 500;
    }
        .carousel-caption-big h1 {
            font-size: 44px;
            color: #ffffff;
            padding-bottom: 4px;
            font-weight: 500;
            margin: 0px;
            padding: 0px;
        }

        .carousel-caption-big h2 {
            font-size:34px;
            color: #ffffff;
            padding-bottom: 4px;
            font-weight: 500;
            margin: 0px;
            padding: 0px;
        }

        .carousel-caption-big h3 {
            font-size: 28px;
            color: #ffffff;
            padding-bottom: 4px;
            font-weight: 500;
            margin: 0px;
            padding: 0px;
        }

    .carousel-caption-small {
        padding-top: 20px;
        line-height: 22px;
        font-weight: 300;
        font-size: 14px;
    }

    .section-subtitle {
        font-size: 18px;
    }
    .dropdown-menu.multi-level{
        float:none !important;
    }
}

a.download-catalog, a.download-catalog:hover, a.download-catalog:focus {
    color: #ffffff;
    font-size: 14px;
    padding-right: 10px;
}

.download-catalog img {
    margin-left: 15px;
    border: 1px solid #ffffff;
}

@media(min-width:480px) {
    .download-xs {
        text-align: right !important;
    }
}

.philosophy-area {
    background: url(skn/philosophy.jpg) 50% 50% repeat-y;
}
.philosophy-wrapper{
    border:1px solid #000000;
    padding:15px;
    position:relative;
    padding-top:35px;
}
.philosophy-title {
    background: url(skn/philosophy.jpg) 50% 50% repeat-y;
    position: absolute;
    top: -20px;
    left: 50%;
    transform:translateX(-50%);
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    
}
.brands-area{
    padding-bottom:30px;
}
.brands-title{
    background:#000000;
    color:#ffffff;
    font-size:26px;
    font-weight:300;
    position:relative;
    text-align:center;
    min-height:40px;
    margin-bottom:40px;
}
    .brands-title span {
        background: #000000;
        color: #ffffff;
        font-size: 26px;
        font-weight: 300;
        position: relative;
        padding: 10px;
        padding-left:20px;
        padding-right:20px;
        position:absolute;
        left:50%;transform:translateX(-50%);
        margin-bottom: 0px;
        display: inline-block;
    }
.proposals-title {
    background: #6ba983;
    color: #ffffff;
    font-size: 26px;
    font-weight: 300;
    position: relative;
    text-align: center;
    min-height: 40px;
    margin-bottom: 70px;
}
a.proposals-link, a.proposals-link:hover, a.proposals-link:focus {
    font-weight: bold !important;
    margin-top:5px;
}
.product-arrival .product-title td {
    vertical-align: top;
}
.product-proposal .product-title td {
    vertical-align: top;
}
.product-title-path{
    padding-top:5px;
    text-align:left;
}



.proposals-title span {
    background: #6ba983;
    color: #ffffff;
    font-size: 26px;
    font-weight: 300;
    position: relative;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0px;
    display: inline-block;
}
        .proposals-title span a, .proposals-title span a:hover, .proposals-title span a:focus{
           color:#333;
           font-weight:500;
            display: block;
        }

a.new-arrivals-link, a.new-arrivals-link:hover, a.new-arrivals-link:focus {
    display:inline-block;
}
    a.new-arrivals-link b, a.new-arrivals-link:hover b, a.new-arrivals-link:focus b{
        font-weight:600;
        font-size:24px !important;
    }

.new-arrivals-image {
    background: url(skn/newproducts.jpg) 50% 50% no-repeat;
    background-size: cover;
    padding-right: 15px;
    text-align: right;
}
.new-arrivals-image h2{
    color:#ffffff;
    font-size:30px;
    font-weight:300;
}
    .new-arrivals-image a, .new-arrivals-image a:hover, .new-arrivals-image a:focus {
        color: #ffffff;
        
    }

@media(max-width:600px) {
    .col-actions,.col-logo{
        width:100% ;
        text-align:center;
    }
    .shippingline{
        text-align:center;
        padding-left:0px;
        padding-right:0px;
    }
    .shippingline2{
        padding-bottom:10px;
    }
    .col-logo img{
        max-height:100px;
    }
}

@media(min-width:768px){
    .col-address{
        float:left;
    }
    .col-newsletter-home {
        float: right !important;
    }
}
.col-newsletter-home .newsletter-area {
    margin-bottom:40px;
    margin-top:40px;
}

.add-to-cart-btn .btn.btn-primary, .add-to-cart-btn .btn.btn-primary i, .add-to-cart-btn .btn.btn-primary:hover, .add-to-cart-btn .btn.btn-primary:hover {
    color: #ed5c03;
}
.btn-big .btn.btn-primary, .btn-big .btn.btn-primary i, .btn-big .btn.btn-primary:hover, .btn-big .btn.btn-primary:hover {
    font-weight:500;
    font-size:16px;
}
    .btn-big .btn.btn-primary i {
        font-size: 18px;
    }