@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

#mdl-header {
    display: table;
    background: -webkit-linear-gradient(top,#35290f,rgba(74,58,23,0));
    background: linear-gradient(180deg,#35290f,rgba(74,58,23,0));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 10px;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

    #mdl-header.fixed {
        position: fixed;
        width: 100%;
        background: rgba(53,41,15,.9);
        left: 0;
        top: 0;
        box-shadow: 0 0 10px 1px #dc9a1f;
    }

        #mdl-header.fixed .logo {
            margin-top: 0;
            display: none;
        }

            #mdl-header.fixed .logo img.img-logo {
                width: 60px;
            }

            #mdl-header.fixed .logo img.img-sologan {
                display: none;
            }

        #mdl-header.fixed .logo-small {
            display: block;
            width: 220px;
            margin-left: 30px;
        }

        #mdl-header.fixed .menu {
            margin-top: 20px;
        }

            #mdl-header.fixed .menu ul a {
                font-size: 15px;
            }

    #mdl-header .wrap-logo {
        float: left;
    }

    #mdl-header .logo {
        display: block;
        width: 210px;
        -webkit-transition: margin-top .6s ease;
        transition: margin-top .6s ease;
    }

        #mdl-header .logo canvas {
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }

        #mdl-header .logo img {
            display: block;
            margin: 0 auto;
        }

        #mdl-header .logo-small, #mdl-header .logo img {
            -webkit-transition: all .6s ease;
            transition: all .6s ease;
        }

    #mdl-header .icon-closeMenu, #mdl-header .icon-menu, #mdl-header .logo-small {
        display: none;
    }

    #mdl-header .menu {
        float: right;
        margin-top: 55px;
        text-align: right;
    }

        #mdl-header .menu ul {
            margin-bottom: 0;
        }

            #mdl-header .menu ul li {
                text-transform: uppercase;
                padding-right: 10px;
            }

                #mdl-header .menu ul li.active a {
                    border-bottom: 4px solid #f7921e;
                }

                    #mdl-header .menu ul li.active a:before, #mdl-header .menu ul li.element-sub a:before {
                        content: none;
                    }

                #mdl-header .menu ul li.element-sub:hover .menu-sub {
                    visibility: visible;
                    opacity: 1;
                    -webkit-transform: translateY(4px);
                    transform: translateY(4px);
                    -webkit-transition: .3s;
                    transition: .3s;
                }

                #mdl-header .menu ul li.element-sub:hover .text-elementSub:before {
                    content: none;
                }

                #mdl-header .menu ul li.element-sub:hover .text-elementSub .glyphicon {
                    color: #f7921e;
                }

            #mdl-header .menu ul a {
                text-decoration: none;
                color: #fff;
                font-size: 17px;
                font-family: OpenSans-Semibold;
                position: relative;
                padding-bottom: 5px;
                -webkit-transition: font-size .6s ease;
                transition: font-size .6s ease;
            }

                #mdl-header .menu ul a:before {
                    content: "";
                    position: absolute;
                    z-index: -1;
                    left: 50%;
                    right: 50%;
                    width: 0;
                    bottom: -4px;
                    background: #f7921e;
                    height: 4px;
                    -webkit-transition-property: left,right;
                    transition-property: left,right;
                    -webkit-transition-duration: .3s;
                    transition-duration: .3s;
                    -webkit-transition-timing-function: ease-out;
                    transition-timing-function: ease-out;
                }

                #mdl-header .menu ul a:hover:before {
                    right: 0;
                    left: 0;
                    width: auto;
                }

                #mdl-header .menu ul a .glyphicon {
                    font-size: 13px;
                    margin-left: 4px;
                }

        #mdl-header .menu .menu-sub {
            visibility: hidden;
            opacity: 0;
            position: absolute;
            background: #614d23;
            -webkit-transform: translateY(20px);
            transform: translateY(20px);
            text-align: left;
            padding: 8px;
        }

            #mdl-header .menu .menu-sub li {
                padding: 0 !important;
            }

            #mdl-header .menu .menu-sub a {
                display: block;
                font-size: 16px;
                padding: 7px 18px;
                color: #fff;
            }

                #mdl-header .menu .menu-sub a:hover {
                    color: #f7921e;
                }

@media only screen and (max-width:991px) {
    #mdl-header.fixed .logo {
        margin-top: 0;
    }

        #mdl-header.fixed .logo img.img-logo {
            width: 50px;
        }

    #mdl-header.fixed .logo-small {
        width: 170px;
    }

    #mdl-header.fixed .icon-menu {
        top: 25px;
    }

    #mdl-header.fixed .menu {
        margin-top: 0;
    }

        #mdl-header.fixed .menu ul a {
            font-size: 14px;
        }

    #mdl-header .logo {
        width: 150px;
    }

    #mdl-header .icon-menu {
        display: block;
        position: absolute;
        right: 30px;
        top: 32px;
    }

    #mdl-header .menu {
        margin-top: 0;
        float: none;
        display: block;
        right: -280px;
        position: fixed;
        width: 280px;
        top: 0;
        background: #35290f;
        height: 100%;
        padding: 40px 10px 20px 30px;
        border-left: 1px solid #fff;
    }

        #mdl-header .menu ul {
            height: 100%;
        }

            #mdl-header .menu ul li {
                display: block;
                text-align: left;
                margin-bottom: 20px;
                padding-right: 0;
            }

                #mdl-header .menu ul li.active a {
                    border-bottom: 2px solid #f7921e;
                }

            #mdl-header .menu ul a {
                font-size: 14px;
            }

                #mdl-header .menu ul a:before {
                    content: none;
                }

        #mdl-header .menu .icon-closeMenu {
            display: block;
            position: absolute;
            right: 15px;
            top: 15px;
            width: 25px;
            z-index: 1;
        }

        #mdl-header .menu .menu-sub {
            position: static;
            visibility: visible;
            opacity: 1;
            background: none;
            padding: 0;
            -webkit-transform: translate(0);
            transform: translate(0);
            display: none;
        }

            #mdl-header .menu .menu-sub li {
                margin-bottom: 0;
            }

            #mdl-header .menu .menu-sub a {
                font-size: 14px;
            }

        #mdl-header .menu .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
            background: #fff !important;
        }

        #mdl-header .menu .mCSB_scrollTools .mCSB_draggerRail {
            background: #f7921e;
            width: 4px;
        }

        #mdl-header .menu .mCSB_inside > .mCSB_container {
            margin-right: 0;
        }
}

@media only screen and (max-width:767px) {
    #mdl-header.fixed .icon-menu {
        top: 22px;
    }

    #mdl-header.fixed .logo-small {
        width: 150px;
    }

    #mdl-header .icon-menu {
        top: 25px;
        right: 18px;
    }

    #mdl-header .logo {
        width: 120px;
        margin-left: 5px;
    }
}

#mdl-banner {
    position: relative;
}

    #mdl-banner.mdl-detail {
        height: 350px;
        border-bottom: 5px solid #ccc;
    }

    #mdl-banner:hover .slick-prev {
        left: 20px;
        opacity: 1;
    }

    #mdl-banner:hover .slick-next {
        right: 20px;
        opacity: 1;
    }

    #mdl-banner .image-slide {
        height: 100%;
        outline: none;
    }

        #mdl-banner .image-slide:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,.2);
            z-index: 1;
        }

    #mdl-banner .wrap-textSlide {
        position: absolute;
        top: 50%;
        left: 50px;
        -webkit-transform: translate(50px,-50%);
        transform: translate(50px,-50%);
        z-index: 4;
        min-width: 400px;
        height: 100px;
    }

        #mdl-banner .wrap-textSlide .name {
            font-size: 22px;
            padding: 9px 18px;
            text-transform: uppercase;
            background: hsla(0,0%,100%,.83);
            color: #ff9500;
            position: absolute;
            top: 0;
            -webkit-transition: opacity .3s,-webkit-transform .3s;
            transition: opacity .3s,-webkit-transform .3s;
            transition: transform .3s,opacity .3s;
            transition: transform .3s,opacity .3s,-webkit-transform .3s;
        }

            #mdl-banner .wrap-textSlide .name.animation-name {
                -webkit-transform: translate(0);
                transform: translate(0);
                opacity: 1;
            }

        #mdl-banner .wrap-textSlide .info {
            background: rgba(228,146,30,.83);
            color: #fff;
            font-size: 16px;
            display: table;
            padding: 8px 17px;
            position: absolute;
            top: 60px;
        }

    #mdl-banner .slick-list, #mdl-banner .slick-track {
        height: 100%;
    }

    #mdl-banner .slick-arrow {
        width: 63px;
        height: 63px;
        outline: none;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 100;
        border: none;
        -webkit-transition: .3s;
        transition: .3s;
        opacity: 0;
    }

    #mdl-banner .slick-prev {
        left: 0;
        background: rgba(229,147,31,.4) url(../images/arrow-prev.png) no-repeat 50%;
    }

        #mdl-banner .slick-prev:hover {
            background-color: rgba(229,147,31,.6);
        }

    #mdl-banner .slick-next {
        right: 0;
        background: rgba(229,147,31,.4) url(../images/arrow-next.png) no-repeat 50%;
    }

        #mdl-banner .slick-next:hover {
            background-color: rgba(229,147,31,.6);
        }

    #mdl-banner .slick-dots {
        position: absolute;
        bottom: 30px;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        z-index: 10;
    }

        #mdl-banner .slick-dots li {
            display: inline-block;
            margin-right: 10px;
        }

            #mdl-banner .slick-dots li.slick-active button {
                background: #e4921e;
            }

            #mdl-banner .slick-dots li button {
                border: none;
                width: 55px;
                height: 6px;
                outline: none;
                background: hsla(0,0%,100%,.8);
            }

@media only screen and (max-width:991px) {
    #mdl-banner .slick-arrow {
        width: 50px;
        height: 50px;
        background-size: 15px !important;
    }

    #mdl-banner .slick-dots li button {
        width: 45px;
        height: 5px;
    }
}

@media only screen and (max-width:767px) {
    #mdl-banner .slick-arrow {
        width: 40px;
        height: 40px;
        background-size: 10px;
    }

    #mdl-banner .slick-dots {
        width: 100%;
        text-align: center;
    }

        #mdl-banner .slick-dots li button {
            width: 38px;
            height: 4px;
        }

    #mdl-banner .wrap-textSlide {
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        min-width: auto;
        width: 50%;
        text-align: center;
    }

        #mdl-banner .wrap-textSlide .name {
            font-size: 18px;
            position: static;
            display: table;
            margin: 0 auto 10px;
        }

        #mdl-banner .wrap-textSlide .info {
            font-size: 14px;
            position: static;
            display: table;
            margin: 0 auto;
        }
}

#mdl-home .title-big {
    font-family: OpenSans-Semibold;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
    display: table;
    margin: 20px auto 10px;
    border-bottom: 4px solid #dc9a1f;
    padding-bottom: 5px;
}

#mdl-home a {
    text-decoration: none;
    display: inline-block;
}

#mdl-home .general {
    margin-top: 30px;
}

#mdl-home #news {
    text-align: center;
    position: relative;
    background: #35290f;
    padding: 35px 0;
}

    #mdl-home #news .title-news {
        font-size: 24px;
    }

    #mdl-home #news .text {
        font-family: OpenSans-Italic;
    }

    #mdl-home #news a {
        color: #fff;
    }

    #mdl-home #news .slick-arrow {
        width: 35px;
        height: 45px;
        background-color: rgba(74,58,23,.4);
        outline: none;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 100;
        border: none;
    }

    #mdl-home #news .slick-prev {
        left: 20px;
        background: url(../images/arr-slideNews-prev.png) no-repeat 50%;
    }

    #mdl-home #news .slick-next {
        right: 20px;
        background: url(../images/arr-slideNews-next.png) no-repeat 50%;
    }

    #mdl-home #news .slick-initialized .slick-slide {
        outline: none;
        padding: 0 130px;
    }

#mdl-home #why-select .slick-list {
    overflow: initial;
}


#mdl-home #why-select .col {
    float: left;
    width: 20%;
    text-align: center;
    padding: 0 20px;
}

#mdl-home #why-select .inner {
    outline: none;
}

    #mdl-home #why-select .inner:hover .text, #mdl-home #why-select .inner:hover .title {
        color: #dd9716;
    }

    #mdl-home #why-select .inner:hover .wrap-img {
        top: -10px;
    }

        #mdl-home #why-select .inner:hover .wrap-img .rotate {
            -webkit-transform: rotate(115deg);
            transform: rotate(115deg);
            opacity: 1;
        }

    #mdl-home #why-select .inner:hover img {
        width: 50px;
    }

    #mdl-home #why-select .inner .title {
        font-size: 16px;
        color: #000;
        /* text-transform: uppercase; */
        font-family: 'Open Sans',Arial,sans-serif;
        margin-top: 20px;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

    #mdl-home #why-select .inner .text {
        color: #333;
        margin-bottom: 0;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

    #mdl-home #why-select .inner .wrap-img {
        border-radius: 100%;
        display: table;
        margin: 0 auto;
        position: relative;
        top: 0;
        -webkit-transition: top .3s ease-in-out;
        transition: top .3s ease-in-out;
    }

    #mdl-home #why-select .inner .rotate {
        width: 110px;
        height: 110px;
        display: block;
        border-radius: 100%;
        opacity: 0;
        /* border: 6px solid #2ecd71; */
        position: relative;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

        #mdl-home #why-select .inner .rotate:before {
            content: '';
            position: absolute;
            width: 38px;
            height: 19px;
            /* background: url(../images/arr.png) no-repeat 100%; */
            right: -23px;
            top: 5px;
            -webkit-transform: rotate(-128deg);
            transform: rotate(-123deg);
        }

    #mdl-home #why-select .inner img {
        width: 60px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

#mdl-home #product .row {
    margin-top: 30px;
}

#mdl-home #product .box {
    position: relative;
    overflow: hidden;
    text-align: left;
    background: #337ab8;
}

    #mdl-home #product .box:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }

    #mdl-home #product .box:hover:before {
        background: rgba(53,41,15,.5);
    }

    #mdl-home #product .box:hover .inner:before {
        opacity: .8;
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s,-webkit-transform .4s;
    }

    #mdl-home #product .box:hover .inner .name {
        top: 0;
    }

    #mdl-home #product .box:hover .inner .text {
        bottom: 40px;
        opacity: 1;
        -webkit-transition: bottom .35s,opacity .4s;
        transition: bottom .35s,opacity .4s;
    }

    #mdl-home #product .box .inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 20px 0 40px 50px;
    }

        #mdl-home #product .box .inner .name {
            position: relative;
            top: 20px;
            text-shadow: 0 0 10px #35290f;
            font-size: 27px;
            color: #fff;
            font-family: OpenSans-Semibold;
            text-transform: uppercase;
            -webkit-transition: top .35s ease-in-out;
            transition: top .35s ease-in-out;
        }

        #mdl-home #product .box .inner .text {
            margin-bottom: 0;
            color: #fff;
            bottom: 0;
            position: absolute;
            width: 300px;
            right: 0;
            opacity: 0;
            text-align: right;
            padding-right: 20px;
            -webkit-transition: bottom .35s,opacity .5s;
            transition: bottom .35s,opacity .5s;
        }

            #mdl-home #product .box .inner .text .acreage, #mdl-home #product .box .inner .text .price {
                display: block;
            }

            #mdl-home #product .box .inner .text .price {
                font-size: 22px;
                font-family: OpenSans-SemiboldItalic;
            }

            #mdl-home #product .box .inner .text .acreage {
                font-family: OpenSans-Italic;
                font-size: 15px;
            }

        #mdl-home #product .box .inner:before {
            content: '';
            position: absolute;
            opacity: 0;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url(../images/triangle.svg) no-repeat 50%;
            background-size: 100% 100%;
            -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
            -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
            -webkit-transition: opacity .45s,-webkit-transform .5s;
            transition: opacity .45s,-webkit-transform .5s;
            transition: opacity .45s,transform .5s;
            transition: opacity .45s,transform .5s,-webkit-transform .5s;
        }

    #mdl-home #product .box img {
        opacity: .8;
    }

#mdl-home #utility .row {
    margin-top: 30px;
}

#mdl-home #utility .inner {
    text-align: center;
    position: relative;
    width: 100%;
}

    #mdl-home #utility .inner .img {
        width: 320px;
        height: 200px;
        background-size: cover !important;
        margin: 0 auto;
        overflow: hidden;
        -webkit-transition: .5s;
        transition: .5s;
        position: relative;
    }

        #mdl-home #utility .inner .img:before {
            content: '';
            position: absolute;
            left: 0;
            width: 320px;
            height: 200px;
            border: 4px solid #dc9a1f;
            opacity: 0;
            -webkit-transition: .5s;
            transition: .5s;
        }

    #mdl-home #utility .inner a:hover .img:before {
        opacity: 1;
    }

    #mdl-home #utility .inner a:hover h5 {
        color: #dc9a1f;
    }

    #mdl-home #utility .inner h5 {
        font-family: OpenSans-Semibold;
        text-transform: uppercase;
        color: #333;
        font-size: 20px;
        -webkit-transition: .5s;
        transition: .5s;
    }

#mdl-home #register {
    margin-top: 100px;
    background: url(../images/background.png) no-repeat 50%;
    background-attachment: fixed;
    background-size: cover;
    padding: 30px 0;
    position: relative;
    color: #fff;
}

    #mdl-home #register:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(53,41,15,.4);
    }

    #mdl-home #register .container {
        position: relative;
    }

    #mdl-home #register .inner {
        display: table;
        margin: 0 auto;
        max-width: 440px;
        width: 100%;
    }

    #mdl-home #register .title-big {
        margin-top: 0;
        position: relative;
    }

    #mdl-home #register .form {
        width: 100%;
        margin: 20px auto 0;
    }

    #mdl-home #register .remind {
        font-family: OpenSans-Italic;
        display: block;
        text-align: center;
    }

    #mdl-home #register .input-group {
        margin-bottom: 15px;
        width: 100%;
    }

    #mdl-home #register .wrap-addInfo {
        display: none;
    }

    #mdl-home #register .input {
        border: 2px solid #fff;
        padding: 10px 10px 10px 35px;
        width: 100%;
        outline: none;
        font-family: OpenSans-Semibold;
    }

        #mdl-home #register .input.name {
            background: url(../images/ic-user.png) no-repeat 10px;
        }

        #mdl-home #register .input.phone {
            background: url(../images/ic-phone.png) no-repeat 10px;
        }

        #mdl-home #register .input.email {
            background: url(../images/ic-mail.png) no-repeat 10px;
        }

        #mdl-home #register .input.addr {
            background: url(../images/ic-address.png) no-repeat 10px;
        }

        #mdl-home #register .input.captcha {
            background: none;
            padding-left: 10px;
            font-size: 16px;
            max-width: 360px;
            width: 100%;
            margin-right: 10px;
            text-align: center;
        }

        #mdl-home #register .input::-webkit-input-placeholder {
            color: #ddd;
        }

        #mdl-home #register .input:-moz-placeholder, #mdl-home #register .input::-moz-placeholder {
            color: #ddd;
        }

        #mdl-home #register .input:-ms-input-placeholder {
            color: #ddd;
        }

    #mdl-home #register .add-info, #mdl-home #register .btn-regis {
        background: #dc9a1f;
        color: #fff;
        font-family: OpenSans-Semibold;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 10px;
        padding: 13px 20px;
        width: 100%;
        border-radius: 2px;
        -webkit-transition: background .4s;
        transition: background .4s;
    }

        #mdl-home #register .add-info:hover, #mdl-home #register .btn-regis:hover {
            background: #b38021;
        }

    #mdl-home #register .btn-regis {
        display: none;
    }

@media only screen and (max-width:1070px) {
    #mdl-home #product .box .inner .name {
        top: 0;
        font-size: 22px;
    }

    #mdl-home #product .box .inner .text {
        margin-bottom: 0;
        color: #fff;
        bottom: 16px;
        width: 250px;
        opacity: 1;
    }

        #mdl-home #product .box .inner .text .price {
            font-size: 18px;
        }

    #mdl-home #product .box .inner:before {
        opacity: .8;
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
}

@media only screen and (max-width:991px) {
    #mdl-home .title-big {
        font-size: 25px;
    }

    #mdl-home #product .box .inner .text .price {
        font-size: 20px;
    }

    #mdl-home #news {
        padding: 20px 0;
    }

        #mdl-home #news .title-news {
            font-size: 21px;
            line-height: 28px;
        }

    #mdl-home #why-select .inner:hover .wrap-img {
        top: 0;
    }

    #mdl-home #why-select .inner:hover img {
        width: 50px;
    }

    #mdl-home #why-select .inner .title {
        font-size: 16px;
        /* color: #dc9a1f; */
    }

    #mdl-home #why-select .inner .text {
        color: #333;
    }

    #mdl-home #why-select .inner .wrap-img {
        top: 0;
    }

    #mdl-home #why-select .inner .rotate {
        /* width: 90px;
        height: 90px;
        -webkit-transform: rotate(110deg);
        transform: rotate(110deg);
        opacity: 1;
        border-width: 5px; */
        width: 110px;
        height: 110px;
        display: block;
        border-radius: 100%;
        opacity: 0;
        /* border: 6px solid #2ecd71; */
        position: relative;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

        #mdl-home #why-select .inner .rotate:before {
            right: -24px;
            top: 13px;
            -webkit-transform: rotate(-118deg);
            transform: rotate(-118deg);
            background-size: 30px;
        }

    #mdl-home #why-select .inner img {
        width: 50px;
    }

    #mdl-home #product .box:before {
        background: rgba(53,41,15,.5);
    }

    #mdl-home #product .box .inner .name {
        top: 0;
        font-size: 22px;
    }

    #mdl-home #product .box .inner .text {
        margin-bottom: 0;
        color: #fff;
        bottom: 16px;
        width: 250px;
        opacity: 1;
    }

        #mdl-home #product .box .inner .text .price {
            font-size: 18px;
        }

    #mdl-home #product .box .inner:before {
        opacity: .8;
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    #mdl-home #utility .inner .img {
        width: 240px;
        height: 140px;
    }

        #mdl-home #utility .inner .img:before {
            width: 240px;
            height: 140px;
            border: 2px solid #dc9a1f;
            opacity: 1;
        }

    #mdl-home #utility .inner h5 {
        font-size: 18px;
    }

    #mdl-home #register .inner {
        max-width: 380px;
    }

    #mdl-home #register .input.captcha {
        max-width: 300px;
    }
}

@media only screen and (max-width:767px) {
    #mdl-home .general {
        margin-top: 10px;
    }

    #mdl-home .title-big {
        font-size: 20px;
    }

    #mdl-home #news {
        padding: 10px 0;
    }

        #mdl-home #news .slick-initialized .slick-slide {
            padding: 0 20px;
        }

        #mdl-home #news .slick-prev {
            left: -15px;
        }

        #mdl-home #news .slick-next {
            right: -15px;
        }

        #mdl-home #news .title-news {
            font-size: 18px;
        }

        #mdl-home #news .text {
            font-size: 13px;
        }

        #mdl-home #news .slick-arrow {
            background-size: 18px !important;
        }

    #mdl-home #why-select .col {
        padding: 0 8px;
    }

    #mdl-home #why-select .inner:hover .wrap-img {
        top: 0;
    }

        #mdl-home #why-select .inner:hover .wrap-img .rotate {
            -webkit-transform: rotate(115deg);
            transform: rotate(115deg);
            opacity: 1;
        }

    #mdl-home #why-select .inner:hover img {
        width: 45px;
    }

    #mdl-home #why-select .inner .title {
        font-size: 16px;
    }

    #mdl-home #why-select .inner .text {
        font-size: 13px;
    }

    #mdl-home #why-select .inner .rotate {
       /*  width: 80px;
        height: 80px;
        border-width: 4px;
        -webkit-transform: rotate(115deg);
        transform: rotate(115deg); */
        width: 110px;
        height: 110px;
        display: block;
        border-radius: 100%;
        opacity: 0;
        /* border: 6px solid #2ecd71; */
        position: relative;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

        #mdl-home #why-select .inner .rotate:before {
            /* right: -8px;
            top: -8px;
            width: 15px;
            height: 20px;
            -webkit-transform: rotate(-29deg);
            transform: rotate(-29deg); */
            content: '';
            position: absolute;
            width: 38px;
            height: 19px;
            /* background: url(../images/arr.png) no-repeat 100%; */
            right: -23px;
            top: 5px;
            -webkit-transform: rotate(-128deg);
            transform: rotate(-123deg);
        }

    #mdl-home #why-select .inner img {
        width: 45px;
    }

    #mdl-home #product .right {
        margin-top: 10px;
    }

    #mdl-home #product .box:hover .inner .text {
        bottom: 5px;
    }

    #mdl-home #product .box .inner .name {
        font-size: 18px;
    }

    #mdl-home #product .box .inner .text {
        bottom: 5px;
    }

        #mdl-home #product .box .inner .text .price {
            font-size: 15px;
        }

        #mdl-home #product .box .inner .text .acreage {
            font-size: 13px;
        }

    #mdl-home #utility .box-utility {
        margin-bottom: 10px;
    }

    #mdl-home #utility .inner .img, #mdl-home #utility .inner .img:before {
        width: 260px;
        height: 150px;
    }

    #mdl-home #utility .inner h5 {
        font-size: 15px;
    }

    #mdl-home #register {
        margin-top: 20px;
    }

        #mdl-home #register .input {
            border-width: 1px;
        }
}

@media only screen and (max-width:467px) {
    #mdl-home #register .wrap-captcha {
        position: relative;
    }

    #mdl-home #register .input.captcha {
        width: 75%;
    }

    #mdl-home #register .img-captcha {
        position: absolute;
        right: 0;
    }
}

#mdl-contact {
    margin-top: 30px;
    padding-bottom: 50px;
}

    #mdl-contact .left {
        padding-right: 30px;
    }

    #mdl-contact .right {
        padding-left: 30px;
    }

    #mdl-contact .infomation {
        margin-top: 20px;
    }

    #mdl-contact .title-sm {
        font-family: OpenSans-Semibold;
    }

    #mdl-contact a {
        color: #333;
        text-decoration: none;
    }

        #mdl-contact a:hover {
            color: #f7921e;
        }

    #mdl-contact #map {
        height: 300px;
        border: 1px solid #e4921e;
        margin-top: 20px;
    }

    #mdl-contact .form {
        margin-top: 20px;
    }

        #mdl-contact .form .input, #mdl-contact .form .input-group, #mdl-contact .form .textarea {
            width: 100%;
        }

        #mdl-contact .form .input-group {
            margin-bottom: 10px;
        }

        #mdl-contact .form .input {
            padding: 0 10px;
            height: 40px;
        }

        #mdl-contact .form .input, #mdl-contact .form .textarea {
            border-radius: 3px;
            border: 1px solid #827760;
            outline: none;
        }

        #mdl-contact .form .textarea {
            padding: 10px;
            height: 200px;
            resize: none;
        }

        #mdl-contact .form .btn-send {
            background: #dc9a1f;
            color: #fff;
            font-family: OpenSans-Semibold;
            padding: 8px 30px;
            float: right;
        }

@media only screen and (max-width:767px) {
    #mdl-contact {
        margin-top: 10px;
    }

        #mdl-contact .infomation {
            font-size: 13px;
        }

        #mdl-contact .left {
            padding-right: 15px;
        }

        #mdl-contact .right {
            padding-left: 15px;
        }

        #mdl-contact .form {
            margin-top: 30px;
        }

            #mdl-contact .form .input {
                height: 38px;
                font-size: 13px;
            }

            #mdl-contact .form .textarea {
                height: 160px;
            }
}

#mdl-productDetail .slider-product img {
    outline: none;
}

#mdl-productDetail .slider-product .slide-image .img-slide {
    width: 500px;
    height: 500px;
    background-size: cover !important;
}

#mdl-productDetail .slider-product .slide-thumb {
    margin: -50px 30px 0;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
}

    #mdl-productDetail .slider-product .slide-thumb .img-thumb {
        width: 90px;
        height: 90px;
        border: 3px solid #fff;
        position: relative;
        outline: none;
        background-size: cover !important;
        cursor: pointer;
    }

        #mdl-productDetail .slider-product .slide-thumb .img-thumb:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background: rgba(0,0,0,.7);
            z-index: 1;
        }

        #mdl-productDetail .slider-product .slide-thumb .img-thumb.slick-center:before {
            content: none;
        }

#mdl-productDetail .info-product {
    margin-top: 50px;
    font-size: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #b9b2a3;
}

    #mdl-productDetail .info-product .title-best, #mdl-productDetail .info-product .title-info {
        font-size: 20px;
        font-family: OpenSans-Semibold;
        display: table;
        text-transform: uppercase;
    }

    #mdl-productDetail .info-product .title-best {
        margin-top: 30px;
    }

    #mdl-productDetail .info-product p {
        line-height: 24px;
    }

    #mdl-productDetail .info-product .list-best li {
        padding-left: 22px;
        margin-bottom: 5px;
        background: url(../images/ic-best.png) no-repeat 0;
        background-size: 17px;
    }

#mdl-productDetail .price-list {
    background: #564829;
    padding: 20px;
}

    #mdl-productDetail .price-list .price {
        font-size: 22px;
        color: #fff;
        font-family: OpenSans-Semibold;
        display: block;
        text-align: right;
        margin-bottom: 15px;
    }

    #mdl-productDetail .price-list .add-info {
        color: #fff;
        border-bottom: 1px solid #fff;
        padding-bottom: 5px;
        font-size: 15px;
    }

    #mdl-productDetail .price-list .name-info {
        float: left;
        font-family: OpenSans-Semibold;
    }

    #mdl-productDetail .price-list .value {
        float: right;
    }

    #mdl-productDetail .price-list .group-buy {
        margin-top: 30px;
    }

        #mdl-productDetail .price-list .group-buy .btn {
            background: #f7921e;
            margin-right: 5px;
            font-family: OpenSans-Bold;
            color: #564829;
            text-transform: uppercase;
            padding: 8px 12px;
        }

            #mdl-productDetail .price-list .group-buy .btn:hover {
                background: #b38021;
                color: #fff;
            }

        #mdl-productDetail .price-list .group-buy .hotline {
            font-size: 15px;
            color: #fff;
            margin-top: 15px;
        }

            #mdl-productDetail .price-list .group-buy .hotline span {
                font-family: OpenSans-Semibold;
                border-bottom: 1px solid #fff;
            }

@media only screen and (max-width:1102px) {
    #mdl-productDetail .left {
        width: 73%;
    }

    #mdl-productDetail .right {
        width: 27%;
    }
}

@media only screen and (max-width:1022px) {
    #mdl-productDetail .left {
        width: 70%;
    }

    #mdl-productDetail .right {
        width: 30%;
    }
}

@media only screen and (max-width:991px) {
    #mdl-productDetail .left {
        width: 66.6666666667%;
    }

    #mdl-productDetail .right {
        width: 33.3333333333%;
    }

    #mdl-productDetail .price-list .price {
        font-size: 20px;
    }

    #mdl-productDetail .slider-product .slide-thumb .img-thumb {
        height: 80px;
    }
}

@media only screen and (max-width:830px) {
    #mdl-productDetail .left {
        width: 62.6666666667%;
    }

    #mdl-productDetail .right {
        width: 37.3333333333%;
    }
}

@media only screen and (max-width:767px) {
    #mdl-productDetail .title-big {
        font-size: 22px;
    }

    #mdl-productDetail .left, #mdl-productDetail .right {
        width: 100%;
    }

    #mdl-productDetail .info-product p {
        font-size: 13px;
        line-height: 20px;
    }

    #mdl-productDetail .info-product .list-best li {
        font-size: 13px;
        background-size: 14px;
    }

    #mdl-productDetail .info-product .title-best, #mdl-productDetail .info-product .title-info {
        font-size: 18px;
    }

    #mdl-productDetail .slider-product .slide-thumb .img-thumb {
        height: 70px;
    }

    #mdl-productDetail .price-list .price {
        font-size: 18px;
    }

    #mdl-productDetail .price-list .add-info {
        font-size: 13px;
    }
}

#mdl-listPost .year-post {
    position: relative;
}

#mdl-listPost .line {
    position: absolute;
    width: 3px;
    background: #dc9a1f;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 1;
}

#mdl-listPost .year {
    font-family: OpenSans-Semibold;
    font-size: 25px;
    display: table;
    margin: 0 auto 50px;
    background: #e4921e;
    padding: 5px 15px;
    color: #fff;
    position: relative;
    z-index: 2;
}

#mdl-listPost .line-post {
    margin: 0 auto 40px;
    max-width: 900px;
    width: 100%;
    position: relative;
}

    #mdl-listPost .line-post a {
        text-decoration: none;
        display: block;
        position: relative;
    }

#mdl-listPost .line-horizontal {
    position: absolute;
    width: 127px;
    height: 3px;
    background: #dc9a1f;
}

#mdl-listPost .text-post {
    color: #fff;
    margin-top: 5px;
    background: #dc9a1f;
    padding: 10px 25px;
    width: 48% !important;
}

    #mdl-listPost .text-post .title {
        font-size: 18px;
        text-transform: uppercase;
    }

#mdl-listPost .text-post, #mdl-listPost .wrap-img {
    width: 50%;
}

    #mdl-listPost .wrap-img .img {
        width: 170px;
        height: 120px;
        background-size: cover !important;
        border: 2px solid #dc9a1f;
    }

#mdl-listPost .even .wrap-img {
    float: left;
}

    #mdl-listPost .even .wrap-img .img {
        float: right;
        margin-right: 28%;
    }

#mdl-listPost .even .text-post {
    float: right;
    border-left: 4px solid #ccc;
}

#mdl-listPost .even .line-horizontal {
    left: 50%;
    top: 49%;
    -webkit-transform: translate(-100%,-49%);
    transform: translate(-100%,-49%);
}

#mdl-listPost .odd .wrap-img {
    float: right;
}

    #mdl-listPost .odd .wrap-img .img {
        float: left;
        margin-left: 28%;
    }

#mdl-listPost .odd .text-post {
    float: left;
    text-align: right;
    border-right: 4px solid #ccc;
}

#mdl-listPost .odd .line-horizontal {
    position: absolute;
    width: 127px;
    height: 3px;
    background: #dc9a1f;
    left: 58%;
    top: 49%;
    -webkit-transform: translate(-57%,-49%);
    transform: translate(-57%,-49%);
}

@media only screen and (max-width:930px) {
    #mdl-listPost .year {
        margin-bottom: 20px;
    }

    #mdl-listPost .line-horizontal, #mdl-listPost .odd .line-horizontal {
        width: 14%;
    }
}

@media only screen and (max-width:767px) {
    #mdl-listPost .year {
        font-size: 20px;
    }

    #mdl-listPost .text-post {
        margin-top: 25px;
    }

        #mdl-listPost .text-post .title {
            font-size: 16px;
            margin: 4px 0;
        }

        #mdl-listPost .text-post .text {
            margin-bottom: 0;
        }

    #mdl-listPost .line-post a {
        font-size: 13px;
    }
}

@media only screen and (max-width:625px) {
    #mdl-listPost .line, #mdl-listPost .line-horizontal, #mdl-listPost .year {
        display: none;
    }

    #mdl-listPost .line-post {
        margin-bottom: 30px;
    }

    #mdl-listPost .wrap-img {
        float: none !important;
        width: 100%;
    }

    #mdl-listPost .text-post {
        margin-top: 10px;
        float: none !important;
        width: 100% !important;
    }

    #mdl-listPost .wrap-img .img {
        float: none !important;
        margin: 0 auto !important;
    }

    #mdl-listPost .odd .text-post {
        text-align: left;
    }
}

#mdl-postDetail .wrap-text {
    text-align: justify;
    line-height: 22px;
}

    #mdl-postDetail .wrap-text p {
        margin-bottom: 20px;
    }

#mdl-postDetail .img-inText {
    max-width: 300px;
    width: 100%;
}

    #mdl-postDetail .img-inText.img-left-inText {
        float: left;
        margin-right: 15px;
    }

    #mdl-postDetail .img-inText.img-right-inText {
        float: right;
        margin-left: 15px;
    }

#mdl-postDetail .img-delimit {
    margin-bottom: 10px;
}

#mdl-postDetail .post-diff {
    text-align: center;
}

    #mdl-postDetail .post-diff .polygon {
        -webkit-transform: translate(35px);
        transform: translate(35px);
    }

    #mdl-postDetail .post-diff .title {
        font-family: OpenSans-Semibold;
        color: #333;
        text-transform: uppercase;
        display: block;
        margin-top: 5px;
        -webkit-transition: .5s;
        transition: .5s;
    }

    #mdl-postDetail .post-diff .post {
        margin-bottom: 25px;
        display: block;
        text-decoration: none;
    }

        #mdl-postDetail .post-diff .post img {
            -webkit-transition: .5s;
            transition: .5s;
        }

        #mdl-postDetail .post-diff .post:hover img {
            -webkit-transform: rotate(3deg) scale(1.1);
            transform: rotate(3deg) scale(1.1);
            -webkit-filter: blur(2px);
            filter: blur(2px);
        }

        #mdl-postDetail .post-diff .post:hover .title {
            color: #f7921e;
        }

    #mdl-postDetail .post-diff .wrap-img {
        overflow: hidden;
    }

    #mdl-ques-answer .post-diff .post img,#mdl-brochure .post-diff .post img {
            -webkit-transition: .5s;
            transition: .5s;
        }

        #mdl-ques-answer .post-diff .title,#mdl-brochure .post-diff .title {
            font-family: OpenSans-Semibold;
            color: #333;
            text-transform: uppercase;
            display: block;
            margin-top: 5px;
            -webkit-transition: .5s;
            transition: .5s;
        }

        #mdl-ques-answer .post-diff .wrap-img,#mdl-brochure .post-diff .wrap-img {
            overflow: hidden;
        }

        #mdl-ques-answer .post-diff .post, #mdl-brochure .post-diff .post {
            margin-bottom: 25px;
            display: block;
            text-decoration: none;
        }

        #mdl-ques-answer .post-diff,#mdl-brochure .post-diff {
            text-align: center;
        }

        #mdl-ques-answer .post-diff .post:hover img,#mdl-brochure .post-diff .post:hover img {
            -webkit-transform: rotate(3deg) scale(1.1);
            transform: rotate(3deg) scale(1.1);
            -webkit-filter: blur(2px);
            filter: blur(2px);
        }

        #mdl-ques-answer .post-diff .post:hover .title,#mdl-brochure .post-diff .post:hover .title {
            color: #f7921e;
        }

@media only screen and (max-width:767px) {
    #mdl-postDetail .img-inText {
        max-width: 100%;
    }

    #mdl-postDetail .wrap-text {
        line-height: 20px;
    }

        #mdl-postDetail .wrap-text p {
            font-size: 13px;
            margin-bottom: 10px;
        }

    #mdl-postDetail .post-diff .post {
        display: inline-block;
        margin: 0 10px;
    }
}

#mdl-ques-answer .left .box-question {
    margin-bottom: 20px;
    border-bottom: 1px solid #aaa;
    padding-bottom: 6px;
}

#mdl-ques-answer .left .question {
    display: block;
    font-family: OpenSans-Semibold;
    cursor: pointer;
    padding-right: 25px;
    background-size: 15px !important;
}

    #mdl-ques-answer .left .question.plus {
        background: url(../images/ic-plus-thin.png) no-repeat right 0;
    }

    #mdl-ques-answer .left .question.minus {
        background: url(../images/ic-minus.png) no-repeat right 0;
    }

#mdl-ques-answer .left .text-answer {
    margin-top: 5px;
    margin-left: 25px;
    display: none;
}

    #mdl-ques-answer .left .text-answer a {
        color: #333;
    }

#mdl-ques-answer .product-dff {
    margin-top: 0;
}

#mdl-gallery .gallery .pinto {
    outline: none;
    cursor: zoom-in;
}

    #mdl-gallery .gallery .pinto .bg {
        content: '';
        position: absolute;
        opacity: 0;
        visibility: hidden;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.7);
        -webkit-transition: .5s;
        transition: .5s;
    }

#mdl-gallery .gallery div {
    background-size: cover !important;
}

#mdl-gallery .product-dff {
    margin-top: 0;
}

    #mdl-gallery .product-dff .line {
        border: none;
    }

    #mdl-gallery .product-dff img {
        border-radius: 0;
    }

#mdl-video .text-infomation {
    margin-top: 10px;
}

#mdl-video.video-list a {
    text-decoration: none;
    color: #333;
}

    #mdl-video.video-list a:hover {
        color: #f7921e;
    }

        #mdl-video.video-list a:hover .img-video:before {
            opacity: 1;
        }

#mdl-video.video-list .title-video {
    font-size: 18px;
    font-family: OpenSans-Semibold;
}

#mdl-video.video-list .img-video {
    width: 100%;
    height: 220px;
    display: block;
    background-size: cover !important;
    position: relative;
}

    #mdl-video.video-list .img-video:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,.4) url(../images/ic-play.png) no-repeat 50%;
        opacity: 0;
        -webkit-transition: .3s;
        transition: .3s;
    }

#mdl-video.video-detail .product-dff {
    margin-top: 0;
}

    #mdl-video.video-detail .product-dff .line {
        border: none;
        padding-bottom: 0;
    }

        #mdl-video.video-detail .product-dff .line:nth-child(2) {
            margin-top: 33px;
        }

    #mdl-video.video-detail .product-dff .wrap-img {
        max-width: 120px;
        width: 100%;
        height: 80px;
        float: left;
        margin-right: 10px;
        position: relative;
        overflow: hidden;
    }

        #mdl-video.video-detail .product-dff .wrap-img:before {
            content: '';
            opacity: 0;
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background: rgba(0,0,0,.3) url(../images/ic-playSmall.png) no-repeat 50%;
            -webkit-transition: .2s;
            transition: .2s;
        }

        #mdl-video.video-detail .product-dff .wrap-img:hover:before {
            opacity: 1;
        }

    #mdl-video.video-detail .product-dff img {
        border-radius: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale();
        transform: scale();
    }

    #mdl-video.video-detail .product-dff .name-and-price .name {
        margin-top: 25px;
    }

@media only screen and (max-width:991px) {
    #mdl-video.video-list .img-video {
        height: 160px;
    }

        #mdl-video.video-list .img-video:before {
            background-size: 30px;
            opacity: 1;
        }

    #mdl-video.video-list .title-video {
        font-size: 16px;
        margin-bottom: 4px;
    }

    #mdl-video.video-detail .product-dff .line {
        display: table;
        margin: 0 auto 10px;
    }

    #mdl-video.video-detail .product-dff .wrap-img {
        float: none;
    }

    #mdl-video.video-detail .product-dff .name-and-price {
        display: block;
    }

        #mdl-video.video-detail .product-dff .name-and-price .name {
            margin-top: 5px;
            text-align: center;
        }
}

@media only screen and (max-width:767px) {
    #mdl-video.video-list .img-video {
        height: 220px;
    }

    #mdl-video.video-list .text-infomation p {
        font-size: 13px;
    }

    #mdl-video.video-list .title-video {
        font-size: 14px;
        margin-bottom: 4px;
    }
}

#mdl-brochure .left .wrap-title-left a, #mdl-brochure .left .wrap-title-left span {
    color: #cd7506;
    text-decoration: none;
}

#mdl-brochure .left .wrap-title-left span {
    border: 1px solid #999;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none;
    margin-right: 5px;
    padding: 3px 6px;
}

#mdl-brochure .left .card-header {
    padding: .75rem 1.25rem;
    background-color: #f5f5f5;
    border-bottom: .07143rem solid #e5e5e5;
}

#mdl-brochure .left .card-block {
    padding: 1.25rem;
}

#mdl-brochure .left .list-group-item {
    width: 100%;
    text-align: inherit;
    color: #555;
}

#mdl-brochure .left .fa {
    margin-right: 10px;
}

#mdl-brochure .product-dff {
    margin-top: 0;
}

#mdl-footer {
    background: #35290f url(../images/bg-footer.png) no-repeat bottom;
    padding: 30px 0 70px;
    border-top: 5px solid #e4921e;
}

    #mdl-footer .logo-footer {
        display: block;
        max-width: 180px;
        width: 100%;
        position: absolute;
    }

    #mdl-footer .inner {
        padding: 0 20px;
        position: relative;
    }

    #mdl-footer .title-foot {
        font-size: 18px;
        margin-bottom: 20px;
        font-family: OpenSans-Semibold;
        text-transform: uppercase;
        color: #f7921e;
        display: table;
        border-bottom: 2px solid #f7921e;
        padding-bottom: 5px;
    }

    #mdl-footer a {
        color: #fff;
        text-decoration: none;
    }

        #mdl-footer a:hover {
            color: #f7921e;
        }

    #mdl-footer p {
        color: #fff;
    }

        #mdl-footer p .info {
            float: left;
            width: 90px;
            font-family: OpenSans-Semibold;
        }

        #mdl-footer p .text-address {
            display: table;
        }

    #mdl-footer .box-language {
        margin-top: 20px;
        text-align: center;
    }

@media only screen and (max-width:991px) {
    #mdl-footer {
        padding-bottom: 30px;
    }

        #mdl-footer .logo-footer {
            max-width: 140px;
        }
}

@media only screen and (max-width:767px) {
    #mdl-footer {
        padding: 20px 0;
    }

        #mdl-footer .logo-footer {
            max-width: 110px;
        }

        #mdl-footer .between {
            margin-top: 95px;
        }

        #mdl-footer .inner {
            margin-bottom: 15px;
            font-size: 13px;
        }

        #mdl-footer .box-language {
            margin-top: 0;
        }
}

#loading {
    position: fixed;
    background: #2c4a29;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
}

    #loading .cssload-container {
        top: 50%;
        left: 50%;
        position: absolute;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    #loading .cssload-whirlpool {
        background: url(../images/logo-load.png) no-repeat 50%;
        width: 50px;
        height: 47px;
        -webkit-animation: cssload-rotate 1.15s linear infinite;
        animation: cssload-rotate 1.15s linear infinite;
        z-index: 1001;
        background-size: 100%;
    }

@-webkit-keyframes cssload-rotate {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes cssload-rotate {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

body, html {
    overflow-x: hidden;
}

    body > iframe {
        display: none;
    }

.container-max {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

    .container-max:after, .container-max:before {
        display: table;
        content: " ";
    }

.zoomWindowContainer div {
    border: none !important;
}

.zoomContainer {
    z-index: 10 !important;
}

#canvas {
    position: relative;
}

.product-dff {
    margin-top: 40px;
}

    .product-dff .title {
        font-size: 22px;
        font-family: OpenSans-Semibold;
        text-transform: uppercase;
        display: table;
        border-bottom: 4px solid #dc9a1f;
        padding-bottom: 4px;
    }

    .product-dff .line {
        display: block;
        border-bottom: 1px solid #ccc;
        color: #333;
        text-decoration: none;
        padding-bottom: 15px;
        margin-top: 20px;
    }

        .product-dff .line:hover {
            color: #dc9a1f;
        }

    .product-dff img {
        width: 60px;
        height: 60px;
        border-radius: 100%;
        border: 1px solid #dc9a1f;
        float: left;
        margin-right: 15px;
    }

    .product-dff .name-and-price {
        display: table;
    }

    .product-dff .name {
        font-size: 18px;
        font-family: OpenSans-Semibold;
        margin-bottom: 5px;
    }

    .product-dff .price {
        font-family: OpenSans-Italic;
        color: #888;
    }

a {
    color: #00a0af;
    text-decoration: none;
}

.lineBottom {
    padding: 16px 0;
}

    .lineBottom p {
        margin: 0;
        font-size: 13px;
    }

    .lineBottom a {
        color: #333;
    }

.scroll-top {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 10px;
    bottom: 30px;
    background: url(../images/ic-scrTop.png) no-repeat 50%;
    z-index: 100;
}

.module {
    padding-top: 50px;
    background: #fff;
}

@media only screen and (max-width:767px) {
    .lineBottom {
        padding: 12px 0;
    }

    .scroll-top {
        display: none !important;
    }

    .title-big {
        font-size: 22px;
    }

    .group-distance {
        margin-top: 15px;
    }
}
