/* your custom styles here */


.navbar {

  min-height: 110px; 
}

.navbar-brand {
 height: 110px; 
 line-height: 110px; 
	}
	
	.navbar-brand > img {
  width: 135px; 
}

/*MENU PADDING SOLO PARA DISPOSITIVOS MAYORES a 992PX  DE RESOLUCION - by Angus */
@media (min-width: 992px){
    .navbar-default .navbar-nav > li > a  {
        padding: 45px;
    }
}

#back-top {
    background-color: rgba(38, 50, 56, 0.3);
    bottom: 20px;
    color: #777;
    display: block;
    font-size: 32px;
    height: 40px;
    line-height: 39px;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 40px;
    z-index: 100;
}

#back-top:hover {
    background-color: #e51e13;
    color: #fff;
}

