﻿
body {
    font-size: 14px;
    color: #333333;
    text-transform: none;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    background: #ffffff;
    overflow-x: hidden;
}

.siberica1 {
    display: block;
    height: 24px;
    background: url(skn/siberica4.png) 50% 50% repeat-x #e10707;
    border-top: 3px solid #e10707;
    border-bottom: 3px solid #e10707;
    background-size: contain;
}

.terms li {
    padding-bottom: 25px;
}

.siberica2 {
    display: block;
    border-top: 3px solid #000000;
    border-bottom: 3px solid #000000;
    height: 24px;
    background: url(skn/siberica2.png) 50% 50% repeat-x #000000;
    background-size: contain;
}

a:hover, a:focus {
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
}


h1, h2, h3, h4 {
    font-family: 'Roboto',serif;
}

.header-big {
    font-size: 46px;
    font-family: 'Roboto',serif;
}

.header-medium {
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
}

.header-medium-lined {
    font-size: 28px;
    color: #e10707;
    font-family: 'Roboto',serif;
    position: relative;
    margin-bottom: 20px;
    font-weight: 500;
}

    .header-medium-lined::after {
        position: absolute;
        content: '';
        left: 0px;
        bottom: -10px;
        background: #666666;
        width: 100px;
        height: 1px;
    }

.text-big {
    font-size: 20px;
}

.text-medium {
    font-size: 18px;
}

.footer-moto {
    font-size: 20px;
    line-height: 28px;
}

.text-header {
    font-family: 'Roboto',serif;
}

.text-label {
    font-family: 'Roboto',serif;
    font-weight: 500;
}

.text-italic {
    font-style: italic;
}

a {
    color: #e10707;
}

.modal .modal-content .modal-header {
    background: #e10707;
}

.modal.modal-cart .modal-content .modal-header {
    background: #e10707;
    min-height: 50px;
}

.loader .loader-overlay {
    opacity: 0.2;
}

.edit-actions {
    position: fixed;
    z-index: 10000;
    bottom: 20px;
    left: 20px;
}

.random-products {
    margin-left: -15px;
    margin-right: -15px;
}

.random-product {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 400px;
}


.top-area {
    background-color: #990000;
    background-image: linear-gradient(147deg, #990000 0%, #ff0000 74%);
    color: #ffffff;
    padding-bottom: 5px;
    padding-top: 5px;
}

    .top-area span.info {
        display: block;
        padding-top: 7px;
        padding-bottom: 3px;
    }

        .top-area span.info i {
            color: #fff;
        }

    .top-area li {
        padding-top: 5px;
        padding-bottom: 5px;
        display: inline-block;
        list-style: none;
        float: left;
    }

        .top-area li .dropdown-menu {
            border-radius: 0px;
        }

            .top-area li .dropdown-menu li, .top-area li .dropdown-menu li:hover, .top-area li .dropdown-menu li:focus {
                padding-top: 0px;
                padding-bottom: 0px;
                display: block;
                list-style: none;
                color: #ffffff;
                float: none;
            }

                .top-area li .dropdown-menu li a, .top-area li .dropdown-menu li a:hover, .top-area li .dropdown-menu li a:focus {
                    display: block;
                    text-align: left;
                    padding: 7px;
                    left: 0px;
                    color: #ffffff;
                }

                    .top-area li .dropdown-menu li a i, .top-area li .dropdown-menu li a:hover i, .top-area li .dropdown-menu li a:focus i {
                        font-weight: normal;
                    }

                    .top-area li .dropdown-menu li a:hover i, .top-area li .dropdown-menu li a:focus i {
                        color: #ffffff;
                    }

    .top-area a, .top-area a:hover, .top-area a:focus {
        font-size: 14px;
        font-weight: 500;
        padding-left: 7px;
        padding-right: 7px;
        color: #ffffff;
        text-decoration: none;
        display: inline-block;
        vertical-align: middle;
    }

        .top-area a span, .top-area a strong {
            color: #fff;
        }

        .top-area a.info:first-child, .top-area a.info:first-child:hover, .top-area a.info:first-child:focus {
            border-left: none;
        }

        .top-area a.info:last-child, .top-area a.info:last-child:hover, .top-area a.info:last-child:focus {
            margin-right: 0px;
        }

        .top-area a i {
            color: #e10707;
            font-weight: bold;
            font-size: 1em;
        }


        .top-area a, .top-area a:hover, .top-area a:focus {
            color: #ffffff;
        }

    .top-area li .dropdown-menu li a {
        color: #e10707;
    }

        .top-area li .dropdown-menu li a:hover, .top-area li .dropdown-menu li a:focus {
            color: #ffffff;
        }

        .top-area li .dropdown-menu li a i {
            color: #e10707;
        }

    .top-area li .dropdown-toggle i {
        color: #fff;
    }

    .top-area li .dropdown-menu li a:hover i, .top-area li .dropdown-menu li a:focus i {
        color: #ededed;
    }

    .top-area li .dropdown-menu li a:hover, .top-area li .dropdown-menu li a:focus {
        color: #ffffff;
    }



.edit-actions a, .edit-actions a:hover, .edit-actions a:focus {
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.transition {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.top-area .left-col, .top-area .right-col {
    vertical-align: middle;
}

.top-area ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}


.top-area li a.social {
    width: 24px;
    height: 24px;
    color: #999;
    display: inline-block;
    background: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    text-align: center;
}

.top-area li a.social-facebook:hover, .top-area li a.social-facebook:focus {
    background: #3b5998;
    color: #ffffff;
}

.top-area li a.social-twitter:hover, .top-area li a.social-twitter:focus {
    background: #55acee;
    color: #ffffff;
}

.top-area li a.social-linkedin:hover, .top-area li a.social-linkedin:focus {
    background: #007bb5;
    color: #ffffff;
}

.top-area li a.social-googleplus:hover, .top-area li a.social-googleplus:focus {
    background: #dd4b39;
    color: #ffffff;
}

.top-area li a.social-youtube:hover, .top-area li a.social-youtube:focus {
    background: #bb0000;
    color: #ffffff;
}

.top-area li a.social-pinterest:hover, .top-area li a.social-pinterest:focus {
    background: #BD081C;
    color: #ffffff;
}



a.social-facebook:hover, a.social-facebook:focus {
    color: #3b5998;
}

a.social-twitter:hover, a.social-twitter:focus {
    color: #55acee;
}

a.social-linkedin:hover, a.social-linkedin:focus {
    color: #007bb5;
}

a.social-google-plus:hover, a.social-google-plus:focus {
    color: #dd4b39;
}

a.social-instagram:hover, a.social-instagram:focus {
    color: #973393;
}

a.social-pinterest:hover, a.social-pinterest:focus {
    color: #BD081C;
}

.alert-info {
    background-color: #f7f7f7;
    border-color: #e10707;
    color: #e10707;
}



.btn-link, .btn-link:hover, .btn-link:focus {
    color: #e10707;
}


.top-area .col-right {
    text-align: right;
}


img.amea {
    max-width: 150px;
}

@media (max-width:600px) {

    .top-area .col-right {
        text-align: center !important;
    }

    .amea-col {
        text-align: center !important;
    }

    img.amea {
        max-width: 100px;
    }
}

.menu-area {
    background: #ffffff;
}

    .menu-area .container-fluid {
        position: relative;
    }


@media (min-width:990px) {
    .menu-col-3 {
        float: right;
        text-align: right;
    }
}

@media (max-width: 990px) {
    .navbar-header {
        float: none;
        min-height: 90px;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        padding-left: 7px;
        padding-right: 7px;
    }

    .sm-deco logo-link a {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .logo-link a, .logo-link a:hover, .logo-link a:focus {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}

@media (min-width:768px) {

    .logo-wrapper {
        max-width: 200px;
    }

    .fixed-area {
        border-bottom: 1px solid #efefef;
    }



    .minimal .fixed-area {
        border-bottom: 1px solid #000;
    }



    .navbar {
        margin-bottom: 0px;
        border: none;
        background: none;
    }

    .navbar-collapse {
        padding-left: 0px;
    }


    .navbar-default .navbar-nav > li.toggle-search {
        padding-right: 25px;
        padding-top: 35px;
        padding-bottom: 35px;
        cursor: pointer;
        color: #e10707;
        display: inline-block;
    }

    .menu-col-3 ul {
        margin: 0px;
        padding: 0px;
    }

    .menu-col-3 li {
        float: none;
        display: inline-block;
        list-style: none;
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 5px;
        padding-right: 5px;
        margin: 0px
    }

        .menu-col-3 li a, .menu-col-3 li a:hover, .menu-col-3 li a:focus {
            text-decoration: none;
            font-size: 1.5em;
            color: #333;
            font-weight: 600;
        }

    .cart-badge-lines-wrapper {
        font-size: 15px;
        position: relative;
        margin-left: 5px;
        top: -10px;
        color: #e10707;
    }

    .navbar-default .navbar-nav > li {
        padding-top: 35px;
        padding-bottom: 35px;
        padding-left: 15px;
        padding-right: 15px;
        display: inline-block;
    }

        .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            position: relative;
            display: block;
            color: #333;
            font-weight: 600;
            position: relative;
            font-size: 14px;
            padding: 0px;
            position: relative;
        }

            .navbar-default .navbar-nav > li > a:after {
                content: "";
                display: block;
                position: absolute;
                height: 2px !important;
                /*background-color: rgba(255,255,255,0.4);*/
                background: #ccc;
                left: 0%;
                right: 0%;
                bottom: -5px;
                width: 0%;
                opacity: 1;
                -webkit-transition: all 0.2s linear;
                transition: all 0.2s linear;
            }

            .navbar-default .navbar-nav > li > a.active:after, .navbar-default .navbar-nav > li > a:hover:after, .navbar-default .navbar-nav > li > a:focus:after {
                width: 100%;
                background: #ccc;
            }

        .navbar-default .navbar-nav > li a.active:after, .navbar-default .navbar-nav li a.active:hover:after, .navbar-default .navbar-nav li a.active:focus:after {
            background: #ccc;
            width: 100%;
        }


    .minimal .fixed-area .navbar-default .navbar-nav > li {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .minimal .fixed-area .search {
        padding-bottom: 0px;
    }

    .navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #e10707;
    }


    .navbar-default .navbar-nav .simple .dropdown-menu {
        padding: 10px !important;
    }

    .navbar-default .navbar-nav .dropdown-menu a {
        background-color: #ffffff;
        color: #74777c;
        padding: 3px 10px !important;
        text-align: left;
    }

        .navbar-default .navbar-nav .dropdown-menu a:hover, .navbar-default .navbar-nav .dropdown-menu a:focus {
            background-color: #ffffff;
            color: #e10707;
        }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #ffffff;
        color: #74777c;
    }

        .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
            background-color: #ffffff;
            color: #e10707;
        }

    .navbar-nav > li > .dropdown-menu {
        margin-top: 0;
        border-radius: 0 !important;
    }

    .dropdown-menu > li:last-child > a {
        border-bottom: none;
    }

    .navbar .dropdown-toggle:hover .dropdown-menu {
        display: block;
    }

    .nav .dropdown:hover .dropdown-menu {
        display: block;
    }

    .navbar-nav > li:hover > .dropdown-menu {
        display: block;
    }

    .nav .dropdown:hover .dropdown-menu {
        display: block;
    }

    .dropdown-langs > .dropdown-menu {
        display: none;
    }

    .dropdown-langs:hover > .dropdown-menu {
        display: block;
    }

    .search-wrapper-relative {
        display: inline-block;
        position: relative;
    }

    .search {
        overflow: hidden;
        position: absolute;
        right: 0px;
        top: -23px;
        height: 44px;
        width: 0px;
        opacity: 0;
        vertical-align: middle;
        border-radius: 25px;
        border: 1px solid #000000;
        transition: all 0.5s ease-out;
    }

    .search-wrapper-relative .search.open {
        width: 400px;
        height: 44px;
        opacity: 1;
        transition: all 0.3s ease-out;
    }

    .search-wrapper-relative .search.closed {
        width: 0px;
        opacity: 0;
        height: 44px;
        transition: all 0.5s ease-out;
    }

    .search form, .search .form-group {
        margin: 0px;
        padding: 0px;
    }

    .search .form-control, .search .form-control:hover, .search .form-control:focus {
        border: none;
        background: none;
        box-shadow: none;
        height: 42px;
    }

    .search .btn.btn-primary, .search .btn.btn-primary:hover, .search .btn.btn-primary:focus {
        border: none;
        background: none;
        box-shadow: none;
        color: #000;
        height: 42px;
    }





    .menu-col-2 {
        text-align: center;
    }

    .dropdown-submenu {
        position: relative;
    }

        .dropdown-submenu > .dropdown-menu {
            top: 0;
            left: 100%;
            margin-top: -6px;
            margin-left: -1px;
            border-radius: 0px !important;
        }

        .dropdown-submenu:hover > .dropdown-menu {
            display: block;
            border-radius: 0px !important;
        }
}


@media(max-width:990px) {

    .navbar-default .navbar-brand {
        color: #e10707;
        font-weight: 300;
        position: relative;
    }

    .menu-col-3, .menu-col-1 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .menu-col-3 > ul, .top-area ul {
            margin: 0px;
            padding: 0px;
            display: inline-block;
        }

            .top-area ul ul {
                display: none;
            }

        .menu-col-3 li {
            float: none;
            display: inline-block;
            list-style: none;
            padding-top: 25px;
            padding-bottom: 25px;
            padding-left: 5px;
            padding-right: 5px;
            margin: 0px
        }

            .menu-col-3 li a, .menu-col-3 li a:hover, .menu-col-3 li a:focus {
                text-decoration: none;
                font-size: 1.5em;
                color: #333;
                font-weight: 500;
            }

    .cart-badge-lines-wrapper {
        font-size: 18px;
        position: relative;
        margin-left: 5px;
        top: -10px;
    }



    .navbar {
        min-height: 90px;
        border-top: none;
        margin-bottom: 0px;
        border: none;
        background: none;
    }

    /*.search {
        display: none;
    }*/

    /*.search {
        margin-top: 0px;
        border-top: 1px solid #e10707;
        border-bottom: 1px solid #e10707;
        margin-bottom: 5px;
    }

    .search-form {
        padding-top: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }*/


    .navbar-default .navbar-toggle {
        border-color: transparent;
        margin-top: 25px;
    }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #333;
        }


    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 3px;
        border-radius: 1px;
    }

    .dropdown-langs > .dropdown-menu {
        display: none;
    }

    .dropdown-langs:hover > .dropdown-menu {
        display: block;
    }


    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        position: relative;
        display: block;
        color: #74777c;
        font-weight: 500;
        position: relative;
        font-size: 14px;
        position: relative;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #e10707;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #e10707;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            background: #ffffff;
            color: #e10707;
        }

    .navbar-collapse {
        max-height: initial;
    }

    .about-area {
        text-align: center !important;
    }

        .about-area .pull-left {
            display: block;
            float: none !important;
            padding-bottom: 10px;
        }

        .about-area .text-right {
            text-align: center !important;
        }


    .search-wrapper-relative .search {
        background: #ffffff;
        position: relative;
        right: initial;
        top: initial;
        height: 44px;
        width: 100%;
        opacity: 0;
        height: 0;
        z-index: 10;
        vertical-align: middle;
        border-radius: 25px;
        border: 1px solid #000000;
        transition: all 0.5s ease-out;
        margin-bottom:0px;
    }
        .search-wrapper-relative .search.open {
            margin-bottom: 10px;
            height: 44px;
            opacity: 1;
            transition: all 0.3s ease-out;
        }
    .search form, .search .form-group {
        margin: 0px;
        padding: 0px;
    }

    .search .form-control, .search .form-control:hover, .search .form-control:focus {
        border: none;
        background: none;
        box-shadow: none;
        height: 42px;
    }

    .search .btn.btn-primary, .search .btn.btn-primary:hover, .search .btn.btn-primary:focus {
        border: none;
        background: none;
        box-shadow: none;
        color: #000;
        height: 42px;
    }
    .text-right .menu-paddings {
        padding-top:0px !important;
        padding-bottom:0px !important;
    }
    .menu-paddings a.top-cart-link {
        position: absolute;
        top: -50px;
        right: 15px;
    }
    .menu-paddings a.logoff-link, .menu-paddings .login-link {
        position: absolute;
        top: -50px;
       
        right: 55px;
    }

}


@media(min-width:990px) AND (max-width:1200px) {
    .logo-wrapper {
        max-width: 200px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .navbar-default .navbar-nav > li {
        padding-top: 35px;
        padding-bottom: 35px;
        padding-left: 7px;
        padding-right: 7px;
        display: inline-block;
    }

        .navbar-default .navbar-nav > li a, .navbar-default .navbar-nav > li a:hover, .navbar-default .navbar-nav > li a:focus {
            font-size: 13px;
        }

    .menu-col-3 {
        padding-left: 0px;
    }

    .menu-col-2 {
        padding-right: 0px;
    }


    .menu-col-3 li {
        float: none;
        display: inline-block;
        list-style: none;
        padding-top: 35px;
        padding-bottom: 0px;
        padding-left: 5px;
        padding-right: 5px;
        margin: 0px;
    }

        .menu-col-3 li a, .menu-col-3 li a:hover, .menu-col-3 li a:focus {
            text-decoration: none;
            font-size: 1.4em;
            color: #333;
        }

    .cart-badge-lines-wrapper {
        font-size: 14px;
        position: relative;
        margin-left: 5px;
        top: -7px;
    }

    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }

    .menu-col-2 {
        text-align: center;
    }
}

@media (max-width:768px) {
    .visible-ms-inline-block {
        display: none;
    }

    .top-area .col-right, .top-area span.info {
        text-align: center;
    }

    .slider-banner {
        margin-bottom: 30px;
    }

    .search-form {
        padding-left: 0px;
        padding-right: 0px;
    }
}


@media (max-width:600px) {
   

    .menu-logo {
    
        position: relative;
        top: 0px;
        left: -15px;
    }
        .menu-logo img {
            height: 80px;
        }
}
@media (min-width: 768px) {
    .row.equal {
        display: flex;
        flex-wrap: wrap;
    }
}
@media (max-width:480px) {
    .visible-ms-inline-block {
        display: none;
    }

    .top-area .col-right .small-cart {
        /* display:block; */
        /* text-align:center; */
        /* max-width: 100%; */
        /* width: 100%; */
    }

    .menu-logo {
      
        position: relative;
        top: 0px;
      z-index:10;
        left: -20px;
    }
        .menu-logo img {
            height: 70px;
            bottom: -5px;
            left:-5px;
            position:relative;
        }
}

.vegas-timer {
    bottom: 0;
    background: none;
    height: 2px;
}

    .vegas-timer .vegas-timer-progress {
        background: #e10707;
    }

.vegas-slider-wrapper {
    overflow: hidden;
    background: #ffffff;
    position: relative;
}

    .vegas-slider-wrapper:hover .vegas-slider-prev, .vegas-slider-wrapper:hover .vegas-slider-next {
        opacity: 1;
        text-shadow: 1px 1px 1px #333;
    }

.vegas-slider-indicators {
    position: absolute;
    z-index: 12;
    bottom: 40px;
    left: 0px;
    right: 0px;
    margin: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    width: initial;
    text-align: center;
}

@media(max-width:768px) {
    .vegas-slider-indicators {
        bottom: 5px;
    }
}


.vegas-slider-indicators div {
    background: #ffffff;
    display: inline-block;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    border: 1px solid #fff;
    cursor: pointer;
    margin-right: 3px;
    margin-left: 3px;
    box-shadow: 1px 1px 1px #59595b;
}

    .vegas-slider-indicators div.active {
        height: 20px;
        width: 20px;
        margin-bottom: -3px;
    }

.vegas-slider-prev {
    position: absolute;
    left: 25px;
    z-index: 12;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    color: #ffffff;
    opacity: 0;
    display: inline-block;
    cursor: pointer;
    background: none;
    border: none;
}



.vegas-slider-next {
    position: absolute;
    right: 25px;
    z-index: 12;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    color: #ffffff;
    opacity: 0;
    display: inline-block;
    cursor: pointer;
    background: none;
    border: none;
}

    .vegas-slider-prev:hover, .vegas-slider-prev:focus, .vegas-slider-next:hover, .vegas-slider-next:focus {
        opacity: 1;
        text-shadow: 1px 1px 1px #333;
    }

.vegas-slider-item {
    position: absolute;
    text-align: center;
    right: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
    width: initial;
    z-index: 10;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    color: #ffffff;
}

.vegas-bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 11;
    min-height: 100px;
    background: url(skn/divider.png) 100% 100% no-repeat;
    background-size: cover;
}

.vegas-caption .vegas-caption-line-1 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
}

.vegas-caption .vegas-caption-line-2 {
    color: #fff;
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 10px;
}

.vegas-caption .vegas-caption-line-3 {
    font-size: 22px;
    color: #fff;
    opacity: 1;
    font-family: 'Roboto', serif;
    font-style: italic;
    margin-bottom: 30px;
}

.vegas-caption a.btn.btn-primary, .vegas-caption a.btn.btn-primary:hover, .vegas-caption a.btn.btn-primary:focus {
    border-color: #24205e;
    background: #24205e;
    transition: all 0.3s ease-out;
    font-size: 14px;
    text-transform: none;
    padding: 15px 25px;
    line-height: 20px;
    color: #ffffff;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 500;
}

.vegas-caption a.btn.btn-info, .vegas-caption a.btn.btn-info:hover, .vegas-caption a.btn.btn-info:focus {
    transition: all 0.3s ease-out;
    font-size: 14px;
    text-transform: none;
    padding: 15px 25px;
    line-height: 20px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 500;
}

h3.product-tag-title {
    font-weight: bold !important;
    color: #e10707 !important;
    font-size: 16px !important;
}

td.product-tag-title {
    font-weight: bold !important;
    color: #e10707 !important;
    font-size: 14px !important;
}

.white-bg, .bg-white {
    background: #ffffff;
}

.white-gradient {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(240,240,240,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0 );
}




/* start page loader */
#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #f1f3f2;
    z-index: 100500;
}

    #page-preloader .spinner {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100px;
        height: 100px;
        margin-top: -50px;
        margin-left: -50px;
        border: 3px solid transparent;
        border-top-color: #ff6400;
        border-radius: 50%;
        z-index: 1001;
        -webkit-animation: spin 2.5s infinite linear;
        animation: spin 2.5s infinite linear;
    }

    #page-preloader .spinner2 {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px;
        border: 3px solid transparent;
        border-top-color: #8dc63f;
        border-radius: 50%;
        z-index: 1001;
        -webkit-animation: spin 2.5s infinite linear;
        animation: spin 2.5s infinite linear;
    }

    #page-preloader .spinner:before, #page-preloader .spinner:after {
        content: '';
        position: absolute;
        border-radius: 50%;
    }

    #page-preloader .spinner:before {
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border: 3px solid transparent;
        border-top-color: #088cdc;
        -webkit-animation: spin 2s infinite linear;
        animation: spin 2s infinite linear;
    }

    #page-preloader .spinner:after {
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border: 3px solid transparent;
        border-top-color: #92278f;
        -webkit-animation: spin 1s infinite linear;
        animation: spin 1s infinite linear;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* end page loader */




.section {
    padding: 150px 0 80px;
    position: relative;
}


.section-icon {
    position: absolute;
    top: -25px;
    top: 17px;
    left: 50%;
    margin-left: -25px;
    z-index: 11;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #eff2f7;
    text-align: center;
}


    .section-icon .icon, .section-icon .fa {
        line-height: 50px;
        font-size: 16px;
        color: #666666;
        position: relative;
        z-index: 3;
    }


    .section-icon:after {
        content: "";
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        top: 4px;
        left: 4px;
        right: 4px;
        bottom: 4px;
        display: block;
        background: #fff;
        border: 1px solid #dcdfe4;
    }


.section-divider-gray {
    background: white url(skn/divider2.png) top center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 150px;
}

@media (max-width: 1200px) {
    .section-icon {
        top: 0px;
    }
}

@media (max-width: 768px) {
    .section-icon {
        top: -10px;
    }
}





.section-divider-white {
    padding: 50px 0 80px;
}

    .section-divider-white:before {
        display: block;
        height: 100px;
        width: 100%;
        content: " ";
        background: url(skn/divider.png) 0px 0px no-repeat;
        background-repeat: no-repeat;
        position: absolute;
        top: -100px;
        left: 0px;
        z-index: 11;
    }

.section-divider-bottom:after {
    display: block;
    height: 20px;
    width: 100%;
    content: " ";
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 11;
}

.section-title {
    font-size: 26px;
    color: #333333;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: 1px;
}

.section-subtitle {
    font-family: 'Roboto', serif;
    font-style: italic;
    font-size: 16px;
    color: #999999;
    margin-bottom: 15px;
    text-align: center;
}

.section-moto {
    font-family: 'Roboto', serif;
    font-style: italic;
    font-size: 16px;
    color: #999999;
    margin-bottom: 15px;
    text-align: center;
    line-height: 30px;
}

.section-title-arrow {
    width: 1px;
    height: 50px;
    background: #dddddd;
    position: relative;
    margin: 10px auto;
}

    .section-title-arrow:after {
        content: "";
        display: block;
        position: absolute;
        width: 11px;
        height: 11px;
        border: 2px solid #088cdc;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        top: 100%;
        left: -5px;
    }

.section-loyalty .section-title-arrow:after {
    border: 2px solid #92278f;
}



.feature-wrapper {
    text-align: center;
}

.feature-item {
    text-align: center;
}

    .feature-item .wrap-feature-icon {
        width: 110px;
        height: 110px;
        border: 1px solid #eff2f7;
        background: #fff;
        padding: 10px;
        margin: 0 auto 50px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .feature-item .wrap-feature-icon .feature-icon {
            height: 88px;
            width: 88px;
            border: 1px solid #eff2f7;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            background: #eff2f7;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

            .feature-item .wrap-feature-icon .feature-icon .icon {
                line-height: 88px;
                font-size: 32px;
                color: #666666;
                -webkit-transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
            }

    .feature-item:hover .wrap-feature-icon .feature-icon, .feature-item.active .wrap-feature-icon .feature-icon {
        background: #ff6400;
        border-color: #ffb17f;
    }

    .feature-item:hover .wrap-feature-icon, .feature-item.active .wrap-feature-icon {
        background: #ff6400;
        border-color: #ff6400;
    }

        .feature-item:hover .wrap-feature-icon .feature-icon .icon, .feature-item.active .wrap-feature-icon .feature-icon .icon {
            color: #fff;
        }



    .feature-item.feature-1:hover .wrap-feature-icon .feature-icon, .feature-item.feature-1.active .wrap-feature-icon .feature-icon {
        background: #92278f;
        border-color: #7c2179;
    }

    .feature-item.feature-1:hover .wrap-feature-icon, .feature-item.feature-1.active .wrap-feature-icon {
        border-color: #92278f;
        background: #92278f;
    }

    .feature-item.feature-1 .title::after {
        background: #92278f;
    }

    .feature-item.feature-2:hover .wrap-feature-icon .feature-icon, .feature-item.feature-2.active .wrap-feature-icon .feature-icon {
        background: #8dc63f;
        border-color: #83b83b;
    }

    .feature-item.feature-2:hover .wrap-feature-icon, .feature-item.feature-2.active .wrap-feature-icon {
        border-color: #8dc63f;
        background: #8dc63f;
    }

    .feature-item.feature-2 .title::after {
        background: #8dc63f;
    }

    .feature-item.feature-3:hover .wrap-feature-icon .feature-icon, .feature-item.feature-3.active .wrap-feature-icon .feature-icon {
        background: #088cdc;
        border-color: #5bb5eb;
    }

    .feature-item.feature-3:hover .wrap-feature-icon, .feature-item.feature-3.active .wrap-feature-icon {
        border-color: #088cdc;
        background: #088cdc;
    }

    .feature-item.feature-3 .title::after {
        background: #088cdc;
    }

    .feature-item.feature-4:hover .wrap-feature-icon .feature-icon, .feature-item.feature-4.active .wrap-feature-icon .feature-icon {
        background: #f7941e;
        border-color: #e68a1c;
    }

    .feature-item.feature-4:hover .wrap-feature-icon, .feature-item.feature-4.active .wrap-feature-icon {
        border-color: #f7941e;
        background: #f7941e;
    }

    .feature-item.feature-4 .title::after {
        background: #f7941e;
    }

    .feature-item .title {
        color: #333333;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .feature-item .text {
        font-weight: 500;
        font-size: 13px;
        line-height: 26px;
        margin-bottom: 5px;
        color: #333;
    }

    .feature-item .title:after {
        content: '';
        display: block;
        margin: 20px auto;
        height: 4px;
        width: 25px;
        background: #088cdc;
    }






.section-loyalty .offers-list {
    padding-top: 30px;
}

.section-loyalty .col-image {
    padding-top: 20px;
    text-align: center;
}

    .section-loyalty .col-image img {
        display: block;
        max-width: 100%;
        height: auto;
    }

.section-loyalty .text-item {
    position: relative;
    margin-bottom: 57px;
}

    .section-loyalty .text-item:after {
        position: absolute;
        content: '';
        top: 3px;
        right: -10px;
        width: 10px;
        height: 10px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #92278f;
    }

    .section-loyalty .text-item h5 {
        font-size: 14px;
        margin-bottom: 10px;
    }

        .section-loyalty .text-item h5:after {
            display: none;
        }

    .section-loyalty .text-item em {
        margin-bottom: 10px;
        display: block;
    }

    .section-loyalty .text-item p {
        font-size: 13px;
    }

    .section-loyalty .text-item .dot-line {
        position: absolute;
        top: 6px;
        width: 82px;
        height: 5px;
        right: -111px;
        border-top: 1px solid #e7e8ec;
    }

        .section-loyalty .text-item .dot-line:after {
            content: '';
            position: absolute;
            right: 0;
            top: -3px;
            width: 5px;
            height: 5px;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background: #e7e8ec;
        }

        .section-loyalty .text-item .dot-line:before {
            content: '';
            position: absolute;
            left: 0;
            top: -3px;
            width: 5px;
            height: 5px;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background: #e7e8ec;
        }

    .section-loyalty .text-item.left-item {
        text-align: right;
        padding-right: 20px;
    }

    .section-loyalty .text-item.right-item {
        text-align: left;
        padding-left: 20px;
    }

        .section-loyalty .text-item.right-item:after {
            left: -10px;
            right: auto;
        }

        .section-loyalty .text-item.right-item .dot-line {
            left: -111px;
            right: auto;
        }

        .section-loyalty .text-item.right-item.middle-item .dot-line {
            width: 18px;
            left: -39px;
        }

    .section-loyalty .text-item.top-item {
        margin-bottom: 55px;
    }

        .section-loyalty .text-item.top-item:after {
            top: 21px;
        }

        .section-loyalty .text-item.top-item .dot-line {
            top: 25px;
        }

    .section-loyalty .text-item.middle-item {
        margin-bottom: 50px;
    }

        .section-loyalty .text-item.middle-item .dot-line {
            top: 22px;
            width: 18px;
            right: -39px;
        }

        .section-loyalty .text-item.middle-item:after {
            top: 17px;
        }

    .section-loyalty .text-item.bottom-item .dot-line {
        top: 22px;
    }

    .section-loyalty .text-item.bottom-item:after {
        top: 17px;
    }

    .section-loyalty .text-item em {
        margin-bottom: 10px;
        display: block;
        font-family: 'Roboto', serif;
        font-style: italic;
        color: #999999;
        font-size: 11px;
        line-height: 1.1;
    }



@media (max-width: 1200px) {
    .section-loyalty .text-item .dot-line {
        top: 6px;
        width: 73px;
        right: -98px;
    }

    .section-loyalty .text-item.top-item {
        padding-top: 0;
        margin-bottom: 0px;
    }

        .section-loyalty .text-item.top-item:after {
            top: 16px;
        }

        .section-loyalty .text-item.top-item .dot-line {
            top: 20px;
        }

    .section-loyalty .text-item.right-item.top-item .dot-line, .section-loyalty .text-item.right-item.bottom-item .dot-line {
        left: -98px;
    }

    .section-loyalty .text-item.middle-item {
        margin-bottom: 24px;
    }
}

@media (max-width: 992px) {
    .portfolio-item .portfolio-image .portfolio-item-body {
        bottom: 15px;
        left: 15px;
    }

    .section-loyalty .text-item .dot-line {
        display: none;
    }

    .section-loyalty .text-item.left-item {
        text-align: left;
        padding-left: 20px;
        padding-right: 0;
    }

        .section-loyalty .text-item.left-item:after {
            left: -10px;
            right: auto;
        }
}

.section-services-header {
    background: url(skn/services-header.jpg) bottom center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 0px;
}

    .section-services-header .container-bg {
        background: rgba(0,0,0,0.7);
        padding-bottom: 210px;
        padding-top: 130px;
        text-align: center;
        color: #ffffff;
    }

        .section-services-header .container-bg .header-icon .icon {
            font-size: 40px;
            color: #fff;
        }

        .section-services-header .container-bg .header-title .title {
            font-size: 38px;
            margin-bottom: 5px;
            color: #fff;
            text-transform: uppercase;
        }

        .section-services-header .container-bg em {
            font-size: 16px;
            font-family: 'Roboto', serif;
            font-style: italic;
            color: #999999;
            font-size: 14px;
        }

    .section-services-header:after {
        display: block;
        height: 100px;
        width: 100%;
        content: " ";
        background: url(skn/divider.png) 0px 0px no-repeat;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: 11;
    }



.section-services {
    padding: 50px 0 80px;
    position: relative;
    background: #ffffff;
}

    .section-services .tab-pane {
        position: relative;
        overflow-x: hidden;
    }

.service-navigation {
    margin-bottom: 45px;
}

    .service-navigation row {
        margin: 0px;
        padding: 0px;
    }

    .service-navigation .navigation-item h5::after {
        content: "";
        display: block;
        width: 25px;
        height: 4px;
        margin: 20px auto 0;
    }



.section-services div.tab-style-1.active .navigation-icon, .section-services div.tab-style-1:hover .navigation-icon {
    background: #92278f;
}

    .section-services div.tab-style-1.active .navigation-icon:after, .section-services div.tab-style-1:hover .navigation-icon:after {
        border-top-color: #92278f;
    }

    .section-services div.tab-style-1.active .navigation-icon .icon, .section-services div.tab-style-1:hover .navigation-icon .icon {
        background: #92278f;
        border-color: #c735c3;
        color: #fff;
    }

.service-navigation .tab-style-1 .navigation-item h5::after {
    background: #92278f;
}



.section-services div.tab-style-2.active .navigation-icon, .section-services div.tab-style-2:hover .navigation-icon {
    background: #8dc63f;
}

    .section-services div.tab-style-2.active .navigation-icon:after, .section-services div.tab-style-2:hover .navigation-icon:after {
        border-top-color: #8dc63f;
    }

    .section-services div.tab-style-2.active .navigation-icon .icon, .section-services div.tab-style-2:hover .navigation-icon .icon {
        background: #8dc63f;
        border-color: #a4e649;
        color: #fff;
    }

.service-navigation .tab-style-2 .navigation-item h5::after {
    background: #8dc63f;
}

.section-services div.tab-style-3.active .navigation-icon, .section-services div.tab-style-3:hover .navigation-icon {
    background: #088cdc;
}

    .section-services div.tab-style-3.active .navigation-icon:after, .section-services div.tab-style-3:hover .navigation-icon:after {
        border-top-color: #088cdc;
    }

    .section-services div.tab-style-3.active .navigation-icon .icon, .section-services div.tab-style-3:hover .navigation-icon .icon {
        background: #088cdc;
        border-color: #099ef9;
        color: #fff;
    }

.service-navigation .tab-style-3 .navigation-item h5::after {
    background: #088cdc;
}

.section-services div.tab-style-4.active .navigation-icon, .section-services div.tab-style-4:hover .navigation-icon {
    background: #f7941e;
}

    .section-services div.tab-style-4.active .navigation-icon:after, .section-services div.tab-style-4:hover .navigation-icon:after {
        border-top-color: #f7941e;
    }

    .section-services div.tab-style-4.active .navigation-icon .icon, .section-services div.tab-style-4:hover .navigation-icon .icon {
        background: #f7941e;
        border-color: #ffb07c;
        color: #fff;
    }

.service-navigation .tab-style-4 .navigation-item h5::after {
    background: #f7941e;
}



.service-content {
    border: 1px solid #000000;
}

.service-navigation .navigation-item {
    text-align: center;
    cursor: pointer;
    margin-bottom: 15px;
}

    .service-navigation .navigation-item .navigation-icon {
        margin: 0 auto 55px;
        width: 170px;
        max-width: 100%;
        background: #eff2f7;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        padding: 25px 0;
        text-align: center;
        position: relative;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .service-navigation .navigation-item .navigation-icon:after {
            content: "";
            border: 15px solid transparent;
            border-top: 15px solid #eff2f7;
            display: block;
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -15px;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

        .service-navigation .navigation-item .navigation-icon .icon {
            display: inline-block;
            width: 88px;
            height: 88px;
            line-height: 88px;
            border: 1px solid #fff;
            text-align: center;
            font-size: 32px;
            color: #666666;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            background: #fff;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

    .service-navigation .navigation-item h5:after {
        margin: 20px auto 0;
    }



.rtd h1,
.rtd h2,
.rtd h3,
.rtd h4,
.rtd h5,
.rtd h6 {
    font-weight: 600;
    font-family: 'Roboto', serif;
    text-transform: uppercase;
    color: #333;
    line-height: 1.1;
}

.rtd h1,
.rtd h2,
.rtd h3 {
    margin-top: 20px;
    margin-bottom: 25px;
}

.rtd h4,
.rtd h5,
.rtd h6 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.rtd h1 {
    font-size: 36px;
}

.rtd h2 {
    font-size: 28px;
}

.rtd h3 {
    font-size: 24px;
}

.rtd h4 {
    font-size: 18px;
}

.rtd h5 {
    font-size: 14px;
}

.rtd h6 {
    font-size: 12px;
}

.rtd h5:after {
    display: none;
}

.rtd img {
    max-width: 100%;
    height: auto;
}

.rtd dt, .rtd b, .rtd strong {
    font-weight: 700;
}

.rtd address {
    margin: 0 0 2.14em;
}

.rtd pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: 'Roboto', serif;
}

.rtd dl {
    margin-top: 0;
    margin-bottom: 20px;
}

.rtd var, .rtd cite {
    font-style: italic;
}

.rtd big {
    font-size: larger;
}

.rtd tt, .rtd code {
    font-family: 'Roboto', serif;
}

.rtd em {
    font-family: inherit;
    font-style: italic;
    color: #999999;
    font-size: 12px;
}


h5.italic-title {
    font-size: 13px;
    color: #999999;
    margin-bottom: 10px;
    font-weight: normal;
    text-transform: none;
    font-family: 'Roboto',serif;
    font-style: italic;
}

h4.normal-title {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: none;
    font-family: 'Roboto',serif;
    padding-top: 10px;
    padding-bottom: 10px;
}

p {
    font-weight: 500;
    font-family: 'Roboto',serif;
}

.section-services p {
    font-size: 13px;
}

ul.marker-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 15px;
}

    ul.marker-list li {
        font-size: 13px;
        font-family: 'Roboto',serif;
        line-height: 24px;
        padding: 3px 0;
        font-weight: 500;
        margin: 0;
    }

        ul.marker-list li::before {
            content: "\f00c";
            font-family: FontAwesome;
            font-size: 12px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 15px;
            color: #ff6400;
        }




h2.text-title {
    font-size: 24px;
    line-height: 22px;
    margin: 0;
    padding: 0 0 17px;
    display: inline-block;
    border-bottom: 1px solid transparent;
    position: relative;
    border-bottom: 1px solid #24205e;
    min-width: 150px;
    margin-bottom: 15px;
}

    h2.text-title:after {
        position: absolute;
        content: '';
        top: 100%;
        left: 0;
        width: 70px;
        height: 4px;
        background: #24205e;
    }

.about-area {
    background: #000;
    color: #fff;
    border-top: 1px solid #333;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 300;
}

    .about-area a, .about-area a:hover, .about-area a:focus {
        color: #e10707;
        font-size: 13px;
        font-weight: 500;
    }


.footer-area {
}

.footer-bg {
    background: #111;
    padding-top: 50px;
}

.subfooter-bg {
    padding-top: 50px;
    padding-bottom: 50px;
}



.homebanner {
    background: url(skn/pattern.png) 50% 50% repeat rgba(117,165,166,0.6);
    background-attachment: fixed;
    display: block;
    min-height: 450px;
    overflow: hidden;
    position: relative;
}




.homebanner-inner {
    /*background: rgba(140,198,199,0.6);*/
    display: block;
    height: 550px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.homebanner .homebanner-inner #video {
    position: absolute;
    /*top: 50%;
    transform: translateY(-50%);*/
    bottom: 0px;
    height: 550px;
    left: 0px;
    z-index: -1;
    height: 400px;
    overflow: hidden;
}

.homebanner-text-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%-50%);
    -ms-transform: translate(-50%,);
    transform: translate(-50%,-50%);
    max-width: 700px;
    display: inline-block;
    padding: 5px;
    z-index: 2;
}

    .homebanner-text-wrapper.invisible {
        background: transparent;
    }

    .homebanner-text-wrapper .homebanner-text {
        display: inline-block;
        background: none;
        padding: 0px;
        text-shadow: 1px 1px 1px #fff;
    }

        .homebanner-text-wrapper .homebanner-text.white-font {
            color: #ffffff;
            text-shadow: 1px 1px 1px #333333;
        }

    .homebanner-text-wrapper.invisible .homebanner-text {
        opacity: 0;
        height: 1px;
    }

.homebanner-text p {
}




.footer-area h3 {
    font-size: 20px;
    font-family: 'Roboto', serif;
    margin: 0;
    padding: 0 0 17px;
    display: inline-block;
    border-bottom: 1px solid transparent;
    position: relative;
    border-bottom: 1px solid #e10707;
    width: 70%;
    margin-bottom: 10px;
    font-weight: 500;
    color: #e10707;
}

    .footer-area h3:after {
        position: absolute;
        content: '';
        top: 100%;
        left: 0;
        width: 70px;
        height: 3px;
        background: #e10707;
    }

.footer-area ul {
    margin: 0px;
    padding: 0px;
}

    .footer-area ul li {
        margin: 0px;
        padding: 0px;
        list-style: none;
        padding-top: 5px;
        padding-bottom: 5px;
    }

        .footer-area ul li a {
            display: inline-block;
            color: #fff;
            font-weight: 500;
            text-decoration: none;
        }

            .footer-area ul li a:hover, .footer-area ul li a:focus {
                color: #e10707;
            }



.footer-logo-text {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    line-height: 24px;
    text-shadow: 1px 1px 1px #e10707;
}

.footer-name {
    display: inline-block;
    text-align: center;
    color: #24205e;
    font-family: 'Roboto', serif;
    text-shadow: 1px 1px 1px #000000;
    width: 130px;
    padding-top: 10px;
    font-size: 18px;
    font-weight: 600;
}

.footer-area p {
    color: #fff;
}

.footer-area li, .footer-area a {
    color: #fff;
    text-decoration: none;
}

.footer-area a {
    display: inline-block;
}

    .footer-area a:hover, .footer-area a:focus {
        color: #fff;
    }

@media (max-width:990px) {

    .footer-col {
        padding-bottom: 35px;
    }

        .footer-col:last-child .text-right {
            text-align: left !important;
        }
}



.home-banners div, .home-banners a, .home-banners a:hover, .home-banners a:focus {
    color: #333;
    text-decoration: none;
}

@media (min-width:1600px) {

    .container-fluid {
        padding-left: 140px;
        padding-right: 140px;
    }

    .container {
        max-width: 1370px;
        width: 100%;
    }
}

@media (max-width:990px) {

    .container {
        max-width: 100%;
        width: 100%;
    }
}


.btn, .form-control {
    border-radius: 0px;
}



.btn-primary {
    background: #333;
    border-color: #333;
    color: #ffffff;
    font-weight: 500;
}

    .btn-primary:hover, .btn-primary:focus {
        background: #111;
        border-color: #111;
        color: #ffffff;
        font-weight: 500;
    }

    .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 {
        background-color: #333;
        border-color: #333;
        color: #ffffff;
        font-weight: 500;
    }


    .btn-primary.btn-alt {
        background: none;
        border-color: #fff;
        color: #ffffff;
        font-weight: 500;
    }

        .btn-primary.btn-alt:hover, .btn-primary.btn-alt:focus {
            background: #e10707;
            border-color: #e10707;
            color: #ffffff;
            font-weight: 500;
        }

.btn-info:hover, .btn-info:focus {
    background: #ffffff;
    border-color: #e10707;
    color: #e10707;
    font-weight: 500;
}

.btn-info, .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 {
    background-color: #333;
    border-color: #333;
    color: #ffffff;
    font-weight: 500;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        background: #ffffff;
        border-color: #e10707;
        color: #e10707;
        font-weight: 500;
    }

    .btn-info.btn-alt {
        background: none;
        border-color: #e10707;
        color: #e10707;
        font-weight: 500;
        height: 39px;
    }

        .btn-info.btn-alt:hover, .btn-primary.btn-alt:focus, .btn-primary.btn-alt:visited {
            background: none;
            border-color: #333;
            color: #333;
            font-weight: 500;
            height: 39px;
        }


.newsletter-table .btn-info {
    background: none;
    border-color: #ffffff;
    color: #ffffff;
    font-weight: 500;
    border-width: 2px;
}

    .newsletter-table .btn-info:hover, .newsletter-table .btn-info:focus {
        background: none;
        border-color: #fff;
        border-width: 2px;
        color: #fff;
        font-weight: 500;
    }

.newsletter-message {
    color: #ffffff;
    font-size: 24px;
    text-shadow: 1px 1px #000;
}

.visible-ms {
    display: none;
}

.color-white {
    color: #fff;
}

@media (max-width:480px) {
    .visible-ms {
        display: block;
    }
}

.page-title {
    border-bottom: 1px solid #ccc;
}

    .page-title h1 {
        padding: 0px;
        margin: 0px;
        padding-bottom: 10px;
        color: #e10707;
        font-weight: 300;
    }

.path-string {
    padding-top: 10px;
}



.article-tile {
    border: 1px solid #ededed;
}

    .article-tile:hover {
        box-shadow: 0 0 4px #DDE7F1;
        -moz-box-shadow: 0 0 4px #DDE7F1;
        -webkit-box-shadow: 0 0 4px #DDE7F1;
        -o-box-shadow: 0 0 10px 4px #DDE7F1;
    }

.article-tile-details {
    border-top: 1px solid #ededed;
}

.article-tile-thumb {
    overflow: hidden;
}

    .article-tile-thumb img {
        -webkit-transition: all 1s ease; /* Safari and Chrome */
        -moz-transition: all 1s ease; /* Firefox */
        -ms-transition: all 1s ease; /* IE 9 */
        -o-transition: all 1s ease; /* Opera */
        transition: all 1s ease;
    }

    .article-tile-thumb:hover img {
        -webkit-transform: scale(1.15); /* Safari and Chrome */
        -moz-transform: scale(1.15); /* Firefox */
        -ms-transform: scale(1.15); /* IE 9 */
        -o-transform: scale(1.15); /* Opera */
        transform: scale(1.15);
    }

.article-tile-title a, .article-tile-title a:hover, .article-tile-title a:focus {
    font-family: 'Roboto', serif;
    font-size: 16px;
    color: #333;
    position: relative;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .article-tile-title a::after {
        position: absolute;
        content: ' ';
        left: 0px;
        bottom: 0px;
        width: 70px;
        height: 1px;
        background: #24205e;
    }

.article-tile-thumb {
    position: relative;
}

.article-tile-date {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: #ccc;
    color: #333;
    padding: 0px;
    text-align: center;
    width: 60px;
    height: 60px;
    -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;
}

.article-tile:hover .article-tile-date {
    background: #e10707;
    color: #ffffff;
    -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;
}

.article-tile-date .date-day {
    font-family: 'Roboto', serif;
    font-size: 24px;
    line-height: 24px;
    padding-top: 5px;
}

.article-tile-date .date-month {
    font-family: 'Roboto', serif;
    font-size: 16px;
    line-height: 16px;
}


.parallax-area {
    background: #535353;
    padding-top: 50px;
    padding-bottom: 20px;
}

.parallax-box {
    display: inline-block;
    border: 5px solid #24205e;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100px;
    height: 170px;
    position: relative;
}

    .parallax-box h2 {
        position: absolute;
        top: -5px;
        left: -50px;
        background: #535353;
        font-size: 60px;
        height: 80px;
        overflow: hidden;
        color: #fff;
        display: inline-block;
        position: relative;
        font-family: 'Roboto', serif;
        white-space: nowrap;
        text-align: center;
        width: 200px;
    }

    .parallax-box h3 {
        position: absolute;
        top: -50px;
        left: -50px;
        background: #535353;
        font-size: 25px;
        height: 40px;
        overflow: hidden;
        width: 200px;
        color: #fff;
        display: inline-block;
        position: relative;
        font-family: 'Roboto', serif;
    }

.tag-item a, .tag-item a:hover, .tag-item a:focus {
    font-family: 'Roboto', serif;
    color: #24205e;
    text-decoration: none;
    font-size: 15px;
}

.tag-item {
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 10px;
}

    .tag-item::after {
        content: ' ';
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        background: #ededed;
        height: 1px;
        width: 80px;
    }



    .tag-item p {
        font-size: 14px;
    }

.tag-item {
    font-size: 13px;
}

    .tag-item i {
        font-size: 14px;
    }

.modal-backdrop {
    z-index: 21040;
}

.modal {
    z-index: 21050;
}

.side-cart {
    z-index: 21060 !important;
}

.modal .modal-content .modal-header {
    padding-left: 20px;
    padding-right: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.modal .modal-content .modal-header {
    background: #333;
}

img .img-responsive {
    display: inline-block !important;
}

.modal-xl {
    max-width: 990px;
}

.btn-more, .btn-more:hover, .btn-more:focus {
    color: #e10707;
    padding-top: 0px;
}


.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #333;
}

.content-area {
    /*-webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;*/
}

    .content-area.minimal {
        margin-top: 100px;
    }

.banners-title {
    text-align: center;
    /*font-family: 'Roboto', serif;*/
    font-size: 26px;
    font-weight: 600;
    line-height: 1.1;
    color: #333;
    position: relative;
    display: inline-block;
}

    .banners-title:after {
        content: ' ';
        display: inline-block;
        background: #ddd;
        width: 80px;
        height: 2px;
        position: absolute;
        right: -90px;
        top: 50%;
    }

    .banners-title:before {
        content: ' ';
        display: inline-block;
        background: #ddd;
        width: 80px;
        height: 2px;
        position: absolute;
        left: -90px;
        top: 50%;
    }

.banner {
    overflow: hidden;
    display: inline-block;
    position: relative;
}

.banner-image-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #ffffff;
    text-shadow: 1px 1px 1px #333333;
    font-size: 18px;
}

.banner:hover .banner-image-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #e10707;
    text-shadow: 2px 2px 2px #333;
    font-size: 24px;
    -webkit-transition: all 600ms ease-in;
    -ms-transition: all 600ms ease-in;
    -moz-transition: all 600ms ease-in;
    transition: all 600ms ease-in;
}

.banner 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: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::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::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::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.banner::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.banner:hover::before {
    border-top: 2px solid #e10707;
    border-bottom: 2px solid #e10707;
}

.banner:hover::after {
    border-right: 2px solid #e10707;
    border-left: 2px solid #e10707;
}

.vegas-slider-container {
    position: relative;
}

.carousel-caption {
    position: absolute;
    bottom: 100px;
    left: 20%;
    z-index: 3;
    background: rgba(255,255,255,0.6);
    text-align: left;
    padding: 20px;
    display: inline-block;
}

    .carousel-caption p {
        padding: 0px;
        padding-bottom: 10px;
        font-size: 18px;
        color: #666666;
    }

    .carousel-caption h2 {
        font-size: 40px;
        margin-top: 0px;
        font-weight: 500;
        color: #666666;
    }

@media (max-width:768px) {
    .carousel-caption h2 {
        font-size: 22px;
    }

    .carousel-caption p {
        padding: 0px;
        padding-bottom: 5px;
        font-size: 14px;
    }

    .carousel-caption {
        position: absolute;
        bottom: initial;
        top: 50px;
        left: 20%;
    }

        .carousel-caption .btn {
            padding: 7px !important;
            font-size: 14px;
        }
}

@media (max-width:600px) {

    .carousel-caption {
        position: absolute;
        bottom: initial;
        top: 10px;
        left: 10px;
        right: 10px;
        padding: 7px;
    }

        .carousel-caption h2 {
            font-size: 18px;
        }

        .carousel-caption p {
            padding: 0px;
        }



        .carousel-caption .btn {
            padding: 5px !important;
            font-size: 13px;
        }

    .vegas-slider-wrapper:hover .vegas-slider-prev, .vegas-slider-wrapper:hover .vegas-slider-next {
        opacity: 0;
    }
}





.searchkey {
    color: #24205e;
}


/*.product-tile-buttons .btn {
    background: #ffffff;
    width: 42px;
    height: 42px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    border-color: #ddd;
    color: #333;
    font-size: 1.5em;
}
    .product-tile-buttons .btn:hover, .product-tile-buttons .btn:focus {
        background: #333;
        width: 42px;
        height: 42px;
        display: inline-block;
        text-align: center;
        line-height: 32px;
        border-radius: 50%;
        border-color: #333;
        color: #fff;
        font-size: 1.5em;
    }*/



.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    background: #ededed;
    width: 42px;
    height: 42px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    border-radius: 50% !important;
    border-color: #ddd;
    color: #ccc;
    margin-left: 3px;
    margin-right: 3px;
    cursor: not-allowed;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    background: #333;
    width: 42px;
    height: 42px;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    border-radius: 50% !important;
    border-color: #333;
    color: #fff;
    font-size: 16px;
}

.pagination > li > a, .pagination > li > span {
    background: #ffffff;
    width: 42px;
    height: 42px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    border-radius: 50% !important;
    border-color: #ddd;
    color: #333;
    margin-left: 3px;
    margin-right: 3px;
}

.pagination > li:first-child a, .pagination > li:first-child span {
    margin-left: 3px !important;
    margin-right: 3px !important;
}

.pagination > li:last-child a, .pagination > li:last-child span {
    margin-left: 3px !important;
    margin-right: 3px !important;
}

.pagination > li > a:hover, .pagination > li > span:hover {
    background: #333;
    width: 42px;
    height: 42px;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    border-color: #333;
    color: #fff;
    font-size: 16px;
}


.edit-actions .btn-primary {
    border: 1px solid #ffffff !important;
}

.col-actions {
    text-align: right;
}






.product-tile {
    margin-bottom: 50px;
    position: relative;
}



.wishlist-button.wishlisted .fa-heart-o:before {
    content: "\f004";
}

.product-tile-code {
    margin-top: 10px;
    margin-bottom: 5px;
    color: #000;
}

    .product-tile-code a, .product-tile-code a:hover, .product-tile-code a:focus {
        line-height: 1.35;
        font-size: 14px;
        font-weight: 500;
        color: #000;
        text-decoration: none;
    }

        .product-tile-code a span, .product-tile-code a:hover span, .product-tile-code a:focus span {
            line-height: 1.35;
            font-size: 14px;
            font-weight: 500;
            color: #e10707;
            text-decoration: none;
        }

.product-tile-title {
    margin-top: 5px;
    margin-bottom: 5px;
}

    .product-tile-title a, .product-tile-title a:hover, .product-tile-title a:focus {
        line-height: 1.35;
        font-size: 15px;
        font-weight: 600;
        color: #000;
        text-decoration: none;
    }

        .product-tile-title a:hover, .product-tile-title a:focus {
            color: #000000;
        }

.product-tile-thumb {
    /*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=1, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=90, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=180, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=270, Color=#acacac);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=1, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=90, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=180, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=270, Color=#acacac)";
    box-shadow: 0 0 4px #666;
    -moz-box-shadow: 0 0 4px #666;
    -webkit-box-shadow: 0 0 4px #666;
    -o-box-shadow: 0 0 10px 4px #666;*/
    overflow: hidden;
    border: 1px solid #ebebeb;
}

.product-tile-details {
    border: 1px solid #ebebeb;
    padding: 10px;
    border-top: none;
    background: rgba(235, 235, 235, 0.41);
}

.product-tile-thumb div.lazy {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.product-tile-thumb:hover div.lazy {
    -webkit-transform: scale(1.15); /* Safari and Chrome */
    -moz-transform: scale(1.15); /* Firefox */
    -ms-transform: scale(1.15); /* IE 9 */
    -o-transform: scale(1.15); /* Opera */
    transform: scale(1.15);
}

.product-tile-description, .product-tile-description p {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', serif;
    text-decoration: none;
}

.product-tile-description {
    margin-bottom: 5px;
    font-family: 'Roboto', serif;
}

.product-tile-price {
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: 'Roboto', serif;
    font-weight: 700;
    color: #666666;
}

.product-tile-net-price {
    font-size: 20px;
    color: #e10707;
    text-decoration: line-through;
    font-weight: 700;
    line-height: 20px;
    margin-right: 10px;
    font-family: 'Roboto', serif;
    font-weight: 500;
}

.product-tile-final-price {
    font-size: 20px;
    color: #e10707;
    font-weight: 700;
    line-height: 20px;
    font-family: 'Roboto', serif;
    font-weight: 500;
}

.product-tile-thumb {
    position: relative;
    overflow: hidden;
}

.product-tile-buttons {
    position: absolute;
    bottom: -50px;
    -webkit-transition: all 0.4s ease; /* Safari and Chrome */
    -moz-transition: all 0.4s ease; /* Firefox */
    -ms-transition: all 0.4s ease; /* IE 9 */
    -o-transition: all 0.4s ease; /* Opera */
    transition: all 0.4s ease;
    width: 100%;
}

.product-tile:hover .product-tile-buttons {
    position: absolute;
    bottom: 10px;
    -webkit-transition: all 0.4s ease; /* Safari and Chrome */
    -moz-transition: all 0.4s ease; /* Firefox */
    -ms-transition: all 0.4s ease; /* IE 9 */
    -o-transition: all 0.4s ease; /* Opera */
    transition: all 0.4s ease;
}
@media(max-width:768px){
    .product-tile .product-tile-buttons {
        position: absolute;
        bottom: 10px;
        
    }

    
}
.product-tile-buttons .btn {
    background: #ffffff;
    width: 42px;
    height: 42px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    border-color: #ddd;
    color: #333;
    font-size: 1.5em;
}

    .product-tile-buttons .btn i {
        margin: 0px;
        position: relative;
        left: -2px;
    }

    .product-tile-buttons .btn:hover, .product-tile-buttons .btn:focus {
        background: #333;
        width: 42px;
        height: 42px;
        display: inline-block;
        text-align: center;
        line-height: 32px;
        border-radius: 50%;
        border-color: #333;
        color: #fff;
        font-size: 1.5em;
    }

    .product-tile-buttons .btn:hover, .product-tile-buttons .btn:focus {
        -webkit-transition: all 0.4s ease; /* Safari and Chrome */
        -moz-transition: all 0.4s ease; /* Firefox */
        -ms-transition: all 0.4s ease; /* IE 9 */
        -o-transition: all 0.4s ease; /* Opera */
        transition: all 0.4s ease;
    }

.panel {
    border-radius: 0px !important;
}

.panel-heading.min {
    border-bottom: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.panel-heading {
    padding: 0 15px;
    min-height: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel-default div.panel-body:last-of-type {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.panel-default > .panel-heading {
    background-color: #F3F3F3;
    border-color: #F3F3F3;
    font-family: 'Roboto', serif;
    color: #333;
    font-size: 18px;
    margin-bottom: 20px;
}

.panel-heading .panel-title {
    font-family: 'Roboto', san-serif;
    color: #333;
    font-size: 18px;
    font-weight: 500;
}

.panel-categories {
    margin: 0px;
    padding: 0px;
}

    .panel-categories li {
        list-style: none;
        margin: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

        .panel-categories li a, .panel-categories li a:hover, .panel-categories li a:focus {
            color: #929292;
            font-size: 16px;
            font-weight: 300;
            font-family: 'Roboto', serif;
        }

            .panel-categories li a i {
                font-size: 12px;
                margin-right: 10px;
                color: #929292;
            }

        .panel-categories li.selected a, .panel-categories li.selected a:hover, .panel-categories li.selected a:focus {
            color: #088cdc;
            font-size: 16px;
            font-weight: 300;
            font-family: 'Roboto', serif;
        }

            .panel-categories li.selected a i {
                font-size: 12px;
                margin-right: 10px;
                color: #088cdc;
            }


.panel-body h3 {
    font-weight: 500;
    padding-bottom: 20px;
}

.panel-body label {
    font-weight: 500;
    font-size: 14px;
}

strong {
    font-weight: 500;
}

.price-range-slider {
    height: 7px;
    background: #f1f1f1;
}

    .price-range-slider .ui-slider-range {
        height: 7px;
        background: #ddd;
        border: none;
    }

    .price-range-slider .ui-slider-handle {
        height: 17px;
        width: 17px;
        border-radius: 100%;
        background: #fff;
        border: 5px solid #e10707;
    }

    .price-range-slider .ui-widget-content {
        border-radius: 1em;
        background-color: #e10707;
        border: 0;
    }

.price-range-slider-wrapper {
    padding: 17px 8px;
    margin-top: -17px;
    overflow: hidden;
    height: 17px;
}

.price-range-label {
    line-height: 34px;
    font-weight: 500;
}

.breadcrumb {
    padding: 10px;
    margin-bottom: 0px;
    list-style: none;
    background: no-repeat;
    border-radius: 0px;
    display: inline-block;
    color: #333;
    font-family: 'Roboto',serif;
}

    .breadcrumb > li + li::before {
        content: "";
        padding: 0;
        color: #fff;
    }

    .breadcrumb li a.active, .breadcrumb li a.active:hover, .breadcrumb li a.active:focus {
        color: #fff !important;
        font-style: italic;
        font-family: 'Roboto',serif;
    }

.product-breadcrumb {
    margin-left: 0px;
    margin-right: 0px;
    font-style: italic;
    font-family: 'Roboto',serif;
}

.category-breadcrumb {
    background: none;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-style: italic;
    margin-bottom: 5px !important;
    font-family: 'Roboto',serif;
}

.product-breadcrumb li, li.breadcrumb-link {
    color: #fff;
    font-style: italic;
    font-family: 'Roboto',serif;
    font-size: 16px;
}

li.breadcrumb-text {
    color: #fff;
    font-style: italic;
    font-family: 'Roboto',serif;
    font-size: 16px;
}

li.breadcrumb-link, li.breadcrumb-link a, li.breadcrumb-link:last-child span {
    color: #fff !important;
    font-size: 16px !important;
}

    li.breadcrumb-link:last-child, li.breadcrumb-link:last-child a, li.breadcrumb-link:last-child span {
        color: #e10707 !important;
        font-style: italic;
        font-family: 'Roboto',serif;
        font-size: 16px;
        font-weight: 700 !important;
    }

.bone-context-menu:hover {
    color: #333;
    cursor: url(res/bon/img/mouse-16.png),pointer;
    border-bottom: none;
}

.bone-context-menu {
    color: #333;
    cursor: url(res/bon/img/mouse-16.png),pointer;
    border-bottom: none;
}


.img-thumbnail {
    border-radius: 0px;
}

    .img-thumbnail.filter-image {
        border-radius: 4px;
        border-width: 2px;
        cursor: pointer;
    }

.col-selected .img-thumbnail.filter-image {
    border-radius: 4px;
    border-width: 2px;
    border-color: #e10707;
}



.img-unveil, .lazy {
    display: block;
    background-image: url('skn/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

img.option-image {
    max-width: 68px !important;
}

.product-options-control .form-control {
    max-width: 200px;
}

ul.option-thumbnails li.option-thumb.disabled img {
    opacity: 1;
    cursor: not-allowed;
}


.alert-default {
    background-color: #F3F3F3;
    border-color: #F3F3F3;
    border-radius: 0px;
}




.slider-for button {
    width: 64px;
    height: 64px;
    border: none;
    border-radius: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    background: none;
    line-height: 50px;
    color: #e10707;
    visibility: visible;
    font-size: 0px;
    position: absolute;
    top: 45%;
    color: #e10707;
}

    .slider-for button:hover {
        background: none;
        border-color: transparent;
        color: #636482;
    }

    .slider-for button:before {
        line-height: 58px;
        color: #e10707;
        font-size: 14px;
    }

    .slider-for button:hover:before {
        line-height: 58px;
        color: #636482;
        font-size: 14px;
    }

    .slider-for button.slick-prev {
        left: 0px;
        right: initial;
    }

        .slider-for button.slick-prev:before {
            content: "\f104";
            font-family: FontAwesome;
            font-size: 50px;
        }

    .slider-for button.slick-next {
        right: -1px;
        left: initial;
    }

        .slider-for button.slick-next:before {
            content: "\f105";
            font-family: FontAwesome;
            font-size: 50px;
        }


.slider-nav {
    margin-left: -5px;
    margin-right: -5px;
}

    .slider-nav div.slider-thumb {
        padding-left: 5px;
        padding-right: 5px;
    }

        .slider-nav div.slider-thumb img {
            border: 1px solid #ebebeb;
            display: block;
        }

.slider-for {
    border: 1px solid #ebebeb;
}

.slider-nav button {
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    background: none;
    line-height: 40px;
    color: #d7d7d7;
    visibility: visible;
    font-size: 0px;
    position: absolute;
    top: 30%;
}

    .slider-nav button:hover {
        background: #088cdc;
        border-color: #088cdc;
        color: #ffffff;
    }

        .slider-nav button:hover:before {
            color: #ffffff;
        }

    .slider-nav button:before {
        line-height: 28px;
        color: #d7d7d7;
        font-size: 24px;
    }

    .slider-nav button.slick-prev {
        left: initial;
        right: -28px;
    }

        .slider-nav button.slick-prev:before {
            content: "\f104";
            font-family: FontAwesome;
        }

    .slider-nav button.slick-next {
        right: -58px;
        left: initial;
    }

        .slider-nav button.slick-next:before {
            content: "\f105";
            font-family: FontAwesome;
        }


h1.product-header {
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #ffffff;
    font-weight: 500;
}

@media(max-width:768px) {
    h1.product-header {
        font-size: 24px;
    }
}


.content-area ul li, .content-area ol li {
    list-style-position: inside;
}

.product-code {
    color: #333;
    font-weight: 500;
}


.form-control {
    border-radius: 0px;
}

.product-view-price {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Roboto', serif;
}

.product-view-net-price {
    font-size: 30px;
    color: #e10707;
    text-decoration: line-through;
    font-weight: 500;
    line-height: 20px;
    margin-right: 10px;
    font-family: 'Roboto', serif;
}

.product-view-final-price {
    font-size: 30px;
    color: #434343;
    font-weight: 500;
    line-height: 20px;
    font-family: 'Roboto', serif;
}

.product-view-cart .ui-corner-all {
    border-radius: 0px;
}

.product-view-cart .btn.btn-primary {
    font-size: 14px;
    min-width: 200px;
    height: 44px;
}

.product-view-cart .btn.btn-alt, .product-view-cart .btn.btn-default {
    font-size: 14px;
    height: 44px;
}

    .product-view-cart .btn.btn-default i {
        color: #333;
        height: 44px;
        font-size: 33px;
    }

    .product-view-cart .btn.btn-default span, .product-view-cart .btn.btn-default em {
        color: #333;
        position: relative;
        font-weight: 500;
        bottom: -5px;
    }

.product-view-cart .btn-link, .product-view-cart .btn-link:hover, .product-view-cart .btn-link:focus {
    text-decoration: none;
    color: #333;
    height: 30px;
    line-height: 20px;
    padding-left: 0px;
}

    .product-view-cart .btn-link i {
        border: 1px solid #ededed;
        padding: 3px;
        width: 30px;
        height: 30px;
        line-height: 20px;
        margin-right: 3px;
    }

hr.dashed {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px dashed #ddd;
}

a.product-view-category {
    color: #e10707;
    font-weight: 500;
}

    a.product-view-category:hover, a.product-view-category:focus {
        color: #333;
        font-weight: 500;
    }

.product-view-tags, product-view-tags a {
    font-weight: 500;
}


.info-area {
    background-color: #990000;
    background-image: linear-gradient(147deg, #990000 0%, #ff0000 74%);
}


.product-random-title a, .product-random-title a:hover, .product-random-title a:focus {
    line-height: 1.35;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', serif;
    text-decoration: none;
}

    .product-random-title a:hover, .product-random-title a:focus {
        color: #088cdc;
    }

.product-random-thumb {
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=1, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=90, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=180, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=270, Color=#acacac);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=1, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=90, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=180, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=270, Color=#acacac)";
    box-shadow: 0 0 4px #666;
    -moz-box-shadow: 0 0 4px #666;
    -webkit-box-shadow: 0 0 4px #666;
    -o-box-shadow: 0 0 10px 4px #666;
    overflow: hidden;
}

    .product-random-thumb img {
        -webkit-transition: all 1s ease; /* Safari and Chrome */
        -moz-transition: all 1s ease; /* Firefox */
        -ms-transition: all 1s ease; /* IE 9 */
        -o-transition: all 1s ease; /* Opera */
        transition: all 1s ease;
    }

    .product-random-thumb:hover img {
        -webkit-transform: scale(1.15); /* Safari and Chrome */
        -moz-transform: scale(1.15); /* Firefox */
        -ms-transform: scale(1.15); /* IE 9 */
        -o-transform: scale(1.15); /* Opera */
        transform: scale(1.15);
    }


.product-random-price {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Roboto', serif;
}

.product-random-net-price {
    font-size: 14px;
    color: #434343;
    text-decoration: line-through;
    font-weight: 500;
    line-height: 20px;
    margin-right: 10px;
    font-family: 'Roboto', serif;
}

.product-random-final-price {
    font-size: 14px;
    color: #088cdc;
    font-weight: 500;
    line-height: 20px;
    font-family: 'Roboto', serif;
}



.newsletter-area .form-control, .newsletter-area .form-control:hover, .newsletter-area .form-control:focus {
    border: none;
    box-shadow: none;
    background: none;
}

.fa-stack-3x {
    font-size: 3em;
}

.fa-stack.fa-lg {
    position: relative;
    display: inline-block;
    width: 3em;
    height: 3em;
    line-height: 3em;
    vertical-align: middle;
}

.newsletter-area .btn.btn-primary, .newsletter-area .btn.btn-primary:hover, .newsletter-area .btn.btn-primary:focus {
    border: none;
    background: none;
    color: #fff;
    font-weight: bold;
}

.newsletter-area .input-group {
    border-bottom: 1px solid #fff;
}

@media (min-width:768px) {

    .menu-area .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .menu-area .container-fluid {
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }
}


.btn-lg, .btn-group-lg > .btn {
    padding: 8px 14px;
    font-size: 16px;
    line-height: 1.33;
    border-radius: 0px;
}

.social-wrapper a, .social-wrapper a:hover, .social-wrapper a:focus {
    text-decoration: none;
    font-size: 1.5em;
}




.w3_megamenu .dropdown a,
.w3_megamenu .dropdown-menu a {
}

.w3_megamenu .dropdown-menu li {
    padding-top: 3px;
    padding-bottom: 3px;
}

.w3_megamenu .dropdown-menu > li > a {
    padding: 6px 15px;
    display: block;
}

.w3_megamenu .navbar-nav > li > .dropdown-menu {
    margin-top: 1px;
}

.w3_megamenu i {
    color: #e10707;
}

.w3_megamenu .dropdown-menu {
    box-shadow: none;
    border: 1px solid #efefef;
    padding: 0;
}


.w3_megamenu a:hover {
    text-decoration: none
}

.w3_megamenu .dropdown-menu .withoutdesc ul li {
    padding: 3px 10px;
}

    .w3_megamenu .dropdown-menu .withoutdesc ul li:hover,
    .w3_megamenu .dropdown-menu .withoutdesc ul li:focus {
        color: #262626;
        text-decoration: none;
        background-color: #f5f5f5 !important
    }

.w3_megamenu .dropdown-menu .withoutdesc li:last-child {
    border-bottom: 0 solid #fff;
}

.w3_megamenu .w3_megamenu-content.withdesc a:after {
    color: #CFCFCF;
    content: attr(data-description);
    display: block;
    font-size: 11px;
    font-weight: 500;
    line-height: 0;
    margin: 10px 0 15px;
    text-transform: uppercase;
}

.w3_megamenu .dropdown-submenu {
    position: relative;
}

    .w3_megamenu .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: 0;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .w3_megamenu .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .w3_megamenu .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: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .w3_megamenu .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .w3_megamenu .dropdown-submenu.pull-left {
        float: none;
    }

        .w3_megamenu .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.w3_megamenu p {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    color: #656565;
}

.w3_megamenu .nav,
.w3_megamenu .collapse,
.w3_megamenu .dropup,
.w3_megamenu .dropdown {
    position: static;
}

.w3_megamenu .half {
    width: 50%;
    left: auto !important;
    right: auto !important;
}

.w3_megamenu .container {
    position: relative;
}

.w3_megamenu .dropdown-menu {
    left: auto;
}

.w3_megamenu .nav.navbar-right .dropdown-menu {
    left: auto;
    right: 0;
}

.w3_megamenu .w3_megamenu-content {
    padding: 15px 15px;
    background: #fff;
}

.w3_megamenu .dropdown.w3_megamenu-fw .dropdown-menu {
    left: 0;
    right: 0;
}

.w3_megamenu .title {
    font-size: 13px;
    font-weight: bold;
    margin-top: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    color: #e10707;
}

.w3_megamenu ul {
    list-style: none;
    padding-left: 0px;
}


.panel-group .panel {
    border-radius: 0px;
    margin-bottom: 10px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    font-weight: 300;
}

    .panel-group .panel.panel-default > .panel-heading {
        color: #74777c;
        font-size: 18px;
        font-weight: 300;
        background: none;
        width: 100%;
        font-weight: 300;
    }

        .panel-group .panel.panel-default > .panel-heading .panel-title {
            display: block;
            width: 100%;
            min-height: initial;
            padding: 0px;
            margin: 0px;
            padding-top: 10px;
        }

            .panel-group .panel.panel-default > .panel-heading .panel-title a {
                color: inherit;
                color: #74777c;
                font-size: 18px;
                text-decoration: none;
                cursor: pointer;
                display: block;
                width: 100%;
                font-weight: 300;
                font-family: 'Roboto', sans-serif;
            }

                .panel-group .panel.panel-default > .panel-heading .panel-title a:hover, .panel-group .panel.panel-default > .panel-heading .panel-title a:active {
                    color: #e10707;
                    font-weight: 300;
                }

    .panel-group .panel.panel-default .panel-body {
        border: none;
    }


.tab-content .tab-pane {
    padding-left: 0px;
    padding-right: 0px;
}

.product-tabs {
    text-align: center;
}

.nav-tabs {
    text-align: center;
    margin-bottom: 20px;
    border: none;
    display: inline-block;
}

    .nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
        background: none;
        border: none;
        color: #333333;
        font-size: 28px;
        display: inline-block;
        margin-left: 12px;
        margin-right: 12px;
        padding-left: 0px;
        padding-right: 0px;
        white-space: nowrap;
        width: auto;
        border: none;
        font-family: 'Roboto',serif;
        font-weight: 600;
    }


    .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
        background: none;
        border: none;
        color: #333333;
        font-size: 28px;
        font-weight: 500;
        position: relative;
        display: inline-block;
        margin-left: 12px;
        margin-right: 12px;
        padding-left: 0px;
        padding-right: 0px;
        white-space: nowrap;
        border: none;
        font-family: 'Roboto',serif;
        font-weight: 600;
    }

        .nav-tabs > .active > a:after, .nav-tabs > .active > a:hover:after, .nav-tabs > .active > a:focus:after {
            background: #e10707;
            position: absolute;
            bottom: -4px;
            content: '';
            height: 2px;
            width: 100%;
            left: 0px;
            margin-left: auto;
            margin-right: auto;
            border: none;
            font-size: 28px;
        }

    .nav-tabs > li > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        border: none;
        color: #333333;
        font-size: 28px;
        font-weight: 500;
        font-family: 'Roboto',serif;
        font-weight: 600;
    }

    .nav-tabs > li {
        background: none;
        border: none;
    }

.tab-content {
    text-align: left;
}

.side-cart {
    z-index: 10000;
}



.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #e10707;
}



.slick-tags {
    margin-left: -15px;
    margin-right: -15px;
}

.slick-tag {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 400px;
}

.slick-tags .slick-prev {
    font-size: 2.5em;
    position: absolute;
    right: 60px;
    top: -85px;
    color: #333;
    cursor: pointer;
}

.slick-tags .slick-next {
    font-size: 2.5em;
    position: absolute;
    right: 35px;
    top: -85px;
    color: #333;
    cursor: pointer;
}



.slick-tags .slick-prev:hover {
    color: #333;
}

@media(max-width:1200px) {
    .slick-tags .slick-prev {
        top: -65px;
    }

    .slick-tags .slick-next {
        top: -65px;
    }
}

@media(max-width:768px) {
    .slick-tags {
        /* padding-left:40px; */
        /* padding-right:40px; */
    }

        .slick-tags .slick-prev {
            top: 50%;
            transform: translate(-50%);
            left: 10px;
            right: initial;
        }

        .slick-tags .slick-next {
            top: 50%;
            transform: translate(-50%);
            right: 0px;
        }
}


.slick-tags .slick-next:hover {
    color: #333;
}

.article-content img {
    max-width: 100%;
    height: auto;
}

.slick-dots {
    margin: 0px;
    padding: 0px;
    position: absolute;
    bottom: -40px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        list-style: none;
        display: inline-block;
        text-align: center;
    }

        .slick-dots li button {
            font-size: 0px;
            line-height: 0px;
            border: none;
            background: #ccc;
            border-radius: 50%;
            width: 15px;
            height: 15px;
            margin-left: 3px;
            margin-right: 3px;
        }

        .slick-dots li.slick-active button {
            background: #666;
        }

.brands-area {
    border-top: 1px solid #ebebeb;
    min-height: 50px;
}

.brands {
    padding-left: 20px;
    padding-right: 20px;
}

    .brands .slick-prev {
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
    }

    .brands .slick-next {
        position: absolute;
        right: -0px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
    }

        .brands .slick-prev i, .brands .slick-next i {
            font-size: 1.5em;
        }

    .brands img {
        filter: grayscale(1);
        -webkit-transition: all 0.5s ease; /* Safari and Chrome */
        -moz-transition: all 0.5s ease; /* Firefox */
        -ms-transition: all 0.5s ease; /* IE 9 */
        -o-transition: all 0.5s ease; /* Opera */
        transition: all 0.5s ease;
    }

        .brands img:hover {
            filter: grayscale(0);
            -webkit-transition: all 0.5s ease; /* Safari and Chrome */
            -moz-transition: all 0.5s ease; /* Firefox */
            -ms-transition: all 0.5s ease; /* IE 9 */
            -o-transition: all 0.5s ease; /* Opera */
            transition: all 0.5s ease;
        }

.info-banner-title {
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 600;
    font-size: 15px;
}

.vegas-slide-inner {
    background-position: center center !important;
}

img.img-responsive {
    display: inline-block !important;
}

.info-banner-description {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
}



.logo-bottom {
    max-width: 260px;
}

h4.shop-categories-title {
    background: #ededed;
    margin: 0px;
    padding: 10px;
}

@media(max-width:768px) {
    .filters-area {
        overflow: hidden;
        height: 0px;
        opacity: 0;
        padding: 0px;
        margin: 0px;
        width: 100%;
        -webkit-transition: all 0.5s ease; /* Safari and Chrome */
        -moz-transition: all 0.5s ease; /* Firefox */
        -ms-transition: all 0.5s ease; /* IE 9 */
        -o-transition: all 0.5s ease; /* Opera */
        transition: all 0.5s ease;
    }

        .filters-area.filters-area-opened {
            overflow: initial;
            height: initial;
            opacity: 1;
            padding: 30px;
            margin: 0px;
            width: 100%;
            -webkit-transition: all 0.5s ease; /* Safari and Chrome */
            -moz-transition: all 0.5s ease; /* Firefox */
            -ms-transition: all 0.5s ease; /* IE 9 */
            -o-transition: all 0.5s ease; /* Opera */
            transition: all 0.5s ease;
        }
}

.filters-area.open {
    overflow: initial;
    height: initial;
    opacity: 1;
    padding: 30px;
    margin: 0px;
    width: 100%;
    -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -ms-transition: all 0.5s ease; /* IE 9 */
    -o-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
}

.filters-panel-heading {
    font-size: 15px;
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: 600;
    font-family: 'Roboto',serif;
    font-size: 18px;
}

.filters-panel {
    margin-bottom: 30px;
}

    .filters-panel .panel-body {
        padding-left: 0px;
        padding-right: 0px;
    }

    .filters-panel li {
        list-style: none;
        list-style-position: inside;
        margin-bottom: 5px;
    }

        .filters-panel li.disabled a, .filters-panel li.disabled a:hover, .filters-panel li.disabled a:focus {
            color: #b1b1b1;
        }

.filters-panel-categories {
    padding: 0px;
    margin: 0px;
}

ul.filter {
    display: inline-block;
    margin-bottom: 60px;
}


@media (max-width:768px) {
    .filters-toggle {
        cursor: pointer;
    }

    .sorting-box {
        padding-left: 30px;
        padding-right: 30px;
    }

    .filters-area {
        overflow: hidden;
        height: 0px;
        opacity: 0;
        padding: 0px;
        margin: 0px;
        width: 100%;
        -webkit-transition: all 0.5s ease; /* Safari and Chrome */
        -moz-transition: all 0.5s ease; /* Firefox */
        -ms-transition: all 0.5s ease; /* IE 9 */
        -o-transition: all 0.5s ease; /* Opera */
        transition: all 0.5s ease;
    }

        .filters-area.open {
            height: initial;
            opacity: 1;
            padding: 30px;
            margin: 0px;
            width: 100%;
            -webkit-transition: all 0.5s ease; /* Safari and Chrome */
            -moz-transition: all 0.5s ease; /* Firefox */
            -ms-transition: all 0.5s ease; /* IE 9 */
            -o-transition: all 0.5s ease; /* Opera */
            transition: all 0.5s ease;
        }
}

.filters-area .btn-primary.btn-alt {
    background: none;
    border-color: #e10707;
    color: #e10707;
    font-weight: 500;
}

    .filters-area .btn-primary.btn-alt:hover, .filters-area .btn-primary.btn-alt:focus {
        background: #e10707;
        border-color: #e10707;
        color: #ffffff;
        font-weight: 500;
    }

.filters-area a {
    color: #333;
}

    .filters-area a span, .filters-area a i, .filters-area a em {
        color: #e10707;
    }

.filters-toggle {
    font-family: 'Roboto',serif;
    font-weight: 500;
    font-size: 16px;
}

.cat-options span, .cat-options {
    font-size: 16px;
}

.tile-out-of-stock {
    background: rgba(178,25,25,0.8);
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px;
    width: 100%;
    text-shadow: 1px 1px 1px #333;
    text-align: center;
}

.view-out-of-stock {
    background: rgba(178,25,25,0.8);
    color: #ffffff;
    font-size: 20px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    clear: both;
    margin-bottom: 15px;
    text-shadow: 1px 1px 1px #333;
    text-align: center;
}

.path-area {
    background: url(skn/path.jpg) 100% 0% no-repeat;
    min-height: 250px;
    padding: 0px !important;
    position: relative;
    background-attachment: fixed;
}

    .path-area .container-fluid {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    .path-area .product-header {
        float: left;
        margin: 0px;
        color: #fff;
        text-shadow: 1px 1px 1px #333;
        font-weight: 500;
        font-style: italic;
        max-width: 60%;
        text-align: left;
    }

    .path-area .breadcrumb {
        float: right;
    }

@media( max-width:768px) {
    .path-area {
        min-height: 140px;
    }

    .product-caption {
        font-size: 24px;
        line-height: 34px;
        font-weight: 700;
    }

    .path-area .breadcrumb {
        float: none;
        text-align: center;
    }

    .path-area .product-header {
        text-align: center;
        max-width: 100%;
    }
}



.filters-panel-categories input[type="checkbox"] {
    display: none;
}

    .filters-panel-categories input[type="checkbox"] + label::before {
        width: 15px;
        height: 15px;
        border-radius: 0px;
        border: 1px solid #e10707;
        background-color: #fff;
        display: block;
        content: "";
        float: left;
        margin-right: 5px;
    }

    .filters-panel-categories input[type="checkbox"]:checked + label::before {
        box-shadow: inset 0px 0px 0px 3px #fff;
        background-color: #e10707;
    }

.filters-panel label {
    color: #e10707;
    display: block;
    cursor: pointer;
}

.coupon-area .im-ticket {
    display: none !important;
}

.slider-banner {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

    .slider-banner img {
        -webkit-transition: all 1s ease; /* Safari and Chrome */
        -moz-transition: all 1s ease; /* Firefox */
        -ms-transition: all 1s ease; /* IE 9 */
        -o-transition: all 1s ease; /* Opera */
        transition: all 1s ease;
    }

    .slider-banner:hover img {
        -webkit-transform: scale(1.10); /* Safari and Chrome */
        -moz-transform: scale(1.10); /* Firefox */
        -ms-transform: scale(1.10); /* IE 9 */
        -o-transform: scale(1.10); /* Opera */
        transform: scale(1.10);
    }

    .slider-banner img.img-overlay {
        position: absolute;
        -webkit-transition: all 1s ease; /* Safari and Chrome */
        -moz-transition: all 1s ease; /* Firefox */
        -ms-transition: all 1s ease; /* IE 9 */
        -o-transition: all 1s ease; /* Opera */
        transition: all 1s ease;
        top: 0px;
        left: 0px;
        background: rgba(0,0,0,0.65);
        opacity: 0;
        z-index: 1;
    }

.slider-banner-title {
    position: absolute;
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    z-index: 1;
    color: #ffffff;
    font-size: 30px;
    font-family: 'Roboto';
}

.slider-banner:hover .slider-banner-title {
    position: absolute;
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
    opacity: 1;
}

.slider-banner:hover img.img-overlay {
    position: absolute;
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.65);
    opacity: 1;
    z-index: 1;
}

.slider-banner::before, .slider-banner::after {
    width: 90%;
    height: 80%;
    display: inline-block;
    z-index: 3;
    content: '';
    position: absolute;
    top: 10%;
    left: 5%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    transition: 0.5s;
}

.slider-banner::before {
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #FFF;
    -webkit-transform-origin: 0 100%;
}

.slider-banner::after {
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform-origin: 100% 0%;
}

.slider-banner:hover::after, .slider-banner:hover::before {
    -webkit-transform: scale(1);
}

@media(max-width:768px) {
    .slider-banner-title {
        opacity: 1;
        font-size: 20px;
    }
}

.home-tabs.nav-tabs > li {
    float: none;
    display: inline-block;
    zoom: 1;
}

.home-tabs.nav-tabs {
    text-align: center;
    width: 100%;
}

@media(max-width:768px) {
    .homebanner-text .header-big {
        font-size: 26px;
    }

    .home-tabs .header-medium {
        font-size: 24px;
    }
}

@media (max-width: 989px) {
    .sm-deco a .sub-arrow {
        background-color: #272822;
        background-image: linear-gradient(326deg, #272822 0%, #da2d2d 74%);
    }

    .sm-deco li a:hover, .sm-deco li a:focus {
        color: #e10707;
    }
}





/* Mega menus */


/* make mega menus take the full width of .main-nav */
#deco-menu {
    clear: both;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}

    #deco-menu,
    #deco-menu > .has-mega-menu {
        position: static !important;
    }

        #deco-menu,
        #deco-menu > .has-mega-menu a, #deco-menu > .has-mega-menu a:hover, #deco-menu > .has-mega-menu a:focus {
            /*height: 53px;*/
        }

            #deco-menu .mega-menu {
                margin-left: 0 !important;
                right: 0 !important;
                width: auto !important;
                max-width: none !important;
                overflow-x: hidden;
                z-index: 20;
                overflow-y: auto;
            }

            #deco-menu > .has-mega-menu .scroll-up,
            #deco-menu > .has-mega-menu .scroll-down {
                margin-left: 0 !important;
                height: 48px;
            }


            /* clear any floats inside the mega menus */

            #deco-menu .mega-menu > li {
                list-style: none;
            }


            /* reset mega menu list/link styles (which are inherited from the SmartMenus core/theme styles) */

            #deco-menu .mega-menu {
                color: #353451;
                padding: 20px;
            }

                #deco-menu .mega-menu ul {
                    position: static;
                    display: block;
                    border: 0;
                    padding: 0px;
                    width: auto;
                    background: transparent;
                    -moz-box-shadow: none;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                }

                    #deco-menu .mega-menu ul li {
                        display: list-item;
                        list-style-type: disc;
                        border: 0;
                        list-style: none;
                    }

                #deco-menu .mega-menu a {
                    display: inline;
                    border: 0;
                    padding: 0;
                    background: transparent;
                    color: inherit;
                    white-space: normal;
                }

                    #deco-menu .mega-menu a, #deco-menu .mega-menu a:hover, #deco-menu .mega-menu a:focus {
                        font-size: 14px;
                        font-weight: 500;
                        color: #555;
                        display: block;
                        padding-top: 2px;
                        padding-bottom: 2px;
                    }

                        #deco-menu .mega-menu a:hover, #deco-menu .mega-menu a:focus {
                            color: #000;
                        }

                        #deco-menu .mega-menu a.more, #deco-menu .mega-menu a.more:hover, #deco-menu .mega-menu a.more:focus {
                            color: #008dd2;
                        }

                        #deco-menu .mega-menu a.h2, #deco-menu .mega-menu a.h2:hover, #deco-menu .mega-menu a.h2:focus {
                            font-size: 16px;
                            font-weight: 600;
                            color: #008dd2;
                        }
/* Sample image placeholder */
.mega-menu-sample-image {
    margin: 0.83em 0;
    border: 1px solid;
    height: 80px;
    line-height: 80px;
    text-align: center;
}


/* Mobile menu top separator */

@media (min-width: 990px) {
    .sm-deco a.active, .sm-deco a:hover, .sm-deco a:focus, .sm-deco a:active, .sm-deco a.highlighted {
        color: #e10707 !important;
    }
}

@media (min-width: 768px) {
    #deco-menu:before {
        display: none;
    }

    .main-nav-wrapper {
        /*display: inline-block !important;
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        width: initial;*/
    }



    #deco-menu,
    #deco-menu > .has-mega-menu {
        position: relative;
        display: inline-block;
    }

    #deco-menu {
        display: block;
    }

        #deco-menu > .has-mega-menu, #deco-menu > .has-mega-menu:hover, #deco-menu > .has-mega-menu:focus {
            margin-left: -4px;
        }
}

a.top-link, a.top-link:hover, a.top-link:focus {
    color: #000000;
    text-decoration: none;
    font-size: 1.4em !important;
    vertical-align: middle;
}

    a.top-link .menu-text, a.top-link:hover .menu-text, a.top-link:focus .menu-text {
        position: relative;
        bottom: -5px;
        font-size: 1.6em !important;
    }

@media(min-width:768px) {
    .menu-link {
        position: relative;
        top: -5px;
    }

        .menu-link::after {
            position: absolute;
            bottom: -10px;
            content: '';
            width: 100%;
            height: 3px;
            left: 0px;
            background: #000;
        }

        .menu-link::before {
            position: absolute;
            top: -10px;
            content: '';
            width: 100%;
            height: 3px;
            left: 0px;
            background: #000;
        }
}

@media(max-width:768px) {
    a.top-link, a.top-link:hover, a.top-link:focus {
        color: #000000;
        text-decoration: none;
        font-size: 1em !important;
        vertical-align: middle;
    }

        a.top-link .menu-text, a.top-link:hover .menu-text, a.top-link:focus .menu-text {
            position: relative;
            bottom: -5px;
            font-size: 0.6em !important;
        }

    .menu-logo {
        position: absolute;
        left: 50%;
        top: -5px;
        transform: translateX(-50%);
    }
}

.menu-paddings {
    padding-top: 23px;
    padding-bottom: 23px;
}

@media (max-width: 768px) {
    #deco-menu .mega-menu {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #deco-menu {
        border-top: none;
        position: relative !important;
    }

    .collapse.in {
        max-height: initial;
        height: initial;
    }
}

.hor-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    width: 100%;
    border-top: 1px solid #000;
}

.full-height {
    min-height: 100%;
    height: 100%;
}

.hor-menu .box-menu {
    background: #000; /* fallback for old browsers */
    border: 1px solid #000;
    border-top: none;
    /*-webkit-box-shadow: 0px 2px 5px 0px rgba(41,41,41,1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(41,41,41,1);
    box-shadow: 0px 2px 5px 0px rgba(41,41,41,1);*/
}

    .hor-menu .box-menu .col-left {
        background: #000000; /* fallback for old browsers */
    }

    .hor-menu .box-menu .col-right {
        background: #fff; /* fallback for old browsers */
        padding: 10px;
    }

.hor-menu .full-height {
    background: #fff; /* fallback for old browsers */
}

.hor-menu-level-1 a, .hor-menu-level-1 a:hover, .hor-menu-level-1 a:focus {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.hor-menu-level-2 a, .hor-menu-level-2 a:hover, .hor-menu-level-2 a:focus {
    background: linear-gradient(to right, #FF0000 0%, #990000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    display: block;
}

.hor-menu-level-3 a, .hor-menu-level-3 a:hover, .hor-menu-level-3 a:focus {
    color: #333;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    display: block;
}

.hor-menu-level-1.active a, .hor-menu-level-1 a:hover, .hor-menu-level-1 a:focus {
    color: #e10707;
    background: #ffffff;
}

.hor-menu-level-2 a:hover, .hor-menu-level-2 a:focus {
    color: #000000;
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
}

.hor-menu-level-3 a:hover, .hor-menu-level-3 a:focus {
    color: #000000;
}

@media(max-width:1170px) {
    .hor-menu-level-1 a, .hor-menu-level-1 a:hover, .hor-menu-level-1 a:focus {
        font-size: 18px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .hor-menu-level-2 a, .hor-menu-level-2 a:hover, .hor-menu-level-2 a:focus {
        font-size: 18px;
    }

    .hor-menu-level-3 a, .hor-menu-level-3 a:hover, .hor-menu-level-3 a:focus {
        font-size: 16px;
    }
}

@media(min-width:768px) {
    .ver-menu-toggler, .ver-menu {
        display: none !important;
    }
}

@media(max-width:768px) {
    .hor-menu {
        display: none !important;
    }

    .ver-menu hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .ver-menu {
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        top: 0px;
        height: 100%;
        min-height: 100%;
        width: 350px;
        z-index: 20;
        padding: 15px;
        background: #ffffff;
        -webkit-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.75);
        left: -400px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }

    .ver-menu-toggler {
        position: fixed;
        top: 40px;
        height: 34px;
        line-height: 34px;
        width: 34px;
        z-index: 19;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        background: #ffffff;
        border: 1px solid #000;
        border-left: 0px;
        display: none;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }

    .ver-menu.open {
        left: 0px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }
}


.search-wrapper-relative {
    position: relative;
}


.search-results-inline #search-result-products ul {
    columns: 2;
}

.input-sm {
    height: 40px !important;
    line-height: 40px !important;
}

.search-results-inline {
    position: static;
    top: 100%;
    width: 100%;
    height: 400px;
    max-width: 1600px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
    border: 2px solid #cccccc;
    border-radius: 4px;
    padding: 10px;
    z-index: 50;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

    .search-results-inline.closed {
        opacity: 0;
        height: 0px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }

.inner-search-wrapper {
    background: #008dd2;
    border-radius: 0px;
    padding: 30px 200px 30px 200px;
    margin-bottom: 30px;
    border: 2px solid #000000;
}

.menu-area-buttons {
    background: #ECE9E6; /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #FFFFFF, #ECE9E6); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #FFFFFF, #ECE9E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


.panel.panel-primary {
    border-color: #000;
}

.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #000;
    border-color: #000;
}

.panel-primary div.panel-body:last-of-type {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.panel-primary > .panel-body {
    border: 1px solid #000;
    border-top: none;
}



.circle-banner-inner {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align:center;
}
.circle-banners-area{
    background:#000;
}
.circle-banner-icon em::before {
    font-size: 80px !important;
    color: #ffffff;
    margin:0px !important;
}
.circle-banner-icon em {
    margin: 0px !important;
}
    .circle-banner-icon em.flaticon-bluetooth {
        margin-right:-30px !important;
    }

.circle-banner-icon {
    margin-bottom:0px;
    text-align:center;
}
.circle-banner-title {
    color:#ffffff;
    font-size:14px;
}

.circle-banner:hover .circle-banner-icon em::before {
    background: -webkit-linear-gradient( 45deg, #e10707, #fff 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.circle-banner {
    display: inline-block;
    width: 200px;
    height: 200px;
    display: inline-block;
    border: 3px solid transparent;
    border-radius: 50%;
    position: relative;
}
    .circle-banner:hover {
        border: 3px solid #fff;
       
    }
    .circle-banner:hover {
        border-color: #e10707;
        /*background-image: linear-gradient(to bottom, #1ca844 0%, #4bcd7d 100%);*/
        
    }