/* 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: 'PT Sans Narrow', sans-serif;
}

ul{
    list-style: none;
    padding: 0;
}


/* ===================================================== */
/* 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;
    top: 42%;
    left: 5px;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #e10000;
}

#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;
    top: 42%;
    right: 5px;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #e10000;
}

#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_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;
    color: #fff;
    line-height: 1.0;
}

.newsletter_title{
    font-size: 35px;
    font-weight: bolder;
    letter-spacing: 2px;
    color: #fff;
    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: #fff;
    text-transform: uppercase;
}

.newsletter_button{
    cursor: pointer;
    padding: 2px 30px;
    border: solid 2px #fff;
    background: none;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    transition: ease 0.5s;
}

.newsletter_button:hover{
    background: #fff;
    color: #000;
}

/* FOOTER SECTION */
.footer-section{
    position: relative;
    padding: 30px 0px;
    background: #fff;
}

.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: 100px;
    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;
    }
}

.no-overflow{
    overflow: hidden;
}

.dialog-type-lightbox {
    z-index: 999999 !important;
}
