/* FONTS */
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow');

/* CSS */
@import "form.css";

/* GENERAL */
body, html {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'PT Sans Narrow', sans-serif;
}

#content-below-sticky-header {
    padding-top: 95px;
}

ul {
    list-style: none;
    padding: 0;
}

input:focus {
    outline: none;
}

.section-rea {
    padding: 45px 0px;
}

.content-heading {
    text-align: center;
    margin-bottom: 33px;
    position: relative;
}

.content-heading h3.title {
    display: inline-block;
    position: relative;
    color: #222;
    line-height: 24px;
}

.content-heading h3.title:before, .content-heading h3.title:after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background: #222;
    top: 48%;
}

.content-heading h3.title:after {
    right: -75px;
}

.content-heading h3.title:before {
    left: -75px;
}

.rea-contents {
    font-family: 'Roboto';
    text-align: center;
}

.rea-contents i {
    font-size: 45px;
    margin-bottom: 10px;
}

.rea-contents img {
    width: 45px;
    margin-bottom: 10px;
}

.rea-contents h3 {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.rea-contents p {
    font-size: 12px;
    width: 60%;
    margin: 0 auto;
}


/* ===================================================== */
/* MAIN SLIDER HOME */
/* ===================================================== */
.main_home_slider_img {
    width: 100%;
}

#main_home_slider .owl-nav {
    margin: 0px;
}

#main_home_slider .owl-nav .owl-prev {
    position: absolute;
    color: #fff;
    top: 42%;
    left: 5px;
    text-align: center;
    width: 50px;
    height: 50px;
    /*border-radius: 50px;*/
    background: #000;
}

#main_home_slider .owl-nav .owl-prev:focus {
    outline: 0;
}

#main_home_slider .owl-nav .owl-prev span {
    font-size: 25px;
}

#main_home_slider .owl-nav .owl-next {
    position: absolute;
    color: #fff;
    top: 42%;
    right: 5px;
    text-align: center;
    width: 50px;
    height: 50px;
    /*border-radius: 50px;*/
    background: #000;
}

#main_home_slider .owl-nav .owl-next:focus {
    outline: 0;
}

#main_home_slider .owl-nav .owl-next span {
    font-size: 25px;
}

#main_home_slider .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

#main_home_slider .owl-dots .owl-dot:focus {
    outline: 0;
}

#main_home_slider .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    background: none;
    border: solid 2px #fff;
}

#main_home_slider .owl-dots .owl-dot.active span {
    width: 13px;
    height: 13px;
    background: #fff;
    border: solid 2px #fff;
}


/* ===================================================== */
/* HOME CATEGORY */
/* ===================================================== */

.section_home_category {
    display: flex;
    flex-wrap: wrap;
}

.home_category_container {
    position: relative;
    flex-grow: 1;
    width: calc(100% * (1 / 3) - 1px);
    height: 350px;
    overflow: hidden;
}

.home_category_img {
    width: 100%;
    transition: ease 0.5s;
}

.home_category_container:hover .home_category_img {
    width: 110%;
}

.home_category_text_container {
    position: absolute;
    top: 30%;
    width: 100%;
    text-align: center;
}

.home_category_link {
    position: relative;
    font-size: 4.5rem;
    color: #e10000;
    font-weight: bolder;
    letter-spacing: 4px;
    border-bottom: solid 9px #e10000;
}

.home_category_link:hover {
    color: #e10000;
    text-decoration: none;
}

/* SECTION INSTA AND NEWSLETTER */

.section_insta_news {
    display: flex;
    flex-wrap: wrap;
    background: #000;
}

.section_insta_news a:hover {
    text-decoration: none;
}

.newsletter_section, .insta_container {
    padding: 20px;
    width: 50%;
}

.insta_title {
    color: #fff;
    text-align: center;
    font-weight: bolder;
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.insta_title a {
    color: #fff;
}

.insta_title a:hover {
    text-decoration: underline;
}

.insta_img_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 60%;
    margin: auto;
}

.insta_img_wrapper {
    flex-grow: 1;
    width: 50%;
    text-align: center;
}

.insta_img {
    padding: 10px;
    width: 100%;
}

.newsletter_section {
    padding: 30px;
}

.newsletter_container {
    position: relative;
    width: 85%;
    margin: auto;
    padding: 85px 0px 85px 0px;
}

.newsletter_background_container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url('../img/bg_newsletter.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*filter: brightness(0.6) contrast(4);*/
    z-index: 0;
}

.newsletter_content {
    position: relative;
    z-index: 1;
    max-width: 350px;
    margin: auto;
    text-align: center;
}

.newsletter_content p {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    line-height: 1.0;
}

.newsletter_title {
    font-size: 35px;
    font-weight: bolder;
    letter-spacing: 2px;
    color: #e10000;
    text-transform: uppercase;
    /*mix-blend-mode: difference;*/
}

._form_container {

}

._form_group {
    display: block;
    margin-top: 15px;
}

._input_control {
    width: 100%;
    padding: 2px 25px;
}

.newsletter_input {
    border: solid 2px #000;
}

.newsletter_form_group_inline {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0px 50px;
    margin-bottom: 15px;
}

.newsletter_label {
    color: #000;
    text-transform: uppercase;
}

.newsletter_button {
    cursor: pointer;
    padding: 2px 30px;
    border: solid 2px #fff;
    background: #fff;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    transition: ease 0.5s;
}

.newsletter_button:hover {
    background: #000;
    color: #fff;
}

/* FOOTER SECTION */
.footer-section {
    position: relative;
    padding: 60px 0px;
    background: #f4f4f4;
}

.footer-title {
    font-size: 22px;
    font-weight: bolder;
    text-transform: uppercase;

}

.footer_social_ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_social_ul li {
    padding-right: 15px;
}

.footer_social_ul li a {
    color: #000;
    font-size: 30px;
}

.footer_ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer_ul li a {
    font-size: 15px;
    color: #000;
}

.footer_contact_li {
    margin-bottom: 15px;
}

.logo-footer {
    position: absolute;
    width: 165px;
    top: 30px;
    right: 30px;
}


/* ===================================================== */
/* MAIN FRONT LOADER */
/* ===================================================== */
#main_front_loader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
}

.loader_front {
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: helvetica, arial, sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: #ce4233;
    letter-spacing: 0.2em;
}

.loader_front::before, .loader_front::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #ce4233;
    position: absolute;
    -webkit-animation: load .7s infinite alternate ease-in-out;
    animation: load .7s infinite alternate ease-in-out;
}

.loader_front::before {
    top: 0;
}

.loader_front::after {
    bottom: 0;
}

@-webkit-keyframes load {
    0% {
        left: 0;
        height: 30px;
        width: 15px;
    }
    50% {
        height: 8px;
        width: 40px;
    }
    100% {
        left: 235px;
        height: 30px;
        width: 15px;
    }
}

@keyframes load {
    0% {
        left: 0;
        height: 30px;
        width: 15px;
    }
    50% {
        height: 8px;
        width: 40px;
    }
    100% {
        left: 235px;
        height: 30px;
        width: 15px;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}


