body {
    font-family: 'Geogrotesque',Sans-Serif;
    background-color: #ededed;
    /*-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
}
a {outline:none;-moz-outline-style:none}
input::-moz-focus-inner {border:0}
a:focus {outline:none;-moz-outline-style:none}
input:focus {outline:none;-moz-outline-style:none}
textarea:focus {outline:none;-moz-outline-style:none}
a, a:active, a:focus, a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h1, h2, h3 {
    margin: 0;
}
input, textarea {
    font-size: 18px;
    height: 43px;
    border: none;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 10px;
}
textarea {
    padding-top: 9px;
    height: 232px;
}
input[type=file] {
    position: fixed;
    top: -1000px;
}
.error {
    border: solid 1px red;
}
.buttons {
    text-align: right;
}
.container {
    position: relative;
}
.btn {
    background-color: #ffc92a;
    display: inline-block;
    color: #000 !important;
    padding: 2px 18px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    font-size: 20px;
    transition: background-color .2s ease;
    width: auto;
}
.btn-block {
    display: block;
}
.btn:hover, .btn.active {
    color: #000;
    text-decoration: none;
    background-color: #deae25;
}
.row.flex {
    display: flex;
    align-items: center;
    flex-direction: row;
}

/* HEADER */
header {
    background-color: #782123;
    height: 90px;
}
.logo {
    text-indent: -9999px;
    overflow: hidden;
    background: url('../img/logo-2x.png') no-repeat center center;
    background-size: 100%;
    display: block;
    width: 358px;
    height: 90px;
}
nav {
    position: absolute;
    right: 15px;
    top: 0;
}
nav ul, nav ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
nav li a {
    color: #FFF;
    text-transform: uppercase;
    line-height: 90px;
    font-size: 15px;
    margin-left: 40px;
    display: block;
    position: relative;
    font-weight: 700;
}
nav li a:hover {
    color: #FFF;
    text-decoration: none;
}
nav li a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    background-color: #ac885a;
    display: block;
    bottom: 0;
    transition: height .2s ease;
}
nav li a.active:after, nav li a:hover:after {
    height: 3px;
}
.menu {
    display: none;
}

/* SECTION IMAGE */
.section-image {
    height: 870px;
    background-repeat: no-repeat;
    background-position: 50% 40%;
    background-size: cover;
    position: relative;
    text-align: center;
}
.section-image:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: url('../img/bg-full-image.png') repeat-x top left;
}
.section-image .content {
    position: absolute;
    top: 350px;
    width: 100%;
    color: #FFF;
}
.section-image .content h1, .section-image .content h2 {
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 900;
}
.section-image .content span {
    font-size: 22px;
    display: block;
}
.section-image a {
    color: #ffc92a;
}

.contact-forms {
    position: absolute;
    bottom: 60px;
    text-align: center;
    width: 100%;
    line-height: 1.2;
    font-size: 14px;
}
.contact-forms div {
    display: inline-block;
    color: #FFF;
    text-align: left;
    margin: 0 40px;
    padding-left: 55px;
    position: relative;
}
.contact-forms div:first-child {
    padding-left: 47px;
}
.contact-forms div:before {
    content: '';
    background: url('../img/sprite-contact-forms.png') no-repeat 0 5px;
    display: block;
    height: 40px;
    width: 41px;
    border-right: solid 1px #8a8a8a;
    position: absolute;
    left: 0;
    margin-top: -5px;
}
.contact-forms .location:before {
    width: 33px;
}
.contact-forms .phone:before {
    background-position: -57px 5px;
}
.contact-forms .facebook:before {
    background-position: -118px 5px;
}

/* HOME FAIRS */
.fairs {
    margin-top: -40px;
    padding-top: 25px;
    background-color: #fff;
}
.fairs:before, .fairs:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 50px;
    top: 0;
    left: -45px;
    background-color: #fff;
    display: block;
}
.fairs:after {
    left: inherit;
    right: -45px;
}
.fairs h2 {
    font-size: 30px;
    color: #782123;
    text-transform: uppercase;
    font-weight: normal;
    position: relative;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
}
.fairs h2:before {
    content: '';
    position: absolute;
    height: 23px;
    width: 100%;
    top: 13px;
    left: 0;
    background-color: #af8f5e;
    display: block;
}
.fairs h2 span {
    position: absolute;
    background-color: #fff;
    padding: 0 25px;
    left: 65px;
}
.row.fairs-list + .row.fairs-list {
    margin-top: 30px;
}
.fairs-item {
    margin-bottom: 30px;
}
.fairs-item:nth-child(3n) + .fairs-item {
    clear: both;
}
.fairs-item img {
    max-width: 100%;
}
.fairs-item h3 {
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 15px;
    font-size: 18px;
    display: flex;
}
.fairs-item h3 span {
    background-color: #782123;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin-top: 2px;
    padding: 0 8px;
    margin-left: 10px;
    white-space: nowrap;
}
.fairs-item p {
    font-size: 12px;
    margin: 0;
}
.fairs-item a {
    color: #ffc92a;
}

/* FOOTER */
footer .container {
    margin-top: 30px;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    color: #9c9c9c;
    position: relative;
}
footer .container:before {
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    top: -1px;
    display: block;
    border-top: solid 1px #b5b5b5;
}
footer .container a {
    color: #782123;
}

/* ABOUT US */
.medium-image {
    height: 360px;
}
.medium-image-plus {
    height: 400px;
}
.medium-image .content, .small-image .content {
    top: 110px;
}
.medium-image .content h1:after, .medium-image .content h2:after, .text h2:after, .small-image .content h2:after, .collection-gallery-item span:after, .form h2:after {
    content: '';
    width: 75px;
    border-bottom: solid 2px #ffc92a;
    display: block;
    margin: auto;
    margin-top: 2px;
}
.medium-image .content span {
    max-width: 480px;
    margin: auto;
    font-size: 20px;
    margin-top: 10px;
}
.medium-image .content .breadcrumb {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
}
.medium-image .content .breadcrumb span {
    font-size: 13px;
    display: inline-block;
    color: #ffc92a;
    padding: 0 5px;
}
.medium-image .content .breadcrumb a {
    color: #fff;
    padding: 0 5px;
}
.medium-image .content .btn {
    margin-top: 25px;
}
.text {
    font-size: 18px;
    color: #616161;
    background-color: #fff;
    position: relative;
}
.text-grey {
    background-color: #e2e2e2;
}
.text h2, .form h2 {
    font-size: 38px;
    color: #000;
    font-weight: 900;
}
.text h2:after {
    margin: initial;
    margin-top: 10px;
}
.col-text {
    padding-top: 130px;
    padding-bottom: 130px;
}
.col-text-less-padding {
    padding-top: 0;
    padding-bottom: 0;
}

/* COLLECTION */
.small-image {
    height: 260px;
}
.small-image .content {
    top: 70px;
}
.small-image .content h2 {
    text-transform: none;
    font-size: 38px;
    margin-bottom: 20px;
}
.small-image .content span {
    font-size: 18px;
}
.col-products, .col-positions {
    padding-top: 80px;
    padding-bottom: 80px;
}
.col-products .btn, .col-positions .btn {
    font-size: 24px;
    margin-bottom: 20px;
}
.collection-gallery {
    padding-top: 30px;
}
.collection-gallery-item {
    background-image: url('https://www.toptal.com/designers/subtlepatterns/patterns/kindajean.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin-bottom: 30px;
}
.collection-gallery-item:before {
    content: '';
    background-color: #ffc92a;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity .5s ease;
}
.collection-gallery-item span {
    position: absolute;
    font-size: 28px;
    color: #fff;
    display: block;
    text-align: center;
    font-weight: 700;
    width: 100%;
    opacity: 0;
    transition: opacity .5s ease;
}
.collection-gallery-item span:after {
    border-color: #000;
}
.collection-gallery-item:hover:before {
    opacity: 0.9;
}
.collection-gallery-item:hover span {
    opacity: 1;
}

/* CAREERS */
.form {
    padding: 60px 0;
    background-color: #e2e2e2;
}
.form h2 {
    text-align: center;
    margin-bottom: 25px;
}
.form h2:after {
    margin-top: 10px;
}
.btn-attach {
    background-image: url('../img/sprite-careers.png');
    background-repeat: no-repeat;
    background-position: 10px -66px;
    padding-left: 40px;
}
.btn-attached {
    background-image: url('../img/sprite-careers.png');
    background-repeat: no-repeat;
    background-position: 10px 5px;
    padding-left: 35px;
}

/* CONTACT */
strong.color {
    color: #ffc92a;
}
.textarea-contact {
    height: 170px;
}
#map {
    width: 100%;
    height: 350px;
}

/* SECTION IMAGES */
.section-image-home {
    background-image: url('../img/home.jpg');
}
.section-image-about {
    background-image: url('../img/about-1.jpg');
}
.section-image-about-footer {
    background-image: url('../img/about-2.jpg');
}
.section-image-collection {
    background-image: url('../img/collection-1.jpg');
}
.section-image-showroom {
    background-image: url('../img/showroom-1.jpg');
}
.section-image-contact {
    background-image: url('../img/contact-1.jpg');
}
.section-image-contact-footer {
    background-image: url('../img/contact-2.jpg');
}
.section-image-careers {
    background-image: url('../img/careers-1.jpg');
}
.col-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    width: 500px;
    top: 0;
    bottom: 0;
    left: 0;
}
.col-image-right {
    left: inherit;
    right: 0;
    top: 60px;
    bottom: 60px;
}
.col-image-about-1 {
    background-image: url('../img/about-text-1.jpg');
}
.col-image-about-2 {
    background-image: url('../img/about-text-2.jpg');
}
.col-image-showroom-1 {
    background-image: url('../img/showroom-text-1.jpg');
}
.col-image-showroom-2 {
    background-image: url('../img/showroom-text-2.jpg');
}

/* RESPONSIVE */
@media only screen and (max-width: 991px) {
    nav {
        display: none;
        transition: display .5s ease;
    }
    .section-image {
        height: 400px;
    }
    .section-image .content {
        top: 90px;
    }
    .contact-forms {
        display: none;
    }
    .fairs:before, .fairs:after {
        display: none;
    }
    .fairs-item:nth-child(3n) + .fairs-item {
        clear: initial;
    }
    .fairs-item:nth-child(2n) + .fairs-item {
        clear: both;
    }
    .col-text {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .medium-image {
        height: 280px;
    }
    .medium-image .content {
        top: 50px;
    }
    .medium-image-plus {
        height: 300px;
    }
    .row.flex {
        display: block;
    }
    .col-products, .col-positions {
        padding-top: 0;
        padding-bottom: 50px;
    }
    .small-image {
        height: 200px;
    }
    .small-image .content {
        top: 40px;
    }
    .collection-gallery-item {
        height: 200px;
    }
    .menu {
        display: block;
        position: absolute;
        width: 60px;
        height: 60px;
        background-image: none;
        border: none;
        top: 15px;
        right: 0;
    }
    .menu span {
        display: block;
        position: absolute;
        top: 29px;
        left: 20px;
        width: 20px;
        height: 3px;
        background: #FFF;
        transition: background 0s 0.3s;
    }
    .menu span::before, .menu span::after {
        content: ' ';
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #FFF;
        transition-duration: 0.3s, 0.3s;
        transition-delay: 0.3s, 0s;
    }
    .menu span::before {
        top: -6px;
        transition-property: top, transform;
    }
    .menu span::after {
        bottom: -6px;
        transition-property: bottom, transform;
    }
    .menu.is-active span {
        background: none !important;
    }
    .menu.is-active span::before, .menu.is-active span::after {
        transition-delay: 0s, 0.3s;
    }
    .menu.is-active span::before {
        top: 0 !important;
        transform: rotate(45deg);
    }
    .menu.is-active span::after {
        bottom: 0 !important;
        transform: rotate(-45deg);
    }
    header .container {
        position: inherit;
    }
    nav {
        position: absolute;
        top: 90px;
        z-index: 99;
        background-color: #782123;
        width: 100%;
        right: 0;
        padding-left: 10px;
    }
    nav ul {
        padding-left: 0;
        width: 100%;
    }
    nav ul, nav ul li {
        display: block;
        text-align: right;
    }
    nav ul li a {
        padding: 25px 15px;
        display: none;
        margin: 0;
    }
    nav ul li a.active {
        display: inline;
    }
    nav li a:after {
        display: none;
    }
    nav.open {
        height: 205px;
        display: block;
    }
    nav.open ul {
        top: 60px;
        padding-top: 10px;
    }
    nav.open ul li {
        text-align: left;
        margin-left: 15px;
    }
    nav.open ul li a {
        padding: 15px;
        line-height: 37px;
        display: inline;
    }
}
@media only screen and (max-width: 767px) {
    header {
        height: 60px;
    }
    .logo {
        width: 190px;
        height: 60px;
    }
    .section-image .content h1, .section-image .content h2 {
        font-size: 30px;
    }
    .section-image .content span {
        font-size: 18px;
    }
    .medium-image .content .breadcrumb, .medium-image .content .breadcrumb span {
        font-size: 11px;
    }
    .fairs h2 {
        font-size: 20px;
        line-height: 45px;
    }
    .fairs h2 span {
        left: 25px;
    }
    .fairs h2:before {
        height: 18px;
    }
    .row.fairs-list + .row.fairs-list {
        margin-top: 0;
    }
    .fairs-item {
        clear: both;
    }
    nav {
        top: 60px;
        padding-left: 0;
    }
    .menu {
        top: 0;
    }
}
