﻿html{
    font-size: 14px;
}
a{
    color: black;
}
p{
    /*font-size: 14px;*/
    line-height: 1;
}
nav{
    position: absolute;
    top: 0px;
}
.nav-wrapper{
    height: 75px;
    background-color: rgba(0,0,0,0);
    padding-right: 30px;
    padding-left: 30px;
    font-size: 14px;
    font-weight: lighter;
}

.nav-logo{
    padding-top: 13px;
}
.nav-wrapper>ul>li>a{
    line-height: 1.3;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 23px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

.nav-wrapper>ul>li:hover{
    background-color: rgba(0,0,0,0);
}
.nav-wrapper>ul>li>a:hover{
    border-bottom: 2px solid #ffaa00;
    font-weight: 300;
}
.nav_active{
    border-bottom: 2px solid #ffaa00;
    font-weight: 300;
}
.nav_active_fixed{
    border-bottom: 2px solid #ffaa00;
    font-weight: 300;
}

.btn_nav_a{
    margin-left: 40px;
    margin-right: 5px;
    width: 130px;
    height: 35px;
    background-color: #fe9a00;
    font-weight: normal;
    font-size: 12px;
}

.btn_nav_b{
    margin-left: 5px;
    margin-right: 40px;
    padding-left: 22px;
    height: 35px;
    width: 130px;
    border-style: solid;
    border-width:2px;
    border-color: white;
    font-weight: normal;
    font-size: 12px;
}

.btn_nav_d{
    margin-left: 0px;
    margin-right: 0px;
    width: 130px;
    height: 35px;
    background-color: #fe9a00;
    font-weight: normal;
    font-size: 12px;
}

.btn_nav_c{
    height: 35px;
    width: 130px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 80px;
    margin-top: 24px;
    border-style: solid;
    border-width:2px;
    border-color: #fe9a00;
    font-size: 12px;
    color: #fe9a00;
}

.drop_menu{
    margin-top: 20px;
    background-color: rgba(0,0,0,0);
    box-shadow: 0px 0px 0px; 
}
.drop_menu>ul{
    margin-top: 20px;
}
.drop_menu>ul>li{
    background-color: rgba(0,0,0,0.7);
    padding: 2px 10px;
    width: 180px;
}
.drop_menu>ul>li>a{
    font-size: 14px;
    color: white;
}
.drop_menu>ul>li:hover{
    background-color: rgba(0,0,0,0.7);
    font-weight: bold;
}

.newsletter_bk{
    width: 600px;
    padding: 0px;
    padding-bottom: 30px;
    background-color: rgba(255,255,255,0.8);
    max-height: 80%;
    overflow: hidden;
}
.newsletter_bk .modal-content{
    padding: 0px;
    font-size: 12px;
    text-align: center;
    color: black;
}
.modal-content>input:focus{
    border-bottom:2px solid #fe9a00;
    /*width: 400px;*/
}
input[type=text]{
    background-color: white;
    padding: 0px 50px;
    width: 300px;
    /*width: 404px;*/
    height: 60px;
    border-style: solid;
    border-width:2px;
    border-color: #fe9a00;
}

.send_btn{
    width: 56px;
    height: 64px;
    background-color:#fe9a00;
    float: right;
    padding: 20px 0;
}
/*SLIDER*/
.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    background: #9b9b9b;
    opacity: .9;
}
.swiper-pagination-bullet-active{
    opacity: 1;
    background: #fe9a00;
    border-style: solid;
    border-color: white;
    border-width: 3px;
}

/*switch button*/
.sw_btns{
    font-size:14px;
    color: black;
    text-align: center;
    margin-bottom: 72px;
}
.sw_btn_active{
    color: #ffaa00;
    border-bottom: 2px solid #ffaa00;
}

/*Page*/
.slide_bk{
    position: absolute;
    bottom: 0px;
    margin: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
}
.slide_block{
    position: absolute;
    top: 0px;
    margin-top: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0);
}
.slide_mask{
    margin-top: 0px;
    height: 87%;
    width: 100%;
    overflow: hidden;
}
.slide_title{
    overflow: hidden;
    vertical-align: middle;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
}
.slide_content{
    color: white;
    overflow: hidden;
}
.slide_content>p{
    line-height: 1.2;
}
.blur {    
    /*position:absolute;
    clip:rect(360px,480px,480px,0px);*/
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}

/*Footer*/
footer.page-footer{
    color: white;
    margin-top: 0px;
    /*height: 80px;*/
    padding: 30px;
    background-color: #282a31;
    vertical-align:middle;
}
footer>img{
    margin-left: 15px;
    margin-right: 15px;
}
footer>div>a{
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 5px;
}