/* @charset "UTF-8";
@font-face {
  font-family: 'TTRoundsCondensed-Regular';
  src: url("../fonts/310094_8_0.eot");
  src: url("../fonts/310094_8_0.eot?#iefix") format("embedded-opentype"), url("../fonts/310094_8_0.woff2") format("woff2"), url("../fonts/310094_8_0.woff") format("woff"), url("../fonts/310094_8_0.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'TTRoundsCondensed-Bold';
  src: url("../fonts/310094_3_0.eot");
  src: url("../fonts/310094_3_0.eot?#iefix") format("embedded-opentype"), url("../fonts/310094_3_0.woff2") format("woff2"), url("../fonts/310094_3_0.woff") format("woff"), url("../fonts/310094_3_0.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; } */

.cf {
  *zoom: 1; }

.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.print {
  display: none; }

/*html,
body,
.sitewrapper,
.scroller {
  height: 100%; }*/

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  background-color: #f3f3f3;
  color: #333331;
  font-family: "TTRoundsCondensed-Regular", "Helvetica", "Arial", sans-serif;
  min-width: 320px;
  max-width: 100%;
  /* -webkit-transform-style: preserve-3d; */
          /* transform-style: preserve-3d;  */
		  }

.scroller {
  overflow-y: scroll; }

.scroller,
.scroller-inner {
  position: relative; }

.sitewrapper {
  position: relative;
  /*overflow: hidden;*/
  background: #fff; }

.mp-pusher {
  position: relative;
  left: 0;
  height: 100%; }

a {
  color: #1f6c93; }
  a:hover {
    color: #1b5d7e; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .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; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* 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-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover: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: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    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: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* 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: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .pika-single.is-hidden {
    display: none; }
  .pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }

.pika-single {
  *zoom: 1; }
  .pika-single:before, .pika-single:after {
    content: " ";
    display: table; }
  .pika-single:after {
    clear: both; }

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px; }

.pika-title {
  position: relative;
  text-align: center; }
  .pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0; }
  .pika-prev:hover,
  .pika-next:hover {
    opacity: 1; }
  .pika-prev.is-disabled,
  .pika-next.is-disabled {
    cursor: default;
    opacity: .2; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }
  .pika-table th,
  .pika-table td {
    width: 14.285714285714286%;
    padding: 0; }
  .pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center; }
  .pika-table abbr {
    border-bottom: none;
    cursor: help; }

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5; }
  .is-today .pika-button {
    color: #33aaff;
    font-weight: bold; }
  .is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px; }
  .is-disabled .pika-button,
  .is-outside-current-month .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3; }
  .pika-button:hover {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-inrange .pika-button {
  background: #D5E9F7; }

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px; }

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px; }

h1,
h2,
h3,
h4,
h5 {
  font-family: "TTRoundsCondensed-Bold", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400 !important; }

h1 {
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 20px; }

h2 {
  font-size: 1.75em;
  margin-top: 30px;
  margin-bottom: 20px; }

h3 {
  font-size: 1.5em;
  margin-top: 30px;
  margin-bottom: 20px; }

h4 {
  font-size: 1.126em;
  margin-top: 30px;
  margin-bottom: 20px; }

h5 {
  font-size: 1em;
  margin-bottom: 10px; }

p, li {
  font-family: "TTRoundsCondensed-Regular", "Helvetica", "Arial", sans-serif !important;
  font-size: 1em;
  font-weight: normal; }

.lead {
  font-size: 1, 25em; }

.browserupgrade {
  padding: 20px;
  background-color: #eaeaea;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif; }
  .browserupgrade span, .browserupgrade p {
    display: inline-block; }
  .browserupgrade span {
    font-size: 44px;
    margin-right: 10px;
    color: #cc0000;
    vertical-align: middle; }
  .browserupgrade p {
    font-size: 16px;
    color: #000; }

.infield {
  position: relative; }
  .infield label {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1;
    cursor: text;
    color: #757575;
    font-size: 0.875em; }

input {
  -webkit-appearance: none; }

input[type="text"] {
  color: #000;
  padding: 12px;
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  border: 1px solid #959595;
  height: 48px; }
  input[type="text"][style] {
    background-image: none !important; }

input[type="checkbox"] {
  -webkit-appearance: none;
  border: 1px solid #959595;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  width: 24px;
  height: 24px;
  position: relative;
  cursor: pointer;
  outline: none; }
  input[type="checkbox"]:active, input[type="checkbox"]:checked:active {
    border: 1px solid #7c7c7c;
    color: #7c7c7c; }
  input[type="checkbox"]:checked:after {
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 24px;
    line-height: 24px;
    color: #d15421;
    text-align: center; }
  input[type="checkbox"]:focus {
    outline: none; }

input[type="checkbox"] + label {
  line-height: 24px; }

input[type="submit"] {
  height: 48px; }

.topbar {
  background-color: #cf4520;
  color: #fff; }
  @media (max-width: 1024px) {
    .topbar {
      display: none; } }
  .topbar .container {
    padding-left: 0;
    padding-right: 0; }
    @media (max-width: 1024px) {
      .topbar .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px; } }
  .topbar a {
    display: block;
    color: inherit;
    font-size: 0.9375em;
    line-height: 30px; }
    .topbar a:hover {
      text-decoration: none; }
  .topbar ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .topbar li {
    display: inline-block; }
    .topbar li:last-child a:after {
      content: "";
      padding: 0; }

.topbar-menu {
  float: left; }
  .topbar-menu a:hover {
    text-decoration: underline; }
  .topbar-menu a:after {
    content: "|";
    padding: 8px; }

.topbar-tools {
  float: right; }
  @media (max-width: 1024px) {
    .topbar-tools {
      display: none; } }
  .topbar-tools a,
  .topbar-tools .print {
    float: left;
    margin-left: 4px; }
  .topbar-tools .resize {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 2px solid #fff;
    margin: 5px 0 2px 4px;
    text-align: center; }
    .topbar-tools .resize.larger {
      font-size: 14px; }
    .topbar-tools .resize.smaller {
      font-size: 10px; }
    .topbar-tools .resize:hover {
      background-color: #333331;
      text-decoration: none; }
  .topbar-tools .print {
    display: block;
    line-height: 33px;
    font-size: 1.3em; }

.mobile-utilities .topbar-menu {
  float: none; }
  .mobile-utilities .topbar-menu a {
    background-color: #942d11; }
    .mobile-utilities .topbar-menu a:hover {
      text-decoration: none; }
    .mobile-utilities .topbar-menu a:before {
      content: "";
      padding-right: 0; }
    .mobile-utilities .topbar-menu a:after {
      content: "";
      padding: 0; }
  .mobile-utilities .topbar-menu li {
    border-top: 1px solid #fff; }
    .mobile-utilities .topbar-menu li:first-child {
      border-top: 0; }

.mp-menu ul.topbar-menu {
  background-color: #942d11; }

.header {
  /* background: #fff url("../img/bg-grayline.png") scroll repeat-x bottom; */
  position: relative;
  padding: 0 0 10px; }

  .header .navbar-brand img { max-height: 66px; }
  @media (max-width: 768px) {
    #mainNav {
      flex-wrap: wrap;
    }
    .navbar-brand {
      width: 100%;
    }
    .navbar-brand #logoHeader {
      display: block;
      max-height: 55px;
      margin: 1rem auto;
    }
    .navbar-brand #logoHeaderMobile {
      display: none;
    }
    .topBanners {
        width: calc(100% + 30px) !important;
        margin: 0 -15px !important;
    }
  }

.mainmenu {
  padding: 0; }
  .mainmenu h2,
  .mainmenu a.mp-back {
    display: none !important; }
  .mainmenu div > div {
    padding-left: 0;
    padding-right: 0; }
  .mainmenu.navbar {
    position: static; }
  .mainmenu .navbar-nav .nav-item + .nav-item {
    margin-left: 0; }
  @media (max-width: 1024px) {
    .mainmenu .navbar-nav {
      display: none; } }
  .mainmenu .navbar-nav .mp-level {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .mainmenu .navbar-nav .expand {
    display: none; }
  .mainmenu .navbar-nav a {
    font-size: 1.375em;
    font-weight: 400;
    line-height: 1.275em;
    text-align: center;
    max-width: 130px;
    padding: 30px 5px 3px;
    border-bottom: 2px solid transparent; }
    .mainmenu .navbar-nav a:after {
      display: block;
      content: "\f107";
      font-family: "FontAwesome", serif;
      padding-top: 8px; }
    @media (max-width: 910px) {
      .mainmenu .navbar-nav a {
        font-size: 1.25em; } }
  .mainmenu.navbar-light .navbar-nav .nav-link {
    color: #7c7c7c; }
    .mainmenu.navbar-light .navbar-nav .nav-link:hover {
      color: #d15421;
      text-decoration: none; }
  .mainmenu .nav-item:hover > .nav-link,
  .mainmenu .nav-item:focus > .nav-link,
  .mainmenu .nav-item.active > .nav-link {
    color: #d15421;
    border-bottom: 2px solid #d15421; }
  .mainmenu .col-md-6 {
    position: static; }
  @media (max-width: 1024px) {
    .mainmenu .col-md-3:first-child {
      width: 100%;
      float: none; } }
  .mainmenu .mobilemenu .menutoggle {
    display: none; }
    @media (max-width: 1024px) {
      .mainmenu .mobilemenu .menutoggle {
        display: block; } }
  .mainmenu .mobilemenu .searchform,
  .mainmenu .mobilemenu .topbar-menu {
    display: none; }
  @media (max-width: 1024px) {
    .mainmenu .mobilemenu {
      display: block; } }
  .mainmenu .mobilemenu.open .navbar-nav {
    display: block;
    padding-top: 60px;
    background-color: #cf4520; }
  .mainmenu .mobilemenu.open .nav-item {
    float: none; }
  .mainmenu .mobilemenu.open .nav-item + .nav-item {
    margin-left: 0; }
  .mainmenu .mobilemenu.open .nav-link {
    color: #fff; }
    .mainmenu .mobilemenu.open .nav-link:hover {
      color: #fff; }
  .mainmenu .mobilemenu.open a {
    max-width: none;
    text-align: left;
    padding: 10px 0;
    margin: 0 10px;
    border-top: 1px solid #942d11; }
    .mainmenu .mobilemenu.open a:before {
      content: "\f104";
      font-family: "FontAwesome";
      padding-right: 10px; }
    .mainmenu .mobilemenu.open a:after {
      content: "";
      padding-top: 0; }
  .mainmenu .mobilemenu .searchform {
    display: block;
    border-top: 1px solid #942d11;
    padding: 20px 15px;
    background-color: #cf4520; }
    .mainmenu .mobilemenu .searchform input {
      border: 1px solid #696969;
      width: 100%;
      height: 50px;
      /* background: #fff url("../img/bg-search.png") scroll no-repeat right; */
	 }
    .mainmenu .mobilemenu .searchform .infield label {
      top: 15px;
      left: 20px; }
  .mainmenu .mobilemenu .topbar-menu {
    display: block;
    float: none;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #942d11; }
    .mainmenu .mobilemenu .topbar-menu li:last-child a {
      border-bottom: 0; }
    .mainmenu .mobilemenu .topbar-menu a {
      display: block;
      padding: 15px;
      border-bottom: 1px solid #fff;
      color: #fff; }
      .mainmenu .mobilemenu .topbar-menu a:after {
        content: "";
        padding: 0; }
      .mainmenu .mobilemenu .topbar-menu a:hover {
        text-decoration: none; }
  .mainmenu .menutoggle {
    background-color: transparent;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
    z-index: 20;
    width: 52px;
    height: 36px;
    padding-right: 5px;
    margin-left: -5px; }
    .mainmenu .menutoggle:hover, .mainmenu .menutoggle:focus {
      outline: 0;
      color: #fdb414;
      cursor: pointer; }
    .mainmenu .menutoggle .navicon {
      width: 30px;
      height: 20px;
      position: relative;
      margin: 8px auto;
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg);
      transition: .5s ease-in-out; }
      .mainmenu .menutoggle .navicon span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #fff;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
        transition: .25s ease-in-out; }
        .mainmenu .menutoggle .navicon span:nth-child(1) {
          top: 0px; }
        .mainmenu .menutoggle .navicon span:nth-child(2), .mainmenu .menutoggle .navicon span:nth-child(3) {
          top: 9px; }
        .mainmenu .menutoggle .navicon span:nth-child(4) {
          top: 18px; }

.mainmenu .nav-item:hover > .dropdown-panel .nav-link {
  border-bottom: 0; }

.mainmenu .dropdown-panel {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 10;
  background-color: #fff;
  padding: 0 0 20px 0; }
  .mainmenu .dropdown-panel > ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 560px;
    min-height: 90px;
    display: table; }
  .mainmenu .dropdown-panel li {
    display: table-cell;
    text-align: left;
    width: 33%;
    float: left; }
  .mainmenu .dropdown-panel a {
    display: block;
    margin-bottom: 0;
    margin-right: 10px;
    padding: 20px 0 30px 0;
    color: #7c7c7c;
    font-size: 1em;
    text-align: left;
    max-width: none;
    position: relative;
    height: 60px;
    color: #6f6f6f; }
    .mainmenu .dropdown-panel a:after {
      content: ""; }
    .mainmenu .dropdown-panel a:hover {
      color: #d15421;
      text-decoration: none;
      border-bottom: 2px solid transparent; }
  .mainmenu .dropdown-panel.show {
    display: block; }

.mainmenu .navline {
  display: block;
  width: 40px;
  height: 1px;
  background-color: #cf4520; }
  .mainmenu .navline:first-child {
    margin-bottom: 0; }
  .mainmenu .navline:last-child {
    position: absolute;
    bottom: 0;
    left: 0; }

.mainmenu .nav-item:hover > .dropdown-panel {
  display: block; }
  @media (max-width: 863px) {
    .mainmenu .nav-item:hover > .dropdown-panel {
      display: none; } }

.mp-menu {
  position: absolute;
  /* we can't use fixed here :( */
  top: 0;
  left: 0;
  z-index: 1;
  width: 300px;
  height: 100%;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  background-color: #942d11;
  color: #fff; }
  .mp-menu .mp-logo {
    background-color: #c23019;
    padding: 10px 0;
    margin-left: -10px; }
    .mp-menu .mp-logo img {
      width: 170px;
      height: 36px;
      margin: 0 auto; }
  .mp-menu a {
    color: #fff;
    background-color: #c23019; }
  .mp-menu h2 {
    font-family: "TTRoundsCondensed-Regular", "Helvetica", "Arial", sans-serif;
    font-size: 1.25em;
    padding: 8px 20px;
    margin: 0;
    background-color: #c23019; }
  .mp-menu ul {
    list-style: none;
    margin: 0;
    padding: 0 20px;
    background-color: #c23019; }
  .mp-menu li {
    border-top: 1px solid #942d11; }
  .mp-menu li a {
    padding: 15px 0;
    display: inline-block; }
    .mp-menu li a:hover {
      text-decoration: none; }
  .mp-menu .expand {
    display: inline-block;
    padding: 5px 15px;
    margin-left: -15px;
    cursor: pointer;
    width: 44px;
    height: 44px;
    text-align: center; }
  .mp-menu li a.mp-back {
    position: relative;
    background-color: #942d11;
    padding-left: 20px;
    display: block; }
    .mp-menu li a.mp-back:before {
      content: "";
      padding-right: 0; }
    .mp-menu li a.mp-back:after {
      content: "\f105";
      font-family: "FontAwesome";
      padding-left: 10px;
      position: absolute;
      top: 10px;
      right: 20px; }

.mp-level {
  background-color: #942d11;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
  .mp-level.end .expand {
    display: none; }

/* overlays for pusher and for level that gets covered */
.mp-pusher::after,
.mp-level::after,
.mp-level::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  content: '';
  opacity: 0; }

.mp-pusher::after,
.mp-level::after {
  background: rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s; }

.mp-level::after {
  z-index: -1; }

.mp-pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.3s; }

.mp-level.mp-level-overlay {
  cursor: pointer; }

.mp-level.mp-level-overlay.mp-level::before {
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 1; }

.mp-pusher,
.mp-level {
  transition: all 0.5s; }

/* overlap */
.mp-overlap .mp-level.mp-level-open {
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0); }

/* First level */
.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open,
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open {
  box-shadow: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* cover */
.mp-cover .mp-level.mp-level-open {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 3; }

.mp-cover .mp-level-open .mp-level:not(.mp-level-open) {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mp-level-open:not(.mp-level-overlay) {
  overflow-y: auto; }

.search {
  position: relative; }
  @media (max-width: 991px) {
    .search {
      margin-right: 10px; } }
  @media (max-width: 863px) {
    .search {
      display: none; } }
  .search .fieldgroup {
    margin-top: 30px;
    float: right; }
  .search .fieldgroup label {
    top: 17px;
    left: 20px; }
  .search .infield label {
    font-size: 1.1em; }
    @media (max-width: 910px) {
      .search .infield label {
        font-size: 1em; } }
  .search input[type="search"] {
    border: 1px solid #7c7c7c;
    box-shadow: none;
    padding: 16px 20px;
    width: 100%;
    max-width: 240px;
    /* background: #fff url("../img/bg-search.png") scroll no-repeat right;  */
}

.mobile-search .search {
  display: block;
  background-color: #c23019;
  margin-right: 0; }
  .mobile-search .search .fieldgroup {
    float: none;
    padding: 10px 0 0;
    margin: 0 20px 0;
    border-top: 1px solid #942d11; }
  .mobile-search .search .fieldgroup label {
    top: 30px;
    left: 20px;
    z-index: 2; }
  .mobile-search .search input[type="search"] {
    position: relative;
    max-width: none;
    color: #000;
    margin: 5px 0 15px 0;
    padding: 12px 20px; }

.hero {
  position: relative;
  background: url("../img/hero-static.jpg") scroll no-repeat top center;
  background-size: cover;
  height: 650px; }
  @media (max-width: 992px) {
    .hero {
      height: 480px; } }
  @media (max-width: 768px) {
    .hero {
      background: #fff none;
      height: auto;
      padding: 10px; } }
  .hero .bookingform {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 26px 0 18px;
    color: #fff;
    border: 0;
    margin: 0; }
    .hero .bookingform h1 {
      display: none; }
    @media (max-width: 768px) {
      .hero .bookingform {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        background-color: #fff;
        color: #333331;
        padding: 10px 10px;
        margin: 0;
        border: 1px solid #cf4520; }
        .hero .bookingform h1 {
          display: block;
          padding-top: 10px;
          padding-left: 0;
          font-size: 1.5em; } }
    @media (max-width: 991px) {
      .hero .bookingform .container {
        max-width: 100%; } }
    @media (max-width: 691px) {
      .hero .bookingform .container > div {
        padding-left: 0;
        padding-right: 0; } }
    @media (max-width: 790px) {
      .hero .bookingform form {
        padding: 0; } }
    .hero .bookingform .fieldgroup {
      float: left;
      padding: 0 1px; }
      .hero .bookingform .fieldgroup:nth-child(1) {
        width: 50%; }
        @media (max-width: 768px) {
          .hero .bookingform .fieldgroup:nth-child(1) {
            width: 100%; } }
      .hero .bookingform .fieldgroup:nth-child(2) {
        width: 50%; }
        @media (max-width: 768px) {
          .hero .bookingform .fieldgroup:nth-child(2) {
            width: 100%; } }
      .hero .bookingform .fieldgroup:nth-child(3), .hero .bookingform .fieldgroup:nth-child(4), .hero .bookingform .fieldgroup:nth-child(5), .hero .bookingform .fieldgroup:nth-child(6) {
        width: 25%; }
        @media (max-width: 768px) {
          .hero .bookingform .fieldgroup:nth-child(3), .hero .bookingform .fieldgroup:nth-child(4), .hero .bookingform .fieldgroup:nth-child(5), .hero .bookingform .fieldgroup:nth-child(6) {
            width: 50%; } }
      .hero .bookingform .fieldgroup:nth-child(4) {
        padding-top: 12px;
        padding-left: 20px;
        padding-right: 20px; }
        @media (max-width: 768px) {
          .hero .bookingform .fieldgroup:nth-child(4) {
            padding-left: 0; } }
        @media (max-width: 630px) {
          .hero .bookingform .fieldgroup:nth-child(4) {
            padding-left: 10px;
            padding-right: 10px; } }
      @media (max-width: 768px) {
        .hero .bookingform .fieldgroup:nth-child(5) {
          width: 100%; }
        .hero .bookingform .fieldgroup:nth-child(6) {
          width: 70%; } }
      .hero .bookingform .fieldgroup label {
        top: 15px;
        left: 12px; }
        @media (max-width: 820px) {
          .hero .bookingform .fieldgroup label {
            font-size: 0.9em; } }
        @media (max-width: 420px) {
          .hero .bookingform .fieldgroup label {
            font-size: 0.8em; } }
      .hero .bookingform .fieldgroup span {
        float: right;
        padding-left: 0;
        font-size: 1em; }
        @media (max-width: 820px) {
          .hero .bookingform .fieldgroup span {
            padding-left: 10px; } }
        @media (max-width: 560px) {
          .hero .bookingform .fieldgroup span {
            font-size: 0.9em;
            line-height: 1.7em; } }
        @media (max-width: 768px) {
          .hero .bookingform .fieldgroup span {
            float: left; } }
    .hero .bookingform input[type="text"] {
      margin-bottom: 20px;
      border: 0; }
    .hero .bookingform input[type="checkbox"] {
      border: 0; }
    @media (max-width: 768px) {
      .hero .bookingform input[type="text"],
      .hero .bookingform input[type="checkbox"] {
        border: 1px solid #959595; } }
    .hero .bookingform .button {
      border-left: 0;
      height: 48px; }
      .hero .bookingform .button:hover {
        background-color: #a33619; }
    .hero .bookingform .departingfrom,
    .hero .bookingform .travellingto {
      width: 100%; }
    .hero .bookingform .departuredate,
    .hero .bookingform .returndate,
    .hero .bookingform .button {
      width: 100%; }

.bookingform {
  background-color: #fff; }
  @media (max-width: 768px) {
    .bookingform {
      border: 1px solid #cf4520;
      margin: 20px; } }
  .bookingform h1 {
    background-color: #cf4520;
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    padding: 15px 30px; }
    @media (max-width: 768px) {
      .bookingform h1 {
        background-color: transparent;
        color: #cf4520;
        padding: 15px 10px 0; } }
  .bookingform form {
    padding: 15px 30px; }
    @media (max-width: 768px) {
      .bookingform form {
        padding: 0 10px 10px; } }
  .bookingform input[type="submit"] {
    width: 100%;
    max-width: 100%;
    border-left: 10px solid #fff;
    height: 50px;
    font-weight: normal;
    font-size: 0.875em; }
    @media (max-width: 768px) {
      .bookingform input[type="submit"] {
        border-left: 0;
        width: auto;
        padding-left: 20px;
        padding-right: 20px; } }
  .bookingform .formrow:nth-child(1) .fieldgroup {
    width: 50%;
    float: left; }
    .bookingform .formrow:nth-child(1) .fieldgroup:nth-child(1) input {
      border-right: 0; }
    @media (max-width: 768px) {
      .bookingform .formrow:nth-child(1) .fieldgroup {
        width: 100%;
        float: none; }
        .bookingform .formrow:nth-child(1) .fieldgroup:nth-child(1) input {
          border-right: 1px solid #7c7c7c; } }
  .bookingform .formrow:nth-child(2) .fieldgroup {
    width: 25%;
    float: left; }
    @media (max-width: 768px) {
      .bookingform .formrow:nth-child(2) .fieldgroup {
        width: 100%;
        float: none; } }
  .bookingform .formrow:nth-child(2) .fieldgroup:nth-child(2) {
    padding-top: 10px;
    padding-left: 30px; }
    @media (max-width: 768px) {
      .bookingform .formrow:nth-child(2) .fieldgroup:nth-child(2) {
        padding-left: 0;
        padding-bottom: 10px; } }
  .bookingform input.returndate {
    margin-right: 10px; }
  .bookingform input.oneway {
    float: left;
    margin-right: 5px; }
  .bookingform label.oneway {
    display: block;
    float: left; }
  .bookingform .infield label {
    top: 15px;
    left: 16px; }
  .bookingform .departuredate,
  .bookingform .returndate {
    /* background: #fff url("../img/icon-date.png") scroll no-repeat right; */
    padding-right: 40px; }

.pika-lendar table {
  margin: 0; }

.pika-lendar .pika-button {
  background: transparent; }
  .pika-lendar .pika-button:hover {
    color: #d15421; }

.pika-lendar .is-selected .pika-button {
  background-color: #d15421;
  border: 0;
  box-shadow: none; }
  .pika-lendar .is-selected .pika-button:hover {
    background-color: #cf4520;
    color: #fff; }

.pika-lendar .is-today .pika-button {
  color: #d15421; }
  .pika-lendar .is-today .pika-button:hover {
    color: #cf4520; }

.button {
  display: inline-block;
  background-color: #cf4520;
  color: #fff;
  border: 0;
  padding: 0 24px;
  line-height: 48px;
  height: 48px;
  min-width: 150px; }
  .button:hover {
    background-color: #a33619;
    color: #fff;
    text-decoration: none; }

input.button {
  padding: 0;
  line-height: 30px;
  height: 48px; }
  input.button:hover {
    background-color: #a33619;
    color: #fff; }

.contentzone {
  /* background: url("../img/bg-pattern.png") scroll repeat top left; */
  position: relative;
  padding: 30px 0 0; }
  .contentzone .container {
    position: relative;
  }
  @media (max-width: 991px) {
    .contentzone .container {
      max-width: 100%; } }
  @media (max-width: 864px) {
    .contentzone .container {
      padding: 0;
      margin: 0; } }
  @media (max-width: 544px) {
    .contentzone {
      background: none; }
      .contentzone .container > div:nth-child(2) {
        padding-left: 0;
        padding-right: 0; } }

.flourish {
  /* background: url("../img/bg-flourish.png") scroll no-repeat top left; */
  padding: 10px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%; }
  @media (max-width: 992px) {
    .flourish {
      display: none; } }

@media (max-width: 864px) {
  .iconbank {
    padding-left: 20px;
    padding-right: 20px; } }

@media (max-width: 640px) {
  .iconbank {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 544px) {
  .iconbank {
    padding-bottom: 20px; } }

.iconbank a {
  color: inherit; }
  .iconbank a:hover {
    color: #d15421;
    text-decoration: none; }

.iconbank .panel {
  display: block;
  margin: 50px 0;
  text-align: center; }
  @media (max-width: 544px) {
    .iconbank .panel {
      margin: 25px 0; } }

.iconbank img {
  display: inline-block;
  max-width: 100%; }

.iconbank span {
  display: block;
  padding-top: 20px;
  font-size: 1.5em;
  font-weight: bold; }
  @media (max-width: 768px) {
    .iconbank span {
      font-size: 1.3em; } }
  @media (max-width: 640px) {
    .iconbank span {
      font-size: 1.2em;
      height: 40px; } }
  @media (max-width: 544px) {
    .iconbank span {
      padding-top: 10px; } }
  @media (max-width: 360px) {
    .iconbank span {
      font-size: 1em; } }

@media (max-width: 768px) {
  .promos > div:nth-child(2) {
    padding-left: 0;
    padding-right: 0; } }

.slider {
  overflow: hidden; }
  .slider .slide {
    position: relative;
    height: 377px;
    overflow: hidden;
    border: 5px solid #fff; }
    @media (max-width: 544px) {
      .slider .slide {
        height: auto; } }
    .slider .slide a {
      display: block; }
      .slider .slide a:hover .caption {
        text-decoration: underline; }
    .slider .slide img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 760px;
      height: 409px;
      margin-top: -204px;
      margin-left: -380px; }
      @media (max-width: 544px) {
        .slider .slide img {
          position: relative;
          top: auto;
          left: auto;
          width: 100%;
          max-width: 100%;
          height: auto;
          margin-top: 0;
          margin-left: 0; } }
  .slider .caption {
    background-color: rgba(207, 69, 32, 0.9);
    color: #fff;
    font-size: 1.5em;
    display: inline-block;
    padding: 10px 20px;
    position: absolute;
    bottom: 20px;
    left: 20px; }
    @media screen and (max-width: 544px) {
      .slider .caption {
        position: relative;
        bottom: auto;
        left: auto;
        font-size: 1em;
        background-color: #cf4520;
        width: 100%;
        padding: 10px; } }
  .slider .slick-prev:before,
  .slider .slick-next:before {
    font-family: "FontAwesome";
    color: #cf4520;
    font-size: 60px;
    width: 45px;
    height: 60px;
    display: block; }
    @media (max-width: 544px) {
      .slider .slick-prev:before,
      .slider .slick-next:before {
        font-size: 45px;
        width: 45px;
        height: 45px; } }
  .slider .slick-prev:before {
    content: "\f104"; }
  .slider .slick-next:before {
    content: "\f105"; }
  .slider .slick-prev,
  .slider .slick-next {
    background-color: #fff;
    z-index: 5;
    width: 45px;
    height: 60px;
    line-height: 60px; }
    @media (max-width: 544px) {
      .slider .slick-prev,
      .slider .slick-next {
        background-color: rgba(255, 255, 255, 0.8);
        width: 45px;
        height: 45px;
        line-height: 45px;
        top: 40%; } }
  .slider .slick-prev {
    left: 0; }
  .slider .slick-next {
    right: 0; }
  @media (max-width: 544px) {
    .slider .slick-prev {
      left: -5px; }
    .slider .slick-next {
      right: -5px; } }

@media (max-width: 767px) {
  .news {
    padding-bottom: 40px; } }

.news a {
  color: #cf4520;
  margin-left: 0; }
  .news a.button {
    display: none;
    color: #fff;
    margin-top: 10px;
    margin-left: 0;
    max-width: 320px;
    width: 100%; }
    .news a.button:after {
      content: "\f105";
      font-family: "FontAwesome";
      float: right;
      padding: 0 5px; }
    @media screen and (max-width: 767px) {
      .news a.button {
        display: inline-block; } }
    @media screen and (max-width: 544px) {
      .news a.button {
        display: block; } }
  @media screen and (max-width: 844px) {
    .news a {
      margin-left: 0; } }

.news h1 {
  margin-bottom: 10px; }
  @media screen and (max-width: 1199px) {
    .news h1 {
      font-size: 1.9em; } }
  @media screen and (max-width: 930px) {
    .news h1 {
      font-size: 1.7em; } }
  @media screen and (max-width: 844px) {
    .news h1 {
      font-size: 1.5em; } }

.news h2 {
  font-family: "TTRoundsCondensed-Regular", "Helvetica", "Arial", sans-serif;
  font-size: 1.125em;
  padding: 0;
  background-color: #cf4520;
  color: #fff;
  min-height: 40px;
  margin-bottom: 0; }

.news .panel {
  background-color: #fff;
  padding: 10px;
  width: 100%;
  height: 337px;
  max-height: 378px;
  overflow: auto; }
  @media (max-width: 767px) {
    .news .panel {
      overflow: visible;
      height: auto;
      max-height: none; } }
  @media (max-width: 544px) {
    .news .panel {
      overflow: hidden;
      height: auto; } }

.news .news-item {
  margin-bottom: 16px;
  padding: 10px; }
  @media screen and (max-width: 930px) {
    .news .news-item {
      padding: 0; } }
  @media screen and (max-width: 768px) {
    .news .news-item:nth-child(n+3) {
      display: none; } }
  .news .news-item h2 {
    margin-top: 0; }
    .news .news-item h2 span {
      display: block;
      padding: 10px;
      margin-right: 10px;
      min-height: 40px; }

.news .alert {
  min-height: 40px;
  border: 0;
  border-radius: 0;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: bicubic;
  position: relative; }
  @media screen and (max-width: 844px) {
    .news .alert {
      margin-bottom: 0; } }
  .news .alert.safety {
    color: #fff;
    padding-right: 31px; }
    .news .alert.safety:after {
      content: "\f06a";
      font-family: "FontAwesome";
      font-size: 1.5em;
      position: absolute;
      top: 5px;
      right: 10px;
      padding-left: 10px; }
  .news .alert.avonlink {
    background-color: #78962c; }
  .news .alert.prospector {
    background-color: #ea7e23; }
  .news .alert.australind {
    background-color: #55437f; }
  .news .alert.roadcoaches {
    background-color: #1f6c93; }

.news p {
  padding: 16px 16px 0 0; }

.services {
  margin: 40px 0; }
  .services h1 {
    text-align: center;
    margin: 0; }
    @media screen and (max-width: 543px) {
      .services h1 {
        margin-bottom: 30px; } }
  .services a {
    color: #fff; }
  .services .card {
    background-color: #acacac;
    border: 5px solid #fff;
    border-radius: 0;
    margin: 60px 0;
    text-align: center;
    height: 290px;
    position: relative;
    overflow: hidden;
    transition: all .3s ease-in-out; }
    .services .card:hover {
      background-size: 100%; }
    @media screen and (max-width: 992px) {
      .services .card {
        margin: 30px 0 0 0; } }
    @media screen and (max-width: 543px) {
      .services .card {
        height: auto;
        text-align: left;
        border: 0;
        margin: 5px 0; } }
    .services .card div {
      position: absolute;
      top: 50%;
      left: 40px;
      right: 40px;
      margin-top: -30px; }
      .services .card div span {
        display: inline-block;
        padding: 20px;
        font-size: 1.25em;
        line-height: 1.25em;
        border: 1px solid transparent; }
      @media screen and (max-width: 1199px) {
        .services .card div {
          left: 20px;
          right: 20px; }
          .services .card div span {
            font-size: 1em; } }
      @media screen and (max-width: 992px) {
        .services .card div {
          left: 0;
          right: 0;
          margin-top: -40px; }
          .services .card div span {
            font-size: 1.25em;
            padding: 30px 40px; } }
      @media screen and (max-width: 543px) {
        .services .card div {
          position: relative;
          top: auto;
          left: auto;
          right: auto;
          margin-top: 0;
          display: block;
          width: 100%; }
          .services .card div span {
            width: 100%;
            padding: 0 20px;
            line-height: 3em;
            text-align: left; }
            .services .card div span:after {
              content: "\f105";
              font-family: "FontAwesome";
              font-size: 1.5em;
              float: right;
              padding-right: 0; } }
      @media screen and (max-width: 360px) {
        .services .card div {
          font-size: 1em; } }
  .services .prospector {
    background: url("../img/card-prospector.jpg") center no-repeat;
    background-size: auto 110%;
    transition: all 0.25s ease-in; }
    @media screen and (max-width: 767px) {
      .services .prospector {
        background-size: cover; } }
    .services .prospector span {
      background-color: rgba(220, 134, 51, 0.9); }
      @media (max-width: 543px) {
        .services .prospector span {
          background-color: #ea7e23; } }
    .services .prospector:hover {
      background-size: auto 100%; }
      .services .prospector:hover span {
        background-color: #dc8633; }
  .services .australind {
    background: url("../img/card-australind.jpg") center no-repeat;
    background-size: auto 110%;
    transition: all 0.25s ease-in; }
    @media screen and (max-width: 767px) {
      .services .australind {
        background-size: cover; } }
    .services .australind span {
      background-color: rgba(97, 75, 121, 0.9); }
      @media (max-width: 543px) {
        .services .australind span {
          background-color: #55437f; } }
    .services .australind:hover {
      background-size: auto 100%; }
      .services .australind:hover span {
        background-color: #614b79; }
  .services .avonlink {
    background: url("../img/card-avonlink.jpg") center no-repeat;
    background-size: auto 110%;
    transition: all 0.25s ease-in; }
    @media screen and (max-width: 767px) {
      .services .avonlink {
        background-size: cover; } }
    .services .avonlink span {
      background-color: rgba(183, 191, 16, 0.9);
      margin-top: -12px; }
      @media screen and (max-width: 992px) {
        .services .avonlink span {
          margin-top: 0; } }
      @media screen and (max-width: 767px) {
        .services .avonlink span {
          padding: 20px 40px; } }
      @media screen and (max-width: 660px) {
        .services .avonlink span {
          margin-left: 20px;
          margin-right: 20px;
          margin-top: -12px; } }
      @media screen and (max-width: 543px) {
        .services .avonlink span {
          margin-top: 0;
          margin-left: 0;
          padding: 20px 0 20px 20px;
          background-color: #78962c; } }
    .services .avonlink:hover {
      background-size: auto 100%; }
      .services .avonlink:hover span {
        background-color: #b7bf10; }
  .services .roadcoaches {
    background: url("../img/card-roadcoaches.jpg") center no-repeat;
    background-size: auto 110%;
    transition: all 0.25s ease-in; }
    @media screen and (max-width: 767px) {
      .services .roadcoaches {
        background-size: cover; } }
    .services .roadcoaches span {
      background-color: rgba(95, 143, 171, 0.9); }
      @media (max-width: 543px) {
        .services .roadcoaches span {
          background-color: #1f6c93; } }
    .services .roadcoaches:hover {
      background-size: auto 100%; }
      .services .roadcoaches:hover span {
        background-color: #5f8fab; }
  @media screen and (max-width: 543px) {
    .services .prospector,
    .services .australind,
    .services .avonlink,
    .services .roadcoaches {
      background: none; } }

.banner {
  position: relative;
  width: 100%;
  height: 300px;
  text-align: center;
  overflow: hidden; }
  @media (max-width: 544px) {
    .banner {
      height: auto; } }
  .banner .container {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    z-index: 1; }
    .banner .container img {
      width: auto;
      height: auto; }
    @media (max-width: 544px) {
      .banner .container img {
        height: 200px;
        margin-left: auto; } }

.banner-background {
  background: #333 url("../img/train-unloading-assist.jpg") scroll no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='15');
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); }
  @media (max-width: 544px) {
    .banner-background {
      background: none; } }

.bookingbanner {
  background: #333 url("../img/pinjarra-platform.jpg") scroll no-repeat center;
  background-size: cover;
  width: 100%; }
  @media (max-width: 768px) {
    .bookingbanner {
      background: #fff none; }
      .bookingbanner .container {
        padding-left: 0;
        padding-right: 0; }
        .bookingbanner .container > div {
          padding-left: 0;
          padding-right: 0; } }

.breadcrumbs {
  display: inline-block;
  margin: 16px 0;
  padding: 10px 20px;
  background-color: #cf4520;
  color: #fff;
  font-size: 1em;
  line-height: 1.5em; }
  @media (max-width: 768px) {
    .breadcrumbs {
      display: none; } }
  .breadcrumbs a {
    color: inherit;
    display: block;
    text-decoration: none; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
    .breadcrumbs a:after {
      content: "\f105";
      font-family: "FontAwesome";
      color: #942d11;
      padding: 0 10px; }
    .breadcrumbs a span {
      font-size: 1.5em;
      line-height: 1.5em;
      padding-right: 5px; }
  .breadcrumbs ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .breadcrumbs li {
    display: block;
    height: 36px;
    line-height: 36px;
    float: left; }
    .breadcrumbs li:first-child a {
      text-decoration: none; }
      .breadcrumbs li:first-child a:hover {
        color: #fdb414; }
    .breadcrumbs li:last-child a:after {
      content: "";
      padding: 0; }

.content {
  background-color: #fff;
  padding: 70px 35px; }
  @media (max-width: 544px) {
    .content {
      padding: 20px; } }
  .content li {
    list-style: none;
    position: relative; }
    .content li:before {
      font-family: "FontAwesome";
      font-size: 40%;
      content: "\f111";
      color: #cf4520;
      position: absolute;
      top: 8px;
      left: -12px; }

.table {
  margin: 30px 0;
  border: 0;
  min-width: 600px;
}
.table thead th {
  border-top: 0;
  border-bottom: 2px solid #cf4520; }
.table th {
  font-weight: bold; }
.table th,
.table td {
  font-size: 1em;
  padding: 10px;
}
.table th:first-child,
.table td:first-child {
  padding-left: 0;
}
.table th:nth-child(even),
.table td:nth-child(even) { }

.accordion {
  padding: 30px 0; }
  .accordion .panel {
    margin-bottom: 2px; }
  .accordion .panel-heading {
    background-color: #cf4520;
    color: #fff;
    font-size: 1.125em; }
    .accordion .panel-heading a {
      display: block;
      color: #fff;
      padding: 15px 20px; }
      .accordion .panel-heading a:hover, .accordion .panel-heading a:active, .accordion .panel-heading a:focus {
        text-decoration: none;
        background-color: #a33619; }
      .accordion .panel-heading a:after {
        font-family: "FontAwesome";
        font-size: 1.3em;
        line-height: 27px;
        content: "\f0d7";
        float: right; }
      .accordion .panel-heading a.collapsed:after {
        content: "\f0da"; }
  .accordion .panel-collapse {
    border: 1px solid #b7b7b7;
    border-top: 0; }
  .accordion .accordion-content {
    padding: 20px; }

.download {
  display: block;
  background-color: #ebebeb;
  margin: 5px 0; }
  .download:hover {
    background-color: #dedede; }
  @media (max-width: 544px) {
    .download:before {
      content: "\f019";
      font-family: "FontAwesome";
      font-size: 1.6em;
      float: left;
      padding: 10px 10px 0 10px; } }
  .download .filename {
    float: left;
    padding: 10px 20px;
    width: 75%;
    font-weight: bold; }
    @media (max-width: 992px) {
      .download .filename {
        width: 65%; } }
  .download .filesize {
    float: left;
    border-left: 2px solid #fff;
    padding: 10px;
    width: 15%;
    text-align: right;
    text-transform: uppercase;
    color: #000; }
    @media (max-width: 992px) {
      .download .filesize {
        width: 25%; } }
  .download .fa {
    float: left;
    width: 10%;
    border-left: 2px solid #fff;
    padding: 0;
    text-align: center;
    line-height: 44px; }
  @media (max-width: 544px) {
    .download .filename {
      width: 100%;
      float: none;
      display: block;
      padding-bottom: 0; }
    .download .filesize {
      float: none;
      border-left: 0;
      width: 100%;
      padding: 0 10px 5px 20px;
      display: block;
      font-size: 0.8em;
      text-align: left; }
    .download .fa {
      display: none; } }

.breakout {
  border: 2px solid #cf4520;
  padding: 30px;
  margin: 30px 0;*/ }
  @media (max-width: 544px) {
    .breakout {
      margin-left: 0;
      margin-right: 0; } }
  .breakout h1,
  .breakout h2,
  .breakout h3,
  .breakout h4,
  .breakout h5 {
    margin-top: 0;
    color: #cf4520; }
    @media (max-width: 992px) {
      .breakout h1,
      .breakout h2,
      .breakout h3,
      .breakout h4,
      .breakout h5 {
        margin-top: 30px; } }
  .breakout p:last-child {
    margin-bottom: 0; }
  .breakout img {
    max-width: 100%; }
  .breakout.image {
    display: table;
    padding-left: 0;
    padding-right: 0; }
    .breakout.image > div {
      display: table-cell;
      float: none; }
    .breakout.image > div:first-child {
      padding-left: 30px;
      padding-right: 30px; }
    .breakout.image > div:last-child {
      vertical-align: middle;
      padding-left: 0;
      padding-right: 30px; }
    @media (max-width: 992px) {
      .breakout.image {
        display: block; }
        .breakout.image > div {
          display: block;
          width: 100%;
          float: none; }
        .breakout.image > div:last-child {
          padding-left: 30px; } }
  .breakout.noborder {
    border: 0;
    background: rgba(255, 255, 255, 0.9);
    padding: 0; }

@media (max-width: 769px) {
  .sidebar {
    padding-top: 30px; } }

.sidebar ul {
  list-style: none;
  margin: 0;
  padding-left: 0; }
  @media (max-width: 544px) {
    .sidebar ul {
      margin: 40px 0; } }

@media (max-width: 544px) {
  .sidebar .iconbank {
    padding-right: 0; } }

.sidebar .iconbank li .panel {
  margin: 0 0 40px 0; }

.sidebar .iconbank li:first-child .panel {
  margin-top: 0; }

.farecalculator {
  background-color: #fff; }
  @media (max-width: 768px) {
    .farecalculator {
      margin-top: 0; } }
  .farecalculator h1 {
    background-color: #cf4520;
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    padding: 15px 30px; }
    @media (max-width: 768px) {
      .farecalculator h1 {
        background-color: transparent;
        color: #cf4520;
        padding: 20px 20px 0;
        font-size: 1.5em; } }
  .farecalculator h2 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0;
    padding-left: 30px; }
    @media (max-width: 768px) {
      .farecalculator h2 {
        padding-left: 20px; } }
  .farecalculator p {
    padding-left: 30px;
    padding-right: 30px; }
    @media (max-width: 768px) {
      .farecalculator p {
        padding-left: 20px;
        padding-right: 20px; } }
  .farecalculator div {
    padding-left: 0;
    padding-right: 0; }
  .farecalculator .wrapper {
    padding-left: 30px;
    padding-right: 30px; }
    @media (max-width: 768px) {
      .farecalculator .wrapper {
        padding-left: 20px;
        padding-right: 20px; } }
  .farecalculator form {
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px; }
    @media (max-width: 768px) {
      .farecalculator form {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px; } }
  .farecalculator input[type="text"] {
    width: 100%;
    max-width: 100%;
    padding: 10px 20px;
    margin-bottom: 10px; }
  .farecalculator input[type="submit"] {
    padding-left: 20px;
    padding-right: 20px;
    font-weight: normal; }
  .farecalculator .infield label {
    top: 12px;
    left: 16px; }
  .farecalculator table {
    margin: 0;
    min-width: 0;
    width: 100%; }

.mapbanner {
  background-color: #f8e6de;
  overflow: hidden;
  position: relative; }
  @media (max-width: 768px) {
    .mapbanner {
      background-color: #fff;
      padding: 0; } }
  .mapbanner > div {
    padding-left: 0;
    padding-right: 0; }
  .mapbanner > div:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.15); }
  .mapbanner > div:last-child {
    position: relative;
    z-index: 2; }
  .mapbanner h1 {
    background-color: #cf4520;
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    padding: 10px 30px; }
    @media (max-width: 768px) {
      .mapbanner h1 {
        background-color: transparent;
        color: #cf4520;
        font-size: 1.25em; } }
  .mapbanner .mapzone {
    float: left;
    width: 100%;
    height: 680px; }
    @media (min-width: 769px) and (max-width: 991px) {
      .mapbanner .mapzone {
        height: 360px; } }
    @media (max-width: 768px) {
      .mapbanner .mapzone {
        display: none; } }
  .mapbanner .destination {
    position: relative;
    padding-bottom: 20px;
    background-color: #f8e6de;
    width: 100%;
    z-index: 2; }
    @media (max-width: 992px) {
      .mapbanner .destination {
        width: 100%; } }
    @media (min-width: 769px) and (max-width: 991px) {
      .mapbanner .destination {
        width: 50%;
        float: left;
        padding-bottom: 40px; } }
    @media (max-width: 768px) {
      .mapbanner .destination {
        padding-top: 20px; } }
    @media (max-width: 544px) {
      .mapbanner .destination h1 {
        padding-left: 20px; } }
    .mapbanner .destination h2 {
      font-size: 1.125em;
      font-weight: bold;
      margin-top: 10px; }
      .mapbanner .destination h2 span {
        text-transform: capitalize; }
    .mapbanner .destination .searchform,
    .mapbanner .destination .searchresults {
      padding: 0 30px; }
      @media (max-width: 544px) {
        .mapbanner .destination .searchform,
        .mapbanner .destination .searchresults {
          padding: 0 20px; } }
    .mapbanner .destination .searchresults {
      display: none; }
      .mapbanner .destination .searchresults .button {
        margin-top: 20px;
        max-width: 50%;
        width: auto; }
    .mapbanner .destination .no-results {
      padding-top: 5px; }
      .mapbanner .destination .no-results strong {
        text-transform: capitalize;
        font-weight: 400; }
    .mapbanner .destination input[type="text"] {
      width: 100%;
      max-width: 100%;
      text-transform: capitalize; }
    .mapbanner .destination input[type="button"] {
      max-width: 100%;
      height: 50px;
      font-weight: normal;
      font-size: 0.875em;
      width: 50%; }
    .mapbanner .destination .infield label {
      top: 14px;
      left: 12px; }
      @media (max-width: 768px) {
        .mapbanner .destination .infield label .desktop-only {
          display: none; } }
    .mapbanner .destination ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    .mapbanner .destination li {
      padding: 0 0 6px 0; }
    .mapbanner .destination .resultlabel {
      width: 60%;
      float: left; }
      .mapbanner .destination .resultlabel span {
        text-transform: capitalize; }
    .mapbanner .destination .resultdata {
      width: 40%;
      float: left; }
    .mapbanner .destination .timetable-list li {
      padding: 0;
      display: inline;
      text-transform: capitalize; }
      .mapbanner .destination .timetable-list li:after {
        content: ", "; }
      .mapbanner .destination .timetable-list li:last-child:after {
        content: ""; }
  .mapbanner .bookingform {
    background-color: transparent; }
    @media (max-width: 992px) {
      .mapbanner .bookingform {
        width: 100%;
        float: none;
        background-color: #f8e6de;
        border-left: 1px solid #fff; } }
    @media (min-width: 769px) and (max-width: 991px) {
      .mapbanner .bookingform {
        width: 50%;
        float: left; }
        .mapbanner .bookingform form {
          padding-top: 0; } }
    @media (max-width: 768px) {
      .mapbanner .bookingform {
        border: 1px solid #cf4520;
        background-color: transparent;
        float: none;
        width: auto; }
        .mapbanner .bookingform form {
          padding-top: 0; }
        .mapbanner .bookingform h1 {
          padding: 20px 30px 0 10px; } }
    @media (max-width: 544px) {
      .mapbanner .bookingform h1 {
        padding: 15px 15px 0; }
      .mapbanner .bookingform form {
        padding: 0 15px 15px; } }
    .mapbanner .bookingform input[type="text"] {
      text-transform: capitalize; }
    .mapbanner .bookingform input[type="submit"] {
      border-left: 0;
      width: 50%; }
      @media (max-width: 544px) {
        .mapbanner .bookingform input[type="submit"] {
          width: auto;
          padding-left: 10px;
          padding-right: 10px; } }
    .mapbanner .bookingform .fieldgroup label,
    .mapbanner .bookingform .fieldgroup span {
      font-size: 0.875em; }
    .mapbanner .bookingform .fieldgroup:nth-child(3),
    .mapbanner .bookingform .fieldgroup:nth-child(4) {
      display: inline-block;
      width: 50%; }
    .mapbanner .bookingform .fieldgroup:nth-child(4) {
      float: right;
      padding: 12px 0 0 20px; }
      .mapbanner .bookingform .fieldgroup:nth-child(4) span {
        padding: 0 10px;
        font-size: 1em; }
    @media screen and (max-width: 1330px) {
      .mapbanner .bookingform .fieldgroup:nth-child(3),
      .mapbanner .bookingform .fieldgroup:nth-child(4) {
        display: inline-block;
        width: 100%;
        float: none;
        padding-top: 0;
        padding-bottom: 5px; } }
    @media screen and (max-width: 768px) {
      .mapbanner .bookingform .fieldgroup:nth-child(4) {
        padding-left: 0; } }

.mapzone {
  background-color: #333;
  color: #fff;
  text-align: center;
  position: relative; }
  .mapzone .loading {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    bottom: 45%; }
  .mapzone .map {
    position: relative;
    z-index: 1;
    height: 680px; }
  .mapzone .gm-style-iw {
    color: #000;
    text-align: left; }

.mCS-transwa .mCSB_scrollTools {
  width: 9px; }
  .mCS-transwa .mCSB_scrollTools .mCSB_draggerContainer {
    background-color: rgba(246, 135, 37, 0.2); }
  .mCS-transwa .mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(246, 135, 37, 0); }
  .mCS-transwa .mCSB_scrollTools .mCSB_dragger {
    background-color: #ea7e23; }
    .mCS-transwa .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
      background-color: #ea7e23; }

.mCSB_inside > .mCSB_container {
  margin-right: 15px !important; }

.footer {
  background-color: #cf4520;
  color: #fff;
  background: #e9e9e9 url(/transwa/assets/images/logo/compass_main.png) calc(100% + 40px) 0 no-repeat; background-size: auto 70%;
}

.footer > .container {
  padding: 20px 0 60px;
}
@media (max-width: 545px) {
  .footer {
    background: #e9e9e9;
  }
  .footer > .container {
    display: none;
  }
}

.footer-links {
  background: rgba(0, 0, 0, .1);
  color: #000;
}

.footer .container {
    padding: 40px 0;
}
@media (min-width: 545px) and (max-width: 991px) {
  .footer .container {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 545px) {
  .footer .container {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
  .footer .container > div {
    padding: 0;
  }
  .footer a {
    color: inherit; }
  .footer img {
    width: auto;
    height: 66px;
    max-width: 166px;
    max-height: 50px;
    margin-left: 32px;
  }
  .footer .footer-logo {
    display: inline-block; }
  .footer .additional-logos {
    float: right;
    text-align: right; }
    @media (max-width: 767px) {
      .footer .additional-logos {
        float: none;
        text-align: center; } }
    @media (max-width: 484px) {
      .footer .additional-logos a {
        display: block;
        width: 33%;
        float: left;
        text-align: center; }
        .footer .additional-logos a:nth-child(1) {
          width: 40%;
          text-align: left; }
        .footer .additional-logos a:nth-child(2), .footer .additional-logos a:nth-child(3) {
          width: 30%; }
          .footer .additional-logos a:nth-child(2) img, .footer .additional-logos a:nth-child(3) img {
            max-width: 80%; } }
    .footer .additional-logos img {
      width: auto;
      height: 66px;
      margin-left: 30px;
      max-width: 100%; }
      @media (max-width: 484px) {
        .footer .additional-logos img {
          height: auto;
          width: 100%; }
          .footer .additional-logos img:first-child {
            margin-left: 0; } }

.footer-links {
  background: rgba(0, 0, 0, .1);
  color: #000;
  font-size: 0.9375em;
  line-height: 30px; }
  @media (max-width: 767px) {
    .footer-links {
      text-align: center;
      padding: 5px 10px;
      font-size: 0.8em; } }
  .footer-links .container {
    padding: 0; }
    @media (max-width: 991px) {
      .footer-links .container {
        max-width: 100%;
        padding-left: 40px;
        padding-right: 40px; } }
    @media (max-width: 544px) {
      .footer-links .container {
        padding-left: 10px;
        padding-right: 10px; } }
  .footer-links p {
    float: left;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .footer-links p {
        float: none; } }
  .footer-links ul {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (max-width: 767px) {
      .footer-links ul {
        float: none; } }
  .footer-links li {
    display: inline-block; }
    .footer-links li:after {
      content: "|";
      padding: 8px; }
    .footer-links li:last-child:after {
      content: "";
      padding: 0; }

@media print {
  body {
    background-color: #fff;
    color: #000; }
  .topbar,
  .mainmenu,
  .search,
  .hero,
  .iconbank,
  .slider,
  .services,
  .mapbanner,
  .bookingform,
  .download,
  .sidebar,
  .button,
  .banner-background {
    display: none; }
  .contentzone,
  .flourish {
    background: none; }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid; }
  img {
    max-width: 100% !important; }
  a {
    color: #000;
    text-decoration: none;
    font-weight: bold; }
  a:after {
    content: " [" attr(href) "] ";
    font-weight: normal; }
  a[href^="#"]:after {
    content: ""; }
  .container {
    width: auto; }
  .header {
    border-bottom: 1px solid #999;
    margin-bottom: 1cm; }
    .header .col-lg-5,
    .header .col-lg-3.col-lg-offset-1 {
      display: none; }
    .header .container > div {
      height: auto; }
  .contentzone .container {
    padding: 0; }
  .contentzone .col-md-12:first-child {
    padding: 0;
    float: none; }
  .contentzone .flourish .container > .col-md-9 {
    width: 100%;
    float: none; }
  .contentzone .flourish .container > .col-md-3 {
    display: none; }
  .promos .col-md-8 {
    display: none; }
  .promos .col-md-4 {
    width: 100%;
    float: none;
    padding: 0; }
  .content {
    padding: 20px 0; }
    .content li:before {
      color: #999; }
  .banner {
    height: auto; }
    .banner .container img {
      width: 100%; }
  .news {
    width: 100%; }
    .news h1 {
      margin-bottom: 20px; }
    .news .panel[style] {
      overflow: visible !important;
      width: 100% !important;
      height: auto !important; }
    .news .jspContainer {
      width: 100% !important;
      height: auto !important; }
    .news .jspPane {
      position: relative;
      width: 100% !important;
      top: auto; }
    .news .jspVerticalBar {
      display: none; }
    .news .news-item {
      padding: 10px 0;
      border-bottom: 1px solid #999; }
      .news .news-item:last-child {
        border-bottom: 0; }
    .news .alert {
      background: none;
      padding-left: 0;
      height: auto;
      line-height: normal; }
      .news .alert.avonlink, .news .alert.prospector, .news .alert.australind, .news .alert.roadcoaches {
        background: none;
        background-color: #fff; }
      .news .alert.safety {
        color: #000;
        padding-left: 0; }
    .news h2 {
      background-color: #fff;
      color: #000;
      padding: 0;
      height: auto;
      line-height: normal;
      margin-bottom: 10px; }
    .news p {
      padding: 0; }
    .news a {
      display: none; }
  .breadcrumbs {
    display: block;
    border: 1px solid #999;
    background-color: #fff;
    color: #000;
    margin: 0 0 20px 0; }
  .bookingbanner + .contentzone .breadcrumbs {
    display: none; }
  .breakout {
    border-color: #000;
    page-break-inside: avoid; }
    .breakout img {
      border: 1px solid #999;
      margin-bottom: 20px; }
    .breakout h3 {
      color: #000; }
  .bookingbanner {
    background: none;
    border-bottom: 1px dashed #999;
    margin-bottom: 10px; }
  .farecalculator {
    margin-bottom: 20px; }
    .farecalculator form,
    .farecalculator .col-md-6:first-child {
      display: none; }
    .farecalculator .col-md-6 {
      width: 100%;
      float: none; }
    .farecalculator .col-md-offset-2 {
      margin-left: 0; }
    .farecalculator h1 {
      background: #fff;
      color: #000;
      font-size: 2em; }
    .farecalculator h2 {
      font-size: 1.25em; }
    .farecalculator th:nth-child(2),
    .farecalculator th:nth-child(3),
    .farecalculator td:nth-child(2),
    .farecalculator td:nth-child(3) {
      text-align: right; }
  table {
    page-break-inside: avoid; }
  thead {
    border-color: #000; }
  tr {
    border-bottom: 1px solid #999; }
  .collapse {
    display: block;
    height: auto !important; }
  .accordion .panel {
    page-break-inside: avoid; }
  .accordion .panel-heading {
    background: #fff;
    color: #000;
    border: 1px solid #999; }
    .accordion .panel-heading a {
      color: inherit; }
      .accordion .panel-heading a:after {
        content: "" !important; }
  .accordion .panel-collapse {
    border: 0; }
  .footer {
    border-top: 1px solid #999;
    background-color: #fff;
    color: #000; }
    .footer img {
      display: none; }
    .footer img.print {
      display: inline-block; }
    .footer a:after {
      content: ""; }
    .footer .col-md-3 {
      width: 20%;
      float: left; }
    .footer .col-md-9 {
      width: 80%;
      float: left; }
  .footer-links {
    background-color: #fff;
    border-top: 1px dashed #999;
    padding: 10px 0;
    text-align: center; }
    .footer-links ul {
      display: none; }
    .footer-links p {
      float: none; } }
      

#banner > * {
  display: none;
}
#banner > *:first-child {
  display: block;
}

@media (max-width: 480px) {
  footer .hidden-sm-down {
    display: none;
  }
}

.cl_stepper {
  margin-block-start: 0;
  margin-block-end: 0;
}
@media (max-width: 545px) {
  .modal {
    height: 70%!important;
  }
  .mobile-hide {
    display: none !important;
  }
}

.cart-badge {
  top: -18px;
  right: 5px;
  font-size: 0.8rem;
  position: relative;
}

#mobile-scroller {
  display: none;
  position: absolute;
  top: -55px;
  right: 10px;
  z-index:10;
  padding: 6px;
  border-radius: 4px;
  background-color: rgba(166,55,26,1);
  color:rgba(250, 250, 250, 1);
  opacity: 0;
  font-size: x-large;
}

@media (max-width: 545px) {
  #mobile-scroller {
    display: block
  }
}
.btn-danger {
  border: 1px solid white;
}
.btn-danger:hover {
  border: 1px solid white;
}
@media print {
  #test-warning {
    display: none !important;
  }
}

.waiting-overlay {
  position:fixed;
  z-index:100001;
  background:rgba(0,0,0,0.5);
  width:100%;
  height:100%;
  top:0;
  left:0;
}

.waiting-overlay > div {
  display:flex;
  justify-content:center;
  align-items:center;
  height:100%;
}

.waiting-overlay > div > span {
  background-color: #f7f7f7;
  padding: 15px 20px;
  border-radius: 5px;
  width: 20em;
  text-align: center;
}

.waiting-overlay > div > span:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis-dot 900ms infinite;      
  animation: ellipsis-dot 900ms infinite;
  animation-fill-mode: forwards;
  content: "...";
  width: 1.25em;
}

@keyframes ellipsis-dot {
  25% {
    content: "";
  }
  50% {
    content: ".";
  }
  75% {
    content: "..";
  }
  100% {
    content: "...";
  }
}

.collapselink[aria-expanded="true"] .fa-chevron-down {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
