body, header, span, p, a, td {
    font-family: 'Noto Serif', serif;
    font-size: 14px;
    color: #2c2c2c;
}

    a, a:hover, a:focus {
        color: #727045;
    }

h1, h2, h3, h4, h5 {
    color: #d1bd80;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

hr {
    border-color: #d1bd80;
}

body {
    overflow-x: hidden;
}

.top-area {
    color: #333;
    font-weight: 500;
    background: none;
}

    .top-area.follow, .top-area.follow2 {
        background: rgba(255,255,255,0.9);
        box-shadow: 0px 1px 5px rgba(0,0,0,0.20);
    }

    .top-area.follow2 {
        background: rgba(255,255,255,1);
    }



#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}

    #search.open {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        -moz-transform: translate(0px, 0px) scale(1, 1);
        -o-transform: translate(0px, 0px) scale(1, 1);
        -ms-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
        opacity: 1;
    }

    #search input[type="search"] {
        position: absolute;
        top: 50%;
        width: 100%;
        color: rgb(255, 255, 255);
        background: rgba(0, 0, 0, 0);
        font-size: 60px;
        font-weight: 300;
        text-align: center;
        border: 0px;
        margin: 0px auto;
        margin-top: -51px;
        padding-left: 30px;
        padding-right: 30px;
        outline: none;
    }

@media (max-width:768px) {

    #search input[type="search"] {
        font-size: 25px;
        font-weight: 300;
        margin-top: -21px;
    }
}

#search .btn, #search .btn:hover, #search .btn:focus {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    color: #000;
    background-color: #fff;
    border-color: #fff;
    font-size: 16px;
    padding: 10px;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #000;
    background-color: #fff;
    border-color: #fff;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}

@media (min-width:768px) {
    body.inner-body {
        padding-top: 65px;
    }

    .top-area .navbar-default {
        background: none;
        margin: 0px;
        position: relative;
        min-height: 50px;
        border: none;
        border-radius: 0px;
        margin-top: 10px;
    }

    .top-area {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 5;
        padding-top: 10px;
        padding-bottom: 10px;
        -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-area.follow {
            padding-top: 0px;
            padding-bottom: 0px;
        }

        .top-area.follow2 {
            padding-top: 10px;
            padding-bottom: 10px;
        }

    top-area.follow .navbar-default {
        margin-top: 0px;
    }

    .top-area.follow2 .navbar-default {
        margin-top: 5px;
    }

    .top-area .logo {
        background: url(skn/logo-black.png) 50% 50% no-repeat;
        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;
        height: 70px;
    }

    .top-area.follow .logo, .top-area.follow2 .logo {
        background: url(skn/logo-gold.png) 50% 50% no-repeat;
        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;
        height: 70px;
    }

    .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: #333;
        background: none;
        font-weight: 500;
        font-size: 20px;
        font-weight: 400;
    }
 .top-area .nav .dropdown:hover .dropdown-menu {
        display: block;
    }
        .top-area .navbar-default .navbar-nav > li > a:hover, .top-area .navbar-default .navbar-nav > li > a:focus {
            color: #d1bd80;
            background: none;
            font-weight: 500;
            font-size: 20px;
            font-weight: 400;
        }

    .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media (max-width:767px) {
    .top-area .navbar-default {
        background: none;
        margin: 0px;
        position: relative;
        min-height: 50px;
        border: none;
        border-radius: 0px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #333;
    }

    .navbar-default .navbar-brand, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
        color: #333;
        background-color: transparent;
    }

    .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: #333;
    }

        .top-area .navbar-default .navbar-nav > li > a:hover, .top-area .navbar-default .navbar-nav > li > a:focus {
            color: #d1bd80;
        }
}


.content-area {
    background: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 300px;
}

.footer-area {
    padding-top: 40px;
    padding-bottom: 20px;
    background: #2c2c2c;
}

.about-area {
    padding-top: 10px;
    padding-bottom: 20px;
    background: #2c2c2c;
}

    .about-area, .about-area a, .about-area a:hover, .about-area a:focus {
        color: #ffffff;
        font-size: 14px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 300;
    }

        .about-area a, .about-area a:hover, .about-area a:focus {
            color: #d1bd80;
            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;
}



.parallax-window {
    min-height: 450px;
    background: transparent;
}

.contact-form h3 {
    font-size: 20px;
    color: #d1bd80;
    border-bottom: 2px solid #d1bd80;
    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-primary {
    color: #FFF;
    background-color: #000;
    border-color: #000;
    border-radius: 0px;
}

    .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: #000;
        border-color: #000;
        border-radius: 0px;
    }

    .btn-primary:hover, .btn-primary:focus {
        color: #fff;
        background-color: #000;
        border-color: #000;
        border-radius: 0px;
    }


    
.btn-link {
    color: #333;
    background-color: #d1bd80;
    border-color: #d1bd80;
    border-radius: 0px;
}

    .btn-link.disabled, .btn-link[disabled], fieldset[disabled] .btn-link, .btn-link.disabled:hover, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link.disabled:focus, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus, .btn-link.disabled:active, .btn-link[disabled]:active, fieldset[disabled] .btn-link:active, .btn-link.disabled.active, .btn-link.active[disabled], fieldset[disabled] .btn-link.active {
        color: #333;
        background-color: #d1bd80;
        border-color: #d1bd80;
        border-radius: 0px;
    }

    .btn-link:hover, .btn-link:focus {
        color: #333;
        background-color: rgba(209,189,128,0.85);
        border-color:rgba(209,189,128,0.85);
        border-radius: 0px;
    }



.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-image: url(skn/IMG_1028713.png);
    background-size: 100%;
    background-position: 50% 50%;
    background-attachment: fixed;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

    .page-title-area h1 {
        color: #2c2c2c;
        position: relative;
        font-size: 42px;
        font-weight: 300;
        border-bottom: 1px solid #d1bd80;
        padding-bottom: 7px;
        display: inline-block;
        font-family: 'Roboto Condensed', sans-serif;
    }

    .page-title-area div.text-center {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 17px;
    }

        .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: 17px;
            color: #d1bd80;
        }


.form-control {
    border-radius: 0px;
}

.btn-info {
    color: #d1bd80;
    background-color: #FFF;
    border-color: #fff;
    border-radius: 0px;
    border-width: 2px;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
}

    .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: #d1bd80;
        background-color: #FFF;
        border-color: #FFF;
        border-radius: 0px;
        border-width: 2px;
        font-weight: 400;
        font-family: 'Roboto Condensed', sans-serif;
    }

    .btn-info:hover, .btn-info:focus {
        color: #d1bd80;
        background-color: #FFFFFF;
        border-color: #fff;
        border-radius: 0px;
        border-width: 2px;
        font-weight: 400;
        font-family: 'Roboto Condensed', sans-serif;
    }

.btn-info-alt {
    color: #000;
    background-color: transparent;
    border-color: #000;
    border-radius: 0px;
    border-width: 2px;
    font-weight: 400;
}

    .btn-info-alt.disabled, .btn-info-alt[disabled], fieldset[disabled] .btn-info-alt, .btn-info-alt.disabled:hover, .btn-info-alt[disabled]:hover, fieldset[disabled] .btn-info-alt:hover, .btn-info-alt.disabled:focus, .btn-info-alt[disabled]:focus, fieldset[disabled] .btn-info-alt:focus, .btn-info-alt.disabled:active, .btn-info-alt[disabled]:active, fieldset[disabled] .btn-info-alt:active, .btn-info-alt.disabled.active, .btn-info-alt.active[disabled], fieldset[disabled] .btn-info-alt.active {
        color: #000;
        background-color: transparent;
        border-color: #000;
        border-radius: 0px;
        border-width: 2px;
        font-weight: 400;
    }

    .btn-info-alt:hover, .btn-info-alt:focus {
        color: #000;
        background-color: transparent;
        border-color: #000;
        border-radius: 0px;
        border-width: 2px;
        font-weight: 400;
    }

.product-details {
    text-align: left;
}

    .product-details a.product-title, .product-details a.product-title:hover, .product-details a.product-title:focus {
        font-size: 20px;
        font-weight: 400;
        display: inline-block;
        margin-top: 3px;
        text-decoration: none;
        font-family: 'Roboto Condensed', sans-serif;
    }
     .product-details .product-code {
        font-size: 16px;
        font-weight: 500;
        display: block;       
        text-decoration: none;
        font-family: 'Roboto Condensed', sans-serif;
        color:#333333;
    }

     .inner-product-code{
         font-size: 18px !important;
        font-weight: 500;
        display: block;       
        text-decoration: none;
        color:#727045;
        margin-bottom:10px;
     }
    .product-details p {
        font-size: 14px;
        text-align: justify;
        color: #d1bd80;
    }

.product-thumb {
    overflow: hidden;
    -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);
}

    .product-thumb img {
        -webkit-transition: all 600ms ease-in;
        -webkit-transform: scale(1);
        -ms-transition: all 600ms ease-in;
        -ms-transform: scale(1);
        -moz-transition: all 600ms ease-in;
        -moz-transform: scale(1);
        transition: all 600ms ease-in;
        transform: scale(1);
    }

    .product-thumb:hover img {
        -webkit-transition: all 600ms ease-in;
        -webkit-transform: scale(1.15);
        -ms-transition: all 600ms ease-in;
        -ms-transform: scale(1.15);
        -moz-transition: all 600ms ease-in;
        -moz-transform: scale(1.15);
        transition: all 600ms ease-in;
        transform: scale(1.15);
    }

.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;
}




/*#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;
    }
}




.mason-container {
    width: 100%;
    margin-bottom: 100px;
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
}

    .mason-container:after {
        content: '';
        display: block;
        clear: both;
    }


.mason-box-inner {
    -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);
    overflow: hidden;
    width:100%;
}

.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;
}

.mason-box a {
    display: block;
    padding: 0px;
    margin: 0px;
}

.slick-prev {
    background: #d1bd80;
    cursor: pointer;
    position: absolute;
    left: 40%;
    top: -30px;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 18px;
    display: inline-block;
}

.slick-next {
    background: #d1bd80;
    position: absolute;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 18px;
    left: 40%;
    bottom: -30px;
    display: inline-block;
    cursor: pointer;
}


.mason-box div.mason-box-image, .mason-box div.mason-box-image .img-hoverlay, .mason-box div.mason-box-image .img-normal {
    overflow: hidden;
   
}



    .mason-box div.mason-box-image .img-normal {
       width:100%;
        display:block;
    }
    .mason-box div.mason-box-image .img-normal img {
        background-size: cover;
        background-position: 50% 50%;
        position: relative;
        width:100%;
    }


.mason-box:hover div.mason-box-image .img-normal img {
    -webkit-transition: all 600ms ease-in;
    -webkit-transform: scale(1.15);
    -ms-transition: all 600ms ease-in;
    -ms-transform: scale(1.15);
    -moz-transition: all 600ms ease-in;
    -moz-transform: scale(1.15);
    transition: all 600ms ease-in;
    transform: scale(1.15);
    
}


.mason-box .img-hoverlay img {
    background: rgba(0,0,0,0.5);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    width:100%;
    
}

.mason-box:hover .img-hoverlay {
    padding: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    width:100%;
}

    .mason-box:hover .img-hoverlay img {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        opacity: 1;
    }

.mason-box .mason-title {
    position: absolute;
    /*top: 50%;
    transform: translateY(-50%);*/
    bottom: 30px;
    text-align: center;
    width: 100%;
    display: block;
    z-index: 2;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}

.mason-box span {
    color: #000;
    font-size: 20px;
    text-align: center;
    padding: 7px;
    border-radius: 0px;
    background: rgba(210,190,131,0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}

.mason-box:hover span {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    color: #ffffff;
}

.mason-box {
    float: left;
    display: inline-block;
    width: 25%;
    overflow: hidden;
    padding: 10px;
}

.mason-sizer {
    width: 25%;
}

@media(min-width:768px) {


    .mason-w-1 {
        width: 25%;
    }

    .mason-w-2 {
        width: 50%;
    }

    .mason-w-3 {
        width: 75%;
    }

    .mason-w-4 {
        width: 100%;
    }

    /* images */
    .mason-box img {
        height: 260px;
        width: 100%;
    }

    .mason-h-1 img {
        height: 260px;
        width: 100%;
    }

    .mason-h-2 img {
        height: 520px;
        width: 100%;
    }

    .mason-h-3 img {
        height: 780px;
        width: 100%;
    }

    .mason-h-4 img {
        height: 1040px;
        width: 100%;
    }


    /* inner */
    
    .mason-box .mason-box-inner {
        height: 260px;
        width:100%;
    }

    .mason-h-1 .mason-box-inner {
        height: 260px;
    }

    .mason-h-2 .mason-box-inner {
        height: 520px;
    }

    .mason-h-3 .mason-box-inner {
        height: 780px;
    }

    .mason-h-4 .mason-box-inner {
        height: 1040px;
    }
}

@media(max-width:767px) {
    .mason-sizer {
        width: 100%;
    }

    .mason-box {
        width: 100%;
        height: 190px;
    }

        .mason-box img {
            width: 100%;
            height: 190px;
        }
}

.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(209,189,128,0.85);
    padding: 10px;
    width: 60px;
    text-align: center;
    cursor: pointer;
}

    .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: #d1bd80;
}

.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;
}
 


.parallax-area {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 60px;
    padding-right: 60px;
    background: url(skn/parallax2.jpg) 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
}

    .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;
}


@media (max-width:1200px) {

    .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;
    }

    .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: #333;
        background: none;
        font-weight: 500;
        font-size: 18px;
        font-weight: 400;
        padding-left: 7px;
        padding-right: 7px;
    }

    .moto {
        font-size: 22px;
        font-style: italic;
        line-height: 40px;
    }
}

@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;
    }

    .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: #333;
        background: none;
        font-weight: 500;
        font-size: 16px;
        font-weight: 400;
        padding-left: 3px;
        padding-right: 5px;
    }

    .moto {
        font-size: 20px;
        font-style: italic;
        line-height: 40px;
    }
}

@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;
        background: rgba(209,189,128,0.85);
        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 {
        padding-left:20px;
        padding-right:20px;
    }
    .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;
    }
}


.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: 100px;
    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 #333;
            background: #333;
            width: 10px;
            height: 10px;
            padding: 0px;
            cursor: pointer;
            color: transparent;
        }

        .slick-dots li.slick-active button {
            border: 1px solid #d1bd80;
            background: #d1bd80;
        }

.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 #d1bd80;
    padding-bottom: 20px;
}

button.tab-button, button.tab-button:hover, button.tab-button:focus, button.tab-button:visited {
    font-size: 32px;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
    color: #333;
    background: none;
    border: none;
    cursor: pointer;
}

    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: #d1bd80;
    }

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: 3px 6px;
        color: #ffffff;
        margin-bottom: 7px;
        margin-right: 5px;
	display:inline-block;
    }


    .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: #d1bd80;
    border-color: #d1bd80;
}

    .pagination>li>a, .pagination>li>span {
   
    color: #333;
    
}


.modal-window-content,.modal-window-content p,.modal-window-content div,.modal-window-content span,.modal-window-content a,.modal-window-content a:hover,.modal-window-content a:focus{
    font-size:14px;
    font-weight:600;
}
.tab-content,.tab-content p,.tab-content div,.tab-content span,.tab-content a,.tab-content a:hover,.tab-content a:focus{
    font-size:14px;
    font-weight:600;
}


a.btn-path,a.btn-path:hover,a.btn-path:focus,a.btn-path:visited,a.btn-path span {
    font-size:16px !important;
    font-family: 'Noto Serif', serif  !important;
    background:none !important;
    border:none !important;
    box-shadow:none !important;
   
}
a.btn-path,a.btn-path:hover,a.btn-path:focus,a.btn-path:visited{
    color:rgba(209,189,128,0.85) !important; 
}

a.btn-path:hover,a.btn-path:focus,a.btn-path:visited{
    text-decoration:underline !important;
}





/* Tag cloud */

#cloud-section {
    background: #000000;
}

.cloud-area {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media all and (max-width:768px) {
    #cloud-section {
        display: none;
    }
}

#tags ul {
    margin: 1em 0;
    padding: .5em 10px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

#tags li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}

#tags li {
    text-decoration: none;
    color: #303030;
    padding: 0 2px;
}

    #tags li a:hover {
        color: #303030;
    }

.tag10 {
    font-size: 140%;
}

.tag9 {
    font-size: 120%;
}

.tag8 {
    font-size: 130%;
}

.tag7 {
    font-size: 110%;
}

.tag6 {
    font-size: 90%;
}

.tag5 {
    font-size: 80%;
}

.tag4 {
    font-size: 85%;
}

.tag3 {
    font-size: 80%;
}

.tag2 {
    font-size: 80%;
}

.tag1 {
    font-size: 100%;
}

#tags .alt {
    text-align: left;
    padding: 0;
    background: none;
}

    #tags .alt li {
        padding: 2px 10px;
        display: block;
    }

#tags .tag10 {
    color: #828282;
}

#tags .tag9 {
    color: #4a4a4a;
}

#tags .tag8 {
    color: #737373;
}

#tags .tag7 {
    color: #8d8d8d;
}

#tags .tag6 {
    color: #b0b0b0;
}

#tags .tag5 {
    color: #b4b4b4;
}

#tags .tag4 {
    color: #b0b0b0;
}

#tags .tag3 {
    color: #828282;
}

#tags .tag2 {
    color: #b0b0b0;
}

#tags .tag1 {
    color: #747474;
}