/*GENERAL
--------------------------*/

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

h2 {
    position: relative;
    font: normal normal 30px/50px 'montserratregular';
    height: 50px;
    background: #9A1B2D;
    text-transform: uppercase;
    display: inline-block;
    z-index: 1;
    margin-bottom: 45px;
    padding: 0 15px 0 100px;
    color: #F6E3B5;
}

h2:before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    top: 5px;
    left: 0;
    height: 40px;
    border-color: #F7E7B8;
    border-width: 1px 0;
    border-style: dotted;
}

h2:after {
    display: block;
    content: '';
    position: absolute;
    z-index: 0;
    width: 20px;
    height: 50px;
    top: 0;
    right: -20px;
    background: url(../img/title.png) no-repeat 0 0 / cover;
}

.inner-wrapper {
    margin: 0 auto;
    width: 100%;
}

.frame {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    padding: 25px;
}

.frame .corner {
    width: 39px;
    height: 43px;
    position: absolute;
}

.frame .corner-tl,
.frame .corner-tr {
    top: 22px;
}

.frame .corner-bl,
.frame .corner-br {
    bottom: 22px;
}

.frame .corner-tl,
.frame .corner-bl {
    left: 25px;
}

.frame .corner-tr,
.frame .corner-br {
    right: 25px;
}

.frame .corner-tl {
    background: url(../img/orn-a-1.png) no-repeat -2px 0 / cover;
}

.frame .corner-tr {
    background: url(../img/orn-a-2.png) no-repeat 0 0 / cover;
}

.frame .corner-bl {
    background: url(../img/orn-a-4.png) no-repeat -2px 2px / cover;
}

.frame .corner-br {
    background: url(../img/orn-a-3.png) no-repeat 0 2px / cover;
}

.frame .side-l,
.frame .side-r {
    width: 3px;
    height: 100%;
    padding: 37px 0;
}

.frame .side-t,
.frame .side-b {
    height: 3px;
    width: 100%;
    padding: 0 37px;
}

.frame .side-l {
    float: left;
}

.frame .side-r {
    float: right;
}

.frame .side-b {
    clear: both;
}

.frame .side:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: #F6E3B5;
}

#header {
    width: 100%;
    height: 110px;
    background: url(../img/header-bg.jpg) no-repeat center / cover;
    border-bottom: solid 10px #6BBCB7;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

#header > #logo {
    padding: 20px 0 0 15px;
}

#header > #header-fb {
    right: 37px;
    top: 25px;
}

#header h1 span {
    text-indent: -200vw;
    display: block;
    line-height: 1px;
    width: 1px;
    height: 1px;
}

#header .inner-wrapper {
    max-width: 1200px;
    height: 100%;
}

#nav {
    text-align: center;
    position: relative;
    height: 100%;
}

#nav ul {
    height: 100%;
}

#nav li {
    display: inline-block;
    margin-right: 4.6vw;
    height: 110px;
}

#nav li:last-child {
    margin-right: 0;
}

#nav li:not(#logo) {
    line-height: 110px;
}

#nav li:not(#logo) a {
    line-height: 100px;
    color: #6BBCB7;
    font: normal normal 19px 'montserratbold';
    text-transform: uppercase;
}

#nav li:not(#logo) a:hover {
    color: #f7e7b8;
    text-decoration: none;
}

.slicknav_menu {
    position: absolute;
    z-index: 6;
    left: 0;
    top: 0;
    background: none;
    display: none;
    padding: 0;
    width: 100%;
    text-align: center;
}

.slicknav_btn {
    background: #f7e7b8;
    margin: 50px 35px 0;
    float: right;
    display: inline-block;
}

.slicknav_menu .slicknav_icon-bar {
    background: #9b1b2d;
}

.slicknav_nav {
    background: rgba(247, 231, 184, .9);
    top: 110px;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 10;
}

.slicknav_nav li {
    padding: 5px 0;
    border-bottom: solid 1px #fff;
    text-align: center;
}

.slicknav_nav li a {
    font: normal normal 16px 'montserratregular';
    text-transform: uppercase;
    color: #9A1B2D;
}

.slicknav_nav a:hover {
    background: none;
    color: #fff;
}

#logo {
    position: relative;
}

#header-fb {
    width: 35px;
    height: 35px;
    background: url(../img/header-fb.png) no-repeat 0 0 / 100%;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    right: 15px;
}

#slider {
    position: relative;
    margin-top: 110px;
}

#slider .lSPager.lSpg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

#slider .lSPager.lSpg>li a {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    height: 22px;
    width: 22px;
    bottom: 30px;
}

#slider .inner-wrapper {
    position: relative;
    max-width: 1200px;
}

#budget {
    width: 222px;
    height: 269px;
    background: url(../img/budget.png) no-repeat 0 0 / cover;
    position: absolute;
    top: -15px;
    right: 0;
    display: block;
    z-index: 500
}

#slider ul {}

#slider li {}

#slider li img {
    display: block;
    width: 100%;
}

#products {
    background: url(../img/pattern.png) 0 0 repeat #F5E4C0;
    padding-top: 30px;
    position: relative;
    overflow: hidden;
}

#products .inner-wrapper {
    max-width: 1200px;
    text-align: center;
}

#products .inner-wrapper > ul {
    text-align: center;
    padding-bottom: 30px;
}

#products .inner-wrapper > ul > li {
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
    cursor: pointer;
    position: relative;
}

#products .inner-wrapper > ul > li div {
    position: relative;
    display: inline-block;
}

#products .inner-wrapper > ul > li div:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/hover-prod.png) no-repeat 0 0 / cover;
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

#products .inner-wrapper > ul > li:hover div:before {
    opacity: 1;
}

#products .inner-wrapper > ul > li:last-child {
    margin-right: 0;
}

#products .inner-wrapper > ul > li img {
    display: block;
}

#products h3 {
    line-height: 0;
    text-indent: -200vw;
}

#products ul ul {
    padding: 20px 0 0;
    opacity: 0;
    -webkit-transition: , opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    position: absolute;
    width: 100%;
}

#products ul ul.visible {
    opacity: 1;
    position: relative;
}

#products ul ul li {
    font: normal normal 18px 'montserratregular';
    color: #726658;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: dotted rgba(114, 102, 88, .2);
    text-align: center;
}

#products p {
    font: normal normal 24px 'caviar_dreamsbold';
    text-transform: uppercase;
    padding: 5px 0;
    color: #9A1B2D;
    border-style: solid;
    border-color: #9A1B2D;
    border-width: 2px 0;
    display: inline-block;
    margin: 30px auto 45px;
}

#product-slider {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .5s;
    -o-transition: height .5s;
    transition: height .5s;
}

#product-slider.open {
    height: 45.1vw;
}

#product-slider .lSPager.lSpg {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
}

#product-slider .lSPager.lSpg>li a {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    height: 22px;
    width: 22px;
    bottom: 30px;
}

#product-slider .inner-wrapper {
    position: relative;
    max-width: 1200px;
}

#product-slider-close {
    width: 40px;
    height: 40px;
    background: url(../img/close.png) no-repeat center;
    display: block;
    position: absolute;
    z-index: 5;
    right: 0;
    top: 25px;
}

#product-slider .lSSlideWrapper,
#product-slider .lSSlideOuter,
#product-slider .lightSlider {
    height: 45.1vw;
    width: 100%;
}

#product-slider .lSSlideOuter {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

#product-slider .lSSlideOuter.visible {
    opacity: 1;
}

#product-slider li img {
    width: 100%;
}

#about {
    background: url(../img/about-bg.jpg) no-repeat center / cover;
    overflow: hidden;
    color: #fff;
    position: relative;
}

#about h2 {
    margin-left: -42px;
}

#about-inner {
    padding: 90px 70px;
    z-index: 5;
    position: relative;
}

#about h3 {
    font: normal normal 20px 'montserratregular';
    text-transform: uppercase;
    padding: 5px 0;
    border-width: 2px 0;
    border-style: dotted;
    border-color: #F7E7B8;
    max-width: 730px;
    margin-bottom: 30px;
}

#about p {
    font: normal normal 17px 'montserratregular';
    margin-bottom: 30px;
    max-width: 730px;
}

#about p strong {
    font-family: 'montserratregular';
    color: #6BBCB7;
}

#about-imgs {
    margin-bottom: -170px;
}

#loc {
    position: relative;
}

#loc h2 {
    position: absolute;
    left: 0;
    top: 30px;
}

#map {
    height: 350px;
}

#address {
    background: #F5E4C0;
    padding: 10px 0;
    border-bottom: solid 10px #E6C783;
}

#address-info {
    position: relative;
    padding: 15px 10px;
}

#address-info .frame {
    padding: 0;
}

#address-info .frame .corner {
    width: 19px;
    height: 19px;
    position: absolute;
}

#address-info .frame .corner-tl,
#address-info .frame .corner-tr {
    top: 0;
}

#address-info .frame .corner-bl,
#address-info .frame .corner-br {
    bottom: 0px;
}

#address-info .frame .corner-tl,
#address-info .frame .corner-bl {
    left: 0;
}

#address-info .frame .corner-tr,
#address-info .frame .corner-br {
    right: 0;
}

#address-info .frame .corner-tl {
    background: url(../img/orn-b-1.png) no-repeat 0;
}

#address-info .frame .corner-tr {
    background: url(../img/orn-b-2.png) no-repeat 0;
}

#address-info .frame .corner-bl {
    background: url(../img/orn-b-4.png) no-repeat 0;
}

#address-info .frame .corner-br {
    background: url(../img/orn-b-3.png) no-repeat 0;
}

#address-info .frame .side-l,
#address-info .frame .side-r {
    width: 2px;
    height: 100%;
    padding: 19px 0;
}

#address-info .frame .side-t,
#address-info .frame .side-b {
    height: 2px;
    width: 100%;
    padding: 0 19px;
    position: relative;
}

#address-info .frame .side-t {
    top: 1px;
}

#address-info .frame .side-b {
    top: -3px;
}

#address-info .frame .side:before {
    background: #9A1B2E;
}

#address .inner-wrapper {
    max-width: 1030px;
    display: table;
    padding: 15px;
}

.address-col {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    float: none;
}

.address-col:first-child {
    padding-left: 0;
}

.address-col:last-child {
    padding-right: 0;
}

.address-col img {
    width: 100%;
}

#address {
    color: #726658;
}

#address h3 {
    font: normal normal 28px 'montserratregular';
    text-transform: uppercase;
    border-width: 2px 0;
    border-style: dotted;
    border-color: #9A1B2D;
    padding: 10px 0 5px;
    text-align: center;
    margin-bottom: 35px;
}

#address p {
    font: normal normal 19px 'montserratregular';
    text-transform: uppercase;
    color: #726658;
    text-align: center;
}

#contact {
    background: #F5E4C0;
    position: relative;
}

#contact .inner-wrapper {
    max-width: 1090px;
    padding: 200px 25px 100px;
    position: relative;
    z-index: 6;
}
.contact-col{
    position: relative;
}

#contact .frame .side:before {
    background: #E6C783;
}

#contact .frame .corner-tl {
    background: url(../img/orn-d-1.png) no-repeat -2px 0 / cover;
}

#contact .frame .corner-tr {
    background: url(../img/orn-d-2.png) no-repeat 0 0 / cover;
}

#contact .frame .corner-bl {
    background: url(../img/orn-d-4.png) no-repeat -2px 2px / cover;
}

#contact .frame .corner-br {
    background: url(../img/orn-d-3.png) no-repeat 0 2px / cover;
}

.contact-field {
    margin-bottom: 15px;
}

#contact h2 {
    left: 28px;
    top: 100px;
    margin-bottom: -100px;
}

#contact label {
    font: normal normal 20px 'montserratregular';
    color: #726658;
    text-transform: uppercase;
    display: block;
}

#contact input:not([type="submit"]),
#contact textarea {
    width: 100%;
    display: block;
    border: solid 2px #726658;
    background: none;
}

#contact input:not([type="submit"]) {
    height: 45px;
    line-height: 45px;
    padding: 0 5px;
}

.contact-field:last-of-type {
    text-align: right;
}

.contact-btn {
    display: inline-block;
    border: solid 2px #726658;
    color: #726658;
    background: none;
    font: normal normal 20px/45px 'montserratregular';
    text-transform: uppercase;
    height: 45px;
    vertical-align: top;
    padding: 0 5px;
    margin-left: 5px;
    cursor: pointer;
}

.contact-btn:hover {
    color: #726658;
    text-decoration: none;
}

#contact textarea {
    height: 140px;
    padding: 5px;
}

#contact p {
    border-width: 3px 0;
    border-color: #9A1B2D;
    border-style: solid;
    font: normal normal 20px 'montserratregular';
    color: #726658;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    max-width: 215px;
    padding: 5px 0;
}

#contact p:before,
#contact p:after {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    width: 49px;
    height: 26px;
    background: url(../img/orn-c.png) no-repeat center;
    margin-left: -25px;
}

#contact p:before {
    top: -35px;
}

#contact p:after {
    bottom: -35px;
    -moz-transform: scale(-1);
    -webkit-transform: scale(-1);
    -o-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
}

*:focus{outline: none;}

.parsley-errors-list {
    display: none;
    padding: 3px;
    color: #9A1B2D;
    font: normal normal 11px 'montserratbold';
    clear: both;
    float: right;
    width: 100%;
}

.parsley-errors-list.filled {
    display: block;
}

#footer {
    height: 100px;
    background: url(../img/footer-bg.jpg) no-repeat center / cover;
    text-align: center;
    line-height: 100px;
}

#footer a {
    font: normal normal 20px 'montserratregular';
    color: #E6C783;
    text-transform: uppercase;
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
}

#footer-fb {
    width: 45px;
    height: 45px;
    background: url(../img/footer-fb.png) no-repeat center;
}

@media screen and (max-width: 991px) {
    .inner-wrapper {
        padding: 0 15px
    }
    h2 {
        padding: 0 15px;
        font-size: 15px;
    }
    #about h2,
    #loc h2 {
        left: 0 !important;
    }
    .slicknav_menu {
        display: block;
    }
    #nav {
        display: none;
    }
    .address-col {
        display: block;
        padding: 0
    }
    .address-col img {
        width: 100%;
        max-width: 300px;
        margin: 15px auto;
        display: block;
    }
    #products .inner-wrapper > ul > li {
        padding: 0;
        display: block;
        margin: auto;
    }
    #products .inner-wrapper > ul > li img {
        width: 100%;
        max-width: 300px;
        margin: 0 auto
    }
    #product-slider {
        position: absolute;
        z-index: 9999;
        width: 100%
    }
    #products .inner-wrapper > ul > li.active {
        padding-bottom: 45.1vw;
        margin-bottom: 25px;
    }
    #contact .inner-wrapper {
        padding-top: 150px;
    }
    #contact p {
        width: 100%;
        margin: 70px auto 0;
    }
    #footer {
        padding: 15px 0;
        height: auto;
        line-height: normal;
    }
    #footer a {
        font-size: 11px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    #budget {
        width: 111px;
        height: 134px;
    }
    #product-slider-close {
        width: 20px;
        height: 20px;
    }
    #product-slider .lSPager.lSpg>li a {
        background-color: rgba(255, 255, 255, .7);
        height: 14px;
        width: 14px;
    }
    #map {
        height: 500px;
    }
}
