body {
  padding: 0;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  color: #070707;
  line-height: 1.2rem;
  font-size: 14px;
}
@media only screen and (min-width: 1200px) {
  body {
    background: url(../img/page-header-bg.jpg) no-repeat center 105px;
    padding-top: 0;
  }
  body.sticky {
    padding-top: 105px;
  }
  body.sticky header {
    height: 63px;
    position: fixed;
    min-height: 63px;
    top: 0;
  }
  body.sticky header > nav {
    height: 63px;
    position: relative;
  }
  body.sticky header a.home {
    height: 63px !important;
    z-index: 1001;
  }
}
* {
  outline: 0;
}
a {
  outline: 0;
  text-decoration: underline;
  color: #0085c7;
  transition: color ease-in 0.2s;
}
a:hover {
  color: #11608a;
}
a:focus,
a:active {
  outline: 0;
}
a img {
  border: 0px;
}
strong {
  font-weight: 700;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
li {
  list-style: none;
  list-style-type: none;
  text-indent: 0;
}
form,
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
input {
  outline: none;
}
header {
  background-color: #eff0f2;
  min-height: 68px;
  position: relative;
  width: 100%;
  border-bottom: 2px solid white;
  z-index: 1000;
}
@media only screen and (min-width: 1200px) {
  header {
    background: #fff url(../img/top-bg.png) repeat-x center bottom;
    height: 105px;
    border: none;
    position: relative;
  }
}
@media only screen and (min-width: 1200px) {
  header > nav {
    width: 1200px;
    position: relative;
    margin: auto;
    height: 100%;
  }
}
header > nav > #menu-switch {
  display: block;
  background: url(../img/menu-switch.png) no-repeat center;
  right: 10px;
  top: 10px;
  width: 48px;
  height: 48px;
  position: absolute;
  text-align: left;
  text-indent: -999em;
}
@media only screen and (min-width: 900px) {
  header > nav > #menu-switch {
    left: -999em;
  }
}
@media only screen and (min-width: 1200px) {
  header > nav > #menu-switch {
    display: none;
  }
}
header > nav > ul#main-menu {
  display: none;
  padding-top: 70px;
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  header > nav > ul#main-menu {
    display: block;
    position: absolute;
    top: 0;
    left: 200px;
    padding-top: 0;
    height: 68px;
  }
}
@media only screen and (min-width: 1200px) {
  header > nav > ul#main-menu {
    position: absolute;
    width: 100%;
    height: 63px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    display: block !important;
    padding-top: 0;
  }
}
header > nav > ul#main-menu > li {
  display: table;
}
@media only screen and (min-width: 900px) {
  header > nav > ul#main-menu > li {
    float: left;
    height: 100%;
  }
  header > nav > ul#main-menu > li > a > span {
    display: block;
  }
}
@media only screen and (max-width: 899px) {
  header > nav > ul#main-menu > li {
    width: 100%;
    background-color: #eeeff0;
    height: 48px;
    border-bottom: 2px solid white;
  }
  header > nav > ul#main-menu > li:first-child {
    border-top: 2px solid white;
  }
}
@media only screen and (min-width: 1200px) {
  header > nav > ul#main-menu > li {
    float: left;
    height: 63px;
  }
  header > nav > ul#main-menu > li.favourites {
    float: right;
    background-color: #eeeff0;
  }
  header > nav > ul#main-menu > li.favourites > a {
    text-transform: none;
    color: #b11223;
    font-weight: normal;
    padding-right: 40px;
    background: url(../img/ico-fav.png) no-repeat 90px center;
  }
  header > nav > ul#main-menu > li.favourites > a:hover {
    background-color: #363635;
    color: #fff;
    background-image: url(../img/ico-fav-hover.png);
  }
}
header > nav > ul#main-menu > li.favourites > a > span#fav-counter {
  background-color: #5ea0de;
  color: #fff;
  display: none;
  font-size: 10px;
  line-height: 1em;
  min-width: 1em;
  padding: 3px;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.2);
  margin-left: 5px;
}
@media only screen and (min-width: 1200px) {
  header > nav > ul#main-menu > li.favourites > a > span#fav-counter {
    position: absolute;
    right: 6px;
    top: 14px;
  }
}
header > nav > ul#main-menu > li.favourites > a > span#fav-counter.visible {
  display: inline-block;
}
@media only screen and (min-width: 1200px) {
  header > nav > ul#main-menu > li.favourites > a > span#fav-counter.visible {
    display: block;
  }
}
header > nav > ul#main-menu > li > a {
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  color: #363635;
  text-decoration: none;
  font-size: 14px;
  padding: 0 24px;
  transition: all 0.2s;
  text-align: left;
  line-height: 1.2em;
}
header > nav > ul#main-menu > li > a:hover,
header > nav > ul#main-menu > li > a.selected {
  background-color: #363635;
  color: #fff;
}
header > nav > a.home {
  text-align: left;
  text-indent: -999em;
  background: url(../img/logotype-small.png) no-repeat left center;
  left: 20px;
  top: 0px;
  width: 172px;
  height: 100%;
  position: absolute;
  z-index: 1000;
}
@media only screen and (max-width: 1199px) {
  header > nav > a.home {
    top: 0px !important;
    max-height: 68px !important;
  }
}
@media only screen and (min-width: 1200px) {
  header > nav > a.home {
    left: 605px;
    top: 0;
    width: 464px;
    height: 100%;
    position: absolute;
    background: #fff url(../img/logotype.png) no-repeat center;
  }
}
@media only screen and (min-width: 1200px) {
  div.content-wrapper {
    width: 1200px;
    margin: 30px auto;
    position: relative;
  }
  body.index div.content-wrapper {
    margin: 0 auto;
  }
  div.content-wrapper:after {
    content: " ";
    clear: both;
    display: block;
  }
}
main {
  position: relative;
  text-align: left;
}
@media only screen and (min-width: 1200px) {
  main {
    padding: 0;
    background-color: #fff;
    float: left;
    width: 790px;
    margin-left: 30px;
    margin-top: 185px;
  }
  body.index main {
    float: none;
    margin: auto;
    width: 1200px;
  }
}
body.index main {
  padding: 0;
}
main div.heading {
  font-size: 18px;
  color: #000;
  font-weight: 300;
  margin: 0.5em 10px;
}
main div.heading.error {
  color: #b11223;
  font-weight: 700;
}
@media only screen and (min-width: 1200px) {
  main div.heading {
    margin: 0;
    padding-bottom: 20px;
  }
}
main div.heading > span {
  line-height: 1.5em;
}
@media only screen and (min-width: 1200px) {
  main div.heading > span {
    line-height: 1.2rem;
  }
}
@media only screen and (max-width: 1199px) {
  body.doc main {
    padding-top: 1em;
  }
}
footer {
  background-color: #eff0f2;
  margin-top: 2em;
  clear: both;
}
@media only screen and (min-width: 1200px) {
  footer {
    padding-top: 53px;
    margin-top: 20px;
    background: #eff0f2 url(../img/bg-bottom-line.png) repeat-x center top;
  }
}
footer > div.wrapper {
  background: url(../img/logo-footer-small.png) no-repeat center 20px;
  height: 130px;
}
@media only screen and (min-width: 768px) {
  footer > div.wrapper {
    background: url(../img/logo-footer.png) no-repeat left center;
    margin: auto;
    text-align: left;
    padding: 2em 0;
    height: auto;
    position: relative;
  }
}
@media only screen and (min-width: 1200px) {
  footer > div.wrapper {
    width: 1200px;
  }
}
footer > div.wrapper > p {
  display: none;
}
@media only screen and (min-width: 768px) {
  footer > div.wrapper > p {
    display: block;
    margin-left: 435px;
    color: #878787;
    font-size: 12px;
    line-height: 1.2em;
    text-align: left;
    padding-right: 80px;
  }
}
footer > div.wrapper > a {
  display: none;
}
@media only screen and (min-width: 768px) {
  footer > div.wrapper > a {
    display: block;
    position: absolute;
    right: 0;
    width: 61px;
    height: 72px;
    top: 30px;
    text-align: left;
    text-indent: -999em;
    background: url(../img/bsan.png) no-repeat center;
  }
}
article {
  font-size: 13px;
  padding: 10px;
}
article > img {
  max-width: 100%;
}
article ul,
article ol {
  padding: 0 1.5em;
}
article ul li,
article ol li {
  list-style: disc;
}
@media only screen and (min-width: 1200px) {
  article {
    padding: 30px 1em;
    border-top: 1px solid #e8e8e8;
  }
}
span.add-to-fav,
span.delete-from-fav {
  background: url("../img/ico-fav.png") no-repeat right center;
  display: inline-block !important;
  line-height: 22px !important;
  margin-top: 0;
  color: #b11223 !important;
  cursor: pointer;
  position: absolute;
  width: auto;
}
@media only screen and (min-width: 1200px) {
  span.add-to-fav,
  span.delete-from-fav {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 1199px) {
  span.add-to-fav,
  span.delete-from-fav {
    top: 0em;
    right: 0px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 600px) {
  span.add-to-fav,
  span.delete-from-fav {
    width: 22px;
    height: 22px;
    text-align: left;
    text-indent: -999em;
  }
}
span.add-to-fav.in-fav,
span.delete-from-fav.in-fav {
  background: url("../img/ico-fav-full.png") no-repeat right center;
}
@media only screen and (min-width: 1200px) {
  ol.offer-list span.add-to-fav,
  ol.offer-list span.delete-from-fav {
    bottom: 0;
    right: 0;
  }
}
section.heading span.add-to-fav,
section.heading span.delete-from-fav {
  right: 1em;
}
@media only screen and (min-width: 1200px) {
  section.heading span.add-to-fav,
  section.heading span.delete-from-fav {
    top: 1em;
  }
}
div.adv-box-sub {
  display: none;
}
@media only screen and (min-width: 1200px) {
  div.adv-box-sub {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding-top: 20px;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid #e8e8e8;
    overflow: hidden;
  }
  div.adv-box-sub div#rotator-wrapper {
    display: inline-block;
    width: 336px;
    height: 280px;
  }
  div.adv-box-sub div#rotator-wrapper div.flash-placeholder {
    background-color: #ccc;
  }
}
div#directions-wrapper {
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  div#directions-wrapper {
    text-align: left;
  }
}
div#directions-wrapper div#map-canvas-directions {
  width: 90%;
  height: 60vh;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  div#directions-wrapper div#map-canvas-directions {
    width: 100%;
    height: 500px;
  }
}
div#directions-wrapper div.find-directions {
  text-align: left;
  display: block;
  background-color: #eff0f2;
  margin-top: 1em;
  font-size: 16px;
  padding: 0.5em;
}
div#directions-wrapper div.find-directions > input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  height: 38px;
  font-size: 15px;
  color: #848484;
  padding: 0 0.5em;
}
@media only screen and (min-width: 1200px) {
  div#directions-wrapper div.find-directions > input[type="text"] {
    width: 400px;
  }
}
div#directions-wrapper div.find-directions > input[type="submit"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #B01122;
  color: #fff;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  height: 38px;
  border: 0;
  text-transform: uppercase;
  padding: 0 2em;
}
div#directions-wrapper div#directions {
  text-align: left;
}
div#directions-wrapper div#directions * {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px;
}
div#directions-wrapper div#directions img.adp-marker {
  margin: 0.5em;
}
div#directions-wrapper div#directions .adp-placemark {
  border: 0 !important;
}
div.map-info {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
div.map-info > * {
  display: block;
}
aside.contact {
  background: url(../img/phone.png) no-repeat right center;
  padding-left: 78px;
  width: 263px;
  height: 93px;
  color: #fff;
  font-size: 21px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  padding-top: 15px;
  float: right;
  margin-bottom: 1em;
}
aside.contact:after {
  content: "";
  clear: both;
}
aside.contact > a {
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 30px;
}
@media only screen and (min-width: 1200px) {
  aside.contact {
    position: fixed;
    top: 120px;
    right: -188px;
    transition: all ease-out 0.5s;
    cursor: pointer;
  }
  aside.contact:hover {
    right: 0;
  }
}
#search-box {
  text-align: left;
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1200px) {
  #search-box {
    background: #fff url(../img/search-box-bg.png) no-repeat left top;
    padding: 20px;
    border: 1px solid #e1e1e1;
    float: left;
    width: 380px;
    margin-bottom: 40px;
  }
  body.index #search-box {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1199px) {
  body.doc #search-box,
  body.offer-details #search-box {
    display: none;
  }
}
#search-box h6 {
  font-size: 22px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  line-height: 1em;
  text-align: center;
}
@media only screen and (min-width: 361px) {
  #search-box h6 {
    font-size: 27px;
  }
}
@media only screen and (min-width: 480px) {
  #search-box h6 {
    text-align: left;
  }
}
#search-box form {
  position: relative;
}
#search-box form input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  height: 38px;
  font-size: 15px;
  color: #848484;
  padding: 0 0.5em;
}
@media only screen and (min-width: 1200px) {
  #search-box form input[type="text"] {
    width: 263px;
  }
}
#search-box form input[type="text"].wide {
  width: 100%;
}
#search-box form label {
  font-size: 15px;
  cursor: pointer;
  margin-right: 0.3em;
}
#search-box form div.offer-type-wrapper {
  margin: 2em 0 1em 0;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  #search-box form div.offer-type-wrapper {
    text-align: left;
  }
}
#search-box form div.offer-type-wrapper > span {
  margin-right: 1em;
}
#search-box form div.market-type-wrapper {
  margin: 1em 0;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  #search-box form div.market-type-wrapper {
    text-align: left;
  }
}
#search-box form div.market-type-wrapper > span {
  margin-right: 1em;
  white-space: nowrap;
  margin-bottom: 0.5em;
  display: inline-block;
}
@media only screen and (max-width: 320px) {
  #search-box form div.market-type-wrapper > span {
    display: block;
  }
}
#search-box form div.category-selector-wrapper {
  text-align: left;
}
#search-box form div.category-selector-wrapper > .simpleselect {
  width: 50%;
}
#search-box form div.category-selector-wrapper > .simpleselect .options {
  width: 100%;
}
@media only screen and (max-width: 786px), (min-width: 1200px) {
  #search-box form div.category-selector-wrapper > .simpleselect .options {
    width: 100%;
  }
}
@media only screen and (max-width: 786px), (min-width: 1200px) {
  #search-box form div.category-selector-wrapper > .simpleselect {
    width: 100%;
  }
}
#search-box form div.input-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  margin-bottom: 10px;
}
#search-box form div.input-wrapper > input {
  border: 1px solid #e1e1e1;
}
#search-box form div.input-wrapper > span.wrap {
  display: block;
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 5px;
}
#search-box form div.input-wrapper > span.wrap + span.wrap {
  padding-left: 5px;
  padding-right: 0;
}
#search-box form div.input-wrapper > span.wrap > input {
  width: 100%;
  border: 1px solid #e1e1e1;
}
#search-box form div.input-wrapper > * {
  float: left;
}
#search-box form div.input-wrapper label {
  height: 2em;
  line-height: 2em;
  display: block;
  float: none;
}
@media only screen and (min-width: 1200px) {
  #search-box form div.input-wrapper label {
    margin-left: 0;
  }
}
@media only screen and (min-width: 480px) {
  #search-box form div.input-wrapper {
    float: left;
    width: 50%;
    padding-right: 10px;
  }
  #search-box form div.input-wrapper + div.input-wrapper {
    padding-left: 10px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  #search-box form div.input-wrapper.wide {
    float: none;
    width: 100%;
    padding: 0 !important;
  }
  body.index #search-box form div.input-wrapper.wide {
    width: 50%;
    float: left;
    padding-left: 10px !important;
  }
}
#search-box form div.location-wrapper {
  margin: 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 40px;
  border: 1px solid #e1e1e1;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #search-box form div.location-wrapper {
    width: 50%;
    margin-right: 20px;
  }
}
#search-box form div.location-wrapper label {
  margin-left: 10px;
  margin-right: 0;
}
@media only screen and (max-width: 480px) {
  #search-box form div.location-wrapper label {
    display: none;
  }
}
#search-box form div.button-wrapper {
  text-align: center;
  overflow: auto;
}
@media only screen and (min-width: 480px) {
  #search-box form div.button-wrapper {
    text-align: left;
  }
  #search-box form div.button-wrapper > * {
    float: left;
  }
}
@media only screen and (min-width: 1200px) {
  #search-box form div.button-wrapper {
    text-align: center;
  }
}
#search-box form div.button-wrapper button#search {
  background-color: #B01122;
  color: #fff;
  font-size: 22px;
  text-align: center;
  cursor: pointer;
  height: 42px;
  border: 0;
  text-transform: uppercase;
  padding: 0 20px;
  margin: 0 auto;
  margin-top: 10px;
  width: 190px;
}
@media only screen and (min-width: 1200px) {
  #search-box form div.button-wrapper button#search {
    float: none;
  }
}
#search-box form div.button-wrapper div#advanced-search-switch {
  color: #B01122;
  background-color: transparent;
  text-decoration: underline;
  font-size: 13px;
  width: 190px;
  text-align: center;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
}
@media only screen and (min-width: 480px) {
  #search-box form div.button-wrapper div#advanced-search-switch {
    margin: 10px 0 0 10px;
  }
}
@media only screen and (min-width: 480px) {
  #search-box form div.button-wrapper div#advanced-search-switch {
    margin: 10px 0 0 10px;
  }
}
@media only screen and (min-width: 1200px) {
  #search-box form div.button-wrapper div#advanced-search-switch {
    display: none;
  }
}
#search-box form div#advanced-search {
  display: none;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
}
@media only screen and (min-width: 1200px) {
  #search-box form div#advanced-search {
    display: block;
    margin-top: -15px;
  }
  body.index #search-box form div#advanced-search {
    display: none;
    left: -21px;
    position: relative;
    top: 45px;
    width: 610px;
    z-index: 100;
    padding: 20px;
    padding-top: 0;
    border: 1px solid #e1e1e1;
    border-top: 0;
  }
}
#search-box div#map {
  display: none;
}
body.index #search-box div#map,
body.index #search-box div.map-wrapper {
  display: none;
}
@media only screen and (min-width: 1200px) {
  body.index #search-box {
    width: 1200px;
    height: 270px;
    margin: 30px auto 85px 0;
    float: none;
    padding: 0;
    border: 0;
  }
  body.index #search-box div.map-wrapper {
    float: left;
    padding: 9px;
    background-color: #fff;
    width: 600px;
    height: 270px;
    border: 1px solid #e1e1e1;
    border-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  body.index #search-box div.map-wrapper > div#map {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ccc;
  }
  body.index #search-box form {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 600px;
    float: left;
    height: 100%;
    padding: 20px;
    border: 1px solid #e1e1e1;
    border-right: 0;
  }
  body.index #search-box form div.offer-type-wrapper {
    margin-top: 1em;
    text-align: left;
  }
  body.index #search-box form div.market-type-wrapper {
    position: absolute;
    right: 0px;
    top: 61px;
    text-align: right;
    margin: 0;
  }
  body.index #search-box form div.market-type-wrapper > span {
    left: 1em;
    white-space: nowrap;
    margin-bottom: 0.5em;
    display: inline-block;
  }
  body.index #search-box form div.category-selector-wrapper {
    position: absolute;
    left: 20px;
    top: 100px;
    text-align: left;
    width: 200px;
  }
  body.index #search-box form div.location-wrapper {
    width: 355px;
    margin-top: 81px;
  }
  body.index #search-box form button#search {
    position: absolute;
    right: 20px;
    top: 155px;
  }
  body.index #search-box form div#advanced-search-switch {
    position: absolute;
    right: 20px;
    top: 205px;
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  #search-box.column input[type="text"] {
    font-size: 13px;
    height: 27px;
    width: 250px;
  }
}
@media only screen and (min-width: 1200px) {
  #search-box.column label {
    font-size: 13px;
    height: 27px;
  }
}
@media only screen and (min-width: 1200px) {
  #search-box.column div.location-wrapper {
    font-size: 13px;
    height: 29px;
    line-height: 27px;
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  #search-box.column .simpleselect .placeholder,
  #search-box.column .simpleselect .options .option,
  #search-box.column .simpleselect .options .optgroup .optgroup-label {
    padding: 0px 10px;
    line-height: 27px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 1200px) {
  body.index {
    background: url(../img/index-header-bg.jpg) no-repeat center 105px, url(../img/index-line-bg.png) repeat-x center 456px;
  }
}
body.index div.adv-box {
  display: none;
}
@media only screen and (min-width: 1200px) {
  body.index div.adv-box {
    display: block;
    padding: 10px;
    padding-top: 0;
    border-bottom: 1px solid #e8e8e8;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
  }
  body.index div.adv-box div#rotator-wrapper {
    display: inline-block;
    width: 728px;
    height: 90px;
  }
  body.index div.adv-box div#rotator-wrapper div.flash-placeholder {
    background-color: #ccc;
  }
  body.index div.adv-box > span {
    float: left;
    font-size: 27px;
    font-weight: 300;
  }
}
body.index div.inspirations {
  text-align: center;
}
body.index div.inspirations > h3 {
  font-size: 27px;
  font-weight: 300;
}
body.index div.inspirations > ol {
  overflow: auto;
  margin: auto;
  display: inline-block;
  text-align: center;
}
body.index div.inspirations > ol li {
  width: 150px;
  height: 150px;
  display: inline-block;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
}
@media only screen and (max-width: 479px) {
  body.index div.inspirations > ol li {
    width: 102px;
    height: 102px;
    padding: 2px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  body.index div.inspirations > ol li {
    width: 120px;
    height: 120px;
  }
}
body.index div.inspirations > ol li > a {
  background-color: #ccc;
  display: table;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 23px;
  font-weight: 300;
  color: #000;
  position: relative;
}
@media only screen and (max-width: 767px) {
  body.index div.inspirations > ol li > a {
    font-size: 15px;
  }
}
body.index div.inspirations > ol li > a > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 2;
}
body.index div.inspirations > ol li > a > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
div.selected-offers {
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  div.selected-offers {
    margin: 10px 0;
  }
}
div.selected-offers > div.column {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1199px) {
  div.selected-offers > div.column {
    background-color: #EEEFF1;
    margin-bottom: 1em;
    padding: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  div.selected-offers > div.column {
    float: left;
    width: 50%;
    border-right: 0.5em solid #fff;
  }
  div.selected-offers > div.column + div.column {
    border-left: 0.5em solid #fff;
    border-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  div.selected-offers > div.column {
    float: left;
    width: 588px;
    margin-right: 20px;
  }
  div.selected-offers > div.column + div.column {
    margin-right: 0;
  }
}
div.selected-offers > div.column > h3 {
  font-size: 27px;
  font-weight: 300;
  padding: 0.5em 0;
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  div.selected-offers > div.column > h3 {
    padding: 0.5em 6px;
  }
}
div.selected-offers > div.column div.wrapper {
  position: relative;
  margin-top: 0.5em;
}
@media only screen and (min-width: 1200px) {
  div.selected-offers > div.column div.wrapper {
    margin-top: 0;
    width: 588px;
    height: 247px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
  }
  div.selected-offers > div.column div.wrapper:hover {
    background-color: #fafafa;
  }
}
@media only screen and (min-width: 1200px) {
  div.selected-offers > div.column div.wrapper > div.swiper-container {
    width: 550px;
    height: 231px;
    overflow: hidden;
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  div.selected-offers > div.column div.wrapper > div.swiper-container div.swiper-slide {
    width: 550px;
    height: 231px;
    overflow: hidden;
  }
}
div.selected-offers > div.column div.wrapper > div.swiper-container div.swiper-slide > a {
  text-decoration: none;
  display: block;
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 1200px) {
  div.selected-offers > div.column div.wrapper > div.swiper-container div.swiper-slide > a {
    height: 231px;
  }
}
@media only screen and (max-width: 479px) {
  div.selected-offers > div.column div.wrapper > div.swiper-container div.swiper-slide > a > img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  div.selected-offers > div.column div.wrapper > div.swiper-container div.swiper-slide > a > img {
    float: left;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  div.selected-offers > div.column div.wrapper > div.swiper-container div.swiper-slide > a > img {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  div.selected-offers > div.column div.wrapper > div.swiper-container div.swiper-slide > a > img {
    float: left;
    width: 349px;
  }
}
div.selected-offers > div.column div.wrapper > div.swiper-container div.swiper-slide > a > span.description {
  display: block;
  height: 100%;
  padding-top: 0.3em;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  div.selected-offers > div.column div.wrapper > div.swiper-container div.swiper-slide > a > span.description {
    padding-top: 0;
    float: left;
    margin-left: 20px;
    width: 180px;
  }
}
div.selected-offers > div.column div.wrapper > div.swiper-container div.swiper-slide > a > span.description > span {
  display: block;
  line-height: 1.1em;
  margin-top: 0.5em;
  color: #A0A1A3;
  font-size: 13px;
}
div.selected-offers > div.column div.wrapper > div.swiper-container div.swiper-slide > a > span.description > span.type {
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}
div.selected-offers > div.column div.wrapper > div.swiper-container div.swiper-slide > a > span.description > span.name {
  color: #5ea0de;
  font-size: 21px;
  margin-top: 0.5em;
}
div.selected-offers > div.column div.wrapper > div.swiper-container div.swiper-slide > a > span.description > span.price {
  color: #69a840;
  font-size: 19px;
  font-weight: 700;
}
@media only screen and (min-width: 1200px) {
  div.selected-offers > div.column div.wrapper > div.swiper-container div.swiper-slide > a > span.description > span.price {
    position: absolute;
    bottom: 0;
  }
}
@media only screen and (max-width: 1199px) {
  div.selected-offers > div.column div.wrapper div.swiper-switches {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  div.selected-offers > div.column div.wrapper div.swiper-switches {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 20px;
    height: 100%;
    z-index: 99;
  }
}
@media only screen and (min-width: 1200px) {
  div.selected-offers > div.column div.wrapper div.swiper-switches .swiper-pagination-bullet {
    background-color: #f5f6f7;
    display: block;
    margin-bottom: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    text-align: center;
    color: #5ea0de;
    border-radius: 0;
    opacity: 1;
  }
  div.selected-offers > div.column div.wrapper div.swiper-switches .swiper-pagination-bullet:hover {
    background-color: #5ea0de;
    color: #f5f6f7;
  }
}
div.selected-offers > div.column div.wrapper div.swiper-switches .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #b11223;
  color: #f5f6f7;
}
ol.offer-list {
  overflow: auto;
  border-bottom: 1px solid #e8e8e8;
  clear: both;
}
@media only screen and (max-width: 1199px) {
  ol.offer-list {
    background-color: #EEEFF1;
    border-bottom: 0;
    margin-top: 1em;
  }
}
ol.offer-list li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #fff;
  padding: 10px;
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  ol.offer-list li:first-child {
    border-top: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  ol.offer-list li {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  ol.offer-list li {
    border-top: 1px solid #e8e8e8;
  }
  ol.offer-list li:hover {
    background-color: #fafafa;
  }
}
ol.offer-list li > a {
  text-decoration: none;
  display: block;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 480px) {
  ol.offer-list li > a > img {
    width: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  ol.offer-list li > a > img {
    float: left;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  ol.offer-list li > a > img {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  ol.offer-list li > a > img {
    float: left;
    width: 349px;
  }
}
ol.offer-list li > a > span.description {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 100%;
  padding-top: 0.3em;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  ol.offer-list li > a > span.description {
    padding-top: 0;
    float: left;
    margin-left: 20px;
    width: 400px;
    padding-bottom: 20px;
    min-height: 230px;
  }
}
ol.offer-list li > a > span.description > span {
  display: block;
  line-height: 1em;
  margin-top: 0.5em;
  color: #A0A1A3;
  font-size: 13px;
}
ol.offer-list li > a > span.description > span.type {
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  ol.offer-list li > a > span.description > span.type {
    padding-right: 30px;
  }
}
ol.offer-list li > a > span.description > span.name {
  color: #5ea0de;
  font-size: 21px;
  margin-top: 15px;
  line-height: 1.1em;
}
@media only screen and (max-width: 1199px) {
  ol.offer-list li > a > span.description > span.name {
    margin-top: 5px;
    height: 1.1em;
    white-space: nowrap;
    overflow: hidden;
  }
}
ol.offer-list li > a > span.description > span.price {
  color: #69a840;
  font-size: 19px;
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  ol.offer-list li > a > span.description > span.price {
    margin-top: 5px;
  }
}
ol.offer-list li > a > span.description > span.text {
  margin-top: 0.5em;
  color: #000;
  line-height: 1.3em;
}
@media only screen and (max-width: 1199px) {
  ol.offer-list li > a > span.description > span.text {
    display: none;
  }
}
ol.offer-list li > a > span.description > span.info-row {
  background-color: #eff0f2;
  font-size: 15px;
  line-height: 2em;
  color: #000;
  padding-left: 0.5em;
  margin-top: 20px;
}
ol.offer-list li > a > span.description > span.info-row > span {
  margin-right: 1.2em;
}
@media only screen and (max-width: 320px) {
  ol.offer-list li > a > span.description > span.info-row > span {
    display: block;
    line-height: 1.2em;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  ol.offer-list li > a > span.description > span.info-row > span {
    display: block;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1199px) {
  ol.offer-list li > a > span.description > span.info-row {
    line-height: 1em;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    background-color: transparent;
  }
}
@media only screen and (max-width: 1199px) {
  ol.offer-list.list li {
    float: none;
    width: 100%;
  }
  ol.offer-list.list li > a {
    width: 100%;
  }
  ol.offer-list.list li > a > * {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 480px) {
  ol.offer-list.list img {
    float: left;
  }
}
ol.offer-list.list span.text {
  display: none;
}
ol.offer-list.list span.description {
  min-height: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  ol.offer-list.list span.description {
    padding-right: 30px;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 1199px) {
  ol.offer-list.list span.description {
    width: 75%;
  }
}
@media only screen and (max-width: 568px) {
  ol.offer-list.list span.description {
    width: 430px;
    float: left;
    padding-top: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  ol.offer-list.list span.description {
    margin-left: 5px;
    width: 350px;
    float: left;
    padding-top: 0;
  }
}
@media only screen and (max-width: 384px) {
  ol.offer-list.list span.description {
    width: 250px;
    float: left;
    padding-top: 0;
  }
}
@media only screen and (max-width: 360px) {
  ol.offer-list.list span.description {
    width: 220px;
    float: left;
    padding-top: 0;
  }
}
@media only screen and (max-width: 320px) {
  ol.offer-list.list span.description {
    width: 190px;
    float: left;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  ol.offer-list.list span.description {
    width: 650px;
    margin-left: 10px;
  }
}
ol.offer-list.list span.price,
ol.offer-list.list span.name {
  display: inline-block;
  margin-top: 7px !important;
  margin-bottom: 7px !important;
  font-size: 18px !important;
}
ol.offer-list.list span.price {
  margin-left: 0.5em;
  font-weight: normal !important;
}
@media only screen and (max-width: 767px) {
  ol.offer-list.list span.price,
  ol.offer-list.list span.name {
    display: block;
    margin-left: 0;
    margin-top: 3px !important;
    margin-bottom: 0 !important;
  }
}
ol.offer-list.list span.type {
  margin-top: 0;
}
ol.offer-list.list span.info-row {
  margin-left: 0 !important;
  margin-top: 3px !important;
  font-size: 14px !important;
}
@media only screen and (min-width: 1200px) {
  ol.offer-list.list span.info-row {
    margin-top: 0px !important;
    min-width: 400px;
    display: inline-block;
  }
}
ol.offer-list.list span.info-row > span {
  display: inline-block !important;
}
@media only screen and (max-width: 1199px) {
  ol.offer-list.list span.info-row > span {
    margin-right: 10px !important;
  }
}
ol.offer-list.list img {
  width: 105px;
}
div.list-options:after {
  display: block;
  content: "";
  clear: both;
}
@media only screen and (max-width: 1023px) {
  div.list-options {
    float: right;
    margin-top: -38px;
    margin-right: 10px;
    width: 120px;
    height: 32px;
  }
  div.list-options > * {
    float: right;
    z-index: 999;
  }
  div.list-options > span {
    display: none;
  }
  div.list-options #simpleselect_list-size {
    display: none;
  }
  div.list-options .simpleselect {
    width: 32px;
    height: 32px;
    padding: 0;
  }
  div.list-options .simpleselect .placeholder {
    text-align: left;
    text-indent: -999em;
    border: none;
  }
  div.list-options .simpleselect .placeholder:after {
    display: none;
  }
  div.list-options .simpleselect .options {
    left: auto;
    right: 0;
  }
  div.list-options #simpleselect_list-sort {
    z-index: 998;
  }
  div.list-options #simpleselect_list-sort .placeholder {
    background: url("../img/ico-sort.png") no-repeat center;
  }
  div.list-options #simpleselect_list-view-type {
    z-index: 999;
  }
  div.list-options #simpleselect_list-view-type .placeholder {
    background: url("../img/ico-display.png") no-repeat center;
  }
}
@media only screen and (min-width: 1024px) {
  div.list-options {
    margin-bottom: 20px;
    margin: 1em;
  }
  div.list-options > * {
    float: left;
    height: 27px;
    line-height: 27px;
    z-index: 999;
  }
  div.list-options > span {
    font-size: 13px;
    padding: 0 0.5em;
  }
  div.list-options > span.small + .hidden_select_container + .simpleselect {
    width: 50px;
  }
  div.list-options > span.small + .hidden_select_container + .simpleselect .options {
    width: 48px;
  }
  div.list-options .simpleselect {
    width: 130px;
  }
  div.list-options .simpleselect .options {
    width: 128px;
  }
  div.list-options .simpleselect + span {
    margin-left: 2em;
  }
  div.list-options .simpleselect .placeholder,
  div.list-options .simpleselect .options .option,
  div.list-options .simpleselect .options .optgroup .optgroup-label {
    padding: 0px 10px;
    line-height: 27px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 1200px) {
  div.list-options {
    margin: 0;
    padding-bottom: 20px;
  }
}
div.pager {
  text-align: center;
  line-height: 3em;
  color: #848484;
  font-size: 15px;
  background-color: #fff;
  padding-right: 1em;
}
@media only screen and (min-width: 1200px) {
  div.pager {
    text-align: right;
    padding-right: 0;
  }
}
div.list-options > div.pager {
  float: right;
  line-height: 27px;
  padding-right: 0;
  background-color: transparent;
}
@media only screen and (max-width: 1023px) {
  div.list-options > div.pager {
    display: none;
  }
}
div.pager > a {
  color: #848484;
  text-decoration: none;
  display: inline-block;
  padding: 0 0.3em;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  div.pager > a {
    padding: 0;
    width: 48px;
    min-height: 48px;
    font-size: 18px;
  }
}
div.pager > a.selected {
  font-weight: 700;
  color: #000;
}
div.pager > a:hover {
  color: #b11223;
}
@media only screen and (max-width: 1023px) {
  main.offer-listing div.heading {
    margin-right: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  main.offer-listing {
    background-color: #EEEFF1;
    padding-top: 1em;
  }
}
@media only screen and (max-width: 1199px) {
  body.offer-details main {
    background-color: #EEEFF1;
    padding: 0;
  }
}
@media only screen and (max-width: 1199px) {
  body.offer-details main div.heading {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  body.offer-details main div.heading {
    border-bottom: 1px solid #e8e8e8;
  }
}
body.offer-details main nav.offer-navigation {
  overflow: auto;
  padding: 1em;
}
@media only screen and (max-width: 599px) {
  body.offer-details main nav.offer-navigation.bottom {
    background-color: #fff;
    text-align: center;
  }
  body.offer-details main nav.offer-navigation.top {
    display: none;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1199px) {
  body.offer-details main nav.offer-navigation.top {
    display: none;
  }
  body.offer-details main nav.offer-navigation.bottom {
    background-color: #fff;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  body.offer-details main nav.offer-navigation.top {
    display: block;
    background-color: #fff;
  }
}
@media only screen and (min-width: 1200px) {
  body.offer-details main nav.offer-navigation {
    border-bottom: 1px solid #e8e8e8;
  }
  body.offer-details main nav.offer-navigation.bottom {
    display: none;
  }
}
body.offer-details main nav.offer-navigation a {
  text-decoration: none;
  color: #4A4A4A;
  display: inline-block;
}
body.offer-details main nav.offer-navigation a:hover {
  color: #b11223;
}
@media only screen and (min-width: 599px) {
  body.offer-details main nav.offer-navigation a.back:before {
    content: "\25C0";
    margin-right: 0.5em;
    border: 1px solid #e8e8e8;
    padding: 2px 6px 2px 5px;
  }
}
body.offer-details main nav.offer-navigation a.prev:before {
  content: "\25C0";
  margin-right: 0.5em;
}
@media only screen and (min-width: 599px) {
  body.offer-details main nav.offer-navigation a.prev:before {
    border: 1px solid #e8e8e8;
    padding: 2px 6px 2px 5px;
  }
}
body.offer-details main nav.offer-navigation a.next {
  margin-left: 1em;
}
body.offer-details main nav.offer-navigation a.next:after {
  text-indent: 0;
  content: "\25BA";
  margin-left: 0.5em;
}
@media only screen and (min-width: 599px) {
  body.offer-details main nav.offer-navigation a.next:after {
    border: 1px solid #e8e8e8;
    padding: 2px 4px 2px 6px;
  }
}
body.offer-details main nav.offer-navigation > div {
  float: right;
}
@media only screen and (max-width: 599px) {
  body.offer-details main nav.offer-navigation > div {
    float: none;
    margin-top: 10px;
  }
  body.offer-details main nav.offer-navigation > div > a.prev {
    float: left;
  }
  body.offer-details main nav.offer-navigation > div > a.next {
    float: right;
  }
}
@media only screen and (max-width: 1199px) {
  body.offer-details main article {
    background-color: #fff;
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  body.offer-details main article {
    padding: 1em 0;
    border: 0;
  }
}
body.offer-details main article ul,
body.offer-details main article ol {
  padding: 0;
}
body.offer-details main article ul li,
body.offer-details main article ol li {
  list-style: none;
}
body.offer-details main article > section.photos {
  text-align: center;
}
body.offer-details main article > section.photos > * {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  body.offer-details main article > section.photos {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  body.offer-details main article > section.photos {
    padding: 10px;
    background-color: #eff0f2;
  }
}
@media only screen and (min-width: 1200px) {
  body.offer-details main article > section.photos {
    border-bottom: 1px solid #e8e8e8;
    padding: 1em;
  }
}
body.offer-details main article > section.photos > ol.thumbnails {
  overflow: hidden;
  width: 690px;
}
body.offer-details main article > section.photos > ol.thumbnails li {
  float: left;
}
body.offer-details main article > section.photos > ol.thumbnails li > a {
  display: block;
  width: 65px;
  height: 48px;
  border: 2px solid #fff;
}
body.offer-details main article > section.photos > ol.thumbnails li > a.selected {
  border-color: #69a840;
}
body.offer-details main article > section.photo-slider {
  background-color: #eff0f2;
  padding: 10px;
}
body.offer-details main article > section.photo-slider img {
  width: 100%;
}
body.offer-details main article > section.photo-slider img + div {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  body.offer-details main article > section.photo-slider {
    display: none;
  }
}
body.offer-details main article > section.heading {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  body.offer-details main article > section.heading {
    padding: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  body.offer-details main article > section.heading {
    border-bottom: 1px solid #e8e8e8;
    padding: 1em;
  }
}
body.offer-details main article > section.heading > div {
  margin-bottom: 0.5em;
}
body.offer-details main article > section.heading > div.type {
  color: #000;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
body.offer-details main article > section.heading > div.name {
  color: #5ea0de;
  font-size: 21px;
  font-weight: normal;
  padding-right: 40px;
}
body.offer-details main article > section.heading > div.price {
  color: #69a840;
  font-size: 19px;
  font-weight: 700;
}
body.offer-details main article > section.heading > div.info-row {
  overflow: auto;
}
body.offer-details main article > section.heading > div.info-row span.map {
  display: none;
}
body.offer-details main article > section.heading > div.info-row > span.area-price,
body.offer-details main article > section.heading > div.info-row > span.symbol,
body.offer-details main article > section.heading > div.info-row > span.rooms {
  margin-right: 1em;
}
@media only screen and (min-width: 1200px) {
  body.offer-details main article > section.heading > div.info-row {
    background-color: #eff0f2;
    padding-left: 1em;
    margin-top: 1em;
  }
  body.offer-details main article > section.heading > div.info-row > span.area-price,
  body.offer-details main article > section.heading > div.info-row > span.symbol,
  body.offer-details main article > section.heading > div.info-row > span.rooms {
    line-height: 45px;
    font-size: 18px;
    margin-right: 2em;
  }
  body.offer-details main article > section.heading > div.info-row > span.map {
    display: inline-block;
    float: right;
    background: url("../img/map-pin.png") no-repeat right center;
    height: 45px;
    padding-right: 30px;
    margin-right: 1em;
    color: #7f7f80;
    font-style: italic;
    cursor: pointer;
    text-align: right;
    line-height: 45px;
  }
}
@media only screen and (max-width: 1199px) {
  body.offer-details main article > section.data {
    background-color: #eff0f2;
  }
}
@media only screen and (min-width: 1200px) {
  body.offer-details main article > section.data {
    padding: 1em;
  }
}
body.offer-details main article > section.data > div.header {
  font-size: 13px;
  line-height: 3em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  body.offer-details main article > section.data > div.header {
    border-bottom: 1px solid #fff;
    padding: 0 10px;
  }
}
body.offer-details main article > section.data > div.group > div.row {
  overflow: auto;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
body.offer-details main article > section.data > div.group > div.row:nth-child(odd) {
  background-color: #eff0f2;
}
@media only screen and (max-width: 1199px) {
  body.offer-details main article > section.data > div.group > div.row {
    border-bottom: 1px solid #fff;
  }
}
body.offer-details main article > section.data > div.group > div.row > div.key {
  width: 35%;
  float: left;
  text-align: right;
  padding-right: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: lowercase;
  color: #9a9a9a;
}
body.offer-details main article > section.data > div.group > div.row > div.key.header {
  text-transform: uppercase;
  color: #000;
}
body.offer-details main article > section.data > div.group > div.row > div.val {
  width: 60%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.offer-details main article > section.description {
  padding: 1em;
}
@media only screen and (max-width: 1199px) {
  body.offer-details main article > section.description {
    padding: 10px;
    background-color: #eff0f2;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
@media only screen and (min-width: 1200px) {
  body.offer-details main article > section.description {
    border-bottom: 1px solid #e8e8e8;
    padding: 1em;
  }
}
body.offer-details main article > section.description * {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
}
body.offer-details main article > section.description ul,
body.offer-details main article > section.description ol {
  padding: 0 1.5em;
}
body.offer-details main article > section.description ul li,
body.offer-details main article > section.description ol li {
  list-style: disc;
}
body.offer-details main article div.contact {
  background-color: #eff0f2;
  margin-top: 1em;
  font-size: 18px;
  padding: 0.5em;
  color: #b11223;
}
@media only screen and (min-width: 1200px) {
  body.offer-details main article div.contact {
    line-height: 45px;
    padding: 0 1em;
  }
}
body.offer-details div#offer-map {
  width: 800px;
  height: 600px;
  display: none;
}
.hidden_select_container {
  width: 0;
  height: 0;
  overflow: hidden;
}
.simpleselect,
.simpleselect * {
  box-sizing: content-box;
  text-align: left;
}
.simpleselect {
  position: relative;
  width: 200px;
  height: 46px;
  color: #848484;
  font-size: 15px;
}
.simpleselect .options {
  width: 198px;
  color: #363635;
}
.simpleselect .placeholder,
.simpleselect .options .option,
.simpleselect .options .optgroup .optgroup-label {
  padding: 9px 10px;
  line-height: 23px;
  cursor: pointer;
}
.simpleselect .placeholder {
  line-height: 23px;
}
.simpleselect .options .optgroup .optgroup-label {
  cursor: default;
  font-weight: bold;
}
.simpleselect .options .optgroup .option {
  padding-left: 20px;
}
.simpleselect .placeholder,
.simpleselect .options {
  background: #fff;
  border: 1px solid #e1e1e1;
}
.simpleselect .placeholder {
  position: relative;
}
.simpleselect .placeholder:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 8px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjA0Q0FGMUI4RTU1MTFFMzhGMThCQzUzMTMxMzdBN0YiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjA0Q0FGMUM4RTU1MTFFMzhGMThCQzUzMTMxMzdBN0YiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MDRDQUYxOThFNTUxMUUzOEYxOEJDNTMxMzEzN0E3RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2MDRDQUYxQThFNTUxMUUzOEYxOEJDNTMxMzEzN0E3RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq8U8ZgAAAClSURBVHjaYpw7dw4DEggEYh4gXgwTYEGS5AfiyVD6FBDfBAkyISloB2JpqAlLgZgNWYENEGciKTYG4haYFSCVKA6BglIg3gdSIAHEfQzYASfj////GfABJgYCgGXevLlyQNoDh/xrkBteAHEREKtjUeAJsuIXEKdgkewG4h0wNxwB4ulIkmeBuAbdkZVA/BSIvwBxNNRklLj4CMS50KC+CRMECDAA5ogdqmResXgAAAAASUVORK5CYII=") 0 center no-repeat;
}
.simpleselect .placeholder:hover {
  background: #fafafa;
}
.simpleselect .options {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.simpleselect .options .option.active {
  background: #363635;
  color: #fff;
}
.simpleselect.disabled .placeholder,
.simpleselect.disabled .placeholder:hover {
  background: #fafafa;
  color: #aaa;
  border-color: #eee;
  cursor: default;
}
.simpleselect.disabled .placeholder:after {
  opacity: .5;
}
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../img/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../img/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../img/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../img/fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../img/fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('../img/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
.autocomplete-suggestions {
  background: #fff;
  border: 1px solid #e1e1e1;
  overflow: auto;
  text-align: left;
  color: #363635;
  margin-left: -1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100% !important;
}
@media only screen and (min-width: 1200px) {
  body.index .autocomplete-suggestions {
    width: 355px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .autocomplete-suggestions {
    width: 50% !important;
  }
}
.autocomplete-suggestions .autocomplete-suggestion {
  font-size: 13px;
  line-height: 23px;
  padding: 9px 10px;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (min-width: 1200px) {
  .autocomplete-suggestions .autocomplete-suggestion {
    line-height: 27px;
    padding: 0 10px;
  }
}
.autocomplete-suggestions .autocomplete-suggestion strong {
  font-weight: 700;
  color: #b01122;
}
.autocomplete-suggestions .autocomplete-selected {
  background-color: #363635;
  color: #fff;
}
.autocomplete-suggestions .autocomplete-group {
  line-height: 23px;
  padding: 9px 5px;
  background-color: #efefef;
}
@media only screen and (min-width: 1200px) {
  .autocomplete-suggestions .autocomplete-group {
    line-height: 27px;
    padding: 0 10px;
  }
}
.autocomplete-suggestions .autocomplete-group strong {
  display: block;
}
/* Basic jQuery Slider essential styles */
ul.bjqs {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: none;
}
li.bjqs-slide {
  position: absolute;
  display: none;
}
ul.bjqs-controls {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 9999;
}
ul.bjqs-controls.v-centered li a {
  position: absolute;
}
ul.bjqs-controls.v-centered li.bjqs-next a {
  right: 0;
}
ul.bjqs-controls.v-centered li.bjqs-prev a {
  left: 0;
}
ol.bjqs-markers {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
ol.bjqs-markers.h-centered {
  text-align: center;
}
ol.bjqs-markers li {
  display: inline;
}
ol.bjqs-markers li a {
  display: inline-block;
}
p.bjqs-caption {
  display: block;
  width: 96%;
  margin: 0;
  padding: 2%;
  position: absolute;
  bottom: 0;
}
/*
 * qTip2 - Pretty powerful tooltips - v2.2.1
 * http://qtip2.com
 *
 * Copyright (c) 2014 
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Sat Sep 6 2014 11:12 GMT+0100+0100
 * Plugins: tips modal viewport svg imagemap ie6
 * Styles: core basic css3
 */
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  box-shadow: none;
  padding: 0;
}
.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}
.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold;
}
.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important;
}
/* Default close button class */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 11;
  /* Overlap .qtip-tip */
  cursor: pointer;
  outline: medium none;
  border: 1px solid transparent;
}
.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px;
}
* html .qtip-titlebar .qtip-close {
  top: 16px;
}
/* IE fix */
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr;
}
.qtip-icon,
.qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}
.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma, sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em;
}
/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* Default tooltip style */
.qtip-default {
  border: 1px solid #F1D031;
  background-color: #FFFFA3;
  color: #555;
}
.qtip-default .qtip-titlebar {
  background-color: #FFEF93;
}
.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777;
}
.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111;
}
/*! Light tooltip style */
.qtip-light {
  background-color: white;
  border-color: #E2E2E2;
  color: #454545;
}
.qtip-light .qtip-titlebar {
  background-color: #f1f1f1;
}
/*! Dark tooltip style */
.qtip-dark {
  background-color: #505050;
  border-color: #303030;
  color: #f3f3f3;
}
.qtip-dark .qtip-titlebar {
  background-color: #404040;
}
.qtip-dark .qtip-icon {
  border-color: #444;
}
.qtip-dark .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}
/*! Cream tooltip style */
.qtip-cream {
  background-color: #FBF7AA;
  border-color: #F9E98E;
  color: #A27D35;
}
.qtip-cream .qtip-titlebar {
  background-color: #F0DE7D;
}
.qtip-cream .qtip-close .qtip-icon {
  background-position: -82px 0;
}
/*! Red tooltip style */
.qtip-red {
  background-color: #F78B83;
  border-color: #D95252;
  color: #912323;
}
.qtip-red .qtip-titlebar {
  background-color: #F06D65;
}
.qtip-red .qtip-close .qtip-icon {
  background-position: -102px 0;
}
.qtip-red .qtip-icon {
  border-color: #D95252;
}
.qtip-red .qtip-titlebar .ui-state-hover {
  border-color: #D95252;
}
/*! Green tooltip style */
.qtip-green {
  background-color: #CAED9E;
  border-color: #90D93F;
  color: #3F6219;
}
.qtip-green .qtip-titlebar {
  background-color: #B0DE78;
}
.qtip-green .qtip-close .qtip-icon {
  background-position: -42px 0;
}
/*! Blue tooltip style */
.qtip-blue {
  background-color: #E5F6FE;
  border-color: #ADD9ED;
  color: #5E99BD;
}
.qtip-blue .qtip-titlebar {
  background-color: #D0E9F5;
}
.qtip-blue .qtip-close .qtip-icon {
  background-position: -2px 0;
}
.qtip-shadow {
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}
/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.qtip-rounded .qtip-titlebar {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
/* Youtube tooltip style */
.qtip-youtube {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px #333;
  -moz-box-shadow: 0 0 3px #333;
  box-shadow: 0 0 3px #333;
  color: white;
  border: 0 solid transparent;
  background: #4A4A4A;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4A4A4A), color-stop(100%, black));
  background-image: -webkit-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -moz-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -ms-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -o-linear-gradient(top, #4A4A4A 0, black 100%);
}
.qtip-youtube .qtip-titlebar {
  background-color: #4A4A4A;
  background-color: rgba(0, 0, 0, 0);
}
.qtip-youtube .qtip-content {
  padding: .75em;
  font: 12px arial, sans-serif;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
}
.qtip-youtube .qtip-icon {
  border-color: #222;
}
.qtip-youtube .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}
/* jQuery TOOLS Tooltip style */
.qtip-jtools {
  background: #232323;
  background: rgba(0, 0, 0, 0.7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
  background-image: -moz-linear-gradient(top, #717171, #232323);
  background-image: -webkit-linear-gradient(top, #717171, #232323);
  background-image: -ms-linear-gradient(top, #717171, #232323);
  background-image: -o-linear-gradient(top, #717171, #232323);
  border: 2px solid #ddd;
  border: 2px solid #f1f1f1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 12px #333;
  -moz-box-shadow: 0 0 12px #333;
  box-shadow: 0 0 12px #333;
}
/* IE Specific */
.qtip-jtools .qtip-titlebar {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
}
.qtip-jtools .qtip-content {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
}
.qtip-jtools .qtip-titlebar,
.qtip-jtools .qtip-content {
  background: transparent;
  color: white;
  border: 0 dashed transparent;
}
.qtip-jtools .qtip-icon {
  border-color: #555;
}
.qtip-jtools .qtip-titlebar .ui-state-hover {
  border-color: #333;
}
/* Cluetip style */
.qtip-cluetip {
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  background-color: #D9D9C2;
  color: #111;
  border: 0 dashed transparent;
}
.qtip-cluetip .qtip-titlebar {
  background-color: #87876A;
  color: white;
  border: 0 dashed transparent;
}
.qtip-cluetip .qtip-icon {
  border-color: #808064;
}
.qtip-cluetip .qtip-titlebar .ui-state-hover {
  border-color: #696952;
  color: #696952;
}
/* Tipsy style */
.qtip-tipsy {
  background: black;
  background: rgba(0, 0, 0, 0.87);
  color: white;
  border: 0 solid transparent;
  font-size: 11px;
  font-family: 'Lucida Grande', sans-serif;
  font-weight: bold;
  line-height: 16px;
  text-shadow: 0 1px black;
}
.qtip-tipsy .qtip-titlebar {
  padding: 6px 35px 0 10px;
  background-color: transparent;
}
.qtip-tipsy .qtip-content {
  padding: 6px 10px;
}
.qtip-tipsy .qtip-icon {
  border-color: #222;
  text-shadow: none;
}
.qtip-tipsy .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}
/* Tipped style */
.qtip-tipped {
  border: 3px solid #959FA9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #F9F9F9;
  color: #454545;
  font-weight: normal;
  font-family: serif;
}
.qtip-tipped .qtip-titlebar {
  border-bottom-width: 0;
  color: white;
  background: #3A79B8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
  background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
}
.qtip-tipped .qtip-icon {
  border: 2px solid #285589;
  background: #285589;
}
.qtip-tipped .qtip-icon .ui-icon {
  background-color: #FBFBFB;
  color: #555;
}
/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap {
  /** Taken from Bootstrap body */
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  /** Taken from Bootstrap .popover */
  padding: 1px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.qtip-bootstrap .qtip-titlebar {
  /** Taken from Bootstrap .popover-title */
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.qtip-bootstrap .qtip-titlebar .qtip-close {
  /**
			 * Overrides qTip2:
			 * .qtip-titlebar .qtip-close{
			 *   [...]
			 *   right: 4px;
			 *   top: 50%;
			 *   [...]
			 *   border-style: solid;
			 * }
			 */
  right: 11px;
  top: 45%;
  border-style: none;
}
.qtip-bootstrap .qtip-content {
  /** Taken from Bootstrap .popover-content */
  padding: 9px 14px;
}
.qtip-bootstrap .qtip-icon {
  /**
		 * Overrides qTip2:
		 * .qtip-default .qtip-icon {
		 *   border-color: #CCC;
		 *   background: #F1F1F1;
		 *   color: #777;
		 * }
		 */
  background: transparent;
}
.qtip-bootstrap .qtip-icon .ui-icon {
  /**
			 * Overrides qTip2:
			 * .qtip-icon .ui-icon{
			 *   width: 18px;
			 *   height: 14px;
			 * }
			 */
  width: auto;
  height: auto;
  /* Taken from Bootstrap .close */
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.qtip-bootstrap .qtip-icon .ui-icon:hover {
  /* Taken from Bootstrap .close:hover */
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
  filter: none;
  -ms-filter: none;
}
.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}
/* Opera bug #357 - Incorrect tip position
	https://github.com/Craga89/qTip2/issues/367 */
x:-o-prefocus,
.qtip .qtip-tip {
  visibility: hidden;
}
.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
  position: absolute;
  color: #123456;
  background: transparent;
  border: 0 dashed transparent;
}
.qtip .qtip-tip canvas {
  top: 0;
  left: 0;
}
.qtip .qtip-tip .qtip-vml {
  behavior: url(#default#VML);
  display: inline-block;
  visibility: visible;
}
#qtip-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* Applied to modals with show.modal.blur set to true */
#qtip-overlay.blurs {
  cursor: pointer;
}
/* Change opacity of overlay here */
#qtip-overlay div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.qtipmodal-ie6fix {
  position: absolute !important;
}
/* sublayouts here */
