﻿@import url("fonts.css");


html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Century Gothic',Arial;
    color: #333;
    font-weight: 400;
}


html {
    height: 100%;
    min-height: 100%;
}

body {
    min-height: 100%;
}

a {
    color: #000000;
}

    a:hover {
        color: #000000;
        text-decoration: none;
    }

    a:visited {
        text-decoration: none;
    }

.admin-menu {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 11;
}

    .admin-menu a, .admin-menu a:hover {
        font-family: 'Open Sans','Century Gothic', sans-serif;
    }

h1 {
    color: #000000;
}

h2 {
    color: #000000;
}

h3 {
    color: #000000;
}

hr {
    height: 1px;
    color: #dedede;
    border: 0px;
    background-color: #dedede;
}




.top-area {
    position: relative;
}

.vegas-slider-wrapper {
    position: relative;

}

.vegas-slider-controls {
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    z-index: 12;
}



    .vegas-slider-controls div {
        font-size: 0;
        line-height: 0;
        margin: 0px;
        display: block;
        background: #ffffff;
        border: 1px solid #ffffff;
        border-radius: 0%;
        width: 100px;
        height: 10px;
        padding: 0px;
        cursor: pointer;
        color: transparent;
        display: inline-block;
    }

        .vegas-slider-controls div.active {
            background: #7b7b7b;
            border: 1px solid #7b7b7b;
        }

@media (max-width:768px) {
    .vegas-slider-controls div {
        width: 50px;
        height: 10px;
    }
}

.top-bar {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 8;
    /*background: url(skn/main-shaddow.png) 0% 0% repeat-x;*/
    z-index: 10;
    width: 100%;
    /*height: 100%;*/
}


.logo-bottom {
    display: inline-block;
}

@media (min-width:1600px) {

    .logo-bottom {
        height: 70px;
    }
}

@media (max-width:1600px) {
    .top-area .slick-dots li {
        width: 50px;
        height: 6px;
    }

        .top-area .slick-dots li button {
            width: 50px;
            height: 6px;
        }

    .logo-area img {
        width: 150px;
    }

    .logo-bottom {
        height: 50px;
    }
}

@media (max-width:990px) {
    .top-area .slick-dots li {
        width: 30px;
        height: 5px;
    }

        .top-area .slick-dots li button {
            width: 30px;
            height: 5px;
        }

    .logo-area img {
        width: 100px;
    }
}

@media (max-width:767px) {
    .logo-area img {
        width: 100px;
    }

    .top-bar {
        background: none;
    }
}

.top-bar img {
    display: inline-block;
}

.top-bar .line {
    width: 100%;
    height: 1px;
    background: #ffffff;
}

.relations .line {
    border-bottom: 1px solid #333;
}

.relations .line {
    text-align: center;
}

    .relations .line h3 {
        display: inline-block;
        padding: 10px;
        margin: 0px;
        background: #ffffff;
    }


.container {
    max-width: 1920px;
}

.content-rest {
    max-width: 1200px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
}

    .content-rest, .content-rest td, .content-rest th, .content-rest div, .content-rest p, .content-rest a, .content-rest a:hover {
        font-family: 'Futura Std Book','Futura','Century Gothic';
        font-size: 16px;
        color: #333;
    }

        .content-rest a:hover {
            color: #000000;
        }

        .content-rest h2 {
            font-size: 22px;
        }

        .content-rest h3 {
            font-size: 20px;
        }

@media (min-width:1600px) {

    .content-rest h2 {
        font-size: 28px;
    }

    .content-rest h2 {
        font-size: 26px;
    }
}

@media (min-width:1920px) {

    .content-rest h2 {
        font-size: 34px;
    }

    .content-rest h2 {
        font-size: 32px;
    }
}

.content-rest .order-control-item-thumbnail {
    margin-right: 10px;
}

td.uicaption {
    padding-right: 10px;
}

    td.uicaption .form-control {
        margin-top: 10px;
    }

.search .btn-lg {
    height: 45px;
}


@media (min-width:768px) {
    .top-area .menu-container {
        position: relative;
        max-width: 1500px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        background: rgba(125,125,125,0.6);
    }

    .search {
        position: absolute;
        top: 0px;
        left: 0px;
        right:0px;
        margin-left:auto;
        margin-right:auto;
        display: block;
        z-index: 5;
        padding-left: 15px;
        padding-right: 15px;
        display: none;
        width: 100%;
    }

    .dropdown-submenu {
        position: relative;
    }

        .dropdown-submenu > .dropdown-menu {
            top: 0;
            left: 100%;
            -webkit-border-radius: 0 6px 6px 6px;
            -moz-border-radius: 0 6px 6px 6px;
            border-radius: 0 6px 6px 6px;
        }

        .dropdown-submenu:active > .dropdown-menu, .dropdown-submenu:hover > .dropdown-menu {
            display: block;
        }

        .dropdown-submenu:hover > a:after {
            border-left-color: #ffffff;
        }

        .dropdown-submenu.pull-left {
            float: none;
        }

            .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;
            }



    .top-area .navbar-default {
        background: none;
        margin: 0px;
        position: relative;
        min-height: 50px;
        border: none;
        border-radius: 0px;
    }

    .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: #fff;
        margin-top: 5px;
        margin-right: -13px;
    }

    .top-area .navbar-default .navbar-nav > li > a, .top-area .navbar-default .navbar-nav > li > a:hover, .top-area .navbar-default .navbar-nav > li > a:focus {
        color: #ffffff;
        background: none;
        font-weight: 500;
        padding: 15px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 18px;
        font-family: 'Futura Book';
    }

        .top-area .navbar-default .navbar-nav > li > a span {
            color: #ffffff;
        }

    .dropdown-toggle-search span {
        color: #ffffff;
        font-size: 18px !important;
        font-family: 'Futura Book';
        font-weight: 500;
    }

    .top-area .navbar-default .navbar-nav > li > a:hover, .top-area .navbar-default .navbar-nav > li > a:focus, .top-area .navbar-default .navbar-nav > li > a:hover span, .top-area .navbar-default .navbar-nav > li > a:focus span {
        color: #ffffff;
        font-family: 'Futura Book';
    }

    .top-area .navbar-default .navbar-nav > li > a img {
        height: 28px;
        margin-top: -10px;
    }

    .line {
        margin-bottom: 10px;
    }

    .top-area .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .top-area .navbar .navbar-collapse {
        text-align: center;
    }

    .top-area, .top-bar {
        min-height: 220px;
    }


        .top-area .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 #ffffff;
            border-radius: 0px;
            -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
            box-shadow: 0 6px 12px rgba(0,0,0,0.175);
            background-clip: padding-box;
            background: rgba(0,0,0,0.5);
            z-index: 6;
        }

            .top-area .navbar-default .dropdown-menu > li > a, .top-area .navbar-default .dropdown-menu > li > a:hover, .top-area .navbar-default .dropdown-menu > li > a:focus {
                display: block;
                padding: 5px 20px;
                clear: both;
                font-weight: normal;
                line-height: 1.42857143;
                color: #fff;
                white-space: nowrap;
            }

                .top-area .navbar-default .dropdown-menu > li > a:hover, .top-area .navbar-default .dropdown-menu > li > a:focus {
                    display: block;
                    padding: 5px 20px;
                    clear: both;
                    font-weight: normal;
                    line-height: 1.42857143;
                    color: #8d0053;
                    white-space: nowrap;
                    background: #000000;
                }
    .shortcuts-area{
        text-align:right;
        
    }
    .shortcuts-area-wrapper{
        padding:10px;
        background:rgba(125,125,125,0.5);
        display:inline-block;
        float:right;
    }
    .shortcuts-area a, .shortcuts-area a:hover, .shortcuts-area a:focus {
        color:#ffffff !important;
        font-size:1.3em;
       
        display:inline-block;
        padding:3px;
    }
    .shortcuts-area a:hover, .shortcuts-area a:focus {
        color:#8d0053 !important;
        font-size:1.3em;

    }
}
.shortcuts-area .badge{
    background:#333;
    color:#fff;
    position:relative;
    display:inline-block;
    margin-left:-12px;
}


@media (min-width:850px) AND (max-width:1000px) {

    .top-area .navbar-default .navbar-nav > li > a, .top-area .navbar-default .navbar-nav > li > a:hover, .top-area .navbar-default .navbar-nav > li > a:focus {
        color: #ffffff;
        background: none;
        font-weight: 500;
        padding: 15px;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 16px;
        font-family: 'Futura Book';
    }

        .top-area .navbar-default .navbar-nav > li > a span {
            color: #ffffff;
        }

        .top-area .navbar-default .navbar-nav > li > a:hover, .top-area .navbar-default .navbar-nav > li > a:focus, .top-area .navbar-default .navbar-nav > li > a:hover span, .top-area .navbar-default .navbar-nav > li > a:focus span {
            color: #ffffff;
            font-family: 'Futura Book';
        }

        .top-area .navbar-default .navbar-nav > li > a img {
            height: 28px;
            margin-top: -10px;
        }

    .line {
        margin-bottom: 10px;
    }

    .top-area .navbar-default .navbar-nav > li.menu-owl {
        display: none;
    }
}

@media (min-width:768px) AND (max-width:849px) {

    .top-area .navbar-default .navbar-nav > li > a, .top-area .navbar-default .navbar-nav > li > a:hover, .top-area .navbar-default .navbar-nav > li > a:focus {
        color: #ffffff;
        background: none;
        font-weight: 500;
        padding: 15px;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 14px;
        font-family: 'Futura Book';
    }

        .top-area .navbar-default .navbar-nav > li > a span {
            color: #ffffff;
        }

        .top-area .navbar-default .navbar-nav > li > a:hover, .top-area .navbar-default .navbar-nav > li > a:focus, .top-area .navbar-default .navbar-nav > li > a:hover span, .top-area .navbar-default .navbar-nav > li > a:focus span {
            color: #ffffff;
            font-family: 'Futura Book';
        }

        .top-area .navbar-default .navbar-nav > li > a img {
            height: 28px;
            margin-top: -10px;
        }

    .line {
        margin-bottom: 10px;
    }

    .top-area .navbar-default .navbar-nav > li.menu-owl {
        display: none;
    }
}

@media (min-width:1600px) {
    .top-area .navbar-default .navbar-nav > li > a, .top-area .navbar-default .navbar-nav > li > a:hover, .top-area .navbar-default .navbar-nav > li > a:focus {
        color: #ffffff;
        background: none;
        font-weight: 500;
        padding: 15px;
        font-size: 20px;
    }

    .container {
        width: 1600px;
    }

    .line {
        margin-bottom: 20px;
    }
}

@media (min-width:1920px) {
    .top-area .navbar-default .navbar-nav > li > a, .top-area .navbar-default .navbar-nav > li > a:hover, .top-area .navbar-default .navbar-nav > li > a:focus {
        color: #ffffff;
        background: none;
        font-weight: 500;
        padding: 15px;
        font-size: 20px;
    }

    .container {
        width: 1800px;
    }

    .line {
        margin-bottom: 40px;
    }
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}

.block-container.editable {
    min-height: 32px;
    border: 1px dashed #333 !important;
    position: relative;
}

.block-buttons {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 999;
    background: none !important;
}

    .block-buttons .btn.btn-link {
        background: #8d0053;
        color: #000000;
        border-radius: 0px;
        border: 1px solid #333;
    }

        .block-buttons .btn.btn-link:hover, .block-buttons .btn.btn-link:focus {
            background: #333 !important;
            color: #8d0053 !important;
            border-radius: 0px;
            border: 1px solid #333 !important;
        }

#block-parallax-top .block-buttons, #block-home-slider .block-buttons {
    position: absolute;
    top: initial !important;
    right: 0px;
    bottom: 3px !important;
}

#block-home-sections {
    position: relative;
}

    #block-home-sections .block-buttons {
        position: absolute;
        top: 0% !important;
        right: 0px !important;
        z-index: 999;
    }



@media (max-width:767px) {
    .main-gallery {
        margin-top: 0px;
    }
    .search-form {
        margin-bottom: 0px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }

    .dropdown-submenu > a:after {
        display: none;
    }

    .search {
        display: none;
    }

    .top-bar {
        position: relative;
        top: initial;
        left: initial;
    }

    .top-area .navbar-default {
        background: url(skn/menu-bg.png) repeat;
        margin: 0px;
        /*margin-top: -50px;*/
        position: relative;
        min-height: 50px;
        border: none;
        border-radius: 0px;
    }

    .top-area .container {
        padding: 0px;
    }

    .top-area .navbar-default .navbar-nav > li > a, .top-area .navbar-default .navbar-nav > li > a:hover, .top-area .navbar-default .navbar-nav > li > a:focus {
        color: #ffffff;
        background: none;
        text-align: left;
        font-family: 'Futura Book';
    }

        .top-area .navbar-default .navbar-nav > li > a span {
            color: #ffffff;
        }

        .top-area .navbar-default .navbar-nav > li > a:hover, .top-area .navbar-default .navbar-nav > li > a:focus, .top-area .navbar-default .navbar-nav > li > a:hover span, .top-area .navbar-default .navbar-nav > li > a:focus span {
            color: #ffffff;
            font-family: 'Futura Book';
        }

    .logo-area {
        display: none;
    }

    .navbar-brand img {
        height: 40px;
        margin-top: -10px;
    }

    .top-bar {
        height: initial;
    }

        .top-bar:hover {
            z-index: 20;
        }

    .top-area .navbar-default .navbar-nav > li.menu-owl {
        display: none;
    }

    .top-area .navbar-toggle {
        position: relative;
        float: left;
        padding: 9px 10px;
        margin-top: 8px;
        margin-left: 15px;
        margin-right: 0px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        z-index: 2;
    }


    .top-area .navbar-brand {
        float: none;
        position: absolute;
        height: 50px;
        padding: 15px 15px;
        font-size: 18px;
        line-height: 20px;
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        z-index: 1;
    }

    .top-area .navbar-default .dropdown-menu > li > a, .top-area .navbar-default .dropdown-menu > li > a:hover, .top-area .navbar-default .dropdown-menu > li > a:focus {
        color: #fff;
    }

        .top-area .navbar-default .dropdown-menu > li > a:hover, .top-area .navbar-default .dropdown-menu > li > a:focus {
            color: #8d0053;
        }

    .top-area .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
        background-color: transparent;
    }

    .top-area .navbar-collapse {
        max-height: initial;
    }

    .top-area .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .top-area .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #8d0053;
        background-color: transparent;
    }

    .top-area .navbar-default .navbar-nav > li > a.dropdown-toggle-search span, .top-area .navbar-default .navbar-nav > li > a.dropdown-toggle-search:hover span, .top-area .navbar-default .navbar-nav > li > a.dropdown-toggle-search:focus span {
        color: #ffffff;
        font-size: 18px !important;
        font-family: 'Futura Book';
        font-weight: 500;
        margin-left: 7px;
    }

    .navbar-nav .open .dropdown-menu {
        text-align: left;
        padding-left: 30px;
    }

    .top-area ul.dropdown-search li {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 0px 15px 5px 25px;
    }

     .shortcuts-area{
        text-align:right;
        padding-right:15px;
        background:rgba(0,0,0,0.5);
    }
    .shortcuts-area a, .shortcuts-area a:hover, .shortcuts-area a:focus {
        color:#ffffff !important;
        font-size:1em;
       
        display:inline-block;
        padding:3px;
    }
    .shortcuts-area a:hover, .shortcuts-area a:focus {
        color:#8d0053 !important;
        font-size:1em;

    }
}


.newsletter-caption {
    padding-left: 70px;
    min-height: 70px;
    background: url(skn/owl3.png) 0% 0% no-repeat;
}

.footer-area {
    background: #70776b;
}

    .footer-area, .footer-area a, .footer-area a:hover {
        color: #ffffff;
        font-family: 'Futura Std Book';
        font-size: 12px;
    }

        .footer-area h3 {
            color: #ffffff;
            font-family: 'Futura Std Book';
            font-size: 16px;
            margin-top: 0px;
            padding-top: 0px;
        }

        .footer-area .newsletter-description {
            font-size: 11px;
        }

@media (min-width:1600px) {
    .footer-area, .footer-area a, .footer-area a:hover {
        font-size: 14px;
    }

        .footer-area h3 {
            font-size: 28px;
        }

        .footer-area .newsletter-description {
            font-size: 13px;
        }
}

/*@media (min-width:1920px) {
    .footer-area, .footer-area a, .footer-area a:hover {
        font-size: 16px;
    }

        .footer-area .newsletter-description {
            font-size: 14px;
        }

        .footer-area h3 {
            font-size: 24px;
        }
}*/

@media (min-width:769px) {
    .footer-menu {
        border-left: 1px solid #ffffff;
    }
}

@media (max-width:767px) {
    .footer-menu {
    }

        .footer-menu .col-border {
            border-bottom: 1px solid #ffffff;
            padding-top: 15px;
            padding-bottom: 15px;
        }

    .footer-area .newsletter {
        padding-top: 15px;
    }

    .newsletter-caption {
        padding-left: 50px;
        min-height: 50px;
        background: url(skn/owl3.png) 0% 0% no-repeat;
        background-size: 35px 44px;
    }
}

.footer-menu ul {
    margin: 0px;
    padding: 0px;
}

.footer-menu li {
    list-style: none;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
}

.footer-area .newsletter .btn {
    border-radius: 0px;
    color: #5d5d5e;
    font-family: 'Futura Std Book';
    padding: 2px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
}

@media (min-width:1600px) {
    .footer-area .newsletter .btn {
        font-size: 22px;
    }

    .footer-area .newsletter .form-control {
        font-size: 18px;
        height: 40px;
    }
}

.white-bg {
    background: #ffffff;
}


.wall-item {
    position: relative;
    overflow: hidden;
}

    .wall-item .wall-hover {
        position: absolute;
        width: 100%;
        height: 100%;
        background: url(skn/wall-hover.png) repeat;
        top: 0px;
        left: 0px;
        display: none;
    }

    .wall-item:hover .wall-hover {
        display: block;
    }

    .wall-item .wall-hover .wall-details {
        position: relative;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
    }

.wall-hover h1 span {
    border-bottom: 4px solid #8d0053;
    display: inline-block;
    min-width: 40px;
    margin-left: 10px;
    vertical-align: middle;
}

@media (max-width:767px) {
    .wall-hover h1 {
        font-size: 24px;
        display: inline-block;
        border-bottom: 4px solid #8d0053;
    }
}


.node-view .FuturaLight {
    font-size: 20px;
}

@media (max-width:767px) {
    .node-view .FuturaLight {
        font-size: 18px;
    }
}

@media (min-width:1600px) {
    .node-view .FuturaLight {
        font-size: 38px;
    }
}

@media (min-width:1920px) {
    .node-view .FuturaLight {
        font-size: 50px;
    }
}



.store-letter {
    margin-top: 50px;
    margin-bottom: 50px;
    border-bottom: 3px solid #878d84;
    padding-bottom: 5px;
    display: block;
    font-size: 32px;
    display: inline-block;
    width: 120px;
}

@media(max-width:767px) {
    .col-store {
        padding: 15px;
    }


    .store-letter {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (min-width:1600px) {
    .store-letter {
        font-size: 44px;
    }
}

@media (min-width:1920px) {
    .store-letter {
        font-size: 50px;
    }
}

.form-control {
    border-radius: 0px;
}

.contact-form .form-control {
    background: #d1d1d1;
    border: 1px solid #d1d1d1;
}

#WebformAECFAB9F .form-control:focus {
    box-shadow: none;
    border: 1px solid #555;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #555;
}



.btn-primary, .btn-primary:hover, .btn-primary:focus {
    border-color: #282828;
    color: #000000;
    background: #282828;
    cursor: pointer;
    border-radius: 0px;
    color: #fff;
    font-size: 16px !important;
    font-family: 'Futura Std Book','Century Gothic';
    padding: 6px 12px;
    margin-bottom: 0;
    line-height: 1.42857143;
}

    .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 {
        border-color: #282828;
        color: #000000;
        background: #282828;
        cursor: pointer;
        border-radius: 0px;
        color: #878d84;
        font-size: 16px !important;
        font-family: 'Futura Std Book','Century Gothic';
        padding: 6px 12px;
        margin-bottom: 0;
        line-height: 1.42857143;
    }

    .btn-primary:hover {
        color: #ffffff;
        font-size: 16px !important;
        font-family: 'Futura Std Book','Century Gothic';
        padding: 6px 12px;
        margin-bottom: 0;
        line-height: 1.42857143;
    }

a.btn-primary {
    border-color: #282828;
    color: #000000;
    background: #282828;
    cursor: pointer;
    border-radius: 0px;
    color: #878d84;
    font-size: 16px !important;
    font-family: 'Futura Std Book','Century Gothic';
    padding: 6px 12px;
    margin-bottom: 0;
    line-height: 1.42857143;
}

    a.btn-primary:hover {
        color: #ffffff;
        font-size: 16px !important;
        font-family: 'Futura Std Book','Century Gothic';
        padding: 6px 12px;
        margin-bottom: 0;
        line-height: 1.42857143;
    }





.btn-info, .btn-info:hover, .btn-info:focus {
    border-color: #70776b;
    color: #fff;
    background: #70776b;
    cursor: pointer;
    border-radius: 0px;
    color: #fff;
    font-size: 16px !important;
    font-family: 'Futura Std Book','Century Gothic';
    padding: 6px 12px;
    margin-bottom: 0;
    line-height: 1.42857143;
}

    .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 {
        border-color: #70776b;
        color: #fff;
        background: #70776b;
        cursor: pointer;
        border-radius: 0px;
        color: #fff;
        font-size: 16px !important;
        font-family: 'Futura Std Book','Century Gothic';
        padding: 6px 12px;
        margin-bottom: 0;
        line-height: 1.42857143;
    }

    .btn-info:hover {
        color: #ffffff;
        background: #5f655b;
        font-size: 16px !important;
        font-family: 'Futura Std Book','Century Gothic';
        padding: 6px 12px;
        margin-bottom: 0;
        line-height: 1.42857143;
    }



div.ContextMenu a, div.ContextMenu a:hover {
    font-size: 14px;
}

.tile {
    border-radius: 0px;
    margin: 0px;
    margin-bottom: 20px;
}

    /* ------------------------------- TILE THEME-10 -------------------------------------*/

    .tile.tile-theme-10 {
        padding: 3px;
        position: relative;
        min-height: 550px;
    }

.row-theme-10 {
    padding: 3px;
}

.tile-theme-10 {
    position: relative;
    overflow: hidden;
}

.row-theme-10 .col-item {
    padding: 3px;
}

.tile-theme-10 div.lazy {
    -webkit-transition: all 0.3s ease; /* Safari and Chrome */
    -moz-transition: all 0.3s ease; /* Firefox */
    -ms-transition: all 0.3s ease; /* IE 9 */
    -o-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease;
}

.tile-theme-10:hover div.lazy {
    /* -webkit-transform: scale(1.15);  */
    /* -moz-transform: scale(1.15);  */
    /* -ms-transform: scale(1.15); */
    /* -o-transform: scale(1.15); */
    /* transform: scale(1.15); */
}

.row.row-theme-10 {
    margin: 0px;
}

.portfolio-filters {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    width: 100%;
    display: block;
}

.btn.filter {
    color: #555;
    background: #ffffff;
    font-size: 16px;
    font-weight: 300;
}

    .btn.filter.active {
        color: #000;
        background: #ededed;
    }

    .btn.filter:hover {
        background: #ededed;
    }



.category-border {
    border-bottom: 1px solid #555;
}

.btn.subcategory {
    color: #555;
    background: #ffffff;
    font-size: 22px;
    font-weight: 500;
    position: relative;
    margin-bottom: 5px;
}

    .btn.subcategory.active {
        color: #000;
        background: #ededed;
    }

    .btn.subcategory:hover {
        background: #ededed;
    }



/* ------------------------------- TILE THEME-1 -------------------------------------*/

.tile.tile-theme-1 {
    padding: 20px;
    position: relative;
}

@media (min-width:1600px) {
    .tile.tile-theme-1 {
        padding: 80px;
        position: relative;
    }
}

@media (min-width:1200px) {
    .tile.tile-theme-1 {
        padding: 40px;
        position: relative;
    }
}


.tile.tile-theme-1 .tile-details {
    background: url(skn/tile-theme1-bg.png) 50% 50% repeat;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    display: inline-block;
    height: 50px;
}

    .tile.tile-theme-1 .tile-details .tile-title {
        /*position: relative;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);*/
        text-align: center;
    }

        .tile.tile-theme-1 .tile-details .tile-title a, .tile.tile-theme-1 .tile-details .tile-title a:hover {
            font-size: 14px;
            margin-top: 15px;
            line-height: 50px;
        }

@media (min-width:1600px) {
    .tile.tile-theme-1 .tile-details .tile-title a, .tile.tile-theme-1 .tile-details .tile-title a:hover {
        font-size: 16px;
        margin-top: 15px;
        line-height: 50px;
    }
}

@media (min-width:1920px) {
    .tile.tile-theme-1 .tile-details .tile-title a, .tile.tile-theme-1 .tile-details .tile-title a:hover {
        font-size: 18px;
        margin-top: 15px;
        line-height: 50px;
    }
}

.row.row-theme-1 {
    margin: 0px;
}

.tile-theme-1 img {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
/* ------------------------------- TILE THEME-2 -------------------------------------*/

.tile.tile-theme-2 {
    padding: 5px;
    position: relative;
    border: 1px solid #c3c6c2;
}

    .tile.tile-theme-2 .tile-title {
    }

        .tile.tile-theme-2 .tile-title a, .tile.tile-theme-2 .tile-details .tile-title a:hover {
            font-size: 18px;
        }

@media (min-width:768px) {
    .tile.tile-theme-2 .col-image {
        padding-right: 5px;
    }

    .tile.tile-theme-2 .col-details {
        padding-left: 5px;
    }
}

.tile.tile-theme-2 .col-details {
    position: relative;
}

.tile.tile-theme-2 .tile-social {
    border-bottom: 5px solid #000000;
    margin-bottom: 10px;
    display: block;
}

.tile.tile-theme-2 .tile-date {
    position: absolute;
    left: 5px;
    bottom: 0px;
    color: #000000;
}

.tile.tile-theme-2 .tile-description, .tile.tile-theme-2 .tile-description p {
    font-size: 15px;
    font-family: 'Futura Light';
}

@media (min-width:1600px) {
    .tile.tile-theme-2 .tile-title a, .tile.tile-theme-2 .tile-title a:hover {
        font-size: 20px;
    }

    .tile.tile-theme-2 .tile-date {
        font-size: 16px;
    }

    .tile.tile-theme-2 .tile-description, .tile.tile-theme-2 .tile-description p {
        font-size: 18px;
        font-family: 'Futura Light';
    }
}

@media (min-width:1920px) {
    .tile.tile-theme-2 .tile-title a, .tile.tile-theme-2 .tile-title a:hover {
        font-size: 30px;
    }

    .tile.tile-theme-2 .tile-description, .tile.tile-theme-2 .tile-description p {
        font-size: 24px;
        font-family: 'Futura Light';
    }

    .tile.tile-theme-2 .tile-date {
        font-size: 24px;
    }

    .tile.tile-theme-2 .col-details {
        padding-bottom: 50px;
    }
}

@media (max-width:768px) {

    .tile.tile-theme-2 .tile-date {
        position: relative;
        left: initial;
        bottom: initial;
        margin-top: 30px;
    }

    .tile.tile-theme-2 .col-details {
        padding-bottom: 0px;
    }
}

.row.row-theme-2 {
    margin: 0px;
}





/* ------------------------------- TILE THEME-0 -------------------------------------*/

.tile.tile-theme-0 {
    padding: 5px;
    position: relative;
    border: 1px solid #c3c6c2;
}

    .tile.tile-theme-0 .tile-title {
        margin-top: 10px;
        border-bottom: 5px solid #000000;
        margin-bottom: 10px;
        display: block;
    }

        .tile.tile-theme-0 .tile-title a, .tile.tile-theme-0 .tile-details .tile-title a:hover {
            font-size: 18px;
        }

@media (min-width:480px) {
    .tile.tile-theme-0 .col-image {
        padding-right: 5px;
    }

    .tile.tile-theme-0 .col-details {
        padding-left: 5px;
    }
}

.tile.tile-theme-0 .tile-description, .tile.tile-theme-0 .tile-description p {
    font-size: 15px;
    font-family: 'Futura Light';
}

@media (min-width:1600px) {
    .tile.tile-theme-0 .tile-title a, .tile.tile-theme-0 .tile-title a:hover {
        font-size: 22px;
    }

    .tile.tile-theme-0 .tile-description, .tile.tile-theme-0 .tile-description p {
        font-size: 18px;
        font-family: 'Futura Light';
    }
}

@media (min-width:1920px) {
    .tile.tile-theme-0 .tile-title a, .tile.tile-theme-0 .tile-title a:hover {
        font-size: 30px;
    }

    .tile.tile-theme-0 .tile-description, .tile.tile-theme-0 .tile-description p {
        font-size: 24px;
        font-family: 'Futura Light';
    }
}

.row.row-theme-0 {
    margin: 0px;
}




/* ------------------------------- TILE THEME-3 -------------------------------------*/

.tile.tile-theme-3 {
    padding: 2px;
    position: relative;
    overflow: hidden;
}

.col-theme-3 {
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 6px !important;
}

    .col-theme-3 .tile {
        margin-bottom: 0px;
    }

.tile.tile-theme-3 .tile-details {
    text-align: left;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    padding: 20px;
    width: 100%;
    display: inline-block;
    padding-bottom: 60px;
    margin: 2px;
    border: 1px solid #ffffff;
}

    .tile.tile-theme-3 .tile-details:hover {
        background: url(skn/tile-theme3-bg.png) 50% 50% repeat;
        cursor: pointer;
    }

.tile.tile-theme-3 .tile-title {
    margin-top: 10px;
    border-bottom: 5px solid #000000;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: block;
    width: 70%;
}

.tile.tile-theme-3 .tile-description, .tile.tile-theme-3 .tile-description p, .tile.tile-theme-3 .tile-description a, .tile.tile-theme-3 .tile-description a:hover {
    font-size: 18px;
    font-family: 'Futura Std Book';
    color: #000000;
}

.tile.tile-theme-3 .tile-details .tile-title a, .tile.tile-theme-3 .tile-details .tile-title a:hover {
    font-size: 20px;
}

.tile.tile-theme-3 .tile-details .tile-more a, .tile.tile-theme-3 .tile-details .tile-more a:hover {
    font-size: 18px;
    position: absolute;
    width: 100%;
    display: block;
    line-height: 60px;
    text-align: center;
    bottom: 0px;
    left: 0px;
}

@media (min-width:1600px) {
    .tile.tile-theme-3 .tile-details .tile-title a, .tile.tile-theme-3 .tile-details .tile-title a:hover {
        font-size: 28px;
    }

    .tile.tile-theme-3 .tile-description, .tile.tile-theme-3 .tile-description p {
        font-size: 28px;
    }

    .tile.tile-theme-3 .tile-details .tile-more a, .tile.tile-theme-3 .tile-details .tile-more a:hover {
        font-size: 25px;
    }
}

@media (min-width:1920px) {
    .tile.tile-theme-3 .tile-details .tile-title a, .tile.tile-theme-3 .tile-details .tile-title a:hover {
        font-size: 38px;
    }

    .tile.tile-theme-3 .tile-description, .tile.tile-theme-3 .tile-description p {
        font-size: 33px;
    }

    .tile.tile-theme-3 .tile-details .tile-more a, .tile.tile-theme-3 .tile-details .tile-more a:hover {
        font-size: 30px;
    }
}

.tile.tile-theme-3 .tile-description.font-white, .tile.tile-theme-3 .tile-description.font-white p {
    color: #ffffff;
}

.tile.tile-theme-3 .tile-details .tile-title.font-white a, .tile.tile-theme-3 .tile-details .tile-title.font-white a {
    color: #ffffff;
}

.tile.tile-theme-3 .tile-details .tile-more.font-white a, .tile.tile-theme-3 .tile-details.font-white .tile-more a {
    color: #ffffff;
}

.tile.tile-theme-3 .tile-title.font-white {
    border-bottom: 5px solid #ffffff;
}


.tile.tile-theme-3:hover .tile-description, .tile.tile-theme-3:hover .tile-description p {
    color: #ffffff;
}

.tile.tile-theme-3:hover .tile-details .tile-title a, .tile.tile-theme-3:hover .tile-details .tile-title a:hover {
    color: #ffffff;
}

.tile.tile-theme-3:hover .tile-details .tile-more a, .tile.tile-theme-3:hover .tile-details .tile-more a:hover {
    color: #ffffff;
}

.tile.tile-theme-3:hover .tile-title {
    border-bottom: 5px solid #ffffff;
}

.row.row-theme-3 {
    margin: 0px;
}

/* ------------------------------- TILE THEME-9 -------------------------------------*/

.tile.tile-theme-9 {
    position: relative;
    min-height: 540px;
}

@media (max-width:600px) {
    .tile.tile-theme-9 {
        min-height: 380px;
    }
}


.tile.tile-theme-9 {
    padding: 3px;
    position: relative;
}

.row-theme-9 {
    padding: 3px;
    margin: 0px !important;
}

.tile-theme-9 {
    position: relative;
    overflow: hidden;
}

.row-theme-9 .col-item {
    padding: 3px;
}


.tile.tile-theme-9 .tile-discount {
    display: block;
    color: #000000;
    position: relative;
    line-height: 16px;
	text-decoration:line-through;
    
}

.tile.tile-theme-9 .tile-price {
    line-height: 40px;
    text-align: center;
    margin-left: 10px;
}
.tile.tile-theme-9 .tile-price .tile-price{
    color: #cc0000;
}
.tile.tile-theme-9 .tile-title {
    margin-top: 10px;
    border-bottom: 3px solid #000000;
    margin-bottom: 10px;
    display: block;
}

    .tile.tile-theme-9 .tile-title a, .tile.tile-theme-9 .tile-details .tile-title a:hover, .tile-price, .tile-price span, .tile.tile-theme-9 .tile-title a span {
        font-size: 14px;
        font-family: 'Futura Heavy';
    }


.tile.tile-theme-9 .tile-description, .tile.tile-theme-9 .tile-description p {
    font-size: 13px;
    font-family: 'Futura Std Book';
}

@media (min-width:1600px) {
    .tile.tile-theme-9 .tile-title a, .tile.tile-theme-9 .tile-title a:hover, .tile-price, .tile-price span, .tile.tile-theme-9 .tile-title a span {
        font-size: 18px;
    }

    .tile.tile-theme-9 .tile-description, .tile.tile-theme-9 .tile-description p {
        font-size: 16px;
    }
}

@media (min-width:1920px) {
    .tile.tile-theme-9 .tile-title a, .tile.tile-theme-9 .tile-title a:hover, .tile-price, .tile-price span, .tile.tile-theme-9 .tile-title a span {
        font-size: 20px;
    }

    .tile.tile-theme-9 .tile-description, .tile.tile-theme-9 .tile-description p {
        font-size: 18px;
        font-family: 'Futura Light';
    }
}




.tile.tile-theme-9 .tile-cart {
    margin-right: 10px;
}

.tile-theme-9 .col-price {
    /*position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    min-height: 40px;*/
    line-height: 36px;
    padding-left: 10px;
    padding-bottom: 10px;
}

    .tile-theme-9 .col-price .btn-primary {
        border: 1px solid #878d84;
        background: #878d84;
        color: #ffffff;
        font-weight: bold;
    }

        .tile-theme-9 .col-price .btn-primary:hover {
            border: 1px solid #333;
            background: #333;
            color: #ffffff;
            font-weight: bold;
        }


.tile-theme-9 .tile-details {
    position: absolute;
    left: 0px;
    top: 35%;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 70px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: none;
    width: 100%;
    text-align: center;
}

    .tile-theme-9 .tile-details .sold-out {
        background: url(skn/tile-theme1-bg.png) 50% 50% repeat;
        text-align: center;
        display: inline-block;
        height: 70px;
        line-height: 70px;
        border-bottom: none;
        width: 100%;
        text-align: center;
        color: #878d84;
        font-size: 24px;
        font-weight: 700;
    }

    .tile-theme-9 .tile-details .coming-soon {
        background: url(skn/comingsoon.png) 50% 50% repeat;
        text-align: center;
        display: inline-block;
        height: 70px;
        line-height: 70px;
        border-bottom: none;
        width: 100%;
        text-align: center;
        color: #8d0053;
        font-size: 24px;
        font-weight: 700;
    }

.tile-theme-9 .col-image div.lazy {
      -webkit-transition: all 0.3s ease; /* Safari and Chrome */
    -moz-transition: all 0.3s ease; /* Firefox */
    -ms-transition: all 0.3s ease; /* IE 9 */
    -o-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease;
}

.tile-theme-9 .col-image:hover div.lazy {
    /* -webkit-transform: scale(1.15);  */
    /* -moz-transform: scale(1.15);  */
    /* -ms-transform: scale(1.15); */
    /* -o-transform: scale(1.15); */
    /* transform: scale(1.15); */
    
}

.tile-theme-9 .col-image:hover .thumb-1 {
    opacity: 0;
}

.tile-theme-9 .col-image {
    overflow: hidden;
}


.img-unveil, .lazy {
    display: block;
    background-image: url('skn/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 32px 32px;
}

.product-tile-thumb div.lazy {
       -webkit-transition: all 0.3s ease; /* Safari and Chrome */
    -moz-transition: all 0.3s ease; /* Firefox */
    -ms-transition: all 0.3s ease; /* IE 9 */
    -o-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease;
}

.product-tile-thumb:hover div.lazy {
    /* -webkit-transform: scale(1.15); */
    /* -moz-transform: scale(1.15); */
    /* -ms-transform: scale(1.15); */
    /* -o-transform: scale(1.15); */
    /* transform: scale(1.15); */
}




.product-tile-thumb:hover .thumb-1 {
    opacity: 0;
}














.pagination {
    display: inline-block;
    padding-left: 0px;
    margin: 20px 0px;
    border-radius: 0px;
}

    .pagination a, .pagination a:hover, .pagination span, .pagination li {
        font-size: 14px;
        border-radius: 0px;
    }

    .pagination > li > a, .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857;
        color: #333;
        text-decoration: none;
        background-color: #FFF;
        border: 1px solid #DDD;
    }

    .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;
        color: #FFF;
        cursor: default;
        background-color: #333;
        border-color: #333;
    }

    .pagination > li:first-child > a, .pagination > li:first-child > span {
        margin-left: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .pagination > li:last-child > a, .pagination > li:last-child > span {
        margin-right: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }


.btn-more {
    background: #878D84;
    color: #ffffff;
}

h4.modal-title {
    font-size: 20px;
}



ul.filter {
    display: inline-block;
    margin-bottom: 60px;
}


.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #000000;
    background: none;
}




.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #8d0053;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}




/* ------------------------ MODAL --------------------------------------------- */


.modal:not(.side-cart) .modal-header {
    background: #333;
}

.modal:not(.side-cart) .frame-wait {
    background: url(skn/iframe-loading.gif) 50% 50% no-repeat;
    border-color: transparent;
}



.popup-content {
    color: #ffffff;
    font-size: 16px;
}


    .popup-content .btn-primary, .popup-content .btn-primary:hover, .popup-content .btn-primary:focus {
        border-color: #ffffff;
        color: #ffffff;
        background: transparent;
    }

        .popup-content .btn-primary.disabled, .popup-content .btn-primary[disabled] {
            border-color: #ffffff;
            color: #ffffff;
            background: transparent;
        }

        .popup-content .btn-primary:hover {
            border-color: #8d0053;
            color: #8d0053;
            background: transparent;
        }


.modal:not(.side-cart) .modal-content {
    position: relative;
    background: #333;
    background-clip: padding-box;
    border: none;
    border-radius: 0px;
    outline: 0px none;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.5);
}


.modal:not(.side-cart) .modal-header h4 {
    color: #ffffff;
}

.modal:not(.side-cart) .modal-body {
    padding-bottom: 10px;
}

.modal:not(.side-cart) .modal-header .close {
    color: #fff;
    text-shadow: 0px 1px 0px #ffffff;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.9;
}

    .modal:not(.side-cart) .modal-header .close:hover, .modal:not(.side-cart) .modal-header .close:focus {
        color: #fff;
        text-shadow: 0px 1px 0px #ffffff;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
    }



.modal.popup-message-modal .modal-content {
    background: #333 none repeat scroll 0% 0%;
}
.modal.popup-message-modal .modal-content .modal-header {
    padding-left: 20px;
    padding-right: 20px;
    background: #333 none repeat scroll 0% 0%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color:#ffffff;
}
.modal.popup-message-modal .modal-content .modal-header .modal-title h4{
    color: #ffffff !important;
}
.modal.popup-message-modal .modal-dialog{
    border-radius: 4px;
    overflow:hidden;
}



.cart-layer-items-total-cost {
    margin-bottom: 10px;
    color: #fff;
    font-family: 'Century Gothic';
    font-size: 16px;
    font-weight: normal;
}

.cart-layer-item-quantity .form-control {
    display: inline-block;
}

.slick-list {
    width: 100%;
}

button.slick-next {
    background: url(skn/arrow_down.png) 50% 50% no-repeat;
    width: 44px;
    height: 20px;
    font-size: 0px;
    border: none;
    position: absolute;
    left: 35%;
    bottom: 12px;
    top: initial;
}

button.slick-prev {
    background: url(skn/arrow_up.png) 50% 50% no-repeat;
    width: 44px;
    height: 20px;
    font-size: 0px;
    border: none;
    position: absolute;
    left: 35%;
    top: 15px;
    bottom: initial;
}



.modal .btn-primary {
    border-color: #ffffff;
    color: #ffffff;
    background: none;
    cursor: pointer;
    border-radius: 0px;
    color: #ffffff;
    font-size: 16px;
}

    .modal .btn-primary:hover, .modal .btn-primary:focus {
        border: 1px solid #878d84;
        background: #878d84;
        color: #000000;
        font-size: 16px;
    }

.cart-layer * {
    font-family: 'Century Gothic';
}

.cart-layer-item-code {
    color: #8d0053;
    font-style: italic;
}

.cart-layer-item-vat {
    color: #7B7B7B;
}

.cart-layer-item-title {
    font-size: 18px;
    text-decoration: none;
    display: block;
    /*border-bottom:2px solid #ffffff;*/
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: normal;
    font-family: 'Futura Heavy';
}


.modal .close {
    color: #fff;
    text-shadow: 0px 1px 0px #ffffff;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.9;
}

    .modal .close:hover, .modal .close:focus {
        color: #fff;
        text-shadow: 0px 1px 0px #ffffff;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
    }

.cart-layer-item {
    padding-bottom: 10px;
    padding-top: 8px;
}



.shipping-billing-info .form-control {
    max-width: 400px;
}

 .product-out-of-stock{
     color:#cc0000;
    
 }


.product-content-price, .product-content-price .product_discounted_amount_2, .product-content-price .product_discounted_amount, .product-content-price .product_amount, .product-content-price .price-text {
    font-size: 20px;
	font-weight:600;
}
.product-content-price .product_amount{
	 color: #cc0000;
 }.product-content-price .product_amount_2{
	 color: #000000;
 }

.product_discounted_amount {
    
    color: #000000;
	text-decoration:line-through;
}
 .popup-content .product_discounted_amount {
    
    color: #fff;
	text-decoration:line-through;
}

.product_attibute, .product_attibute_value, .product-content, .product-content span, .product_feature_title {
    font-size: 16px;
}

.product-content-price .vat-text {
    color: #8d0053;
    font-size: 14px;
	font-weight:400;
}

.option-out-of-stock,.option-out-of-stock:hover,.option-out-of-stock:focus{
    background:#ededed;
    color:#333;
    cursor: not-allowed !important;
}

.mandatory{
	color:#333;
}
.product-content * {
    /*font-family: 'Futura Book';*/
    font-family: 'Futura Book';
}

.product_features td {
    vertical-align: middle;
}

h1.product-title {
    font-family: 'Futura Std Book';
    font-size: 40px;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    color: #000000;
    border-bottom: 2px solid #000000;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.modal h1.product-title {
    font-family: 'Futura Std Book';
    font-size: 40px;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.parallax-window {
    min-height: 600px;
    background: transparent;
}

.parallax-area, .parallax-block-area {
    min-height: 600px;
    background: transparent;
}


@media (min-width:1600px) {
    .parallax-area, .parallax-block-area {
        height: 500px;
    }
}

@media (min-width:1920px) {
    .parallax-area, .parallax-block-area, .parallax-block-area {
        height: 600px;
    }
}

@media (max-width:1200px) {
    .parallax-area {
        height: 300px;
    }
}


.parallax-block-area {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

@media (max-width:767px) {
    .parallax-area, .parallax-block-area {
        height: 200px;
    }

    .parallax-block-area {
        background-attachment: scroll !important;
    }
}



.cat-path {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
    color: #555;
    width: 100%;
}

    .cat-path li {
        list-style: none;
        display: inline-block;
    }


    .cat-path, .cat-path span, .cat-path a, .cat-path a:hover {
        font-weight: normal;
        font-family: 'Century Gothic';
        font-size: 16px;
        color: #555;
    }

        .cat-path i {
            font-size: 20px;
            color: #555;
        }

        .cat-path span.here a, .cat-path span.here a:hover, .cat-path .here {
            text-decoration: underline;
        }


.path {
    text-align: center;
    margin-top: 20px;
    color: #555;
}

    .path, .path span, .path a, .path a:hover {
        font-weight: normal;
        font-family: 'Century Gothic';
        font-size: 16px;
        color: #555;
    }

        .path i {
            font-size: 20px;
            margin-left: 5px;
            margin-right: 5px;
            color: #555;
        }

        .path span.here a, .path span.here a:hover {
            text-decoration: underline;
        }

@media (min-width:768px) {
    .inline-cart {
        position: absolute;
        right: 30px;
        top: 50px;
        z-index: 12;
        background: url(skn/menu-bg.png) repeat;
        padding: 5px;
        font-size: 14px;
        font-weight: 600;
        color: #ffffff;
    }

        .inline-cart span, .inline-cart a, .inline-cart a:hover {
            font-size: 14px;
            font-weight: 600;
            color: #ffffff;
        }

            .inline-cart a.btn, .inline-cart a.btn:hover {
                font-size: 14px;
                font-weight: 600;
                color: #ffffff;
            }
}

@media (max-width:767px) {
    .inline-cart {
        position: absolute;
        right: 15px;
        top: 0px;
        z-index: 32;
        background: none;
        padding: 10px;
        font-size: 16px;
        font-weight: 400;
        color: #ffffff;
    }

        .inline-cart span, .inline-cart a, .inline-cart a:hover {
            font-size: 16px;
            font-weight: 400;
            color: #ffffff;
        }

            .inline-cart a.btn, .inline-cart a.btn:hover {
                font-size: 16px;
                font-weight: 400;
                color: #ffffff;
            }
}

#back-top {
    position: fixed;
    bottom: 30px;
    right: 10px;
}

.home-container {
    padding-bottom: 300px;
}

.about {
    position: absolute;
    right: 60px;
    top: 15px;
}

@media (max-width:1580px) {
    .about {
        position: absolute;
        right: 0px;
        top: 0px;
    }
}

.edit-actions {
    position: fixed;
    bottom: 30px;
    left: 20px;
}

    .edit-actions .btn {
        margin-right: 5px;
    }

@media (max-width:768px) {
    .about {
        position: absolute;
        right: 20px;
        top: 0px;
    }

    #back-top {
        position: fixed;
        bottom: 30px;
        right: 20px;
    }

    .home-container {
        padding-bottom: 150px;
    }
}

.extra-step-message {
    color: #ffffff;
    padding-bottom: 30px;
}

    .extra-step-message a, .extra-step-message a:hover, .extra-step-message a:focus {
        color: #8d0053;
    }

.banks img {
    display: inline-block;
}
.alert{
    border-radius:0px;
}
.alert.alert-default {
    background: #ededed;
    border: 1px solid #cccccc;
}

.alert.alert-info {
    /*background-color: #eef6fc;
    border-color: #d8ebf8;*/
    color: #5d6359;
    background: #bdc9b5;
    border: 1px solid #939c8c;
}






.dropdown-search .form-control, .dropdown-search .btn {
    height: 34px !important;
}


.bone-context-menu, .bone-context-menu:hover, .bone-context-menu:focus {
    color: #000000;
    border-bottom: 1px dashed #000000;
}



h4.product-header {
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    color: #333;
}


.dropdown-menu > a:hover, .dropdown-menu > a:focus {
    color: #ffffff !important;
    text-decoration: none;
    outline: 0;
    background-color: #555 !important;
}

.dropdown-menu > .active > a {
    color: #333;
    text-decoration: none;
    outline: 0;
    background-color: #8d0053;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        text-decoration: none;
        color: #ffffff;
        background-color: #555;
    }

.dropdown-menu {
    border-radius: 0px;
}






.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;
    color: #333;
    font-size: 18px;
    margin-bottom: 20px;
}

.panel-heading .panel-title {
    color: #333;
    font-size: 18px;
    font-weight: 300;
}



.product-code {
    font-weight: 600;
}

.popup-content a, .popup-content a:hover {
    color: #ffffff;
}



.bootbox-body {
    color: #ffffff;
}



img.option-image {
    max-width: 68px !important;
}

.product-options-control .form-control {
    max-width: 200px;
}

.product-options-control label {
    font-weight: 500;
}

ul.option-thumbnails li.option-thumb.disabled img {
    opacity: 1;
    cursor: not-allowed;
}

.mandatory {
    display: inline-block !important;
}

.checkout-form h3 {
    margin-bottom: 25px;
}


.select2-results__option {
    font-size:14px !important;
}

.product-options-control select option{
    cursor:pointer;
}
.product-options-control select option:disabled {
    background:#ededed;
    cursor:default;
    color:#bbb;
    
}


.container .container{
    max-width:100% !important;
    width:100% !important;
}


.tile-options .product-options-control label  {
    font-weight: bold !important;
}
.tile-options .product-options-control select {
   width:100%;
   max-width:100%;
}

.panel-heading .panel-title a{
    font-size:24px;
    font-weight:500;
    color:#333;
    text-decoration:none;
}

.btn-xl, .btn-xl:hover, .btn-xl:focus{
    padding: 10px 15px;
    font-size: 20px !important;
}
.order-line-tile-table td.order-line-tile-info{
    font-size:16px;
}


.coupon-area{
	background:rgba(125,125,125,0.8);
	color:#8d0053;
	border:1px solid #333;
}
.body-cart .well{
	background:rgba(125,125,125,0.8);
	color:#8d0053;
	border:1px solid #333;
}
.body-cart .well a,.body-cart .well a:hover,.body-cart .well a:focus{
	color:#8d0053;
	font-size:20px;
}

.coupon-area a,.coupon-area a:hover,.coupon-area a:focus{
	color:#8d0053;
	font-size:20px;
}


.hidden-link{
	display:none;
}



.btn.btn-option {
    width: 80px;
	height:80px;
	line-height:80px;
    border-radius: 50%;
	padding:0px;
	text-align:center;

    background: #282828;
    border: 1px solid #282828;
    color: #ffffff;
}	


.form-group.options-type-buttons label{
	margin-right:10px;
}



    .btn.btn-option.active {
    width: 80px;
	height:80px;
	line-height:80px;
    border-radius: 50%;
	padding:0px;
	text-align:center;

       background: #282828;
        border: 1px solid #282828;
        color: #ec008c;text-align:center;
    }

    .btn.btn-option.disabled {

   width: 80px;
	height:80px;
	line-height:80px;
    border-radius: 50%;
	padding:0px;
	text-align:center;

        background: #ccc;
        border: 1px solid #ccc;
        position: relative;
        color: #000;text-align:center;
        overflow: hidden;
    }
    .btn.btn-option.disabled:before, .btn.btn-option.disabled:after {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: -20%;
            content: ' ';
            height: 1px;
            width: 140%;
            background-color: #8d0053;
            z-index: -1;
            opacity: 1;
            transform: scale(2);
        }
       
        .btn.btn-option.disabled:before {
            transform: rotate(35deg);
        }

        .btn.btn-option.disabled:after {
            transform: rotate(-35deg);
        }
        .jscroll-inner 
        { 
            overflow: hidden;
        }

        .espa-wrapper {
            background: rgba(0,0,0,0.5);
            width: 100%;
            position: fixed;
            bottom: 0px;
            left: 0px;
            text-align: center;
            padding: 10px;
            z-index:10;
        }
        
            .espa-wrapper img {
                display: inline-block;
                max-height: 60px;
            }
			
			.font-gray{color:#333;}