body, header, span, p, a, td {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    color: #2c2c2c;
}

    a, a:hover, a:focus {
        color: #99ca3d;
        text-decoration: none;
    }

h1, h2, h3, h4, h5 {
    color: #99ca3d;
    font-weight: 400;
    font-family: 'Roboto', serif;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

hr {
    border-color: #7c7c7d;
}

html,body {
    overflow-x: hidden;
}

.top-area {
    color: #333;
    font-weight: 500;
    background: #ffffff;
    padding-top:10px;
    /*box-shadow: 0px 1px 5px rgba(0,0,0,0.20);*/
}

.newsletter-area {
    background: url(skn/newsletter-bg.jpg) repeat;
}
.newsletter-title {
    color: #333;
    font-size: 32px;
    text-align: center;
    font-family: 'Reboto', sans-serif;
    font-weight: 300;
}
.newsletter-description {
    color: #333;
    font-size: 16px;
    text-align:center;
    font-family:'Reboto', sans-serif;
    font-weight:400;
    padding-bottom:15px;
}

.newsletter-form {
    max-width:600px;
    display:inline-block;
}

.menu-wrapper {
    background: #99ca3d;
}

.path-area {
    color: #000000;
    font-size: 14px;
}
    .path-area a, .path-area a:focus, .path-area a:hover, .path-area span {
        color: #99ca3d;
        font-size: 14px;
    }

    .path-area .here a, .path-area .here a:focus, .path-area .here a:hover {
        color: #333;
        font-size: 14px;
    }

.form-search {display:inline-block;vertical-align:middle;}
.form-search .form-control{
    background:none;
    border:none;
    border-bottom:1px solid #333;
    box-shadow:none;
    display:inline-block;
}



.col-langs ul {
    padding: 0px;
    margin: 0px;
    /*transform: translateY(-50%);
       position:relative;
       top:50%;
       display:inline-block;*/
}

    .col-langs ul li {
        padding: 0px;
        margin: 0px;
        display: inline-block;
        float: left;
    }

        .col-langs ul li:first-child {
            border-right: 1px solid #000000;
            margin-right: 5px;
            padding-right: 5px;
            line-height: 20px;
            height: 20px;
        }

        .col-langs ul li a, .col-langs ul li a:hover, .col-langs ul li a:focus {
            color: #b3b1b1;
            font-size: 20px;
            line-height: 20px;
        }

            .col-langs ul li a.active, .col-langs ul li a.active:hover, .col-langs ul li a.active:focus {
                color: #000;
                font-size: 20px;
                line-height: 20px;
            }

#back-top {
    position: fixed;
    bottom: 30px;
    right: 15px;
    display: none;
}

.btn-checkout {
    display: block;
    width: 100%;
    padding: 7px !important;
}

 label {
    font-weight: 500;
}

.CartTotalQuantity .badge {
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 12px !important;
    font-weight: bold !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    color: #333;
    background: #99ca3d;
}.CartTotalQuantity {
     position:relative;
}

a.btn-checkout, a.btn-checkout:hover, a.btn-checkout:focus {
    background: #99ca3d !important;
    border-color: #99ca3d !important;
    color: #fff !important;
    text-shadow: 1px 1px 1px #333;
    font-size: 16px;
}

.shipping-info {
    padding-top: 5px;
}

.shipping-info-big {
    color: #7c7c7d;
    font-size: 18px;
}

.shipping-info-small {
    color: #7c7c7d;
}

.btn-toolbar-wrapper .btn.btn-link, .btn-toolbar-wrapper .btn.btn-link:hover, .btn-toolbar-wrapper .btn.btn-link:focus {
    font-size: 32px;
    color: #333;
    padding-left: 4px;
    padding-right: 4px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
}

.btn-toolbar-wrapper .badge {
    position: absolute;
    bottom: 10px;
    right: -13px;
    background: #99ca3d;
    color: #333;
    top: initial;
}

.top-info-wrapper {
    padding-bottom: 5px;
}
@media (min-width:768px) {


    .btn-toolbar-wrapper {
        display: inline-block;
        text-align: right;
        margin-top: 30px;
    }

       

    .top-info {
        padding-right: 0px;
        display: inline-block;
    }

        .top-info a.top-info-link, .top-info a.top-info-link:hover, .top-info a.top-info-link:focus {
            color: #000000;
            padding-left: 4px;
            padding-right: 4px;
            display: inline-block;
            text-decoration: none;
            
        }


        .top-info .drop-down a, .top-info .drop-down a:hover, .top-info .drop-down a:focus {
           
            text-decoration: none;
        }

        .top-info a.top-info-link:last-child, .top-info a.top-info-link:last-child:hover, .top-info a.top-info-link:last-child:focus {
            padding-right: 0px;
        }

        .top-info a.top-info-link:first-child, .top-info a.top-info-link:first-child:hover, .top-info a.top-info-link:first-child:focus {
            border-left: none;
        }

        .top-info a span {
            color: #000000;
            font-weight: 400;
            font-family: 'Roboto Condensed', serif;
        }

        .top-info a i {
            color: #000000;
            font-size: 1.3em;
        }

    .navbar-default {
        background: none;
        margin: 0px;
        position: relative;
        min-height: 50px;
        border: none;
        border-radius: 0px;
        margin-bottom: 0px;
    }

    a .logo-moto, a .logo-moto:hover, a .logo-moto:focus {
        font-style: italic;
        display: block;
        text-align: left;
        padding-left: 40px;
        color: #ababab !important;
        text-decoration: none !important;
        font-size: 18px;
    }

    .col-logo {
        text-align: left;
    }

    .home-menu {
        background: #58585a;
    }

        .home-menu ul {
            margin: 0px;
            padding: 0px;
        }

            .home-menu ul li {
                padding-top: 15px;
                padding-bottom: 15px;
                padding-left: 12px;
                padding-right: 12px;
                list-style: none;
                border-right: 1px solid #ededed;
                float:left;
            }
                .home-menu ul li:first-child {
                    border-left: 1px solid #ededed;
                }
                
                .home-menu ul li a, .home-menu ul li a:hover, .home-menu ul li a:focus {
                    color: #ededed;
                }

                    .home-menu ul li a i {
                        font-size: 16px;
                    }


    .phone-orders-col{
        text-align:right;
    }
    .phone-orders {
        color: #acaaab;
        line-height: 50px;
        font-size: 18px;
    }
    .phone-orders-phone {
        color: #99ca3d;
        font-size: 24px;
        line-height: 50px;
    }
    a.call-back, a.call-back:hover, a.call-back:focus {
        color: #acaaab;
        display: inline-block;
        width: initial;
        line-height: 50px;
        font-size: 18px;
    }
    a.call-back span{
        color:#99ca3d;
        font-size:24px;
    }
        

    .nav .dropdown:hover .dropdown-menu {
        display: block;
    }

   


    .logo {
        background-size: cover;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        display: inline-block;
    }

    .navbar-default .navbar-nav > li {
        padding-top: 0px;
        padding-bottom: 0px;
    }

        .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background: none;
            font-weight: 600;
            font-size: 16px;
            font-weight: 600;
            font-family: 'Roboto Condensed', serif;
            border-right: 1px solid #58585a;
            padding-top: 0px;
            padding-bottom: 0px;
            padding-top: 15px;
            padding-bottom: 15px;
        }

        .navbar-default .navbar-nav > li:first-child > a, .navbar-default .navbar-nav > li:first-child > a:hover, .navbar-default .navbar-nav > li:first-child > a:focus {
            padding-top: 15px;
            padding-bottom: 15px;
            border-left: 1px solid #58585a;
        }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background: none;
            font-weight:600;
            font-size: 16px;
            font-weight: 600;
            font-family: 'Roboto Condensed', serif;
            padding-top: 0px;
            padding-bottom: 0px;
            padding-top: 15px;
            padding-bottom: 15px;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #333;
        background: none;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-default .dropdown-menu {
        min-width: 180px;
        padding: 0px 0;
        margin: 0 0;
        list-style: none;
        font-size: 14px;
        text-align: left;
        border: 1px solid #58585a;
        border-radius: 0px;
        /*-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
        box-shadow: 0 6px 12px rgba(0,0,0,0.175);
        background-clip: padding-box;*/
        background: #333;
        z-index: 6;
    }

       .navbar-default .dropdown-menu > li > a, .navbar-default .dropdown-menu > li > a:hover, .navbar-default .dropdown-menu > li > a:focus {
            display: block;
            padding: 5px 20px;
            clear: both;
            font-weight: normal;
            line-height: 1.42857143;
            color: #fff;
            white-space: nowrap;
        }

        .navbar-default .dropdown-menu > li > a:hover, .navbar-default .dropdown-menu > li > a:focus {
            display: block;
            padding: 5px 20px;
            clear: both;
            font-weight: normal;
            line-height: 1.42857143;
            color: #99ca3d;
            white-space: nowrap;
            background: #333;
        }
    .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }

    /**88888888888888888888888888888888888888888888888888888888 **/

    .dropdown-submenu {
        position: relative;
    }

        .dropdown-submenu > .dropdown-menu {
            top: 0;
            left: 100%;
            margin-top: -1px;
            margin-left: 0px;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
        }

    .nav .dropdown .dropdown-menu .dropdown-menu {
        display: none;
    }

     .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .nav .dropdown .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    } 

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

	.dropdown-submenu.pull-left > .dropdown-menu {
		left: -100%;
		margin-left: 10px;
		-webkit-border-radius:0px;
		-moz-border-radius:0px;
		border-radius: 0px;
	}


}

@media (max-width:767px) {
    .navbar-default {
        background: none;
        margin: 0px;
        position: relative;
        min-height: 50px;
        border: none;
        border-radius: 0px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
   
    .top-area {
        padding-top: 10px;
    }

    .top-row {
        position: relative;
    }
    .logo{
        max-height:80px;
    }
    .col-logo {
        text-align: center;
    }
    .col-logo img{
        display:inline-block;
    }
    a .logo-moto, a .logo-moto:hover, a .logo-moto:focus {
        font-style: italic;
        display: block;
        text-align: center;
        padding-left: 40px;
        color: #ababab !important;
        text-decoration: none !important;
        font-size: 14px;
    }
    .btn-toolbar-wrapper .btn.btn-link, .btn-toolbar-wrapper .btn.btn-link:hover, .btn-toolbar-wrapper .btn.btn-link:focus {
        font-size: 22px;
        color: #333;
        padding-left: 4px;
        padding-right: 4px;
        font-weight: 500;
        text-decoration: none;
        position: relative;
    }
        .btn-toolbar-wrapper .btn.btn-link img {
            width:22px;
            height:22px;
        }
    .path-area {
        margin-top: 15px;
    }

    .col-actions {
       text-align:center;
       padding-top:30px;
       padding-bottom:20px;
    }
    .btn-toolbar-wrapper{
        display:inline-block;
        text-align:center;

    }
        .btn-toolbar {
            display: inline-block;
           
        }

    .newsletter-description {
        margin-bottom: 15px;
    }
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color: #333;
        background-color:transparent;
    }
    .navbar-default .navbar-brand, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
        color: #333;
        background-color: transparent;
        font-size: 22px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #333;
    }



    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #333;
        font-family: 'Roboto Condensed', serif;
    }

        .navbar-default .navbar-nav > li > a:hover .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            font-family: 'Roboto Condensed', serif;
        }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #333;
    }

    .navbar-nav .open .dropdown-menu{
        padding-left:20px;
    }
        .navbar-nav .open .dropdown-menu > li > a {
            color: #58585a !important;
        }
        .navbar-nav .open .dropdown-menu .open .dropdown-menu  li > a {
            color: #7c7c7d !important;
        }
    .info-area .col-xs-12{
        text-align:center !important;
    }
}


@media (min-width:480px) AND (max-width:768px) {
    .logo {
        max-height: 100px;
    }

    .col-logo {
        text-align: left;
    }

        .col-logo img {
            display: inline-block;
        }

    a .logo-moto, a .logo-moto:hover, a .logo-moto:focus {
        font-style: italic;
        display: block;
        text-align: left;
        padding-left: 40px;
        color: #ababab !important;
        text-decoration: none !important;
        font-size: 16px;
    }
}

    @media (max-width:990px) {
        .home-menu {
            background: #58585a;
        }

            .top-area .container, .home-menu .container, .menu-wrapper .container {
                max-width: 100%;
                width: 100%;
            }

            .home-menu ul {
                margin: 0px;
                padding: 0px;
            }

        .home-menu-col {
            border-bottom: 1px solid #ededed;
        }

        .home-menu ul li {
            padding-top: 15px;
            padding-bottom: 15px;
            padding-left: 12px;
            padding-right: 12px;
            list-style: none;
            border-right: 1px solid #ededed;
            float: left;
        }

            .home-menu ul li:first-child {
                border-left: 1px solid #ededed;
            }

            .home-menu ul li a, .home-menu ul li a:hover, .home-menu ul li a:focus {
                color: #ededed;
            }

                .home-menu ul li a i {
                    font-size: 16px;
                }


        .phone-orders-col {
            text-align: right;
        }

        .phone-orders {
            color: #acaaab;
            line-height: 30px;
            font-size: 14px;
        }

        .phone-orders-phone {
            color: #99ca3d;
            font-size: 24px;
            line-height: 30px;
        }

        a.call-back, a.call-back:hover, a.call-back:focus {
            color: #acaaab;
            display: inline-block;
            width: initial;
            line-height: 30px;
            font-size: 14px;
        }

            a.call-back span {
                color: #99ca3d;
                font-size: 24px;
            }
    }

    @media (max-width:480px) {
        .bcol {
            margin-bottom: 30px;
        }
        .hidden-xxs{
            display:none !important;
        }
        .form-search .form-control {
            width:140px;
        }
    }

    .content-area {
        background: #ffffff;
        padding-top: 10px;
        padding-bottom: 50px;
        min-height: 350px;
    }

    .home-content-area {
        background: #ffffff;
        padding-top: 0px;
        padding-bottom: 0px;
        min-height: initial;
    }

    .footer-area {
        padding-top: 40px;
        padding-bottom: 20px;
        background: #2c2c2c;
    }

    .base-title {
        font-weight: 300;
    }

    .about-area {
        padding-top: 10px;
        padding-bottom: 20px;
        background: #292929;
    }

        .about-area, .about-area a, .about-area a:hover, .about-area a:focus {
            color: #99ca3d;
            font-size: 14px;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 300;
        }

            .about-area a, .about-area a:hover, .about-area a:focus {
                color: #99ca3d;
                font-size: 14px;
                font-family: 'Roboto Condensed', sans-serif;
                font-weight: 300;
            }

    .footer-area h3 {
        color: #d1bd80;
        font-size: 16px;
        font-weight: 400;
        margin-top: 0px;
        padding-bottom: 10px;
    }

    .footer-area ul {
        margin: 0px;
        padding: 0px;
    }

        .footer-area ul li {
            margin: 0px;
            padding: 0px;
            list-style: none;
            padding-top: 2px;
            padding-bottom: 2px;
        }

    .footer-area, .footer-area a, .footer-area a:hover, .footer-area a:focus {
        color: #ffffff;
        font-size: 15px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 300;
    }

        .footer-area i {
            color: #d1bd80;
            margin-right: 10px;
        }

        .footer-area .eqcol {
            border-left: 1px solid #d1bd80;
            padding-bottom: 30px;
        }

            .footer-area .eqcol:before {
                content: '';
                width: 7px;
                background: #d1bd80;
                height: 22px;
                display: inline-block;
                left: -7px;
                position: absolute;
                top: 0px;
            }

    .home-map {
        border-top: 10px solid #2c2c2c;
    }




    .slider-wrapper {
        overflow: hidden;
    }


    .slider-zoom {
        position: absolute;
        bottom: 10px;
        right: 10px;
        z-index: 3;
    }

    .parallax-window {
        min-height: 450px;
        background: transparent;
    }

    h3.section {
        font-size: 24px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        margin-bottom: 10px;
        display: block;
    }

    .contact-form h3 {
        font-size: 24px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        margin-bottom: 10px;
        display: block;
    }

    .contact-form ul {
        margin: 0px;
        padding: 0px;
    }

        .contact-form ul li {
            margin: 0px;
            padding: 0px;
            padding-top: 2px;
            padding-bottom: 2px;
            list-style-position: inside;
            list-style-type: circle;
        }

    .btn {
        border-radius: 0px !important;
    }

    .btn-group-xl > .btn, .btn-xl {
        padding: 12px 18px;
        font-size: 18px;
        line-height: 1.3333333;
        border-radius: 6px;
        font-weight: 300;
        font-family: 'Roboto', serif;
    }

    .input-xl {
        height: 50px;
        padding: 12px 18px;
        font-size: 18px;
        line-height: 1.3333333;
        border-radius: 0px;
        margin-right: 5px !important;
        font-family: 'Roboto', serif;
    }

    .btn-primary i, .btn-primary span {
        color: #ffffff;
    }

    .btn-primary {
        color: #FFF;
        background-color: #4e4c4d;
        border-color: #4e4c4d;
        border-radius: 0px;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: 300;
    }

        .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
            color: #FFF;
            background-color: #4e4c4d;
            border-color: #4e4c4d;
            border-radius: 0px;
            font-family: 'Roboto', sans-serif;
            font-size: 16px;
            font-weight: 300;
        }

        .btn-primary:hover, .btn-primary:focus {
            color: #333;
            background-color: #99ca3d;
            border-color: #99ca3d;
            border-radius: 0px;
            font-family: 'Roboto', sans-serif;
            font-size: 16px;
            font-weight: 300;
        }
        .btn-primary:hover i, .btn-primary:focus i{
            color: #333;
         
        }

    .btn-info {
        color: #333;
        background-color: #99ca3d;
        border-color: #99ca3d;
        border-radius: 0px;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: 400;
    }

        .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info.active[disabled], fieldset[disabled] .btn-info.active {
            color: #333;
            background-color: #99ca3d;
            border-color: #99ca3d;
            border-radius: 0px;
            font-family: 'Roboto', sans-serif;
            font-size: 16px;
            font-weight: 400;
        }

        .btn-info:hover, .btn-info:focus {
            color: #99ca3d;
            background-color: #333;
            border-color: #333;
            border-radius: 0px;
            font-family: 'Roboto', sans-serif;
            font-size: 16px;
            font-weight: 400;
        }


    .btn-inactive {
        color: #000;
        background-color: #d1bd80;
        border-color: #d1bd80;
        border-radius: 0px;
    }

        .btn-inactive.disabled, .btn-inactive[disabled], fieldset[disabled] .btn-inactive, .btn-inactive.disabled:hover, .btn-inactive[disabled]:hover, fieldset[disabled] .btn-inactive:hover, .btn-inactive.disabled:focus, .btn-inactive[disabled]:focus, fieldset[disabled] .btn-inactive:focus, .btn-inactive.disabled:active, .btn-inactive[disabled]:active, fieldset[disabled] .btn-inactive:active, .btn-inactive.disabled.active, .btn-inactive.active[disabled], fieldset[disabled] .btn-inactive.active {
            color: #000;
            background-color: #d1bd80;
            border-color: #d1bd80;
            border-radius: 0px;
        }

        .btn-inactive:hover, .btn-inactive:focus, .btn-inactive:active, .btn-inactive:checked {
            color: #000;
            background-color: #d1bd80;
            border-color: #d1bd80;
            border-radius: 0px;
        }


    .page-title-area {
        background: #0089cf;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }

        .page-title-area h1 {
            color: #ffffff;
            position: relative;
            font-size: 24px;
            font-weight: 300;
            padding: 0px;
            margin: 0;
            display: inline-block;
            font-family: 'Roboto Condensed', sans-serif;
        }

        .page-title-area div.text-center {
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 15px;
            color: #ffffff;
            padding-top: 10px;
        }

            .page-title-area div.text-center a, .page-title-area div.text-center a:hover, .page-title-area div.text-center a:focus {
                font-family: 'Roboto Condensed', sans-serif;
                font-size: 15px;
                color: #ffffff;
            }


    .form-control {
        border-radius: 0px;
    }


    .product-details {
        text-align: left;
        position: relative;
    }

    .product-tile {
        position: relative;
    }

    .product-tile-inner {
        position: relative;
        border: 1px solid #ffffff;
        -webkit-box-shadow: 0px 0px 5px 1px rgba(255,255,255,0.75);
        -moz-box-shadow: 0px 0px 5px 1px rgba(255,255,255,0.75);
        box-shadow: 0px 0px 5px 1px rgba(255,255,255,0.75);
    }

        .product-tile-inner:hover {
            border: 1px solid #ccc;
            -webkit-box-shadow: 0px 0px 5px 1px rgba(130,130,130,1);
            -moz-box-shadow: 0px 0px 5px 1px rgba(130,130,130,1);
            box-shadow: 0px 0px 5px 1px rgba(130,130,130,1);
        }
        @media(max-width:768px){
            .product-tile-inner {
                border: 1px solid #ccc;
                -webkit-box-shadow: 0px 0px 5px 1px rgba(130,130,130,1);
                -moz-box-shadow: 0px 0px 5px 1px rgba(130,130,130,1);
                box-shadow: 0px 0px 5px 1px rgba(130,130,130,1);
            }
        }

    .product-tile-cart-wrapper {
        position: relative;
    }

    .product-tile-cart {
        position: absolute;
        top: -20px;
        right: 15px;
    }

        .product-tile-cart img {
        }


        .product-tile-cart .btn {
            width: 100% !important;
            max-width: 100% !important;
            padding: 10px 10px !important;
            background: none;
            border-color: transparent;
            font-size: 14px;
            font-weight: 500;
            color: #ffffff;
        }

            .product-tile-cart .btn:hover, .product-tile-cart .btn:focus {
                width: 100% !important;
                max-width: 100% !important;
                padding: 10px 10px !important;
                background: none;
                border-color: transparent;
                font-size: 14px;
                font-weight: 500;
                color: #99ca3d;
            }


    .product-tile-offer {
        position: absolute;
        top: 20px;
        right: 10px;
        border: 2px solid #ffffff;
        background: #99ca3d;
        color: #333;
        height: 50px;
        width: 50px;
        display: inline-block;
        text-align: center;
        line-height: 45px;
        border-radius: 50%;
    }

    .product-title-fixed {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        z-index: 1;
        text-align: center;
    }

        .product-title-fixed:hover {
            background: rgba(0,0,0,0.6);
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

    .news-tile .tile-title a, .news-tile .tile-title a:hover, .news-tile .tile-title a:focus {
        font-size: 20px;
        font-weight: 400;
        display: inline-block;
        text-decoration: none;
        font-family: 'Roboto Condensed', sans-serif;
    }

    .news-tile .tile-title {
        margin-bottom: 5px;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
        border-bottom: 1px solid #ccc;
    }


    .news-tile .tile-date {
        margin-bottom: 10px;
        color: #333;
        font-weight: bold;
        font-size: 16px;
    }

    @media(min-width:768px) {

        .news-image {
            padding-right: 0px;
        }
    }

    .tile-image img {
        box-shadow: 0 0 4px #cccccc;
        -moz-box-shadow: 0 0 4px #cccccc;
        -webkit-box-shadow: 0 0 4px #cccccc;
        -o-box-shadow: 0 0 10px 4px #cccccc;
    }

    .news-tile .tile-description, .news-tile .tile-description p, .news-tile .tile-description span {
        font-size: 16px;
    }



    .product-title-fixed a.product-title, .product-title-fixed a.product-title:hover, .product-title-fixed a.product-title:focus {
        font-size: 20px;
        font-weight: 400;
        display: inline-block;
        padding: 5px;
        text-decoration: none;
        font-family: 'Roboto Condensed', sans-serif;
        color: #ffffff;
    }

    .product-title a, .product-title a:hover, .product-title a:focus {
        font-size: 18px;
        font-weight: 400;
        display: inline-block;
        margin-top: 3px;
        text-decoration: none;
        font-family: 'Roboto Condensed', sans-serif;
        color: #333;
    }

    .product-details p {
        font-size: 16px;
        text-align: justify;
    }

    .product-final-price {
        text-align: center;
        color: #99ca3d;
        font-size: 24px;
    }

.product-tile-buttons {
    background: #acaaab;
    background: #e9e6e8;
    padding-top: 6px;
    padding-bottom: 2px;
}

    .product-discounted-price {
        text-align: left;
        color: #7c7c7d;
        font-size: 20px;
        text-decoration: line-through;
    }

.product-discounted-price2, .product-discounted-price2 span {
    text-align: left;
    color: #99ca3d;
    font-size: 24px;
    font-weight: 600;
    text-decoration: line-through;
}

    .product-tile .product-final-price {
        color: #000 !important;
    }

     .product-tile .product-discounted-price2 span {
        color: #58585a !important;
    }
.product-tile .product-discounted-price {
    color: #99ca3d !important;
}
.product-final-price2, .product-final-price2 span {
    text-align: left;
    font-size: 28px;
    color: #000;
    font-weight:600;
}

    .cart-containers {
        border-top: 1px solid #333;
        padding-top: 20px;
    }


    h4.features-title {
        font-size: 22px;
        color: #000000;
    }

    .inner-title {
        text-align: center;
        padding: 0px;
        margin-bottom: 20px;
        background: none;
    }

        .inner-title h2 {
            text-align: left;
            display: block;
            margin: 0px;
            padding-top: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #333;
            border-top: 1px solid #333;
            background: none;
            color: #333;
            font-size: 20px;
            font-weight: 400;
        }

    .product-file-title {
        color: #000000;
        font-size: 24px;
    }

        .product-file-title span {
            color: #7c7c7d;
            font-size: 16px;
        }

    .product-vat {
        font-size: 14px;
        text-align: left;
    }

    .product-thumb {
        overflow: hidden;
        position: relative;
    }

.product-code {
    font-size: 18px;
    color: #000000;
    font-weight:600;
    
}
.product-barcode {
    font-size: 18px;
    color: #000000;
    margin-bottom: 20px;
}
    .product-thumb img {
        -webkit-transition: all 600ms ease-in;
        -webkit-transform: scale(1);
        -ms-transition: all 600ms ease-in;
        -ms-transform: scale(1);
        -moz-transition: all 600ms ease-in;
        -moz-transform: scale(1);
        transition: all 600ms ease-in;
        transform: scale(1);
    }

    .product-tile:hover .product-thumb img {
        -webkit-transition: all 600ms ease-in;
        -webkit-transform: scale(1.15);
        -ms-transition: all 600ms ease-in;
        -ms-transform: scale(1.15);
        -moz-transition: all 600ms ease-in;
        -moz-transform: scale(1.15);
        transition: all 600ms ease-in;
        transform: scale(1.15);
    }

    .product-link a, .product-link a:hover, .product-link a:focus {
        display: block;
        border-bottom: 1px solid #d1bd80;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
    }

    .product-link.active a, .product-link.active a:hover, .product-link.active a:focus {
        font-weight: 700;
    }

    .slider-wrapper {
        background: url(skn/slider/layer_0.png) 50% 50% no-repeat;
    }

    .slider-for-offer-wrapper {
        position: relative;
    }

    .slider-for-offer {
        position: absolute;
        top: 10px;
        right: 35px;
        z-index: 1;
        width: 70px;
        height: 70px;
        background: url(skn/discount.png) 50% 50% no-repeat;
    }

    .slider-for-offer-container {
        width: 70px;
        height: 70px;
        position: relative;
    }

    .slider-for-offer-inner {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        width: 70px;
        color: #000;
    }

    .slider-for-offer-discount {
        font-size: 20px;
        line-height: 20px;
        display: inline-block;
    }


    .product-sep {
        height: 15px;
        display: block;
        border-top: 1px solid #333;
    }

    /*#fancybox-close {
    right: 20px !important;
    top: 12px !important;
}*/

    .fancybox-nav {
        position: fixed;
        top: 0;
        background-image: none;
    }

        .fancybox-nav span {
            visibility: visible;
            background-image: none;
        }

    .fancybox-next span {
        right: 40px;
    }

    .fancybox-prev span {
        left: 40px;
    }

    .fancybox-close {
        position: fixed !important;
        top: 15px !important;
        right: 30px !important;
    }

    .fancybox-title {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 14px;
        text-shadow: 1px 1px 1px #ccc;
    }

    @media(min-width:480px) {
        .tile-left {
            padding-right: 0px !important;
        }

        .tile-right {
            padding-left: 0px !important;
        }

        .col-code {
            border-left: 1px solid #333;
        }
    }




    .img-thumbnail {
        -webkit-box-shadow: 0px 0px 5px 0px rgba(112,111,112,1);
        -moz-box-shadow: 0px 0px 5px 0px rgba(112,111,112,1);
        box-shadow: 0px 0px 5px 0px rgba(112,111,112,1);
        border-radius: 0px;
        border: none;
        padding: 0px;
    }



    .slick-prev {
        cursor: pointer;
        position: absolute;
        left: -30px;
        top: 45%;
        display: inline-block;
        color: #000000;
    }

    .slick-next {
        position: absolute;
        right: -30px;
        top: 45%;
        display: inline-block;
        cursor: pointer;
        color: #000000;
        font-size: 14px;
    }



    .slick-prev-2 {
        cursor: pointer;
        position: absolute;
        left: -10px;
        top: 45%;
        display: inline-block;
        color: #000000;
    }

    .slick-next-2 {
        position: absolute;
        right: -10px;
        top: 45%;
        display: inline-block;
        cursor: pointer;
        color: #000000;
        font-size: 14px;
    }
.slick-prev-3 {
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: 45%;
    display: inline-block;
    color: #000000;
}

.slick-next-3 {
    position: absolute;
    right: 0px;
    top: 45%;
    display: inline-block;
    cursor: pointer;
    color: #000000;
    font-size: 14px;
}
    @media(max-width:768px) {

        .slick-prev {
            left: 0px;
        }

        .slick-next {
            right: 0px;
        }

        .slick-prev-2 {
            left: 0px;
        }

        .slick-next-2 {
            right: 0px;
        }
    }

    .slick-prev i, .slick-next i {
        font-size: 1.6em;
    }

    .slick-prev-2 i, .slick-next-2 i {
        font-size: 1.6em;
    }
.slick-prev-3 i, .slick-next-3 i {
    font-size: 1.6em;
}
    .moto {
        font-size: 24px;
        font-style: italic;
        line-height: 40px;
    }


    .vegas-slider-wrapper {
        position: relative;
    }

    .vegas-caption {
        position: absolute;
        top: 35%;
        text-align: left;
        opacity: 0;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        text-align: left;
        z-index: 1;
    }

    .vegas {
        z-index: -1;
    }

    .vegas-control {
        position: absolute;
        -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;
        top: 45%;
        position: absolute;
        opacity: 0;
        background: rgba(172,170,171,0.85);
        padding: 10px;
        width: 60px;
        text-align: center;
        cursor: pointer;
    }

    .vegas-indicators {
        position: absolute;
        -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;
        bottom: 10px;
        position: absolute;
        width: 100%;
        text-align: center;
    }

    .vegas-indicator {
        width: 20px;
        height: 20px;
        line-height: 16px;
        font-size: 12px;
        text-align: center;
        display: inline-block;
        margin-left: 2px;
        margin-right: 2px;
        border-radius: 50%;
        background: #7c7c7d;
        border: none;
        color: #58585a;
    }

        .vegas-indicator.active {
            background: #99ca3d;
        }

    .vegas-control i {
        color: #ffffff;
        font-size: 2em;
    }

    .vegas-control.vegas-prev {
        left: 0px;
    }

    .vegas-control.vegas-next {
        right: 0px;
    }

    .vegas-slider-wrapper:hover .vegas-control {
        opacity: 1;
        z-index: 3;
    }

    .vegas-timer-progress {
        background: #99ca3d;
    }

    .vegas-caption.active {
        opacity: 1;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        z-index: 2;
    }

    .vegas-caption .lines {
        border-left: 3px solid #d1bd80;
        padding-left: 15px;
        text-align: left;
    }

    .vegas-caption .line {
        font-size: 35px;
        color: rgb(48, 48, 48);
        font-family: 'Roboto Condensed', sans-serif;
        font-style: italic;
        letter-spacing: 2px;
        visibility: inherit;
        font-weight: 400;
        text-align: left;
    }

        .vegas-caption .line.line-1 {
            font-size: 48px;
            font-weight: 500;
            color: rgb(48, 48, 48);
            text-align: center;
            letter-spacing: 7px;
            visibility: inherit;
            text-align: left;
        }


    .vegas-caption .line-button .btn.btn-info {
        font-size: 20px;
        font-weight: 300;
        margin-top: 50px;
        font-family: 'Roboto Condensed', sans-serif;
        font-style: italic;
        -webkit-box-shadow: 0px 0px 5px 0px #ccc;
        -moz-box-shadow: 0px 0px 5px 0px #ccc;
        box-shadow: 0px 0px 5px 0px #ccc;
        cursor: pointer;
        position: relative;
    }

    .vegas-boxes-container {
        position: relative;
    }

    .vegas-boxes-wrapper {
        background: #3d3e3d;
        padding: 5px;
        position: absolute;
        bottom: -40px;
        left: 15%;
        width: 100%;
        max-width: 300px;
    }

    .vegas-boxes {
        background: #3d3e3d;
        border: 1px dashed #cccccc;
        padding: 15px;
    }

    .text-blue {
        color: #0089cf;
    }

    .vegas-box-title {
        color: #ffffff;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 28px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .vegas-box-title span {
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 28px;
        }

    .vegas-box-description {
        color: #cccccc;
        font-family: 'Roboto Condensed', sans-serif;
        padding-bottom: 30px;
        font-size: 15px;
    }


    .parallax-area {
        background: url(skn/parallax-area-bg.jpg) 50% 0% no-repeat;
        background-size: cover;
        background-attachment: fixed;
        text-align: center;
        overflow: hidden;
    }

        .parallax-area div.parallax-content {
            text-align: center;
            display: inline-block;
            font-size: 32px;
            font-family: 'Roboto Condensed', sans-serif;
            font-style: italic;
            color: #d1bd80;
            background: rgba(255,255,255,0.8);
            padding: 20px;
            font-weight: 300;
        }

    p.parallax-p {
        text-align: center;
        font-size: 32px;
        font-family: 'Roboto Condensed', sans-serif;
        font-style: italic;
        color: #d1bd80;
        font-weight: 300;
        line-height: 40px;
    }

    .banner-text {
        background: rgba(0,0,0,0.60);
        padding: 30px;
        color: #ffffff;
        text-align: right;
        width: 100%;
        display: inline-block;
        padding-top: 70px;
        padding-bottom: 70px;
    }

        .banner-text p {
            color: #ffffff;
            font-size: 50px;
            line-height: 55px;
            text-align: right;
            font-weight: 300;
        }

    img.banner-1a {
        height: 257px;
        width: 100%;
    }

    .banner-1-wrapper {
        position: relative;
    }

    img.banner-1 {
        position: absolute;
        right: 15px;
        top: 0px;
        height: 289px;
        width: 800px !important;
    }



    @media (max-width:1200px) {
        .banner-text {
            background: rgba(0,0,0,0.60);
            padding: 30px;
            color: #ffffff;
            text-align: right;
            width: 100%;
            display: inline-block;
            padding-top: 30px;
            padding-bottom: 30px;
        }

            .banner-text p {
                color: #ffffff;
                font-size: 40px;
                line-height: 40px;
                text-align: left;
                font-weight: 300;
            }

        .vegas-caption .lines {
            border-left: 3px solid #d1bd80;
            padding-left: 12px;
            text-align: left;
        }

        .vegas-caption .line {
            font-size: 25px;
            color: rgb(48, 48, 48);
            font-family: 'Roboto Condensed', sans-serif;
            font-style: italic;
            letter-spacing: 2px;
            visibility: inherit;
            font-weight: 400;
            text-align: left;
        }

            .vegas-caption .line.line-1 {
                font-size: 35px;
                font-weight: 500;
                color: rgb(48, 48, 48);
                text-align: center;
                letter-spacing: 7px;
                visibility: inherit;
                text-align: left;
            }


        .vegas-caption .line-button .btn.btn-info {
            font-size: 16px;
            font-weight: 300;
            margin-top: 30px;
            font-family: 'Roboto Condensed', sans-serif;
            font-style: italic;
            -webkit-box-shadow: 0px 0px 5px 0px #ccc;
            -moz-box-shadow: 0px 0px 5px 0px #ccc;
            box-shadow: 0px 0px 5px 0px #ccc;
            cursor: pointer;
            position: relative;
        }





        .moto {
            font-size: 22px;
            font-style: italic;
            line-height: 40px;
        }




        .vegas-boxes-wrapper {
            background: #3d3e3d;
            padding: 5px;
            position: absolute;
            bottom: -40px;
            left: 15%;
            width: 100%;
            max-width: 400px;
        }

        .vegas-box-title {
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .vegas-box-description {
            padding-top: 10px;
        }
    }

    @media (max-width:990px) {

        .parallax-area div.parallax-content {
            text-align: center;
            display: inline-block;
            font-size: 24px;
            font-family: 'Roboto Condensed', sans-serif;
            font-style: italic;
            color: #d1bd80;
            background: rgba(255,255,255,0.8);
            padding: 20px;
            font-weight: 300;
        }

        p.parallax-p {
            text-align: center;
            font-size: 24px;
            font-family: 'Roboto Condensed', sans-serif;
            font-style: italic;
            color: #d1bd80;
            font-weight: 300;
            line-height: 30px;
        }

        .vegas-caption .lines {
            border-left: 3px solid #d1bd80;
            padding-left: 12px;
            text-align: left;
        }

        .vegas-caption .line {
            font-size: 20px;
            color: rgb(48, 48, 48);
            font-family: 'Roboto Condensed', sans-serif;
            font-style: italic;
            letter-spacing: 1px;
            visibility: inherit;
            font-weight: 400;
            text-align: left;
        }

            .vegas-caption .line.line-1 {
                font-size: 30px;
                font-weight: 500;
                color: rgb(48, 48, 48);
                text-align: center;
                letter-spacing: 5px;
                visibility: inherit;
                text-align: left;
            }


        .vegas-caption .line-button .btn.btn-info {
            font-size: 16px;
            font-weight: 300;
            margin-top: 20px;
            font-family: 'Roboto Condensed', sans-serif;
            font-style: italic;
            -webkit-box-shadow: 0px 0px 5px 0px #ccc;
            -moz-box-shadow: 0px 0px 5px 0px #ccc;
            box-shadow: 0px 0px 5px 0px #ccc;
            cursor: pointer;
            position: relative;
        }






        .moto {
            font-size: 20px;
            font-style: italic;
            line-height: 40px;
        }

        .vegas-boxes-wrapper {
            background: #3d3e3d;
            padding: 5px;
            position: absolute;
            bottom: -40px;
            left: 10%;
            width: 100%;
            max-width: 400px;
        }

        .vegas-box-title {
            padding-top: 5px;
            padding-bottom: 5px;
            font-size: 24px;
        }

            .vegas-box-title span {
                font-size: 24px;
            }

        .vegas-box-description {
            padding-top: 5px;
        }
    }

    @media (max-width:768px) {
        .vegas-caption {
            top: 20%;
        }

            .vegas-caption .lines {
                border-left: 3px solid #d1bd80;
                padding-left: 12px;
                text-align: left;
            }

            .vegas-caption .line {
                font-size: 18px;
                color: rgb(48, 48, 48);
                font-family: 'Roboto Condensed', sans-serif;
                font-style: italic;
                letter-spacing: 0px;
                visibility: inherit;
                font-weight: 400;
                text-align: left;
            }

                .vegas-caption .line.line-1 {
                    font-size: 25px;
                    font-weight: 500;
                    color: rgb(48, 48, 48);
                    text-align: center;
                    letter-spacing: 2px;
                    visibility: inherit;
                    text-align: left;
                }


            .vegas-caption .line-button .btn.btn-info {
                font-size: 14px;
                font-weight: 300;
                margin-top: 15px;
                font-family: 'Roboto Condensed', sans-serif;
                font-style: italic;
                -webkit-box-shadow: 0px 0px 5px 0px #ccc;
                -moz-box-shadow: 0px 0px 5px 0px #ccc;
                box-shadow: 0px 0px 5px 0px #ccc;
                cursor: pointer;
                position: relative;
            }

        .vegas-control {
            position: absolute;
            -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;
            top: 45%;
            position: absolute;
            opacity: 0;
            padding: 5px;
            width: 30px;
            text-align: center;
            cursor: pointer;
        }

            .vegas-control i {
                color: #ffffff;
                font-size: 1.5em;
            }

        .moto {
            font-size: 18px;
            font-style: italic;
            line-height: 40px;
        }



        .parallax-area div.parallax-content {
            text-align: center;
            display: inline-block;
            font-size: 18px;
            font-family: 'Roboto Condensed', sans-serif;
            font-style: italic;
            color: #d1bd80;
            background: rgba(255,255,255,0.8);
            padding: 25px;
            font-weight: 300;
        }


        p.parallax-p {
            text-align: center;
            font-size: 18px;
            font-family: 'Roboto Condensed', sans-serif;
            font-style: italic;
            color: #d1bd80;
            font-weight: 300;
            line-height: 24px;
        }







        .top-info {
            padding-right: 0px;
            display: inline-block;
            padding-top: 10px;
        }

            .top-info a.top-info-link, .top-info a.top-info-link:hover, .top-info a.top-info-link:focus {
                color: #000000;
                padding-left: 7px;
                padding-right: 7px;
                display: inline-block;
                text-decoration: none;
                border-left: 1px solid #0089cf;
            }

                .top-info a.top-info-link i.fa {
                    font-size: 1.3em;
                }

            .top-info .drop-down a, .top-info .drop-down a:hover, .top-info .drop-down a:focus {
                border-left: 1px solid #0089cf;
                text-decoration: none;
            }

            .top-info a.top-info-link:last-child, .top-info a.top-info-link:last-child:hover, .top-info a.top-info-link:last-child:focus {
                padding-right: 0px;
            }

            .top-info a.top-info-link:first-child, .top-info a.top-info-link:first-child:hover, .top-info a.top-info-link:first-child:focus {
                border-left: none;
            }

            .top-info a span {
                color: #000000;
            }

            .top-info a i {
                color: #000000;
                font-size: 1.3em;
            }


        .top-area {
            box-shadow: none;
        }

        .vegas-boxes-container {
            padding-left: 30px;
            padding-right: 30px;
        }

        .vegas-boxes-wrapper {
            background: #3d3e3d;
            padding: 5px;
            position: relative;
            bottom: initial;
            left: initial;
            max-width: initial;
            width: 100%;
            position: relative;
            top: -80px;
        }

        .vegas-slider {
            min-height: 250px;
        }

        .vegas-box-title {
            padding-top: 5px;
            padding-bottom: 5px;
            font-size: 22px;
        }

            .vegas-box-title span {
                font-size: 22px;
            }

        .vegas-box-description {
            padding-top: 5px;
        }

        .vegas-slider {
            min-height: 300px;
        }

        .parallax-area {
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .shortcuts-area {
            padding-top: 0px;
            position: relative;
            top: -100px;
        }
    }

    @media(max-width:480px) {
        .top-info-wrapper {
            height: 55px;
        }

        .vegas-slider {
            min-height: 200px;
        }

        .top-info {
            padding-right: 0px;
            display: inline-block;
            padding-top: 3px;
            display: block;
            text-align: right;
        }

            .top-info a i {
                color: #000000;
                font-size: 1.1em;
            }


        .vegas-boxes-wrapper {
            background: #3d3e3d;
            padding: 5px;
            position: relative;
            bottom: initial;
            left: initial;
            max-width: initial;
            width: 100%;
            position: relative;
            top: -50px;
        }
    }

    .happy-clients-area {
        padding-top: 80px;
        padding-bottom: 80px;
        background: url(skn/clients.jpg) 50% 50% no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }


    .client-box {
        padding-left: 100px;
        padding-right: 100px;
    }

        .client-box .client-comment {
            background: rgba(255,255,255,0.85);
            padding: 50px;
            color: #bba973;
            font-size: 16px;
            font-style: italic;
        }

        .client-box .client-name {
            margin-top: 30px;
            font-size: 14px;
            font-style: italic;
            text-align: right;
            font-weight: 600;
        }



    .slick-dots {
        position: absolute;
        bottom: 20px;
        left: 20px;
        margin: 0px;
        padding: 0px;
    }

        .slick-dots li {
            position: relative;
            display: inline-block;
            margin: 2px;
            padding: 0;
            cursor: pointer;
        }

            .slick-dots li button {
                font-size: 0;
                line-height: 0;
                display: inline-block;
                background: none;
                border-radius: 50%;
                border: 1px solid #fff;
                background: #fff;
                width: 10px;
                height: 10px;
                padding: 0px;
                cursor: pointer;
                color: transparent;
            }

            .slick-dots li.slick-active button {
                border: 1px solid #0089cf;
                background: #0089cf;
            }

    .modal-window-content .section-text {
        display: inline-block;
    }

    p {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 24px;
    }


    .section-text {
        border-left: 3px solid #d1bd80;
        padding-left: 15px;
        text-align: left;
    }

        .section-text .section-line2 {
            font-size: 35px;
            color: rgb(48, 48, 48);
            font-family: 'Roboto Condensed', sans-serif;
            font-style: italic;
            letter-spacing: 2px;
            visibility: inherit;
            font-weight: 400;
            text-align: left;
        }

        .section-text .section-line1 {
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 48px;
            font-weight: 500;
            color: rgb(48, 48, 48);
            text-align: center;
            letter-spacing: 7px;
            visibility: inherit;
            text-align: left;
        }

    .happy-clients-area .section-text {
        margin-left: 100px;
        margin-bottom: 40px;
    }



    .tab-buttons {
        border-bottom: 1px solid #58585A;
    }

    button.tab-button, button.tab-button:hover, button.tab-button:focus, button.tab-button:visited {
        font-size: 20px;
        padding: 5px;
        padding-left: 15px;
        padding-right: 15px;
        font-weight: 300;
        font-family: 'Roboto Condensed', sans-serif;
        color: #7c7c7d;
        background: none;
        border: none;
        cursor: pointer;
        border-color: transparent;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

        button.tab-button.tab-button-active, button.tab-button.tab-button-active:hover, button.tab-button.tab-button-active:focus, button.tab-button.tab-button-active:visited {
            color: #99ca3d;
            background: #58585A;
            border-color: #58585A;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

    table td {
        padding: 3px;
    }

    .tab-content ul, .modal-window-content ul {
        margin: 0px;
        padding: 0px;
        margin-bottom: 15px;
    }

        .tab-content ul li {
            list-style-position: inside;
        }

        .modal-window-content ul li {
            list-style-position: inside;
        }


    .tab-content {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 24px;
    }


    .product_meta {
        margin-top: 30px;
        font-size: 18px;
        font-family: 'Roboto Condensed', sans-serif;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 300;
    }

        .product_meta span {
            color: #d1bd80;
            font-size: 18px;
            font-family: 'Roboto Condensed', sans-serif;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 300;
        }

        .product_meta a, .product_meta a:hover, .product_meta a:focus, .product_meta a:visited {
            color: #333;
            font-size: 18px;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 300;
        }


    h1.view_title {
        margin-bottom: 30px;
    }

    .tagcloud {
        margin-top: 20px;
    }

        .tagcloud a, .tagcloud a:hover, .tagcloud a:focus {
            border: 1px solid #d1bd80;
            border-radius: 3px;
            padding: 7px;
            color: #ffffff;
            margin-bottom: 7px;
            margin-right: 7px;
        }


    .admin-menu {
        height: 0px;
    }


    .shortcuts-area {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    span.shortcut-title, a.shortcut-title, a.shortcut-title:hover, a.shortcut-title:focus {
        text-align: center;
        padding: 10px;
        background: #a7a7a7;
        display: block;
        color: #ffffff;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 15px;
        font-weight: 300;
    }

    .shortcut-description {
        padding-left: 10px;
        padding-right: 10px;
        color: #a7a7a7;
        font-weight: 400;
        font-size: 15px;
    }

    .shortcut img {
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
    }

    .shortcut:hover img {
        -webkit-filter: initial; /* Safari 6.0 - 9.0 */
        filter: initial;
    }

    .benefit-box {
        background: #ffffff;
    }

    .benefit-index {
        background: #3d3e3d;
        text-align: center;
        color: #ffffff;
    }

    .benefits-bg {
        background: url(skn/banner2.jpg) 0% 100% no-repeat;
        background-size: 60%;
    }

    .benefits {
        background: rgba(0,0,0,0.60);
        padding: 50px;
        padding-bottom: 30px;
        padding-top: 15px;
    }

        .benefits h2 {
            color: #ffffff;
            padding-bottom: 15px;
            font-size: 34px;
            font-weight: 300;
        }

    .benefit-box {
        margin-bottom: 15px;
        padding-left: 15px;
    }

    .benefit-title {
        color: #0089cf;
        font-size: 24px;
    }

    .benefit-description {
        font-size: 16px;
    }

    .benefit-data {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .benefit-index span {
        position: relative;
        top: 35%;
        color: #ffffff;
        transform: translateY(-35%);
        font-size: 24px;
    }



    @media(min-width:990px) {
        .benefits-left {
            padding-right: 0px;
        }

            .benefits-left img {
                display: none;
            }

        .benefits-right {
            padding-left: 0px;
        }

        .benefits {
            margin-left: -15px;
        }
    }


    @media(max-width:1200px) {
        .benefits {
            background: rgba(0,0,0,0.60);
            padding: 30px;
            padding-bottom: 7px;
            padding-top: 7px;
        }

            .benefits h2 {
                color: #ffffff;
                padding-bottom: 15px;
                font-size: 22px;
                font-weight: 300;
            }

        .benefit-title {
            color: #0089cf;
            font-size: 20px;
        }

        .benefit-description {
            font-size: 16px;
        }
    }

    @media(max-width:990px) {
        .benefits-bg {
            background: none;
        }
    }

    .benefits-area {
        padding-bottom: 50px;
    }


    .latest-news-title-area {
        background: #01aef0;
        padding: 7px;
        color: #ffffff;
        font-size: 24px;
        text-align: center;
    }

    .latest-news-area {
        background: #3d3e3d;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .latest-new, .latest-new-info {
        width: 100%;
    }

        .latest-new td {
            vertical-align: top;
        }

    .latest-new-day {
        width: 70px;
        height: 70px;
        background: #119ed5;
        text-align: center;
        color: #ffffff;
        font-size: 44px;
        font-weight: 300;
        line-height: 55px;
        padding-top: 5px;
    }

    .latest-new-year {
        width: 70px;
        height: 70px;
        background: #7c7c7d;
        text-align: center;
        padding-top: 10px;
        color: #ffffff;
        font-size: 18px;
        font-weight: 300;
        line-height: 22px;
    }

    .latest-new-title, .latest-new-description {
        padding-left: 10px;
    }

        .latest-new-title a, .latest-new-title a:hover, .latest-new-title a:focus {
            font-size: 20px;
            color: #0089cf;
        }

        .latest-new-description, .latest-new-description p, .latest-new-description span {
            font-size: 15px;
            color: #ffffff;
            font-weight: 300;
        }

    .latest-new-arrow-right {
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #119ed5;
        position: absolute;
        left: 85px;
        top: 30px;
    }


    .home-contact-area p {
        margin-bottom: 0px;
        color: #7c7c7d;
    }

    .border-blue {
        border-bottom: 2px solid #0089cf;
        padding-bottom: 5px;
    }

    .home-contact-area li {
        list-style: none;
        padding-bottom: 3px;
    }

    .home-contact-area ul {
        padding: 0px;
    }

    .home-contact-area a, .home-contact-area a:hover, .home-contact-area a:focus {
        color: #7c7c7d;
        font-size: 16px;
    }

    @media (max-width:768px) {
        .home-contact-area .text-right, .footer-contact-info {
            text-align: left !important;
        }
    }

    .col-ms-6.pl-0.pr-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }


    .custom-contact-form, custom-contact-form div, custom-contact-form p {
        font-size: 16px;
        font-family: 'Roboto Condensed', serif;
    }

        .custom-contact-form .div-lbl {
            padding-top: 3px;
        }

        .custom-contact-form .help-block {
            background: #ededed;
            border: 1px solid #ededed;
            border-radius: 4px;
            font-style: italic;
            font-size: 13px;
            padding: 3px;
        }



    .bottom-area {
        padding-top: 20px;
        background: #292929;
        min-height: 50px;
        text-align: left;
    }

    .info-area {
        background: #292929;
    }

        .info-area div div div {
            padding-top: 5px;
            padding-bottom: 5px;
            color: #ededed;
            font-size: 14px;
        }
.img-responsive{
    display:inline-block;
}
    .banks-text {
        font-size: 14px !important;
    }

    p.bottom-message {
        font-size: 13px !important;
    }

    .bottom-area .container:first-child {
        padding-bottom: 40px;
        border-bottom: 1px solid #7c7c7d;
    }

    .bottom-area h3, .bottom-area h3 a, .bottom-area h3 a:hover {
        color: #99ca3d;
        font-size: 18px;
        font-family: 'Roboto Condensed',Tahoma;
    }

    .bottom-area div, .bottom-area p, .bottom-area a, .bottom-area a:hover, .bottom-area li, .bottom-area li a, .bottom-area li:hover {
        color: #ededed;
        font-size: 16px;
    }

    .bottom-area p {
        margin-bottom: 0px;
    }

    .bottom-area .eqcol {
        text-align: left;
    }


    ul li {
        list-style-position: inside;
    }

    .bottom-area ul {
        margin: 0px;
        padding: 0px;
    }

        .bottom-area ul li {
            list-style: none;
            display: block;
            padding-bottom: 5px;
        }

    .bottom-area .col-bmenu li {
        list-style: none;
    }

    .bottom-area .about, .bottom-area .about a, .bottom-area .about a:hover {
        font-size: 14px;
        color: #EE1C25;
    }

    .category-tile-thumb img {
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .category-tile-thumb:hover img {
        -webkit-filter: none;
        filter: none;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .category-tile a {
        font-size: 18px;
        color: #9a9898 !important;
    }

    .category-tile:hover a, .category-tile:focus a {
        font-size: 18px;
        color: #0089cf !important;
    }

    .category-tile-title a:hover, .category-tile-title a:focus {
        font-size: 18px;
        color: #0089cf !important;
    }

    .banners-area {
        /*border-top: 1px solid #acaaab;*/
    }

    .banner-thumb {
        position: relative;
    }

        .banner-thumb img {
            border: 1px solid #acaaab;
        }

    .banner-title {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        padding: 15px;
        background: rgba(0,0,0,0.6);
        text-align: left;
        color: #ffffff;
        font-size: 18px;
    }

        .banner-title i {
            color: #99ca3d;
            font-size: 1.3em;
        }

    .banner-description {
        margin-top: 10px;
        background: #acaaab;
        color: #000000;
        font-size: 14px;
        padding: 15px;
        text-align: left;
    }

    .company {
        padding: 10px;
        border-left: 1px solid #ededed;
    }

        .company img {
            /*-webkit-filter: grayscale(100%);
            filter: grayscale(100%);*/
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            display: inline-block;
        }

        .company:hover img {
            -webkit-filter: none; /* Safari 6.0 - 9.0 */
            filter: none;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

    .company-title {
        text-align: center;
        margin-top: 10px;
        color: #858384;
        font-size: 14px;
    }

    .companies-header {
        text-align: center;
        color: #99ca3d;
        margin-bottom: 20px;
        font-size: 18px;
    }

    .tips-area {
        background: #99ca3d;
    }

    .tips-header {
        text-align: center;
        color: #99ca3d;
        margin-bottom: 50px;
        font-size: 18px;
        background: #58585a;
        padding-top: 12px;
        padding-bottom: 22px;
    }

.tip {
    background: #fff;
    padding: 30px;
    text-align: center;
    border-top: 3px solid #99ca3d;
   
}
.tips{
    margin-left:-15px;
    margin-right:-15px;
}
@media(max-width:990px){
    .tips {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.tip-item {
    padding-left: 15px;
    padding-right: 15px;
} 

.tip-title a, .tip-title a:hover, .tip-title a:focus {
    color: #4e4c4d;
    font-size: 18px;
}



    .vmenu-filters .filter-label {
        color: #000000;
        font-size: 16px;
    }

    .vmenu-filters .filters-title {
        font-size: 18px;
        background: #58585a;
        padding: 7px;
        color: #ffffff;
        margin-bottom: 10px;
        cursor:pointer;
    }
.vmenu-filters .filters-title span{
    color: #ffffff;
    
}


        .vmenu-filters .filters-title a, .vmenu-filters .filters-title a:hover, .vmenu-filters .filters-title a:focus {
            font-size: 16px;
            background: #58585a;
            color: #ffffff;
            text-decoration: none;
            padding-top: 2px;
            display: inline-block;
        }

            .vmenu-filters .filters-title a span {
                color: #ffffff;
            }


    .vmenu-filters .filter-group {
        border: 1px solid #ccc;
        padding: 10px;
    }

    .tile-controls {
        border: 1px solid #ccc;
        padding: 5px;
    }

        .tile-controls div {
            line-height: 36px;
        }

    .col-sorting {
        text-align: right;
    }

    .vmenu-filters label {
        font-size: 18px;
        color: #99ca3d;
        font-family: 'Roboto Condensed',Tahoma;
    }

        .vmenu-filters label span {
            font-size: 18px;
            color: #99ca3d;
            font-family: 'Roboto Condensed',Tahoma;
        }

    .vmenu-filters .form-group {
        margin-bottom: 5px;
    }


    .filters-buttons {
        background: #969696;
    }

        .filters-buttons .col-lg-6:last-child {
            border-left: 1px solid #ffffff;
        }

        .filters-buttons .btn.btn-success {
            font-size: 16px;
            text-align: center;
            padding-left: 0px;
            padding-right: 0px;
        }


.vmenu-filters .ui-slider-horizontal {
    height: .2em;
}


.vmenu-filters .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.6em;
    height: 0.6em;
    cursor: default;
}

.vmenu-filters .ui-state-default, .vmenu-filters .ui-widget-header .ui-state-default {
    border: 1px solid #99ca3d !important;
    background: #99ca3d !important;
    font-weight: normal;
    color: #555;
    border-radius: 50%;
}

.vmenu-filters .ui-slider-horizontal .ui-slider-handle {
    top: -.2em;
    margin-left: -.6em;
}


    .row-tight {
        margin-left: -3px !important;
        margin-right: -3px !important;
    }

    .col-tight {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }


    .pagination > li > a, .pagination > li > span {
        color: #99ca3d;
    }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 3;
        color: #333;
        cursor: default;
        background-color: #99ca3d;
        border-color: #99ca3d;
    }

    .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
        z-index: 2;
        color: #99ca3d;
        background-color: #eee;
        border-color: #ddd;
    }

    .popover {
        min-width: 300px;
    }
.product-tile-cart .popover-title {
    color: #ff0000;
}
.product-tile-cart .popover-content a, .product-tile-cart .popover-content a:hover, .product-tile-cart .popover-content a:focus {
    color: #ff0000;
} 
.ui-widget-header {
    background: #ededed;
}


    .fa-stack-2x {
        color: #99ca3d;
    }

        .fa-stack-2x .fa-stack-1x {
            color: #333 !important;
        }

    .fa-inverse {
        color: #333;
    }

.table > thead > tr > th {
    background: #cccccc;   
    color: inherit !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 16px !important;
    color: #2c2c2c !important;
    padding: 3px;
    padding-top:7px;
    padding-bottom:7px;
}
.shipping-method-description, .payment-method-description{
    background:none !important;
    border:none !important;
    font-style:italic;
    color:#7c7c7d;
    font-size:14px;
    padding-top:0px;
}

.shipping-method-wrapper, .payment-method-wrapper{
    padding:5px;
    border-bottom:1px solid #ccc;
}
    .shipping-method-wrapper:nth-of-type(odd), .payment-method-wrapper:nth-of-type(odd) {
        
    }



.splitter_active{
    color:#99ca3d;
    font-weight:bold;
    text-shadow:1px 1px 1px #333;
}