﻿.sprite {
  background: url("Images/sprite.png") no-repeat;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}
.ico-search {
  background: url("Images/sprite.png") no-repeat;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-position: -227px -87px;
  width: 16px;
  height: 16px;
}
.ico-back {
  background: url("Images/sprite.png") no-repeat;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-position: -251px -87px;
  width: 6px;
  height: 12px;
}
.ico-link-arrow {
  background: url("Images/sprite.png") no-repeat;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-position: -220px -112px;
  width: 9px;
  height: 15px;
}
.ico-filters-arrow {
  background: url("Images/sprite.png") no-repeat;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-position: -230px -135px;
  width: 12px;
  height: 8px;
}
.unfavorite-home-indicator {
  background: url("Images/sprite.png") no-repeat;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-position: 0 -136px;
  width: 24px;
  height: 23px;
}
.favorite-home-indicator {
  background: url("Images/sprite.png") no-repeat;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-position: -30px -136px;
  width: 24px;
  height: 23px;
}
#header {
  background: none;
  background-image: none;
  border-bottom: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#header .wrap {
  max-width: 1420px;
  margin-top: 0px;
}
#header .wrap div,
#header .wrap nav,
#header .wrap aside {
  display: inline-flex;
}
@media only screen and (max-width: 960px) {
  #header .wrap div,
  #header .wrap nav,
  #header .wrap aside {
    background: #eeeeee;
    background: -webkit-linear-gradient(top, #eeeeee 0, #e0e0e0 100%);
    background: -moz-linear-gradient(top, #eeeeee 0, #e0e0e0 100%);
    background: -ms-linear-gradient(top, #eeeeee 0, #e0e0e0 100%);
    background: -o-linear-gradient(top, #eeeeee 0, #e0e0e0 100%);
    background: linear-gradient(top, #eeeeee 0, #e0e0e0 100%);
    display: block;
  }
}
#header #branding {
  margin: 0 0 0 45px;
}
@media only screen and (min-width: 961px) {
  #header #branding a {
    background: url("Images/sprite.png") no-repeat;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    background-position: 0 -230px;
    width: 298px;
    height: 68px;
    margin-top: 25px;
  }
}
#header ul.menu > li {
  text-shadow: none;
}
#header ul.menu > li > a,
#header ul.menu > li > .raw a {
  padding: 15px 10px;
}
@media only screen and (min-width: 961px) {
  #header ul.menu > li.dropdown > a {
    background: rgba(163, 168, 172, 0.8) none repeat scroll 0 0;
    padding-right: 22px;
  }
  #header ul.menu > li > ul.dropdown-menu {
    background-color: rgba(163, 168, 172, 0.8);
  }
}
@media only screen and (min-width: 961px) {
  #header ul.menu-home-authenticated,
  #header ul.menu-home-un-authenticated {
    background: rgba(163, 168, 172, 0.8) none repeat scroll 0 0;
  }
}
@media only screen and (min-width: 961px) {
  #primary-nav {
    border-left: none;
  }
  #primary-nav nav > ul {
    border-left: none;
  }
}
@media only screen and (min-width: 961px) {
  #header #user-nav {
    position: static;
    right: auto;
  }
  #header #user-nav li.last {
    border-left: none;
  }
  #header #user-nav li.last a {
    border-left: none;
  }
  #header #user-nav a.profile:after {
    right: 5px;
  }
}
#navigation {
  position: absolute;
  top: 15px;
  right: 30px;
}
@media only screen and (max-width: 960px) {
  #navigation {
    position: relative;
    right: auto;
    top: 0;
  }
}
@media only screen and (min-width: 961px) {
  main {
    top: -101px;
  }
}