#head-contact-btn{
    background-color:#CFB992;
    color:white;
    text-align:center;
    font-size:14px;
    float:right;
    width:190px;
    cursor:pointer;
    -webkit-transition:0.4s;
    transition:0.4s;
    padding: 10px 0px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
    background-color:transparent !important;
}
#head-contact-btn:hover{
    opacity:0.8;
}
#head-table{
    margin:auto;display:table;height:100%;
}
#head-logo-cell{
    display:table-cell;width:215px;text-align:left;vertical-align: middle;
}
#head-invest-cell{
    font-size:12px;
    display:table-cell;vertical-align: middle;text-align:center;max-width:60px;
}
#head-press-cell{
    font-size:12px;
    font-family:Lato;
    display:table-cell;vertical-align:middle;text-align:center;
}
#head-social-cell{
    display:table-cell;position:relative;vertical-align: middle;text-align:center;
}
#head-phone-cell{
    color:#252525;
    font-family:Lato-bold;
    display:table-cell;max-width:150px;text-align:center;vertical-align:middle;
}
#head-contact-cell{
    display:table-cell;text-align: right;vertical-align: middle;
}
.link.black{
    color:black !important;
}
.link,.link:hover{
    text-decoration:none;
}

#head-container{
    box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.2);
    position:fixed;
    background-color:white;
    width:100%;
    top:0px;
    z-index:10;
    transition:0.2s;
    height:80px;
}
#head-container.little{
    height:60px;
    box-shadow:none;
    border-bottom:1px solid rgb(230,230,230);
}
#head-offset{
    height:80px;
    width:100%;
    position:relative;
}

#head-logo{
    max-height:45px !important;
}

#logout-btn{
    background-color: #d1743d;
    color: white;
    text-align: center;
    font-size: 14px;
    float: right;
    width: 190px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding: 10px 0px;
}
#logout-btn:hover{
    transition:0.5s;
    opacity:0.8;
}
#head-title-admin{
    display:table-cell;
    text-align:center;
    font-family:Lato-bold;
    font-size:20px;
    vertical-align:middle;
}
.head-table-admin{
    width:100%;
}


#languagepicker {
    background-color: #FFF;
    display: inline-block;
    padding: 0;
    height: 40px;
    overflow: hidden;
    transition: all .2s ease;
    margin: 0 0px 10px 0;
    position:fixed;
    top:20px;
}
#languagepicker.little{
    top:10px;
}

#languagepicker:hover {
    /* don't forget the 1px border */
    height: 81px;
    border:1px solid rgba(0,0,0,0.1);
}

#languagepicker a{
    color: #292929;
    text-decoration: none;
}

#languagepicker li {
    display: block;
    padding: 0px 20px;
    line-height: 40px;
    border-top: 1px solid #EEE;
}

#languagepicker li:hover{
    background-color: #EEE;
}

#languagepicker a:first-child li {
    border: none;
    background: #FFF !important;
}

#languagepicker li img {
    margin-right: 5px;
}

.lang-flag{
    width:10px;
}

#head-langage-cell{
    display:table-cell;vertical-align: middle;width:125px;padding-left:15px;
}

.lang-disabled:hover{
    background:transparent !important;
}

@media (max-width: 991px) {
    #head-invest-cell,#head-press-cell{
        display:none;
    }
}

@media (max-width: 767px) {
    #head-table{
        display:none;
    }
    #head-offset{
        display:none;
    }
    #head-container{
        display:none !important;
    }
}