/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#header .logo  
{
  position: relative;
  z-index: 1055;
}


#header .header-top .position-static {
    position: relative;
}


#header .logo  
{
  position: relative;
  z-index: 1055;
}

@media (min-width: 768px){
.header-top #_desktop_logo.col-md-2 {width: 30%;}
.header-top .position-static.col-md-10 {width: 70%;}
}

@media (max-width: 767px) {

#header .header-nav .top-logo a img {
max-height: 200px;
}
#header .header-nav {
max-height: 225px;
}
}



#header .header-top #top-menu a[data-depth="0"] {

color:#CC9900;

}

#header .header-top #top-menu a[data-depth="1"] {

color:#000000;

}

#header .header-top #top-menu a[data-depth="2"] {

color:#cc9900;
}

#footer .block-social ul li
{
background-color:#ff0000;
}

#footer .block-social ul li:hover
{
     background-color:#800000;
}


