.header-new{
    width:100%;
    clear:both;
    font-family: "Josefin Sans", Helvetica,Arial,Verdana,sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
}

.header-new li{
    display:inline;
    margin-right:10px;
    text-transform: uppercase;
}

.header-new .menu-social-icons{
    float:right;
}

.header-new #nav1{
    float:left;
    font-size:11px;
    line-height: 30px;
}
.header-new #nav1 ul li a{
    color: #b7b7b7;
}
.header-new #nav1 ul.menulogged li a {
    color: #b7b7b7;
}
.header-new img{
    height: 100px;
    margin-bottom: 7px;
}

.header-new .menu-icons a{
    color: #FFFFFF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.header-new a{
    color: #5e5b59;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.header-new #nav1 ul li:hover a, .menu-bottom #nav1 ul li:hover a{
    color:#7a7a7a;
}

.header-new #header-search a{
    height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    width: auto;
    line-height: 30px;
    font-size: 11px;
    color: #b7b7b7;
    text-transform: lowercase;
}

.header-new #header-search a i{
    font-size: 15px;
    margin-left: 8px;
    vertical-align: 1%;
}

.header-new .ico-social i{
    padding: 6px;
    width: 11px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border: 0px solid #000000;
    background-color: #afaaa2;
}
.header-new .ico-social i.fa-lg{
    vertical-align: 1%;
}
.header-new #header-search a:hover{
    color:#7a7a7a;
}


.header-new div.menu-apps div a,
.header-new div.menu-social-icons div a{
    float: left;
    width: 22px;
    margin:0 0px;
    border:none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;

}

.header-new div.menu-social-icons div a.ico-social{
    font-size: 10px;
    height:30px;
    line-height: 30px;
    margin-right: 9px;
    margin-top: 2px;
}
.header-new div.menu-social-icons a.ico-social:hover i{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    background-color:#7a7a7a;
}

.header-new div.menu-social-icons div a#ico-blog{
    width: 30px;
}

.header-new div.menu-social-icons div{
    border:none;
    height: 30px;
}
.header-new div.menu-social-icons .getthestyle a{
    width: 100px;
    line-height: 30px;
    color: #baa778;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.header-new div.menu-social-icons .getthestyle a:hover{
    color: #5e5a58;
}

.header-new #nav1 .logged{
    text-align: left;
    line-height: 30px;
    color: #b7b7b7;
    margin-bottom: 0px;
}

.header-new #nav1 .misdatos-layer{
    display: inline;
}
.header-new #ico-fb{background:  url('/images/facebook-off-grey.jpg') no-repeat center center;}
.header-new #ico-tw{background:  url('/images/twitter-off-grey.jpg') no-repeat center center;}
.header-new #ico-pin{background:  url('/images/pinterest-off-grey.jpg') no-repeat center center;}
.header-new #ico-inst{background:  url('/images/instagram-off-grey.jpg') no-repeat center center;}
.header-new #ico-youtube{background:  url('/images/youtube-off-grey.jpg') no-repeat center center;}
.header-new #ico-google{background:  url('/images/google-plus-off-grey.jpg') no-repeat center center;}
.header-new #ico-blog{background:  url('/images/blog-off-grey.png') no-repeat center center;background-size: 100%;;
    -moz-transition: all 0.3s;}

.header-new #ico-fb:hover{background: url('/images/facebook-on-grey.jpg') no-repeat center center;}
.header-new #ico-tw:hover{background: url('/images/twitter-on-grey.jpg') no-repeat center center;}
.header-new #ico-pin:hover{background: url('/images/pinterest-on-grey.jpg') no-repeat center center;}
.header-new #ico-inst:hover{background: url('/images/instagram-on-grey.jpg') no-repeat center center;}
.header-new #ico-youtube:hover{background: url('/images/youtube-on-grey.jpg') no-repeat center center;}
.header-new #ico-google:hover{background: url('/images/google-plus-on-grey.jpg') no-repeat center center;}
.header-new #ico-blog:hover{background: url('/images/blog-on-grey.png') no-repeat center center;background-size: 100%;}

#header-top{
    height:30px;
}

.header-cont{
    width: 996px;
    margin: 0px auto;
}

.header-cont ul{
    text-align:left;
}

.header{
    display: none;
}

@media (max-width: 1250px) {
    .header-cont{
        width: 996px;
    }
}

@media (max-width: 996px) {
    .header-cont{
        width: 750px;
    }
}


/*******
* Cabecera mobile responsive *
*******/
@media (max-width: 750px) {
    .header{
        display: block;
    }
    .top-header{
        border-bottom: 1px solid #afaaa2;
    }
    .header-cont{
        width: 100%;
        margin-top: 50px;
    }
    #header-top {
        background-color: transparent;
        height: auto;
    }
    .header-new #nav1 ul li a {
        color: #5e5b59;
        text-transform: capitalize;
    }

    .header-new #nav1 {
        float: none;
    }
    .header-new li{
        margin-right: 0px;
    }
    #drawer ul a, #drawer-sub ul a, #drawer-sub ul li, #drawer-sub ul li, div.menu-nueva-app, .menu-responsive .logged {
        display: block;
        color: #6b625a;
        text-decoration: none;
        text-align: center;
        font-size: 16px;
        line-height: 19px;
    }
    #header-top .menu-icons{
        display: none;
    }
    .big-logo{
        display: none;
    }
    .header-new li.last-nav{
        /*display: none;*/
    }
    .header-new #nav1 .logged {
        text-align: center;
        margin-top: 30px;
        font-size: 16px;
    }
    .header-new #nav1 .misdatos-layer {
        display: inline-block;
    }
    #header-search{
        margin-right: 9px;
    }

    .header .fa-search{
        font-size: 23px;
        color: #afaaa2;
        margin: 11px;
        position: absolute;
        right: 7px;
    }

}