/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * Custom Style Sheet - Use this file to style your content
 */

.custom-logo {
	width: 230px;
	height: 68px;
	background: url(../../../images/Demo/logo.png) 50% 50% no-repeat;
	background-size: contain;
}

.f-block-headerbar .custom-logo { 
  padding: 0;
	width: 175px;
	height: 40px;
	background: url(../../../images/Demo/logo.png) 45% 45% no-repeat;
	background-size: contain;
}


.f-block-headerbar .menu-dropdown a.level1,
.f-block-headerbar .menu-dropdown span.level1 { 
        color: #ababab;
        height: 30px;
        padding: 5px 0 5px 0;
	line-height: 30px;
        border-bottom: 1px solid #eaeaea;
}

.f-block-headerbar .menu-dropdown .dropdown {
	top: 51px;
}

.f-block-headerbar .menu-dropdown li.level1.parent:hover:after,
.f-block-headerbar .menu-dropdown li.remain.parent:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-width: 6px;
      border-style: solid;
      border-color: #018fff transparent transparent transparent;
      top: 41px;
      left: 43%;
      z-index: 99;
}

.f-block-headerbar .menu-dropdown li.active .level1 {
        position: relative;
        color: #626262;
	border-bottom: 1px solid #018fff;
}

.f-block-headerbar .menu-dropdown li.level1:hover .level1,
.menu-dropdown li.remain .level1 {
        color: #018fff;
        border-bottom: 1px solid transparent; 
        border-bottom-color: #018fff;
}

/* Custom style by ivalchenko 07.08.15 */

#header-shadow {
  background:url(../../../images/Demo/header-shadow.png) no-repeat; 
  background-size:100%;
  background-position: 50% 0%;
  height: 50px; 
  z-index: 9999;
}

