div.navBarWrapper{
    background-color:#fff;
    height:90px;
    min-height:90px;
    max-height:90px;
    transition:all 0.25s ease-in-out;
    position:relative;
    z-index: 1;
}

div.navBarWrapper.md-whiteframe-2dp{
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.05), 0 2px 2px 0 rgba(0,0,0,.05), 0 3px 1px -2px rgba(0,0,0,.05)
}

div.navBarWrapper.wide{
    height:120px !important;
    min-height:120px !important;
    max-height:120px !important;
}

div.imgContainer{
    margin-right:15px;
}

div.imgContainer > img{
    width:65px;
    min-width:65px;
    max-width:65px;
    height:65px;
    min-height:65px;
    max-height:65px;

    -webkit-border-radius:65px;
    -moz-border-radius:65px;
    border-radius:65px;
}

div.pictOverlay{
    position:fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    background-image: url("../rafavaldez/resources/assets/Imgs/overlay.jpg");
    background-size: cover;
}
div.pictOverlay > h1{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 60pt;
    color:#fff;
    text-shadow: 0 0 50px #000000;
}

div.pictOverlay.ng-enter,
div.pictOverlay.ng-leave{
    transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
}

div.pictOverlay.ng-enter,
div.pictOverlay.ng-leave.ng-leave-active {
    opacity:0;
}

div.pictOverlay.ng-leave,
div.pictOverlay.ng-enter.ng-enter-active {
    opacity:1;
}

span#langToggler{
    cursor:pointer;
}

.item{
    position:relative;
    margin-right:30px;
}

.item a,
span#langToggler{
    text-decoration: none;
    font-family: 'ProximaNovaLIght', sans-serif;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 1px;
    color:#999;
}

.item .subItems{
    position:absolute;
    top:30px;
    left:0;
}

.item .subItems a{
    margin-right:20px;
    color:#999;
}

.item a:hover,
.item a.active,
span#langToggler:hover{
    color:#151515;
}

#facebookLink{
    transition:all 0.3s ease-in-out;
    cursor:pointer;
    min-width:40px;
    max-width:40px;
    width:40px;
    min-height:40px;
    max-height:40px;
    height:40px;
    margin-right:15px;
    opacity:0;
    position:relative;
    /*left:60px;*/
}

#headerName{
    color: #333;
    outline: none;
    text-decoration: none;
    font-weight: normal;
    height: auto;
    padding: 0;
    text-align: left;
    font-size: 23px;
    line-height: 26px;
    letter-spacing: 11px;
    display: block;
    backface-visibility: hidden;
    text-transform: uppercase;
    font-family: 'ProximaNova', Sans-Serif;
    text-align:center;
}

