html,body{
    margin:0;
    padding:0;
    color: #17181B;
    background:#FFFFFF;
    font-size:0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    font-family: 'Droid Serif', sans-serif;
    overflow-x: hidden;
}
html{
    background:#FFFFFF;
}
div{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.post, .page{
    margin:0;
}
img{
    max-width:100%;
    width:100%;
}


section{
    position:relative;
    width:100%;
}
section .content_holder{
    position:relative;
    margin:auto;
    width: 90%;
    max-width:1400px;
    z-index:10;
    left:0;
    right:0;
}


h1{
    font-size:48px;
    line-height:1;
    margin:0;
    padding:0;
    margin-bottom:20px;
    color:#ff0000;
    font-weight:bold;
}
h2{
    font-size:42px;
    line-height:1.2;
    margin:0;
    padding:0;
    margin-bottom:20px;
    font-weight:bold;
}
h3{
    font-family: 'Museo', sans-serif;
    font-size:36px;
    line-height:1.2;
    margin:0;
    padding:0;
    margin-bottom:10px;
    font-weight:normal;
}
h4{
    font-size:40px;
    line-height:1.2;
    margin:0;
    padding:0;
    margin-bottom:20px;
    font-weight:normal;
    color:#3e3739;
}
h5{
    font-size:32px;
    line-height:1.5;
    margin:0;
    padding:0;
    margin-bottom:20px;
    font-weight:normal;
    color:#3e3739;
}
h6{
    font-size:20px;
    line-height:1.2;
    margin:0;
    padding:0;
    font-family:Lato;
}
p{
    font-size:18px;
    line-height:1.5;
    margin:0;
    padding:0;
    margin-bottom:16px;
    color:#595959;
}
a{
    color:#17181B;
}
a:hover,a:active,a:visited{
    color:#17181B;
}

._btn{
    position:relative;
    display:inline-block;
    width:160px;
}
._btn .text{
    position: absolute;
    color: #FF0000;
    width: 100%;
    text-align: center;
    z-index: 3;
    font-size:16px;
    font-weight:bold;
    margin-top:15px;
}
._btn .off{
    position:relative;
    display:inline-block;
    z-index: 2;
    top: 0;
}
._btn .on{
    position:relative;
    display:inline-block;
    display:none;
    z-index: 2;
    top: 0;
}
._active .off{
    display:none!important;
}
._active .on{
    display:inline-block!important;
}
._active .text{
    color: #FFFFFF!important;
}
._btn:hover .off{
    display:none;
}
._btn:hover .on{
    display:inline-block;
}


._desktop{
    display:block;
}
._mobile{
    display:none;
}
._desktop_inline{
    display:inline-block;
}
._mobile_inline{
    display:none;
}



.contact_holder{
    background:#fefefe;
    padding:50px;
    margin-top:-50px;
    border-radius:25px;
    text-align:center;
}
.contact_holder h2{
}
.contact_holder p{
    font-family: 'Museo', sans-serif;
}
.nf-form-cont{
    position:relative;
    display:inline-block;
    margin-top:25px;
}
.nolabel label{
    display:none;
}
.contact_holder nf-field{
    position:relative;
    display:inline-block;
    width:auto;
}
.contact_holder nf-field:nth-of-type(1){
    width:49%;
}
.contact_holder nf-field:nth-of-type(2){
    width:49%;
    margin-left:2%;
}
.contact_holder nf-field:nth-of-type(3){
    width:100%;
}
.contact_holder nf-field:nth-of-type(4){
    width:49%;
}
.contact_holder nf-field:nth-of-type(5){
    width:49%;
    margin-left:2%;
}
.contact_holder nf-field:nth-of-type(6){
    width:100%;
}
.contact_holder nf-field:nth-of-type(7){
    width:100%;
    text-align:left;
}
.contact_holder nf-field:nth-of-type(7) label{
    font-weight:normal;
    font-size:14px;
    line-height:1.2;
}
.contact_holder nf-field:nth-of-type(7) a{
    color:#b58c60;
}
.contact_holder nf-field:nth-of-type(8){
    width:100%;
    margin-top:20px;
}
.nf-field-label .nf-label-span, .nf-field-label label{
    font-size:16px;
    font-family: 'Museo', sans-serif;
}
.contact_holder .nf-field-container{
    margin-bottom:15px;
}
.contact_holder .nf-after-field{
    display:none;
}
.field-wrap .pikaday__container, .field-wrap .pikaday__display, .field-wrap>div input, .field-wrap select, .field-wrap textarea{
    font-size:16px;
    padding:10px;
    border-radius:10px;
    font-family: 'Museo', sans-serif;
}
.submit-wrap input{
    width:100%!important;
    color:#FFFFFF;
    background:#b58c60;
    border-radius:10px;
    padding:20px!important;
    font-size:16px;
    font-weight:bold;
    cursor:pointer;
}


.float_link{
    position:fixed;
    width:80px;
    bottom:40px;
    right:40px;
    z-index:100;
}
.float_link a{
    position:relative;
    display:inline-block;
    margin-bottom:0px;
}



.form_holder{
    border-radius:30px;
    background:#fefefe;
    overflow:hidden;
    margin-top:25px;
}
.form_holder img{
    position:relative;
    display:inline-block;
    width:25px;
    vertical-align:middle;
    margin-left:15px;
}
.form_holder .nf-form-cont{
    position:relative;
    display:inline-block;
    width:calc(100% - 40px);
    margin:0;
    vertical-align: middle;
}
.form_holder label{
    display:none;
}
.form_holder .nf-field-container{
    margin:0;
}
.form_holder input,.form_holder input:focus{
    border:0px;
    outline: none;
}
.form_holder .submit-wrap input{
    background:#606062;
    border-radius:30px;
    font-size:14px;
    padding:15px!important;
    cursor:pointer;
}
.form_holder nf-field{
    position:relative;
    display:inline-block;
    width:calc(50% - 5px);
    vertical-align:middle;
    margin-top:5px;
    margin-bottom:0px;
    margin-right:5px;
}
.form_holder .nf-response-msg p{
    color:#606062;
    margin:0;
    padding-left:10px;
    padding-top:10px;
    padding-bottom:10px;
    line-height:1.1;
}

.btn_backtotop{
    cursor:pointer;
}



@media screen and (max-width: 1500px) {
    h4{
        font-size:32px;
    }
    h5{
        font-size:28px;
    }
}
@media screen and (max-width: 1280px) {
    h2{
        font-size:38px;
        line-height:1.2;
        margin-bottom:10px;
    }
    h3{
        font-size:34px;
        line-height:1.2;
        margin-bottom:20px;
    }
    h4{
        font-size:28px;
        line-height:1.2;
        margin-bottom:20px;
    }
    h5{
        font-size:24px;
        line-height:1.5;
        margin-bottom:20px;
    }
    h6{
        font-size:18px;
        line-height:1;
    }
    p{
        font-size:16px;
        line-height:1.5;
        margin-bottom:16px;
    }

    .float_link{
        width:70px;
        bottom:30px;
        right:30px;
    }


    .form_holder .submit-wrap input{
        font-size:12px;
        padding-left:10px!important;
        padding-right:10px!important;
    }
}
@media screen and (max-width: 1024px) {
    h2{
        font-size:28px;
        line-height:1.2;
        margin-bottom:10px;
    }
    h3{
        font-size:30px;
        line-height:1.2;
        margin-bottom:20px;
    }
    h4{
        font-size:26px;
        line-height:1.1;
        margin-bottom:10px;
    }
    h5{
        font-size:22px;
        line-height:1.4;
        margin-bottom:20px;
    }
    h6{
        font-size:16px;
        line-height:1.2;
    }
    p{
        font-size:16px;
        line-height:1.5;
        margin-bottom:16px;
    }
    ._btn{
        width:135px;
    }
    ._btn .text{
        font-size:14px;
        margin-top:12px;
    }

    .contact_holder{
        padding:25px;
    }
    .nf-field-label .nf-label-span, .nf-field-label label{
        font-size:14px;
        font-family: 'Museo', sans-serif
    }
    .field-wrap .pikaday__container, .field-wrap .pikaday__display, .field-wrap>div input, .field-wrap select, .field-wrap textarea{
        font-size:14px;
        padding:10px;
    }
    .submit-wrap input{
        padding:20px!important;
        font-size:14px;
    }

    .float_link{
        width:60px;
        bottom:30px;
        right:30px;
    }
    .float_link a{
        /*margin-bottom:10px;*/
    }
}
@media screen and (max-width: 768px) {
    h2{
        font-size:24px;
        line-height:1.2;
        margin-bottom:5px;
    }
    h3{
        font-size:26px;
        line-height:1.2;
        margin-bottom:20px;
    }
    h4{
        font-size:20px;
        line-height:1.1;
        margin-bottom:10px;
    }
    h5{
        font-size:14px;
        line-height:1.4;
        margin-bottom:20px;
    }
    h6{
        font-size:14px;
        line-height:1.2;
    }
    p{
        font-size:16px;
        line-height:1.5;
        margin-bottom:16px;
    }
    ._btn{
        width:145px;
    }
    ._btn .text{
        font-size:14px;
        margin-top:15px;
    }

    ._desktop{
        display:none;
    }
    ._mobile{
        display:block;
    }
    ._desktop_inline{
        display:none;
    }
    ._mobile_inline{
        display:inline-block;
    }


    .contact_holder nf-field:nth-of-type(1){
        width:100%;
    }
    .contact_holder nf-field:nth-of-type(2){
        width:100%;
        margin:0;
    }
    .contact_holder nf-field:nth-of-type(4){
        width:100%;
    }
    .contact_holder nf-field:nth-of-type(5){
        width:100%;
        margin:0;
    }

    .float_link{
        width:60px;
        bottom:20px;
        right:10px;
    }
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 500px) {
}
@media screen and (max-width: 400px) {
}