footer{
    position:relative;
    display: inline-block;
    width:100%;
    font-size:16px;
    top:0;
    background-color: #150D0A;
    color:#FAD757;
    z-index:101;
}
footer .footer_social_holder{
    position:relative;
    max-width: 1800px;
    width: 90%;
    background: #322E2C;
    padding:40px;
    margin:auto;
    margin-top:20px;
    text-align:center;
}
footer .footer_social_holder h2{
    width:100%;
    font-size:30px;
    line-height:1.2;
    color:#FFFFFF;
    margin:0;
    margin-bottom:20px;
}
footer .footer_social_holder a{
    position:relative;
    display:inline-block;
    width:40px;
}
footer .footer_newsletter{
    position:relative;
    max-width: 1800px;
    width: 90%;
    background: #322E2C;
    padding:40px;
    margin:auto;
    margin-top:20px;
}
footer .footer_newsletter .newsletter_left{
    position:relative;
    display:inline-block;
    width:40%;
    vertical-align:middle;
}
footer .footer_newsletter .newsletter_left h2{
    font-size:30px;
    line-height:1.2;
    color:#FFFFFF;
    margin:0;
}
footer .footer_newsletter .newsletter_right{
    position:relative;
    display:inline-block;
    width:40%;
    margin-left:19%;
    vertical-align:middle;
}
footer .footer_newsletter .newsletter_right .nf-before-form-content{
    display: none;
}
footer .footer_newsletter .newsletter_right .nf-field-label{
    display: none;
}
footer .footer_newsletter .newsletter_right nf-field{
    vertical-align: top;
}
footer .footer_newsletter .newsletter_right .email-container{
    display:inline-block;
    width:calc(100% - 55px);
    margin:0px;
}
footer .footer_newsletter .newsletter_right .email-container input{
    border: 1px solid #c4c4c4;
    background:rgba(0,0,0,0);
}
footer .footer_newsletter .newsletter_right .submit-container{
    display:inline-block;
    margin:0px;
}
footer .footer_newsletter .newsletter_right .submit-container input{
    width:50px;
    height:50px;
    background:#FAD757;
    color:#000000;
    border-radius:0px;
}
footer .footer_newsletter .newsletter_right .nf-after-form-content{
    display: none;
}
footer .footer_holder{
    position:relative;
    max-width:1800px;
    width:90%;
    margin:auto;
    padding-top:40px;
    padding-bottom:20px;
}
footer .footer_holder .logo{
    position:relative;
    display:inline-block;
    width:150px;
    vertical-align: middle;
}
footer .footer_holder .navi_holder{
    position:relative;
    display:inline-block;
    vertical-align: middle;
    width: calc(100% - 155px);
    text-align: right;
}
footer .footer_holder .navi_holder a{
    color: #FAD757;
    padding-left:35px;
    text-decoration: none;
    white-space: nowrap;
}
footer .footer_holder .navi_holder a:hover{
    text-decoration:underline;
}
footer .copyright{
    position:relative;
    display:inline-block;
    width:100%;
    text-align:center;
    margin-top:40px;
}


@media screen and (min-width: 2561px) {
    footer{
        font-size:1vw;
    }
    footer .footer_holder{
        max-width:90%;
        padding-top:2%;
        padding-bottom:1%;
    }
    footer .footer_holder .logo{
        width:10%;
    }
    footer .footer_holder .navi_holder{
        width:89%;
    }
}
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1280px) {
    footer .footer_newsletter .newsletter_left{
        width:50%;
    }
    footer .footer_newsletter .newsletter_right{
        width:40%;
        margin-left:9%;
    }
}
@media screen and (max-width: 1024px) {
    footer .footer_social_holder h2{
        font-size:24px;
    }
    footer .footer_newsletter .newsletter_left{
        width:100%;
    }
    footer .footer_newsletter .newsletter_left h2{
        font-size:24px;
    }
    footer .footer_newsletter .newsletter_right{
        margin-top:20px;
        width:100%;
        margin-left:0%;
    }
}
@media screen and (max-width: 768px) {
    footer .footer_holder{
        padding-top:30px;
        padding-bottom:30px;
        text-align: center;
    }
    footer .footer_holder .logo{
        margin-bottom:20px;
    }
    footer .footer_holder .navi_holder{
        width:100%;
        text-align:center;
    }
    footer .footer_holder .navi_holder a{
        padding-left:15px;
        padding-right:15px;
    }
    footer .copyright{
        margin-top:40px;
    }
}
@media screen and (max-width: 600px) {
}