body, header, span, p, a, td {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #2c2c2c;
}

    a, a:hover, a:focus {
        color: #FEC718;
        text-decoration: none;
    }

h1, h2, h3, h4, h5 {
    color: #e4b316;
    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: #2c2c2c;
    font-weight: 500;
  
    background: #ffffff;
}

.middle-area {
    background: url(skn/contact-bg.jpg) repeat;
}

.newsletter-area {
    /*background: url(skn/bg.png) repeat;*/
    
    background:#FEC718;
}



@media(min-width:1400px) {

    .container {
        width: 1370px;
    }
}

@media(max-width:1400px) {

    .top-area .container {
        width: 100%;
        max-width: 100%;
    }
}


.newsletter-bottom {
    height: 128px;
    /*background: url(skn/newsletter-shadow.jpg) 50% 50% no-repeat;*/
}

.newsletter-title {
    color: #333;
    font-size: 30px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-bottom: 10px;
}

.newsletter-description {
    color: #4e4d4c;
    font-size: 16px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding-bottom: 10px;
}

.newsletter-form {
    display: block;
}

    .newsletter-form .form-control {
        background: #ffffff;
        border: 1px solid #333;
        box-shadow: none;
        height: 42px;
        width: 100%;
        display: inline-block;
        max-width: 400px;
        margin-bottom: 20px;
    }

    .newsletter-form .btn.btn-primary {
        border: 1px solid #333;
        background: #333;
        box-shadow: none;
        position: relative;
        color: #ffffff;
    }

        .newsletter-form .btn.btn-primary i {
            color: #ffffff !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;
    }

.path-area, .path-area a, .path-area a:focus, .path-area a:hover, .path-area span {
    color: #979797;
    font-size: 14px;
}

    .path-area .here a, .path-area .here a:focus, .path-area .here a:hover {
        color: #000;
        font-size: 14px;
        
    }


#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;
    }
}

#search .btn, #search .btn:hover, #search .btn:focus {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    color: #000;
    background-color: #fff;
    border-color: #fff;
    font-size: 16px;
    padding: 10px;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #000;
    background-color: #fff;
    border-color: #fff;
    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: #FEC718;
    font-size: 14px;
    
}

a.btn-checkout, a.btn-checkout:hover, a.btn-checkout:focus {
    background: #FEC718 !important;
    border-color: #FEC718 !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: 18px;
    font-weight: 600;
    border-bottom: 1px solid #FEC718;
    padding-bottom: 5px;
}

.shipping-info-phone {
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #FEC718;
}

.shipping-info-timetable {
    font-size: 15px;
    font-weight: 600;
    position: relative;
    top: -2px;
}

.langs-area i {
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    border: 1px solid #333;
    border-radius: 50%;
    color: #333;
}


.langs-area span.sep {
    padding-right: 10px;
    margin-left: 10px;
    border-left: 1px solid #FEC718;
    display: inline-block;
    height: 30px;
    line-height: 24px;
    color: #ffffff;
    position: relative;
    bottom: -8px;
}

.menus-area {
  
    background: #2c2c2c;
}
.message-area {
    background: #FEC718;
    color: #333;
    padding:5px;
}
@media (min-width:1200px) {
    .col-lg-25 {
        width:20% !important;
    }

}
    @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-left: 40px;
            }

            .col-actions .btn-toolbar .btn-default, .col-actions .btn-toolbar .btn-default span {
                font-size: 16px;
                font-weight: normal;
                font-family: 'Open Sans Condensed',sans-serif;
            }

            .col-actions .btn-toolbar .btn-default {
                padding: 5px 12px;
                border-color: #333;
                height: 42px;
                line-height: 35px;
            }

            .col-actions .btn-toolbar .form-control, .col-actions .btn-toolbar .form-control:focus {
                padding: 5px;
                height: 40px;
                border: none;
                font-size: 14px;
                font-family: 'Open Sans',sans-serif;
                box-shadow: none;
            }

        .top-info-area {
            display: inline-block;
        }

        .btn-search {
            padding: 0px !important;
            margin: 0px !important;
            max-width: 140px;
            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: 5px 12px;
                height: 40px;
            }

        .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 #FEC718;
            }


            .top-info .drop-down a, .top-info .drop-down a:hover, .top-info .drop-down a:focus {
                border-left: 1px solid #FEC718;
                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;
        }
        /*.navbar-nav {
        margin: 0 auto;
        display: table;
        table-layout: auto;
        float: none;
        width: 100%;
    }

        .navbar-nav > li {
            display: table-cell;
            float: none;
            text-align: center;
        }*/
        a .logo-moto, a .logo-moto:hover, a .logo-moto:focus {
            font-style: italic;
            display: block;
            text-align: left;
            padding-left: 40px;
            color: #ababab !important;
            text-decoration: none !important;
            font-size: 18px;
        }

        .col-logo {
            text-align: left;
        }


        .phone-orders-col {
            text-align: right;
        }

        .phone-orders {
            color: #acaaab;
            line-height: 40px;
            font-size: 18px;
        }

        .phone-orders-phone {
            color: #333;
            font-size: 30px;
            font-weight: 600;
        }

        a.call-back, a.call-back:hover, a.call-back:focus {
            color: #acaaab;
            display: inline-block;
            width: initial;
            line-height: 40px;
            font-size: 18px;
        }

            a.call-back span {
                color: #FEC718;
                font-size: 24px;
            }

                a.call-back span.call-back-help {
                    font-size: 14px;
                    color: #58585a;
                }




        .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 > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #ffffff;
            background: none;
            font-weight: 400;
            font-size: 18px;
            font-weight: 400;
            font-family: 'Open Sans', serif;
            padding-top: 0px;
            padding-bottom: 0px;
            padding-top: 20px;
            padding-bottom: 20px;
            position: relative;
        }

        .navbar-default .navbar-nav > li:first-child > a, .navbar-default .navbar-nav > li:first-child > a:hover, .navbar-default .navbar-nav > li:first-child > a:focus {
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .navbar-nav {
            margin: 0 auto;
            display: table;
            table-layout: auto;
            float: none;
            /*width: 100%;*/
        }

            .navbar-nav > li {
                display: table-cell;
                float: none;
                margin: 0px;
                padding: 0px;
                text-align: center;
            }

        .navbar-default .navbar-nav > li {
            padding-left: 15px;
            padding-right: 15px;
        }

            .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
                color: #ffffff;
                background: none;
                font-weight: 400;
                font-size: 18px;
                font-weight: 400;
                font-family: 'Open Sans', serif;
                padding-top: 0px;
                padding-bottom: 0px;
                padding-top: 20px;
                padding-bottom: 20px;
            }

        .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
            background: none;
            color: #ffffff;
        }

            .navbar-default .navbar-nav > .active > a::after {
                background: url(skn/menu-active.jpg) 50% 0% no-repeat;
                content: '';
                height: 9px;
                display: block;
                width: 100%;
                left: 0px;
                top: -1px;
                position: absolute;
            }

        .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 #58585a;
            border-radius: 0px;
            -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
            box-shadow: 0 6px 12px rgba(0,0,0,0.175);
            background-clip: padding-box;
            background: rgba(0,0,0,0.5);
            z-index: 6;
        }

            .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;
                white-space: nowrap;
            }

                .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: #FEC718;
                    white-space: nowrap;
                    background: rgba(0,0,0,0.5);
                }

        .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;
            }
    }


    @media (max-width:767px) {
        .cart-message {
            font-size: 14px;
        }

        .menu-wrapper {
            background: #333;
        }

        .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;
        }

        .logo {
            margin-top: 0px;
        }

        .path-area {
            margin-top: 15px;
        }

        .col-actions {
            text-align: center;
            padding-top: 0px;
            padding-bottom: 0px;
        }

        .btn-toolbar-wrapper {
            display: inline-block;
            text-align: center;
        }

        .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: #fff;
            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: #fff;
            font-family: 'Open Sans', serif;
        }

        .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
            color: #FEC718;
            background: none;
        }

        .navbar-default .navbar-nav > li > a:hover .navbar-default .navbar-nav > li > a:focus {
            color: #fff;
            font-family: 'Open Sans', serif;
        }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a {
            color: #fff;
        }

        .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;
        }
        /*.btn-search {
        padding: 0px !important;
        margin: 0px !important;
        max-width: 100%;
        border-left: none;
        position:relative;
       
        bottom:-10px;
    }

        .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;
        }*/

    }

    @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: #FEC718;
                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: #2c2c2c;
    }



        .about-area, .about-area a, .about-area a:hover, .about-area a:focus {
            color: #ffffff;
            font-size: 14px;
            font-family: 'Open Sans', sans-serif;
            font-weight: 300;
        }

            .about-area a, .about-area a:hover, .about-area a:focus {
                color: #FEC718;
                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;
    }




    h3.section {
        font-size: 18px;
        border-bottom: 1px solid #000000;
        padding-bottom: 10px;
        margin-bottom: 10px;
        display: block;
        color: #333;
        font-weight: 500;
    }

    .contact-area-title {
        padding-top: 30px;
        padding-bottom: 40px;
        background: url(skn/bg.png) repeat;
        text-align: center;
    }

        .contact-area-title h1 {
            font-size: 30px;
            font-weight: 300;
            color: #333;
            position: relative;
        }

            .contact-area-title h1:after {
                content: '';
                position: absolute;
                left: 0px;
                right: 0px;
                margin-left: auto;
                margin-right: auto;
                background: #FEC718;
                bottom: -10px;
                width: 140px;
                height: 1px;
            }

    .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: #2c2c2c;
        border-color: #2c2c2c;
        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: #2c2c2c;
            border-color: #2c2c2c;
            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: #FEC718;
        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;
        top: 5px;
        left: 5px;
        border: 2px solid #ffffff;
        background: #73a88d;
        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: 0px;
        right: 0px;
        z-index: 2;
    }

    .product-details-code {
        color: #73a88d;
        margin-bottom: 3px;
        font-weight: 500;
    }

    .product-tile-special-offer {
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 2;
    }

    .product-title-fixed {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 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;
        z-index: 1;
        text-align: center;
    }

    .product-title-inside {
        font-size: 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: #FEC718;
            }

            .sizes-list li.inactive {
                cursor: default;
                color: #827e7e;
                background: url(skn/icon-x.png) 50% 50% no-repeat #ededed;
                background-size: cover;
            }

    .product-title-fixed:hover {
        background: rgba(0,0,0,0.6);
        -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;
    }

    .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-fixed a.product-title, .product-title-fixed a.product-title:hover, .product-title-fixed a.product-title:focus {
        font-size: 20px;
        font-weight: 400;
        display: inline-block;
        padding: 5px;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
    }

    .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-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: #cc0000;
        font-size: 24px;
        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: 24px;
        color: #000000;
        font-weight: 600;
    }

        .product-final-price2 span {
            text-align: left;
            font-size: 24px;
            color: #000000;
            font-weight: 600;
        }

    .product-discounted-price2, .product-discounted-price2 span {
        color: #cc0000;
        font-size: 24px;
        font-weight: 500;
        text-decoration: line-through;
    }

    .product-details-description {
        margin-bottom: 3px;
    }

        .product-details-description, .product-details-description p {
            font-weight: 300;
        }

    .product-tile-tag {
        font-size: 14px;
        font-weight: 600;
        color: #FEC718;
    }

    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-inner {
        position: relative;
        overflow: hidden;
    }

    .product-code {
        font-size: 18px;
        color: #000;
        margin-bottom: 3px;
    }

    .product-tagstring {
        font-size: 16px;
        color: #000;
        margin-bottom: 3px;
    }

    hr.product-hr {
        background: none;
        margin: 0px;
        padding: 0px;
        border: none;
        margin-top: 10px;
        border-bottom: 2px dashed #333;
    }

    .filter-category {
        padding-bottom: 3px;
    }

        .filter-category a, .filter-category a:hover, .filter-category a:focus {
            color: #FEC718;
            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-thumb {
        overflow: hidden;
    }

        .product-thumb:hover img {
            -webkit-transition: all 600ms ease-in;
            -webkit-transform: scale(1.1);
            -ms-transition: all 600ms ease-in;
            -ms-transform: scale(1.1);
            -moz-transition: all 600ms ease-in;
            -moz-transform: scale(1.1);
            transition: all 600ms ease-in;
            transform: scale(1.1);
        }

    .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: #FEC718;
        border: 2px solid #ffffff;
        border-radius: 50%;
    }

    .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-responsive {
        display: inline-block;
    }


    .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;
    }

    @media(max-width:768px) {

        .slick-prev {
            left: 0px;
        }

        .slick-next {
            right: 0px;
        }

        .slick-prev-2 {
            left: 0px;
        }

        .slick-next-2 {
            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;
    }





    @media (max-width:768) {


        .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 #FEC718;
            }

                .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 #FEC718;
                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 {
            box-shadow: none;
        }
    }

    @media(max-width:480px) {
        .top-info-wrapper {
            height: 55px;
        }
    }


    .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 #FEC718;
                background: #FEC718;
            }


    p {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 24px;
    }




    .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: #FEC718;
        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;
        }

        .top-info-area {
            margin-bottom: 20px;
            margin-top: 10px;
        }

        .benefits h2 {
            color: #ffffff;
            padding-bottom: 15px;
            font-size: 22px;
            font-weight: 300;
        }

        .benefit-title {
            color: #FEC718;
            font-size: 20px;
        }

        .benefit-description {
            font-size: 16px;
        }
    }

    @media(max-width:990px) {
        .benefits-bg {
            background: none;
        }
    }

    .benefits-area {
        padding-bottom: 50px;
    }


    .latest-news-title-area {
        background: #01aef0;
        padding: 7px;
        color: #ffffff;
        font-size: 24px;
        text-align: center;
    }

    .latest-news-area {
        background: #3d3e3d;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .latest-new, .latest-new-info {
        width: 100%;
    }

        .latest-new td {
            vertical-align: top;
        }

    .latest-new-day {
        width: 70px;
        height: 70px;
        background: #119ed5;
        text-align: center;
        color: #ffffff;
        font-size: 44px;
        font-weight: 300;
        line-height: 55px;
        padding-top: 5px;
    }

    .latest-new-year {
        width: 70px;
        height: 70px;
        background: #7c7c7d;
        text-align: center;
        padding-top: 10px;
        color: #ffffff;
        font-size: 18px;
        font-weight: 300;
        line-height: 22px;
    }

    .latest-new-title, .latest-new-description {
        padding-left: 10px;
    }

        .latest-new-title a, .latest-new-title a:hover, .latest-new-title a:focus {
            font-size: 20px;
            color: #FEC718;
        }

        .latest-new-description, .latest-new-description p, .latest-new-description span {
            font-size: 15px;
            color: #ffffff;
            font-weight: 300;
        }

    .latest-new-arrow-right {
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #119ed5;
        position: absolute;
        left: 85px;
        top: 30px;
    }


    .home-contact-area p {
        margin-bottom: 0px;
        color: #7c7c7d;
    }

    .border-blue {
        border-bottom: 2px solid #FEC718;
        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: 40px;
        background: #2c2c2c;
        min-height: 50px;
        text-align: left;
    }

    .info-area {
        background: #FEC718;
    }

    .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: #FEC718;
        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 .eqcol {
        text-align: left;
        background: url(skn/dot.jpg) 15px 0% repeat-y;
        padding-left: 25px;
    }

    .address i.fa-wrapper i {
        display: inline-block;
        position: relative;
        margin-right: -1px;
    }

    .address i.fa-wrapper {
        display: inline-block;
        border: 1px solid #ffffff;
        border-radius: 50%;
        color: #ffffff;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        margin-right: 10px;
    }

    .address p {
        line-height: 30px;
        font-size: 14px;
        color: #a6ce39;
    }

        .address p a, .address p a:hover, .address p a:focus {
            font-size: 14px;
            color: #a6ce39;
        }

    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;
        }

    .beqcol {
        border-left: 1px solid #FEC718;
        position: relative;
        padding-top: 15px;
        margin-bottom: 30px;
    }

        .beqcol::after {
            position: absolute;
            content: '';
            top: 0px;
            left: -7px;
            height: 20px;
            width: 7px;
            display: block;
            background: #FEC718;
        }

    @media(max-width:768px) {

        .beqcol {
            border-left: none;
            position: relative;
            padding-top: 15px;
            margin-bottom: 30px;
        }

            .beqcol::after {
                display: none;
            }
    }

    .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: #FEC718 !important;
    }

    .category-tile-title a:hover, .category-tile-title a:focus {
        font-size: 18px;
        color: #FEC718 !important;
    }





    .tip {
        background: #ffffff;
        text-align: center;
        border: 3px solid #FEC718;
        border-radius: 50%;
        overflow: hidden;
        max-width: 310px;
        display: inline-block;
    }

    .tip-title {
        color: #333;
        font-size: 20px;
        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-top: 1px solid #757d80;
        margin-top: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .vmenu-filters .filter-label {
        color: #000000;
        font-size: 14px;
        margin-bottom: 2px;
    }

    .vmenu-filters .filters-title {
        font-size: 18px;
        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: 16px;
            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 {
        border: 1px solid #ccc;
        padding: 10px;
    }

    .tile-controls-bg {
        background: #f4f4f4;
    }

    .tile-controls {
        padding: 5px;
        /*background: url(skn/bg.png) repeat;*/
    }

        .tile-controls div {
            line-height: 36px;
        }

    .col-sorting {
        text-align: right;
    }

    .vmenu-filters label:first-child {
        font-size: 18px;
        color: #333;
        font-family: 'Open Sans',Tahoma;
    }

    .vmenu-filters label:first-child {
        padding: 3px;
        margin-bottom: 5px;
        display: block;
        border-bottom: 1px solid #ccc;
        background: #FEC718;
        color: #333;
    }

    .vmenu-filters label span {
        font-size: 18px;
        color: #FEC718;
        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: #333;
    }

        .filters-buttons .col-lg-6:last-child {
            border-left: 1px solid #ffffff;
        }

        .filters-buttons .btn {
            font-size: 16px;
            text-align: center;
            padding-left: 0px;
            padding-right: 0px;
            color: #ffffff !important;
        }

            .filters-buttons .btn span {
                color: #ffffff !important;
            }

    .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 #FEC718 !important;
        background: #FEC718 !important;
        font-weight: normal;
        color: #2c2c2c;
        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;
    }

        .banner-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);
        }

        .banner-thumb:hover 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);
        }

        .banner-thumb::before {
            position: absolute;
            top: 20px;
            right: 20px;
            bottom: 20px;
            left: 20px;
            content: '';
            opacity: 1;
            z-index: 2;
            -webkit-transition: all 600ms ease-in;
            -ms-transition: all 600ms ease-in;
            -moz-transition: all 600ms ease-in;
            transition: all 600ms ease-in;
        }

        .banner-thumb::after {
            position: absolute;
            top: 20px;
            right: 20px;
            bottom: 20px;
            left: 20px;
            content: '';
            opacity: 1;
            z-index: 2;
            -webkit-transition: all 600ms ease-in;
            -ms-transition: all 600ms ease-in;
            -moz-transition: all 600ms ease-in;
            transition: all 600ms ease-in;
        }

        .banner-thumb::before {
            border-top: 1px solid #fff;
            border-bottom: 1px solid #fff;
        }

        .banner-thumb::after {
            border-right: 1px solid #fff;
            border-left: 1px solid #fff;
        }

    .banner:hover .banner-thumb::before, .banner:hover .banner-thumb::after {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }



    @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;
        }

        .langs-area {
            text-align: center;
        }

        .logo {
            margin-top: 0px;
        }

        .top-info-area {
            display: inline-block;
        }

        .btn-toolbar-wrapper {
            margin-left: 20px;
        }
    }

    @media(min-width:768px) AND (max-width:1170px) {
        .mason-container-wrapper {
            max-width: 100%;
            width: 100%;
        }

        .top-info-area {
            display: inline-block;
            margin-right: 30px;
        }


        .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: #FEC718;
        border-color: #FEC718;
    }

    .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: #FEC718;
        border: 1px solid #FEC718;
        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;
            }

    .map-area {
    }


    #accordion {
        margin: 0px;
        padding: 0px;
        width: 100%;
    }

    .accordion-slider {
        position: relative;
        list-style: none;
        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;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    @media(min-width:768px) {
        #accordion {
            display: table;
            table-layout: fixed;
        }

        .accordion-slider {
            display: table-cell;
        }
    }

    .accordion-wrapper {
        position: relative;
    }

    .accordion-slider-content {
        min-height: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 35%;
        overflow: hidden;
    }

    .accordion-slider-1 {
        background: url(skn/accordion1.jpg) 50% 50% no-repeat;
        background-size: cover;
    }

    .accordion-slider-2 {
        background: url(skn/accordion2.jpg) 50% 50% no-repeat;
        background-size: cover;
    }

    .accordion-slider-box h1 {
        color: #333;
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 20px;
        -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;
    }

    .accordion-slider:hover .accordion-slider-box h1 {
        color: #333;
        font-size: 45px;
        font-weight: 600;
        margin-bottom: 30px;
    }

    .accordion-slider-box {
        position: absolute;
        width: 100%;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
        padding: 20px;
    }

    .accordion-slider-description {
        font-size: 16px;
        color: #000000;
    }

    @media (min-width: 768px) AND (max-width: 1200px) {
        .accordion-slider-box h1 {
            color: #333;
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 15px;
            -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;
        }

        .accordion-slider-content {
            min-height: 100%;
            height: 100%;
            position: absolute;
            left: 0px;
            top: 0px;
            width: 50%;
            overflow: hidden;
        }

        .accordion-slider:hover .accordion-slider-box h1 {
            color: #333;
            font-size: 30px;
            font-weight: 600;
            margin-bottom: 20px;
        }



        .accordion-slider-description {
            font-size: 14px;
            color: #000000;
            text-shadow: 1px 1px 1px #ffffff;
        }
    }

    @media (max-width: 768px) {
        #accordion li, #accordion li:hover, #accordion:hover li, #accordion:hover li:hover {
            width: 100%;
        }

        .accordion-slider-box h1 {
            color: #333;
            font-size: 25px;
            font-weight: 600;
            margin-bottom: 15px;
            -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;
        }

        .accordion-slider:hover .accordion-slider-box h1 {
            color: #333;
            font-size: 25px;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .accordion-slider:nth-child(even) .accordion-slider-content {
            left: 0px;
            width: 50%;
        }

        .accordion-slider:nth-child(odd) .accordion-slider-content {
            left: initial;
            right: 0px;
            width: 50%;
        }

        .accordion-slider-description {
            font-size: 14px;
            color: #000000;
            text-shadow: 1px 1px 1px #ffffff;
        }
    }

    .new-arrivals-header {
        text-align: center;
        color: #333;
        margin-bottom: 30px;
        font-size: 30px;
        font-weight: 300;
    }

    .new-arrivals.no, .top-sales.no {
        height: 0px;
        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;
    }

    .new-arrivals .ContextMenuIcon, .top-sales .ContextMenuIcon {
        display: none;
    }

    .top-sales-text {
        color: #ffffff;
        font-size: 18px;
        font-weight: 300;
    }

    .top-sales-bg2 {
        background: #2c2c2c;
    }

    @media(min-width:990px) {
        .top-right {
            background: #282828;
        }

        .top-left {
            padding-right: 0px;
        }

        .top-right {
            padding-left: 0px;
        }

        .tseqcol {
            padding-left: 0px;
            padding-right: 0px;
        }
    }

    @media(min-width:480px) AND (max-width:990px) {
        .col-to-right {
            float: right;
        }

        .col-to-left {
            float: left;
        }
    }

    .top-sales-bg {
        background: #f0f0f0;
    }

    .top-sales .slick-prev {
        cursor: pointer;
        position: absolute;
        left: 10px;
        top: 35%;
        display: inline-block;
        color: #a09993;
        font-size: 30px;
    }

    .top-sales .slick-next {
        position: absolute;
        right: 10px;
        top: 35%;
        display: inline-block;
        cursor: pointer;
        color: #a09993;
        font-size: 30px;
    }

    .books {
        background: url(skn/2a-books-stack-white-background.jpg) 50% 50% no-repeat;
        background-size: cover;
    }

    .new-arrivals .slick-prev {
        cursor: pointer;
        position: absolute;
        left: -30px;
        top: 35%;
        display: inline-block;
        color: #a09993;
        font-size: 70px;
    }

    .new-arrivals .slick-next {
        position: absolute;
        right: -30px;
        top: 35%;
        display: inline-block;
        cursor: pointer;
        color: #a09993;
        font-size: 70px;
    }

    @media (min-width: 768px) AND (max-width: 1200px) {
        .new-arrivals .slick-prev {
            cursor: pointer;
            position: absolute;
            left: -30px;
            top: 35%;
            display: inline-block;
            color: #a09993;
            font-size: 40px;
        }

        .new-arrivals .slick-next {
            position: absolute;
            right: -30px;
            top: 35%;
            display: inline-block;
            cursor: pointer;
            color: #a09993;
            font-size: 40px;
        }
    }

    @media (max-width: 768px) {
        .new-arrivals .slick-prev {
            cursor: pointer;
            position: absolute;
            left: 10px;
            top: 35%;
            display: inline-block;
            color: #a09993;
            font-size: 30px;
            z-index: 3;
        }

        .new-arrivals .slick-next {
            position: absolute;
            right: 10px;
            top: 35%;
            display: inline-block;
            cursor: pointer;
            color: #a09993;
            font-size: 30px;
            z-index: 3;
        }
    }


    .parallax-area {
        min-height: 450px;
        background: url(skn/parallax2.jpg) 0% 50% no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

        .parallax-row-1, .parallax-row-2, .parallax-row-3, .parallax-area .eqcol {
            min-height: 30px;
        }

        .parallax-area .eqcol {
            padding-top: 20px;
            padding-bottom: 20px;
        }

    .parallax-row-3 .col-2, .parallax-row-3 .col-2 p, .parallax-row-3 .col-2 span {
        background: #2c2c2c;
        color: #ffffff;
        font-weight: 300;
    }

    .parallax-row-2 .col-2 {
        background: #FEC718;
    }

        .parallax-row-2 .col-2 * {
            color: #ffffff;
            font-weight: 300;
        }

        .parallax-row-2 .col-2 strong {
            font-weight: 600 !important;
        }

        .parallax-row-2 .col-2 h3 {
            margin-top: 0px !important;
            padding-top: 0px !important;
            font-weight: 600;
            font-size: 24px;
        }


    .parallax-row-1 .col-1 {
        background: rgba(184,190,191,0.8);
    }

        .parallax-row-1 .col-1 * {
            color: #333;
            font-weight: 300;
        }

        .parallax-row-1 .col-1 strong {
            font-weight: 600 !important;
        }

        .parallax-row-1 .col-1 h3 {
            margin-top: 0px !important;
            padding-top: 0px !important;
            font-weight: 600;
            font-size: 24px;
        }

    .parallax-row-2 {
        overflow: hidden;
    }

        .parallax-row-2 .col-1 {
            position: relative;
        }

    .student {
        position: absolute;
        top: 0px;
        right: 0px;
    }

    .gray-bg {
        background: #2c2c2c;
    }



    .bottom-info i {
        color: #ffffff;
        border: 2px solid #ffffff;
        background: #58585a;
        width: 30px;
        height: 30px;
        margin-right: 4px;
        border-radius: 50%;
        position: absolute;
        top: 0px;
        left: 0px;
        display: inline-block;
        text-align: center;
        line-height: 24px;
    }

    .bottom-info p {
        vertical-align: text-top;
        position: relative;
        padding-left: 34px;
        margin-bottom: 10px;
    }

    .bottom-info-2 strong {
        color: #FEC718;
        font-size: 14px;
    }

    .bottom-info-2 .eqcol {
        text-align: center !important;
    }

    .bottom-info-2 p {
        line-height: 18px;
        font-size: 12px;
    }

    .captcha_input, .captcha_text {
        max-width: 160px;
        display: inline-block;
    }

    .form-inline .form-group {
        display: inline-block;
    }


    .cat1-title, .cat2-title {
        text-align: center;
        color: #ffffff;
        font-size: 24px;
        font-weight: 500;
        padding-top: 20px;
        padding-bottom: 10px;
        position: relative;
    }

    .cat1-title {
        background: #FEC718;
    }

    .cat2-title {
        background: #73a88d;
    }

    .cat1-title .arrow-down {
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #FEC718;
    }

    .cat2-title .arrow-down {
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #73a88d;
    }

    .arrow-down {
        position: absolute;
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        bottom: -20px;
    }



    .carousel-caption {
        position: absolute;
        top: 0%;
        height: 100%;
        min-height: 100%;
        left: 0px;
        width: 20%;
        background: #FEC718;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 10%;
        text-align: left;
    }

    .carousel-caption-title {
        color: #000000;
        font-size: 40px;
        font-weight: bold;
        line-height: 55px;
        text-decoration: none;
        text-shadow: none;
        margin-bottom: 20px;
    }

    .carousel-caption-description {
        color: #000000;
        line-height: 24px;
        text-decoration: none;
        text-shadow: none;
    }

    @media(max-width:1400px) {
        .carousel-caption {
            padding-top: 5%;
            width: 25%;
        }


        .carousel-caption-title {
            font-size: 30px;
            line-height: 42px;
            margin-bottom: 20px;
        }

        .carousel-caption-description {
            line-height: 20px;
            line-height: 34px;
        }
    }

    @media(max-width:1000px) {
        .carousel-caption {
            padding-top: 10px;
            width: 30%;
        }


        .carousel-caption-title {
            font-size: 25px;
            line-height: 35px;
            margin-bottom: 20px;
        }

        .carousel-caption-description {
            line-height: 16px;
            line-height: 22px;
        }
    }

    @media(max-width:800px) {
        .carousel-caption {
            padding-top: 10px;
            width: 30%;
        }


        .carousel-caption-title {
            font-size: 22px;
            line-height: 32px;
            margin-bottom: 10px;
        }

        .carousel-caption-description {
            line-height: 15px;
            line-height: 20px;
        }
    }

    @media(max-width:800px) {
        .carousel-caption {
            position: absolute;
            top: initial;
            height: initial;
            min-height: initial;
            left: 0px;
            width: 100%;
            background: #FEC718;
            padding-left: 20px;
            padding-right: 20px;
            padding-top: initial;
            text-align: left;
            bottom: 0px;
        }

        .carousel-inner img {
            min-height: 300px;
        }


        .carousel-caption-title {
            font-size: 22px;
            line-height: 32px;
            margin-bottom: 10px;
        }

        .carousel-caption-description {
            line-height: 15px;
            line-height: 20px;
        }

        .carousel-indicators {
            bottom: 0px;
            right: 20px;
            text-align: right;
            right: 10px !important;
            left: initial !important;
        }
    }

    .carousel-indicators li {
        background-color: #000\9;
        background-color: rgba(0,0,0,0);
        border: 1px solid #000;
    }

    .carousel-indicators .active {
        background-color: #000;
    }