/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* =========== Top menu =======================*/
header,
.general-container > header {
  background-color: white;
  height: 88px;
  width: 100%;
  position: fixed;
  z-index: 100;
}
header .logo-link {
  display: inline-block;
  height: 88px;
  width: 160px;
  position: relative;
  left: 18px;
  vertical-align: middle;
  background: url(../../images/logo.png) no-repeat center;
  float: left;
}
html.no-scroll header {
  padding-right: 18px;
}
header > .wrapper,
.general-container > header > .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.header-placeholder {
  height: 88px;
  width: 100%;
}
#curtains-orient {
  overflow: hidden;
  height: 2px;
  max-width: 1170px;
  margin: 0 auto;
}
.top-menu {
  display: inline-block;
}
.top-menu ul {
  padding-left: 0;
  white-space: nowrap;
}
.top-menu li {
  font: 15px 'corbel', sans-serif;
  display: inline-block;
  padding: 0 15px;
  margin: 0;
  text-transform: uppercase;
  line-height: 86px;
}
.top-menu li a {
  min-width: 87px;
}
.top-menu .selector {
  display: block;
  width: 0;
  height: 8px;
  overflow: hidden;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.top-menu .selector .img {
  display: block;
  background: url(../../images/top-menu-selector.png) no-repeat center;
  min-width: 85px;
  width: 100%;
  background-size: cover;
  height: 8px;
}
.top-menu li.active a,
.top-menu li.hover a {
  text-decoration: none;
}
.top-menu li.active a:hover,
.top-menu li.hover a:hover {
  text-decoration: none;
}
.top-menu li.active a:active,
.top-menu li.hover a:active {
  text-decoration: none;
}
.top-menu li.active .selector,
.top-menu li.hover .selector {
  width: 100%;
}
.top-menu a {
  color: #000000;
  display: block;
  height: 56px;
  text-decoration: none;
}
.top-social {
  padding: 35px 35px 0 0;
  float: right;
  text-align: left;
  white-space: nowrap;
}
.top-social a {
  position: relative;
  display: inline-block;
  padding: 4px 12px;
}
.top-social a .selector {
  position: absolute;
  opacity: 0.0;
  z-index: 50;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  left: 6px;
  top: 2px;
}
.top-social a:hover .selector {
  opacity: 1.0;
}
.top-social ul {
  margin-top: -2px;
  padding-left: 0;
  position: relative;
  z-index: 100;
}
.top-social li {
  display: inline-block;
  padding: 0 0;
  margin: 0;
}
/*# sourceMappingURL=header.css.map */