/*footer*/
/*desktop*/
#footerbl {
    background: #fff;
    z-index: 10;
    position: relative;
    font-family:'Open Sans',sans-serif ;
}
#footerbl .intro {
    width: 1030px;
    margin: 0 auto;
    height: 271px;
    position: relative;
}
#fp-nav ul li a[href="#footer"] {
    display: none;
}
#footerbl .logos p.helper {
    display: inline-block;
    margin: 0;
}
#footerbl .logos p.helper:hover span:before,
#footerbl .logos p.helper.active span:before {
    opacity: 1;
}
#footerbl  span:before {
    content: '';
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -16.5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 16.5px 0 16.5px;
    border-color: #000000 transparent transparent transparent;
    opacity: 0;
    /*-webkit-transition: opacity 0.3s ease-out ;
     -moz-transition: opacity 0.3s ease-out ;
     -o-transition: opacity 0.3s ease-out;
     transition: opacity 0.3s ease-out ;*/
}

#footerbl .footer_bottom {
    width: 100%;
    overflow: hidden;
    padding: 35px 0 25px;
    /* position: absolute; */

    left: 0;
    bottom: 0;
    background: #000;
}
.footer_menu {
    overflow: hidden;
    width: 1030px;
    margin: 0 auto 12px;
}
.footer_menu ul {
    float: left;
    margin: 0 172px 0 0;
    padding: 0;
    list-style-type: none;
}
.footer_menu ul:last-child{
    margin-right:0;
}
.footer_menu li {
    margin-bottom: 6px;
}
.footer_menu a {
    font-size: 14px;
    color: #464646;
    text-decoration: none;
    font-weight: 400;
    line-height: 25px;
}
.footer_menu a:hover {
    color: #fff;
}
.footer_subscribe {
    width: 1030px;
    margin: 0 auto 18px;
    height: 60px;
}
.footer_subscribe_left {
    float: left;
}
.footer_subscribe_right {
    float: right;
}
.footer_copyrights {
    font-size: 11px;
    color: #fff;
    text-align: center;
}
.footer_subscribe_left label {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    line-height: 67px;
}
.footer_subscribe_left .field {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 76px;
    width: 375px;
    border: 2px solid transparent;
    overflow: hidden;
    border-radius: 10px;
}
.footer_subscribe_left .field input[type="email"] {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 30px;
    border-radius: 10px;
    border: none;
    background: #464646;
    color: #fff;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*Firefox 1-3*/
    -webkit-box-sizing: border-box;
    /* Safari */
}
.footer_subscribe_left .field input[type="email"]:focus {
    outline-width: 0;
}

/*.footer_subscribe_left .field input[type="email"]:hover {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 30px;
    border-radius: 10px;
    border: none;
    background: white;
    color: #464646;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*Firefox 1-3/
    -webkit-box-sizing: border-box;
    /* Safari /
}*/
.footer_subscribe_left .field input[type="submit"] {
    position: absolute;
    border-radius: 10px;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    background: url('img/submit_arrow.png') center top no-repeat;
    margin: 0;
    padding: 0;
    border: 0;
    text-indent: -9999px;
    overflow: hidden;
}
.footer_subscribe_left .field input[type="submit"]:hover {
    background: url('img/submit_arrow.png') center bottom no-repeat;
}
.footer_subscribe_right a {
    text-decoration: none;
    width: 56px;
    height: 56px;
    display: inline-block;
    background: url('img/icon_sprite_subs.png') no-repeat;
    margin-left: 15px;
    margin-top: 6px;
    opacity: 0.3;
}
.footer_subscribe_right a:hover {
    opacity: 1;
}
.footer_subscribe_right .instagram {
    background-position: 0px 0px;
}
.footer_subscribe_right .facebook {
    background-position: -75px 0px;
}
.footer_subscribe_right .twitter {
    background-position: -148px 0px;
}
.footer_subscribe_right .youtube {
    background-position: -225px 0px;
}
#footerbl .mail-thanks {
    width: 100%;
    text-align: center;
    font-size: 32px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    display: none;
}
@media screen and (max-device-width: 600px) {
    .footer_subscribe {
        width: 94%;
        color: #E1E1E1;
        height: initial;
        overflow: hidden;
        margin-bottom: 0;
    }
    .footer_menu {
        width: 100%;
        margin-bottom: 13px;
    }
    .footer_menu ul {
        float: left;
        margin: 0 40px 0 10px;
        padding: 0;
        list-style-type: none;
        font-weight: 400;
    }
    .footer_menu ul:last-child{
        margin: 0 40px 0 20px;
    }
    .footer_menu a {
        color: #E1E1E1;
    }
    .footer_subscribe_left {
        float: none;
    }
    .footer_subscribe_right {
        float: none;
        width: 300px;
        margin: 15px auto;
    }
    .footer_subscribe_right a {
        width: 56px;
        margin-left: 2px;
        padding-left: 13px;
    }
    .footer_subscribe_left label {
        padding-left: 27%;
        padding-bottom: 10px;
        line-height: 46px;
        font-weight: 300;
    }
    .footer_subscribe_left .field {
        width: 82%;
        padding-left: 5%;
        margin-left: 0;
    }
    .footer_copyrights {
        font-size: 13px;
        padding: 0 13px;
    }
    /*header nav li {
    margin-left: 11%;
    width: 100%;
    font-size: 15px;
    line-height: 39px;
    text-align: start;
    }*/

    .footer_subscribe_right {
        float: none;
        width: 300px;
        margin: 30px auto;
    }
    .footer_subscribe_left {
        float: left;
        padding: 20px 0;
    }
}
@media screen and (min-width:1000px) and (max-width:1170px){
    .footer_subscribe{
        width:100%;
    }
    .footer_menu ul{
        margin: 0 140px 0 20px;
    }
}
/*end desktop*/
@media screen and (device-width: 768px) and (orientation:portrait) {
    .footer_menu {
        width: 100%;
    }
    .footer_subscribe_left label {
        margin-left: 10px;
    }
    .footer_subscribe_left .field {
        margin-left: 15px;
        width: 300px;
    }
    .footer_menu ul {
        margin: 0 153px 0 20px;
    }
    .footer_subscribe {
        width: 100%;
    }
}
@media screen and (width: 640px) and (orientation:portrait){
    .footer_menu a {
        font-size: 25px;
        line-height: 30px;
    }

    .footer_subscribe_left label {
        font-size: 30px;
        line-height: 40px;
    }
    .footer_menu ul {
        margin: 0 40px 0 60px;
    }
}
@media screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: landscape) {
    ul.desktop{ display: block;}
    .footer_subscribe_left{width:69%; float: none; display: inline-block;}
    .footer_subscribe_right{width:30%; margin:0; height: 50%; display: inline-block;}
    .footer_copyrights{padding-top: 20px;}
    #footerbl .footer_bottom{position:relative;}
}
@media screen and (device-width: 1024px) and (orientation:landscape)  {}
@media screen and (max-width: 415px) and (min-width: 320px){
    .footer_menu ul:last-child {
        margin: 0 10px 0 87px;
    }
    .footer_subscribe_left label {
        padding-left: 16%;
        padding-bottom: 10px;
        line-height: 46px;
        font-weight: 300;
    }
}
@media screen and (width: 375px){
    .footer_subscribe_left label {
        padding-left: 24%;
        padding-bottom: 10px;
        line-height: 46px;
        font-weight: 300;
    }
}
@media screen and (width: 414px){
    .footer_menu ul {
        float: left;
        margin: 0 40px 0 30px;
        padding: 0;
        list-style-type: none;
        font-weight: 400;
    }
     .footer_menu ul:last-child {
        margin: 0 10px 0 106px;
    }
    .footer_subscribe_left label {
        padding-left: 24%;
        padding-bottom: 10px;
        line-height: 46px;
        font-weight: 300;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2){ 
    /* Retina-specific stuff here */
    #footerbl {
    background: #fff;
    z-index: 10;
    position: relative;
    font-family:'Open Sans',sans-serif ;
    display: block;
    top:0;
}
}