.rotate-90 {
   transform: rotate(-90.0deg)!important;
}

/* cb less files */
body {
  -ms-overflow-style: scrollbar;
  font-family: Roboto, sans-serif;
  color: #202d40;
  min-width: 952px;
}
body#listview {
  background-color: #eff0f1;
}
body.modal-open {
  overflow: hidden;
  padding-right: 17px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #202d40;
}
h1 {
  line-height: 30px;
}
h2.page-title {
  font-size: 28px;
  margin-top: 19px;
}
.h3 {
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: 700;
}
.container {
  background-color: #ffffff;
}
select {
  background-color: #ffffff;
  border: 1px solid #9da1a3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 0 0 0 6px;
  font-size: 14px;
  color: #546372;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.global-footer-margin .footer {
  margin-top: 30px;
}
.hyphenate {
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
}
.donthyphenate {
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
}
/* header less styles */
.header .der {
  background-image: url("/img/scb.png");
  background-position: -207px -148px;
  float: left;
  height: 38px;
  width: 45px;
}
.header .tuev {
  background-image: url("/img/scb.png");
  background-position: -250px -151px;
  float: left;
  height: 38px;
  width: 45px;
}
.header {
  height: 75px;
  width: 100%;
  background-color: #202d40;
  color: #fff;
}
.header .container {
  background: transparent;
}
.header a {
  color: #fff !important;
}
.header a:hover,
.header a:actice,
.header a:focus {
  color: #fff !important;
}
.header .header-logo {
  float: left;
}
.header .header-logo .logo {
  background: url("/img/scb.png") no-repeat scroll 0 0 transparent;
  height: 55px;
  width: 215px;
}
.header.header-mh .header-logo .logo {
  background: url("/img/scb.png") no-repeat scroll 0 0 transparent;
  background-position: -259px 0;
  height: 55px;
  width: 239px;
}
.header .header-navigation {
  float: left;
  margin: 35px 30px 0 20px;
}
.header .header-navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 17px;
  font-weight: bold;
}
.header .header-navigation ul li {
  display: inline;
  padding: 10px;
}
.header.header-mh .header-navigation,
.header.header-au .header-navigation {
  margin: 35px 20px 0;
}
.header.header-mh .header-navigation ul li,
.header.header-au .header-navigation ul li {
  padding: 10px 5px;
}
.header .opening-hours {
  float: left;
  margin-top: 36px;
  font-size: 16px;
}
.header .opening-hours .phoneNumber {
  cursor: pointer;
}
.header .opening-hours .fa-phone {
  font-size: 18px;
}
.header .opening-hours small {
  font-size: 70%;
  font-weight: normal;
}
.header .opening-hours.opening-hours-au {
  margin-top: 6px;
  font-size: 14px;
  line-height: 16px;
}
.header .opening-hours.opening-hours-au small {
  display: block;
}
.header .platform-switch {
  float: left;
  margin-left: 40px;
  margin-right: 20px;
  margin-top: 33px;
}
.header.header-au .platform-switch {
  margin-left: 40px;
}
.header .trust-logos {
  float: right;
  margin-right: 0;
}
.header .trust-logos .logo-der {
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 20px;
}
.header .trust-logos .logo-tuev {
  display: block;
  float: left;
  margin-top: 15px;
  height: 45px;
  width: 45px;
}
.header .trust-logos .why-us-en {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  margin-top: 14px;
}
.header #service-tooltip {
  position: absolute;
  width: 300px;
  padding: 5px 10px;
  box-sizing: border-box;
  background-color: white;
  color: #202d40;
  margin-left: -23px;
  top: 33px;
  cursor: default;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  /* Firefox */
  -moz-transition: all 0.2s ease-in-out;
  /* WebKit */
  -o-transition: all 0.2s ease-in-out;
  /* Opera */
  transition: all 0.2s ease-in-out;
  /* Standard */
}
.header #service-tooltip.in {
  opacity: 1;
  z-index: 999;
  -webkit-transition: all 0.2s ease-in-out;
  /* Firefox */
  -moz-transition: all 0.2s ease-in-out;
  /* WebKit */
  -o-transition: all 0.2s ease-in-out;
  /* Opera */
  transition: all 0.2s ease-in-out;
  /* Standard */
}
.header #service-tooltip .smallest {
  font-size: 10px;
  line-height: 10px;
}
.header #service-tooltip .small {
  font-size: 11px;
  line-height: 17px;
  margin-bottom: 10px;
}
.header #service-tooltip .small:last-of-type {
  margin-bottom: 0;
}
.header #service-tooltip a {
  color: #005599 !important;
}
.header #service-tooltip a:hover,
.header #service-tooltip a:focus,
.header #service-tooltip a:active {
  color: #005599 !important;
}
.header #service-tooltip .service-tooltip-close {
  display: none;
}
.header #service-tooltip .service-tooltip-close .close-box {
  font-size: 27px;
  position: absolute;
  right: 5px;
  bottom: 5px;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  float: right;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.header.header-au #service-tooltip {
  top: 17px;
}
/*
 * Responsive: css for header
 *--------------------------------------------------*/
@media (min-width: 1200px) {
  .header .header-navigation {
    margin: 35px 50px 0 70px;
  }
  .header.header-mh .header-navigation {
    margin: 35px 50px 0;
  }
  .header.header-au .header-navigation {
    margin: 35px 30px 0;
  }
  .header .platform-switch {
    margin-left: 80px;
    margin-right: 20px;
  }
  .header .opening-hours.opening-hours-au {
    margin-top: 15px;
    font-size: 16px;
    line-height: 20px;
  }
  .header .opening-hours.opening-hours-au small {
    display: inline;
  }
  .header .trust-logos {
    margin-right: 100px;
  }
  .header.header-au .trust-logos {
    margin-right: 40px;
  }
}
/* main layout styles */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body:before {
  content: "";
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px;
}
.font12 {
  font-size: 12px;
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 0px;
}
.headlineB h2 {
  font-size: 38px;
  line-height: 40px;
  margin: 0 0 16px;
}
.headlineB h3 {
  font-size: 18px;
}
a:hover,
a:focus {
  text-decoration: none!important;
}
a.advanced {
  font-weight: bold;
}
.checkout-contentbox {
  background-color: #d4dbdf;
  border: 1px solid #aaaaaa;
  padding: 10px;
  overflow: hidden;
}
.formBg {
  background-color: #DDE2E6;
  background-image: linear-gradient(to bottom, #e3e7ea, #d4dbdf);
  background-repeat: repeat-x;
  border: 1px solid #BDC7CE;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
  padding: 10px;
  overflow: hidden;
}
.subhead {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}
/* Facetten */
[class^="hiddenFacet-"],
[class*=" hiddenFacet-"] {
  display: none;
}
.mainFormInputs {
  cursor: pointer;
}
.mainFormInputs.facet-subset {
  margin-left: 20px;
}
.mainFormInputs.facet-subset .fa-angle-down {
  font-size: 20px;
  vertical-align: middle;
}
/* specials */
.specials .adv {
  margin-right: 0px;
}
.specials {
  float: left;
  width: 100%;
  background-color: rgba(185, 205, 154, 0.3);
  color: #000;
  margin-top: 20px;
  padding-bottom: 20px;
}
.specialName {
  text-decoration: none;
  color: #006f9c;
  font-size: 16px;
}
.specialSupplierName {
  text-decoration: none;
  color: #202d40;
  font-size: 12px;
  margin-top: 3px;
}
a.specialA,
a.specialA:focus,
a.specialA:hover {
  color: #000 !important;
}
.specialPriceLabel {
  margin-top: 0px;
  background-color: rgba(238, 85, 35, 0.9);
  position: absolute;
  padding: 5px 8px;
  border-radius: 0 0 5px 0;
  width: 40px;
}
.specialPriceLabelTxt {
  font-size: 12px;
  color: #fff;
}
.specilSpecBloc ul,
.specilSpecBloc ul li,
.specialGroupConditions ul {
  padding-left: 15px;
}
.specilSpecBloc h3 {
  font-size: 21px;
  line-height: 23px;
  margin-bottom: 17px;
}
.specilSpecBloc .btn-specials {
  margin-bottom: 20px;
}
.specilSpecBloc .specialLine {
  background: #9da1a3;
  height: 1px;
  width: 37%;
  margin: 15px 0;
}
.specilSpecBloc .specialLine.long {
  width: 100%;
  margin: 30px 0 25px 0;
  background: #202d40;
}
.specilSpecBloc .specialLine.longFull {
  width: 100%;
  height: 2px;
}
.specilSpecBloc .specialLine.firstHr {
  margin-top: -10px;
}
.specialGroupLink {
  text-decoration: underline;
  padding-right: 8px;
}
.specialImgBox {
  margin-top: 10px;
  padding-bottom: 8px;
}
/*on special list view hide key visual headline*/
#specialListview div.keyVisualHeadline {
  display: none;
}
.specialRightSidebar {
  float: right;
  padding: 15px;
  width: 300px;
}
.subRegionList {
  margin-left: 22px;
}
.resultHeadline {
  background-color: #e3e7eb;
  height: 24px;
  width: 205px;
  padding: 2px 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.resultSupplier {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
}
.resultVehicle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
  padding: 2px 8px;
}
.resultReviews {
  height: 20px;
  margin: 0;
  padding: 2px 8px;
}
.resultContent {
  float: left;
}
.resultContent div.floatR {
  margin-top: 10px;
  padding-right: 8px;
}
/* keyvisual searchBox groß */
.searchBig {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: -moz-linear-gradient(top, rgba(25, 41, 63, 0.8) 0%, rgba(25, 41, 63, 0.8) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(25, 41, 63, 0.8)), color-stop(100%, rgba(25, 41, 63, 0.8)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(25, 41, 63, 0.8) 0%, rgba(25, 41, 63, 0.8) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(25, 41, 63, 0.8) 0%, rgba(25, 41, 63, 0.8) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(25, 41, 63, 0.8) 0%, rgba(25, 41, 63, 0.8) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(25, 41, 63, 0.8) 0%, rgba(25, 41, 63, 0.8) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc19293f', endColorstr='#cc19293f', GradientType=0);
  /* IE6-8 */
}
.searchBig {
  float: left;
  margin-left: 17px;
  margin-top: 50px;
  width: 600px;
}
.searchBig ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.searchBig ul li {
  border-bottom: 1px solid #888888;
  float: none;
  padding: 5px 5px 5px 15px;
  background-color: rgba(255, 255, 255, 0.1);
}
.searchBig ul li:last-child {
  border-bottom: none;
  float: none;
}
.searchBig ul li.active {
  background-color: inherit;
}
.searchBig ul li:hover {
  background-color: inherit;
}
.searchBig ul li a {
  text-decoration: none;
  color: #fff;
}
.searchBig .searchList {
  width: 150px;
}
.searchBig .searchListForm {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.searchBig .searchListForm .form1 {
  width: 100%;
}
.searchBig .searchListForm .form1 #fromStation,
.searchBig .searchListForm .form1 .from-date-field {
  margin-right: 16px;
}
.searchBig .searchListForm .form1 .searchbox-infos {
  margin-right: 21px;
}
.searchBig .searchListForm .form1 .input-append {
  cursor: pointer;
}
.searchBig .searchListForm .form1 .input-append input {
  cursor: pointer;
}
.searchBig .searchListForm .searchbox-title {
  color: #fff;
  margin: 16px 0 8px;
  font-weight: 700;
  font-size: 14px;
}
.searchBig .searchListForm form {
  font-size: 12px;
}
.searchBig .searchListForm form .btnSearch {
  width: 197px;
  margin-top: 5px;
}
.searchBig .searchListForm .overview {
  width: 192px;
}
.searchBig {
  height: 190px;
}
.searchBig .searchList {
  height: 190px;
  overflow: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-scrollbar-face-color: #999;
  -ms-scrollbar-track-color: #18293f;
  -ms-scrollbar-arrow-color: #cccccc;
}
.country span {
  cursor: pointer;
}
#landingPage .searchBig,
#supplierPage .searchBig,
#staticContent .searchBig,
#supplierPricePage .searchBig {
  width: 450px;
}
#staticContent .searchBig {
  margin-left: 0px;
}
#landingPage .searchBig .searchListForm #searchBoxForm,
#supplierPage .searchBig .searchListForm #searchBoxForm,
#staticContent .searchBig .searchListForm #searchBoxForm,
#supplierPricePage .searchBig .searchListForm #searchBoxForm {
  margin-top: 0px;
  padding-bottom: 10px;
}
.searchSmall #searchBoxForm {
  margin-bottom: 10px;
}
#landingPageEUR .searchBig {
  width: 600px;
}
#supplierPricePage .table-responsive,
#supplierPage .table-responsive {
  margin-bottom: 30px;
}
#supplierPricePage .table-responsive:last-of-type,
#supplierPage .table-responsive:last-of-type {
  margin-bottom: 0;
}
/* keyvisual searchBox klein */
.searchSmall {
  background-color: rgba(25, 41, 63, 0.8);
  float: left;
  margin-left: 17px;
  margin-top: 50px;
  width: 220px;
}
.searchSmall ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.searchSmall ul li {
  border-bottom: 1px solid #888888;
  float: none;
  padding: 5px 5px 5px 15px;
  background-color: rgba(255, 255, 255, 0.1);
}
.searchSmall ul li:last-child {
  border-bottom: none;
  float: none;
}
.searchSmall ul li.active {
  background-color: inherit;
}
.searchSmall ul li:hover {
  background-color: inherit;
}
.searchSmall ul li a {
  text-decoration: none;
  color: #fff;
}
.searchSmall .searchElem {
  width: 200px;
  margin: 10px 20px;
}
.searchElemCountry {
  width: 220px;
  margin: 10px;
}
.searchSubCountry {
  width: 220px;
  margin: 10px 10px 10px 0;
}
.searchElemCountry ul {
  width: 200px;
}
#supplierPage .searchSmall {
  width: 250px;
}
#supplierPage .searchSmall .searchElem {
  width: 210px;
  margin: 10px 20px;
}
#landingPageEUR .searchBig ul {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 185px;
  list-style-type: none;
  margin: 0;
  overflow-y: scroll;
}
/* side layout main contents */
.content {
  float: left;
  width: 100%;
  height: auto;
}
.routeTips {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 36px;
  padding-bottom: 20px;
}
.hint {
  float: left;
  width: 100%;
  height: auto;
}
.additionalContent {
  float: left;
  width: 100%;
  height: auto;
}
.worldWide {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 36px;
  padding-bottom: 20px;
}
/* searchDates listview */
.tripDates {
  background-color: rgba(185, 205, 154, 0.4);
  border-bottom: 2px solid #B9CD9A;
  border-top: 2px solid #B9CD9A;
  padding: 10px;
  width: 200px;
  position: relative;
  z-index: 2;
}
.tripDates h4 {
  margin-top: 0px;
}
.tripDates .textFields {
  border-bottom: solid 1px #ccc;
  width: 100%;
}
.tripDates .textFields + .textFields {
  border: medium none;
}
.tripDates .textFields .description {
  width: 75px;
}
#datePicker .hintContent {
  width: 510px;
}
#motorhomDetail .hintContent {
  width: 895px;
}
#homepage .hintContent .width {
  width: 85%;
}
#homepage .suppliers {
  margin-left: 20px;
}
#landingPage .hintContent .width {
  width: 85%;
}
.facetAcc {
  width: 200px;
}
label.facet {
  width: 200px;
}
label .facetCbxImg {
  background-image: url("/img/scb.png");
  background-position: -281px -70px;
  float: left;
  height: 15px;
  margin-left: 2px;
  margin-top: 2px;
  width: 17px;
}
label.checked .facetCbxImg {
  background-image: url("/img/scb.png");
  background-position: -259.5px -70px;
  float: left;
  height: 15px;
  margin-left: 2px;
  margin-top: 2px;
  width: 17px;
}
.lbl {
  margin-left: 25px;
}
.leftSideSearch form {
  margin: 0px;
}
/* motorhome list listview */
#facet-supplierName {
  margin-top: 10px;
}
#facet-classification {
  margin-top: 10px;
}
#facet-carFeatures {
  margin-top: 10px;
}
#facet-carFeatures + .facetDp {
  margin-top: 10px;
  width: 200px;
}
#facet-availability {
  margin-bottom: 10px;
}
.editDate,
.editCountry,
.editTargetRegion {
  color: #005599;
  cursor: pointer;
}
.mdName {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  width: 280px;
}
.motorhomeDescription .ratingStars {
  margin-top: 3px;
}
.infoPayment {
  font-size: 12px;
  text-align: right;
  margin-left: -15px;
}
.infoPayment i {
  margin-right: 0px;
}
/* special galleryView */
.row.motorhomeGallery {
  margin-left: 50px;
}
.row.motorhomeGallery .special-page-title {
  font-size: 28px;
  line-height: 30px;
  margin: 0 0 19px 0;
}
.row.motorhomeGallery .motorhome-gallery-item {
  float: left;
  width: 220px;
  min-height: 275px;
}
#specials h2.page-title {
  margin-top: 0;
  line-height: 30px;
}
/* motorhome list detailspage */
#motorhomDetail .priceBox {
  width: 219px;
  border-bottom: 2px solid rgba(173, 175, 177, 0.2);
  border-top: 2px solid rgba(173, 175, 177, 0.2);
}
.motorhomeDescriptionDetailP {
  border-top: solid 2px rgba(173, 175, 177, 0.2);
  border-bottom: solid 2px rgba(173, 175, 177, 0.2);
  border-left: 2px solid rgba(173, 175, 177, 0.2);
  padding-left: 13px;
  height: 116px;
}
.motorhomeDescriptionDetailP h4 {
  margin-top: 5px;
}
.motorhomeBasicConfig {
  border: solid 2px rgba(173, 175, 177, 0.2);
}
.radioBasicConfig {
  padding: 10px;
}
.radioBasicConfig input[type="radio"] {
  margin-top: -1px;
}
.radioBasicConfig p {
  display: inline-block;
  margin-left: 7px;
}
#motorhomeDetail .navbar-inner {
  background-color: #ccc;
  background-image: none;
  border: none;
  border-radius: 0px;
}
#motorhomeDetail .navbar-inner .nav > li > a {
  color: #fff;
  font-weight: bold;
  text-shadow: none;
}
#motorhomeDetail .navbar-inner .nav {
  padding: 0px;
}
#motorhomeDetail .lbl {
  display: inline-block;
  margin-left: 5px;
}
#supplierPage .navbar .nav > li > a {
  text-shadow: none;
}
.sidebarnav-trip-planing {
  padding-right: 20%;
}
.sidebarnav-trip-planing a {
  display: block;
}
.sidebarnav-specials-list {
  list-style-type: none;
  padding: 0;
  overflow: hidden;
  padding-right: 20%;
}
.sidebarnav-specials-list li {
  overflow: hidden;
}
.sidebarnav-specials-list li.active {
  background-color: #cdd8df;
}
.sidebarnav-specials-list li a {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #aeb9c1;
  display: block;
  text-decoration: none;
  color: #202d40;
  font-size: 17px;
  overflow: hidden;
}
.sidebarnav-specials-list li:first-child a {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 2px solid #aeb9c1;
}
#bookBtn2 {
  display: none;
}
#bookBtn2.navBtn {
  margin-top: -36px;
}
.subHeadlineList {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 10px;
}
.subheadline {
  font-size: 16px;
  font-weight: bold;
}
.content-bloc-full {
  border: 2px solid rgba(173, 175, 177, 0.2);
}
.content-bloc {
  padding: 12px 12px 12px 4px;
}
.inner-content {
  margin: 20px;
}
.detailBookbox {
  float: right;
  background-color: rgba(173, 175, 177, 0.4);
  margin-left: 0 !important;
  padding: 10px 20px;
}
.detailQuestionBox {
  float: right;
  background-color: rgba(173, 175, 177, 0.2);
  margin-left: 0 !important;
  padding: 10px 20px;
}
.inner-content input[type="radio"],
input[type="checkbox"] {
  margin: 0 5px 0 0;
}
.inner-content input[type="checkbox"] {
  margin: 0 5px 0 0;
}
/* specials */
.specialHint {
  background-color: rgba(238, 85, 35, 0.8);
  box-shadow: 0 3px 5px #999999;
  color: #FFFFFF;
  margin-bottom: 10px;
  margin-top: -31px;
  padding: 5px 8px;
  position: relative;
  text-align: center;
  width: 70px;
}
.span10.gallerySpecials {
  margin-left: 76px;
  width: 694px;
}
.specialsList {
  list-style-image: url("/img/hook_black.png");
}
.teaserBloc {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
  float: left;
}
.teaser_bloc {
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.teaser_bloc:hover {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
}
.teaserBloc .teaser_title {
  float: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  background: rgba(97, 148, 54, 0.8);
  padding: 15px 25px;
  float: none;
}
.teaserBloc .teaser_text {
  float: left;
  padding: 20px 2%;
  width: 96%;
}
.teaserBloc .teaser_text .teaser_img {
  float: left;
  width: 50%;
  margin-right: 15px;
}
.teaserBloc .teaser_text .teaser_btn {
  float: right;
  margin: 20px 0 0;
  width: auto;
}
#routeSnippetsForCountry .span6 {
  margin-left: 0px;
}
#routeSnippetsForCountry .reiseplanung_travel_tim {
  width: 280px;
}
#routeSnippetsForCountry .reiseplanung_introtext {
  width: 450px;
}
hr {
  border: solid 1px #f3f3f3;
}
.detailsImages .normal {
  float: left;
  margin-bottom: 8px;
  margin-left: 8px;
  width: 220px;
  height: 140px;
}
.detailsImages .normalFirst {
  float: left;
  margin-bottom: 8px;
  width: 220px;
  height: 140px;
}
.suppliers {
  width: 450px;
  margin-left: 0px;
}
.destinations {
  width: 585px;
}
.txtbloc {
  float: left;
  width: 100%;
}
.rectxtbloc {
  width: 100%;
  border: 1px solid #9da1a3;
  background: #eff0f1;
  overflow: hidden;
  padding: 20px 0;
}
.worldWideList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.worldWideList li {
  color: #005599;
  cursor: pointer;
}
.worldWideList li:hover {
  color: #005599;
  cursor: pointer;
  text-decoration: underline;
}
.worldWideList li:last-child {
  margin-top: 10px;
}
.moreFavList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.moreSupplierList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.linkToSupplierComparison {
  background: #EEEEEE;
  padding: 6px;
  width: 420px;
}
#supplierComparison {
  width: 918px;
  height: 600px;
  overflow-x: scroll;
  overflow-y: scroll;
}
.linkColor {
  color: #005599;
  cursor: pointer;
}
/* inputcal */
.stationFrom {
  height: 30px;
  width: 197px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.stationTo {
  height: 30px;
  width: 197px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.searchFromInput {
  width: 156px !important;
}
.searchToInput {
  width: 156px !important;
}
/* recommandation */
.scala input[type="radio"]:last-child {
  margin-right: 0px;
}
.scalaElem {
  float: left;
  width: 130px;
  text-align: center;
}
.noChoice span {
  float: left;
  margin-left: 5px;
  margin-top: 0;
}
.noChoice input {
  float: left;
}
/* checkout */
#checkout_navbar .nav li {
  display: inline;
  float: left;
  margin-right: 60px;
  color: #999999;
}
/* worldMap */
.mapCountries {
  width: 236px;
  float: left;
}
.mapCountries ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  line-height: 25px;
}
.mapCountries ul li span.country {
  text-decoration: none;
  color: #000;
  font-size: 15px;
  font-weight: bold;
}
.mapCountries ul li span.infos {
  text-decoration: none;
  color: #619436;
  font-size: 12px;
}
/* more City's */
.country {
  overflow: hidden;
  margin-bottom: 10px;
}
.country .moreCities {
  color: #202d40;
  font-weight: bold;
  margin-bottom: 5px;
}
/* country Picker */
.modal-body {
  min-height: inherit;
}
.modal-body > ul {
  list-style: none outside none;
  margin: 0 0 0 2px;
  padding: 0;
}
.modal-body li.country {
  float: left;
  margin-bottom: 20px;
  margin-right: 60px;
  width: 200px;
}
.modal-body li.cpListelem {
  float: left;
  margin-bottom: 20px;
  margin-right: 25px;
  width: 150px;
}
.modal-body li span {
  color: #1470CC;
  font-weight: bold;
}
.modal-body li span {
  width: 120px;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.modal-body .cpListelem:hover {
  text-decoration: none!important;
}
.specialGroupContainer div ul li span {
  font-weight: normal;
  color: #000000;
}
/* map */
#theMapContainer.map-container {
  margin-left: 0px;
  height: 400px;
  border: 1px solid #9da1a3;
  position: relative;
  z-index: 0;
}
#mapSearch,
#mapDirection {
  bottom: 5% !important;
  left: 2% !important;
  right: 2% !important;
  top: 5% !important;
}
/* important fix for map !!! -> fix zoom layer */
#map-core-rentstations img,
#map-canvas img {
  max-width: none;
}
.gm-style .gm-style-mtc label,
.gm-style .gm-style-mtc div {
  display: inline;
  font-size: 11px;
}
/* error styles*/
.c_errorLabel,
.cErrorLabel {
  color: #FF0000;
}
.mapRoutes_Loader {
  left: 47%;
  max-width: 100px!important;
  position: absolute;
}
.supplierDiv {
  overflow: hidden;
  text-overflow: ellipsis;
}
.supplierDiv {
  width: 115px;
}
.rentStationMap .depotAdress {
  widows: 260px;
}
.depotAdress .distances {
  padding: 10px;
}
.freeText p {
  margin: 0px;
}
.toggleCalendarBloc {
  margin: 10px 0px;
}
.checkboxCB {
  float: left;
  margin: 3px 0 0;
}
.labelCB {
  margin-left: 20px;
}
#theMapContainer .btn {
  margin: 10px 5px 10px 10px;
}
#theMapContainer input {
  margin-top: 10px;
}
.topBoxStatic {
  background-color: #F4F6F7;
  border: 1px solid #CED2D4;
  border-radius: 5px 5px 5px 5px;
  float: left;
  padding: 10px;
}
.topBoxStatic > ul > li {
  margin-bottom: 5px;
}
.topBoxStatic ul,
.topBoxStatic ol {
  list-style: none outside none;
  padding: 0px;
  margin: 0px;
}
.topBoxStatic .active > a {
  font-weight: bold;
}
.topBoxStatic li.active > ul {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-top: 5px;
}
.detailsImages.row {
  margin-left: -5px;
  margin-right: -5px;
}
.detailsImages #moreImgs {
  margin-right: 8px;
  position: relative;
  z-index: 50;
}
.detailsImages .ankerImg {
  max-width: 20%;
  padding: 0 5px;
  display: block;
  float: left;
  box-sizing: border-box;
}
.detailsImages .ankerImg img {
  max-width: 100%;
  height: auto;
  max-height: 116.3px;
}
.carousel-inner > li {
  display: none;
}
#gallery.lightbox {
  left: 50% !important;
  top: 20% !important;
  margin-left: -235px;
}
#gallery.lightbox .carousel-inner {
  padding: 0;
  margin: 0;
}
.vehicleImg {
  background-repeat: no-repeat;
  background-size: 220px auto;
  float: left;
  height: 140px;
  width: 220px;
}
.vehicleImgSmall {
  background-repeat: no-repeat;
  background-size: auto 90px;
  float: right;
  height: 115px;
  width: 142px;
}
.suppliers-prices,
.compare-motorhomes {
  table-layout: fixed;
}
.suppliers-prices .no-break-date,
.compare-motorhomes .no-break-date {
  white-space: nowrap;
}
.suppliers-prices.only-one thead th,
.compare-motorhomes.only-one thead th {
  padding-right: 60%;
}
.suppliers-prices.only-one thead th:first-child,
.compare-motorhomes.only-one thead th:first-child {
  width: 25%;
  padding-right: 0;
}
.suppliers-prices.only-one tbody td,
.compare-motorhomes.only-one tbody td {
  padding-right: 60%;
}
.suppliers-prices.only-one tbody td:first-child,
.compare-motorhomes.only-one tbody td:first-child {
  width: 25%;
  padding-right: 0;
}
.suppliers-prices .motorhome-name,
.compare-motorhomes .motorhome-name {
  min-height: 40px;
  width: inherit;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: min-height 0.5s;
  /* Safari */
  transition: min-height 0.5s;
}
.suppliers-prices .vehicleImgMini,
.compare-motorhomes .vehicleImgMini {
  background-repeat: no-repeat;
  background-size: contain;
  float: none;
  height: 70px;
  width: 100%;
  background-position: top center;
  cursor: pointer;
}
.fakescroll-container {
  overflow-x: auto;
  width: 100%;
}
.fakescroll-container .fakescroll {
  padding-top: 1px;
}
.vehicleImgMini {
  background-repeat: no-repeat;
  background-size: auto 70px;
  float: right;
  height: 70px;
  width: 110px;
}
#supplierLogo {
  color: #202d40;
  box-sizing: border-box;
  padding: 17px;
}
#supplierLogo .supplierBoxLeft {
  float: left;
  width: 60%;
  text-align: left;
}
#supplierLogo .supplierBoxRight {
  float: left;
  width: 40%;
  text-align: left;
}
.companyLogo {
  height: auto;
  width: 100%;
}
.supplierCompanyLogo {
  background-color: #fff;
  text-align: center;
  padding: 0 50px;
  padding-bottom: 20px;
}
.supplierCompanyLogo + hr {
  margin: 0 -17px;
  border-color: #9da1a3;
  border-top: none;
}
.smallCountryImg,
.smallCityImg {
  background-repeat: no-repeat;
  background-size: auto 49px;
  float: left;
  height: 49px;
  width: 71px;
}
.specialImg {
  background-repeat: no-repeat;
  background-size: 220px auto;
  float: left;
  height: 140px;
  width: 220px;
}
.specialBookBlock {
  float: left;
  padding: 10px 20px 10px 0px;
}
hr.specialLine {
  background: #9da1a3;
  height: 1px;
  width: 37%;
  margin-left: 0px !important;
  border: none;
}
hr.specialLine.long {
  width: 100%;
  margin: 30px 0 30px 0;
  background: #202d40;
}
hr.specialLine.longFull {
  width: 100%;
  height: 2px;
}
hr.specialLine.firstHr {
  margin-top: -10px;
}
.specialKeyVisualInfo {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 20px 10px;
  min-height: 140px;
  min-width: 265px;
  width: 250px;
  color: #202d40;
}
.specialKeyVisualInfo .travel-data {
  width: 100%;
  border-top: 1px solid #202d40;
  border-bottom: 1px solid #202d40;
  padding: 10px 0;
  margin-bottom: 10px;
}
.txtbloc p {
  margin: 0px;
}
ul.usp {
  float: left;
  padding-left: 15px;
}
/*rotates*/
.rotate2 {
  transform: rotate(14deg);
}
.rotate2 hr {
  border: 1px solid #000;
}
.reservations {
  table-layout: fixed;
}
.reservations td {
  border-right: 1px solid #CED2D4;
}
.reservations td:last-child {
  border-right: none;
}
.table-hover.reservations {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.94) 94%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(94%, rgba(255, 255, 255, 0.94)), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.94) 94%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.94) 94%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.94) 94%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.94) 94%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
}
/* #supplierPage */
#supplierPage .span4 #ratingStars {
  float: left;
  margin-right: 10px;
}
#supplierPage .depotAdress .distances {
  padding: 0px;
}
#supplierPage .supplier-overview h2 {
  margin-bottom: 24px;
  margin-top: 0;
  font-size: 2em;
  line-height: 32px;
}
#supplierPage.supplierPageOverview h3 {
  font-size: 21px;
  line-height: 24px;
}
.supplierPR {
  background-color: #fff;
  border: 1px solid #9da1a3;
  color: #000;
  float: right;
  padding: 10px;
  width: 265px;
}
/* compare motorhomes*/
.compare-motorhomes .fa-check {
  color: #619436;
}
.compare-motorhomes .fa-times {
  color: #b91111;
}
.compare-motorhomes .text-center {
  text-align: center !important;
}
.compare-motorhomes .rowHead {
  background: #eee !important;
  border-bottom: 1px solid #000;
}
.compare-motorhomes .rowHead:hover {
  background: #eee !important;
}
.compare-motorhomes .ankerImg {
  text-align: center;
  display: inline-block;
}
.compare-motorhomes .ankerImg .motorhome-thumbnail {
  width: 100%;
  height: auto;
}
.compare-motorhomes .driver-license-table {
  width: 100%;
  background: transparent;
}
.compare-motorhomes .driver-license-table.driver-license-table-de tr td {
  padding-bottom: 8px;
}
.compare-motorhomes .driver-license-table.driver-license-table-de tr:last-child td {
  padding-bottom: 0;
  padding-top: 10px;
}
.compare-motorhomes .driver-license-table tr td {
  background: transparent;
  border-top: none;
  padding-top: 0;
  padding-bottom: 0;
}
.compare-motorhomes .driver-license-table tr:nth-child(odd) td,
.compare-motorhomes .driver-license-table tr:nth-child(even) td {
  background: transparent;
}
.compare-motorhomes .driver-license-table tr:hover td {
  background: transparent;
}
.page-content-container {
  width: 680px !important;
}
.page-content-container.page-traveltips h2 {
  margin-top: 0;
  font-size: 24px;
  line-height: 28px;
}
.page-content-container.page-traveltips h3 {
  font-size: 18px;
  line-height: 22px;
}
.page-content-container.page-traveltips h4 {
  font-size: 16px;
  line-height: 20px;
  margin: 15px 0 10px;
  width: 100%;
}
.page-content-container.page-reiseplanung h2,
.page-content-container.route-details h2 {
  margin-top: 0;
  font-size: 24px;
  line-height: 28px;
}
.page-content-container.page-reiseplanung h3,
.page-content-container.route-details h3 {
  font-size: 18px;
  line-height: 22px;
}
.page-content-container.page-reiseplanung h4,
.page-content-container.route-details h4 {
  font-size: 16px;
  line-height: 20px;
  margin: 15px 0 10px;
  width: 100%;
}
.no-results-found {
  font-size: 17px;
  color: #202d40;
}
.keyTrip .headlineRef {
  color: #202d40;
}
.routes-content h2 {
  margin-top: 0;
  font-size: 24px;
  line-height: 28px;
  margin-left: 0 !important;
}
.routes-content h3 {
  font-size: 18px;
  line-height: 22px;
}
.routes-content h4 {
  font-size: 16px;
  line-height: 20px;
  margin: 15px 0 10px;
  width: 100%;
}
a.get-iframe-content {
  cursor: pointer;
}
/*
 * Responsive: css for content
 *--------------------------------------------------*/
@media (min-width: 1200px) {
  .detailsImages #moreImgs {
    margin-right: 9px;
  }
  .detailsImages .ankerImg img {
    max-height: 152.7px;
  }
}
/* main list styles */
.listViewHeadline {
  font-size: 17.5px;
  font-weight: 400;
  margin: 0;
}
.listViewHeadline.listViewHeadline-cities {
  font-size: 22px;
  font-weight: 600;
}
#listview .listviewLeft {
  padding-left: 40px;
  width: 225px;
  margin-top: -25px;
}
#listview .listviewRight {
  width: 600px;
  padding-left: 0;
}
#listview .bigModal ul li {
  margin-left: -25px;
}
/*special view modal height */
#listview .bigModal,
#motorhomeDetail .bigModal {
  box-sizing: border-box;
}
#listview .bigModal.modal,
#motorhomeDetail .bigModal.modal {
  top: 10%;
  bottom: 10%;
  left: 50%;
  right: 50%;
}
#listview .bigModal .modal-header,
#motorhomeDetail .bigModal .modal-header {
  border: none;
  padding: 15px 20px;
  font-weight: 700;
}
#listview .bigModal .modal-header .close,
#motorhomeDetail .bigModal .modal-header .close {
  margin-top: 0;
  opacity: 0.5;
}
#listview .bigModal .modal-body,
#motorhomeDetail .bigModal .modal-body {
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 1px;
}
#listview .bigModal .modal-body.specialModalView,
#motorhomeDetail .bigModal .modal-body.specialModalView,
#listview .bigModal .modal-body.bonusModalView,
#motorhomeDetail .bigModal .modal-body.bonusModalView {
  width: 100%;
  padding: 0px;
  max-height: 100%;
}
#listview .bigModal .modal-body.specialModalView .specialGroupContainer .lightbox-specialgroup-title,
#motorhomeDetail .bigModal .modal-body.specialModalView .specialGroupContainer .lightbox-specialgroup-title,
#listview .bigModal .modal-body.bonusModalView .specialGroupContainer .lightbox-specialgroup-title,
#motorhomeDetail .bigModal .modal-body.bonusModalView .specialGroupContainer .lightbox-specialgroup-title,
#listview .bigModal .modal-body.specialModalView .bonusContainer .lightbox-specialgroup-title,
#motorhomeDetail .bigModal .modal-body.specialModalView .bonusContainer .lightbox-specialgroup-title,
#listview .bigModal .modal-body.bonusModalView .bonusContainer .lightbox-specialgroup-title,
#motorhomeDetail .bigModal .modal-body.bonusModalView .bonusContainer .lightbox-specialgroup-title,
#listview .bigModal .modal-body.specialModalView .specialGroupContainer .lightbox-bonus-title,
#motorhomeDetail .bigModal .modal-body.specialModalView .specialGroupContainer .lightbox-bonus-title,
#listview .bigModal .modal-body.bonusModalView .specialGroupContainer .lightbox-bonus-title,
#motorhomeDetail .bigModal .modal-body.bonusModalView .specialGroupContainer .lightbox-bonus-title,
#listview .bigModal .modal-body.specialModalView .bonusContainer .lightbox-bonus-title,
#motorhomeDetail .bigModal .modal-body.specialModalView .bonusContainer .lightbox-bonus-title,
#listview .bigModal .modal-body.bonusModalView .bonusContainer .lightbox-bonus-title,
#motorhomeDetail .bigModal .modal-body.bonusModalView .bonusContainer .lightbox-bonus-title {
  padding: 15px 20px;
  color: white;
  font-weight: bold;
  background-color: #de3c4b;
  margin: 0;
  font-size: 28px;
  line-height: 28px;
}
#listview .bigModal .modal-body.specialModalView .specialGroupContainer .lightbox-bonus-title,
#motorhomeDetail .bigModal .modal-body.specialModalView .specialGroupContainer .lightbox-bonus-title,
#listview .bigModal .modal-body.bonusModalView .specialGroupContainer .lightbox-bonus-title,
#motorhomeDetail .bigModal .modal-body.bonusModalView .specialGroupContainer .lightbox-bonus-title,
#listview .bigModal .modal-body.specialModalView .bonusContainer .lightbox-bonus-title,
#motorhomeDetail .bigModal .modal-body.specialModalView .bonusContainer .lightbox-bonus-title,
#listview .bigModal .modal-body.bonusModalView .bonusContainer .lightbox-bonus-title,
#motorhomeDetail .bigModal .modal-body.bonusModalView .bonusContainer .lightbox-bonus-title {
  background-color: #649140;
}
#listview .bigModal .modal-body.specialModalView .specialGroupContainer .specialGroupDesc,
#motorhomeDetail .bigModal .modal-body.specialModalView .specialGroupContainer .specialGroupDesc,
#listview .bigModal .modal-body.bonusModalView .specialGroupContainer .specialGroupDesc,
#motorhomeDetail .bigModal .modal-body.bonusModalView .specialGroupContainer .specialGroupDesc,
#listview .bigModal .modal-body.specialModalView .bonusContainer .specialGroupDesc,
#motorhomeDetail .bigModal .modal-body.specialModalView .bonusContainer .specialGroupDesc,
#listview .bigModal .modal-body.bonusModalView .bonusContainer .specialGroupDesc,
#motorhomeDetail .bigModal .modal-body.bonusModalView .bonusContainer .specialGroupDesc {
  box-sizing: border-box;
  background-color: #eff0f1;
  border-bottom: 2px solid #666d79;
  padding: 10px 20px;
}
#listview .bigModal .modal-body.specialModalView .specialGroupContainer .specialGroupDesc.specialGroupConditions ul li,
#motorhomeDetail .bigModal .modal-body.specialModalView .specialGroupContainer .specialGroupDesc.specialGroupConditions ul li,
#listview .bigModal .modal-body.bonusModalView .specialGroupContainer .specialGroupDesc.specialGroupConditions ul li,
#motorhomeDetail .bigModal .modal-body.bonusModalView .specialGroupContainer .specialGroupDesc.specialGroupConditions ul li,
#listview .bigModal .modal-body.specialModalView .bonusContainer .specialGroupDesc.specialGroupConditions ul li,
#motorhomeDetail .bigModal .modal-body.specialModalView .bonusContainer .specialGroupDesc.specialGroupConditions ul li,
#listview .bigModal .modal-body.bonusModalView .bonusContainer .specialGroupDesc.specialGroupConditions ul li,
#motorhomeDetail .bigModal .modal-body.bonusModalView .bonusContainer .specialGroupDesc.specialGroupConditions ul li {
  margin-left: 0;
}
#listview .bigModal .modal-body.specialModalView .specialGroupContainer .specialGroupDesc p,
#motorhomeDetail .bigModal .modal-body.specialModalView .specialGroupContainer .specialGroupDesc p,
#listview .bigModal .modal-body.bonusModalView .specialGroupContainer .specialGroupDesc p,
#motorhomeDetail .bigModal .modal-body.bonusModalView .specialGroupContainer .specialGroupDesc p,
#listview .bigModal .modal-body.specialModalView .bonusContainer .specialGroupDesc p,
#motorhomeDetail .bigModal .modal-body.specialModalView .bonusContainer .specialGroupDesc p,
#listview .bigModal .modal-body.bonusModalView .bonusContainer .specialGroupDesc p,
#motorhomeDetail .bigModal .modal-body.bonusModalView .bonusContainer .specialGroupDesc p {
  margin: 4px!important;
}
#listview .bigModal .modal-body.specialModalView .specialGroupContainer .specialContainer,
#motorhomeDetail .bigModal .modal-body.specialModalView .specialGroupContainer .specialContainer,
#listview .bigModal .modal-body.bonusModalView .specialGroupContainer .specialContainer,
#motorhomeDetail .bigModal .modal-body.bonusModalView .specialGroupContainer .specialContainer,
#listview .bigModal .modal-body.specialModalView .bonusContainer .specialContainer,
#motorhomeDetail .bigModal .modal-body.specialModalView .bonusContainer .specialContainer,
#listview .bigModal .modal-body.bonusModalView .bonusContainer .specialContainer,
#motorhomeDetail .bigModal .modal-body.bonusModalView .bonusContainer .specialContainer,
#listview .bigModal .modal-body.specialModalView .specialGroupContainer .bonusContentContainer,
#motorhomeDetail .bigModal .modal-body.specialModalView .specialGroupContainer .bonusContentContainer,
#listview .bigModal .modal-body.bonusModalView .specialGroupContainer .bonusContentContainer,
#motorhomeDetail .bigModal .modal-body.bonusModalView .specialGroupContainer .bonusContentContainer,
#listview .bigModal .modal-body.specialModalView .bonusContainer .bonusContentContainer,
#motorhomeDetail .bigModal .modal-body.specialModalView .bonusContainer .bonusContentContainer,
#listview .bigModal .modal-body.bonusModalView .bonusContainer .bonusContentContainer,
#motorhomeDetail .bigModal .modal-body.bonusModalView .bonusContainer .bonusContentContainer {
  box-sizing: border-box;
  overflow: hidden;
}
#listview .bigModal .modal-body.specialModalView .specialGroupContainer .specialContainer .specialContent,
#motorhomeDetail .bigModal .modal-body.specialModalView .specialGroupContainer .specialContainer .specialContent,
#listview .bigModal .modal-body.bonusModalView .specialGroupContainer .specialContainer .specialContent,
#motorhomeDetail .bigModal .modal-body.bonusModalView .specialGroupContainer .specialContainer .specialContent,
#listview .bigModal .modal-body.specialModalView .bonusContainer .specialContainer .specialContent,
#motorhomeDetail .bigModal .modal-body.specialModalView .bonusContainer .specialContainer .specialContent,
#listview .bigModal .modal-body.bonusModalView .bonusContainer .specialContainer .specialContent,
#motorhomeDetail .bigModal .modal-body.bonusModalView .bonusContainer .specialContainer .specialContent,
#listview .bigModal .modal-body.specialModalView .specialGroupContainer .bonusContentContainer .specialContent,
#motorhomeDetail .bigModal .modal-body.specialModalView .specialGroupContainer .bonusContentContainer .specialContent,
#listview .bigModal .modal-body.bonusModalView .specialGroupContainer .bonusContentContainer .specialContent,
#motorhomeDetail .bigModal .modal-body.bonusModalView .specialGroupContainer .bonusContentContainer .specialContent,
#listview .bigModal .modal-body.specialModalView .bonusContainer .bonusContentContainer .specialContent,
#motorhomeDetail .bigModal .modal-body.specialModalView .bonusContainer .bonusContentContainer .specialContent,
#listview .bigModal .modal-body.bonusModalView .bonusContainer .bonusContentContainer .specialContent,
#motorhomeDetail .bigModal .modal-body.bonusModalView .bonusContainer .bonusContentContainer .specialContent,
#listview .bigModal .modal-body.specialModalView .specialGroupContainer .specialContainer .bonusContent,
#motorhomeDetail .bigModal .modal-body.specialModalView .specialGroupContainer .specialContainer .bonusContent,
#listview .bigModal .modal-body.bonusModalView .specialGroupContainer .specialContainer .bonusContent,
#motorhomeDetail .bigModal .modal-body.bonusModalView .specialGroupContainer .specialContainer .bonusContent,
#listview .bigModal .modal-body.specialModalView .bonusContainer .specialContainer .bonusContent,
#motorhomeDetail .bigModal .modal-body.specialModalView .bonusContainer .specialContainer .bonusContent,
#listview .bigModal .modal-body.bonusModalView .bonusContainer .specialContainer .bonusContent,
#motorhomeDetail .bigModal .modal-body.bonusModalView .bonusContainer .specialContainer .bonusContent,
#listview .bigModal .modal-body.specialModalView .specialGroupContainer .bonusContentContainer .bonusContent,
#motorhomeDetail .bigModal .modal-body.specialModalView .specialGroupContainer .bonusContentContainer .bonusContent,
#listview .bigModal .modal-body.bonusModalView .specialGroupContainer .bonusContentContainer .bonusContent,
#motorhomeDetail .bigModal .modal-body.bonusModalView .specialGroupContainer .bonusContentContainer .bonusContent,
#listview .bigModal .modal-body.specialModalView .bonusContainer .bonusContentContainer .bonusContent,
#motorhomeDetail .bigModal .modal-body.specialModalView .bonusContainer .bonusContentContainer .bonusContent,
#listview .bigModal .modal-body.bonusModalView .bonusContainer .bonusContentContainer .bonusContent,
#motorhomeDetail .bigModal .modal-body.bonusModalView .bonusContainer .bonusContentContainer .bonusContent {
  padding-bottom: 20px;
  border-bottom: 2px solid #666d79;
}
#listview .bigModal .modal-body.specialModalView .specialGroupContainer .specialContainer .specialContent .specialContentInner,
#motorhomeDetail .bigModal .modal-body.specialModalView .specialGroupContainer .specialContainer .specialContent .specialContentInner,
#listview .bigModal .modal-body.bonusModalView .specialGroupContainer .specialContainer .specialContent .specialContentInner,
#motorhomeDetail .bigModal .modal-body.bonusModalView .specialGroupContainer .specialContainer .specialContent .specialContentInner,
#listview .bigModal .modal-body.specialModalView .bonusContainer .specialContainer .specialContent .specialContentInner,
#motorhomeDetail .bigModal .modal-body.specialModalView .bonusContainer .specialContainer .specialContent .specialContentInner,
#listview .bigModal .modal-body.bonusModalView .bonusContainer .specialContainer .specialContent .specialContentInner,
#motorhomeDetail .bigModal .modal-body.bonusModalView .bonusContainer .specialContainer .specialContent .specialContentInner,
#listview .bigModal .modal-body.specialModalView .specialGroupContainer .bonusContentContainer .specialContent .specialContentInner,
#motorhomeDetail .bigModal .modal-body.specialModalView .specialGroupContainer .bonusContentContainer .specialContent .specialContentInner,
#listview .bigModal .modal-body.bonusModalView .specialGroupContainer .bonusContentContainer .specialContent .specialContentInner,
#motorhomeDetail .bigModal .modal-body.bonusModalView .specialGroupContainer .bonusContentContainer .specialContent .specialContentInner,
#listview .bigModal .modal-body.specialModalView .bonusContainer .bonusContentContainer .specialContent .specialContentInner,
#motorhomeDetail .bigModal .modal-body.specialModalView .bonusContainer .bonusContentContainer .specialContent .specialContentInner,
#listview .bigModal .modal-body.bonusModalView .bonusContainer .bonusContentContainer .specialContent .specialContentInner,
#motorhomeDetail .bigModal .modal-body.bonusModalView .bonusContainer .bonusContentContainer .specialContent .specialContentInner,
#listview .bigModal .modal-body.specialModalView .specialGroupContainer .specialContainer .bonusContent .specialContentInner,
#motorhomeDetail .bigModal .modal-body.specialModalView .specialGroupContainer .specialContainer .bonusContent .specialContentInner,
#listview .bigModal .modal-body.bonusModalView .specialGroupContainer .specialContainer .bonusContent .specialContentInner,
#motorhomeDetail .bigModal .modal-body.bonusModalView .specialGroupContainer .specialContainer .bonusContent .specialContentInner,
#listview .bigModal .modal-body.specialModalView .bonusContainer .specialContainer .bonusContent .specialContentInner,
#motorhomeDetail .bigModal .modal-body.specialModalView .bonusContainer .specialContainer .bonusContent .specialContentInner,
#listview .bigModal .modal-body.bonusModalView .bonusContainer .specialContainer .bonusContent .specialContentInner,
#motorhomeDetail .bigModal .modal-body.bonusModalView .bonusContainer .specialContainer .bonusContent .specialContentInner,
#listview .bigModal .modal-body.specialModalView .specialGroupContainer .bonusContentContainer .bonusContent .specialContentInner,
#motorhomeDetail .bigModal .modal-body.specialModalView .specialGroupContainer .bonusContentContainer .bonusContent .specialContentInner,
#listview .bigModal .modal-body.bonusModalView .specialGroupContainer .bonusContentContainer .bonusContent .specialContentInner,
#motorhomeDetail .bigModal .modal-body.bonusModalView .specialGroupContainer .bonusContentContainer .bonusContent .specialContentInner,
#listview .bigModal .modal-body.specialModalView .bonusContainer .bonusContentContainer .bonusContent .specialContentInner,
#motorhomeDetail .bigModal .modal-body.specialModalView .bonusContainer .bonusContentContainer .bonusContent .specialContentInner,
#listview .bigModal .modal-body.bonusModalView .bonusContainer .bonusContentContainer .bonusContent .specialContentInner,
#motorhomeDetail .bigModal .modal-body.bonusModalView .bonusContainer .bonusContentContainer .bonusContent .specialContentInner,
#listview .bigModal .modal-body.specialModalView .specialGroupContainer .specialContainer .specialContent .bonusContentInner,
#motorhomeDetail .bigModal .modal-body.specialModalView .specialGroupContainer .specialContainer .specialContent .bonusContentInner,
#listview .bigModal .modal-body.bonusModalView .specialGroupContainer .specialContainer .specialContent .bonusContentInner,
#motorhomeDetail .bigModal .modal-body.bonusModalView .specialGroupContainer .specialContainer .specialContent .bonusContentInner,
#listview .bigModal .modal-body.specialModalView .bonusContainer .specialContainer .specialContent .bonusContentInner,
#motorhomeDetail .bigModal .modal-body.specialModalView .bonusContainer .specialContainer .specialContent .bonusContentInner,
#listview .bigModal .modal-body.bonusModalView .bonusContainer .specialContainer .specialContent .bonusContentInner,
#motorhomeDetail .bigModal .modal-body.bonusModalView .bonusContainer .specialContainer .specialContent .bonusContentInner,
#listview .bigModal .modal-body.specialModalView .specialGroupContainer .bonusContentContainer .specialContent .bonusContentInner,
#motorhomeDetail .bigModal .modal-body.specialModalView .specialGroupContainer .bonusContentContainer .specialContent .bonusContentInner,
#listview .bigModal .modal-body.bonusModalView .specialGroupContainer .bonusContentContainer .specialContent .bonusContentInner,
#motorhomeDetail .bigModal .modal-body.bonusModalView .specialGroupContainer .bonusContentContainer .specialContent .bonusContentInner,
#listview .bigModal .modal-body.specialModalView .bonusContainer .bonusContentContainer .specialContent .bonusContentInner,
#motorhomeDetail .bigModal .modal-body.specialModalView .bonusContainer .bonusContentContainer .specialContent .bonusContentInner,
#listview .bigModal .modal-body.bonusModalView .bonusContainer .bonusContentContainer .specialContent .bonusContentInner,
#motorhomeDetail .bigModal .modal-body.bonusModalView .bonusContainer .bonusContentContainer .specialContent .bonusContentInner,
#listview .bigModal .modal-body.specialModalView .specialGroupContainer .specialContainer .bonusContent .bonusContentInner,
#motorhomeDetail .bigModal .modal-body.specialModalView .specialGroupContainer .specialContainer .bonusContent .bonusContentInner,
#listview .bigModal .modal-body.bonusModalView .specialGroupContainer .specialContainer .bonusContent .bonusContentInner,
#motorhomeDetail .bigModal .modal-body.bonusModalView .specialGroupContainer .specialContainer .bonusContent .bonusContentInner,
#listview .bigModal .modal-body.specialModalView .bonusContainer .specialContainer .bonusContent .bonusContentInner,
#motorhomeDetail .bigModal .modal-body.specialModalView .bonusContainer .specialContainer .bonusContent .bonusContentInner,
#listview .bigModal .modal-body.bonusModalView .bonusContainer .specialContainer .bonusContent .bonusContentInner,
#motorhomeDetail .bigModal .modal-body.bonusModalView .bonusContainer .specialContainer .bonusContent .bonusContentInner,
#listview .bigModal .modal-body.specialModalView .specialGroupContainer .bonusContentContainer .bonusContent .bonusContentInner,
#motorhomeDetail .bigModal .modal-body.specialModalView .specialGroupContainer .bonusContentContainer .bonusContent .bonusContentInner,
#listview .bigModal .modal-body.bonusModalView .specialGroupContainer .bonusContentContainer .bonusContent .bonusContentInner,
#motorhomeDetail .bigModal .modal-body.bonusModalView .specialGroupContainer .bonusContentContainer .bonusContent .bonusContentInner,
#listview .bigModal .modal-body.specialModalView .bonusContainer .bonusContentContainer .bonusContent .bonusContentInner,
#motorhomeDetail .bigModal .modal-body.specialModalView .bonusContainer .bonusContentContainer .bonusContent .bonusContentInner,
#listview .bigModal .modal-body.bonusModalView .bonusContainer .bonusContentContainer .bonusContent .bonusContentInner,
#motorhomeDetail .bigModal .modal-body.bonusModalView .bonusContainer .bonusContentContainer .bonusContent .bonusContentInner {
  padding: 0 20px;
}
#listview .bigModal .modal-body.specialModalView .specialGroupContainer .specialContainer .specialContent .specialContentInner h3,
#motorhomeDetail .bigModal .modal-body.specialModalView .specialGroupContainer .specialContainer .specialContent .specialContentInner h3,
#listview .bigModal .modal-body.bonusModalView .specialGroupContainer .specialContainer .specialContent .specialContentInner h3,
#motorhomeDetail .bigModal .modal-body.bonusModalView .specialGroupContainer .specialContainer .specialContent .specialContentInner h3,
#listview .bigModal .modal-body.specialModalView .bonusContainer .specialContainer .specialContent .specialContentInner h3,
#motorhomeDetail .bigModal .modal-body.specialModalView .bonusContainer .specialContainer .specialContent .specialContentInner h3,
#listview .bigModal .modal-body.bonusModalView .bonusContainer .specialContainer .specialContent .specialContentInner h3,
#motorhomeDetail .bigModal .modal-body.bonusModalView .bonusContainer .specialContainer .specialContent .specialContentInner h3,
#listview .bigModal .modal-body.specialModalView .specialGroupContainer .bonusContentContainer .specialContent .specialContentInner h3,
#motorhomeDetail .bigModal .modal-body.specialModalView .specialGroupContainer .bonusContentContainer .specialContent .specialContentInner h3,
#listview .bigModal .modal-body.bonusModalView .specialGroupContainer .bonusContentContainer .specialContent .specialContentInner h3,
#motorhomeDetail .bigModal .modal-body.bonusModalView .specialGroupContainer .bonusContentContainer .specialContent .specialContentInner h3,
#listview .bigModal .modal-body.specialModalView .bonusContainer .bonusContentContainer .specialContent .specialContentInner h3,
#motorhomeDetail .bigModal .modal-body.specialModalView .bonusContainer .bonusContentContainer .specialContent .specialContentInner h3,
#listview .bigModal .modal-body.bonusModalView .bonusContainer .bonusContentContainer .specialContent .specialContentInner h3,
#motorhomeDetail .bigModal .modal-body.bonusModalView .bonusContainer .bonusContentContainer .specialContent .specialContentInner h3,
#listview .bigModal .modal-body.specialModalView .specialGroupContainer .specialContainer .bonusContent .specialContentInner h3,
#motorhomeDetail .bigModal .modal-body.specialModalView .specialGroupContainer .specialContainer .bonusContent .specialContentInner h3,
#listview .bigModal .modal-body.bonusModalView .specialGroupContainer .specialContainer .bonusContent .specialContentInner h3,
#motorhomeDetail .bigModal .modal-body.bonusModalView .specialGroupContainer .specialContainer .bonusContent .specialContentInner h3,
#listview .bigModal .modal-body.specialModalView .bonusContainer .specialContainer .bonusContent .specialContentInner h3,
#motorhomeDetail .bigModal .modal-body.specialModalView .bonusContainer .specialContainer .bonusContent .specialContentInner h3,
#listview .bigModal .modal-body.bonusModalView .bonusContainer .specialContainer .bonusContent .specialContentInner h3,
#motorhomeDetail .bigModal .modal-body.bonusModalView .bonusContainer .specialContainer .bonusContent .specialContentInner h3,
#listview .bigModal .modal-body.specialModalView .specialGroupContainer .bonusContentContainer .bonusContent .specialContentInner h3,
#motorhomeDetail .bigModal .modal-body.specialModalView .specialGroupContainer .bonusContentContainer .bonusContent .specialContentInner h3,
#listview .bigModal .modal-body.bonusModalView .specialGroupContainer .bonusContentContainer .bonusContent .specialContentInner h3,
#motorhomeDetail .bigModal .modal-body.bonusModalView .specialGroupContainer .bonusContentContainer .bonusContent .specialContentInner h3,
#listview .bigModal .modal-body.specialModalView .bonusContainer .bonusContentContainer .bonusContent .specialContentInner h3,
#motorhomeDetail .bigModal .modal-body.specialModalView .bonusContainer .bonusContentContainer .bonusContent .specialContentInner h3,
#listview .bigModal .modal-body.bonusModalView .bonusContainer .bonusContentContainer .bonusContent .specialContentInner h3,
#motorhomeDetail .bigModal .modal-body.bonusModalView .bonusContainer .bonusContentContainer .bonusContent .specialContentInner h3,
#listview .bigModal .modal-body.specialModalView .specialGroupContainer .specialContainer .specialContent .bonusContentInner h3,
#motorhomeDetail .bigModal .modal-body.specialModalView .specialGroupContainer .specialContainer .specialContent .bonusContentInner h3,
#listview .bigModal .modal-body.bonusModalView .specialGroupContainer .specialContainer .specialContent .bonusContentInner h3,
#motorhomeDetail .bigModal .modal-body.bonusModalView .specialGroupContainer .specialContainer .specialContent .bonusContentInner h3,
#listview .bigModal .modal-body.specialModalView .bonusContainer .specialContainer .specialContent .bonusContentInner h3,
#motorhomeDetail .bigModal .modal-body.specialModalView .bonusContainer .specialContainer .specialContent .bonusContentInner h3,
#listview .bigModal .modal-body.bonusModalView .bonusContainer .specialContainer .specialContent .bonusContentInner h3,
#motorhomeDetail .bigModal .modal-body.bonusModalView .bonusContainer .specialContainer .specialContent .bonusContentInner h3,
#listview .bigModal .modal-body.specialModalView .specialGroupContainer .bonusContentContainer .specialContent .bonusContentInner h3,
#motorhomeDetail .bigModal .modal-body.specialModalView .specialGroupContainer .bonusContentContainer .specialContent .bonusContentInner h3,
#listview .bigModal .modal-body.bonusModalView .specialGroupContainer .bonusContentContainer .specialContent .bonusContentInner h3,
#motorhomeDetail .bigModal .modal-body.bonusModalView .specialGroupContainer .bonusContentContainer .specialContent .bonusContentInner h3,
#listview .bigModal .modal-body.specialModalView .bonusContainer .bonusContentContainer .specialContent .bonusContentInner h3,
#motorhomeDetail .bigModal .modal-body.specialModalView .bonusContainer .bonusContentContainer .specialContent .bonusContentInner h3,
#listview .bigModal .modal-body.bonusModalView .bonusContainer .bonusContentContainer .specialContent .bonusContentInner h3,
#motorhomeDetail .bigModal .modal-body.bonusModalView .bonusContainer .bonusContentContainer .specialContent .bonusContentInner h3,
#listview .bigModal .modal-body.specialModalView .specialGroupContainer .specialContainer .bonusContent .bonusContentInner h3,
#motorhomeDetail .bigModal .modal-body.specialModalView .specialGroupContainer .specialContainer .bonusContent .bonusContentInner h3,
#listview .bigModal .modal-body.bonusModalView .specialGroupContainer .specialContainer .bonusContent .bonusContentInner h3,
#motorhomeDetail .bigModal .modal-body.bonusModalView .specialGroupContainer .specialContainer .bonusContent .bonusContentInner h3,
#listview .bigModal .modal-body.specialModalView .bonusContainer .specialContainer .bonusContent .bonusContentInner h3,
#motorhomeDetail .bigModal .modal-body.specialModalView .bonusContainer .specialContainer .bonusContent .bonusContentInner h3,
#listview .bigModal .modal-body.bonusModalView .bonusContainer .specialContainer .bonusContent .bonusContentInner h3,
#motorhomeDetail .bigModal .modal-body.bonusModalView .bonusContainer .specialContainer .bonusContent .bonusContentInner h3,
#listview .bigModal .modal-body.specialModalView .specialGroupContainer .bonusContentContainer .bonusContent .bonusContentInner h3,
#motorhomeDetail .bigModal .modal-body.specialModalView .specialGroupContainer .bonusContentContainer .bonusContent .bonusContentInner h3,
#listview .bigModal .modal-body.bonusModalView .specialGroupContainer .bonusContentContainer .bonusContent .bonusContentInner h3,
#motorhomeDetail .bigModal .modal-body.bonusModalView .specialGroupContainer .bonusContentContainer .bonusContent .bonusContentInner h3,
#listview .bigModal .modal-body.specialModalView .bonusContainer .bonusContentContainer .bonusContent .bonusContentInner h3,
#motorhomeDetail .bigModal .modal-body.specialModalView .bonusContainer .bonusContentContainer .bonusContent .bonusContentInner h3,
#listview .bigModal .modal-body.bonusModalView .bonusContainer .bonusContentContainer .bonusContent .bonusContentInner h3,
#motorhomeDetail .bigModal .modal-body.bonusModalView .bonusContainer .bonusContentContainer .bonusContent .bonusContentInner h3 {
  font-size: 21px;
  margin-top: 17px;
  margin-bottom: 17px;
}
#listview .bigModal .modal-body.specialModalView .specialGroupContainer .specialContainer .bonusContent,
#motorhomeDetail .bigModal .modal-body.specialModalView .specialGroupContainer .specialContainer .bonusContent,
#listview .bigModal .modal-body.bonusModalView .specialGroupContainer .specialContainer .bonusContent,
#motorhomeDetail .bigModal .modal-body.bonusModalView .specialGroupContainer .specialContainer .bonusContent,
#listview .bigModal .modal-body.specialModalView .bonusContainer .specialContainer .bonusContent,
#motorhomeDetail .bigModal .modal-body.specialModalView .bonusContainer .specialContainer .bonusContent,
#listview .bigModal .modal-body.bonusModalView .bonusContainer .specialContainer .bonusContent,
#motorhomeDetail .bigModal .modal-body.bonusModalView .bonusContainer .specialContainer .bonusContent,
#listview .bigModal .modal-body.specialModalView .specialGroupContainer .bonusContentContainer .bonusContent,
#motorhomeDetail .bigModal .modal-body.specialModalView .specialGroupContainer .bonusContentContainer .bonusContent,
#listview .bigModal .modal-body.bonusModalView .specialGroupContainer .bonusContentContainer .bonusContent,
#motorhomeDetail .bigModal .modal-body.bonusModalView .specialGroupContainer .bonusContentContainer .bonusContent,
#listview .bigModal .modal-body.specialModalView .bonusContainer .bonusContentContainer .bonusContent,
#motorhomeDetail .bigModal .modal-body.specialModalView .bonusContainer .bonusContentContainer .bonusContent,
#listview .bigModal .modal-body.bonusModalView .bonusContainer .bonusContentContainer .bonusContent,
#motorhomeDetail .bigModal .modal-body.bonusModalView .bonusContainer .bonusContentContainer .bonusContent {
  border-bottom: none;
}
#listview .bigModal .modal-body.specialModalView .specialGroupContainer .specialContainer hr,
#motorhomeDetail .bigModal .modal-body.specialModalView .specialGroupContainer .specialContainer hr,
#listview .bigModal .modal-body.bonusModalView .specialGroupContainer .specialContainer hr,
#motorhomeDetail .bigModal .modal-body.bonusModalView .specialGroupContainer .specialContainer hr,
#listview .bigModal .modal-body.specialModalView .bonusContainer .specialContainer hr,
#motorhomeDetail .bigModal .modal-body.specialModalView .bonusContainer .specialContainer hr,
#listview .bigModal .modal-body.bonusModalView .bonusContainer .specialContainer hr,
#motorhomeDetail .bigModal .modal-body.bonusModalView .bonusContainer .specialContainer hr,
#listview .bigModal .modal-body.specialModalView .specialGroupContainer .bonusContentContainer hr,
#motorhomeDetail .bigModal .modal-body.specialModalView .specialGroupContainer .bonusContentContainer hr,
#listview .bigModal .modal-body.bonusModalView .specialGroupContainer .bonusContentContainer hr,
#motorhomeDetail .bigModal .modal-body.bonusModalView .specialGroupContainer .bonusContentContainer hr,
#listview .bigModal .modal-body.specialModalView .bonusContainer .bonusContentContainer hr,
#motorhomeDetail .bigModal .modal-body.specialModalView .bonusContainer .bonusContentContainer hr,
#listview .bigModal .modal-body.bonusModalView .bonusContainer .bonusContentContainer hr,
#motorhomeDetail .bigModal .modal-body.bonusModalView .bonusContainer .bonusContentContainer hr {
  display: inline-block;
}
#listview .bigModal .modal-body.specialModalView .specialGroupContainer .specialContainer hr.specialLine,
#motorhomeDetail .bigModal .modal-body.specialModalView .specialGroupContainer .specialContainer hr.specialLine,
#listview .bigModal .modal-body.bonusModalView .specialGroupContainer .specialContainer hr.specialLine,
#motorhomeDetail .bigModal .modal-body.bonusModalView .specialGroupContainer .specialContainer hr.specialLine,
#listview .bigModal .modal-body.specialModalView .bonusContainer .specialContainer hr.specialLine,
#motorhomeDetail .bigModal .modal-body.specialModalView .bonusContainer .specialContainer hr.specialLine,
#listview .bigModal .modal-body.bonusModalView .bonusContainer .specialContainer hr.specialLine,
#motorhomeDetail .bigModal .modal-body.bonusModalView .bonusContainer .specialContainer hr.specialLine,
#listview .bigModal .modal-body.specialModalView .specialGroupContainer .bonusContentContainer hr.specialLine,
#motorhomeDetail .bigModal .modal-body.specialModalView .specialGroupContainer .bonusContentContainer hr.specialLine,
#listview .bigModal .modal-body.bonusModalView .specialGroupContainer .bonusContentContainer hr.specialLine,
#motorhomeDetail .bigModal .modal-body.bonusModalView .specialGroupContainer .bonusContentContainer hr.specialLine,
#listview .bigModal .modal-body.specialModalView .bonusContainer .bonusContentContainer hr.specialLine,
#motorhomeDetail .bigModal .modal-body.specialModalView .bonusContainer .bonusContentContainer hr.specialLine,
#listview .bigModal .modal-body.bonusModalView .bonusContainer .bonusContentContainer hr.specialLine,
#motorhomeDetail .bigModal .modal-body.bonusModalView .bonusContainer .bonusContentContainer hr.specialLine {
  background: #eff0f1;
  height: 2px;
}
#listview .bigModal .modal-body.specialModalView .specialGroupContainer .specialContainer hr.specialDivider,
#motorhomeDetail .bigModal .modal-body.specialModalView .specialGroupContainer .specialContainer hr.specialDivider,
#listview .bigModal .modal-body.bonusModalView .specialGroupContainer .specialContainer hr.specialDivider,
#motorhomeDetail .bigModal .modal-body.bonusModalView .specialGroupContainer .specialContainer hr.specialDivider,
#listview .bigModal .modal-body.specialModalView .bonusContainer .specialContainer hr.specialDivider,
#motorhomeDetail .bigModal .modal-body.specialModalView .bonusContainer .specialContainer hr.specialDivider,
#listview .bigModal .modal-body.bonusModalView .bonusContainer .specialContainer hr.specialDivider,
#motorhomeDetail .bigModal .modal-body.bonusModalView .bonusContainer .specialContainer hr.specialDivider,
#listview .bigModal .modal-body.specialModalView .specialGroupContainer .bonusContentContainer hr.specialDivider,
#motorhomeDetail .bigModal .modal-body.specialModalView .specialGroupContainer .bonusContentContainer hr.specialDivider,
#listview .bigModal .modal-body.bonusModalView .specialGroupContainer .bonusContentContainer hr.specialDivider,
#motorhomeDetail .bigModal .modal-body.bonusModalView .specialGroupContainer .bonusContentContainer hr.specialDivider,
#listview .bigModal .modal-body.specialModalView .bonusContainer .bonusContentContainer hr.specialDivider,
#motorhomeDetail .bigModal .modal-body.specialModalView .bonusContainer .bonusContentContainer hr.specialDivider,
#listview .bigModal .modal-body.bonusModalView .bonusContainer .bonusContentContainer hr.specialDivider,
#motorhomeDetail .bigModal .modal-body.bonusModalView .bonusContainer .bonusContentContainer hr.specialDivider {
  width: 560px;
  border-bottom: 2px solid #666d79;
  border-top: none;
  margin-left: -20px;
  margin-bottom: 0px;
}
#listview .bigModal .modal-body.specialModalView .specialGroupContainer .specialContainer .special-dates,
#motorhomeDetail .bigModal .modal-body.specialModalView .specialGroupContainer .specialContainer .special-dates,
#listview .bigModal .modal-body.bonusModalView .specialGroupContainer .specialContainer .special-dates,
#motorhomeDetail .bigModal .modal-body.bonusModalView .specialGroupContainer .specialContainer .special-dates,
#listview .bigModal .modal-body.specialModalView .bonusContainer .specialContainer .special-dates,
#motorhomeDetail .bigModal .modal-body.specialModalView .bonusContainer .specialContainer .special-dates,
#listview .bigModal .modal-body.bonusModalView .bonusContainer .specialContainer .special-dates,
#motorhomeDetail .bigModal .modal-body.bonusModalView .bonusContainer .specialContainer .special-dates,
#listview .bigModal .modal-body.specialModalView .specialGroupContainer .bonusContentContainer .special-dates,
#motorhomeDetail .bigModal .modal-body.specialModalView .specialGroupContainer .bonusContentContainer .special-dates,
#listview .bigModal .modal-body.bonusModalView .specialGroupContainer .bonusContentContainer .special-dates,
#motorhomeDetail .bigModal .modal-body.bonusModalView .specialGroupContainer .bonusContentContainer .special-dates,
#listview .bigModal .modal-body.specialModalView .bonusContainer .bonusContentContainer .special-dates,
#motorhomeDetail .bigModal .modal-body.specialModalView .bonusContainer .bonusContentContainer .special-dates,
#listview .bigModal .modal-body.bonusModalView .bonusContainer .bonusContentContainer .special-dates,
#motorhomeDetail .bigModal .modal-body.bonusModalView .bonusContainer .bonusContentContainer .special-dates {
  list-style-type: none;
}
#listview .bigModal .modal-body.specialModalView .specialGroupContainer .specialContainer .special-dates li:last-child:after,
#motorhomeDetail .bigModal .modal-body.specialModalView .specialGroupContainer .specialContainer .special-dates li:last-child:after,
#listview .bigModal .modal-body.bonusModalView .specialGroupContainer .specialContainer .special-dates li:last-child:after,
#motorhomeDetail .bigModal .modal-body.bonusModalView .specialGroupContainer .specialContainer .special-dates li:last-child:after,
#listview .bigModal .modal-body.specialModalView .bonusContainer .specialContainer .special-dates li:last-child:after,
#motorhomeDetail .bigModal .modal-body.specialModalView .bonusContainer .specialContainer .special-dates li:last-child:after,
#listview .bigModal .modal-body.bonusModalView .bonusContainer .specialContainer .special-dates li:last-child:after,
#motorhomeDetail .bigModal .modal-body.bonusModalView .bonusContainer .specialContainer .special-dates li:last-child:after,
#listview .bigModal .modal-body.specialModalView .specialGroupContainer .bonusContentContainer .special-dates li:last-child:after,
#motorhomeDetail .bigModal .modal-body.specialModalView .specialGroupContainer .bonusContentContainer .special-dates li:last-child:after,
#listview .bigModal .modal-body.bonusModalView .specialGroupContainer .bonusContentContainer .special-dates li:last-child:after,
#motorhomeDetail .bigModal .modal-body.bonusModalView .specialGroupContainer .bonusContentContainer .special-dates li:last-child:after,
#listview .bigModal .modal-body.specialModalView .bonusContainer .bonusContentContainer .special-dates li:last-child:after,
#motorhomeDetail .bigModal .modal-body.specialModalView .bonusContainer .bonusContentContainer .special-dates li:last-child:after,
#listview .bigModal .modal-body.bonusModalView .bonusContainer .bonusContentContainer .special-dates li:last-child:after,
#motorhomeDetail .bigModal .modal-body.bonusModalView .bonusContainer .bonusContentContainer .special-dates li:last-child:after {
  content: ' ';
  border-bottom: 2px solid #eff0f1;
  height: 2px;
  display: block;
  width: 37%;
  margin-top: 10px;
  margin-bottom: 10px;
}
#listview .span10.motorhomeList {
  width: 680px;
}
#listview .span2.motorhomePriceBox {
  width: 155px;
}
#listview .span2.motorhomePriceBox span.small {
  font-size: 10.5px;
}
#listview .span2.motorhomePriceBox span.price {
  font-size: 17.5px;
  font-weight: bold;
  margin-left: -3px;
}
#listview .span2.motorhomePriceBox span.price .fa-info-circle {
  color: #666d79;
  font-size: 14px;
}
/*listview when prices are not availible*/
.evaluatePrices {
  background-color: #fff;
  border-left: solid 1px #adafb1;
  margin-left: 0px !important;
  height: 140px;
}
#listview .span6.motorhomeDescription {
  padding-left: 15px;
  width: 308px;
}
.rotate {
  -webkit-transform: rotate(270deg);
  -webkit-transform-origin: 50% 50%;
  /* Firefox */
  -moz-transform: rotate(270deg);
  -moz-transform-origin: 50% 50%;
  /* IE10 and other modern browsers that do not need vendor prefixes */
  transform: rotate(270deg);
  transform-origin: 50% 50%;
  width: 140px;
  color: white;
  margin-top: -6px;
  margin-left: 1px;
  font-weight: 300;
}
#listview .tripDates {
  width: 200px;
}
#listview .tripDates .tripDatesRight {
  width: 115px;
}
#listview .ownPopover {
  width: 320px;
}
#listview .ownPopover .pricingBox .box {
  width: 260px;
}
#listview .ownPopover .pricingBox .box .finalP {
  border-top: 2px solid #000;
  font-weight: bold;
  padding-top: 5px;
}
#listview .popover-content {
  float: left;
}
#listview .btn-listview:hover,
#listview .btn-listview:focus,
#listview .btn-listview:active {
  background: #649140;
}
#listview .btn-listview .btn-text {
  padding-top: 3.5px;
}
#listview .motorhomeList {
  clear: both;
}
#listview .motorhomeList .motorhomeItem {
  min-height: 140px;
  display: table;
}
#listview .motorhomeList .motorhomeItem .motorhome-image {
  width: 220px;
  border: solid 1px #adafb1;
  border-right: none;
  display: table-cell;
  vertical-align: top;
  background-color: #eff0f1;
  background-image: none;
}
#listview .motorhomeList .motorhomeItem .motorhome-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
#listview .motorhomeList .motorhomeItem .inlusiveArea {
  width: 100%;
  margin-bottom: 0px;
}
#listview .motorhomeList .motorhomeItem .motorhomeDescription {
  width: 200px;
  display: table-cell;
  vertical-align: top;
  border-top: solid 1px #adafb1;
  border-bottom: solid 1px #adafb1;
  margin-left: 0 !important;
  overflow: hidden;
  background-color: #eff0f1;
}
#listview .motorhomeList .motorhomeItem .motorhomeDescription h4 {
  float: left;
  margin-bottom: -2px;
  margin-top: 5px;
  width: 100%;
}
#listview .motorhomeList .motorhomeItem .motorhomeDescription .inkl {
  background-color: rgba(185, 205, 154, 0.4);
  color: #639837;
  font-size: 12px;
  padding-right: 5px;
  display: inline;
}
#listview .motorhomeList .motorhomeItem .motorhomeDescription .inkl a {
  color: #639837;
}
#listview .motorhomeList .motorhomeItem .motorhomeDescription .inkl .fa {
  color: #639837;
}
#listview .motorhomeList .motorhomeItem .motorHomeDetails {
  padding: 7px 15px;
  overflow: hidden;
}
#listview .motorhomeList .motorhomeItem .motorHomeDetails .ankerImg {
  color: #202d40;
  font-size: 20px;
}
#listview .motorhomeList .motorhomeItem .motorHomeDetails .ankerImg .fa-info-circle {
  font-size: 14px;
  color: #666d79;
  vertical-align: middle;
  display: inline;
}
#listview .motorhomeList .motorhomeItem .persons {
  padding: 10px 15px 3px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
#listview .motorhomeList .motorhomeItem .persons ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
}
#listview .motorhomeList .motorhomeItem .persons ul li {
  float: left;
  padding-right: 10px;
}
#listview .motorhomeList .motorhomeItem .persons ul li i {
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
}
#listview .motorhomeList .motorhomeItem .persons ul li:last-child {
  padding-right: 0;
}
#listview .motorhomeList .motorhomeItem .equipment {
  padding: 0 15px 10px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 12px;
}
#listview .motorhomeList .motorhomeItem .equipment ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#listview .motorhomeList .motorhomeItem .equipment ul li {
  float: left;
  padding-right: 10px;
}
#listview .motorhomeList .motorhomeItem .equipment ul li i {
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
}
#listview .motorhomeList .motorhomeItem .equipment ul li:last-child {
  padding-right: 0;
}
#listview .motorhomeList .motorhomeItem .motorhomePriceBox {
  vertical-align: top;
  width: 155px;
  display: table-cell;
  background-color: #fff;
  border: solid 1px #adafb1;
  border-left: none;
}
#listview .motorhomeList .motorhomeItem .motorhomePriceBox .small {
  font-size: 10.5px;
}
#listview .motorhomeList .motorhomeItem .motorhomePriceBox .priceGreen {
  font-size: 17.5px;
  font-weight: bold;
}
#listview .motorhomeList .motorhomeItem .motorhomePriceBox .priceGreen .fa-info-circle {
  font-size: 14px;
  color: #666d79;
  vertical-align: middle;
  display: inline;
}
#listview .motorhomeList .motorhomeItem .book-area {
  padding: 10px 15px 3px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
#listview .motorhomeList .motorhomeItem .book-area .btn-listview {
  display: inline-block;
  margin-top: 7px;
}
#listview .motorhomeList .motorhomeItem .book-area .listview-avalability-status {
  float: left;
  margin-top: -9px;
  display: block;
}
#listview .motorhomeList .motorhomeItem .book-area .listview-avalability-status .avalability-status.not-available {
  margin-bottom: 23px;
}
#listview .motorhomeList .motorhomeItem .evaluatePrices {
  display: table-cell;
}
#listview .motorhomeList .motorhomeItem .specialteaserflag {
  background-color: #de3c4b;
  width: 20px;
  float: left;
  height: 148px;
  margin-left: -1px;
}
/*details_pages*/
/*motorHomeDetailBox*/
#motorhomeDetail .motorhomePriceBoxP {
  background-color: rgba(173, 175, 177, 0.2);
  padding: 10px 20px;
  height: 96px;
  float: right;
}
.motorHomeDetailBox {
  float: left;
  padding: 0 15px;
}
.motorHomeDetailBox .fa-info-circle {
  color: #666d79;
  vertical-align: top;
}
.headlineB .motorHomeName {
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
  display: inline-block;
  margin: 0;
}
.headlineB .supplierName {
  font-size: 16px;
}
.headlineB .infoBox {
  font-size: 13px;
  line-height: 16px;
  margin-top: 11px;
  padding-left: 15px;
  float: left;
}
.headlineB .infoBox.infoBoxLeft {
  padding-right: 15px;
  border-right: 1px solid #202d40;
}
.headlineB .container {
  background-color: transparent;
}
#moreImgs {
  margin-top: -20px;
  margin-right: 15px;
  text-decoration: underline;
  color: #202d40;
}
#moreImgs:hover,
#moreImgs:active,
#moreImgs:focus {
  color: #de7615;
}
/*hinweise*/
#hintSnippet {
  margin-left: -15px;
}
.hintContent {
  background-color: #666d79;
  float: left;
  padding: 10px;
  width: 892px;
}
.hintContentCheckout {
  width: 100%;
  box-sizing: border-box;
  background-color: #666d79;
  padding: 10px;
  overflow: hidden;
}
.hintContentCheckout .hint-exclamation-triangle {
  width: 13%;
  padding-right: 15px;
  float: left;
  box-sizing: border-box;
}
.hintContentCheckout .hint-text {
  width: 87%;
  float: left;
}
.hintContentCheckout .hint-text a {
  text-decoration: none;
  color: white;
  font-weight: 700;
}
.hintContentCheckout .hint-text a:hover,
.hintContentCheckout .hint-text a:active,
.hintContentCheckout .hint-text a:focus {
  color: white;
}
.fa-times {
  color: #ffffff;
  cursor: pointer;
}
.importantText {
  color: #ffffff;
}
.fa-3x {
  color: #ffffff;
  margin: 10px;
}
#backToSearch {
  margin-top: 14px;
  margin-left: -30px;
}
#backToSearch a {
  color: #ffffff;
}
/*pricing box detail */
.btn-success {
  opacity: 1;
}
.detailBookbox {
  padding: 10px;
}
.pricingBox .c_info_head {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.pricingBox .box {
  float: left;
  background-color: #ffffff;
  padding: 0px 10px;
  width: 185px;
}
.pricingBox hr {
  border: 1px solid #999;
  margin-bottom: 10px;
  margin-top: 10px;
  float: left;
  width: 100%;
}
.pricingBox p {
  display: block;
  float: left;
  margin-bottom: 5px;
  width: 100%;
  margin-top: 5px;
}
.pricingBox span.floatL {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100px;
}
.pricingBox span.floatR {
  width: 79px;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
}
/* addOnBox*/
#specialAndAddOnBlock {
  float: left;
  background-color: rgba(218, 218, 218, 0.2);
}
#specialAndAddOnBlock .span12 {
  margin-left: 0px;
}
#specialAndAddOnBlock .toggleCalendarBloc {
  margin: 10px 20px 20px;
  float: left;
}
#specialAndAddOnBlock #toggleCalendar {
  margin-top: 0px;
  margin-left: 20px;
}
#specialAndAddOnBlock .span9.content-bloc {
  border: solid 1px #999;
  padding: 10px;
  width: 645px;
  margin-bottom: 20px;
  border-radius: 5px;
  line-height: 24px;
  background-color: #ffffff;
}
#specialAndAddOnBlock .subheadline {
  margin-bottom: 5px;
}
#specialAndAddOnBlock #detailCalendar {
  float: left;
  margin-left: 15px;
}
/* rentalstations  */
#motorhomeDetail .adress.floatL.span4 {
  margin-left: 0px;
}
#motorhomeDetail .depotAdress .distances {
  padding: 0px;
}
#motorhomeDetail .motorhomeBasicConfig {
  width: 912px;
}
/* CW-639: gebuehren vorort unterhalb der pricebox */
.hint-remarks {
  margin-top: 85px;
  padding: 10px 0px;
  border-top: 1px solid #666d79;
  clear: both;
}
#rentalStations .nav {
  margin-top: 0;
  padding-left: 0;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
#rentalStations .nav a {
  border: none;
}
#rentalStations .nav a:hover,
#rentalStations .nav a:focus,
#rentalStations .nav a:active {
  background-color: transparent;
  border: none;
}
#rentalStations .nav-tabs > li > a,
#rentalStations .nav-pills > li > a {
  padding-left: 0;
  padding-right: 24px;
}
#rentalStations .nav-tabs > li > a {
  padding-left: 0;
  padding-right: 24px;
}
#rentalStations .nav-tabs > li.active > a {
  color: #de7615;
}
/*
 * Responsive: css for details
 *--------------------------------------------------*/
@media (min-width: 1200px) {
  .hintContentCheckout .hint-exclamation-triangle {
    width: 10%;
  }
  .hintContentCheckout .hint-text {
    width: 90%;
  }
}
/* route styles */
a.noLinkStyle,
a.noLinkStyle:hover,
a.noLinkStyle:focus {
  color: #1a252b;
  text-decoration: none;
}
.reiseplanung_headline {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  color: #202d40;
  margin: 0;
}
.reiseplanung_headline_subtitle {
  margin-bottom: 7px;
}
.reiseplanung_small_visual_link {
  display: block;
  margin: 8px 0 10px;
}
.reiseplanung_more_link {
  display: inline-block;
  vertical-align: bottom;
}
.reiseplanung_more_link .fa {
  display: inline-block;
  float: right;
  margin-top: 4px;
  margin-left: 2px;
}
.route-details h2.route-details-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.route-details .route-details-intro {
  border-bottom: 1px solid #666d79;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.footer {
  float: left;
  width: 100%;
  color: #fff;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE5MjkzZiIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjMTkyOTNmIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4MSUiIHN0b3AtY29sb3I9IiMxOTI5M2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTkyOTNmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, rgba(25, 41, 63, 0.9) 0%, rgba(25, 41, 63, 0.9) 88%, #19293f 89%, #19293f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(25, 41, 63, 0.9)), color-stop(88%, rgba(25, 41, 63, 0.9)), color-stop(89%, #19293f), color-stop(100%, #19293f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(25, 41, 63, 0.9) 0%, rgba(25, 41, 63, 0.9) 88%, #19293f 89%, #19293f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(25, 41, 63, 0.9) 0%, rgba(25, 41, 63, 0.9) 88%, #19293f 89%, #19293f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(25, 41, 63, 0.9) 0%, rgba(25, 41, 63, 0.9) 88%, #19293f 89%, #19293f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(25, 41, 63, 0.9) 0%, rgba(25, 41, 63, 0.9) 88%, #19293f 89%, #19293f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e619293f', endColorstr='#19293f', GradientType=0);
  /* IE6-8 */
}
.footer.show-newsletter-unsubscribe {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE5MjkzZiIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjMTkyOTNmIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4MSUiIHN0b3AtY29sb3I9IiMxOTI5M2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTkyOTNmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, rgba(25, 41, 63, 0.9) 0%, rgba(25, 41, 63, 0.9) 84.5%, #19293f 85.5%, #19293f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(25, 41, 63, 0.9)), color-stop(84.5%, rgba(25, 41, 63, 0.9)), color-stop(85.5%, #19293f), color-stop(100%, #19293f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(25, 41, 63, 0.9) 0%, rgba(25, 41, 63, 0.9) 84.5%, #19293f 85.5%, #19293f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(25, 41, 63, 0.9) 0%, rgba(25, 41, 63, 0.9) 84.5%, #19293f 85.5%, #19293f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(25, 41, 63, 0.9) 0%, rgba(25, 41, 63, 0.9) 84.5%, #19293f 85.5%, #19293f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(25, 41, 63, 0.9) 0%, rgba(25, 41, 63, 0.9) 84.5%, #19293f 85.5%, #19293f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e619293f', endColorstr='#19293f', GradientType=0);
  /* IE6-8 */
}
.footer.show-newsletter-unsubscribe .copyRight {
  margin-bottom: 10px;
  margin-top: 10px;
}
.footer.show-newsletter-unsubscribe .socialFooter {
  margin-bottom: 10px;
  margin-top: 10px;
}
.footer.show-newsletter-unsubscribe .formContend .unsubscribe-message {
  display: block;
}
.footer .formNewsletter {
  background-color: #19293f;
}
.footer .formContend {
  padding: 10px;
}
.footer .formContend .newsletter-title {
  display: block;
  margin-bottom: 15px;
}
.footer .formContend .unsubscribe-message {
  margin-top: 15px;
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 0;
  padding-bottom: 0;
  float: left;
  display: none;
}
.footer .formN {
  overflow: hidden;
}
.footer .formNl {
  margin-top: 20px;
}
.footer .nlSelect {
  width: 200px;
}
.footer .nlFirstName {
  width: 185px;
}
.footer .nlLastName {
  width: 185px;
}
.footer .nlEmail {
  width: 185px;
}
.footer .nlBtn {
  width: 198px;
}
.footer .copyRight {
  margin-bottom: 10px;
  margin-top: -10px;
}
.footer .container {
  background: transparent;
}
.footer .socialFooter {
  margin-bottom: 10px;
  margin-top: -10px;
}
.footer a,
.footer a:hover,
.footer a:focus {
  color: #fff!important;
}
.footer #footerC_one .column-content {
  margin-top: 21px;
}
.footer #footerC_one .column-content .footer-block-heading {
  display: block;
  margin-bottom: 8px;
}
.footer #footerC_two .column-content {
  margin-top: 17px;
}
.footer #footerC_two .column-content .footer-block-heading {
  display: block;
  margin-bottom: 8px;
}
.footer #footerC_three .column-content {
  margin-top: 43px;
}
.footer #footerC_three .column-content .footer-block-heading {
  display: block;
  margin-bottom: 8px;
}
.footer #footerC_four .nlSelect {
  height: 30px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .footer {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE5MjkzZiIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjMTkyOTNmIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4MSUiIHN0b3AtY29sb3I9IiMxOTI5M2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTkyOTNmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, rgba(25, 41, 63, 0.9) 0%, rgba(25, 41, 63, 0.9) 85%, #19293f 86%, #19293f 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(25, 41, 63, 0.9)), color-stop(85%, rgba(25, 41, 63, 0.9)), color-stop(86%, #19293f), color-stop(100%, #19293f));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(25, 41, 63, 0.9) 0%, rgba(25, 41, 63, 0.9) 85%, #19293f 86%, #19293f 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(25, 41, 63, 0.9) 0%, rgba(25, 41, 63, 0.9) 85%, #19293f 86%, #19293f 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(25, 41, 63, 0.9) 0%, rgba(25, 41, 63, 0.9) 85%, #19293f 86%, #19293f 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(25, 41, 63, 0.9) 0%, rgba(25, 41, 63, 0.9) 85%, #19293f 86%, #19293f 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e619293f', endColorstr='#19293f', GradientType=0);
    /* IE6-8 */
  }
  .footer.show-newsletter-unsubscribe {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE5MjkzZiIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjMTkyOTNmIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4MSUiIHN0b3AtY29sb3I9IiMxOTI5M2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTkyOTNmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, rgba(25, 41, 63, 0.9) 0%, rgba(25, 41, 63, 0.9) 82.5%, #19293f 83.5%, #19293f 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(25, 41, 63, 0.9)), color-stop(82.5%, rgba(25, 41, 63, 0.9)), color-stop(83.5%, #19293f), color-stop(100%, #19293f));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(25, 41, 63, 0.9) 0%, rgba(25, 41, 63, 0.9) 82.5%, #19293f 83.5%, #19293f 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(25, 41, 63, 0.9) 0%, rgba(25, 41, 63, 0.9) 82.5%, #19293f 83.5%, #19293f 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(25, 41, 63, 0.9) 0%, rgba(25, 41, 63, 0.9) 82.5%, #19293f 83.5%, #19293f 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(25, 41, 63, 0.9) 0%, rgba(25, 41, 63, 0.9) 82.5%, #19293f 83.5%, #19293f 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e619293f', endColorstr='#19293f', GradientType=0);
    /* IE6-8 */
  }
  .footer.show-newsletter-unsubscribe .footer .copyRight {
    margin-top: 20px;
  }
  .footer.show-newsletter-unsubscribe .footer .socialFooter {
    margin-top: 20px;
  }
}
.keyVisual {
  height: 460px;
  width: 100%;
  background-color: #202d40;
}
.keyVisual.small {
  height: 198px;
}
.key {
  background: no-repeat scroll 50% center transparent;
  height: 460px;
  position: absolute;
  width: 100%;
  min-width: 952px;
}
.keyVisualImg {
  z-index: 5;
  position: relative;
}
.keyVisualHeadline {
  height: auto;
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 50px;
  margin-left: 17px;
  min-width: 500px;
  overflow: hidden;
  white-space: nowrap;
  padding: 10px 20px 15px;
  display: inline-block;
}
.keyVisual .headLine {
  font-size: 32px;
  color: #202d40;
  margin: 16px 0 8px;
}
.keyVisual .subHeadline {
  font-size: 20px;
  color: #202d40;
  font-weight: normal;
  display: block;
  margin: 15px 0 8px;
}
.keyVisualDescription {
  margin-top: 410px;
  color: #000;
}
#landingpage .keyVisual .headLine {
  font-size: 30px;
  color: #000;
  margin: 16px 0 8px;
}
#landingPageEUR .keyVisual .headLine {
  font-size: 30px;
  color: #000;
  margin: 16px 0 8px;
}
/* specials */
#specialListview .keyVisual {
  height: 198px;
}
#specialListview .cityKey {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 198px;
  width: 912px;
  display: block;
}
.keySpecials1 {
  height: 460px;
  position: absolute;
  width: 100%;
  background-color: #202d40;
}
#specials .keyVisual {
  height: 460px;
}
#specialsOverview .keyVisual {
  height: 460px;
}
#specials .keyVisualHeadline {
  margin-left: 0;
  overflow: visible;
  min-width: 265px;
}
/*
 * Responsive: css for keyvisuals
 *--------------------------------------------------*/
@media (min-width: 1200px) {
  #specialListview .cityKey {
    width: 1185px;
  }
}
/* -------  Style for Datepicker ----------- */
/* Container for datepicker*/
.modal-body {
  min-height: 245px;
}
.dpContainer {
  padding: 0px;
  margin: 0px;
  color: #1a252b;
}
.dpContainerCal {
  float: left;
}
.dpCalendar {
  width: 520px;
  overflow: hidden;
  margin: 0px 6px 0px;
  position: relative;
}
.dpContainer .modal-header {
  background-color: #F5F5F5;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #DDDDDD;
}
/* Links to jump to a special month*/
.dpallMo {
  color: #CCCCCC;
  font-size: 15px;
  margin: 0 34px 10px;
  padding: 0 4px;
  width: 435px;
  overflow: hidden;
}
.dpallMo a {
  cursor: pointer;
}
.dpallMoWrapper {
  width: 6760px;
  left: 0;
  position: relative;
  top: 0;
}
/* arrow left and right to scroll the calendar*/
.scrollLR .dpLeft,
.scrollLR .dpRight {
  cursor: pointer;
  height: 30px;
  margin: 0 0;
  padding: 0;
  position: relative;
  width: 39px;
  z-index: 1000;
  margin-top: -228px;
  background: #fff;
}
.scrollLR .dpLeft {
  float: left;
  left: 0px;
}
.scrollLR .dpRight {
  float: right;
  right: 0px;
}
.scrollLR .dpLeftIn,
.scrollLR .dpRightIn {
  cursor: pointer;
  margin: 0 4px;
  padding: 0;
  position: absolute;
  top: 0px;
  width: 20px;
  height: 30px;
  z-index: 1000;
}
/* end arrow left and right */
/* arrow left and right for scrolling Month Shortnamelist */
.scrollMoLR .dpMoLeft,
.scrollMoLR .dpMoRight {
  cursor: pointer;
  height: 30px;
  margin: 0 0;
  margin: -29px 0 0;
  padding: 0;
  position: relative;
  width: 39px;
  z-index: 1000;
}
.scrollMoLR .dpMoLeft {
  left: 0px;
}
.scrollMoLR .dpMoRight {
  float: right;
  right: 0px;
}
/* START Table with Month in Scroll-Area */
.dpScroller {
  height: 230px;
  width: 6760px;
  position: relative;
  top: 0px;
  left: 0px;
}
.dpScroller .dpOneMonth {
  width: 240px;
  height: 200px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.dpScroller .dpTable {
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
}
.dpScroller .dpMoNaLabel {
  font-size: 16px;
  text-align: center;
  padding: 0px;
  margin: 0px;
  vertical-align: middle;
  line-height: 21px;
  height: 30px;
}
.dpScroller .dpWeekdayLabel {
  height: 28px;
  width: 28px;
  text-align: center;
  vertical-align: middle;
  border: none;
  color: #1a252b;
  background-color: #e3e7ea;
  text-decoration: none;
}
.dpScroller .dpDay {
  height: 20px;
  width: 28px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 2px solid transparent;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  font-weight: bold;
  color: #1470cc;
  text-decoration: none;
  padding: 2px 3px 2px 2px;
}
.dpScroller .dpHighlight {
  border: 1px solid #fff;
  border-bottom: none;
  border-right: none;
  background: #aed092;
  color: #fff;
  text-decoration: none;
}
.dpScroller .dpHighlightNotSelectable {
  border: 1px solid #fff;
  border-bottom: none;
  border-right: none;
  color: #fff;
  background: #ce9299;
  text-decoration: none;
}
.dpScroller .dpSelected {
  background-color: #749914;
  color: #fff;
  text-decoration: none;
}
.dpScroller .dpGrayed {
  background-color: #fff;
  color: #fff;
  font-size: 11px;
  cursor: default !important;
}
.dpScroller .dpPassed {
  border: 1px solid #fff;
  border-bottom: none;
  border-right: none;
  background: #fff;
  color: #bbb;
  text-decoration: none;
  cursor: default !important;
}
/* END Table with Month in Scroll-Area */
.dpErrorStyle {
  background: none repeat scroll 0 0 #f79e21 !important;
  border: 1px solid #f79e21 !important;
  color: #FFFFFF !important;
}
.dpDayTooltip {
  background-color: #FFEDAE;
  border: 2px solid #F6CA32;
  color: #666666;
  display: none;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  overflow: visible;
  padding: 3px;
  position: absolute;
  text-align: left;
  width: 65px;
  z-index: 20000;
}
#fromTargetRegionError,
#toTargetRegionError {
  width: 200px;
}
/*------------- End Style for Datepicker -------------------*/
/* -------  Style for CountryPicker ----------- */
.cpListelem:hover,
.cpListelem:focus {
  cursor: pointer;
  text-decoration: underline;
}
/* -------  End Style for CountryPicker ----------- */
/* -------  Style for Date- and CountryPicker in Pricebox ----------- */
#pricebox .editDate,
#pricebox .editCountry,
#pricebox .editTargetRegion {
  color: inherit;
  cursor: pointer;
  display: inline-block;
}
.font300 {
  font-weight: 300;
}
.font400 {
  font-weight: 400;
}
.font600 {
  font-weight: 600;
}
.font700 {
  font-weight: 700;
}
/*  Camperboerse Retina Fixes  */
@media only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1) {
  .lbl.checked .chbImg,
  .lbl .chbImg,
  .facet .facetCbxImg,
  .facet .facetCbxImg,
  .facet:hover .facetCbxImg,
  .merkzettelsmall,
  .merkzettelsmallPushed,
  .favouritesmall,
  .favouritesmallPushed,
  .scrollLR .icon-arrowRightGrey,
  .scrollLR .icon-arrowLeftGrey,
  .kvArrowLeft,
  .kvArrowRight,
  .header .der,
  [class^="icon-"],
  [class*=" icon-"] {
    background-image: url("/img/scb@2x.png");
    background-size: 500px 220px;
  }
}
/* modals */
.sidebar-trust-information .modal,
#modalPart .modal {
  width: auto;
  overflow: hidden;
  max-height: none;
  margin-left: 0;
  left: 20%;
  right: 20%;
  margin-top: -500px;
}
.sidebar-trust-information .modal .fade .in,
#modalPart .modal .fade .in {
  bottom: 10%;
}
.sidebar-trust-information .modal .close,
#modalPart .modal .close {
  padding-bottom: 20px;
  font-size: 30px;
  opacity: 1;
}
.sidebar-trust-information .modal .modal-header,
#modalPart .modal .modal-header {
  padding-bottom: 30px;
  border-bottom: none;
}
.sidebar-trust-information .modal .modal-body,
#modalPart .modal .modal-body {
  max-height: 700px;
}
.sidebar-trust-information .modal#iframe-content-modal,
#modalPart .modal#iframe-content-modal {
  height: 775px;
  left: 5%;
  right: 5%;
}
.remote-content-modal.modal,
.iframe-content-modal.modal,
.teaser-box-popup.modal {
  width: auto;
  overflow: hidden;
  max-height: none;
  margin-left: 0;
  left: 10%;
  right: 10%;
  margin-top: -580px;
}
.remote-content-modal.modal.fade.in,
.iframe-content-modal.modal.fade.in,
.teaser-box-popup.modal.fade.in {
  top: 5%;
}
.remote-content-modal.modal .close,
.iframe-content-modal.modal .close,
.teaser-box-popup.modal .close {
  padding-bottom: 20px;
  font-size: 30px;
  opacity: 1;
}
.remote-content-modal.modal .modal-header,
.iframe-content-modal.modal .modal-header,
.teaser-box-popup.modal .modal-header {
  padding-bottom: 30px;
}
.remote-content-modal.modal .modal-body,
.iframe-content-modal.modal .modal-body,
.teaser-box-popup.modal .modal-body {
  max-height: 780px;
}
.teaser-box-popup.modal {
  left: 25%;
  right: 25%;
}
.teaser-box-popup.modal .modal-header {
  background: rgba(97, 148, 54, 0.8);
}
.teaser-box-popup.modal .modal-header .close {
  margin-top: 6px;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.teaser-box-popup.modal .modal-header .close:hover,
.teaser-box-popup.modal .modal-header .close:focus {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#ajax-modal {
  width: 380px;
}
#ajax-modal.modal {
  left: 50%;
  margin-left: -190px;
}
#ajax-modal.modal.fade.in {
  top: 30%;
}
#ajax-modal .modal-header {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 20px;
}
#ajax-modal .modal-header .close {
  margin-top: -12px;
}
#ajax-modal .modal-header .warning-icon {
  display: inline-block;
}
#ajax-modal .modal-header h3 {
  display: inline-block;
  font-size: 22px;
  line-height: 22px;
  vertical-align: middle;
  margin-left: 15px;
  color: #de3c4b;
}
#ajax-modal .modal-body {
  color: #202d40;
  padding-left: 60px;
  max-height: none;
  min-height: 1px;
  padding-top: 0;
  padding-bottom: 0;
}
#ajax-modal .modal-footer {
  color: #202d40;
  text-align: left;
  padding-left: 60px;
  background-color: transparent;
  border-top: none;
  padding-top: 0;
  padding-bottom: 20px;
}
#ajax-modal .modal-footer a.dismiss-modal .icons-cb-arrow-right {
  vertical-align: middle;
  margin-right: 7px;
}
.icon-calender {
  background-image: url("/img/scb.png");
  background-position: -379px -95px;
  float: left;
  height: 20px;
  width: 20px;
}
.icon-hook_green {
  background-image: url("/img/scb.png");
  background-position: -126px -115px;
  float: left;
  height: 20px;
  width: 20px;
}
.icon-hook_black {
  background-image: url("/img/scb.png");
  background-position: -166px -115px;
  float: left;
  height: 20px;
  width: 20px;
}
.icon-hook_white {
  background-image: url("/img/scb.png");
  background-position: -106px -115px;
  float: left;
  height: 20px;
  width: 20px;
}
.icon-hook_blue {
  background-image: url("/img/scb.png");
  background-position: -146px -115px;
  float: left;
  height: 20px;
  width: 20px;
}
.icon-ratingBig_full {
  background-image: url("/img/scb.png");
  background-position: -189px -117px;
  float: left;
  height: 20px;
  width: 20px;
}
.icon-ratingBig_half {
  background-image: url("/img/scb.png");
  background-position: -404px -117px;
  float: left;
  height: 20px;
  width: 20px;
}
.icon-ratingBig_empty {
  background-image: url("/img/scb.png");
  background-position: -210px -117px;
  float: left;
  height: 20px;
  width: 20px;
}
.icon-ratingSmall_full {
  background-image: url("/img/scb.png");
  background-position: -234px -117px;
  float: left;
  height: 20px;
  width: 15px;
}
.icon-ratingSmall_half {
  background-image: url("/img/scb.png");
  background-position: -423px -117px;
  float: left;
  height: 20px;
  width: 15px;
}
.icon-ratingSmall_empty {
  background-image: url("/img/scb.png");
  background-position: -255px -117px;
  float: left;
  height: 20px;
  width: 15px;
}
.icon-arrow_right {
  background-image: url("/img/scb.png");
  background-position: -277px -117px;
  float: left;
  height: 20px;
  width: 15px;
}
.icon-info {
  background-image: url("/img/scb.png");
  background-position: -161px -148px;
  float: left;
  height: 35px;
  width: 40px;
}
.icon-infosmall {
  background-image: url("/img/scb.png");
  background-position: -383px -67px;
  float: left;
  height: 20px;
  width: 18px;
}
.icon-arrow_right_full {
  background-image: url("/img/scb.png");
  background-position: -343px -67px;
  float: right;
  height: 20px;
  width: 18px;
}
.icon-pencil {
  background-image: url("/img/scb.png");
  background-position: -440px -94px;
  float: left;
  height: 15px;
  width: 15px;
}
.icon-person_Adult {
  background-image: url("/img/scb.png");
  background-position: -109px -95px;
  float: left;
  height: 16px;
  width: 15px;
  margin-top: 2px;
}
.icon-person_Child {
  background-image: url("/img/scb.png");
  background-position: -136px -95px;
  float: left;
  height: 16px;
  width: 12px;
  margin-top: 2px;
}
.icon-bed {
  background-image: url("/img/scb.png");
  background-position: -164px -98px;
  float: left;
  height: 20px;
  width: 20px;
}
.icon-wc {
  background-image: url("/img/scb.png");
  background-position: -190px -98px;
  float: left;
  height: 20px;
  width: 20px;
}
.icon-toilet {
  background-image: url("/img/scb.png");
  background-position: -463px -97px;
  float: left;
  height: 20px;
  width: 20px;
}
.icon-shower {
  background-image: url("/img/scb.png");
  background-position: -220px -94px;
  float: left;
  height: 25px;
  width: 20px;
}
.icon-sunshade {
  background-image: url("/img/scb.png");
  background-position: -243px -98px;
  float: left;
  height: 20px;
  width: 20px;
}
.icon-slideOut {
  background-image: url("/img/scb.png");
  background-position: -267px -98px;
  float: left;
  height: 20px;
  width: 20px;
}
.icon-slideout-new {
  background-image: url("/img/scb.png");
  background-position: -463px -116px;
  float: left;
  height: 20px;
  width: 24px;
}
.icon-plus_grey {
  background-image: url("/img/scb.png");
  background-position: -405px -70px;
  float: left;
  height: 15px;
  width: 15px;
  margin-right: 5px;
  margin-top: 2px;
}
.icon-minus_grey {
  background-image: url("/img/scb.png");
  background-position: -426px -70px;
  float: left;
  height: 15px;
  width: 15px;
  margin-right: 5px;
  margin-top: 2px;
}
/* flags */
.icon-flagDE_DE {
  background-image: url("/img/scb.png");
  float: left;
  width: 25px;
  height: 20px;
  background-position: -106px -70px;
  cursor: pointer;
  margin-top: 2px;
  margin-right: 4px;
}
.icon-flagDE_CH {
  background-image: url("/img/scb.png");
  float: left;
  width: 25px;
  height: 20px;
  background-position: -165px -70px;
  cursor: pointer;
  margin-top: 2px;
  margin-right: 4px;
}
.icon-flagEN {
  background-image: url("/img/scb.png");
  float: left;
  width: 25px;
  height: 20px;
  background-position: -225px -70px;
  cursor: pointer;
  margin-top: 2px;
  margin-right: 4px;
}
.icon-flagEN_GB {
  background-image: url("/img/scb.png");
  float: left;
  width: 25px;
  height: 20px;
  background-position: -196px -70px;
  cursor: pointer;
  margin-top: 2px;
  margin-right: 4px;
}
.icon-flagEN_AU {
  background-image: url("/img/scb.png");
  float: left;
  width: 25px;
  height: 20px;
  background-position: -134px -70px;
  cursor: pointer;
  margin-top: 2px;
  margin-right: 4px;
}
.icon-fb {
  background-image: url("/img/scb.png");
  float: left;
  width: 20px;
  height: 20px;
  background-position: -25px -95px;
  cursor: pointer;
}
.icon-fb:hover {
  background-position: -25px -120px;
}
.icon-fb-active {
  background-image: url("/img/scb.png");
  float: left;
  width: 20px;
  height: 20px;
  background-position: -25px -120px;
  cursor: pointer;
}
.icon-gP {
  background-image: url("/img/scb.png");
  float: left;
  width: 20px;
  height: 20px;
  background-position: -51px -95px;
  cursor: pointer;
}
.icon-gP:hover {
  background-position: -51px -120px;
}
.icon-gP-active {
  background-image: url("/img/scb.png");
  float: left;
  width: 20px;
  height: 20px;
  background-position: -51px -120px;
  cursor: pointer;
}
.icon-pT {
  background-image: url("/img/scb.png");
  float: left;
  width: 20px;
  height: 20px;
  background-position: -77px -95px;
  cursor: pointer;
}
.icon-pT:hover {
  background-position: -77px -120px;
}
.icon-pT-active {
  background-image: url("/img/scb.png");
  float: left;
  width: 20px;
  height: 20px;
  background-position: -77px -120px;
  cursor: pointer;
}
.icon-tw {
  background-image: url("/img/scb.png");
  float: left;
  width: 20px;
  height: 20px;
  background-position: 0px -95px;
  cursor: pointer;
}
.icon-tw:hover {
  background-position: 0px -120px;
}
.icon-tw-active {
  background-image: url("/img/scb.png");
  float: left;
  width: 20px;
  height: 20px;
  background-position: 0px -120px;
  cursor: pointer;
}
.icon-fbW {
  background-image: url("/img/scb.png");
  float: right;
  width: 25px;
  height: 20px;
  background-position: -25px -70px;
  cursor: pointer;
}
.icon-gPW {
  background-image: url("/img/scb.png");
  float: left;
  width: 25px;
  height: 20px;
  background-position: -51px -70px;
  cursor: pointer;
}
.icon-pTW {
  background-image: url("/img/scb.png");
  float: left;
  width: 25px;
  height: 20px;
  background-position: -75px -70px;
  cursor: pointer;
}
.icon-twW {
  background-image: url("/img/scb.png");
  float: left;
  width: 25px;
  height: 20px;
  background-position: 0px -70px;
  cursor: pointer;
}
/* arrows */
.icon-arrowRightGrey {
  background-image: url("/img/scb.png");
  background-position: -344px -69px;
  float: right;
  height: 16px;
  width: 15px;
  margin-top: 4px;
  margin-right: 13px;
}
.icon-arrowLeftGrey {
  background-image: url("/img/scb.png");
  background-position: -344px -69px;
  float: left;
  height: 16px;
  width: 15px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  margin-top: 4px;
  margin-left: 13px;
}
.icon-bar {
  background-image: url("/img/glyphicons-halflings-white.png");
  background-position: -336px -49px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 14px;
  line-height: 14px;
  margin-top: 1px;
  vertical-align: text-top;
  width: 14px;
}
/* CB icons */
.cb-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.cb-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.cb-icon:before {
  content: "\00a0";
}
/*.cb-icon-edit {
  background-image: url('/img/icons/cb-edit.svg');
}*/
/* flag icons für den Plattformwechsler*/
.cb-flag-icons {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('/img/icons/flag-sprite.jpg');
  display: block;
  height: 26px;
  width: 40px;
}
.cb-flag-icons.small {
  background-image: url('/img/icons/flag-sprite-small.jpg');
  height: 18px;
  width: 27px;
}
.cb-flag-DE_DE {
  background-position: 0;
}
.cb-flag-DE_CH {
  background-position: -42px 0;
}
.cb-flag-DE_CH.small {
  background-position: -29px 0;
}
.cb-flag-EN_EU {
  background-position: -124px 0;
}
.cb-flag-EN_EU.small {
  background-position: -86px 0;
}
.cb-flag-EN_GB {
  background-position: -83px 0;
}
.cb-flag-EN_GB.small {
  background-position: -57px 0;
}
.cb-flag-EN_AU {
  background-position: -165px 0;
}
.cb-flag-EN_AU.small {
  background-position: -115px 0;
}
.fa-info-circle {
  font-size: 18px;
  vertical-align: bottom;
  margin-left: 1px;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.margin5 {
  margin: 5px;
}
.margin10 {
  margin: 10px;
}
.margin15 {
  margin: 15px;
}
.margin20 {
  margin: 20px;
}
.marginTop5 {
  margin-top: 5px;
}
.marginTop10 {
  margin-top: 10px;
}
.marginTop15 {
  margin-top: 15px;
}
.marginTop20 {
  margin-top: 20px;
}
.marginTop30 {
  margin-top: 30px;
}
.marginTop40 {
  margin-top: 40px;
}
.marginLeft5 {
  margin-left: 5px;
}
.marginLeft10 {
  margin-left: 10px;
}
.marginLeft15 {
  margin-left: 15px;
}
.marginLeft20 {
  margin-left: 20px;
}
.marginLeftMinus15 {
  margin-left: -15px;
}
.marginRight5 {
  margin-right: 5px;
}
.marginRight10 {
  margin-right: 10px;
}
.marginRight15 {
  margin-right: 15px;
}
.marginRight20 {
  margin-right: 20px;
}
.marginBottom5 {
  margin-bottom: 5px;
}
.marginBottom10 {
  margin-bottom: 10px;
}
.marginBottom15 {
  margin-bottom: 15px;
}
.marginBottom20 {
  margin-bottom: 20px;
}
.marginBottom30 {
  margin-bottom: 30px;
}
.marginBottom40 {
  margin-bottom: 40px;
}
.paddingBottom10 {
  padding-bottom: 10px;
}
.paddingBottom20 {
  padding-bottom: 20px;
}
.paddingBottom30 {
  padding-bottom: 30px;
}
.paddingBottom40 {
  padding-bottom: 40px;
}
.paddingLeft10 {
  padding-left: 10px;
}
.paddingLeft20 {
  padding-left: 20px;
}
.spaceLine1 {
  float: left;
  width: 100%;
  height: 1px;
}
.spaceLine5 {
  float: left;
  width: 100%;
  height: 5px;
}
.spaceLine10 {
  float: left;
  width: 100%;
  height: 10px;
}
.spaceLine20 {
  float: left;
  width: 100%;
  height: 20px;
}
.wdith100 {
  width: 100%;
}
@media (min-width: 1200px) {
  .span6 > h2 {
    margin-left: 15px;
  }
  /* footer responsive */
  .footer .formContend {
    padding: 10px 28px;
  }
  .footer .formNl {
    margin-top: 20px;
  }
  .footer .nlSelect {
    width: 222px;
    margin-bottom: 10px;
    height: 30px;
  }
  .footer .nlFirstName {
    width: 87px;
  }
  .footer .nlLastName {
    width: 87px;
  }
  .footer .nlEmail {
    width: 208px;
  }
  .footer .nlBtn {
    width: 222px;
  }
  /* flags */
  /* keyVisual */
  /* hint */
  .hintContent {
    width: 1165px;
    color: #ffffff;
  }
  #motorhomDetail .hintContent {
    width: 1165px;
  }
  #motorhomeDetail .hintContent.marginBottom10 {
    width: 1170px;
  }
  /* motorhome list listview */
  .span10.motorhomeList {
    margin-left: 115px;
  }
  .mdName {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    width: 450px;
  }
  .span10.motorhomeList.marginBottom10 {
    width: inherit;
  }
  .inlusiveArea {
    width: 100%;
    margin-bottom: 15px;
  }
  .motorhomeDescription .persons {
    width: 65px;
  }
  .motorhomeDescription .equipment {
    width: 395px;
    margin-top: 3px;
  }
  .motorhomeDescription .equipment div.lastChild {
    display: block;
  }
  .infoPayment {
    font-size: 12px;
    text-align: right;
    margin-left: 0;
  }
  .infoPayment i {
    margin-right: 5px;
  }
  #motorhomeDetail .navbar-inner .nav {
    padding: inherit;
  }
  #bookBtn2.navBtn {
    margin-top: 4px;
  }
  /*suppliers*/
  .suppliers {
    width: 500px;
    margin-left: 0;
  }
  .supplierPR {
    padding: 15px;
    width: 300px;
  }
  #listview .span6.motorhomeDescription {
    padding-left: 15px;
    width: 350px;
  }
  #listview .span2.motorhomePriceBox {
    width: 185px;
  }
  #listview .tripDates {
    width: 235px;
  }
  #listview .tripDates .tripDatesRight {
    width: 150px;
  }
  /* detailspage layout */
  .span9.content-bloc {
    width: 872px;
  }
  .span9 .content-bloc-blastElem {
    width: 872px;
  }
  #motorhomDetail .priceBox {
    width: 285px;
  }
  /* specials */
  .span10.gallerySpecials {
    margin-left: 60px;
    width: 940px;
  }
  .specials .adv {
    margin-right: 63px;
  }
  .specialRightSidebar {
    float: right;
    padding: 15px;
    width: 300px;
  }
  /* checkout */
  #checkout_navbar .nav li {
    display: inline;
    float: left;
    margin-right: 90px;
    color: #999999;
  }
  /* mapWorld */
  .mapCountries {
    width: 250px;
  }
  .pricingBox .box {
    width: 245px;
  }
  .pricingBox span.floatL {
    width: 155px;
  }
  .pricingBox span.floatR {
    width: 85px;
  }
  #specialAndAddOnBlock .span9.content-bloc {
    width: 845px;
  }
  #specialAndAddOnBlock #toggleCalendar {
    margin-top: 10px;
  }
  #motorhomeDetail .motorhomeBasicConfig {
    width: 1185px;
  }
  .teaser_bloc {
    width: 1184px;
  }
  .supplierDiv {
    width: 135px;
  }
  #routeSnippetsForCountry .span6 {
    margin-left: 15px;
  }
  #routeSnippetsForCountry .reiseplanung_introtext {
    width: 475px;
  }
  .vehicleImgSmall {
    background-repeat: no-repeat;
    background-size: auto 115px;
    float: right;
    height: 115px;
    width: 173px;
  }
}
/* home */
#fromTargetRegionError,
#toTargetRegionError.dpErrorStyle {
  background: inherit!important;
  border: none!important;
}
#homepage .alert {
  border-radius: 4px;
  margin-bottom: 4px;
  padding: 2px 5px 4px 8px;
}
#homepage .close {
  right: inherit!important;
}
.dpErrorStyle::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.dpErrorStyle:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.dpErrorStyle::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.dpErrorStyle:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
#fromTargetRegionError.dpErrorStyle,
#toTargetRegionError.dpErrorStyle {
  color: #FF0000!important;
}
#sessionTimeoutNote {
  color: #D8000C;
  background-color: #FFBABA;
  margin-top: 25px;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.error-hint {
  color: #D8000C;
  background-color: #FFBABA;
  padding: 10px;
  font-size: 16px;
  text-align: left;
  margin-bottom: 20px;
}
.error-hint .fa {
  color: #D8000C;
}
.error-hint .error-hint-text {
  margin-top: 17px;
}
.error {
  color: #ff0000;
  display: block;
}
.booking-error {
  color: #ff0000;
  border: 1px solid #ff0000;
  padding: 10px;
}
.booking-error a {
  color: #ff0000;
}
.booking-error a:hover,
.booking-error a:active,
.booking-error a:focus {
  color: #ff0000;
  text-decoration: underline !important;
}
.error-page {
  background: #202d40;
  padding: 60px 0;
}
.error-page .error-heading {
  background: #202d40;
}
.error-page .error-heading h1 {
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 35px;
  font-weight: 400;
}
.error-page .error-body {
  box-sizing: border-box;
  padding: 40px 40px 60px;
  font-size: 16px;
  background-color: #ffffff !important;
}
.error-page .error-body .warning-icon {
  margin-bottom: 20px;
  margin-top: 20px;
}
.error-page .error-body .marginTop60 {
  margin-top: 60px;
}
.error-page .error-body .marginTop40 {
  margin-top: 40px;
}
.error-page .error-body .errorId {
  font-size: 10px;
  text-align: right;
  width: 100%;
}
.error-page .error-body a {
  text-decoration: underline;
  color: #202d40;
}
.error-page .error-body a:hover {
  text-decoration: underline !important;
}
/* origin bootstap */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1a252b;
  background-color: #ffffff;
}
a {
  color: #005599;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #de7615;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -12px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 12px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 912px;
}
.span12 {
  width: 912px;
}
.span11 {
  width: 835px;
}
.span10 {
  width: 758px;
}
.span9 {
  width: 681px;
}
.span8 {
  width: 604px;
}
.span7 {
  width: 527px;
}
.span6 {
  width: 450px;
}
.span5 {
  width: 373px;
}
.span4 {
  width: 296px;
}
.span3 {
  width: 219px;
}
.span2 {
  width: 142px;
}
.span1 {
  width: 65px;
}
.offset12 {
  margin-left: 936px;
}
.offset11 {
  margin-left: 859px;
}
.offset10 {
  margin-left: 782px;
}
.offset9 {
  margin-left: 705px;
}
.offset8 {
  margin-left: 628px;
}
.offset7 {
  margin-left: 551px;
}
.offset6 {
  margin-left: 474px;
}
.offset5 {
  margin-left: 397px;
}
.offset4 {
  margin-left: 320px;
}
.offset3 {
  margin-left: 243px;
}
.offset2 {
  margin-left: 166px;
}
.offset1 {
  margin-left: 89px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 1.31578947%;
  *margin-left: 1.26096491%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 1.31578947%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94517544%;
}
.row-fluid .span11 {
  width: 91.55701754%;
  *width: 91.50219298%;
}
.row-fluid .span10 {
  width: 83.11403509%;
  *width: 83.05921053%;
}
.row-fluid .span9 {
  width: 74.67105263%;
  *width: 74.61622807%;
}
.row-fluid .span8 {
  width: 66.22807018%;
  *width: 66.17324561%;
}
.row-fluid .span7 {
  width: 57.78508772%;
  *width: 57.73026316%;
}
.row-fluid .span6 {
  width: 49.34210526%;
  *width: 49.2872807%;
}
.row-fluid .span5 {
  width: 40.89912281%;
  *width: 40.84429825%;
}
.row-fluid .span4 {
  width: 32.45614035%;
  *width: 32.40131579%;
}
.row-fluid .span3 {
  width: 24.01315789%;
  *width: 23.95833333%;
}
.row-fluid .span2 {
  width: 15.57017544%;
  *width: 15.51535088%;
}
.row-fluid .span1 {
  width: 7.12719298%;
  *width: 7.07236842%;
}
.row-fluid .offset12 {
  margin-left: 102.63157895%;
  *margin-left: 102.52192982%;
}
.row-fluid .offset12:first-child {
  margin-left: 101.31578947%;
  *margin-left: 101.20614035%;
}
.row-fluid .offset11 {
  margin-left: 94.18859649%;
  *margin-left: 94.07894737%;
}
.row-fluid .offset11:first-child {
  margin-left: 92.87280702%;
  *margin-left: 92.76315789%;
}
.row-fluid .offset10 {
  margin-left: 85.74561404%;
  *margin-left: 85.63596491%;
}
.row-fluid .offset10:first-child {
  margin-left: 84.42982456%;
  *margin-left: 84.32017544%;
}
.row-fluid .offset9 {
  margin-left: 77.30263158%;
  *margin-left: 77.19298246%;
}
.row-fluid .offset9:first-child {
  margin-left: 75.98684211%;
  *margin-left: 75.87719298%;
}
.row-fluid .offset8 {
  margin-left: 68.85964912%;
  *margin-left: 68.75%;
}
.row-fluid .offset8:first-child {
  margin-left: 67.54385965%;
  *margin-left: 67.43421053%;
}
.row-fluid .offset7 {
  margin-left: 60.41666667%;
  *margin-left: 60.30701754%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.10087719%;
  *margin-left: 58.99122807%;
}
.row-fluid .offset6 {
  margin-left: 51.97368421%;
  *margin-left: 51.86403509%;
}
.row-fluid .offset6:first-child {
  margin-left: 50.65789474%;
  *margin-left: 50.54824561%;
}
.row-fluid .offset5 {
  margin-left: 43.53070175%;
  *margin-left: 43.42105263%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.21491228%;
  *margin-left: 42.10526316%;
}
.row-fluid .offset4 {
  margin-left: 35.0877193%;
  *margin-left: 34.97807018%;
}
.row-fluid .offset4:first-child {
  margin-left: 33.77192982%;
  *margin-left: 33.6622807%;
}
.row-fluid .offset3 {
  margin-left: 26.64473684%;
  *margin-left: 26.53508772%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.32894737%;
  *margin-left: 25.21929825%;
}
.row-fluid .offset2 {
  margin-left: 18.20175439%;
  *margin-left: 18.09210526%;
}
.row-fluid .offset2:first-child {
  margin-left: 16.88596491%;
  *margin-left: 16.77631579%;
}
.row-fluid .offset1 {
  margin-left: 9.75877193%;
  *margin-left: 9.64912281%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.44298246%;
  *margin-left: 8.33333333%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 12px;
  padding-left: 12px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
#shoppingCartPage .c_acc_img {
  height: 110px;
  width: 220px;
  float: left;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #1a252b;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #aeb9c1;
}
label,
input,
button,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
textarea {
  font-family: Roboto, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #546372;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #9da1a3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #aeb9c1;
  background-color: #fcfcfc;
  border-color: #9da1a3;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #aeb9c1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aeb9c1;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aeb9c1;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 12px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 898px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 821px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 744px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 667px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 590px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 513px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 436px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 359px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 282px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 205px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 128px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 51px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
textarea[disabled],
input[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #fafafc;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #de7615;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #de7615;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #de7615;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #af5d11;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f1aa68;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f1aa68;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f1aa68;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #de7615;
  background-color: #fcecdd;
  border-color: #de7615;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b91111;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b91111;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b91111;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #8a0d0d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ee4242;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ee4242;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ee4242;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b91111;
  background-color: #f8b7b7;
  border-color: #b91111;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #619436;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #619436;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #619436;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #496f28;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #94c868;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #94c868;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #94c868;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #619436;
  background-color: #d6eac5;
  border-color: #619436;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #19668d;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #19668d;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #19668d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #114661;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #31a1db;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #31a1db;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #31a1db;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #19668d;
  background-color: #cdd8df;
  border-color: #19668d;
}
input:focus:invalid,
textarea:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #cdd8df;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #374e5b;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #cdd8df;
  border: 1px solid #9da1a3;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #aed68d;
  border-color: #619436;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
.form1 {
  float: left;
  width: 510px;
  margin-bottom: 0px;
}
.mainFormInputs {
  width: 146px;
  float: left;
}
.mainFormInputs1 {
  width: 200px;
  float: left;
}
.inputLabel {
  float: left;
  margin-left: 5px;
}
.inputLarge {
  width: 270px;
}
.inputSmall {
  width: 124px;
}
.formContainer * .input240 {
  width: 240px!important;
  height: auto!important;
}
.formContainer * .input94 {
  width: 94px!important;
  height: auto!important;
}
.checkbox {
  float: left;
  width: 20px !important;
  min-height: auto;
}
.searchFacetts {
  float: left;
  width: 200px;
  margin-top: 23px;
}
.facetHome {
  width: 210px;
}
.lbl .chbImg {
  background-image: url("/img/scb.png");
  float: left;
  background-position: -144px -169px;
  height: 15px;
  width: 14px;
  margin-top: 2px;
  margin-left: 2px;
}
.lbl.checked .chbImg {
  background-image: url("/img/scb.png");
  float: left;
  background-position: -162px -169px;
  height: 15px;
  width: 14px;
  margin-top: 2px;
  margin-left: 2px;
}
.facetAccLink,
.lblLink {
  margin: 0 5px 0 5px;
}
.leftSideSearch * .mainFormInputs {
  width: 165px;
  margin-top: 5px;
}
.freeTextField {
  margin: 0 5px 10px 0;
}
.freeTextInput {
  width: 110px;
}
.resultDots {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
}
.leftSideSearch .facetAccLink {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 150px;
}
.leftSideSearch .facet .num {
  float: right;
  text-align: right;
}
.num {
  color: #999999;
  font-size: 12px;
  margin-left: 5px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ced2d4;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ced2d4;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #ced2d4;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ced2d4;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #fafafc;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #cdd8df;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 49px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 126px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 203px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 280px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 357px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 434px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 511px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 588px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 665px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 742px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 819px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 896px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #d6eac5;
}
.table tbody tr.error > td {
  background-color: #f8b7b7;
}
.table tbody tr.warning > td {
  background-color: #fcecdd;
}
.table tbody tr.info > td {
  background-color: #cdd8df;
}
.table-hover tbody tr.success:hover > td {
  background-color: #c9e3b3;
}
.table-hover tbody tr.error:hover > td {
  background-color: #f6a0a0;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #fadfc5;
}
.table-hover tbody tr.info:hover > td {
  background-color: #bdccd5;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -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;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #cdd8df;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #1a252b;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #004f8f;
  background-image: -moz-linear-gradient(top, #005599, #004780);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#005599), to(#004780));
  background-image: -webkit-linear-gradient(top, #005599, #004780);
  background-image: -o-linear-gradient(top, #005599, #004780);
  background-image: linear-gradient(to bottom, #005599, #004780);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005599', endColorstr='#ff004780', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #004f8f;
  background-image: -moz-linear-gradient(top, #005599, #004780);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#005599), to(#004780));
  background-image: -webkit-linear-gradient(top, #005599, #004780);
  background-image: -o-linear-gradient(top, #005599, #004780);
  background-image: linear-gradient(to bottom, #005599, #004780);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005599', endColorstr='#ff004780', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #aeb9c1;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #1a252b;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #e0e4e7;
  background-image: -moz-linear-gradient(top, #e9ecee, #d2d8dd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e9ecee), to(#d2d8dd));
  background-image: -webkit-linear-gradient(top, #e9ecee, #d2d8dd);
  background-image: -o-linear-gradient(top, #e9ecee, #d2d8dd);
  background-image: linear-gradient(to bottom, #e9ecee, #d2d8dd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe9ecee', endColorstr='#ffd2d8dd', GradientType=0);
  border-color: #d2d8dd #d2d8dd #a6b3bc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #d2d8dd;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #9da1a3;
  *border: 0;
  border-bottom-color: #83888a;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #1a252b;
  background-color: #d2d8dd;
  *background-color: #c3ccd2;
}
.btn:active,
.btn.active {
  background-color: #b4bfc7 \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #1a252b;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #6f9352;
  background-image: -moz-linear-gradient(top, #799264, #619436);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#799264), to(#619436));
  background-image: -webkit-linear-gradient(top, #799264, #619436);
  background-image: -o-linear-gradient(top, #799264, #619436);
  background-image: linear-gradient(to bottom, #799264, #619436);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff799264', endColorstr='#ff619436', GradientType=0);
  border-color: #619436 #619436 #3c5c22;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #619436;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #619436;
  *background-color: #55812f;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #496f28 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e88d39;
  background-image: -moz-linear-gradient(top, #ef9d51, #de7615);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ef9d51), to(#de7615));
  background-image: -webkit-linear-gradient(top, #ef9d51, #de7615);
  background-image: -o-linear-gradient(top, #ef9d51, #de7615);
  background-image: linear-gradient(to bottom, #ef9d51, #de7615);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffef9d51', endColorstr='#ffde7615', GradientType=0);
  border-color: #de7615 #de7615 #98510e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #de7615;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #de7615;
  *background-color: #c76a13;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #af5d11 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #d72121;
  background-image: -moz-linear-gradient(top, #ec2b2b, #b91111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ec2b2b), to(#b91111));
  background-image: -webkit-linear-gradient(top, #ec2b2b, #b91111);
  background-image: -o-linear-gradient(top, #ec2b2b, #b91111);
  background-image: linear-gradient(to bottom, #ec2b2b, #b91111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec2b2b', endColorstr='#ffb91111', GradientType=0);
  border-color: #b91111 #b91111 #730b0b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #b91111;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #b91111;
  *background-color: #a20f0f;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #8a0d0d \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #1a6991;
  background-image: -moz-linear-gradient(top, #1d75a2, #155677);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1d75a2), to(#155677));
  background-image: -webkit-linear-gradient(top, #1d75a2, #155677);
  background-image: -o-linear-gradient(top, #1d75a2, #155677);
  background-image: linear-gradient(to bottom, #1d75a2, #155677);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1d75a2', endColorstr='#ff155677', GradientType=0);
  border-color: #155677 #155677 #0a2736;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #155677;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #155677;
  *background-color: #114661;
}
.btn-success:active,
.btn-success.active {
  background-color: #0d374c \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #1a6991;
  background-image: -moz-linear-gradient(top, #1d75a2, #155677);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1d75a2), to(#155677));
  background-image: -webkit-linear-gradient(top, #1d75a2, #155677);
  background-image: -o-linear-gradient(top, #1d75a2, #155677);
  background-image: linear-gradient(to bottom, #1d75a2, #155677);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1d75a2', endColorstr='#ff155677', GradientType=0);
  border-color: #155677 #155677 #0a2736;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #155677;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #155677;
  *background-color: #114661;
}
.btn-info:active,
.btn-info.active {
  background-color: #0d374c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #161f24;
  background-image: -moz-linear-gradient(top, #1a252b, #10161a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1a252b), to(#10161a));
  background-image: -webkit-linear-gradient(top, #1a252b, #10161a);
  background-image: -o-linear-gradient(top, #1a252b, #10161a);
  background-image: linear-gradient(to bottom, #1a252b, #10161a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1a252b', endColorstr='#ff10161a', GradientType=0);
  border-color: #10161a #10161a #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #10161a;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #10161a;
  *background-color: #06090a;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #000000 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #005599;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #de7615;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #1a252b;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 11.9px;
}
.btn-group > .btn-large {
  font-size: 17.5px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #d2d8dd;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #619436;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #de7615;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #b91111;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #155677;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #155677;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #10161a;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcecdd;
  border: 1px solid #faddcf;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert,
.alert h4 {
  color: #de7615;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #d6eac5;
  border-color: #d1e3b3;
  color: #619436;
}
.alert-success h4 {
  color: #619436;
}
.alert-danger,
.alert-error {
  background-color: #f8b7b7;
  border-color: #f7a9b6;
  color: #b91111;
}
.alert-danger h4,
.alert-error h4 {
  color: #b91111;
}
.alert-info {
  background-color: #cdd8df;
  border-color: #b7cbd1;
  color: #19668d;
}
.alert-info h4 {
  color: #19668d;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #cdd8df;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #aeb9c1;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #005599;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #cdd8df #cdd8df #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #546372;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #005599;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #005599;
  border-bottom-color: #005599;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #de7615;
  border-bottom-color: #de7615;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #546372;
  border-bottom-color: #546372;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #aeb9c1;
  border-color: #aeb9c1;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #aeb9c1;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #cdd8df #dddddd #cdd8df #cdd8df;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #cdd8df #cdd8df #cdd8df #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #aeb9c1;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #dde2e6;
  background-image: -moz-linear-gradient(top, #e3e7ea, #d4dbdf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e3e7ea), to(#d4dbdf));
  background-image: -webkit-linear-gradient(top, #e3e7ea, #d4dbdf);
  background-image: -o-linear-gradient(top, #e3e7ea, #d4dbdf);
  background-image: linear-gradient(to bottom, #e3e7ea, #d4dbdf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe3e7ea', endColorstr='#ffd4dbdf', GradientType=0);
  border: 1px solid #bdc7ce;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #005599;
  text-shadow: 0 1px 0 #e3e7ea;
}
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #1a252b;
}
.navbar-link {
  color: #005599;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #de7615;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #d4dbdf;
  border-right: 1px solid #e3e7ea;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 912px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  box-shadow: 0 -1px 10px rgba(0,0,0,.1);
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #005599;
  text-decoration: none;
  text-shadow: 0 1px 0 #e3e7ea;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #de7615;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #546372;
  text-decoration: none;
  background-color: #c6ced4;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #cfd6db;
  background-image: -moz-linear-gradient(top, #d4dbdf, #c6ced4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d4dbdf), to(#c6ced4));
  background-image: -webkit-linear-gradient(top, #d4dbdf, #c6ced4);
  background-image: -o-linear-gradient(top, #d4dbdf, #c6ced4);
  background-image: linear-gradient(to bottom, #d4dbdf, #c6ced4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd4dbdf', endColorstr='#ffc6ced4', GradientType=0);
  border-color: #c6ced4 #c6ced4 #9aa9b3;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #c6ced4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #c6ced4;
  *background-color: #b7c2c9;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #a9b5be \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #de7615;
  border-bottom-color: #de7615;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #c6ced4;
  color: #546372;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #005599;
  border-bottom-color: #005599;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #546372;
  border-bottom-color: #546372;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse .navbar-inner {
  background-color: #1f2326;
  background-image: -moz-linear-gradient(top, #222222, #1a252b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#1a252b));
  background-image: -webkit-linear-gradient(top, #222222, #1a252b);
  background-image: -o-linear-gradient(top, #222222, #1a252b);
  background-image: linear-gradient(to bottom, #222222, #1a252b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff1a252b', GradientType=0);
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #aeb9c1;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}
.navbar-inverse .brand {
  color: #aeb9c1;
}
.navbar-inverse .navbar-text {
  color: #aeb9c1;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #1a252b;
}
.navbar-inverse .navbar-link {
  color: #aeb9c1;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #1a252b;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #1a252b;
  color: #ffffff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #aeb9c1;
  border-bottom-color: #aeb9c1;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #4a697a;
  border-color: #1a252b;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #1a252b;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #131618;
  background-image: -moz-linear-gradient(top, #151515, #10171b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#10171b));
  background-image: -webkit-linear-gradient(top, #151515, #10171b);
  background-image: -o-linear-gradient(top, #151515, #10171b);
  background-image: linear-gradient(to bottom, #151515, #10171b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff10171b', GradientType=0);
  border-color: #10171b #10171b #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #10171b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #10171b;
  *background-color: #070a0b;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 5%;
  left: 30%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fafafc;
  text-align: center;
  text-decoration: none;
  background-color: #1a252b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #1a252b;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #1a252b;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #1a252b;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #1a252b;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 400px;
  padding: 1px;
  text-align: left;
  background-color: #fafafc;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  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);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f0f0f6;
  border-bottom: 1px solid #e0e0ed;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fafafc;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fafafc;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fafafc;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fafafc;
  bottom: -10px;
}
/* ------------------------------------------------------ */
.ownPopover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 400px;
  padding: 1px;
  text-align: left;
  background-color: #fafafc;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  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);
  white-space: normal;
  margin-top: -10px;
  margin-left: 10px;
  margin-top: 4px;
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f0f0f6;
  border-bottom: 1px solid #e0e0ed;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.ownPopover .arrow,
.ownPopover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.ownPopover .arrow {
  border-width: 11px;
}
.ownPopover .arrow:after {
  border-width: 10px;
  content: "";
}
.ownPopover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.ownPopover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fafafc;
}
.ownPopover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.ownPopover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fafafc;
}
.ownPopover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.ownPopover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fafafc;
}
.ownPopover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.ownPopover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fafafc;
  bottom: -10px;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #aeb9c1;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #b91111;
}
.label-important[href],
.badge-important[href] {
  background-color: #8a0d0d;
}
.label-warning,
.badge-warning {
  background-color: #de7615;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #af5d11;
}
.label-success,
.badge-success {
  background-color: #619436;
}
.label-success[href],
.badge-success[href] {
  background-color: #496f28;
}
.label-info,
.badge-info {
  background-color: #19668d;
}
.label-info[href],
.badge-info[href] {
  background-color: #114661;
}
.label-inverse,
.badge-inverse {
  background-color: #1a252b;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #070a0b;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #10161a;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #1a252b;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
/* =========================================================
 * bootstrap-lightbox.less
 * ========================================================= */
.lightbox {
  background-color: transparent;
  text-align: center;
  line-height: 0;
  z-index: 1050;
  position: relative;
  top: 70px;
  outline: none;
}
.lightbox .hide {
  display: none;
}
.lightbox .in {
  display: block;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear 0s;
}
.fade.in {
  opacity: 1;
}
.lightbox-content {
  display: inline-block;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.lightbox-content .lightbox-caption {
  padding: 2%;
  position: absolute;
  left: 11px;
  right: 12px;
  bottom: 11px;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  text-align: center;
  text-shadow: 0 -1px 0 #000000;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 18px;
}
.lightbox-header .close {
  color: white;
  margin-right: -16px;
  margin-top: -16px;
  font-size: 2em;
  opacity: .8;
  filter: alpha(opacity=80);
}
.lightbox-header .close :hover {
  opacity: .4;
  filter: alpha(opacity=40);
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
/*// Tablets & small desktops only
@media (min-width: 768px) and (max-width: 979px) {
  // Hide everything else
  .hidden-desktop    { display: inherit !important; }
  .visible-desktop   { display: none !important ; }
  // Show
  .visible-tablet    { display: inherit !important; }
  // Hide
  .hidden-tablet     { display: none !important; }
}

// Phones only
@media (max-width: 767px) {
  // Hide everything else
  .hidden-desktop    { display: inherit !important; }
  .visible-desktop   { display: none !important; }
  // Show
  .visible-phone     { display: inherit !important; } // Use inherit to restore previous behavior
  // Hide
  .hidden-phone      { display: none !important; }
}*/
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -15px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 15px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1185px;
  }
  .span12 {
    width: 1185px;
  }
  .span11 {
    width: 1085px;
  }
  .span10 {
    width: 985px;
  }
  .span9 {
    width: 885px;
  }
  .span8 {
    width: 785px;
  }
  .span7 {
    width: 685px;
  }
  .span6 {
    width: 585px;
  }
  .span5 {
    width: 485px;
  }
  .span4 {
    width: 385px;
  }
  .span3 {
    width: 285px;
  }
  .span2 {
    width: 185px;
  }
  .span1 {
    width: 85px;
  }
  .offset12 {
    margin-left: 1215px;
  }
  .offset11 {
    margin-left: 1115px;
  }
  .offset10 {
    margin-left: 1015px;
  }
  .offset9 {
    margin-left: 915px;
  }
  .offset8 {
    margin-left: 815px;
  }
  .offset7 {
    margin-left: 715px;
  }
  .offset6 {
    margin-left: 615px;
  }
  .offset5 {
    margin-left: 515px;
  }
  .offset4 {
    margin-left: 415px;
  }
  .offset3 {
    margin-left: 315px;
  }
  .offset2 {
    margin-left: 215px;
  }
  .offset1 {
    margin-left: 115px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 1.26582278%;
    *margin-left: 1.21099822%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 1.26582278%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94517544%;
  }
  .row-fluid .span11 {
    width: 91.56118143%;
    *width: 91.50635687%;
  }
  .row-fluid .span10 {
    width: 83.12236287%;
    *width: 83.06753831%;
  }
  .row-fluid .span9 {
    width: 74.6835443%;
    *width: 74.62871974%;
  }
  .row-fluid .span8 {
    width: 66.24472574%;
    *width: 66.18990118%;
  }
  .row-fluid .span7 {
    width: 57.80590717%;
    *width: 57.75108261%;
  }
  .row-fluid .span6 {
    width: 49.36708861%;
    *width: 49.31226405%;
  }
  .row-fluid .span5 {
    width: 40.92827004%;
    *width: 40.87344548%;
  }
  .row-fluid .span4 {
    width: 32.48945148%;
    *width: 32.43462692%;
  }
  .row-fluid .span3 {
    width: 24.05063291%;
    *width: 23.99580835%;
  }
  .row-fluid .span2 {
    width: 15.61181435%;
    *width: 15.55698978%;
  }
  .row-fluid .span1 {
    width: 7.17299578%;
    *width: 7.11817122%;
  }
  .row-fluid .offset12 {
    margin-left: 102.53164557%;
    *margin-left: 102.42199645%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 101.26582278%;
    *margin-left: 101.15617366%;
  }
  .row-fluid .offset11 {
    margin-left: 94.092827%;
    *margin-left: 93.98317788%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 92.82700422%;
    *margin-left: 92.7173551%;
  }
  .row-fluid .offset10 {
    margin-left: 85.65400844%;
    *margin-left: 85.54435932%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 84.38818565%;
    *margin-left: 84.27853653%;
  }
  .row-fluid .offset9 {
    margin-left: 77.21518987%;
    *margin-left: 77.10554075%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 75.94936709%;
    *margin-left: 75.83971797%;
  }
  .row-fluid .offset8 {
    margin-left: 68.77637131%;
    *margin-left: 68.66672219%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 67.51054852%;
    *margin-left: 67.4008994%;
  }
  .row-fluid .offset7 {
    margin-left: 60.33755274%;
    *margin-left: 60.22790362%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.07172996%;
    *margin-left: 58.96208083%;
  }
  .row-fluid .offset6 {
    margin-left: 51.89873418%;
    *margin-left: 51.78908505%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 50.63291139%;
    *margin-left: 50.52326227%;
  }
  .row-fluid .offset5 {
    margin-left: 43.45991561%;
    *margin-left: 43.35026649%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.19409283%;
    *margin-left: 42.0844437%;
  }
  .row-fluid .offset4 {
    margin-left: 35.02109705%;
    *margin-left: 34.91144792%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 33.75527426%;
    *margin-left: 33.64562514%;
  }
  .row-fluid .offset3 {
    margin-left: 26.58227848%;
    *margin-left: 26.47262936%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.3164557%;
    *margin-left: 25.20680657%;
  }
  .row-fluid .offset2 {
    margin-left: 18.14345992%;
    *margin-left: 18.03381079%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 16.87763713%;
    *margin-left: 16.76798801%;
  }
  .row-fluid .offset1 {
    margin-left: 9.70464135%;
    *margin-left: 9.59499223%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.43881857%;
    *margin-left: 8.32916944%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 15px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1171px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1071px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 971px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 871px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 771px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 671px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 571px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 471px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 371px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 271px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 171px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 71px;
  }
  .thumbnails {
    margin-left: -15px;
  }
  .thumbnails > li {
    margin-left: 15px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('/img/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 1;
  color: #202d40;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\f053";
}
[dir="rtl"] .slick-prev:before {
  content: "\f054";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\f054";
}
[dir="rtl"] .slick-next:before {
  content: "\f053";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f111";
  width: 20px;
  height: 20px;
  font-family: "FontAwesome";
  font-size: 9px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
/* Icons */
@font-face {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.cb-slick-arrows {
  position: relative;
  margin-top: 100px;
  margin-bottom: 70px;
}
.cb-slick-arrows.cb-arrows-compare-motorhomes {
  margin-top: 50px;
}
.slick-prev,
.slick-next {
  height: 50px;
  width: 50px;
  border: 1px solid #aaaaaa;
  z-index: 10;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  background: #eee;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  background: transparent;
}
.slick-prev:before,
.slick-next:before {
  font-size: 30px;
}
.slick-prev {
  left: 25%;
}
.slick-prev:before {
  margin-left: -5px;
}
.slick-next {
  right: 25%;
}
.slick-next:before {
  margin-left: 5px;
}
/* Dots */
.slick-dots {
  position: relative;
  bottom: 0;
  width: 100%;
  z-index: 5;
}
.btn-info {
  background-color: #1A6991;
  background-image: linear-gradient(to bottom, #1d75a2, #155677);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-primary {
  background-color: #649140;
  background-image: none !important;
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-success {
  background-color: #202d40;
  background-image: none;
  border-color: #155677 #155677 #0a2736;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-arrow {
  border-right: 1px solid #fff;
  padding: 0 7px 0 0;
  margin: 0 7px 0 0;
}
.btn-cb {
  padding-top: 0;
  padding-bottom: 0;
}
.btn-cb .fa {
  border-right: 1px solid #ffffff;
  padding: 8px 8px 7px 0;
  margin-right: 7px;
  float: left;
}
.btn-cb .fa .fa-none {
  padding-right: 3px;
}
.btn-cb .btn-text {
  float: left;
  padding-top: 5.5px;
}
.btn-cb .icons-cb-calendar {
  font-size: inherit;
}
@media print {
  #confirmation-page {
    font-family: Arial, sans-serif;
  }
  @page {
    size: 210mm 297mm;
    margin: 25mm 15mm;
    
    /* portrait */
    /* you can also specify margins here: */
  }
  #confirmation-page #agent-main-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  #confirmation-page #agent-main-wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }
  #confirmation-page div[ID^="tslogo"] {
    display: none !important;
  }
  #confirmation-page div[class^="tscard"] {
    display: none !important;
  }
  #confirmation-page #pricebox {
    padding: 0;
  }
  #confirmation-page .header,
  #confirmation-page #checkout_navbar,
  #confirmation-page .footer,
  #confirmation-page .btn-print {
    display: none;
  }
  #confirmation-page .confirmation-heading-print {
    font-size: 23px !important;
    padding-left: 0 !important;
  }
  #confirmation-page .content {
    width: 670px;
  }
  #confirmation-page .container {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  #confirmation-page .container .span12 {
    margin-left: 15px;
    width: 100%;
  }
  #confirmation-page .container .span5 {
    margin-left: 2px;
  }
  #confirmation-page .container h3 {
    font-size: 14px;
    line-height: 20px;
    color: #1a252b;
    display: bloxk;
  }
  #confirmation-page .container form {
    margin: 0;
  }
  #confirmation-page .container .confirmation-pricing-box .checkoutPriceBoxContainer {
    padding: 0;
    margin-bottom: 0;
  }
  #confirmation-page .container .confirmation-pricing-box .checkoutPriceBoxContainer .pricingBox .box {
    padding: 0;
    width: 60%;
  }
  #confirmation-page .container .confirmation-pricing-box .navbar-inner {
    min-height: 40px;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    background-image: none;
    border: none;
    -webkit-border-radius: 0;
    box-shadow: none;
  }
  #confirmation-page .container .confirmation-pricing-box .c_info_head {
    display: none;
  }
  #confirmation-page .container #summaryBloc.checkout-contentbox {
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none;
    padding: 0;
  }
  #confirmation-page .container #summaryBloc hr {
    display: none;
  }
}
#mietbedingungen-container .nav-tabs > li > a,
#ratgeber-container .nav-tabs > li > a,
#bookingconditions-container .nav-tabs > li > a,
#supplierconditionsoverview-container .nav-tabs > li > a,
#supplieroverview-container .nav-tabs > li > a {
  padding-top: 0;
  padding-bottom: 0;
  color: #546372;
  background-color: #ffffff;
  border: 1px solid #eee;
  line-height: 14px;
}
#mietbedingungen-container .nav-tabs > li > a:hover,
#ratgeber-container .nav-tabs > li > a:hover,
#bookingconditions-container .nav-tabs > li > a:hover,
#supplierconditionsoverview-container .nav-tabs > li > a:hover,
#supplieroverview-container .nav-tabs > li > a:hover {
  background-color: #eeeeee;
}
#mietbedingungen-container .nav-tabs > li > a .tab-title,
#ratgeber-container .nav-tabs > li > a .tab-title,
#bookingconditions-container .nav-tabs > li > a .tab-title,
#supplierconditionsoverview-container .nav-tabs > li > a .tab-title,
#supplieroverview-container .nav-tabs > li > a .tab-title {
  margin-top: 7px;
  margin-bottom: 7px;
  font-weight: 700;
  color: #202d40;
}
#mietbedingungen-container .nav-tabs > .active > a,
#ratgeber-container .nav-tabs > .active > a,
#bookingconditions-container .nav-tabs > .active > a,
#supplierconditionsoverview-container .nav-tabs > .active > a,
#supplieroverview-container .nav-tabs > .active > a {
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
#mietbedingungen-container .nav-tabs > .active > a:hover,
#ratgeber-container .nav-tabs > .active > a:hover,
#bookingconditions-container .nav-tabs > .active > a:hover,
#supplierconditionsoverview-container .nav-tabs > .active > a:hover,
#supplieroverview-container .nav-tabs > .active > a:hover,
#mietbedingungen-container .nav-tabs > .active > a:focus,
#ratgeber-container .nav-tabs > .active > a:focus,
#bookingconditions-container .nav-tabs > .active > a:focus,
#supplierconditionsoverview-container .nav-tabs > .active > a:focus,
#supplieroverview-container .nav-tabs > .active > a:focus {
  background-color: transparent;
  border-bottom-color: #ffffff;
}
#mietbedingungen-container .accordion-toggle,
#ratgeber-container .accordion-toggle,
#bookingconditions-container .accordion-toggle,
#supplierconditionsoverview-container .accordion-toggle,
#supplieroverview-container .accordion-toggle {
  padding-top: 0;
  padding-bottom: 0;
}
#mietbedingungen-container .accordion-toggle .tab-title,
#ratgeber-container .accordion-toggle .tab-title,
#bookingconditions-container .accordion-toggle .tab-title,
#supplierconditionsoverview-container .accordion-toggle .tab-title,
#supplieroverview-container .accordion-toggle .tab-title {
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: 700;
  color: #202d40;
  width: 90%;
}
#mietbedingungen-container .accordion-toggle .fa,
#ratgeber-container .accordion-toggle .fa,
#bookingconditions-container .accordion-toggle .fa,
#supplierconditionsoverview-container .accordion-toggle .fa,
#supplieroverview-container .accordion-toggle .fa {
  float: right;
  margin-top: 5px;
}
#mietbedingungen-container .accordion-inner .tab-title,
#ratgeber-container .accordion-inner .tab-title,
#bookingconditions-container .accordion-inner .tab-title,
#supplierconditionsoverview-container .accordion-inner .tab-title,
#supplieroverview-container .accordion-inner .tab-title {
  display: inline-block;
  margin: 18px 0 19px;
  font-weight: 700;
  color: #202d40;
}
#ratgeber-container .nav-tabs,
#bookingconditions-container .nav-tabs {
  padding-left: 0;
}
#ratgeber-container .nav-tabs > li > a,
#bookingconditions-container .nav-tabs > li > a {
  padding-left: 6px;
  padding-right: 6px;
}
.change-platform {
  display: inline-block;
  cursor: pointer;
}
.change-platform .change-platform-button {
  border: 1px solid #ffffff;
  overflow: hidden;
  border-radius: 2px;
}
.change-platform .change-platform-button .flag {
  float: left;
  border-right: 1px solid #ffffff;
}
.change-platform .change-platform-button .text {
  float: left;
  padding: 1px 6px 0;
  line-height: 17px;
}
.popover {
  border: none;
  box-shadow: none;
}
.popover.bottom {
  margin-top: 16px;
}
.popover .popover-content ul {
  list-style-type: none;
  padding: 0;
}
.popover .popover-content ul li {
  float: none;
  clear: left;
  margin-bottom: 10px;
}
.popover .popover-content ul li.last-child {
  margin-bottom: 0;
}
.popover .popover-content ul li a.platform-items {
  display: block;
  color: black !important;
  padding: 8px 10px 5px;
  overflow: hidden;
}
.popover .popover-content ul li a.platform-items:hover {
  background: #eee;
  color: black !important;
}
.popover .popover-content ul li a.platform-items .flag {
  float: left;
  margin-right: 15px;
}
.popover .popover-content ul li a.platform-items .text {
  float: left;
  margin-top: -3px;
  line-height: 16px;
}
.admin-tool {
  margin: 25px;
}
.admin-tool input[type="text"] {
  display: inline-block;
  height: inherit;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
  color: #546372;
  margin-bottom: 0;
  width: 300px;
}
.admin-tool select {
  display: inline-block;
  height: inherit;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
  color: #546372;
  margin-bottom: 0;
  width: 300px;
}
.admin-tool textarea {
  width: 80%;
  height: 100%;
  float: left;
  margin-right: 5%;
  margin-bottom: 0;
}
.admin-tool table .btn {
  float: left;
}
.admin-tool table .btn:after {
  clear: left;
}
.admin-tool table .last-column {
  text-align: center !important;
}
#contact-form {
  /* fake field for bot/spam detection */
  /* fake field for bot/spam detection */
}
#contact-form select {
  margin-bottom: 10px;
  height: 30px;
  width: 100%;
}
#contact-form input {
  width: 100%;
  height: 30px;
  box-sizing: border-box;
}
#contact-form textarea {
  width: 100%;
  height: 150px;
  box-sizing: border-box;
}
#contact-form #street {
  display: none;
}
#contact-form #city {
  display: none;
}
.infopage-content #newsletterForm select {
  margin-bottom: 10px;
  height: 30px;
}
.infopage-content #newsletterForm input {
  height: 30px;
  box-sizing: border-box;
}
#spinner {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
}
#spinner:before {
  /* create a full-height inline block pseudo=element */
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  /* vertical alignment of the inline element */
  height: 100%;
}
#spinner .spinner-content {
  display: inline-block;
  vertical-align: middle;
  /* vertical alignment of the inline element */
}
#spinner .spinner-content .spinner-icon {
  width: 40px;
  height: auto;
}
#spinner .spinner-content .spinner-text {
  color: white;
  /* for IE9 / IE8 */
}
#spinner .spinner-content .spinner-text .camper-loader-modern {
  animation-name: loadspinner;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  -webkit-animation-name: loadspinner;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes loadspinner {
  from {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes loadspinner {
  from {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
#spinner .spinner-content .spinner-text .camper-loader-old {
  display: none;
  margin-bottom: 20px;
  margin: 0 auto;
}
/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
  overflow: hidden;
}
#motorhomeDetail {
  background: #eff0f1;
  color: #202d40;
}
#motorhomeDetail .container {
  background: transparent;
}
#motorhomeDetail .modal-body .specialGroupContainer {
  font-size: 14px;
}
#motorhomeDetail #specialAndAddOnBlock {
  box-sizing: border-box;
  background: #ffffff;
  overflow: hidden;
  padding: 40px 45px;
  margin-bottom: 4px;
  padding-left: 0;
}
#motorhomeDetail #specialAndAddOnBlock .detail-left,
#motorhomeDetail #specialAndAddOnBlock .detail-right {
  box-sizing: border-box;
  float: left;
}
#motorhomeDetail #specialAndAddOnBlock .detail-left {
  width: 62%;
  padding-right: 15%;
}
#motorhomeDetail #specialAndAddOnBlock .detail-right {
  width: 38%;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section {
  padding: 30px 0 30px 45px;
  font-size: 16px;
  border-bottom: 1px solid #666d79;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section.booking-code-section-1 {
  padding-top: 0;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section:last-of-type {
  border-bottom: 0;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section .subheadline {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 25px;
  margin-top: 22px;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section ul.inclusive li {
  position: relative;
  padding: 0 0 0 25px;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section ul.inclusive li::before {
  font-family: FontAwesome;
  content: "\f00c";
  margin-right: 5px;
  position: absolute;
  left: 0px;
  margin-top: -1px;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section ul.inclusive li .addon-description ul {
  list-style-type: disc;
  padding-left: 16px;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section ul.inclusive li .addon-description ul li {
  margin-bottom: 0;
  padding-left: 0;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section ul.inclusive li .addon-description ul li::before {
  font-family: Roboto, sans-serif;
  content: "";
  margin-right: 0;
  position: relative;
  left: 0;
  margin-top: 0;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section ul .specialContentInner ul.special-dates {
  list-style-type: none;
  margin: 0;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section ul .specialContentInner ul {
  list-style-type: disc;
  margin-left: 15px;
  margin-top: 13px;
  margin-bottom: 13px;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section ul .specialContentInner ul li {
  margin-bottom: 0;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section ul .specialGroupConditions ul {
  list-style-type: disc;
  margin-left: 15px;
  margin-top: 13px;
  margin-bottom: 13px;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section ul .specialGroupConditions ul li {
  margin-bottom: 0;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section ul li {
  margin-bottom: 15px;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section ul li .fa-info-circle {
  color: #666d79;
  font-size: 15px;
  vertical-align: middle;
  cursor: pointer;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section ul li .addon-description {
  box-sizing: border-box;
  background: #666d79;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  padding: 7px 20px;
  position: absolute;
  max-width: 400px;
  display: none;
  margin-left: 15px;
  margin-top: 5px;
  z-index: 1000;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section ul li .addon-description:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 7px 7px 7px 0;
  border-color: transparent #666d79 transparent transparent;
  top: 0;
  left: 0;
  margin-left: -7px;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section ul li .addon-description .close-addon-description {
  color: white;
  opacity: 1;
  font-size: 14px;
  font-weight: 300;
  float: right;
  display: block;
  margin-right: -9px;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section ul li .addon-description ul {
  list-style-type: disc;
  padding-left: 16px;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section ul li .addon-description ul li {
  margin-bottom: 0;
  padding-left: 0;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section ul li .addon-description a {
  color: white;
  text-decoration: underline;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section ul li .addon-description a:hover,
#motorhomeDetail #specialAndAddOnBlock .booking-code-section ul li .addon-description a:active,
#motorhomeDetail #specialAndAddOnBlock .booking-code-section ul li .addon-description a:focus {
  color: white;
  text-decoration: underline;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section ul li .addon-non-combinable-message {
  display: none;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section ul.specials-section .special-flag {
  background: #de3c4b;
  position: absolute;
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  -ms-transform-origin: left bottom;
  /* IE 9 */
  -webkit-transform-origin: left bottom;
  /* Chrome, Safari, Opera */
  transform-origin: left bottom;
  /* Chrome, Safari, Opera */
  margin-left: -25px;
  margin-top: 40px;
  text-transform: uppercase;
  font-weight: 300;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 0 3px;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section ul.specials-section .specialgroup-title {
  font-size: 18px;
  margin-bottom: 12px;
  overflow: hidden;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section ul.specials-section .specialgroup-title .specialgroup-lightbox-trigger {
  margin-left: 5px;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section ul.specials-section .specialgroup-title .specialgroup-description,
#motorhomeDetail #specialAndAddOnBlock .booking-code-section ul.specials-section .specialgroup-title .specialgroup-choose-more {
  font-size: 14px;
  font-weight: 400;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section ul.specials-section .special-dates li {
  margin-bottom: 0;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section ul.bonus-section .bonus-flag {
  background: #649140;
  position: absolute;
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  -ms-transform-origin: left bottom;
  /* IE 9 */
  -webkit-transform-origin: left bottom;
  /* Chrome, Safari, Opera */
  transform-origin: left bottom;
  /* Chrome, Safari, Opera */
  margin-left: -25px;
  margin-top: 97px;
  text-transform: uppercase;
  font-weight: 300;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 3px;
  padding: 0 3px;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section ul.bonus-section .bonus-short-details ul {
  list-style-type: disc;
  margin-left: 15px;
  margin-top: 13px;
  margin-bottom: 13px;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section ul.bonus-section .bonus-short-details ul li {
  margin-bottom: 0;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section ul.bonus-section .bonus-lightbox-trigger {
  margin-left: 5px;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section ul.bonus-section .bonusContentInner {
  font-size: 14px;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section ul.bonus-section .bonusContentInner ul {
  list-style-type: disc;
  margin-left: 15px;
  margin-top: 13px;
  margin-bottom: 13px;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section ul.bonus-section .bonusContentInner ul li {
  margin-bottom: 0;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section .input-and-label {
  display: inline-block;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section label {
  cursor: default;
  display: inline-block;
  margin-bottom: 0;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section label.disabled {
  opacity: 0.4;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section label.disabled .checkbox-style {
  cursor: default;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section input[type="checkbox"] {
  display: none;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section input[type="checkbox"].checkbox {
  padding-left: 0;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section input[type="checkbox"]:checked + label .checkbox-style {
  background: url("/img/scb.png") -332px -150px no-repeat;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section input + label .checkbox-style {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -1px 5px 0 0;
  vertical-align: middle;
  background: url("/img/scb.png") -312px -150px no-repeat;
  cursor: pointer;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section select.opt-addon-select,
#motorhomeDetail #specialAndAddOnBlock .booking-code-section select.special-select {
  height: 19px;
  font-size: 12px;
  margin-right: 8px;
  border-color: #666d79;
  margin-left: -34px;
  width: 50px;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section select.special-select {
  margin-left: 0;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section select.disabled {
  opacity: 0.4;
  cursor: default;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section .addon-short-details,
#motorhomeDetail #specialAndAddOnBlock .booking-code-section .special-short-details,
#motorhomeDetail #specialAndAddOnBlock .booking-code-section .bonus-short-details {
  margin-left: 27px;
  font-size: 14px;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section .addon-short-details.disabled,
#motorhomeDetail #specialAndAddOnBlock .booking-code-section .special-short-details.disabled,
#motorhomeDetail #specialAndAddOnBlock .booking-code-section .bonus-short-details.disabled {
  opacity: 0.4;
}
#motorhomeDetail #specialAndAddOnBlock .booking-code-section .addon-short-details.selectbox,
#motorhomeDetail #specialAndAddOnBlock .booking-code-section .special-short-details.selectbox,
#motorhomeDetail #specialAndAddOnBlock .booking-code-section .bonus-short-details.selectbox {
  margin-left: 62px;
}
#motorhomeDetail #specialAndAddOnBlock #pricebox {
  padding: 0;
}
.addon-non-combinable-message .intro1,
.addon-non-combinable-message .intro2 {
  margin-bottom: 10px;
  margin-top: 10px;
}
.addon-non-combinable-message .item {
  font-style: italic;
  margin-left: 15px;
}
.addon-non-combinable-message .item:before {
  content: "\2022";
  margin-right: 10px;
  margin-left: -15px;
}
/* booking codes
________________________________________________________________________________*/
#booking-codes {
  margin-top: 40px;
}
#booking-codes .booking-code-tile {
  color: #202d40;
  font-weight: 300;
  background: white;
}
#booking-codes .booking-code-tile .booking-code-highlight-container {
  height: 24px;
  margin-top: -25px;
  color: #ffffff;
  background: #eff0f1;
}
#booking-codes .booking-code-tile .booking-code-highlight-container .booking-code-highlight-content {
  display: none;
  background: #649140;
  padding: 2px 10px;
}
#booking-codes .booking-code-tile .booking-code-header {
  border-bottom: 1px solid #9da1a3;
  padding: 10px 10px 13px;
}
#booking-codes .booking-code-tile .booking-code-header .booking-code-radio {
  display: none;
}
#booking-codes .booking-code-tile .booking-code-header .booking-code-label {
  display: inline-block;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 0;
}
#booking-codes .booking-code-tile .booking-code-header .bookingcode-subtitle {
  font-size: 18px;
  display: block;
  margin-top: 5px;
}
#booking-codes .booking-code-tile .booking-code-body ul.keyfacts {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#booking-codes .booking-code-tile .booking-code-body ul.keyfacts li {
  border-bottom: 1px solid #9da1a3;
  padding: 5px 10px;
}
#booking-codes .booking-code-tile .booking-code-footer {
  overflow: hidden;
  padding: 20px 10px;
}
#booking-codes .booking-code-tile .booking-code-footer .booking-code-price {
  clear: left;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
}
#booking-codes .booking-code-tile .booking-code-footer .booking-code-price small {
  font-size: 14px;
  font-weight: 300;
}
#booking-codes .booking-code-tile .booking-code-footer .booking-code-more {
  clear: right;
  text-align: left;
  cursor: pointer;
  margin-bottom: 10px;
}
#booking-codes .booking-code-tile .booking-code-footer .booking-code-more .fa-info-circle {
  font-size: 12px;
  vertical-align: middle;
}
#booking-codes .booking-code-tile .booking-code-footer .booking-code-more .more {
  display: inline-block;
}
#booking-codes .booking-code-tile .booking-code-footer .booking-code-more .less {
  display: none;
}
#booking-codes .booking-code-tile .booking-code-bottom .choose-booking-code {
  float: none;
  clear: both;
  background: #202d40;
  color: #ffffff;
  padding: 5px 10px;
  text-align: center;
}
#booking-codes .booking-code-tile .booking-code-bottom .choose-booking-code .booking-code-label {
  margin-bottom: 0;
}
#booking-codes .booking-code-tile .booking-code-bottom .booking-code-arrow .arrow {
  position: relative;
  background: #202d40;
  border-top: 30px solid #202d40;
}
#booking-codes .booking-code-tile .booking-code-bottom .booking-code-arrow .arrow.border-top-none {
  border-top: none;
}
#booking-codes .booking-code-tile .booking-code-bottom .booking-code-arrow .arrow:after {
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #202d40;
  border-width: 20px 50px 0 50px;
  margin-left: -50px;
}
#booking-codes .booking-code-tile.current-booking-code {
  background: #202d40;
  color: #ffffff;
}
#booking-codes .booking-code-tile.current-booking-code .booking-code-header {
  border-bottom: 1px solid #ffffff;
}
#booking-codes .booking-code-tile.current-booking-code .booking-code-body ul.keyfacts li {
  border-bottom: 1px solid #ffffff;
}
#booking-codes .booking-code-tile.highlight .booking-code-highlight-container .booking-code-highlight-content {
  display: block;
}
#booking-codes ul.booking-code-listview {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#booking-codes ul.booking-code-listview li.booking-code-list {
  color: #202d40;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  padding: 0 15px;
  margin-bottom: 25px;
  position: relative;
}
#booking-codes ul.booking-code-listview li.booking-code-list:hover .booking-code-popup {
  display: block;
}
#booking-codes ul.booking-code-listview li.booking-code-list.last-full-position {
  position: relative;
}
#booking-codes ul.booking-code-listview li.booking-code-list.last-full-position:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 7px 15px 7px 0;
  border-color: transparent #202d40 transparent transparent;
  top: 50%;
  left: 0;
  margin-top: -7px;
}
#booking-codes ul.booking-code-listview li.booking-code-list.last-full-position .booking-code-header .booking-code-label {
  font-weight: 700;
}
#booking-codes ul.booking-code-listview li.booking-code-list.last-full-position:hover .booking-code-popup {
  display: none;
}
#booking-codes ul.booking-code-listview li.booking-code-list .booking-code-header {
  border-bottom: 0;
  padding-left: 10px;
}
#booking-codes ul.booking-code-listview li.booking-code-list .booking-code-header .booking-code-label {
  font-size: 18px;
  display: inline-block;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 0;
}
#booking-codes ul.booking-code-listview li.booking-code-list .booking-code-header .booking-code-radio {
  display: none;
}
#booking-codes ul.booking-code-listview li.booking-code-list .booking-code-header .bookingcode-subtitle {
  font-weight: 400;
  font-size: 16px;
}
#booking-codes ul.booking-code-listview li.booking-code-list .booking-code-popup {
  display: none;
  position: absolute;
  margin-left: -300px;
  top: 0;
  width: 285px;
  background: #666d79;
  color: #ffffff;
  -webkit-box-shadow: 4px 4px 5px -2px #808080;
  -moz-box-shadow: 4px 4px 5px -2px #808080;
  box-shadow: 4px 4px 5px -2px #808080;
}
#booking-codes ul.booking-code-listview li.booking-code-list .booking-code-popup .booking-code-body {
  position: relative;
}
#booking-codes ul.booking-code-listview li.booking-code-list .booking-code-popup .booking-code-body:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #666d79;
  top: 0;
  right: -15px;
}
#booking-codes ul.booking-code-listview li.booking-code-list .booking-code-popup .booking-code-body ul.keyfacts {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#booking-codes ul.booking-code-listview li.booking-code-list .booking-code-popup .booking-code-body ul.keyfacts li {
  border-bottom: 1px solid #ffffff;
  padding: 5px 10px;
}
#booking-codes ul.booking-code-listview li.booking-code-list .booking-code-popup .booking-code-footer {
  overflow: hidden;
  padding: 11px 10px 2px 10px;
  border-bottom: 1px solid #ffffff;
}
#booking-codes ul.booking-code-listview li.booking-code-list .booking-code-popup .booking-code-footer .booking-code-price {
  float: left;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
}
#booking-codes ul.booking-code-listview li.booking-code-list .booking-code-popup .booking-code-footer .booking-code-price small {
  font-size: 14px;
  font-weight: 300;
}
#booking-codes ul.booking-code-listview li.booking-code-list .booking-code-popup .booking-code-footer .booking-code-more {
  float: right;
  text-align: right;
  cursor: pointer;
}
#booking-codes ul.booking-code-listview li.booking-code-list .booking-code-popup .booking-code-footer .booking-code-more .more {
  display: inline-block;
}
#booking-codes ul.booking-code-listview li.booking-code-list .booking-code-popup .booking-code-footer .booking-code-more .less {
  display: none;
}
#booking-codes ul.booking-code-listview li.booking-code-list .booking-code-popup .booking-code-bottom .choose-booking-code {
  float: none;
  clear: both;
  background: #666d79;
  color: #ffffff;
  padding: 5px 10px;
  text-align: center;
}
#booking-codes ul.booking-code-listview li.booking-code-list .booking-code-popup .booking-code-bottom .choose-booking-code .booking-code-label {
  margin-bottom: 0;
}
#booking-codes .booking-code-information {
  position: absolute;
  z-index: 1000;
  width: 400px;
  height: auto;
  padding: 15px;
  cursor: move;
  background: #ffffff;
  color: #202d40;
  -webkit-box-shadow: 0px 1px 5px gray;
  -moz-box-shadow: 0px 1px 5px gray;
  box-shadow: 0px 1px 5px gray;
}
#booking-codes .booking-code-information h2 {
  font-size: 20px;
  margin-bottom: 5px;
}
#booking-codes .booking-code-information .bookingcode-subtitle {
  font-size: 17px;
}
#booking-codes .hidden {
  display: none;
}
#booking-codes .shown {
  display: block;
}
#bookBtn {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  background: #619436;
  font-size: 23px;
  border-color: #387540;
  background-image: none;
  box-shadow: none;
  padding: 10px 15px;
  margin-top: 35px;
}
#bookBtn:hover {
  background: #387540;
}
/* booking code specials, addons ...
________________________________________________________________________________*/
#addToBook .content-bloc {
  border: solid 1px #999;
  padding: 10px;
  width: 578px;
  margin-bottom: 20px;
  border-radius: 5px;
  line-height: 24px;
  background-color: #ffffff;
  box-sizing: border-box;
  margin-left: 30px;
}
/*
 * Responsive: css for detail page
 *--------------------------------------------------*/
@media (min-width: 1200px) {
  /* booking code specials, addons ...
	________________________________________________________________________________*/
  #motorhomeDetail #specialAndAddOnBlock .detail-left {
    width: 70%;
  }
  #motorhomeDetail #specialAndAddOnBlock .detail-right {
    width: 30%;
  }
  #addToBook .content-bloc {
    width: 765px;
  }
  #booking-codes .booking-code-tile .booking-code-footer .booking-code-price {
    float: left;
    text-align: left;
  }
  #booking-codes .booking-code-tile .booking-code-footer .booking-code-more {
    float: right;
    text-align: right;
  }
}
/*
weiter bei checkout schritt 2 < 1200
*/
#pricebox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  color: #202d40;
  background: #ffffff;
  font-weight: 300;
  font-size: 13px;
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
#pricebox.pricebox-en .price-approx {
  font-weight: 400;
  font-size: 10px;
}
#pricebox.sticky {
  position: fixed;
  top: 77px;
  width: 329.45px;
}
#pricebox.bottom {
  position: absolute;
  width: 329.45px;
}
#pricebox ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#pricebox ul.price-pay-here li:first-child {
  border-top: 1px solid #495463;
}
#pricebox ul li:last-child {
  border-bottom: none;
}
#pricebox .price-row {
  clear: both;
  overflow: hidden;
  padding: 5px 10px;
  border-bottom: 1px solid #495463;
}
#pricebox .price-row .selected-name {
  width: 55%;
  float: left;
  text-align: left;
}
#pricebox .price-row .selected-price {
  width: 45%;
  float: left;
  text-align: right;
  white-space: nowrap;
}
#pricebox .price-row.price-base-price,
#pricebox .price-row.price-total-price,
#pricebox .price-row.price-extra-price,
#pricebox .price-row.price-here-and-local-price {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  padding: 10px;
}
#pricebox .price-row.price-base-price small,
#pricebox .price-row.price-total-price small,
#pricebox .price-row.price-extra-price small,
#pricebox .price-row.price-here-and-local-price small {
  font-size: 11px;
  font-weight: 300;
  display: block;
}
#pricebox .price-row.price-base-price {
  border-bottom: none;
}
#pricebox .price-row.price-total-price,
#pricebox .price-row.price-extra-price {
  background: #eff0f1;
  border-top: 2.5px solid #202d40;
  border-bottom: 2.5px solid #202d40;
}
#pricebox .price-row.price-here-and-local-price {
  background: #eff0f1;
  border-bottom: 2.5px solid #202d40;
}
#pricebox .price-row.price-overall-price {
  font-size: 17px;
  line-height: 23px;
  color: #ffffff;
  background: #202d40;
  padding: 10px;
}
#pricebox .price-row.price-overall-price small {
  font-size: 11px;
  display: inline-block;
  line-height: 15px;
}
#pricebox .price-row.price-overall-price .selected-name {
  width: 50%;
}
#pricebox .price-row.price-overall-price .selected-price {
  width: 50%;
}
#pricebox .price-row .highlight {
  font-weight: 400;
  color: #619436;
}
#pricebox .price-row.vehicleDetails {
  padding-right: 0;
  border-bottom: none;
  padding-bottom: 15px;
}
#pricebox .price-row.vehicleDetails .selected-vehicle-details {
  width: 70%;
  float: left;
  text-align: left;
}
#pricebox .price-row.vehicleDetails .selected-vehicle-details .vehicleName {
  font-size: 23px;
  line-height: 23px;
  margin-bottom: 10px;
}
#pricebox .price-row.vehicleDetails .selected-vehicle-details .vehicleName a {
  color: #202d40;
}
#pricebox .price-row.vehicleDetails .selected-vehicle-details .vehicleName a:hover,
#pricebox .price-row.vehicleDetails .selected-vehicle-details .vehicleName a:focus,
#pricebox .price-row.vehicleDetails .selected-vehicle-details .vehicleName a:active {
  color: #202d40;
}
#pricebox .price-row.vehicleDetails .selected-vehicle-details .supplierName {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}
#pricebox .price-row.vehicleDetails .selected-vehicle-image {
  width: 30%;
  float: left;
  text-align: right;
}
#pricebox .price-row.vehicleDetails .selected-vehicle-image .vehicle-image {
  width: 100%;
  height: 50px;
  display: block;
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
}
#pricebox .price-row.travelDetails {
  font-weight: 400;
  border-top: 2.5px solid #202d40;
  border-bottom: 2.5px solid #202d40;
  background: #eff0f1;
}
#pricebox .price-row.travelDetails .travel-dates {
  width: 80%;
  float: left;
  text-align: left;
}
#pricebox .price-row.travelDetails .travel-dates .dates {
  width: 100%;
}
#pricebox .price-row.travelDetails .travel-dates .destinations {
  width: 100%;
}
#pricebox .price-row.travelDetails .travel-dates .destinations .dest-1 {
  float: left;
  margin-right: 5px;
}
#pricebox .price-row.travelDetails .travel-dates .destinations .dest-2 {
  float: left;
}
#pricebox .price-row.travelDetails .travel-dates .icons-cb-edit {
  margin-left: 10px;
}
#pricebox .price-row.travelDetails .travel-dates .icons-cb-edit:before {
  margin-top: -11px;
  position: absolute;
}
#pricebox .price-row.travelDetails .flag {
  width: 12%;
  float: right;
  text-align: right;
  background-position: top right;
  height: 30px;
  margin-top: 3px;
}
#pricebox .pull-it-together {
  overflow: hidden;
}
.ownPopover {
  border-radius: 0;
  padding-top: 0;
}
.ownPopover .popover-content {
  padding: 0;
  float: none !important;
}
.ownPopover #pricebox {
  padding: 5px;
}
.ownPopover #pricebox .price-row {
  padding: 5px 8px;
}
.ownPopover #pricebox .price-row.price-base-price,
.ownPopover #pricebox .price-row.price-total-price,
.ownPopover #pricebox .price-row.price-extra-price {
  font-size: 15px;
  line-height: 15px;
  padding: 5px 8px;
}
.ownPopover #pricebox .price-row.price-base-price small,
.ownPopover #pricebox .price-row.price-total-price small,
.ownPopover #pricebox .price-row.price-extra-price small {
  font-size: 12px;
}
.ownPopover #pricebox .price-row.price-overall-price {
  font-size: 15px;
  line-height: 15px;
  padding: 8px 8px;
}
.checkoutPriceBoxContainer #pricebox {
  padding: 0;
}
/*
 * Responsive: css for price box
 *--------------------------------------------------*/
@media (min-width: 1200px) {
  #pricebox {
    font-size: 14px;
  }
  #pricebox.sticky {
    width: 342px;
  }
  #pricebox.bottom {
    width: 342px;
  }
  #pricebox .price-row .selected-name {
    width: 60%;
  }
  #pricebox .price-row .selected-price {
    width: 40%;
  }
  #pricebox .price-row.price-base-price,
  #pricebox .price-row.price-total-price,
  #pricebox .price-row.price-extra-price,
  #pricebox .price-row.price-here-and-local-price {
    font-size: 16px;
    line-height: 16px;
  }
  #pricebox .price-row.price-base-price small,
  #pricebox .price-row.price-total-price small,
  #pricebox .price-row.price-extra-price small,
  #pricebox .price-row.price-here-and-local-price small {
    font-size: 13px;
    display: inline-block;
  }
  #pricebox .price-row.price-overall-price {
    font-size: 20px;
    line-height: 20px;
  }
  #pricebox .price-row.price-overall-price small {
    font-size: 12px;
    display: inline-block;
    line-height: 16px;
  }
}
/* styles for search results page = listview */
#listview #searchBoxForm {
  color: #202d40;
  overflow: hidden;
  width: 200px;
  margin-bottom: 25px;
}
#listview #searchBoxForm .trip-dates-header {
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  padding-left: 10px;
  box-sizing: border-box;
}
#listview #searchBoxForm .trip-dates-header .title {
  float: left;
  font-size: 18px;
  color: #202d40;
  width: 80%;
  margin-bottom: 23px;
  margin-top: 24px;
}
#listview #searchBoxForm .trip-dates-header .flag {
  float: right;
  height: 28px;
  width: 20%;
  margin-top: 24px;
}
#listview #searchBoxForm .tripDates {
  background: #eff0f1;
  border-top: 1px solid #202d40;
  border-bottom: none;
  padding: 0;
  overflow: hidden;
}
#listview #searchBoxForm .tripDates .textFields {
  border-bottom: solid 1px #202d40;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
#listview #searchBoxForm .tripDates .textFields .searchbox-row {
  float: none;
  clear: both;
  overflow: hidden;
}
#listview #searchBoxForm .tripDates .textFields .searchbox-row .icons-cb-edit {
  color: #202d40;
}
#listview #searchBoxForm .tripDates .textFields .searchbox-row .first-column {
  float: left;
  width: 25%;
  font-weight: 700;
}
#listview #searchBoxForm .tripDates .textFields .searchbox-row .second-column {
  float: left;
  width: 65%;
}
#listview #searchBoxForm .tripDates .textFields .searchbox-row .third-column {
  float: left;
  width: 10%;
}
#listview #searchBoxForm .tripDates .textFields.textCountry .first-column {
  display: none;
}
#listview #searchBoxForm .tripDates .textFields.textCountry .second-column {
  width: 90%;
  font-weight: bold;
}
#listview .listViewHeadline {
  margin-bottom: 10px;
}
#listview .listview-city-content {
  width: 437px;
}
#listview .btn-compare-motorhomes {
  display: inline-block;
  margin-top: 20px;
}
#listview .btn-compare-motorhomes a {
  border-top: 1px solid #ddd;
  padding-top: 5px;
  padding-right: 15px;
}
#listview .btn-compare-motorhomes a:hover,
#listview .btn-compare-motorhomes a:focus,
#listview .btn-compare-motorhomes a:active {
  background: transparent;
}
#listview .btn-compare-motorhomes .icons-cb-arrow-right {
  vertical-align: middle;
  margin-right: 7px;
}
/*
 * Responsive: css for search results page = listview
 *--------------------------------------------------*/
@media (min-width: 1200px) {
  #listview #searchBoxForm {
    width: 235px;
  }
  #listview #searchBoxForm .trip-dates-header h4 {
    width: 85%;
  }
  #listview #searchBoxForm .trip-dates-header .flag {
    width: 15%;
  }
  #listview #searchBoxForm .tripDates .textFields.textCountry .first-column {
    display: block;
  }
  #listview #searchBoxForm .tripDates .textFields.textCountry .second-column {
    width: 65%;
    font-weight: normal;
  }
  #listview .listview-city-content {
    width: 607px;
  }
}
.motorhome-lightbox {
  display: none;
}
#lightbox-content-modal {
  padding: 7px 14px 15px;
  width: 800px;
  box-sizing: border-box;
}
#lightbox-content-modal.modal {
  top: 10%;
  bottom: 10%;
  left: 50%;
  right: 50%;
  margin-left: -400px;
}
#lightbox-content-modal .modal-header {
  border-bottom: none;
  overflow: hidden;
}
#lightbox-content-modal .modal-header .titles {
  width: 56%;
  float: left;
}
#lightbox-content-modal .modal-header .titles h4.modal-title {
  font-size: 24px;
  margin-bottom: 5px;
  margin-top: 19px;
}
#lightbox-content-modal .modal-header .titles h5.modal-subtitle {
  font-weight: normal;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 5px;
}
#lightbox-content-modal .modal-header .modal-flag {
  width: 35px;
  height: 50px;
  float: left;
  margin-top: 19px;
}
#lightbox-content-modal .modal-header .modal-flag .flag {
  height: 26px;
}
#lightbox-content-modal .modal-body {
  float: none;
  clear: left;
  padding-bottom: 40px;
  max-height: none;
  height: auto;
  min-height: 1px;
  -webkit-overflow-scrolling: touch;
}
#lightbox-content-modal .modal-body .imageGallery {
  position: relative;
  top: 0px;
  left: 0px;
  width: 695px;
  height: 340px;
}
#lightbox-content-modal .modal-body .imageGallery .thumb-arrow-up {
  position: absolute;
  margin-top: -20px;
  right: 171px;
  cursor: pointer;
}
#lightbox-content-modal .modal-body .imageGallery .thumb-arrow-down {
  position: absolute;
  bottom: 20px;
  right: 171px;
  cursor: pointer;
}
#lightbox-content-modal .modal-body .imageGallery .slider-container {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 450px;
  height: 340px;
  overflow: hidden;
}
#lightbox-content-modal .modal-body .imageGallery .slider-container .slider-item img {
  width: auto !important;
  height: auto !important;
  max-width: 450px;
  max-height: 300px;
}
#lightbox-content-modal .modal-body .imageGallery .slider-container .slider-item .jssor-caption {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 300px;
}
#lightbox-content-modal .modal-body .imageGallery .jssort06 {
  position: absolute;
  width: 100px;
  height: 300px;
  left: 468px;
  top: 0;
  right: inherit;
  overflow: hidden;
}
#lightbox-content-modal .modal-body .imageGallery .jssort06 .p {
  position: absolute;
  top: 0;
  left: 0;
  width: 99px;
  height: 66px;
}
#lightbox-content-modal .modal-body .imageGallery .jssort06 .o {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 99px;
  height: 66px;
  overflow: hidden;
  cursor: pointer;
}
#lightbox-content-modal .modal-body .imageGallery .jssort06 .b {
  position: absolute;
  top: 0;
  left: 0;
  width: 99px;
  height: 66px;
  border: none;
}
#lightbox-content-modal .modal-body .imageGallery .jssort06 .f {
  position: absolute;
  top: 0;
  left: 0;
  width: 99px;
  height: 66px;
  border: none;
}
#lightbox-content-modal .modal-body .imageGallery .jssort06 .pav .o {
  opacity: 0.5;
  cursor: default;
}
#lightbox-content-modal .modal-body .imageGallery .jssort06 .i {
  position: absolute;
  top: 0;
  left: 0;
  width: 99px;
  height: 66px;
}
#lightbox-content-modal .modal-body .imageGallery .jssort06 .p:hover .i {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
#lightbox-content-modal .modal-body .imageGallery .jssort06 .p.pdn .i {
  background: none;
}
#lightbox-content-modal .modal-body .technical-data-lightbox h5 {
  border-bottom: 2px solid black;
  padding-bottom: 3px;
  margin-bottom: 5px;
  font-size: 16px;
  margin-top: 18px;
}
#lightbox-content-modal .modal-body .technical-data-lightbox .whitespaces {
  white-space: nowrap;
}
#lightbox-content-modal .modal-body .technical-data-lightbox div.span2 {
  margin-right: 2%;
  width: 18%;
}
#lightbox-content-modal .modal-body .technical-data-lightbox div.span3 {
  width: 35%;
}
#lightbox-content-modal .modal-body .technical-data-lightbox div.span2 + div.span3 {
  margin-right: 2%;
}
#lightbox-content-modal .modal-body .technical-data-lightbox div.data-item {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid black;
}
/*
 * Styles for secondary navbar on supplier landing page
 */
#sticky_navigation_wrapper .container {
  background: #202d40;
}
#sticky_navigation_wrapper.sticky_navigation_wrapper {
  overflow: hidden;
  background-color: #202d40;
}
#sticky_navigation_wrapper.sticky_navigation_wrapper.full {
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 5px #000;
}
#sticky_navigation_wrapper .navbar {
  margin-bottom: 0;
}
#sticky_navigation_wrapper .navbar .navbar-inner {
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0px;
  padding: 0;
}
#sticky_navigation_wrapper .navbar .navbar-inner .nav {
  padding: inherit;
  padding: 0px;
  width: 100%;
}
#sticky_navigation_wrapper .navbar .navbar-inner .nav > li:first-child a {
  padding-left: 0;
}
#sticky_navigation_wrapper .navbar .navbar-inner .nav > li.active {
  border-bottom: 3px solid #ffffff;
}
#sticky_navigation_wrapper .navbar .navbar-inner .nav > li.active > a {
  background-color: inherit;
  box-shadow: none;
}
#sticky_navigation_wrapper .navbar .navbar-inner .nav > li > a {
  padding: 12px 15px 10px;
  color: #fff;
  font-weight: 300;
}
.supplierPageOverview .sticky-navigation-anchors {
  padding-top: 50px;
  margin-top: -50px;
}
.supplierPageOverview .sticky-navigation-anchors.overview {
  padding-top: 80px;
  margin-top: -80px;
}
/*
 * Styles for breadcrumb
 */
#listview #breadcrumb {
  padding-left: 40px;
}
#breadcrumb {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 44px;
  font-weight: 400;
}
#breadcrumb a {
  float: left;
}
#breadcrumb .breadcrumb-divider {
  margin: 0 7px 0 9px;
  line-height: 14px;
  display: inline-block;
  float: left;
  padding-top: 2px;
}
#breadcrumb .breadcrumb-divider .fa-angle-right {
  font-size: 10px;
}
/*
 * Styles for availability status
 */
.avalability-status {
  float: none;
  clear: both;
  width: 100%;
  text-align: right;
  padding-top: 15px;
  font-size: 12px;
  line-height: 14px;
}
.avalability-status.available .circle {
  float: right;
  font-size: 14px;
  margin-right: 5px;
}
.avalability-status.available .circle .fa-circle {
  color: #89ab70;
}
.avalability-status.available .text {
  float: right;
}
.avalability-status.not-available {
  cursor: pointer;
}
.avalability-status.not-available .circle {
  float: right;
  font-size: 14px;
  padding-right: 5px;
}
.avalability-status.not-available .circle .fa-circle {
  color: #fec863;
}
.avalability-status.not-available .text {
  float: right;
}
.avalability-status.not-available .text .fa-info-circle {
  color: #666d79;
  font-size: 14px;
}
.avalability-status.not-available .availability-tooltip {
  display: none;
  position: absolute;
  z-index: 1000;
  margin-top: 25px;
  margin-left: -214px;
  width: 350px;
  background-color: #eff0f1;
  padding: 10px;
  text-align: left;
  line-height: 140%;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.avalability-status.not-available .availability-tooltip:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 95%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #eff0f1;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.avalability-status.not-available .availability-tooltip.short {
  background-color: #eff0f1;
  margin-left: -264px;
}
.avalability-status.not-available .availability-tooltip.short:after {
  border-bottom: 8px solid #eff0f1;
}
.avalability-status.not-available:hover .availability-tooltip,
.avalability-status.not-available:focus .availability-tooltip,
.avalability-status.not-availableactive .availability-tooltip {
  display: block;
}
.availability-wrapper {
  float: left;
  margin-top: 20px;
}
.availability-wrapper.availability-checkout {
  margin-top: 5px;
  margin-bottom: 20px;
  padding-left: 12px;
}
/*
 * Styles for supplier page
 */
#supplier-motorhome-gallery .motorhome-gallery-heading {
  font-weight: 700;
  margin: 19px 0 18px;
}
#supplier-motorhome-gallery .motorhomedetails-link {
  display: none;
}
#supplier-motorhome-gallery .supplier-image-gallery .company_vehicle_img {
  box-sizing: border-box;
  padding: 0 15px;
  width: 25%;
  float: left;
  margin-bottom: 25px;
}
#supplier-motorhome-gallery .supplier-image-gallery .company_vehicle_img img {
  max-width: 100%;
  width: 100%;
  height: 83px;
}
#supplier-motorhome-gallery .supplier-image-gallery .company_vehicle_img .vehicle_name {
  font-weight: 700;
  font-size: 17px;
  padding: 6px 0 0;
}
#supplier-motorhome-gallery .supplier-image-gallery .company_vehicle_img .vehicle_code {
  display: none;
}
#supplier-motorhome-gallery .supplier-image-gallery .company_vehicle_img .lightbox-link {
  color: #666d79;
  font-size: 12px;
  display: block;
}
#supplier-motorhome-gallery .supplier-image-gallery .company_vehicle_img .lightbox-link span {
  border-bottom: 1px solid;
}
/*
 * Responsive: css for supplier page
 *--------------------------------------------------*/
@media (min-width: 1200px) {
  #supplier-motorhome-gallery .supplier-image-gallery .company_vehicle_img img {
    height: 113px;
  }
}
/*
 * Styles for special teasers
 */
#landingPage .specials,
#supplierPage .specials {
  background: #ffffff;
  box-sizing: border-box;
  color: #202d40;
}
#landingPage .specials .specials-header .headLine,
#supplierPage .specials .specials-header .headLine {
  font-size: 21px;
  line-height: 21px;
  margin-top: 17px;
  margin-bottom: 17px;
  font-weight: 700;
}
#landingPage .specials .specials-header .show-all-specials,
#supplierPage .specials .specials-header .show-all-specials {
  margin-top: 20px;
  padding-bottom: 20px;
  text-align: right;
}
#landingPage .specials .specials-header .show-all-specials a,
#supplierPage .specials .specials-header .show-all-specials a {
  padding-left: 10px;
  color: #202d40;
  text-decoration: underline;
  padding-right: 12px;
}
#landingPage .specials .specials-header .show-all-specials a:hover,
#supplierPage .specials .specials-header .show-all-specials a:hover,
#landingPage .specials .specials-header .show-all-specials afocus,
#supplierPage .specials .specials-header .show-all-specials afocus,
#landingPage .specials .specials-header .show-all-specials a:active,
#supplierPage .specials .specials-header .show-all-specials a:active {
  text-decoration: underline !important;
}
#landingPage .specials .specials-body,
#supplierPage .specials .specials-body {
  background: #eff0f1;
}
#landingPage .specials .specials-body .container,
#supplierPage .specials .specials-body .container {
  background: transparent;
}
#landingPage .specials .specials-body .container .special-row,
#supplierPage .specials .specials-body .container .special-row {
  margin: 0 -28px;
  overflow: hidden;
}
#landingPage .specials .specials-body .container .special-row .motorhome-gallery-item,
#supplierPage .specials .specials-body .container .special-row .motorhome-gallery-item {
  width: 175px;
  padding: 20px 28px 30px;
}
#landingPage .specials .specials-body .container .special-row .motorhome-gallery-item .specialSupplierName,
#supplierPage .specials .specials-body .container .special-row .motorhome-gallery-item .specialSupplierName {
  font-size: inherit;
}
#landingPage .specials .specials-body .container .special-row .motorhome-gallery-item .specialImgBox,
#supplierPage .specials .specials-body .container .special-row .motorhome-gallery-item .specialImgBox {
  margin-top: 10px;
  padding-bottom: 0;
  width: 100%;
  overflow: hidden;
  display: block;
}
#landingPage .specials .specials-body .container .special-row .motorhome-gallery-item .specialImgBox .specialImg,
#supplierPage .specials .specials-body .container .special-row .motorhome-gallery-item .specialImgBox .specialImg {
  width: 175px;
  height: 117px;
  display: block;
  -webkit-background-size: 100%;
  background-size: 100%;
}
#landingPage .specials .specials-body .container .special-row .motorhome-gallery-item .resultContent,
#supplierPage .specials .specials-body .container .special-row .motorhome-gallery-item .resultContent {
  width: 100%;
  float: none;
}
#landingPage .specials .specials-body .container .special-row .motorhome-gallery-item .special-title,
#supplierPage .specials .specials-body .container .special-row .motorhome-gallery-item .special-title {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 3px 0;
}
#landingPage .specials .specials-body .container .special-row .motorhome-gallery-item .special-title .special-title-link,
#supplierPage .specials .specials-body .container .special-row .motorhome-gallery-item .special-title .special-title-link {
  color: #202d40;
  font-weight: 700;
}
#landingPage .specials .specials-body .container .special-row .motorhome-gallery-item .special-title .special-title-link:hover,
#supplierPage .specials .specials-body .container .special-row .motorhome-gallery-item .special-title .special-title-link:hover,
#landingPage .specials .specials-body .container .special-row .motorhome-gallery-item .special-title .special-title-link:active,
#supplierPage .specials .specials-body .container .special-row .motorhome-gallery-item .special-title .special-title-link:active,
#landingPage .specials .specials-body .container .special-row .motorhome-gallery-item .special-title .special-title-link:focus,
#supplierPage .specials .specials-body .container .special-row .motorhome-gallery-item .special-title .special-title-link:focus {
  color: #202d40;
}
#landingPage .specials .specials-body .container .special-row .motorhome-gallery-item .specialgroup-content,
#supplierPage .specials .specials-body .container .special-row .motorhome-gallery-item .specialgroup-content {
  border-top: 1px solid #666d79;
  border-bottom: 1px solid #666d79;
  padding: 5px 0;
  margin-top: 10px;
}
#landingPage .specials .specials-body .container .special-row .motorhome-gallery-item .special-link,
#supplierPage .specials .specials-body .container .special-row .motorhome-gallery-item .special-link {
  color: #666d79;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  display: block;
  margin-top: 10px;
  text-decoration: underline;
}
#landingPage .specials .specials-body .container .special-row .motorhome-gallery-item .special-link .icons-cb-arrow-right,
#supplierPage .specials .specials-body .container .special-row .motorhome-gallery-item .special-link .icons-cb-arrow-right {
  margin-left: 5px;
}
#landingPage .specials {
  margin-top: 36px;
}
#specialListview .motorhome-gallery-item {
  width: 80%;
  overflow: hidden;
}
#specialListview .motorhome-gallery-item .specialLine {
  width: 100%;
  background: #202d40;
}
#specialListview .motorhome-gallery-item .specialSupplierName {
  font-size: inherit;
}
#specialListview .motorhome-gallery-item .specialImgBox {
  margin-top: 10px;
  padding-bottom: 0;
  width: 100%;
  overflow: hidden;
  display: block;
}
#specialListview .motorhome-gallery-item .specialImgBox .specialImg {
  width: 175px;
  height: 117px;
  display: block;
  -webkit-background-size: 100%;
  background-size: 100%;
}
#specialListview .motorhome-gallery-item .resultContent {
  width: 100%;
  float: none;
}
#specialListview .motorhome-gallery-item .special-title {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 3px 0;
  color: #202d40;
}
#specialListview .motorhome-gallery-item .special-title .special-title-link {
  color: #202d40;
}
#specialListview .motorhome-gallery-item .special-title .special-title-link:hover,
#specialListview .motorhome-gallery-item .special-title .special-title-link:active,
#specialListview .motorhome-gallery-item .special-title .special-title-link:focus {
  color: #202d40;
}
#specialListview .motorhome-gallery-item .specialgroup-content {
  border-top: 1px solid #666d79;
  border-bottom: 1px solid #666d79;
  padding: 5px 0;
  margin-top: 10px;
}
#specialListview .motorhome-gallery-item .special-link {
  color: #666d79;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  display: block;
  margin-top: 10px;
  text-decoration: underline;
}
#specialListview .motorhome-gallery-item .special-link .fa {
  margin-left: 10px;
}
#specialListview .btn-compare-motorhomes {
  display: inline-block;
  margin-top: 20px;
}
#specialListview .btn-compare-motorhomes a {
  background-color: #1A6991;
  background-image: linear-gradient(to bottom, #1d75a2, #155677);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #9da1a3;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
#specialListview .btn-compare-motorhomes a:hover,
#specialListview .btn-compare-motorhomes a:focus,
#specialListview .btn-compare-motorhomes a:active {
  color: #ffffff;
  background-color: #155677;
  transition: background-position 0.1s linear;
  background-position: 0 -15px;
}
#specialListview .btn-compare-motorhomes .icons-cb-arrow-right {
  display: none;
}
.specials-link-to-all-results {
  display: block;
  margin-bottom: 10px;
}
.specials-link-to-all-results .icons-cb-arrow-right {
  vertical-align: middle;
}
/*
 * Responsive styles for special teasers
 */
@media (min-width: 1200px) {
  #landingPage .specials .specials-body .container .special-row,
  #supplierPage .specials .specials-body .container .special-row {
    margin: 0 -36px;
  }
  #landingPage .specials .specials-body .container .special-row .motorhome-gallery-item,
  #supplierPage .specials .specials-body .container .special-row .motorhome-gallery-item {
    width: 228px;
    padding: 20px 36px 30px;
  }
  #landingPage .specials .specials-body .container .special-row .motorhome-gallery-item .specialImgBox .specialImg,
  #supplierPage .specials .specials-body .container .special-row .motorhome-gallery-item .specialImgBox .specialImg {
    width: 228px;
    height: 152px;
  }
  #specialListview .motorhome-gallery-item .specialImgBox .specialImg {
    width: 228px;
    height: 152px;
  }
}
/*
 * Styles for neutral, Europe- and Africa-frontpage
 */
#homepage .keyVisual .neutral-key,
.landingpage .keyVisual .neutral-key,
#staticContent .keyVisual .neutral-key,
#specials .keyVisual .neutral-key {
  background: no-repeat scroll 50% center;
  height: 460px;
  position: relative;
  width: 100%;
  min-width: 952px;
}
#homepage .keyVisual .container,
.landingpage .keyVisual .container,
#staticContent .keyVisual .container,
#specials .keyVisual .container {
  background: transparent;
  overflow: hidden;
}
#homepage .keyVisual .container .keyVisualHeadline,
.landingpage .keyVisual .container .keyVisualHeadline,
#staticContent .keyVisual .container .keyVisualHeadline,
#specials .keyVisual .container .keyVisualHeadline {
  margin-left: 0;
}
#homepage .keyVisual .container .selectCountryRow,
.landingpage .keyVisual .container .selectCountryRow,
#staticContent .keyVisual .container .selectCountryRow,
#specials .keyVisual .container .selectCountryRow {
  position: absolute;
  bottom: 0;
}
#homepage .keyVisual .container .select-country,
.landingpage .keyVisual .container .select-country,
#staticContent .keyVisual .container .select-country,
#specials .keyVisual .container .select-country {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: -moz-linear-gradient(top, rgba(25, 41, 63, 0.8) 0%, rgba(25, 41, 63, 0.8) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(25, 41, 63, 0.8)), color-stop(100%, rgba(25, 41, 63, 0.8)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(25, 41, 63, 0.8) 0%, rgba(25, 41, 63, 0.8) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(25, 41, 63, 0.8) 0%, rgba(25, 41, 63, 0.8) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(25, 41, 63, 0.8) 0%, rgba(25, 41, 63, 0.8) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(25, 41, 63, 0.8) 0%, rgba(25, 41, 63, 0.8) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc19293f', endColorstr='#cc19293f', GradientType=0);
  /* IE6-8 */
  position: relative;
  margin-top: 78px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}
#homepage .keyVisual .container .select-country ul,
.landingpage .keyVisual .container .select-country ul,
#staticContent .keyVisual .container .select-country ul,
#specials .keyVisual .container .select-country ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #fff;
}
#homepage .keyVisual .container .select-country ul li,
.landingpage .keyVisual .container .select-country ul li,
#staticContent .keyVisual .container .select-country ul li,
#specials .keyVisual .container .select-country ul li {
  border-top: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
#homepage .keyVisual .container .select-country ul li a,
.landingpage .keyVisual .container .select-country ul li a,
#staticContent .keyVisual .container .select-country ul li a,
#specials .keyVisual .container .select-country ul li a {
  display: block;
  padding: 8px 13px;
  text-decoration: none;
  color: #ffffff;
}
#homepage .keyVisual .container .select-country ul li:last-child,
.landingpage .keyVisual .container .select-country ul li:last-child,
#staticContent .keyVisual .container .select-country ul li:last-child,
#specials .keyVisual .container .select-country ul li:last-child {
  border-bottom: 1px solid #ffffff;
}
#homepage .keyVisual .container .select-country ul li.active,
.landingpage .keyVisual .container .select-country ul li.active,
#staticContent .keyVisual .container .select-country ul li.active,
#specials .keyVisual .container .select-country ul li.active {
  background-color: inherit;
}
#homepage .keyVisual .container .select-country ul li:hover,
.landingpage .keyVisual .container .select-country ul li:hover,
#staticContent .keyVisual .container .select-country ul li:hover,
#specials .keyVisual .container .select-country ul li:hover {
  background-color: inherit;
}
#homepage .keyVisual .container .select-country ul li.emptyElem,
.landingpage .keyVisual .container .select-country ul li.emptyElem,
#staticContent .keyVisual .container .select-country ul li.emptyElem,
#specials .keyVisual .container .select-country ul li.emptyElem {
  height: 36px;
}
#homepage .keyVisual .container .select-country ul li.emptyElem:hover,
.landingpage .keyVisual .container .select-country ul li.emptyElem:hover,
#staticContent .keyVisual .container .select-country ul li.emptyElem:hover,
#specials .keyVisual .container .select-country ul li.emptyElem:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#homepage .keyVisual .container .select-country ul li.emptyElem.no-border,
.landingpage .keyVisual .container .select-country ul li.emptyElem.no-border,
#staticContent .keyVisual .container .select-country ul li.emptyElem.no-border,
#specials .keyVisual .container .select-country ul li.emptyElem.no-border {
  border-top: none;
}
#homepage .keyVisual .container .select-country .searchList,
.landingpage .keyVisual .container .select-country .searchList,
#staticContent .keyVisual .container .select-country .searchList,
#specials .keyVisual .container .select-country .searchList {
  width: 150px;
  height: 190px;
  overflow: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-scrollbar-face-color: #999;
  -ms-scrollbar-track-color: #18293f;
  -ms-scrollbar-arrow-color: #ccc;
}
#homepage .keyVisual .container .select-country .searchListForm,
.landingpage .keyVisual .container .select-country .searchListForm,
#staticContent .keyVisual .container .select-country .searchListForm,
#specials .keyVisual .container .select-country .searchListForm {
  width: 400px;
  margin-left: 20px;
}
#homepage .keyVisual .container .select-country .searchListForm h3,
.landingpage .keyVisual .container .select-country .searchListForm h3,
#staticContent .keyVisual .container .select-country .searchListForm h3,
#specials .keyVisual .container .select-country .searchListForm h3 {
  color: #fff;
  margin: 16px 0 8px;
}
#homepage .keyVisual .container .select-country .searchListForm form,
.landingpage .keyVisual .container .select-country .searchListForm form,
#staticContent .keyVisual .container .select-country .searchListForm form,
#specials .keyVisual .container .select-country .searchListForm form {
  font-size: 12px;
}
#homepage .keyVisual .container .select-country .searchListForm form .btnSearch,
.landingpage .keyVisual .container .select-country .searchListForm form .btnSearch,
#staticContent .keyVisual .container .select-country .searchListForm form .btnSearch,
#specials .keyVisual .container .select-country .searchListForm form .btnSearch {
  width: 200px;
}
#homepage .keyVisual .container .select-country .searchListForm .overview,
.landingpage .keyVisual .container .select-country .searchListForm .overview,
#staticContent .keyVisual .container .select-country .searchListForm .overview,
#specials .keyVisual .container .select-country .searchListForm .overview {
  width: 192px;
}
#homepage .keyfacts,
.landingpage .keyfacts,
#staticContent .keyfacts,
#specials .keyfacts {
  font-size: 16px;
  color: #202d40;
}
#homepage .keyfacts .keyfact,
.landingpage .keyfacts .keyfact,
#staticContent .keyfacts .keyfact,
#specials .keyfacts .keyfact {
  box-sizing: border-box;
  padding: 0 15px;
  float: left;
}
#homepage .keyfacts .keyfact.keyfact-15,
.landingpage .keyfacts .keyfact.keyfact-15,
#staticContent .keyfacts .keyfact.keyfact-15,
#specials .keyfacts .keyfact.keyfact-15 {
  width: 15%;
}
#homepage .keyfacts .keyfact.keyfact-16,
.landingpage .keyfacts .keyfact.keyfact-16,
#staticContent .keyfacts .keyfact.keyfact-16,
#specials .keyfacts .keyfact.keyfact-16 {
  width: 16%;
}
#homepage .keyfacts .keyfact.keyfact-20,
.landingpage .keyfacts .keyfact.keyfact-20,
#staticContent .keyfacts .keyfact.keyfact-20,
#specials .keyfacts .keyfact.keyfact-20 {
  width: 20%;
}
#homepage .keyfacts .keyfact.keyfact-24,
.landingpage .keyfacts .keyfact.keyfact-24,
#staticContent .keyfacts .keyfact.keyfact-24,
#specials .keyfacts .keyfact.keyfact-24 {
  width: 24%;
}
#homepage .keyfacts .keyfact.keyfact-25,
.landingpage .keyfacts .keyfact.keyfact-25,
#staticContent .keyfacts .keyfact.keyfact-25,
#specials .keyfacts .keyfact.keyfact-25 {
  width: 25%;
}
#homepage .keyfacts .keyfact.keyfact-30,
.landingpage .keyfacts .keyfact.keyfact-30,
#staticContent .keyfacts .keyfact.keyfact-30,
#specials .keyfacts .keyfact.keyfact-30 {
  width: 30%;
}
#homepage .keyfacts .keyfact .keyfact-title,
.landingpage .keyfacts .keyfact .keyfact-title,
#staticContent .keyfacts .keyfact .keyfact-title,
#specials .keyfacts .keyfact .keyfact-title {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 10px;
  color: #202d40;
  font-weight: 700;
  margin-top: 30px;
}
#homepage .image-gallery,
.landingpage .image-gallery,
#staticContent .image-gallery,
#specials .image-gallery {
  margin-top: 35px;
  margin-bottom: 35px;
  overflow: hidden;
}
#homepage .image-gallery .frontpage-image,
.landingpage .image-gallery .frontpage-image,
#staticContent .image-gallery .frontpage-image,
#specials .image-gallery .frontpage-image {
  box-sizing: border-box;
  padding-top: 15px;
  padding-bottom: 20px;
}
#homepage .image-gallery .frontpage-image.span4 img,
.landingpage .image-gallery .frontpage-image.span4 img,
#staticContent .image-gallery .frontpage-image.span4 img,
#specials .image-gallery .frontpage-image.span4 img {
  width: 286px;
  height: 222px;
}
#homepage .image-gallery .frontpage-image.span4 .description,
.landingpage .image-gallery .frontpage-image.span4 .description,
#staticContent .image-gallery .frontpage-image.span4 .description,
#specials .image-gallery .frontpage-image.span4 .description {
  width: 256px;
}
#homepage .image-gallery .frontpage-image.span8 img,
.landingpage .image-gallery .frontpage-image.span8 img,
#staticContent .image-gallery .frontpage-image.span8 img,
#specials .image-gallery .frontpage-image.span8 img {
  width: 594px;
  height: 222px;
}
#homepage .image-gallery .frontpage-image.span8 .description,
.landingpage .image-gallery .frontpage-image.span8 .description,
#staticContent .image-gallery .frontpage-image.span8 .description,
#specials .image-gallery .frontpage-image.span8 .description {
  width: 564px;
}
#homepage .image-gallery .frontpage-image.padding-right,
.landingpage .image-gallery .frontpage-image.padding-right,
#staticContent .image-gallery .frontpage-image.padding-right,
#specials .image-gallery .frontpage-image.padding-right {
  padding-right: 10px;
}
#homepage .image-gallery .frontpage-image.padding-left,
.landingpage .image-gallery .frontpage-image.padding-left,
#staticContent .image-gallery .frontpage-image.padding-left,
#specials .image-gallery .frontpage-image.padding-left {
  padding-left: 10px;
}
#homepage .image-gallery .frontpage-image a,
.landingpage .image-gallery .frontpage-image a,
#staticContent .image-gallery .frontpage-image a,
#specials .image-gallery .frontpage-image a {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  /* Safari */
  transition: opacity 0.5s;
}
#homepage .image-gallery .frontpage-image a:hover,
.landingpage .image-gallery .frontpage-image a:hover,
#staticContent .image-gallery .frontpage-image a:hover,
#specials .image-gallery .frontpage-image a:hover {
  opacity: 0.85;
}
#homepage .image-gallery .frontpage-image a .description,
.landingpage .image-gallery .frontpage-image a .description,
#staticContent .image-gallery .frontpage-image a .description,
#specials .image-gallery .frontpage-image a .description {
  position: absolute;
  color: #ffffff;
  margin: 8px 15px;
  overflow: hidden;
}
#homepage .image-gallery .frontpage-image a .description .countryname,
.landingpage .image-gallery .frontpage-image a .description .countryname,
#staticContent .image-gallery .frontpage-image a .description .countryname,
#specials .image-gallery .frontpage-image a .description .countryname {
  font-size: 30px;
  line-height: 35px;
  position: relative;
  float: left;
}
#homepage .image-gallery .frontpage-image a .description .specs,
.landingpage .image-gallery .frontpage-image a .description .specs,
#staticContent .image-gallery .frontpage-image a .description .specs,
#specials .image-gallery .frontpage-image a .description .specs {
  font-size: 16px;
  font-weight: 300;
  position: relative;
  float: right;
}
#homepage .security .security-title,
.landingpage .security .security-title,
#staticContent .security .security-title,
#specials .security .security-title {
  margin: 0;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 15px;
}
#homepage .security .security-logos,
.landingpage .security .security-logos,
#staticContent .security .security-logos,
#specials .security .security-logos {
  box-sizing: border-box;
  padding: 33px 45px;
  background-color: #eff0f1;
  overflow: hidden;
  border-radius: 8px;
  height: 162px;
}
#homepage .security .security-logos .security-logo,
.landingpage .security .security-logos .security-logo,
#staticContent .security .security-logos .security-logo,
#specials .security .security-logos .security-logo {
  box-sizing: border-box;
  width: 33.333333%;
  padding: 0;
  float: left;
  height: 100px;
}
#homepage .security .security-logos .security-logo .der,
.landingpage .security .security-logos .security-logo .der,
#staticContent .security .security-logos .security-logo .der,
#specials .security .security-logos .security-logo .der {
  width: 78%;
  margin-top: 8px;
}
#homepage .security .security-logos .security-logo.ssl,
.landingpage .security .security-logos .security-logo.ssl,
#staticContent .security .security-logos .security-logo.ssl,
#specials .security .security-logos .security-logo.ssl {
  margin-left: 19px;
  margin-right: 19px;
  margin-top: 10px;
  height: 80px;
  width: 80px;
  padding: 0;
}
#homepage .security .security-logos .security-logo.ssl img,
.landingpage .security .security-logos .security-logo.ssl img,
#staticContent .security .security-logos .security-logo.ssl img,
#specials .security .security-logos .security-logo.ssl img {
  margin-top: 10px;
  cursor: pointer;
}
#homepage .security .security-logos .security-logo a,
.landingpage .security .security-logos .security-logo a,
#staticContent .security .security-logos .security-logo a,
#specials .security .security-logos .security-logo a {
  display: block;
}
#homepage .security .security-logos .security-logo a img,
.landingpage .security .security-logos .security-logo a img,
#staticContent .security .security-logos .security-logo a img,
#specials .security .security-logos .security-logo a img {
  max-width: 100%;
  width: auto;
  height: auto;
}
#homepage .security .security-logos .security-logo a img.drs,
.landingpage .security .security-logos .security-logo a img.drs,
#staticContent .security .security-logos .security-logo a img.drs,
#specials .security .security-logos .security-logo a img.drs {
  margin-top: 30px;
}
#homepage .payment .payment-title,
.landingpage .payment .payment-title,
#staticContent .payment .payment-title,
#specials .payment .payment-title {
  margin: 0;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 15px;
}
#homepage .payment .payment-logos,
.landingpage .payment .payment-logos,
#staticContent .payment .payment-logos,
#specials .payment .payment-logos {
  box-sizing: border-box;
  height: 162px;
  background-color: #eff0f1;
  overflow: hidden;
  padding: 25px 25px;
  border-radius: 8px;
}
#homepage .payment .payment-logos .payment-logo,
.landingpage .payment .payment-logos .payment-logo,
#staticContent .payment .payment-logos .payment-logo,
#specials .payment .payment-logos .payment-logo {
  box-sizing: border-box;
  width: 25%;
  padding: 0 15px;
  float: left;
  margin-top: 25px;
}
#homepage .payment .payment-logos .payment-logo img,
.landingpage .payment .payment-logos .payment-logo img,
#staticContent .payment .payment-logos .payment-logo img,
#specials .payment .payment-logos .payment-logo img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#homepage .seo,
.landingpage .seo,
#staticContent .seo,
#specials .seo {
  margin-top: 60px;
  margin-bottom: 70px;
  font-weight: 400;
  font-size: 16px;
}
#homepage .seo h2,
.landingpage .seo h2,
#staticContent .seo h2,
#specials .seo h2 {
  margin: 0;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 15px;
}
#homepage .seo .span4,
.landingpage .seo .span4,
#staticContent .seo .span4,
#specials .seo .span4 {
  box-sizing: border-box;
  padding-right: 50px;
}
#homepage .seo .seo-highlight,
.landingpage .seo .seo-highlight,
#staticContent .seo .seo-highlight,
#specials .seo .seo-highlight {
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: center;
}
.landingpage .seo {
  margin-top: 25px !important;
}
/*
 * responsive styles for neutral, Europe- and Africa-frontpage
 */
@media (min-width: 1200px) {
  #homepage .keyfacts,
  .landingpage .keyfacts {
    font-size: 18px;
  }
  #homepage .keyfacts .keyfact .keyfact-title,
  .landingpage .keyfacts .keyfact .keyfact-title {
    font-size: 30px;
    line-height: 30px;
  }
  #homepage .image-gallery .frontpage-image.span4 img,
  .landingpage .image-gallery .frontpage-image.span4 img {
    width: 379px;
    height: 290px;
  }
  #homepage .image-gallery .frontpage-image.span4 .description,
  .landingpage .image-gallery .frontpage-image.span4 .description {
    width: 340px;
  }
  #homepage .image-gallery .frontpage-image.span8 img,
  .landingpage .image-gallery .frontpage-image.span8 img {
    width: 775px;
    height: 290px;
  }
  #homepage .image-gallery .frontpage-image.span8 .description,
  .landingpage .image-gallery .frontpage-image.span8 .description {
    width: 740px;
  }
  #homepage .image-gallery .frontpage-image a .description .countryname,
  .landingpage .image-gallery .frontpage-image a .description .countryname {
    font-size: 40px;
    line-height: 45px;
  }
  #homepage .security .security-logos .security-logo,
  .landingpage .security .security-logos .security-logo {
    padding: 0 25px;
  }
  #homepage .security .security-logos .security-logo.drs,
  .landingpage .security .security-logos .security-logo.drs {
    padding: 0 0 0 25px;
  }
  #homepage .security .security-logos .security-logo .der,
  .landingpage .security .security-logos .security-logo .der {
    margin-top: 0;
    width: 90%;
  }
  #homepage .security .security-logos .security-logo.ssl,
  .landingpage .security .security-logos .security-logo.ssl {
    margin-left: 40px;
    margin-right: 40px;
  }
}
/*
 * Responsive styles for result list view
 *--------------------------------------------------*/
@media (min-width: 1200px) {
  #listview .motorhomePriceBox {
    width: 110px;
  }
  #listview .motorhomeList .motorhomeItem .motorhomeDescription {
    width: 370px;
  }
  #listview .motorhomeList .motorhomeItem .motorHomeDetails {
    border-bottom: 1px solid #aeb9c1;
  }
  #listview .motorhomeList .motorhomeItem .motorhomePriceBox {
    width: 185px;
  }
  #listview .listviewLeft {
    width: 245px;
  }
  #listview .listviewRight {
    width: 810px;
    padding-left: 40px;
  }
}
/*
 * Styles for sidebar navigation
 */
.sidebar-navigation {
  box-sizing: border-box;
  padding-right: 40px;
}
.sidebar-navigation .sidebar-heading,
.sidebar-navigation .reiseplanung-sidebar-heading {
  font-weight: 700;
  font-size: 17px;
  margin-top: 17px;
  margin-bottom: 17px;
}
.sidebar-navigation .sidebar-heading:first-of-type,
.sidebar-navigation .reiseplanung-sidebar-heading:first-of-type {
  margin-top: 0;
}
.sidebar-navigation .sidebar-heading a,
.sidebar-navigation .reiseplanung-sidebar-heading a {
  color: #202d40;
  display: block;
}
.sidebar-navigation .sidebar-heading a:hover,
.sidebar-navigation .reiseplanung-sidebar-heading a:hover {
  color: #202d40;
}
.sidebar-navigation .sidebar-heading.last,
.sidebar-navigation .reiseplanung-sidebar-heading.last {
  margin-top: 60px;
}
.sidebar-navigation .reiseplanung-sidebar-heading {
  font-size: 16px;
}
.sidebar-navigation.reiseplanung ul {
  margin-top: 0;
}
.sidebar-navigation ul {
  list-style-type: none;
  padding: 0;
  margin-top: 12px;
}
.sidebar-navigation ul li {
  border-bottom: 1px solid #202d40;
  font-weight: 700;
}
.sidebar-navigation ul li:first-child {
  border-top: 1px solid #202d40;
}
.sidebar-navigation ul li.active a {
  background: #eff0f1;
}
.sidebar-navigation ul li a {
  display: block;
  padding: 7px 2px;
  color: #202d40;
  background: #ffffff;
  overflow: hidden;
}
.sidebar-navigation ul li a:hover,
.sidebar-navigation ul li a:focus,
.sidebar-navigation ul li a:active {
  background: #eff0f1;
}
.sidebar-navigation .image {
  float: left;
  margin-right: 10px;
}
.sidebar-navigation .imageText {
  float: left;
}
.infopage-content {
  width: 600px;
  padding-bottom: 30px;
}
.infopage-content h1 {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 30px;
  margin-top: 0;
}
.infopage-content h2 {
  font-size: 18px;
  line-height: 22px;
}
.infopage-content h3 {
  font-size: 16px;
  line-height: 20px;
}
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 5px;
  border: 2px solid #000;
  background: #4c4c4c;
  color: #fff;
}
/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden;
}
/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */
}
/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}
/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}
.tooltipster-base .tooltipster-content {
  overflow: hidden;
}
/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tooltipster-arrow span,
.tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
}
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
  left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}
.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
  right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}
.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}
.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}
/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade-show {
  opacity: 1;
}
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0;
}
.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0;
}
/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 0;
  border: none;
  background: #666d79;
  color: #ffffff;
}
.tooltipster-default .tooltipster-content {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden;
}
/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */
}
/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  margin-left: -6px;
}
#landingPage h3.landingpage-headLine {
  font-size: 28px;
  margin-bottom: 24px;
  margin-top: 0;
  line-height: 30px;
}
#landingPage h3.headLine {
  font-size: 21px;
  line-height: 23px;
  margin-top: 0;
  margin-bottom: 18px;
}
.importantHint {
  background: rgba(235, 186, 0, 0.2);
  border-radius: 7px 7px 7px 7px;
  font-size: 14px;
  padding: 10px;
}
.form_lbl {
  width: 100%;
  float: left;
}
.form_lbl_hint {
  width: 100%;
  float: left;
}
.form_lbl_hint input {
  margin-bottom: 0px;
}
.form_lbl_hint p {
  color: #444;
  font-size: 13px;
  margin-top: 2px;
  margin-bottom: 10px;
  width: 430px;
}
.l_form_lbl {
  width: 30%;
  float: left;
}
.r_form_lbl {
  width: 70%;
  float: left;
}
.c_subhead {
  font-size: 16px;
  font-weight: bold;
}
.c_required_info {
  font-size: 14px;
  font-weight: normal;
}
.c_errorLabel,
.cErrorLabel {
  color: #FF0000;
}
.c_addServLi_lab {
  float: left;
  text-align: left;
}
.c_addServLi_price {
  float: right;
  text-align: right;
  font-weight: bold;
}
.labelLayout {
  margin-right: 10px;
  text-align: right;
  width: 200px;
}
li.active {
  font-weight: bold;
  color: #000;
}
li.active .numberList {
  background-color: #202d40;
}
.numberList {
  background-color: #999;
  border-radius: 15px 15px 15px 15px;
  color: #FFFFFF;
  float: left;
  height: 21px;
  padding-top: 2px;
  text-align: center;
  width: 23px;
  margin-right: 10px;
  margin-top: -2px;
}
#checkout_navbar .nav li.active {
  color: #202d40;
}
/* error styles */
li.error {
  color: #FF0000!important;
  font-weight: bold;
}
li.error span.numberList {
  background-color: rgba(255, 0, 0, 0.6);
}
#error_pd .floatL.inputareaPd {
  width: 400px;
}
#error_pd .floatL.inputareaPdZip {
  width: 445px;
}
.error_mpd .floatL.inputareaPd {
  width: auto;
}
/* select boxes */
.checkout-form {
  margin-bottom: 10px;
  height: 30px;
  line-height: 20px;
}
.payment-form {
  height: 30px;
  line-height: 20px;
}
/* input fields */
.personal-data-form input[type="text"] {
  width: 430px;
}
.personal-data-form .inputZip input[type="text"] {
  width: 140px;
  margin-right: 10px;
}
.personal-data-form .inputTown input[type="text"] {
  width: 266px;
}
.personal-data-form select {
  width: 444px;
}
#firstPassenger .txtinput,
#passengerElement .txtinput,
.birthdayChild .txtinput {
  width: 201px;
  margin-right: 10px;
}
#firstPassenger .txtinput:last-of-type,
#passengerElement .txtinput:last-of-type,
.birthdayChild .txtinput:last-of-type {
  margin-right: 0;
}
.form-passengers .checkbox-child {
  display: none;
}
.form-passengers .checkbox-child:checked + label .fake-checkbox {
  background-image: url("/img/scb.png");
  background-position: -259px -70px;
}
.form-passengers label .fake-checkbox {
  background-image: url("/img/scb.png");
  background-position: -281px -70px;
  height: 15px;
  width: 18px;
  float: left;
  margin-top: 2px;
  margin-right: 6px;
  margin-left: -25px;
}
.form-passengers select {
  width: 444px;
}
/* confirmation page */
#summaryBloc {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
#shoppingCartForm .checkoutPriceBox {
  margin-top: 8px;
}
.last-step-title {
  margin-top: 28px;
}
.checkout-trust {
  margin-bottom: 30px;
}
.checkout-trust div {
  display: block;
  clear: both;
  margin-bottom: 20px;
  overflow: hidden;
}
.checkout-trust div #verisign {
  width: 61px;
  height: 61px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.checkout-trust div #verisign .ssl {
  cursor: pointer;
}
.checkout-trust div #logo-drs {
  margin-bottom: 0;
}
.checkout-trust div img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.sidebar-trust-information a {
  color: #202d40;
}
.sidebar-trust-information a:hover,
.sidebar-trust-information a:active,
.sidebar-trust-information a:focus {
  color: #de7615;
}
.confirmation-pricing-box .checkoutPriceBoxContainer {
  font-size: 12px;
  margin-bottom: 10px;
}
.confirmation-pricing-box .box {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  width: 100%;
}
.confirmation-pricing-box .box.first-box,
.confirmation-pricing-box .box.second-box {
  padding-top: 10px;
}
.confirmation-pricing-box .box.last-box .spaceline10 {
  margin-bottom: 0;
}
.confirmation-pricing-box .box .spaceLine1 {
  border-bottom: 1px solid #ddd;
  margin-top: 10px;
}
.confirmation-pricing-box .box .spaceline10 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.confirmation-personal-data .spaceLine10 {
  clear: left;
  float: none;
}
/*#modalPart, #paymentBloc, #summaryBloc {
  overflow: hidden;
}
*/
#shoppingCartForm .labelLayout {
  width: 125px;
}
#shoppingCartForm .confirmation-heading {
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #1a252b;
}
#shoppingCartForm.confirmation-page .confirmation-heading-bottom-5 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 5px;
  color: #1a252b;
}
#shoppingCartForm.confirmation-page #pricebox {
  padding-top: 0;
}
#shoppingCartForm.confirmation-page .confirmation-header {
  clear: both;
  float: none;
  overflow: hidden;
}
#shoppingCartForm.confirmation-page .confirmation-header .confirmation-heading {
  margin-bottom: 5px;
}
#shoppingCartForm.confirmation-page .confirmation-header .btn-print {
  margin-top: 8px;
  color: white;
}
#shoppingCartForm.confirmation-page .confirmation-header .btn-print:hover {
  background: #649140;
}
#addPassenger {
  padding-top: 10px;
}
#addPassenger,
#removePassenger {
  cursor: pointer;
  color: #202d40;
  display: block;
}
#addPassenger:hover,
#removePassenger:hover,
#addPassenger:active,
#removePassenger:active,
#addPassenger:focus,
#removePassenger:focus {
  color: #de7615;
}
.btn-checkout {
  margin-top: 15px;
  display: block;
  width: 240px;
  float: left;
  text-align: center;
}
.btn-checkout .btn-text-checkout {
  display: inline-block;
  padding-top: 5px;
}
.btn-checkout:hover,
.btn-checkout:active,
.btn-checkout:focus {
  background: #649140;
}
.checkout-insurance-list {
  padding-top: 15px;
  margin-bottom: 20px;
}
.checkout-insurance-list .insurance-item {
  margin-bottom: 10px;
}
.checkout-insurance-list .insurance-item.active span.show-details {
  color: #de7615;
}
.checkout-insurance-list .insurance-item .show-details:hover {
  color: #de7615;
}
.checkout-insurance-list .insurance-item .fa-info-circle {
  color: #666d79;
  font-size: 16px;
  vertical-align: middle;
  margin-left: 4px;
  margin-bottom: 4px;
}
.checkout-insurance-list .insurance-item .fa-info-circle:hover {
  color: #666d79;
}
.checkout-insurance-list .insurance-item .insurance-details {
  position: absolute;
  z-index: 1000;
  width: 400px;
  height: auto;
  padding: 15px;
  cursor: move;
  background: #ffffff;
  color: #202d40;
  -webkit-box-shadow: 0px 1px 5px gray;
  -moz-box-shadow: 0px 1px 5px gray;
  box-shadow: 0px 1px 5px gray;
  margin-top: -25px;
  font-weight: 300;
}
.checkout-insurance-list .insurance-item .hidden {
  display: none;
}
#credit_card_label img {
  margin-right: 5px;
}
#messagePart {
  margin-bottom: 20px;
}
#messagePart textarea {
  margin-bottom: 0;
}
.checkout-commitments input[type="checkbox"],
#agbBloc input[type="checkbox"] {
  display: none;
}
.checkout-commitments input[type="checkbox"]:checked + label .fake-checkbox,
#agbBloc input[type="checkbox"]:checked + label .fake-checkbox {
  background-image: url("/img/scb.png");
  background-position: -259px -70px;
}
.checkout-commitments label .fake-checkbox,
#agbBloc label .fake-checkbox {
  background-image: url("/img/scb.png");
  background-position: -281px -70px;
  height: 15px;
  width: 18px;
  float: left;
  margin-top: 2px;
  margin-right: 6px;
  margin-left: -25px;
}
.checkout-commitments {
  margin-bottom: 15px;
}
.checkout-commitments:last-of-type {
  margin-bottom: 0;
}
#summaryBloc a {
  color: #202d40;
}
#summaryBloc a:hover,
#summaryBloc a:active,
#summaryBloc a:focus {
  color: #de7615;
}
#summaryBloc hr {
  border: none;
  border-bottom: 1px solid #999;
  clear: both;
  float: none;
}
/*
 * Responsive: css for checkout box
 *--------------------------------------------------*/
@media (min-width: 1200px) {
  .checkout-trust div #logo-drs {
    margin-bottom: 40px;
  }
}
/*
 * css for favourite destinations teaser on country front page
 *--------------------------------------------------*/
.destinations-teaser .destination-list-item {
  overflow: hidden;
  float: left;
  padding-right: 0px;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.destinations-teaser .destination-list-item .destination-description {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.destinations-teaser .destination-list-item .destination-description .favDestCityName {
  float: left;
  width: 136px;
  text-decoration: none;
  color: #1a6991;
  font-size: 17px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.destinations-teaser .destination-list-item .destination-description .favDestCountryName {
  text-decoration: none;
  color: #202d40;
  font-size: 14px;
}
.destinations-teaser .destination-list-item .destination-description .favDestSupplier {
  text-decoration: none;
  color: #649140;
  font-size: 11px;
}
/*
 * Responsive: css for favourite destinations teaser on country front page
 *--------------------------------------------------*/
@media (min-width: 1200px) {
  .destinations-teaser .destination-list-item {
    padding-right: 15px;
  }
}
#supplierPricePage h3.page-headLine {
  font-size: 2em;
  margin-bottom: 24px;
  margin-top: 0;
}
#supplierPricePage h3.headLine {
  font-size: 21px;
  line-height: 21px;
  margin-top: 0;
  margin-bottom: 18px;
}
/* css for google maps sections on detailpage and supplier page */
.rentalstation-map input[type="checkbox"] {
  display: none;
}
.rentalstation-map input[type="checkbox"]:checked + label .fake-checkbox {
  background-image: url("/img/scb.png");
  background-position: -259px -70px;
}
.rentalstation-map label {
  margin-left: 0;
}
.rentalstation-map label .fake-checkbox {
  background-image: url("/img/scb.png");
  background-position: -281px -70px;
  height: 15px;
  width: 17px;
  float: left;
  margin-top: 2px;
  margin-right: 6px;
}
#announcement-teaserbox {
  font-size: 18px;
  line-height: 22px;
}
#announcement-teaserbox.modal {
  left: 50%;
  width: 800px;
  margin-left: -400px;
  background: transparent;
}
#announcement-teaserbox .modal-header {
  background: #202d40;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
#announcement-teaserbox .modal-header .close {
  color: white;
  opacity: 0.8;
  margin-top: 0;
}
#announcement-teaserbox .modal-header .close:hover,
#announcement-teaserbox .modal-header .close:focus {
  opacity: 1;
}
#announcement-teaserbox .modal-header img {
  padding-top: 5px;
  padding-bottom: 4px;
}
#announcement-teaserbox .modal-body {
  background: white;
  padding-left: 40px;
  padding-right: 40px;
  min-height: 15px;
}
#announcement-teaserbox .modal-footer {
  background: white;
  border-top: none;
}
/*
 * responsive styles for tablet landscape
 */
@media only screen and (max-width: 1024px) {
  /*----------------------------------------------------------------
		checkout modals
	 -----------------------------------------------------------------*/
  .sidebar-trust-information .modal,
  #modalPart .modal {
    max-height: 600px;
    left: 5%;
    right: 5%;
  }
  .sidebar-trust-information .modal.fade.in,
  #modalPart .modal.fade.in {
    bottom: 5%;
    top: 5%;
  }
  .sidebar-trust-information .modal .modal-header,
  #modalPart .modal .modal-header {
    padding-bottom: 30px;
    border-bottom: none;
  }
  .sidebar-trust-information .modal .modal-body,
  #modalPart .modal .modal-body {
    max-height: 500px;
  }
  .sidebar-trust-information .modal .modal-body .content-for-modal,
  #modalPart .modal .modal-body .content-for-modal {
    padding-bottom: 40px;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
  .sidebar-trust-information .modal .modal-body iframe,
  #modalPart .modal .modal-body iframe {
    max-height: 450px;
  }
  .sidebar-trust-information #iframe-content-modal,
  #modalPart #iframe-content-modal {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
  /*----------------------------------------------------------------
		suppliers: sticky navigation + supplier comparison
	-----------------------------------------------------------------*/
  #sticky_navigation ul.nav > li > a {
    padding: 10px;
  }
  .remote-content-modal.modal,
  .iframe-content-modal.modal {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    max-height: 600px;
    left: 5%;
    right: 5%;
  }
  .remote-content-modal.modal.fade.in,
  .iframe-content-modal.modal.fade.in {
    top: 5%;
    bottom: 5%;
  }
  .remote-content-modal.modal .modal-body,
  .iframe-content-modal.modal .modal-body {
    max-height: 600px;
  }
  /*----------------------------------------------------------------
      announcement teaserbox
  -----------------------------------------------------------------*/
  #announcement-teaserbox.modal {
    width: 80%;
    margin-left: -40%;
  }
  /*----------------------------------------------------------------
      service header box: close button
  -----------------------------------------------------------------*/
  #service-tooltip .service-tooltip-close {
    display: block;
  }
}
.service-message {
  float: left;
  padding: 10px;
  width: 892px;
  color: #202d40;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.service-message .fa {
  color: #202d40;
}
.service-message.message-listview {
  margin-bottom: 70px;
}
.service-message.message-checkout-3 {
  margin-bottom: 0;
}
.service-message.message-default {
  margin-bottom: 20px;
}
.service-message .message-text p {
  margin: 0;
}
.maintenance-message-wrapper {
  clear: both;
  padding: 10px;
  background-color: #ffdc0f;
  color: #202d40;
}
.maintenance-message-wrapper .fa {
  color: #202d40;
}
.maintenance-message-wrapper .message-text p {
  margin: 0;
}
.maintenance-message-wrapper .maintenance-message {
  padding: 10px;
  background: white;
  overflow: hidden;
}
.maintenance-message-wrapper .maintenance-message .message-sign {
  margin-right: 15px;
  float: left;
  width: 61px;
}
.maintenance-message-wrapper .maintenance-message .message-text {
  float: left;
  width: 815px;
}
@media (min-width: 1200px) {
  .service-message {
    width: 1165px;
  }
  .maintenance-message-wrapper .maintenance-message .message-sign {
    width: 61px;
  }
  .maintenance-message-wrapper .maintenance-message .message-text {
    width: 1089px;
  }
}
/**
  * Affiliate IBE Styles
  */
.affiliate-ibe .modal-backdrop,
.affiliate-ibe .modal-backdrop.fade.in {
  background-color: transparent;
}
.affiliate-ibe .modal,
.affiliate-ibe .lightbox {
  -webkit-box-shadow: 0 3px 100px #000000;
  -moz-box-shadow: 0 3px 100px #000000;
  box-shadow: 0 3px 100px #000000;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.affiliate-ibe .modal.anfahrtsskizze,
.affiliate-ibe .lightbox.anfahrtsskizze {
  top: inherit;
  bottom: 5%;
}
body.affiliate-ibe.loading {
  cursor: progress;
}
body.affiliate-ibe.loading #spinner {
  background: transparent;
  position: absolute;
  height: auto;
  top: inherit;
  left: inherit;
  display: inherit !important;
}
body.affiliate-ibe.loading #spinner .spinner-content .spinner-text {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -31px;
  margin-top: -31px;
  transform: translate(-50%, 0);
  background: white;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}
body.affiliate-ibe.loading #spinner .spinner-content .spinner-text.ios-box {
  width: 60%;
}
body.affiliate-ibe.loading #spinner .spinner-content .spinner-text.context-checkout {
  margin-top: -140px;
}
body.affiliate-ibe.loading #spinner .spinner-content .spinner-text .info-ios {
  display: none;
  padding-right: 30px;
  box-sizing: border-box;
  color: #202d40;
}
#listview.affiliate-ibe {
  background: white;
  padding: 8px;
  box-sizing: border-box;
}
#listview.affiliate-ibe .container {
  width: 100%;
  overflow: hidden;
}
#listview.affiliate-ibe .mainContentStatic {
  min-height: 720px;
}
#listview.affiliate-ibe .mainContentStatic .listviewLeft {
  margin-left: 0;
  padding-left: 0;
}
#listview.affiliate-ibe .mainContentStatic .specialteaserflag {
  overflow: hidden;
}
#listview.affiliate-ibe .row {
  margin-left: 0;
}
#motorhomeDetail.affiliate-ibe {
  background: white;
  padding: 8px;
  box-sizing: border-box;
  /* booking codes
________________________________________________________________________________*/
}
#motorhomeDetail.affiliate-ibe .backbutton-wrapper {
  margin-left: 0;
}
#motorhomeDetail.affiliate-ibe .backbutton-wrapper .backbutton-container {
  margin-left: 0;
  width: auto;
}
#motorhomeDetail.affiliate-ibe .backbutton-wrapper .backbutton-container #backToSearch {
  margin-top: 0;
  margin-bottom: 25px;
  margin-left: 0;
}
#motorhomeDetail.affiliate-ibe .container {
  width: 100%;
}
#motorhomeDetail.affiliate-ibe .bookingcodes .container {
  width: 100%;
  overflow: hidden;
}
#motorhomeDetail.affiliate-ibe #datePicker.modal,
#motorhomeDetail.affiliate-ibe #countryPicker.modal {
  top: 18%;
}
#motorhomeDetail.affiliate-ibe #specialAndAddOnBlock {
  border-bottom: 5px solid #eff0f1;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#motorhomeDetail.affiliate-ibe .detailpage-subcontent {
  clear: left;
  overflow: hidden;
  float: none;
  padding-left: 45px;
  box-sizing: border-box;
}
#motorhomeDetail.affiliate-ibe #gallery.lightbox {
  top: 5% !important;
}
#motorhomeDetail.affiliate-ibe #booking-codes {
  border-bottom: 5px solid #eff0f1;
}
#motorhomeDetail.affiliate-ibe #booking-codes .booking-code-tile {
  background: #eff0f1;
}
#motorhomeDetail.affiliate-ibe #booking-codes .booking-code-tile .booking-code-highlight-container {
  display: none;
  margin-top: 0;
}
#motorhomeDetail.affiliate-ibe #booking-codes .booking-code-tile.current-booking-code {
  background: #202d40;
}
#motorhomeDetail.affiliate-ibe #booking-codes .booking-code-tile.highlight .booking-code-highlight-container .booking-code-highlight-content {
  display: none;
}
#motorhomeDetail.affiliate-ibe #booking-codes ul.booking-code-listview li.booking-code-list:hover .booking-code-popup {
  display: block;
  z-index: 20;
}
#checkout-page.affiliate-ibe,
#confirmation-page.affiliate-ibe {
  background: white;
  padding: 8px;
  box-sizing: border-box;
}
#checkout-page.affiliate-ibe .container,
#confirmation-page.affiliate-ibe .container {
  margin-left: 0;
  margin-right: 0;
}
#checkout-page.affiliate-ibe .checkout .nav,
#confirmation-page.affiliate-ibe .checkout .nav {
  display: none;
}
#checkout-page.affiliate-ibe h1,
#confirmation-page.affiliate-ibe h1 {
  margin-top: 10px;
}
#checkout-page.affiliate-ibe #lightbox-content-modal,
#confirmation-page.affiliate-ibe #lightbox-content-modal {
  top: 3%;
}
@media (min-width: 1200px) {
  #checkout-page.affiliate-ibe .container,
  #confirmation-page.affiliate-ibe .container {
    width: 1185px;
  }
}
.affiliate-ibe {
  /* Hides from IE-mac \*/
}
.affiliate-ibe .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.affiliate-ibe .clearfix {
  display: inline-block;
}
.affiliate-ibe * html .clearfix {
  height: 1%;
}
.affiliate-ibe .clearfix {
  display: block;
}
#homepage.affiliate-ibe,
#landingPage.affiliate-ibe {
  box-sizing: border-box;
  min-width: 1px;
  max-width: 1200px;
}
#homepage.affiliate-ibe #keyvisual-wrapper,
#landingPage.affiliate-ibe #keyvisual-wrapper {
  position: relative;
  overflow: hidden;
}
#homepage.affiliate-ibe #keyvisual-wrapper .keyvisual,
#landingPage.affiliate-ibe #keyvisual-wrapper .keyvisual {
  width: 100%;
  height: 320px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% center;
  position: relative;
}
#homepage.affiliate-ibe #keyvisual-wrapper .headlines,
#landingPage.affiliate-ibe #keyvisual-wrapper .headlines {
  position: absolute;
  top: 110px;
  left: 0;
  transform: translate(0, -50%);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 18px 90px 20px 35px;
}
#homepage.affiliate-ibe #keyvisual-wrapper .headlines h1,
#landingPage.affiliate-ibe #keyvisual-wrapper .headlines h1 {
  font-size: 28px;
  line-height: 28px;
  color: #202d40;
  margin: 0 0 12px;
}
#homepage.affiliate-ibe #keyvisual-wrapper .headlines h2,
#landingPage.affiliate-ibe #keyvisual-wrapper .headlines h2 {
  font-size: 20px;
  line-height: 20px;
  color: #202d40;
  font-weight: normal;
  margin: 0;
}
#homepage.affiliate-ibe #page-content,
#landingPage.affiliate-ibe #page-content {
  background: #ecedef;
  padding: 25px 35px;
  overflow: hidden;
}
#homepage.affiliate-ibe #page-content .search-affiliate,
#landingPage.affiliate-ibe #page-content .search-affiliate {
  font-size: 15px;
}
#homepage.affiliate-ibe #page-content .search-affiliate .dpErrorStyle,
#landingPage.affiliate-ibe #page-content .search-affiliate .dpErrorStyle {
  border: 1px solid #de7615 !important;
  background: white !important;
  color: #202d40 !important;
  -webkit-box-shadow: 0 0 1px rgba(222, 118, 21, 0.075);
  -moz-box-shadow: 0 0 1px rgba(222, 118, 21, 0.075);
  box-shadow: 0 0 1px rgba(222, 118, 21, 0.075);
}
#homepage.affiliate-ibe #page-content .search-affiliate ::-webkit-input-placeholder,
#landingPage.affiliate-ibe #page-content .search-affiliate ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #202d40;
}
#homepage.affiliate-ibe #page-content .search-affiliate ::-moz-placeholder,
#landingPage.affiliate-ibe #page-content .search-affiliate ::-moz-placeholder {
  /* Firefox 19+ */
  color: #202d40;
}
#homepage.affiliate-ibe #page-content .search-affiliate :-ms-input-placeholder,
#landingPage.affiliate-ibe #page-content .search-affiliate :-ms-input-placeholder {
  /* IE 10+ */
  color: #202d40;
}
#homepage.affiliate-ibe #page-content .search-affiliate :-moz-placeholder,
#landingPage.affiliate-ibe #page-content .search-affiliate :-moz-placeholder {
  /* Firefox 18- */
  color: #202d40;
}
#homepage.affiliate-ibe #page-content .search-affiliate .searchList,
#landingPage.affiliate-ibe #page-content .search-affiliate .searchList {
  width: auto;
  display: inline-block;
  margin-right: 60px;
}
#homepage.affiliate-ibe #page-content .search-affiliate .searchList #selectCountry,
#landingPage.affiliate-ibe #page-content .search-affiliate .searchList #selectCountry {
  height: 32px;
  width: 230px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #9da1a3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  color: #202d40;
}
#homepage.affiliate-ibe #page-content .search-affiliate .search-headline,
#landingPage.affiliate-ibe #page-content .search-affiliate .search-headline {
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
#homepage.affiliate-ibe #page-content .search-affiliate .searchListForm,
#landingPage.affiliate-ibe #page-content .search-affiliate .searchListForm {
  margin-top: 25px;
}
#homepage.affiliate-ibe #page-content .search-affiliate .searchListForm select,
#landingPage.affiliate-ibe #page-content .search-affiliate .searchListForm select {
  height: 32px;
  width: 230px;
}
#homepage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1,
#landingPage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 {
  float: none;
  clear: both;
  width: 100%;
}
#homepage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 #fromStation,
#landingPage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 #fromStation,
#homepage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 #toStation,
#landingPage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 #toStation {
  display: inline-block;
  margin-right: 20px;
}
#homepage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 #fromStation.inithidden,
#landingPage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 #fromStation.inithidden,
#homepage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 #toStation.inithidden,
#landingPage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 #toStation.inithidden {
  display: none;
}
#homepage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 #fromStation select,
#landingPage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 #fromStation select,
#homepage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 #toStation select,
#landingPage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 #toStation select {
  color: #202d40 !important;
}
#homepage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 .divider,
#landingPage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 .divider {
  display: none;
}
#homepage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 .input-append,
#landingPage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 .input-append {
  margin-bottom: 0;
  margin-right: 20px;
  cursor: pointer;
}
#homepage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 .input-append input,
#landingPage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 .input-append input {
  cursor: pointer;
}
#homepage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 .input-append.inithidden,
#landingPage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 .input-append.inithidden {
  display: none;
}
#homepage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 .input-append .searchFromInput,
#landingPage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 .input-append .searchFromInput,
#homepage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 .input-append .searchToInput,
#landingPage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 .input-append .searchToInput {
  width: 75px !important;
  border-right: none;
  padding: 5px 6px;
  font-size: 15px;
}
#homepage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 .input-append .searchFromInput.dpErrorStyle,
#landingPage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 .input-append .searchFromInput.dpErrorStyle,
#homepage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 .input-append .searchToInput.dpErrorStyle,
#landingPage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 .input-append .searchToInput.dpErrorStyle {
  border-right: none !important;
  border-top: 1px solid #de7615 !important;
  border-bottom: 1px solid #de7615 !important;
  border-left: 1px solid #de7615 !important;
}
#homepage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 .input-append .searchFromInput.dpErrorStyle + .add-on,
#landingPage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 .input-append .searchFromInput.dpErrorStyle + .add-on,
#homepage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 .input-append .searchToInput.dpErrorStyle + .add-on,
#landingPage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 .input-append .searchToInput.dpErrorStyle + .add-on {
  border-top: 1px solid #de7615;
  border-bottom: 1px solid #de7615;
  border-right: 1px solid #de7615;
}
#homepage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 .input-append .add-on,
#landingPage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 .input-append .add-on {
  text-shadow: 0 1px 0 #ffffff;
  background-color: white;
  border-top: 1px solid #9da1a3;
  border-bottom: 1px solid #9da1a3;
  border-right: 1px solid #9da1a3;
  border-left: none;
  color: #202d40;
  padding: 5px;
}
#homepage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 #startPageButton,
#landingPage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 #startPageButton {
  padding: 5px 12px;
  font-size: 15px;
}
#homepage.affiliate-ibe .modal#datePicker,
#landingPage.affiliate-ibe .modal#datePicker {
  top: 8%;
  left: 30.5%;
}
@media (max-width: 1023px) {
  #homepage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 #fromStation,
  #landingPage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 #fromStation,
  #homepage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 #toStation,
  #landingPage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 #toStation {
    margin-bottom: 20px;
  }
  #homepage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 #startPageButton,
  #landingPage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 #startPageButton {
    display: block;
  }
}
@media (max-width: 900px) {
  #homepage.affiliate-ibe .modal#datePicker,
  #landingPage.affiliate-ibe .modal#datePicker {
    left: 50%;
  }
}
@media (max-width: 850px) {
  #homepage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 .divider,
  #landingPage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 .divider {
    display: block;
  }
  #homepage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 .input-append .searchFromInput,
  #landingPage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 .input-append .searchFromInput,
  #homepage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 .input-append .searchToInput,
  #landingPage.affiliate-ibe #page-content .search-affiliate .searchListForm .form1 .input-append .searchToInput {
    margin-bottom: 20px;
  }
}
@media (max-width: 635px) {
  #homepage.affiliate-ibe #page-content .search-affiliate .search-headline,
  #landingPage.affiliate-ibe #page-content .search-affiliate .search-headline {
    margin-top: 20px;
    display: block;
  }
}
body.affiliate-ibe#homepage footer,
body.affiliate-ibe#landingPage footer {
  background: #ecedef;
}
body.affiliate-ibe#motorhomeDetail footer {
  padding: 10px 45px 30px;
}
body.affiliate-ibe footer {
  background: white;
  padding: 10px 35px 30px;
  float: none;
  clear: both;
}
body.affiliate-ibe footer .footer-navigation {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body.affiliate-ibe footer .footer-navigation li {
  display: inline-block;
  color: #666d79;
  font-size: 13px;
}
body.affiliate-ibe footer .footer-navigation li a {
  color: #666d79;
}
body.affiliate-ibe footer .footer-navigation li a:hover,
body.affiliate-ibe footer .footer-navigation li a:active,
body.affiliate-ibe footer .footer-navigation li a:focus {
  color: #666d79;
}
body.affiliate-ibe footer .footer-navigation li:after {
  content: "|";
  margin-left: 5px;
  margin-right: 4px;
}
body.affiliate-ibe footer .footer-navigation li:last-child:after {
  display: none;
}
body.affiliate-ibe footer .footer-navigation li span {
  cursor: pointer;
}
body.affiliate-ibe .maintenance-message-wrapper {
  margin-bottom: 25px;
  color: #555;
  background-color: #fcf8e3;
  border-color: #faebcc;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.affiliate-ibe .maintenance-message-wrapper .container {
  width: 100%;
  background: transparent;
}
body.affiliate-ibe .maintenance-message-wrapper .container .row {
  margin: 0;
}
body.affiliate-ibe .maintenance-message-wrapper .container .row .span12 {
  width: 100%;
  margin: 0;
}
body.affiliate-ibe .maintenance-message-wrapper .maintenance-message {
  padding: 0;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.affiliate-ibe .maintenance-message-wrapper .maintenance-message .message-sign {
  display: none;
}
body.affiliate-ibe .maintenance-message-wrapper .maintenance-message .message-text {
  text-align: center;
  float: none;
  clear: both;
  width: 100%;
}
body.affiliate-ibe .maintenance-message-wrapper .maintenance-message .message-text p {
  margin: 0;
}
body.affiliate-ibe#motorhomeDetail .maintenance-message-wrapper {
  width: 912px;
}
@media only screen and (min-width: 1200px) {
  body.affiliate-ibe#motorhomeDetail .maintenance-message-wrapper {
    width: 100%;
  }
}
#infopage.affiliate-ibe .infopage-content {
  margin-top: 40px;
}
/*
 * AGENT IBE Styles
 */
/**
* Agents styles
*/
.agent-ibe .btn-info {
  background-color: #202d40;
  background-image: linear-gradient(to bottom, #666d79, #202d40);
}
.agent-ibe .btn-info:hover,
.agent-ibe .btn-info:focus,
.agent-ibe .btn-info:active {
  background-color: #202d40;
}
.agent-ibe h1 {
  margin-top: 0;
}
.agent-ibe .ui-widget-content a {
  color: #005599;
}
.agent-ibe .ui-widget-content a:hover {
  color: #de7615;
}
.agent-ibe .modal-dialog input[type="checkbox"] {
  display: none;
}
.agent-ibe .modal-dialog input[type="checkbox"].checkbox {
  padding-left: 0;
}
.agent-ibe .modal-dialog input[type="checkbox"]:checked + label .checkbox-style {
  background: url("/img/scb.png") -332px -150px no-repeat;
}
.agent-ibe .modal-dialog input + label .checkbox-style {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -1px 5px 0 0;
  vertical-align: middle;
  background: url("/img/scb.png") -312px -150px no-repeat;
  cursor: pointer;
}
.btn:hover,
select:hover,
input[type="radio"]:hover,
input[type="checkbox"]:hover,
.btn:focus,
select:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
.btn:active,
select:active,
input[type="radio"]:active,
input[type="checkbox"]:active {
  outline: none;
}
.agentHomepageSupplierComparison {
  width: 500px;
  margin-top: 40px;
  padding: 20px;
  background-color: #eee;
}
.agentHomepageSupplierComparison table {
  width: 100%;
}
.agentHomepageSupplierComparison table img {
  margin-bottom: 5px;
}
.agent-ibe-kuoni .agentHomepageSupplierComparison {
  width: 400px;
}
#agent-header {
  background: #202d40;
  color: white;
  overflow: hidden;
  padding-bottom: 60px;
}
#agent-header .logo {
  float: left;
  padding: 25px 35px;
}
#agent-header .logo .logo-agents-login {
  font-size: 25px;
  position: absolute;
  top: 43px;
  left: 256px;
}
#agent-header #agent-navigation {
  float: left;
  font-size: 14px;
  line-height: 20px;
}
#agent-header #agent-navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#agent-header #agent-navigation ul li {
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.4s;
  /* Safari */
  transition: all 0.4s;
  cursor: pointer;
  vertical-align: top;
}
#agent-header #agent-navigation ul li.menu-item-active {
  background: #293951;
}
#agent-header #agent-navigation ul li:hover,
#agent-header #agent-navigation ul li:active,
#agent-header #agent-navigation ul li:focus {
  background: #293951;
  -webkit-transition: all 0.4s;
  /* Safari */
  transition: all 0.4s;
}
#agent-header #agent-navigation ul li a {
  color: white;
  display: block;
  padding: 22px 10px 32px;
}
#agent-header #agent-navigation ul li.agent-logout form {
  margin: 0;
}
#agent-header #agent-navigation ul li.agent-logout button[type="submit"] {
  border: none;
  background: none;
  color: white;
  outline: none;
  padding: 22px 10px 32px;
  vertical-align: inherit;
}
#agent-header #agent-navigation ul li .fa {
  display: block;
  font-size: 25px;
}
#agent-main-wrapper {
  margin: -62px 35px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background: #fff;
  padding: 10px;
  overflow: hidden;
}
#agent-main-wrapper .agent-section-title {
  padding: 10px 0 45px;
  font-size: 18px;
}
#checkout-page.agent-ibe #agent-main-wrapper > .container,
#confirmation-page.agent-ibe #agent-main-wrapper > .container {
  margin-left: 0;
  margin-right: 0;
}
#checkout-page.agent-ibe #agent-main-wrapper > .content .container,
#confirmation-page.agent-ibe #agent-main-wrapper > .content .container {
  margin-left: 0;
  margin-right: 0;
}
#checkout-page.agent-ibe #shoppingCartForm #paymentContainer,
#confirmation-page.agent-ibe #shoppingCartForm #paymentContainer {
  display: none;
}
.agent-ibe {
  /* Hides from IE-mac \*/
}
.agent-ibe .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.agent-ibe .clearfix {
  display: inline-block;
}
.agent-ibe * html .clearfix {
  height: 1%;
}
.agent-ibe .clearfix {
  display: block;
}
#listview.agent-ibe {
  background: white;
  box-sizing: border-box;
}
#listview.agent-ibe .container {
  width: 100%;
  overflow: hidden;
}
#listview.agent-ibe .mainContentStatic {
  min-height: 720px;
}
#listview.agent-ibe .mainContentStatic .listviewLeft {
  margin-left: 0;
  padding-left: 0;
}
#listview.agent-ibe .mainContentStatic .specialteaserflag {
  overflow: hidden;
}
#listview.agent-ibe .row {
  margin-left: 0;
}
@media (min-width: 1200px) {
  body.agent-ibe .listviewRight {
    width: 793px !important;
  }
}
#motorhomeDetail.agent-ibe {
  background: white;
  box-sizing: border-box;
  /* booking codes
________________________________________________________________________________*/
}
#motorhomeDetail.agent-ibe .backbutton-wrapper {
  margin-left: 0;
}
#motorhomeDetail.agent-ibe .backbutton-wrapper .backbutton-container {
  margin-left: 0;
  width: auto;
}
#motorhomeDetail.agent-ibe .backbutton-wrapper .backbutton-container #backToSearch {
  margin-top: 0;
  margin-bottom: 25px;
  margin-left: 0;
}
#motorhomeDetail.agent-ibe .container {
  width: 100%;
}
#motorhomeDetail.agent-ibe .bookingcodes .container {
  width: 100%;
  overflow: hidden;
}
#motorhomeDetail.agent-ibe #datePicker.modal,
#motorhomeDetail.agent-ibe #countryPicker.modal {
  top: 18%;
}
#motorhomeDetail.agent-ibe #specialAndAddOnBlock {
  border-bottom: 5px solid #eff0f1;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#motorhomeDetail.agent-ibe .detailpage-subcontent {
  clear: left;
  overflow: hidden;
  float: none;
  padding-left: 45px;
  box-sizing: border-box;
}
#motorhomeDetail.agent-ibe #gallery.lightbox {
  top: 5% !important;
}
#motorhomeDetail.agent-ibe #booking-codes {
  border-bottom: 5px solid #eff0f1;
}
#motorhomeDetail.agent-ibe #booking-codes .booking-code-tile {
  background: #eff0f1;
}
#motorhomeDetail.agent-ibe #booking-codes .booking-code-tile .booking-code-highlight-container {
  display: none;
  margin-top: 0;
}
#motorhomeDetail.agent-ibe #booking-codes .booking-code-tile.current-booking-code {
  background: #202d40;
}
#motorhomeDetail.agent-ibe #booking-codes .booking-code-tile.highlight .booking-code-highlight-container .booking-code-highlight-content {
  display: none;
}
#motorhomeDetail.agent-ibe #booking-codes ul.booking-code-listview li.booking-code-list:hover .booking-code-popup {
  display: block;
  z-index: 20;
}
#motorhomeDetail.agent-ibe .pricebox-saveBookingConfig {
  margin-top: 40px;
}
#motorhomeDetail.agent-ibe .pricebox-saveBookingConfig .saveBookingConfig-lightbox-trigger {
  color: #202d40;
  font-size: 16px;
  line-height: 16px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}
#motorhomeDetail.agent-ibe .pricebox-saveBookingConfig .saveBookingConfig-lightbox-trigger .fa {
  font-size: 24px;
  vertical-align: bottom;
}
#motorhomeDetail.agent-ibe .pricebox-saveBookingConfigPdf {
  margin-top: 15px;
}
#motorhomeDetail.agent-ibe .pricebox-saveBookingConfigPdf .saveBookingConfigPdf-lightbox-trigger {
  color: #202d40;
  font-size: 16px;
  line-height: 16px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}
#motorhomeDetail.agent-ibe .pricebox-saveBookingConfigPdf .saveBookingConfigPdf-lightbox-trigger .fa {
  font-size: 21px;
  vertical-align: bottom;
}
#motorhomeDetail.agent-ibe .hint-remarks {
  margin-top: 48px;
}
@media (min-width: 1200px) {
  body.agent-ibe .hintContent {
    width: 1075px !important;
  }
  body.agent-ibe .detailsImages {
    width: 1105px !important;
  }
  body.agent-ibe .detailsImages .span12 {
    width: 1095px !important;
  }
  body.agent-ibe #theMapContainer {
    width: 1045px !important;
  }
  body.agent-ibe .detail-left {
    width: 66% !important;
  }
}
#homepage.agent-ibe {
  box-sizing: border-box;
}
#homepage.agent-ibe #page-content {
  overflow: hidden;
}
#homepage.agent-ibe #page-content #sessionTimeoutNote {
  margin-bottom: 25px;
  margin-top: 0;
  width: 500px;
}
#homepage.agent-ibe #page-content .search-affiliate {
  font-size: 15px;
}
#homepage.agent-ibe #page-content .search-affiliate .dpErrorStyle {
  border: 1px solid #de7615 !important;
  background: white !important;
  color: #202d40 !important;
  -webkit-box-shadow: 0 0 1px rgba(222, 118, 21, 0.075);
  -moz-box-shadow: 0 0 1px rgba(222, 118, 21, 0.075);
  box-shadow: 0 0 1px rgba(222, 118, 21, 0.075);
}
#homepage.agent-ibe #page-content .search-affiliate ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #202d40;
}
#homepage.agent-ibe #page-content .search-affiliate ::-moz-placeholder {
  /* Firefox 19+ */
  color: #202d40;
}
#homepage.agent-ibe #page-content .search-affiliate :-ms-input-placeholder {
  /* IE 10+ */
  color: #202d40;
}
#homepage.agent-ibe #page-content .search-affiliate :-moz-placeholder {
  /* Firefox 18- */
  color: #202d40;
}
#homepage.agent-ibe #page-content .search-affiliate .searchList {
  width: auto;
  display: inline-block;
  margin-right: 60px;
}
#homepage.agent-ibe #page-content .search-affiliate .searchList #selectCountry {
  height: 32px;
  width: 230px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #9da1a3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  color: #202d40;
}
#homepage.agent-ibe #page-content .search-affiliate .search-headline {
  display: none;
}
#homepage.agent-ibe #page-content .search-affiliate .searchListForm {
  margin-top: 25px;
}
#homepage.agent-ibe #page-content .search-affiliate .searchListForm select {
  height: 32px;
  width: 230px;
}
#homepage.agent-ibe #page-content .search-affiliate .searchListForm .form1 {
  float: none;
  clear: both;
  width: 100%;
}
#homepage.agent-ibe #page-content .search-affiliate .searchListForm .form1 #fromStation,
#homepage.agent-ibe #page-content .search-affiliate .searchListForm .form1 #toStation {
  display: inline-block;
  margin-right: 20px;
}
#homepage.agent-ibe #page-content .search-affiliate .searchListForm .form1 #fromStation.inithidden,
#homepage.agent-ibe #page-content .search-affiliate .searchListForm .form1 #toStation.inithidden {
  display: none;
}
#homepage.agent-ibe #page-content .search-affiliate .searchListForm .form1 #fromStation select,
#homepage.agent-ibe #page-content .search-affiliate .searchListForm .form1 #toStation select {
  color: #202d40 !important;
}
#homepage.agent-ibe #page-content .search-affiliate .searchListForm .form1 .divider {
  display: none;
}
#homepage.agent-ibe #page-content .search-affiliate .searchListForm .form1 .input-append {
  margin-bottom: 0;
  margin-right: 20px;
  cursor: pointer;
}
#homepage.agent-ibe #page-content .search-affiliate .searchListForm .form1 .input-append input {
  cursor: pointer;
}
#homepage.agent-ibe #page-content .search-affiliate .searchListForm .form1 .input-append.inithidden {
  display: none;
}
#homepage.agent-ibe #page-content .search-affiliate .searchListForm .form1 .input-append .searchFromInput,
#homepage.agent-ibe #page-content .search-affiliate .searchListForm .form1 .input-append .searchToInput {
  width: 75px !important;
  border-right: none;
  padding: 5px 6px;
  font-size: 15px;
}
#homepage.agent-ibe #page-content .search-affiliate .searchListForm .form1 .input-append .searchFromInput.dpErrorStyle,
#homepage.agent-ibe #page-content .search-affiliate .searchListForm .form1 .input-append .searchToInput.dpErrorStyle {
  border-right: none !important;
  border-top: 1px solid #de7615 !important;
  border-bottom: 1px solid #de7615 !important;
  border-left: 1px solid #de7615 !important;
}
#homepage.agent-ibe #page-content .search-affiliate .searchListForm .form1 .input-append .searchFromInput.dpErrorStyle + .add-on,
#homepage.agent-ibe #page-content .search-affiliate .searchListForm .form1 .input-append .searchToInput.dpErrorStyle + .add-on {
  border-top: 1px solid #de7615;
  border-bottom: 1px solid #de7615;
  border-right: 1px solid #de7615;
}
#homepage.agent-ibe #page-content .search-affiliate .searchListForm .form1 .input-append .add-on {
  text-shadow: 0 1px 0 #ffffff;
  background-color: white;
  border-top: 1px solid #9da1a3;
  border-bottom: 1px solid #9da1a3;
  border-right: 1px solid #9da1a3;
  border-left: none;
  color: #202d40;
  padding: 5px;
}
#homepage.agent-ibe #page-content .search-affiliate .searchListForm .form1 #startPageButton {
  padding: 5px 12px;
  font-size: 15px;
}
@media (max-width: 1023px) {
  #homepage.agent-ibe #page-content .search-affiliate .searchListForm .form1 #fromStation,
  #homepage.agent-ibe #page-content .search-affiliate .searchListForm .form1 #toStation {
    margin-bottom: 20px;
  }
  #homepage.agent-ibe #page-content .search-affiliate .searchListForm .form1 #startPageButton {
    display: block;
  }
}
@media (max-width: 900px) {
  #homepage.agent-ibe .modal#datePicker {
    left: 50%;
  }
}
@media (max-width: 850px) {
  #homepage.agent-ibe #page-content .search-affiliate .searchListForm .form1 .divider {
    display: block;
  }
  #homepage.agent-ibe #page-content .search-affiliate .searchListForm .form1 .input-append .searchFromInput,
  #homepage.agent-ibe #page-content .search-affiliate .searchListForm .form1 .input-append .searchToInput {
    margin-bottom: 20px;
  }
}
@media (max-width: 635px) {
  #homepage.agent-ibe #page-content .search-affiliate .search-headline {
    margin-top: 20px;
    display: block;
  }
}
#agent-footer {
  background: #202d40;
  padding: 25px 35px 25px;
  color: white;
  overflow: hidden;
  position: relative;
}
#agent-footer a {
  color: white;
}
#agent-footer a:hover,
#agent-footer a:focus,
#agent-footer a:active {
  color: #de7615;
}
body.agent-ibe .maintenance-message-wrapper {
  margin-bottom: 25px;
  color: #555;
  background-color: #fcf8e3;
  border-color: #faebcc;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.agent-ibe .maintenance-message-wrapper .container {
  width: 100%;
  background: transparent;
}
body.agent-ibe .maintenance-message-wrapper .container .row {
  margin: 0;
}
body.agent-ibe .maintenance-message-wrapper .container .row .span12 {
  width: 100%;
  margin: 0;
}
body.agent-ibe .maintenance-message-wrapper .maintenance-message {
  padding: 0;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.agent-ibe .maintenance-message-wrapper .maintenance-message .message-sign {
  display: none;
}
body.agent-ibe .maintenance-message-wrapper .maintenance-message .message-text {
  text-align: center;
  float: none;
  clear: both;
  width: 100%;
}
body.agent-ibe .maintenance-message-wrapper .maintenance-message .message-text p {
  margin: 0;
}
body.agent-ibe#motorhomeDetail .maintenance-message-wrapper {
  width: 912px;
}
@media only screen and (min-width: 1200px) {
  body.agent-ibe#motorhomeDetail .maintenance-message-wrapper {
    width: 100%;
  }
}
#infopage.agent-ibe .infopage-content {
  margin-top: 40px;
}
#ajaxAgencyInformation {
  margin-bottom: 60px;
}
#login.agent-ibe .login-msg {
  width: 335px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#login.agent-ibe .form-description {
  width: 115px;
  float: left;
  margin-bottom: 10px;
}
#login.agent-ibe .form-input {
  width: 220px;
  float: left;
}
#login.agent-ibe button {
  padding-left: 30px;
  padding-right: 30px;
}
#login.agent-ibe .login-help {
  margin-top: 45px;
}
body#bookings #bookingSpinner {
  display: none;
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translate(-50%, 0);
  background: white;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  z-index: 9999;
}
body#bookings #footerLine {
  display: none;
  padding-top: 10px;
}
body#bookings #bookingTable input[type="text"] {
  height: auto;
}
body#bookingconfigurations #bookingSpinner {
  display: none;
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translate(-50%, 0);
  background: white;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  z-index: 9999;
}
body#bookingconfigurations #bookingconfigurationsTable input[type="text"] {
  height: auto;
}
body#bookingconfigurations #bookingconfigurationsTable td {
  white-space: pre-line;
}
body#bookingconfigurations #bookingconfigurationsTable .bookingConfigPdfContainer {
  margin-top: 7px;
  margin-bottom: 5px;
  margin-left: 2px;
}
body#bookingconfigurations #bookingconfigurationsTable .bookingConfigPdfContainer i {
  font-size: 1.4em;
}
#saveBookingConfig-modal,
#saveBookingConfigPdf-modal,
#saveBookingConfig-modal_remark_pricediff,
#saveBookingConfig-modal_remark_configdiff,
#saveBookingConfig-modal_remark_shortterm,
#saveBookingConfig-modal_remark_default,
#dertouristikExitModal-modal {
  left: 50%;
  right: 50%;
  padding: 7px 14px 15px;
}
#saveBookingConfig-modal .modal-header,
#saveBookingConfigPdf-modal .modal-header,
#saveBookingConfig-modal_remark_pricediff .modal-header,
#saveBookingConfig-modal_remark_configdiff .modal-header,
#saveBookingConfig-modal_remark_shortterm .modal-header,
#saveBookingConfig-modal_remark_default .modal-header,
#dertouristikExitModal-modal .modal-header {
  border-bottom: none;
  font-weight: normal;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 5px;
}
#saveBookingConfig-modal .modal-header .close,
#saveBookingConfigPdf-modal .modal-header .close,
#saveBookingConfig-modal_remark_pricediff .modal-header .close,
#saveBookingConfig-modal_remark_configdiff .modal-header .close,
#saveBookingConfig-modal_remark_shortterm .modal-header .close,
#saveBookingConfig-modal_remark_default .modal-header .close,
#dertouristikExitModal-modal .modal-header .close {
  margin-top: -8px;
}
#saveBookingConfig-modal .modal-body,
#saveBookingConfigPdf-modal .modal-body,
#saveBookingConfig-modal_remark_pricediff .modal-body,
#saveBookingConfig-modal_remark_configdiff .modal-body,
#saveBookingConfig-modal_remark_shortterm .modal-body,
#saveBookingConfig-modal_remark_default .modal-body,
#dertouristikExitModal-modal .modal-body {
  min-height: 130px;
  padding: 0 15px;
}
#saveBookingConfig-modal .modal-body ul,
#saveBookingConfigPdf-modal .modal-body ul,
#saveBookingConfig-modal_remark_pricediff .modal-body ul,
#saveBookingConfig-modal_remark_configdiff .modal-body ul,
#saveBookingConfig-modal_remark_shortterm .modal-body ul,
#saveBookingConfig-modal_remark_default .modal-body ul,
#dertouristikExitModal-modal .modal-body ul {
  list-style-type: disc;
  padding-left: 15px;
}
#saveBookingConfig-modal .modal-body .input-and-save,
#saveBookingConfigPdf-modal .modal-body .input-and-save,
#saveBookingConfig-modal_remark_pricediff .modal-body .input-and-save,
#saveBookingConfig-modal_remark_configdiff .modal-body .input-and-save,
#saveBookingConfig-modal_remark_shortterm .modal-body .input-and-save,
#saveBookingConfig-modal_remark_default .modal-body .input-and-save,
#dertouristikExitModal-modal .modal-body .input-and-save {
  margin-top: 24px;
  margin-bottom: 25px;
}
#saveBookingConfig-modal .modal-body .input-and-save label,
#saveBookingConfigPdf-modal .modal-body .input-and-save label,
#saveBookingConfig-modal_remark_pricediff .modal-body .input-and-save label,
#saveBookingConfig-modal_remark_configdiff .modal-body .input-and-save label,
#saveBookingConfig-modal_remark_shortterm .modal-body .input-and-save label,
#saveBookingConfig-modal_remark_default .modal-body .input-and-save label,
#dertouristikExitModal-modal .modal-body .input-and-save label {
  font-size: 18px;
  display: inline;
  vertical-align: middle;
}
#saveBookingConfig-modal .modal-body .input-and-save input[type="text"],
#saveBookingConfigPdf-modal .modal-body .input-and-save input[type="text"],
#saveBookingConfig-modal_remark_pricediff .modal-body .input-and-save input[type="text"],
#saveBookingConfig-modal_remark_configdiff .modal-body .input-and-save input[type="text"],
#saveBookingConfig-modal_remark_shortterm .modal-body .input-and-save input[type="text"],
#saveBookingConfig-modal_remark_default .modal-body .input-and-save input[type="text"],
#dertouristikExitModal-modal .modal-body .input-and-save input[type="text"] {
  margin: 0 3px;
}
.ui-growl .ui-state-highlight {
  background-color: #eff0f1;
  background-image: none;
  color: #202d40;
}
.ui-datatable .ui-widget-content .ui-state-highlight {
  background-color: #e6e6e6;
  background-image: none;
  color: #333333;
}
body.agent-ibe-kuoni h1,
body.agent-ibe-kuoni h2,
body.agent-ibe-kuoni h3,
body.agent-ibe-kuoni h4,
body.agent-ibe-kuoni h5,
body.agent-ibe-kuoni h6 {
  font-weight: 400;
}
body.agent-ibe-kuoni a:hover,
body.agent-ibe-kuoni a:focus,
body.agent-ibe-kuoni a:active {
  color: #a03e22;
}
body.agent-ibe-kuoni .btn-primary,
body.agent-ibe-kuoni .btn-success,
body.agent-ibe-kuoni .btn-info,
body.agent-ibe-kuoni .btn-print {
  background-color: #a03e22;
  color: white;
  background-image: none;
}
body.agent-ibe-kuoni .btn-primary:hover,
body.agent-ibe-kuoni .btn-success:hover,
body.agent-ibe-kuoni .btn-info:hover,
body.agent-ibe-kuoni .btn-print:hover,
body.agent-ibe-kuoni .btn-primary:focus,
body.agent-ibe-kuoni .btn-success:focus,
body.agent-ibe-kuoni .btn-info:focus,
body.agent-ibe-kuoni .btn-print:focus,
body.agent-ibe-kuoni .btn-primary:active,
body.agent-ibe-kuoni .btn-success:active,
body.agent-ibe-kuoni .btn-info:active,
body.agent-ibe-kuoni .btn-print:active {
  background-color: #803016;
  color: white;
}
@media (max-width: 768px) {
  body.agent-ibe-kuoni #agent-main-wrapper {
    width: 100%;
  }
}
#agent-header.kuoni-header {
  min-width: 1024px;
  background: #001841;
}
#agent-header.kuoni-header .logo {
  padding-right: 0;
}
#agent-header.kuoni-header #agent-navigation ul li.kuoni-agency-number {
  padding: 47px 10px 32px 25px;
  cursor: default;
}
#agent-header.kuoni-header #agent-navigation ul li.kuoni-agency-number:hover,
#agent-header.kuoni-header #agent-navigation ul li.kuoni-agency-number:focus,
#agent-header.kuoni-header #agent-navigation ul li.kuoni-agency-number:active {
  background: #001841;
}
#agent-header.kuoni-header #agent-navigation ul li.menu-item-active {
  background: #0c2d65;
}
#agent-header.kuoni-header #agent-navigation ul li:hover,
#agent-header.kuoni-header #agent-navigation ul li:active,
#agent-header.kuoni-header #agent-navigation ul li:focus {
  background: #0c2d65;
}
#agent-footer.kuoni-footer {
  background: #001841;
}
@media (max-width: 768px) {
  #agent-footer.kuoni-footer {
    width: 100%;
  }
}
#agent-footer.kuoni-footer a:hover,
#agent-footer.kuoni-footer a:focus,
#agent-footer.kuoni-footer a:active {
  color: #a03e22;
}
#listview.agent-ibe.agent-ibe-kuoni .btn-listview:hover,
#listview.agent-ibe.agent-ibe-kuoni .btn-listview:focus,
#listview.agent-ibe.agent-ibe-kuoni .btn-listview:active {
  color: white;
  background: #803016;
}
#motorhomeDetail.agent-ibe.agent-ibe-kuoni #bookBtn {
  background-color: #a03e22;
  border-color: #803016;
}
#motorhomeDetail.agent-ibe.agent-ibe-kuoni #bookBtn:hover,
#motorhomeDetail.agent-ibe.agent-ibe-kuoni #bookBtn:focus,
#motorhomeDetail.agent-ibe.agent-ibe-kuoni #bookBtn:active {
  background-color: #803016;
}
#motorhomeDetail.agent-ibe.agent-ibe-kuoni #moreImgs:hover,
#motorhomeDetail.agent-ibe.agent-ibe-kuoni #moreImgs:focus,
#motorhomeDetail.agent-ibe.agent-ibe-kuoni #moreImgs:active {
  color: #a03e22;
}
#checkout-page.agent-ibe.agent-ibe-kuoni #shoppingCartForm.confirmation-page .confirmation-header .btn-print,
#confirmation-page.agent-ibe.agent-ibe-kuoni #shoppingCartForm.confirmation-page .confirmation-header .btn-print {
  background-color: #a03e22;
  color: white;
  background-image: none;
}
#checkout-page.agent-ibe.agent-ibe-kuoni #shoppingCartForm.confirmation-page .confirmation-header .btn-print:hover,
#confirmation-page.agent-ibe.agent-ibe-kuoni #shoppingCartForm.confirmation-page .confirmation-header .btn-print:hover,
#checkout-page.agent-ibe.agent-ibe-kuoni #shoppingCartForm.confirmation-page .confirmation-header .btn-print:focus,
#confirmation-page.agent-ibe.agent-ibe-kuoni #shoppingCartForm.confirmation-page .confirmation-header .btn-print:focus,
#checkout-page.agent-ibe.agent-ibe-kuoni #shoppingCartForm.confirmation-page .confirmation-header .btn-print:active,
#confirmation-page.agent-ibe.agent-ibe-kuoni #shoppingCartForm.confirmation-page .confirmation-header .btn-print:active {
  background-color: #803016;
  color: white;
}
body#bookingconfigurations.agent-ibe.agent-ibe-kuoni #bookingconfigurationsTable .bookingConfigPdfContainer a {
  color: #a03e22;
}
body#bookingconfigurations.agent-ibe.agent-ibe-kuoni #bookingconfigurationsTable .bookingConfigPdfContainer a:hover {
  color: #57210f;
}
body.agent-ibe.agent-ibe-dertouristik {
  font-family: Prelo-BookWeb;
}
body.agent-ibe.agent-ibe-dertouristik a,
body.agent-ibe.agent-ibe-dertouristik .linkColor,
body.agent-ibe.agent-ibe-dertouristik #moreImgs {
  color: #e40028;
  text-decoration: none !important;
}
body.agent-ibe.agent-ibe-dertouristik a:hover,
body.agent-ibe.agent-ibe-dertouristik .linkColor:hover,
body.agent-ibe.agent-ibe-dertouristik #moreImgs:hover,
body.agent-ibe.agent-ibe-dertouristik a:focus,
body.agent-ibe.agent-ibe-dertouristik .linkColor:focus,
body.agent-ibe.agent-ibe-dertouristik #moreImgs:focus,
body.agent-ibe.agent-ibe-dertouristik a:active,
body.agent-ibe.agent-ibe-dertouristik .linkColor:active,
body.agent-ibe.agent-ibe-dertouristik #moreImgs:active {
  text-decoration: underline !important;
}
body.agent-ibe.agent-ibe-dertouristik select,
body.agent-ibe.agent-ibe-dertouristik input,
body.agent-ibe.agent-ibe-dertouristik button,
body.agent-ibe.agent-ibe-dertouristik textarea {
  font-family: inherit;
}
body.agent-ibe.agent-ibe-dertouristik .btn,
body.agent-ibe.agent-ibe-dertouristik .btn-primary,
body.agent-ibe.agent-ibe-dertouristik .btn-success,
body.agent-ibe.agent-ibe-dertouristik .btn-info,
body.agent-ibe.agent-ibe-dertouristik .btn-print {
  background-color: #e40028;
  background-image: none;
  border: none;
  font-weight: bold;
  text-shadow: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease-in-out;
  color: white;
  letter-spacing: 0.5px;
}
body.agent-ibe.agent-ibe-dertouristik .btn:hover,
body.agent-ibe.agent-ibe-dertouristik .btn-primary:hover,
body.agent-ibe.agent-ibe-dertouristik .btn-success:hover,
body.agent-ibe.agent-ibe-dertouristik .btn-info:hover,
body.agent-ibe.agent-ibe-dertouristik .btn-print:hover,
body.agent-ibe.agent-ibe-dertouristik .btn:focus,
body.agent-ibe.agent-ibe-dertouristik .btn-primary:focus,
body.agent-ibe.agent-ibe-dertouristik .btn-success:focus,
body.agent-ibe.agent-ibe-dertouristik .btn-info:focus,
body.agent-ibe.agent-ibe-dertouristik .btn-print:focus,
body.agent-ibe.agent-ibe-dertouristik .btn:active,
body.agent-ibe.agent-ibe-dertouristik .btn-primary:active,
body.agent-ibe.agent-ibe-dertouristik .btn-success:active,
body.agent-ibe.agent-ibe-dertouristik .btn-info:active,
body.agent-ibe.agent-ibe-dertouristik .btn-print:active {
  background-color: #ec4c68;
}
body.agent-ibe.agent-ibe-dertouristik .bookfooter #cancelButton {
  background-color: #d6d6d6;
  color: #e40028;
}
body.agent-ibe.agent-ibe-dertouristik .bookfooter #cancelButton:hover,
body.agent-ibe.agent-ibe-dertouristik .bookfooter #cancelButton:focus,
body.agent-ibe.agent-ibe-dertouristik .bookfooter #cancelButton:active {
  background-color: #d6d6d6;
}
body.agent-ibe.agent-ibe-dertouristik .ui-widget,
body.agent-ibe.agent-ibe-dertouristik .ui-widget input,
body.agent-ibe.agent-ibe-dertouristik .ui-widget select,
body.agent-ibe.agent-ibe-dertouristik .ui-widget textarea,
body.agent-ibe.agent-ibe-dertouristik .ui-widget button {
  font-family: inherit;
}
body.agent-ibe.agent-ibe-dertouristik .ui-widget-content a:hover {
  color: #e40028;
}
body.agent-ibe.agent-ibe-dertouristik #bookingconfigurationsTable #ui-id-5 {
  width: 15.1em !important;
}
body.agent-ibe.agent-ibe-dertouristik .btnSearch,
body.agent-ibe.agent-ibe-dertouristik .btn-listview {
  background-color: #67b700;
}
body.agent-ibe.agent-ibe-dertouristik .btnSearch:hover,
body.agent-ibe.agent-ibe-dertouristik .btn-listview:hover,
body.agent-ibe.agent-ibe-dertouristik .btnSearch:focus,
body.agent-ibe.agent-ibe-dertouristik .btn-listview:focus,
body.agent-ibe.agent-ibe-dertouristik .btnSearch:active,
body.agent-ibe.agent-ibe-dertouristik .btn-listview:active {
  background-color: #94cc4c !important;
}
body.agent-ibe.agent-ibe-dertouristik .specialteaserflag,
body.agent-ibe.agent-ibe-dertouristik .specialteaserflag .rotate,
body.agent-ibe.agent-ibe-dertouristik .lightbox-specialgroup-title,
body.agent-ibe.agent-ibe-dertouristik .special-flag {
  background-color: #e40028 !important;
  font-weight: bold !important;
}
@media (max-width: 1200px) {
  body.agent-ibe.agent-ibe-dertouristik .btn-listview {
    height: 28px;
  }
  body.agent-ibe.agent-ibe-dertouristik .btn-listview i {
    display: none;
  }
}
body.agent-ibe.agent-ibe-dertouristik #agent-header {
  font-family: Prelo-SemiBoldWeb;
  background: #e40028;
  padding-bottom: 45px;
}
body.agent-ibe.agent-ibe-dertouristik #agent-header a:hover,
body.agent-ibe.agent-ibe-dertouristik #agent-header a:focus,
body.agent-ibe.agent-ibe-dertouristik #agent-header a:active {
  text-decoration: none !important;
}
body.agent-ibe.agent-ibe-dertouristik #agent-header.not-logged-in {
  padding-bottom: 60px !important;
}
body.agent-ibe.agent-ibe-dertouristik #agent-header .logo {
  padding: 15px 30px;
  padding-left: 65px;
}
body.agent-ibe.agent-ibe-dertouristik #agent-header .logo-agents-login {
  left: 170px;
  top: 34px;
  font-size: 30px;
}
body.agent-ibe.agent-ibe-dertouristik #agent-header #agent-navigation {
  line-height: 25px;
}
body.agent-ibe.agent-ibe-dertouristik #agent-header #agent-navigation ul li {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
body.agent-ibe.agent-ibe-dertouristik #agent-header #agent-navigation ul li:hover,
body.agent-ibe.agent-ibe-dertouristik #agent-header #agent-navigation ul li:active,
body.agent-ibe.agent-ibe-dertouristik #agent-header #agent-navigation ul li:focus {
  background: inherit;
}
body.agent-ibe.agent-ibe-dertouristik #agent-header #agent-navigation ul li a span {
  transition: border-color 0.2s;
  transition-property: border-color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  border-bottom: 2px solid;
  border-color: #e40028;
}
body.agent-ibe.agent-ibe-dertouristik #agent-header #agent-navigation ul li a:hover span,
body.agent-ibe.agent-ibe-dertouristik #agent-header #agent-navigation ul li a:active span,
body.agent-ibe.agent-ibe-dertouristik #agent-header #agent-navigation ul li a:focus span {
  border-color: white;
}
body.agent-ibe.agent-ibe-dertouristik #agent-header #agent-navigation ul li.menu-item-active {
  background: inherit;
}
body.agent-ibe.agent-ibe-dertouristik #agent-header #agent-navigation ul li.menu-item-active a span {
  border-color: white;
}
body.agent-ibe.agent-ibe-dertouristik #agent-footer {
  background-color: #e40028;
}
body.agent-ibe.agent-ibe-dertouristik #agent-footer a {
  text-decoration: underline !important;
}
body.agent-ibe.agent-ibe-dertouristik #agent-footer a:hover,
body.agent-ibe.agent-ibe-dertouristik #agent-footer a:focus,
body.agent-ibe.agent-ibe-dertouristik #agent-footer a:active {
  text-decoration: none !important;
  color: inherit;
}
#motorhomeDetail.agent-ibe.agent-ibe-dertouristik .availability-wrapper {
  margin-top: 0px;
}
#motorhomeDetail.agent-ibe.agent-ibe-dertouristik #dertouristikExitAcceptButton {
  font-family: Prelo-BookWeb;
  font-weight: bold;
  color: #ffffff;
  background-color: #67b700;
  font-size: 17px;
  letter-spacing: 0.5px;
  border-color: #67b700;
  background-image: none;
  box-shadow: none;
  padding: 10px 10px;
  margin-top: 20px;
  margin-bottom: 22px;
  width: 7rem;
  line-height: 1em;
  text-align: left;
}
#motorhomeDetail.agent-ibe.agent-ibe-dertouristik #dertouristikExitAcceptButton .fa {
  vertical-align: bottom;
}
#motorhomeDetail.agent-ibe.agent-ibe-dertouristik #dertouristikExitAcceptButton:hover,
#motorhomeDetail.agent-ibe.agent-ibe-dertouristik #dertouristikExitAcceptButton:focus,
#motorhomeDetail.agent-ibe.agent-ibe-dertouristik #dertouristikExitAcceptButton:active {
  background-color: #94cc4c;
  transition: background-color 0.3s ease-in-out;
}
#motorhomeDetail.agent-ibe.agent-ibe-dertouristik #dertouristikExitAcceptButton[disabled] {
  background-color: #aaaaaa;
  border-color: #aaaaaa;
}
#motorhomeDetail.agent-ibe.agent-ibe-dertouristik #bookBtnTrigger {
  font-family: Prelo-BookWeb;
  font-weight: bold;
  color: #ffffff;
  background-color: #67b700;
  font-size: 17px;
  border-color: #67b700;
  background-image: none;
  box-shadow: none;
  padding: 10px 10px;
  margin-top: 35px;
  line-height: 1.1;
  width: 100%;
  text-align: left;
}
#motorhomeDetail.agent-ibe.agent-ibe-dertouristik #bookBtnTrigger .fa {
  vertical-align: bottom;
}
#motorhomeDetail.agent-ibe.agent-ibe-dertouristik #bookBtnTrigger:hover,
#motorhomeDetail.agent-ibe.agent-ibe-dertouristik #bookBtnTrigger:focus,
#motorhomeDetail.agent-ibe.agent-ibe-dertouristik #bookBtnTrigger:active {
  background-color: #94cc4c;
  transition: background-color 0.3s ease-in-out;
}
#motorhomeDetail.agent-ibe.agent-ibe-dertouristik .pricebox-saveBookingConfig {
  margin-top: 20px;
}
#motorhomeDetail.agent-ibe.agent-ibe-dertouristik .saveBookingConfig-lightbox-trigger {
  font-family: Prelo-BookWeb;
  font-weight: bold;
  color: #ffffff;
  background-color: #e40028;
  font-size: 17px;
  border-color: #67b700;
  background-image: none;
  box-shadow: none;
  line-height: 1.1;
  width: 100%;
  text-align: left;
  padding: 6px;
  padding-left: 10px;
}
#motorhomeDetail.agent-ibe.agent-ibe-dertouristik .saveBookingConfig-lightbox-trigger .fa {
  vertical-align: baseline;
  font-size: 17px;
  margin-right: 5px;
}
#motorhomeDetail.agent-ibe.agent-ibe-dertouristik .saveBookingConfig-lightbox-trigger:hover,
#motorhomeDetail.agent-ibe.agent-ibe-dertouristik .saveBookingConfig-lightbox-trigger:focus,
#motorhomeDetail.agent-ibe.agent-ibe-dertouristik .saveBookingConfig-lightbox-trigger:active {
  background-color: #ec4c68;
  transition: background-color 0.3s ease-in-out;
}
#motorhomeDetail.agent-ibe.agent-ibe-dertouristik .pricebox-saveBookingConfigPdf {
  margin-top: 5px;
}
#motorhomeDetail.agent-ibe.agent-ibe-dertouristik .saveBookingConfigPdf-lightbox-trigger {
  font-family: Prelo-BookWeb;
  font-weight: bold;
  color: #ffffff;
  background-color: #e40028;
  font-size: 17px;
  border-color: #67b700;
  background-image: none;
  box-shadow: none;
  line-height: 1.1;
  width: 100%;
  text-align: left;
  padding: 6px;
  padding-left: 10px;
}
#motorhomeDetail.agent-ibe.agent-ibe-dertouristik .saveBookingConfigPdf-lightbox-trigger .fa {
  vertical-align: baseline;
  font-size: 17px;
  margin-right: 3px;
}
#motorhomeDetail.agent-ibe.agent-ibe-dertouristik .saveBookingConfigPdf-lightbox-trigger:hover,
#motorhomeDetail.agent-ibe.agent-ibe-dertouristik .saveBookingConfigPdf-lightbox-trigger:focus,
#motorhomeDetail.agent-ibe.agent-ibe-dertouristik .saveBookingConfigPdf-lightbox-trigger:active {
  background-color: #ec4c68;
  transition: background-color 0.3s ease-in-out;
}
#motorhomeDetail.agent-ibe.agent-ibe-dertouristik .booking-code-tile.current-booking-code,
#motorhomeDetail.agent-ibe.agent-ibe-dertouristik .booking-code-tile .booking-code-bottom .choose-booking-code {
  background-color: #67b700 !important;
}
#motorhomeDetail.agent-ibe.agent-ibe-dertouristik .booking-code-tile .booking-code-bottom .choose-booking-code .booking-code-label {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.5px;
}
#motorhomeDetail.agent-ibe.agent-ibe-dertouristik .booking-code-tile .booking-code-bottom .booking-code-arrow .arrow,
#motorhomeDetail.agent-ibe.agent-ibe-dertouristik .booking-code-tile .booking-code-bottom .booking-code-arrow .arrow:after {
  border-top-color: #67b700 !important;
}

