/*
Logo Dannybia
@author: Dannybia - Danny's, FlexSlider v2.5.0
Web Designer: Dannys - www.dannybia.com
Copyright © 2001/2025, Dannys Home Page
E-mail: dannybia@hotmail.com
Site: www.dannybia.com
*/
@charset "UTF-8";

.logo_dannybia {
    background: url('logo-dannybia-green-red.png') no-repeat 1px 0;
    width: 220px;
    height: 63px;
    margin-left:-9px;
}
.logo_dannybia:hover {
    background: url('logo-dannybia-green-red.png') no-repeat -220px 0;
    width: 220px;
    height: 63px;
}

.all-logo {
	margin: 0;
	line-height: normal;
}

.all-logo a {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
}

.col-md-3-all {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .col-md-3-all {
    float: left;
    width: 15%;
  }