/* ------------------------------------------------------------------------------------------------------
 * =fonts
 * ------------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'OstrichBlack';
  src: url('/fonts/ostrich-black-webfont.eot');
  src: url('/fonts/ostrich-black-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/ostrich-black-webfont.ttf') format('truetype'), url('/fonts/ostrich-black-webfont.svg#OstrichBlack') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Xscript';
  src: url('/fonts/xscript.eot');
  src: url('/fonts/xscript.eot?#iefix') format('embedded-opentype'), url('/fonts/xscript.ttf') format('truetype'), url('/fonts/xscript.svg#Xscript') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'XisidoraSansLight';
  src: url('/fonts/xisidora-sans-light.eot');
  src: url('/fonts/xisidora-sans-light.eot?#iefix') format('embedded-opentype'), url('/fonts/xisidora-sans-light.ttf') format('truetype'), url('/fonts/xisidora-sans-light.svg#XisidoraSansLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'XisidoraSansBold';
  src: url('/fonts/xisidora-sans-bold.eot');
  src: url('/fonts/xisidora-sans-bold.eot?#iefix') format('embedded-opentype'), url('/fonts/xisidora-sans-bold.ttf') format('truetype'), url('/fonts/xisidora-sans-bold.svg#XisidoraSansBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('/vendor/font-awesome/fonts/fontawesome-webfont.eot');
  src: url('/vendor/font-awesome/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('/vendor/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), url('/vendor/font-awesome/fonts/fontawesome-webfont.ttf') format('truetype'), url('/vendor/font-awesome/fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}
.brandFont {
  font-family: 'XisidoraSansLight', Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
}
.brandFontBold {
  font-family: 'XisidoraSansBold', Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
}
.raleway {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
}
h1,
h2,
h3 {
  font-family: 'XisidoraSansLight', Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
}
.borderBox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.verticalAlign {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* ------------------------------------------------------------------------------------------------------
 * =mixins
 * ------------------------------------------------------------------------------------------------------*/
/* Border Radius */
/* Box Shadows */
/* ------------------------------------------------------------------------------------------------------
 * =global
 * ------------------------------------------------------------------------------------------------------*/
body {
  font-family: 'XisidoraSansLight', Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  overflow-x: hidden;
  min-width: 100%;
}
@media (min-width: 1350px) {
  .container {
    width: 70%;
  }
}
@media (max-width: 1349px) {
  .container {
    width: 80%;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 92%;
  }
}
@media (max-width: 1049px) {
  .container {
    width: 96%;
  }
}
.container.navbar-container {
  width: 100%;
}
#Main {
  background: #ffffff;
  margin: 0 auto 0px;
  padding: 20px 0 30px;
  min-height: 300px;
  left: 0;
  right: 0;
  margin-bottom: 270px;
  margin-top: 100px;
  z-index: 2;
  position: absolute;
}
#Main.home {
  padding: 0;
  margin: -30px 0 16px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1216px) {
  #Main {
    margin-bottom: 375px;
  }
}
@media (max-width: 979px) {
  #Main {
    margin-top: 50px;
    margin-bottom: 400px;
  }
}
#Main #page-body-container {
  margin: 0 auto;
  width: fit-content;
}
a {
  color: #E9322D;
  outline: none;
}
a:hover,
a:active {
  color: #ca2027;
  outline: none;
}
a:focus {
  outline: none;
}
.spots-available-highlight {
  color: #ec1c24;
}
/* ------------------------------------------------------------------------------------------------------
 * =buttons
 * ------------------------------------------------------------------------------------------------------*/
.btn {
  font-family: 'XisidoraSansLight', Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  background-color: #ec1c24;
  background-image: -moz-linear-gradient(top, #fa5e64, #ec1c24);
  background: -ms-linear-gradient(top, #fa5e64 0%, #ec1c24 100%);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fa5e64), to(#ec1c24));
  background-image: -webkit-linear-gradient(top, #fa5e64, #ec1c24);
  background-image: -o-linear-gradient(top, #fa5e64, #ec1c24);
  background-image: linear-gradient(top, #fa5e64, #ec1c24);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa5e64', endColorstr='#ec1c24', GradientType=0);
  border-color: #ec1c24 #ec1c24 #c21515;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ec1c24;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  text-shadow: 0 1px 1px rgba(38, 38, 38, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #ec1c24;
  *border: 0;
  border-bottom-color: #ec1c24;
  font-size: 20px;
  padding: 12px 15px 12px 15px;
}
.btn.clear {
  background: transparent;
  color: #333333;
  border: 2px solid #333333;
  text-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 60px;
  padding: 20px 20px;
}
.btn.clear:hover {
  border: 2px solid #E9322D;
  color: #ffffff;
  background: #E9322D;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #ec1c24;
  background: #ec1c24;
  *background-color: #df1b23;
  color: #ffffff;
}
.btn.small {
  padding: 13px 16px 10px;
  font-size: 20px;
}
.btn-dark {
  background-color: #ec1c24;
  background-image: -moz-linear-gradient(top, #545353, #353535);
  background-image: -ms-linear-gradient(top, #545353, #353535);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#545353), to(#353535));
  background-image: -webkit-linear-gradient(top, #545353, #353535);
  background-image: -o-linear-gradient(top, #545353, #353535);
  background-image: linear-gradient(top, #545353, #353535);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#545353', endColorstr='#353535', GradientType=0);
  border-color: #353535 #353535 #151515;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #353535;
  border: 1px solid #353535;
}
.btn-dark:hover,
.btn-dark:active,
.btn-dark.active,
.btn-dark.disabled,
.btn-dark[disabled] {
  background-color: #353535;
  background: #353535;
  *background-color: #444444;
  color: #ffffff;
}
/* ------------------------------------------------------------------------------------------------------
 * =header
 * ------------------------------------------------------------------------------------------------------*/
.header {
  background-color: #ffffff;
  z-index: 3;
  position: fixed;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
}
.header .logo-bar {
  width: 90%;
  height: 50px;
}
.header .logo-bar a {
  font-weight: bold;
  color: #666;
  float: right;
}
.header .logo-bar a.logo {
  float: left;
}
.header .logo-bar a.login {
  margin: 5px 10px 5px 0px;
  padding: 10px 15px;
  color: black;
  background: #dcdcdc;
  border: solid 2px #fff;
  box-shadow: none;
  border-radius: 10px;
}
.header .logo-bar a.bookings {
  margin: 5px 10px 5px 0px;
  padding: 10px 15px;
  color: #87a246;
  background: #fff;
  border: solid 2px #87a246;
  border-radius: 10px;
}
.header .logo-bar a.bookings:hover {
  background: #87a246;
  color: #ffffff;
  -webkit-transition: background 0.5s;
  -webkit-transition: color 0.5s;
}
.header .logo-bar a.phone-number-text {
  font-weight: bold;
  margin-top: 15px;
  font-size: 16px;
  margin-right: 20px;
}
.header .logo {
  margin: 0px 0 -13px -16px;
  float: left;
  height: 50px;
  width: 20%;
  min-width: 200px;
}
.header .logo img {
  height: inherit;
}
.header .second_nav {
  float: right;
  position: absolute;
  right: 20px;
}
.header .second_nav.navbar {
  *z-index: 100;
}
.header .second_nav.navbar .social_header {
  position: relative;
  min-width: 255px;
  background: #c6c3c3;
}
.header .second_nav.navbar .social_header .fb-like {
  background: #c6c3c3;
  max-width: 260px;
  min-height: 33px ;
  padding: 13px 15px 4px 15px;
  overflow: visible;
}
.header .second_nav.navbar .social_header .social_right {
  background-image: url('/img/www_img/social-right-edge.png');
  position: absolute;
  top: 0px;
  left: 250px;
  width: 13px;
  height: 50px;
  display: inline-block;
  content: '';
}
.header .second_nav.navbar .nav {
  float: right;
  background: #efefef;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.15);
}
.header .second_nav.navbar .nav > li > a {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0 !important;
  font-size: 13px;
  padding: 15px 18px;
}
.header .second_nav.navbar .nav > li.region_select a {
  padding: 15px 18px 15px 18px;
}
.header .second_nav.navbar .nav > li.region_select div {
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0 !important;
  font-size: 13px;
  padding: 15px 18px 15px 18px;
}
.header .second_nav.navbar .nav > li.region_select .dropdown-menu li a {
  padding: 3px 20px;
}
.header .second_nav.navbar .nav > li.region_select .dropdown-menu li a:hover {
  cursor: pointer;
}
.header .second_nav.navbar .nav > li > .dropdown-toggle b.caret {
  margin-top: 8px;
  *margin-top: 6px;
  margin-left: 5px;
}
.header .second_nav.navbar .nav > li.region_contact a {
  padding: 15px 22px 15px 0;
}
.header .second_nav.navbar .nav > li.region_contact .nav > li.region_contact a:hover {
  cursor: default;
}
.header .second_nav.navbar .nav > li.region_contact i {
  color: #fdc717;
  font-size: 15px;
  margin-right: 5px;
  *background: url('/img/www_img/icon-phone-ie7.png') no-repeat transparent;
  *height: 17px;
  *width: 18px;
}
.header .second_nav.navbar .nav > li.view_account a {
  padding-left: 0;
}
.header .second_nav.navbar .login.dropdown {
  *z-index: 100;
}
.header .second_nav.navbar .login.dropdown img {
  float: left;
}
.header .second_nav.navbar .login.dropdown .login-right-edge {
  position: absolute;
}
.header .second_nav.navbar .login.dropdown > a {
  color: #ffffff;
}
.header .second_nav.navbar .login.dropdown a {
  background: #e51e27;
  font-family: 'XisidoraSansLight', Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  float: left;
  padding: 15px 21px;
}
.header .second_nav.navbar .login.dropdown .dropdown-menu {
  background: #efefef;
  *z-index: 100;
}
.header .second_nav.navbar .login.dropdown .dropdown-menu .form-horizontal {
  padding: 20px;
  margin: 0;
  *width: 323px;
}
.header .second_nav.navbar .login.dropdown .dropdown-menu .form-horizontal .control-group {
  margin-bottom: 0px;
}
.header .second_nav.navbar .login.dropdown .dropdown-menu .form-horizontal .control-label {
  text-align: left;
  width: 95px;
  font-size: 16px;
  color: #231f20;
}
.header .second_nav.navbar .login.dropdown .dropdown-menu .form-horizontal .helper-text {
  font-size: 10px;
  margin: 0 0 -5px;
}
.header .second_nav.navbar .login.dropdown .dropdown-menu .form-horizontal .controls {
  margin-left: 99px;
  *margin-left: 0;
  *padding-left: 5px;
}
.header .second_nav.navbar .login.dropdown .dropdown-menu .form-horizontal .forgotten_password {
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0px !important;
  background: transparent;
  padding: 17px 5px 0;
  clear: none;
}
.header .second_nav.navbar .login.dropdown .dropdown-menu .form-horizontal .btn {
  padding: 7px 28px 5px;
  float: left;
  margin: 10px 10px 0 0;
  font-size: 20px;
}
.header .second_nav.navbar .login.dropdown .dropdown-menu:after {
  border-bottom: 6px solid #efefef;
}
.header .navbar {
  margin: 0 0;
  background: #fdc717;
  padding-left: 7%;
  width: 100%;
  /*@media (min-width: 1024px) {
            .nav_links li:first-child a {
                padding-left: 70px;
            }
        }*/
}
.header .navbar .nav {
  margin: 0;
}
.header .navbar.primary {
  clear: both;
}
.header .navbar .navbar-inner {
  background: transparent;
  background-image: none;
  border: 0;
  box-shadow: none;
  filter: none;
  padding: 0;
  min-height: 32px;
}
.header .navbar .nav > li > a {
  font-family: 'XisidoraSansLight', Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  color: #231f20;
  text-shadow: none;
  font-size: 1em;
  padding: 10px 10px;
  word-spacing: -2px;
  font-weight: 600;
  text-align: center;
}
.header .navbar .nav > li > a:hover {
  color: #db2532;
  background-color: transparent;
}
.header .navbar .nav > li.active a {
  box-shadow: none;
  background-color: transparent;
}
.header .navbar .nav > li > a.bookings {
  background: #3d6d47;
  color: white;
  font-family: 'Xscript', Arial, Helvetica, sans-serif;
}
.header .navbar .nav > li > a i {
  font-size: 13px;
  width: 13px;
  *width: 10px;
}
.header .navbar .nav > li > .dropdown-toggle b.caret {
  *margin-top: 5px;
  border-top-color: #231f20;
  border-bottom-color: #231f20;
}
.header .navbar .dropdown-menu li > a:hover,
.header .navbar .dropdown-menu li > a:focus,
.header .navbar .dropdown-submenu:hover > a {
  background: #e51e27;
}
@media (min-width: 979px) {
  .header .navbar .nav_links {
    display: table;
    float: left;
    width: 86%;
    margin-top: 2px;
  }
  .header .navbar .nav_links > li {
    display: table-cell;
    float: none;
  }
}
.header .navbar .nav li.dropdown.open > .dropdown-toggle,
.header .navbar .nav li.dropdown.active > .dropdown-toggle,
.header .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #000000;
  background: transparent;
}
.header .navbar .nav li.dropdown.open > .dropdown-toggle b.caret,
.header .navbar .nav li.dropdown.active > .dropdown-toggle b.caret,
.header .navbar .nav li.dropdown.open.active > .dropdown-toggle b.caret {
  border-top-color: #666666;
  border-bottom-color: #666666;
}
.header .second_nav.navbar .nav li.login.dropdown.open > .dropdown-toggle,
.header .second_nav.navbar .nav li.login.dropdown.active > .dropdown-toggle,
.header .second_nav.navbar .nav li.login.dropdown.open.active > .dropdown-toggle {
  background-color: #e51e27;
  color: #cccccc;
}
.header .second_nav.navbar .social_header .social_right {
  width: 15px;
}
.header .second_nav.navbar .nav > li.region_select a {
  padding: 15px 18px 15px 23px;
}
.header .second_nav.navbar .region_information {
  padding-left: 15px;
  padding-right: 10px;
}
.header .second_nav.navbar .region_information .region_table {
  height: 35px;
  margin-top: 6px;
}
.header .second_nav.navbar .region_information .region_table th,
.header .second_nav.navbar .region_information .region_table td {
  padding-top: 4px;
  font-size: 20px;
  font-weight: bolder;
}
.header .second_nav.navbar .region_information .region_table th {
  text-align: right;
  padding-right: 5px;
}
.header.keys2drive_iframe_header {
  background: url('/img/www_img/keys2drive-iframe-bg.png') no-repeat center top #d9d9d9;
  height: 109px;
  min-height: 109px;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  position: fixed;
  left: 0;
  right: 0;
}
.header.keys2drive_iframe_header .logo {
  margin: 0;
}
/* ------------------------------------------------------------------------------------------------------
 * =footer
 * ------------------------------------------------------------------------------------------------------*/
footer {
  padding: 15px 0 0;
  background: #1f1f1f;
  width: 100%;
  overflow: hidden;
  position: fixed;
  bottom: 0;
}
footer .footer_links {
  float: left;
  padding: 0 0px 0 0;
}
footer .footer_links ul {
  float: left;
  margin: 0 40px 0 0;
  list-style-type: none;
}
footer .footer_links ul .heading {
  margin-bottom: 9px;
}
footer .footer_links ul .heading a {
  font-family: 'XisidoraSansBold', Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 19px;
}
@media (max-width: 1216px) {
  footer .footer_links ul {
    margin: 0px 25px 0 0;
    max-width: 155px;
  }
}
footer .footer_links ul.last .heading a {
  color: #87a246;
  font-size: 14px;
}
footer .footer_links ul li {
  margin: 0 0 5px;
}
footer .footer_links ul li a {
  font-size: 19px;
  font-weight: bold;
  color: #c0c0c0;
  letter-spacing: 0px;
}
footer .footer_links ul li a:hover {
  color: #878787;
  text-decoration: none;
}
footer .get_social {
  display: block;
  float: left;
  background: transparent;
  padding: 20px;
}
footer .get_social h3 {
  font-family: 'XisidoraSansBold', Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px;
  line-height: 20px;
  color: #ffffff;
}
footer .get_social a {
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 2px;
  color: #fdc717;
}
footer .get_social a:hover {
  text-decoration: none;
}
footer .get_social a i {
  font-size: 20px;
}
footer .footer_bottom {
  padding: 15px 0;
  clear: both;
}
footer .footer_bottom a,
footer .footer_bottom p {
  color: #e8e8e8;
  font-size: 12px;
}
footer .footer_bottom a:hover {
  color: #E51E27;
  text-decoration: none;
}
footer .container {
  width: 95%;
}
/* ------------------------------------------------------------------------------------------------------
 * =Carousel
 * ------------------------------------------------------------------------------------------------------*/
/*The carousel is used in home.ctp*/
.carousel_shadow {
  /*width:940px;*/
  -webkit-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.03);
}
#myCarousel {
  width: 970px;
  margin-left: -32px;
}
#myCarousel .carousel .item {
  left: 0 !important;
}
#myCarousel .carousel .next.left,
#myCarousel .carousel .prev.right {
  opacity: 1;
  z-index: 1;
}
#myCarousel .carousel .active.left,
#myCarousel .carousel .active.right {
  opacity: 0;
  z-index: 2;
}
#myCarousel .item img {
  margin-left: 32px;
}
#myCarousel .carousel-caption {
  background: url('/img/www_img/slider-info-tab.png') no-repeat left top transparent;
  position: absolute;
  left: 0;
  bottom: 10px;
  padding: 47px;
  width: 415px;
}
#myCarousel .carousel-caption h2 {
  font-size: 66px;
  text-align: right;
  line-height: 47px;
  color: #231F20;
}
#myCarousel .carousel-caption h3 {
  font-size: 30px;
  text-align: right;
  line-height: 20px;
  color: #231F20;
}
#myCarousel .carousel-caption p.sub-heading {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  text-align: right;
  color: #231F20;
}
.bxslider-container {
  position: relative;
  margin-top: -40px;
  margin-bottom: 5px;
}
.bxslider-container .bx-viewport {
  overflow: visible !important;
}
.bxslider-container .flex-control-nav {
  display: none;
  bottom: 5px;
  *bottom: 23px;
}
.bxslider-container .book-now-scroll {
  position: absolute;
  z-index: 9999;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  text-align: center;
  width: 100%;
  bottom: 45px;
}
.bxslider-container .book-now-scroll span {
  display: block;
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 4px;
}
.bxslider-container .book-now-scroll span#home-book-now {
  cursor: pointer;
}
.bxslider-container .book-now-scroll i {
  color: #fdc717;
  font-size: 20px;
}
.bxslider-container .book-now-scroll i.icon-chevron-down {
  cursor: pointer;
}
.bxslider {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  background: transparent;
  margin-left: 0px;
}
.bxslider li {
  position: relative;
}
.bxslider li img {
  max-width: 100%;
  max-height: 600px;
  width: 100%;
}
.bxslider .bxslider-background-image {
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 600px;
  width: 100%;
}
.bxslider .carousel-caption {
  background: none;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -50px;
  padding: 0;
  width: 100%;
  margin: -90px auto 0;
  text-transform: uppercase;
}
.bxslider .carousel-caption h2 {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 117px;
  text-align: center;
  line-height: 1;
  color: #fdc717;
  margin: 0;
  font-weight: 700;
  letter-spacing: 6px;
}
.bxslider .carousel-caption h2.christmas-banner-text {
  text-shadow: -2px 0px 5px #444444, 0 0px 0 #d3d3d3, 0 1px 0 #000, -1px 0 0 #000;
  color: #fff;
  font-size: 95px;
  letter-spacing: 2px;
}
@media (max-width: 1246px) {
  .bxslider .carousel-caption h2.christmas-banner-text {
    font-size: 80px;
  }
}
@media (max-width: 1156px) {
  .bxslider .carousel-caption h2.christmas-banner-text {
    font-size: 70px;
  }
}
@media (max-width: 697px) {
  .bxslider .carousel-caption h2.christmas-banner-text {
    font-size: 60px;
  }
}
.bxslider .carousel-caption h3 {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 46px;
  text-align: center;
  line-height: 1;
  color: #fdc717;
  margin: 0;
  font-weight: 400;
  letter-spacing: 6px;
}
.bxslider .carousel-caption p.sub-heading {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  text-align: right;
  color: #231F20;
}
/* ------------------------------------------------------------------------------------------------------
 * =book lesson
 * ------------------------------------------------------------------------------------------------------*/
.book_lesson {
  width: 1015px;
  background: url('/img/www_img/booking-bg.png') no-repeat center top transparent;
  height: 352px;
  position: relative;
  margin-left: -32px;
  margin-top: 50px;
}
.book_lesson .container {
  margin-left: 52px;
  padding-top: 30px;
  *padding-top: 38px;
}
.book_lesson h2 {
  margin-top: 18px;
  font-size: 60px;
  margin-left: 70px;
  line-height: 35px;
  margin-bottom: 25px;
}
.book_lesson h2 span.h2tail {
  font-size: 35px;
  line-height: 30px;
  margin-left: 34px;
}
.book_lesson h3 {
  font-size: 35px;
  line-height: 30px;
  margin-bottom: 25px;
}
.book_lesson .suburb {
  position: relative;
  *z-index: 2;
}
.book_lesson .suburb_error.popover.right {
  display: block;
  background: #fafbfa;
  border: 1px solid #e5e5e5;
  left: auto;
  right: -81px;
  top: -44px;
}
.book_lesson .suburb_error.popover.right .arrow {
  border-right-color: #fafbfa;
}
.book_lesson .suburb_error.popover.right .arrow:after {
  border-right-color: #e5e5e5;
}
.book_lesson .suburb_error.popover.right h4.popover-title {
  color: #E51E27;
  background: transparent;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 0;
  padding-bottom: 0;
}
.book_lesson .suburb_error.popover.right .popover-content {
  font-size: 13px;
  color: #231F20;
  line-height: 16px;
}
.book_lesson .form-horizontal {
  margin: 0 0 0 90px;
  width: 500px;
}
.book_lesson .form-horizontal .control-group {
  margin-bottom: 15px;
}
.book_lesson .form-horizontal .control-label {
  text-align: left;
  width: 95px;
  font-size: 16px;
  color: #231f20;
}
.book_lesson .form-horizontal .car_type img {
  margin-right: 20px;
}
.book_lesson .form-horizontal .car_type img:hover {
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.book_lesson .form-horizontal .helper-text {
  font-size: 10px;
  margin: 0 0 -5px;
}
.book_lesson .form-horizontal .controls {
  margin-left: 99px;
  *margin-left: 0;
  *padding-left: 5px;
}
.book_lesson .form-horizontal .btn {
  font-size: 24px;
  margin-bottom: 10px;
  *padding: 12px 15px;
  *margin-left: 0;
  float: left;
  margin-right: 10px;
}
.book_lesson .already_had_lessons {
  font-size: 12px;
}
.book_lesson .already_had_lessons a {
  color: #E51E27;
  display: inline;
  font-size: 12px;
}
.book_lesson .car {
  position: absolute;
  top: 30px;
  right: -20px;
}
.book_lesson.logged_in p.welcome {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  margin: 0 0 10px 90px;
}
.book_lesson.logged_in .suburb {
  margin-bottom: 0;
}
.book_lesson.logged_in .suburb_static {
  line-height: 28px;
  font-size: 16px;
  font-weight: bold;
}
.popover .popover-title {
  font-family: Arial, Helvetica, sans-serif;
  text-transform: none;
  letter-spacing: 0 !important;
  background: none;
  border: none;
  font-weight: bold !important;
  color: #e51e27;
  font-size: 18px !important;
  margin-bottom: 0;
  padding-bottom: 0;
}
.popover .popover-content {
  font-size: 13px;
}
/* ------------------------------------------------------------------------------------------------------
 * =Sidebar booking form
 * ------------------------------------------------------------------------------------------------------*/
.sidebar .booking_form p.welcome {
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  margin: 0 0 5px;
}
.sidebar .booking_form .form-horizontal .control-group.suburb {
  margin-bottom: 10px;
}
.sidebar .booking_form .suburb_static {
  line-height: 28px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
.book_lesson.login .username {
  margin-bottom: 0;
}
.book_lesson.login .forgotten_password {
  margin-left: 15px;
}
.book_lesson.login .forgotten_password a {
  color: #231f20;
  font-size: 12px;
}
.book_lesson.login .forgotten_password a:hover {
  color: #E51E27;
}
.home_bottom_links {
  margin-bottom: 30px;
  margin-top: 30px;
}
.home_bottom_links h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #231F20;
}
.home_bottom_links p {
  color: #231F20;
  font-size: 13px;
}
.home_bottom_links .view_more {
  font-family: 'XisidoraSansLight', Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  font-size: 19px;
  color: #231F20;
}
.home_bottom_links .view_more:hover {
  color: #E51E27;
  text-decoration: none;
}
/* ------------------------------------------------------------------------------------------------------
 * =general styles
 * ------------------------------------------------------------------------------------------------------*/
#Main form .required_field {
  font-size: 10px;
  margin-top: -5px;
}
.content {
  display: table;
}
.content p {
  font-size: 13px;
  line-height: 19px;
}
.content img.right {
  float: right;
  margin: 0 0 10px 10px;
}
.content h3 {
  line-height: 1.1;
}
.content h4 {
  font-size: 16px;
}
.content ul {
  list-style: none;
}
.content ul li {
  font-size: 13px;
  background: url('/img/www_img/bullet.png') no-repeat scroll left 8px transparent;
  padding: 0 0 10px 20px;
}
ul.typeahead.dropdown-menu {
  text-align: left;
}
.content ul.typeahead.dropdown-menu li {
  background: none;
  padding: 0px;
}
.call_to_action {
  background: #d9d9d9;
  margin-top: 19px;
  padding: 20px;
  position: relative;
  margin-bottom: 30px;
}
.call_to_action:before {
  content: '';
  border-top: 95px solid #f3f3f3;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  top: 0;
  right: -15px;
}
.call_to_action:after {
  background: url('../img/www_img/sidebar-bottom-submenu.png') no-repeat right top transparent;
  position: absolute;
  bottom: -19px;
  width: 100%;
  right: 0px;
  content: '';
  height: 20px;
}
.call_to_action .message {
  width: auto;
}
.call_to_action .message h3 {
  font-size: 24px;
  line-height: 24px;
  color: #231F20;
  margin-bottom: 0px;
}
.call_to_action .message p {
  color: #231F20;
  line-height: 13px;
}
/* ------------------------------------------------------------------------------------------------------
 * =Sidebar
 * ------------------------------------------------------------------------------------------------------*/
.sidebar {
  position: relative;
  background: #d9d9d9;
  margin-bottom: 30px;
  padding: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar:before {
  content: '';
  border-top: 60px solid #f3f3f3;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  top: 0;
  right: -15px;
}
.sidebar:after {
  background: url('../img/www_img/sidebar-bottom-submenu.png') no-repeat right top transparent;
  position: absolute;
  bottom: -19px;
  width: 100%;
  right: 0px;
  content: '';
  height: 20px;
}
.sidebar h3 {
  font-size: 36px;
  line-height: 1;
  margin: 0 0 10px;
}
.sidebar h3 br {
  display: none;
}
.sidebar h3 span.h3tail {
  font-size: 20px;
  margin-left: 0px;
  display: block;
}
.sidebar .form-horizontal {
  margin: 0 0 0 0px;
  width: 280px;
}
.sidebar .form-horizontal .control-group {
  margin-bottom: 15px;
}
.sidebar .form-horizontal .control-label {
  text-align: left;
  width: 60px;
  font-size: 14px;
  color: #231f20;
}
.sidebar .form-horizontal input[type="text"] {
  width: 160px;
}
.sidebar .form-horizontal .car_type img {
  margin-right: 12px;
}
.sidebar .form-horizontal .car_type img:hover {
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.sidebar .form-horizontal .helper-text {
  font-size: 10px;
  margin: 0 0 -5px;
}
.sidebar .form-horizontal .controls {
  margin-left: 69px;
  *margin-left: 0;
  *padding-left: 5px;
}
.sidebar .form-horizontal .btn {
  font-size: 20px;
  margin-bottom: 10px;
  padding: 11px 15px 9px;
  *padding: 8px 15px;
  margin-left: 0;
}
.sidebar .form-horizontal .already_had_lessons {
  font-size: 12px;
}
.sidebar .form-horizontal .already_had_lessons a {
  color: #E51E27;
  display: inline;
  font-size: 12px;
}
.sidebar .contact_details h3 {
  margin: 0;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
}
.sidebar .testimonials h3 {
  font-size: 24px;
  margin: 0;
  line-height: 24px;
  padding: 12px 0;
}
.sidebar .testimonials p {
  font-size: 13px;
}
.sidebar .testimonials .author {
  font-size: 16px;
  font-style: italic;
}
.sidebar .sidebar_bottom {
  display: none;
}
.sidebar.submenu {
  margin-bottom: 30px;
  position: relative;
  background: #e7e7e7;
}
.sidebar.submenu:before {
  content: '';
  border-top: 60px solid #f3f3f3;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  top: 0;
  right: -15px;
}
.sidebar.submenu .booking_form ul {
  list-style: none;
  margin: 0px;
  margin-left: -10px;
}
.sidebar.submenu .booking_form ul li a {
  font-size: 19px;
  font-family: 'XisidoraSansLight', Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  color: #333333;
  padding: 5px 30px 5px 10px;
  display: inline-block;
}
.sidebar.submenu .booking_form ul li a:hover {
  color: #555555;
}
.sidebar.submenu .booking_form ul li a.active {
  background: url('/img/www_img/submenu-active.png') no-repeat scroll right top #fdc717;
  background-size: auto 100%;
}
.sidebar.submenu h2 {
  font-size: 24px;
  margin-bottom: 0px;
  padding: 15px 20px;
  background: #fdc717;
  line-height: 1;
  margin: -30px -30px 0;
}
.sidebar.submenu h2 a {
  font-size: 24px;
  color: #000;
}
.home_head .home_slider {
  position: relative;
}
.home_head .sidebar.home_sidebar {
  position: relative;
  margin-bottom: 20px;
}
.home_head .sidebar.home_sidebar img.car {
  width: 260px;
  margin-bottom: -65px;
  margin-top: -5px;
}
.book_lesson_home {
  background: #efefef;
  padding: 0px 0;
  text-align: center;
  position: relative;
}
@media (min-width: 992px) {
  .book_lesson_home:before {
    position: absolute;
    content: '';
    top: -45px;
    border-bottom: 45px solid #efefef;
    border-left: 2000px solid transparent;
    border-right: 2000px solid transparent;
    left: 50%;
    margin-left: -1460px;
  }
}
.book_lesson_home:after {
  position: absolute;
  content: '';
  bottom: -45px;
  border-top: 45px solid #efefef;
  border-left: 2000px solid transparent;
  border-right: 2000px solid transparent;
  left: 50%;
  margin-left: -1460px;
}
.book_lesson_home h2 {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 20px;
}
.book_lesson_home h2 strong {
  font-weight: bold;
}
.book_lesson_home form {
  margin: 0 -10px;
}
.book_lesson_home form .form-group {
  float: left;
  position: relative;
  width: 33%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}
.book_lesson_home form .form-group i {
  position: absolute;
  left: 30px;
  top: 15px;
  color: #fdc717;
  font-size: 30px;
}
.book_lesson_home form .form-group .car-type {
  color: #fdc717;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.book_lesson_home form .form-group .btn.clear {
  height: 60px;
  padding: 20px 20px;
  width: 100%;
  display: block;
}
.book_lesson_home form .controls {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 20px 16px 20px 50px;
  height: 60px;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 20px;
  width: 100%;
  line-height: 1;
  margin-bottom: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.book_lesson_home form .btn-group .btn {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #ffffff;
  padding: 20px 16px 20px 50px;
  height: 60px;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-transform: none;
  color: #333333;
  line-height: 1;
  vertical-align: middle;
  width: 100%;
  text-align: left;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.book_lesson_home form .btn-group .btn .car-type {
  position: absolute;
  left: 20px;
  top: 15px;
}
.book_lesson_home form .btn-group .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  width: 200px;
}
.book_lesson_home form .btn-group .dropdown-menu li a {
  text-align: left;
  padding: 10px 16px;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 16px;
  vertical-align: middle;
}
.book_lesson_home form .btn-group .dropdown-menu li a .car-type {
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 25px;
  margin-right: 5px;
  display: inline-block;
}
.book_lesson_home form .btn-group .dropdown-menu li a:hover,
.book_lesson_home form .btn-group .dropdown-menu li a:focus {
  background: transparent;
  color: #ffffff;
}
.book_lesson_home form .btn-group .dropdown-menu li a:hover .car-type,
.book_lesson_home form .btn-group .dropdown-menu li a:focus .car-type {
  color: #ffffff;
}
.about-us-home {
  background: #ffffff;
  padding: 80px 0 310px;
  margin-bottom: -100px;
}
.about-us-home h2 {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 6px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.about-us-home .info-icon {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding: 0 10px;
  text-align: center;
  height: 186px;
  margin-bottom: 50px;
  background: url('../img/www_img/icon-hour-glass.png') no-repeat center center transparent;
  background-size: 142px 181px;
}
.about-us-home .info-icon.innovative {
  background-image: url('../img/www_img/icon-thumbs-up.png');
  background-size: 181px 181px;
}
.about-us-home .info-icon.students {
  background-image: url('../img/www_img/icon-college-hat.png');
  background-size: 182px 171px;
}
.about-us-home .info-icon h3 {
  font-size: 70px;
  line-height: 1;
  height: 130px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-us-home .info-icon h3 small {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 30px;
  display: block;
  color: #333333;
}
.about-us-home .video-link {
  position: relative;
  z-index: 4;
  display: block;
  margin-bottom: -40%;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .about-us-home .video-link {
    margin-bottom: -25%;
  }
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  box-sizing: border-box;
}
.instagram-feed {
  padding-top: 190px;
  text-align: center;
  position: relative;
  background: #efefef;
  z-index: 2;
}
.instagram-feed:before {
  position: absolute;
  content: '';
  top: -45px;
  border-bottom: 45px solid #efefef;
  border-left: 2000px solid transparent;
  border-right: 2000px solid transparent;
  left: 50%;
  margin-left: -1460px;
}
.instagram-feed:after {
  position: absolute;
  content: '';
  bottom: -45px;
  border-top: 45px solid #efefef;
  border-left: 2000px solid transparent;
  border-right: 2000px solid transparent;
  left: 50%;
  margin-left: -1460px;
}
.instagram-feed h2 {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 6px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.instagram-feed .feed {
  padding: 50px 0;
}
.instagram-feed .feed .column {
  width: 20%;
  float: left;
}
.instagram-feed .feed .column a {
  display: block;
}
.instagram-feed .feed .column .empty {
  height: 188px;
  display: block;
  width: 100%;
}
.instagram-feed .feed .column.column2 {
  width: 40%;
}
.instagram-feed .feed .column.column2 .small {
  width: 50%;
}
.general-info {
  padding: 60px 0 10px;
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.general-info:after {
  position: absolute;
  content: '';
  bottom: -45px;
  border-top: 45px solid #ffffff;
  border-left: 2000px solid transparent;
  border-right: 2000px solid transparent;
  left: 50%;
  margin-left: -1460px;
}
.general-info h1,
.general-info h2 {
  font-size: 20px;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: 6px;
  text-transform: uppercase;
}
.general-info p {
  line-height: 1.7;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
}
/* ------------------------------------------------------------------------------------------------------
 * =Booking Process
 * ------------------------------------------------------------------------------------------------------*/
.booking_process a {
  color: #333;
  text-decoration: none;
}
.booking_process ul {
  display: block;
  list-style-type: none;
  margin-left: 0px;
}
.booking_process ul li {
  float: left;
  padding: 17px 12px 14px;
}
.booking_process ul li h3 {
  font-size: 20px;
  margin: 0;
  line-height: 20px;
  word-spacing: -2px;
}
.booking_process ul .active {
  background: #fdc717;
}
#booking-process-button {
  text-align: center;
}
/* ------------------------------------------------------------------------------------------------------
 * =Bookings
 * ------------------------------------------------------------------------------------------------------*/
.bookings .lesson_time .driver_trainer {
  float: right;
  margin-top: -30px;
  text-transform: uppercase;
  font-size: 14px;
}
.bookings .lesson_time p {
  font-size: 13px;
}
.bookings .lesson_timetable {
  border: solid 1px #c7c7c7;
  width: 940px !important;
}
.bookings .lesson_timetable tr th {
  text-align: center;
  border-color: #c7c7c7;
  width: 119px !important;
}
.bookings .lesson_timetable tr th.time {
  text-align: center;
  width: 106px !important;
}
.bookings .lesson_timetable tr th.time i {
  font-size: 24px;
  width: 11px;
  text-align: center;
  height: 20px;
  margin-top: 0;
}
.bookings .lesson_timetable tr th.time .disabled {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.bookings .lesson_timetable tr th.time .disabled:hover {
  cursor: default;
}
.bookings .lesson_timetable tr td,
.bookings .lesson_timetable tr th {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bookings .lesson_timetable tr td {
  padding: 0;
  font-size: 12px;
  border-color: #c7c7c7;
  width: 119px !important;
  height: 28px;
  text-align: left;
  position: relative;
}
.bookings .lesson_timetable .time {
  text-align: right;
  vertical-align: middle;
  padding: 0;
  width: 106px !important;
  border-left: 0;
}
.bookings .lesson_timetable .time p {
  margin-bottom: 0;
  margin-right: 10px;
  text-align: right;
  font-weight: normal;
}
.bookings .lesson_timetable a.available {
  font-size: 10px;
  padding: 3px 10px 4px;
  text-align: center;
  height: 27px;
  color: #231f20;
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}
.bookings .lesson_timetable a.available_hover {
  /*a.available:hover {*/
  background: url('/img/www_img/select-lesson.png') no-repeat left center #feca27;
  position: absolute;
  height: 55px;
  width: 100%;
  text-indent: -99999px;
  z-index: 10;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bookings .lesson_timetable a.available_hover_15 {
  height: 83px;
}
.bookings .lesson_timetable a.available_hover_2 {
  height: 111px;
}
.bookings .lesson_timetable h3 {
  display: none;
}
.bookings .lesson_timetable p {
  font-size: 15px;
  line-height: 19px;
}
.bookings .lesson_timetable .btn.small {
  padding: 8px 14px 6px;
}
.lesson_time .sticky-wrap {
  border: 1px solid #c7c7c7;
}
.lesson_time .sticky-thead thead th {
  background: #555555;
  color: #f2f2f2;
  padding: 8px;
  border-left: 1px solid #7a7a7a;
  width: 119px !important;
}
.lesson_time .sticky-thead thead th.time {
  width: 106px !important;
}
.lesson_time .sticky-intersect th {
  width: 106px !important;
  padding: 8px;
  background: #555555;
  color: #f2f2f2;
}
.lesson_time .sticky-col .time {
  background: #555555;
  color: #f2f2f2;
  border-top: 1px solid #7a7a7a;
  border-right: 1px solid #7a7a7a;
  border-left: 0;
  padding-right: 10px;
  width: 106px !important;
}
.lesson_time .sticky-col .time p {
  margin-bottom: 0;
  text-align: right;
  font-size: 15px;
  font-weight: normal;
}
.form-horizontal .control-label {
  font-size: 14px;
  width: 145px;
}
.form-horizontal .controls {
  margin-left: 165px;
  *margin-left: 0;
}
.form-horizontal .control-group {
  margin-bottom: 10px;
}
.form-horizontal h4 {
  margin-bottom: 15px;
  font-size: 16px;
}
.form-horizontal .btn {
  font-size: 24px;
  *padding: 10px 15px 8px 15px;
  *margin-left: -15px;
}
.form-horizontal input[type="submit"] {
  *padding: 10px 15px 8px 15px;
}
.form-horizontal .date_of_birth .item {
  float: left;
  margin-right: 10px;
}
.form-horizontal .date_of_birth .item p {
  font-size: 10px;
  margin-bottom: 5px;
}
.form-horizontal .date_of_birth .item select {
  width: 80px;
}
.form-horizontal .lesson_start_address {
  background: #e9e7e7;
  padding: 10px 20px 20px 0;
  width: 383px;
  margin-bottom: 20px;
}
.form-horizontal .lesson_start_address h4 {
  padding-left: 20px;
}
#pricing_form .control-label {
  width: 70px;
  text-align: left;
}
#pricing_form .controls {
  margin-left: 75px;
}
#pricing_form .car_type img {
  margin-right: 20px;
}
#pricing_form .car_type img:hover {
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/* ------------------------------------------------------------------------------------------------------
 * =Pricing Module
 * ------------------------------------------------------------------------------------------------------*/
.pricing-container {
  border: 4px solid #fdc717;
  border-radius: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 34px;
  position: relative;
  padding: 20px 10px;
  margin-bottom: 25px;
  margin-top: 30px;
}
.pricing-container p {
  margin-bottom: 0;
}
.pricing-container .lesson_quantity {
  font-size: 55px;
  line-height: 55px;
}
.pricing-container .cost {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  padding-top: 12px;
}
.pricing-container .cost span {
  font-size: 20px;
  padding-right: 2px;
}
.pricing-container .pricing-tag {
  position: absolute;
  top: -17px;
  width: 100%;
  left: 0;
}
.pricing-container .pricing-tag p {
  font-weight: 700;
  background: #fdc717;
  margin: auto;
  padding: 0 10px;
  border-radius: 15px;
  width: 115px;
  font-size: 15px;
}
#singleLessonSelect {
  left: 30%;
  right: 30%;
}
#singleLessonSelectDropdown {
  outline: none;
  height: 60px;
  padding: 0;
  width: auto;
  background: none;
  border: none;
  color: #333;
  box-shadow: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#singleLessonSelectDropdown .caret {
  border-top: 8px solid #333;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  margin-top: 22px;
}
@media (min-width: 767px) {
  .span12 #pricing_form {
    margin-bottom: 25px;
  }
  .span12 #pricing_form .control-group {
    display: inline-block;
    margin-right: 20px;
  }
  .span12 #pricing_form .btn-container {
    margin-left: 0;
  }
  .pricing-container {
    width: 23%;
    margin-right: 2%;
    float: left;
    min-height: 255px;
    margin-top: 10px;
    font-size: 18px;
    line-height: 20px;
    position: relative;
    padding: 25px 10px 75px 10px;
  }
  .pricing-container .lesson_quantity {
    font-size: 70px;
    line-height: 80px;
  }
  .pricing-container .cost {
    font-size: 40px;
    line-height: 35px;
    padding-top: 12px;
  }
  .pricing-container .cost span {
    font-size: 28px;
  }
  .pricing-container select#singleLessonSelect {
    height: 88px;
  }
  .pricing-container .pricing-tag p {
    padding: 5px 10px;
  }
  .pricing-container:last-child {
    margin-right: 0;
  }
  .cost {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
  }
  #singleLessonSelectDropdown {
    height: 80px;
  }
  #singleLessonSelectDropdown .caret {
    margin-top: 35px;
  }
}
@media (min-width: 1024px) {
  .pricing-container {
    min-height: 245px;
  }
}
/* ------------------------------------------------------------------------------------------------------
 * =Bookings popover
 * ------------------------------------------------------------------------------------------------------*/
.bookings_popover .popover-title {
  display: none;
}
.bookings_popover .popover-content {
  position: relative;
  padding: 15px;
  font-size: 14px;
}
.bookings_popover .popover-content .popover-close {
  position: absolute;
  top: 5px;
  right: 5px;
  background: none;
  padding: 0;
  border: 0;
  color: #333333;
  font-size: 18px;
}
.bookings_popover .popover-content .popover-close:hover {
  color: #555555;
}
.bookings_popover .popover-content form {
  text-align: center;
  margin-bottom: 0;
}
.bookings_popover .popover-content form p {
  text-align: left;
  margin-bottom: 10px;
  line-height: 16px;
}
.bookings_popover .popover-content form .confirm_timeslot {
  width: 100px;
  margin: 0 auto;
}
.bookings_popover .popover-content form .central_coast {
  font-size: 16px;
  margin: 0 auto;
}
/* ------------------------------------------------------------------------------------------------------
 * =Lesson Package
 * ------------------------------------------------------------------------------------------------------*/
.lesson_package .table {
  border-bottom: 1px solid #c4c4c4;
}
.lesson_package .table tr td {
  border-bottom: 1px solid #c4c4c4;
  padding: 9px 0 10px 10px;
}
.lesson_package h2 {
  float: left;
  line-height: 30px;
  margin: 0;
  margin-right: 8px;
  font-size: 30px;
  text-align: right;
}
.lesson_package h3 {
  float: left;
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  text-align: right;
}
.lesson_package .cost {
  text-align: right;
  width: 170px;
  *width: 173px;
}
.lesson_package .lesson_quantity {
  line-height: 30px;
  width: 127px;
  *width: 120px;
}
.lesson_package .lesson_quantity select {
  width: 55px;
}
.lesson_package_container .lesson_package.narrow {
  position: relative;
  top: 10px;
}
/* ------------------------------------------------------------------------------------------------------
 * =Sidebar did you know
 * ------------------------------------------------------------------------------------------------------*/
.sidebar.did_you_know {
  margin-top: 44px;
}
.sidebar.did_you_know p {
  font-size: 13px;
  line-height: 19px;
  margin-top: 15px;
}
.sidebar.did_you_know .p-16 {
  font-size: 16px;
}
.sidebar.did_you_know h3 {
  margin-bottom: 0;
}
.sidebar.did_you_know h2 {
  margin-top: 0;
}
/* ------------------------------------------------------------------------------------------------------
 * =pay online
 * ------------------------------------------------------------------------------------------------------*/
.pay_online {
  padding: 20px 0px 20px 0;
  margin-top: 20px;
  width: 410px;
}
.pay_online .expiry_date input[type="text"] {
  width: 89px;
  float: left;
}
.pay_online .expiry_date p {
  float: left;
  line-height: 28px;
  padding: 0 5px;
  margin-bottom: 0;
}
.pay_online .expiry_date .cc-expiry-month {
  float: left;
  width: 25%;
}
.pay_online .expiry_date .cc-expiry-year {
  width: 60%;
}
.pay_online .alert-error {
  margin-left: 20px;
}
.pay_online .radio {
  margin-left: -18px;
}
.pay_online .radio label {
  float: left;
  margin-right: 15px;
}
.pay_online .radio input {
  margin-left: 0;
  margin-right: 8px;
}
.pay_from_lessons {
  padding: 25px 30px 25px 30px;
  width: 200px;
  margin: auto;
  margin-top: 20px;
}
.pay_from_lessons h3 {
  line-height: 30px;
  margin: 0;
}
.pay_from_lessons p {
  float: left;
  font-size: 14px;
  line-height: 30px;
  margin-right: 10px;
}
.pay_from_lessons .btn {
  *margin-left: 0;
}
.pay_by_cash {
  width: 100px;
}
/* ------------------------------------------------------------------------------------------------------
 * =confirmation page
 * ------------------------------------------------------------------------------------------------------*/
.confirmation_page p {
  font-size: 13px;
}
.confirmation_page .confirmation_content {
  background: #eae8e8;
  padding: 25px 25px 5px 0px;
  width: 400px;
  margin-bottom: 20px;
}
.confirmation_page .confirmation_content .control-label {
  padding-top: 0;
}
.confirmation_page .confirmation_content .controls p {
  font-size: 14px;
}
.confirmation_page .confirmation_content .controls .how_to_prepare {
  font-size: 13px;
}
.confirmation_page .call_to_action {
  margin-top: 0;
  max-width: 400px;
}
.confirmation_page .call_to_action .message {
  width: 250px;
}
.confirmation_page .call_to_action a {
  color: #231F20;
}
.confirmation_page .call_to_action a:hover {
  color: #444444;
  text-decoration: none;
}
.confirmation_page .call_to_action a:hover h3,
.confirmation_page .call_to_action a:hover p {
  color: #444444;
  text-decoration: none;
}
.confirmation_page .call_to_action i {
  font-size: 50px;
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 17px;
  margin-left: 15px;
  margin-top: -8px;
  background-image: none;
}
/* ------------------------------------------------------------------------------------------------------
 * =Contact us
 * ------------------------------------------------------------------------------------------------------*/
.call_to_action.contact_us {
  height: 114px;
}
.call_to_action.contact_us .message {
  padding: 30px 0;
}
.call_to_action.contact_us .message p {
  font-size: 16px;
}
.call_to_action.contact_us .message h3 {
  font-size: 30px;
}
.call_to_action.contact_us .message .left {
  text-align: center;
  padding: 0 20px;
  border-right: 1px solid #969596;
  float: left;
}
.call_to_action.contact_us .message .right {
  text-align: center;
  padding: 0 40px;
  float: left;
}
.call_to_action .message .left {
  text-align: center;
  padding: 0 20px;
  border-right: 1px solid #969596;
  float: left;
}
.call_to_action .message .right {
  text-align: center;
  padding: 0 40px;
  float: left;
}
.locations h4 {
  float: left;
  margin-right: 15px;
  line-height: 15px;
}
.locations .left {
  float: left;
  width: 400px;
}
.locations .dropdown {
  margin-bottom: 20px;
}
.locations .dropdown .btn {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  padding: 6px 10px 6px 10px;
  letter-spacing: 0 !important;
  width: 100px;
  text-align: left;
  position: relative;
}
.locations .dropdown b.caret {
  text-align: center;
  position: absolute;
  right: 10px;
  top: 7px;
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.locations .dropdown .dropdown-menu.popover {
  padding: 10px 10px 20px 0;
  border: 3px solid #cccccc;
  background: #edebeb;
  top: 120%;
  width: 385px;
}
.locations .dropdown .dropdown-menu.popover .arrow {
  border-bottom-color: #cccccc;
}
.locations .dropdown .dropdown-menu.popover .arrow:after {
  border-bottom-color: #cccccc;
}
.locations .dropdown .dropdown-menu.popover b.caret {
  position: absolute;
  top: -14px;
  font-size: 20px;
  left: 50%;
}
.locations .dropdown .dropdown-menu.popover h3 {
  text-align: center;
}
.locations .dropdown .dropdown-menu.popover .span2 {
  width: 120px;
}
.locations .dropdown .dropdown-menu.popover .span2 a {
  text-align: center;
  padding: 3px 5px;
  font-size: 13px;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  max-width: 120px;
  line-height: 14px;
  margin-bottom: 5px;
}
.locations .dropdown .dropdown-menu.popover .span2 a:hover {
  text-decoration: none;
  color: #DF1B23;
}
.locations .dropdown .dropdown-menu.popover .span2.middle {
  border: 1px dotted #c8cac9;
  border-top: 0;
  border-bottom: 0;
  margin: 0;
  padding: 0 10px;
}
.locations .dropdown .dropdown-menu.popover .span2.right {
  margin: 0;
}
.locations .lessons_available {
  float: right;
  width: 210px;
  margin: 10px 0 20px;
}
.locations .lessons_available .icon-map {
  background: url('/img/www_img/lessons-available-suburb.png') no-repeat left top transparent;
  content: none;
  height: 18px;
  float: left;
  margin-right: 3px;
}
.locations .lessons_available p {
  line-height: 22px;
}
.locations .map {
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #cccccc;
  overflow: hidden;
  clear: both;
  margin-bottom: 20px;
}
.locations.single .lessons_available {
  margin: 0 0 0 0;
}
/* ------------------------------------------------------------------------------------------------------
 * =Testimonials
 * ------------------------------------------------------------------------------------------------------*/
.testimonials .item {
  padding: 20px;
  background: #edecec;
  margin-bottom: 20px;
}
.testimonials .item .author {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 0;
  color: #111111;
}
.testimonials .item iframe {
  margin-bottom: 15px;
}
/* ------------------------------------------------------------------------------------------------------
 * =Career Opportunities
 * ------------------------------------------------------------------------------------------------------*/
.career_opportunities h4 a {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0px !important;
  font-size: 13px;
  font-weight: normal;
  margin-left: 10px;
}
.career_opportunities .position_vacant_heading {
  margin-bottom: 15px;
}
.career_opportunities .call_to_action .message p {
  font-size: 16px;
  float: left;
  width: 440px;
  *width: 430px;
  line-height: 43px;
  margin-bottom: 0;
  overflow: hidden;
  height: 43px;
}
.career_opportunities .call_to_action .message .btn {
  float: right;
  padding: 12px 15px 9px;
}
.position_vacant p {
  margin-bottom: 20px;
}
/* ------------------------------------------------------------------------------------------------------
 * =Apply to work
 * ------------------------------------------------------------------------------------------------------*/
.apply_to_work .file_upload {
  position: relative;
}
.apply_to_work #BrowserVisible {
  position: absolute;
  top: 0px;
  left: 0px;
  *left: 20px;
  z-index: 1;
  background: url('/img/www_img/apply-to-work-button.png') no-repeat left top transparent;
  height: 33px;
  width: 240px;
}
.apply_to_work #BrowserVisible:hover {
  background: url('/img/www_img/apply-to-work-button-hover.png') no-repeat left top transparent;
  cursor: pointer;
}
.apply_to_work #FileField {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  width: 130px;
  height: 23px;
}
.apply_to_work #BrowserHidden {
  position: relative;
  width: 220px;
  height: 29px;
  text-align: right;
  -moz-opacity: 0 ;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 2;
}
h4.larger {
  font-size: 22px;
  padding: 10px 0 5px;
}
/* ------------------------------------------------------------------------------------------------------
 * =Buy Voucher Online
 * ------------------------------------------------------------------------------------------------------*/
#VoucherStep3 {
  clear: both;
}
#VoucherStep3 input[type="text"] {
  height: 20px !important;
}
.buy_voucher_online .call_to_action {
  position: relative;
}
.buy_voucher_online .call_to_action .message {
  background: transparent;
}
.buy_voucher_online .call_to_action .message h3 {
  float: left;
}
.buy_voucher_online .call_to_action .message .form-inline .control-label {
  width: 70px;
}
.buy_voucher_online .call_to_action .message .form-inline select {
  width: 170px;
}
.buy_voucher_online .form_summary {
  font-size: 16px;
}
.buy_voucher_online .call_to_action.step2 h2 {
  margin: 0;
}
.buy_voucher_online .call_to_action.step2 .form-horizontal {
  margin-top: 8px;
  margin: 0;
}
.buy_voucher_online .call_to_action.step2 .form-horizontal .control-group {
  margin: 0 0 5px;
}
.buy_voucher_online .call_to_action.step2 .form-horizontal .total_cost .control-label {
  line-height: 40px;
}
.buy_voucher_online .call_to_action.step2 .form-horizontal .total_cost h2 {
  margin: 0;
  font-size: 30px;
}
.buy_voucher_online .call_to_action.step2 .form-horizontal .control-label {
  width: 90px;
  padding: 0;
  font-size: 16px;
  text-align: left;
}
.buy_voucher_online .call_to_action.step2 .form-horizontal .controls {
  margin-left: 103px;
  *margin-left: 0;
  font-size: 16px;
}
.buy_voucher_online .call_to_action.step2.step3 .voucher_summary .small_text {
  line-height: 48px;
  font-size: 10px;
  padding: 0 15px;
  text-transform: uppercase;
}
.buy_voucher_online .call_to_action.step2.step3 .voucher_summary a {
  float: left;
}
.buy_voucher_online .call_to_action.step2.step3 .voucher_summary form {
  float: left;
  display: inline-block;
}
.buy_voucher_online .call_to_action.step2.step3 .voucher_summary p {
  font-size: 16px;
  line-height: 48px;
  float: left;
  margin-bottom: 0;
}
.buy_voucher_online .pay_online {
  background: transparent;
  padding-top: 0;
  margin-top: 10px;
}
.buy_voucher_online .pay_online .cc-expiry-month {
  float: left;
  width: 25%;
}
.buy_voucher_online .pay_online .cc-expiry-year {
  width: 60%;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #cccccc;
}
/* ------------------------------------------------------------------------------------------------------
 * =Keys2Drive
 * ------------------------------------------------------------------------------------------------------*/
.content.keys2drive {
  margin-bottom: 20px;
}
.content.keys2drive .call_to_action.keys2drive .message h3 {
  margin: 0;
  font-size: 20px;
  line-height: 20px;
}
.content.keys2drive .btn {
  clear: both;
  font-size: 24px;
}
/* ------------------------------------------------------------------------------------------------------
 * =Notices and Errors
 * ------------------------------------------------------------------------------------------------------*/
.form-horizontal .error .help-inline {
  color: #d52530;
  font-size: 12px;
}
.form-horizontal .error_message {
  color: #d52530;
  font-size: 12px;
}
#flashMessage.error {
  padding: 10px;
  background: #F2DEDE;
  color: #B94A48;
  border: 1px solid #EED3D7;
  border-radius: 4px;
  float: left;
  margin-bottom: 10px;
}
#flashMessage.success {
  background: #DFF0D8;
  padding: 10px;
  color: #468847;
  border: 1px solid #D6E9C6;
  border-radius: 4px;
  float: left;
  margin-bottom: 10px;
}
/* Dropdown on hover for navigation menu */
.navbar.primary ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block;
  margin: 0;
}
.navbar.primary ul.nav li.dropdown ul.dropdown-menu:hover {
  display: block;
}
/* ------------------------------------------------------------------------------------------------------
 * =Login Singlepage
 * ------------------------------------------------------------------------------------------------------*/
.login_singlepage .form-horizontal {
  margin: 0;
  *width: 323px;
}
.login_singlepage .form-horizontal .control-group {
  margin-bottom: 0px;
}
.login_singlepage .form-horizontal .control-label {
  text-align: left;
  width: 95px;
  font-size: 16px;
  color: #231f20;
}
.login_singlepage .form-horizontal .helper-text {
  font-size: 10px;
  margin: 0 0 -5px;
}
.login_singlepage .form-horizontal .controls {
  margin-left: 99px;
  *margin-left: 0;
  *padding-left: 5px;
}
.login_singlepage .form-horizontal .forgotten_password {
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0px !important;
  background: transparent;
  padding: 5px 5px 0;
  clear: none;
  color: #333333;
  float: left;
}
.login_singlepage .form-horizontal .forgotten_password a {
  float: none;
}
.login_singlepage .form-horizontal .btn {
  padding: 7px 28px 5px;
  margin: 10px 10px 0 0;
  font-size: 20px;
  float: left;
}
/* ------------------------------------------------------------------------------------------------------
 * =Forgotten Password
 * ------------------------------------------------------------------------------------------------------*/
.forgotten_page .intro_text {
  font-size: 13px;
}
.forgotten_page .form-horizontal.forgotten_password .control-group .control-label {
  text-align: left;
}
.forgotten_page .form-horizontal.forgotten_password .control-group .btn {
  *margin-left: 0;
}
/* ------------------------------------------------------------------------------------------------------
 * =Keys2Drive iFrame
 * ------------------------------------------------------------------------------------------------------*/
.keys2drive_container {
  overflow: hidden;
}
.keys2drive_container iframe {
  width: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  margin-top: 106px;
  overflow: scroll;
}
.radio_label {
  padding-top: 6px;
}
.radio_label input {
  margin-top: -4px;
  margin-right: 4px;
}
#ApplyToWorkAtLTrent {
  clear: both;
}
#ApplyToWorkAtLTrent .checkbox.inline {
  *float: left;
  *margin-left: 0;
  *margin-right: 5px;
}
.icon-help {
  background: url('/img/www_img/icon-help.png') no-repeat left top transparent;
}
.bookingLoader {
  vertical-align: text-bottom;
  margin-left: 10px;
  display: none;
}
.locations.ticket {
  margin-bottom: 30px;
}
.locations.ticket .row,
.locations.button_area .row {
  margin-left: 0;
}
.locations.ticket .ticket_area,
.locations.button_area .ticket_area {
  width: 215px;
  padding: 20px 15px 20px 25px;
  margin-left: 0;
  position: relative;
  min-height: 225px;
}
.locations.ticket .ticket_area:before,
.locations.button_area .ticket_area:before {
  content: '';
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #dddddd;
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: -15px;
  width: 15px;
  z-index: 2;
}
.locations.ticket .ticket_area#suburb_desc,
.locations.button_area .ticket_area#suburb_desc {
  background: #dddddd;
}
.locations.ticket .ticket_area#suburb_desc:before,
.locations.button_area .ticket_area#suburb_desc:before {
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #dddddd;
}
.locations.ticket .ticket_area#module1_desc,
.locations.button_area .ticket_area#module1_desc {
  background: #cccccc;
}
.locations.ticket .ticket_area#module1_desc:before,
.locations.button_area .ticket_area#module1_desc:before {
  content: '';
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #cccccc;
}
.locations.ticket .ticket_area#module2_desc,
.locations.button_area .ticket_area#module2_desc {
  background: #bbbbbb;
}
.locations.ticket .ticket_area#module2_desc:before,
.locations.button_area .ticket_area#module2_desc:before {
  content: '';
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
}
.locations.ticket .ticket_area.active:after,
.locations.button_area .ticket_area.active:after {
  display: none;
  content: "\f00c";
  position: absolute;
  top: 38px;
  right: 20px;
  font-size: 20px;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
.locations.ticket .ticket_area .select_button,
.locations.button_area .ticket_area .select_button {
  position: absolute;
  bottom: 10px;
}
.locations.ticket .dropdown .btn,
.locations.button_area .dropdown .btn {
  width: auto;
}
.locations.ticket .dropdown .btn .caret,
.locations.button_area .dropdown .btn .caret {
  position: relative;
  top: auto;
  right: auto;
}
.locations.ticket .dropdown a,
.locations.button_area .dropdown a {
  white-space: normal;
}
.locations.ticket .dropdown .dropdown-menu.popover h3,
.locations.button_area .dropdown .dropdown-menu.popover h3 {
  text-align: left;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  line-height: 1;
  font-size: 22px;
}
.locations.ticket .dropdown .dropdown-menu.popover .arrow,
.locations.button_area .dropdown .dropdown-menu.popover .arrow {
  left: 10%;
}
/* VENUES AND DATES TABLE */
.venue-group {
  margin-bottom: 15px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.venue-group .venue-heading {
  padding: 0px 0 0px 24px;
  color: #E51E27;
}
.sdc_upcoming {
  font-size: 13px;
  margin-bottom: 0px;
}
.sdc_upcoming th {
  padding: 10px 6px;
}
.sdc_upcoming td {
  padding: 10px 6px;
}
.sdc_upcoming thead .venue_heading h3 {
  font-family: 'XisidoraSansLight', Arial, Helvetica, sans-serif;
  color: #E51E27;
  font-size: 22px;
}
.sdc_upcoming thead .venue_heading h3:hover {
  background: none;
}
.sdc_upcoming thead tr:hover {
  background: none;
}
.sdc_upcoming tr:hover {
  background: #e7e7e7;
}
.sdc_upcoming p {
  font-size: 13px;
  margin: 0;
}
.sdc_upcoming .venue_booknow_wrapper {
  width: 18%;
}
.sdc_upcoming .venue_booknow_wrapper .btn {
  padding: 8px 15px 6px;
  font-size: 17px;
  float: right;
}
.sdc_upcoming tbody tr td {
  width: 41%;
}
/* ------------------------------------------------------------------------------------------------------
 * SDC Page
 * ------------------------------------------------------------------------------------------------------*/
.caretSDC {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 7px solid #000;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  content: "";
  margin-top: -3px;
  float: right;
}
.accordion-heading h3 {
  color: #000000 !important;
  line-height: 1 !important;
  font-size: 19px !important;
  padding: 0px !important;
}
.accordion-toggle-text {
  position: relative;
}
.accordion-toggle-text i {
  float: right;
}
.accordion-heading-time-date {
  color: #808080;
  display: inline-block;
  letter-spacing: 0px;
}
.accordion-heading-module {
  display: inline-block;
  letter-spacing: 0px;
}
.accordion h3 {
  color: #ca2027;
}
.accordion h3 {
  padding-left: 1px;
}
.accordion-text {
  float: left;
  clear: right;
  width: 90%;
}
.accordion-toggle:hover * {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/* ------------------------------------------------------------------------------------------------------
 * Central Coast Page
 * ------------------------------------------------------------------------------------------------------*/
#cc-main-photo {
  width: 100%;
}
/*Venues and dates filter styling*/
.sdc_filters_styling {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  position: relative;
}
.sdc_filters_styling input[type="radio"] {
  display: none;
}
.sdc_filters_styling input[type="button"] {
  height: 35px;
  margin: 0;
  margin-left: 5px;
  padding: 5px;
}
.sdc_filters_styling input#sdc_suburb_distance_radius {
  width: 40px;
  text-align: right;
}
.sdc_filters_styling h3 {
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.sdc_filters_styling label {
  padding: 10px;
  text-align: center;
  background: transparent;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  border: 1px solid transparent;
  position: relative;
  bottom: -1px;
  display: inline-block;
  margin: 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  z-index: 2;
}
.sdc_filters_styling label.active {
  border: 1px solid #cccccc;
  border-bottom: 1px solid #f3f3f3;
}
.sdc_filters_styling label:hover {
  cursor: pointer;
}
.sdc_filters_styling .span-3 {
  width: 21%;
}
#suburb_search .btn {
  padding: 5px 15px 3px;
  margin-top: -9px;
}
#cash_notice {
  color: red;
}
/* For appearance */
.sticky-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  margin: 3em 0;
  width: 100%;
}
.sticky-wrap .sticky-thead,
.sticky-wrap .sticky-col,
.sticky-wrap .sticky-intersect {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.125s ease-in-out;
  z-index: 50;
  width: auto;
  /* Prevent table from stretching to full size */
}
.sticky-wrap .sticky-thead {
  box-shadow: 0 0.25em 0.1em -0.1em rgba(0, 0, 0, 0.125);
  z-index: 100;
  width: 100%;
  /* Force stretch */
}
.sticky-wrap .sticky-intersect {
  opacity: 1;
  z-index: 150;
}
.sticky-wrap .sticky-intersect th {
  background-color: #666;
  color: #eee;
}
.sticky-wrap td,
.sticky-wrap th {
  box-sizing: border-box;
}
.week-buttons {
  margin-bottom: 10px;
  width: 100%;
}
.week-buttons .btn {
  padding: 15px 5px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .week-buttons .btn {
    padding: 15px;
  }
}
.booking-popover-form p {
  font-size: 15px;
}
.booking-popover-form .btn.small {
  padding: 8px 14px 6px;
}
.ball-spin-fade-loader > div {
  background: #fdc717;
}
.blockUI .ball-spin-fade-loader {
  position: absolute;
  top: 50%;
  left: 50%;
}
.blockUI .ball-spin-fade-loader.no-text {
  top: 40%;
}
.blockUI p {
  font-size: 28px;
  line-height: 1.2em;
  top: 30%;
  display: block;
  position: relative;
  color: #fdc717;
}
.hide-mobile {
  display: block;
}
.show-mobile {
  display: none;
}
.referral_code_error {
  color: #E51E27;
}
.referral-code-share {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  padding: 25px 0;
}
.referral-code-share img {
  max-width: 100%;
}
.referral-code-share h2 {
  font-size: 36px;
  margin-bottom: 10px;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .referral-code-share h2 {
    font-size: 36px;
    margin-bottom: 0;
  }
}
.referral-code-share h3 {
  margin-top: -7px;
  font-size: 22px;
  line-height: 1.1;
}
.referral-code-share .btn {
  margin-top: 15px;
  font-size: 15px;
  padding: 7px 0;
  width: 99.5% !important;
}
.referral-code-share .btn.btn-facebook {
  width: 92% !important;
  padding: 8px 15px 7px;
}
@media all and (orientation: landscape) {
  .referral-code-share .btn {
    width: 44% !important;
  }
  .referral-code-share .btn.btn-facebook {
    width: 44% !important;
  }
}
.referral-code-share .btn .fa-facebook {
  padding-right: 5px;
  margin-right: 5px;
}
@media (min-width: 992px) {
  .referral-code-share .btn {
    padding: 8px 35px 7px;
    width: 38% !important;
  }
}
.referral-code-share p > span:nth-of-type(1) {
  font-family: 'Ostrich Sans', sans-serif;
  border: 3px solid #000000;
  width: 20px;
  font-size: 25px;
  height: 20px;
  text-align: center;
  padding: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  margin: auto auto 10px auto;
}
@media (min-width: 768px) {
  .referral-code-share p > span:nth-of-type(1) {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 30px;
    vertical-align: middle;
  }
}
@media (min-width: 992px) {
  .referral-code-share p > span:nth-of-type(1) {
    margin-bottom: 0;
  }
}
.referral-code-share p > span:nth-of-type(2) {
  text-align: center;
}
@media (min-width: 768px) {
  .referral-code-share p > span:nth-of-type(2) {
    text-align: left;
    width: 80%;
    vertical-align: top;
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .referral-code-share p > span:nth-of-type(2) {
    width: auto;
    vertical-align: middle;
  }
}
.referral-code-share .header-how-help {
  border-bottom: 2px dotted #DDDDDD;
  font-family: 'Raleway', Arial, sans-serif;
  text-align: center;
  margin: 15px 0 35px;
}
.referral-code-share .header-how-help span {
  background: #f3f3f3;
  padding: 5px 15px;
  position: relative;
  top: 10px;
  letter-spacing: 0.05em;
}
.referral-code-share ul {
  margin: 0;
  display: inline-block;
}
.referral-code-share ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}
.referral-code-share ul a i {
  font-size: 30px;
  line-height: 30px;
}
.referral-code-share ul a i.fa-facebook-square {
  color: #3b5998;
}
.referral-code-share ul a i.fa-twitter-square {
  color: #00aced;
}
.referral-code-share ul a i.fa-envelope {
  color: #aaa;
  font-size: 32px;
}
.logbook-cta {
  border-bottom: 1px solid #DDDDDD;
  padding: 25px 0;
}
.logbook-cta h2 {
  font-size: 36px;
  margin-bottom: 0;
  line-height: 1.1;
}
.logbook-cta h3 {
  margin-top: -7px;
  font-size: 22px;
  line-height: 1.1;
}
.logbook-cta img {
  margin-bottom: 25px;
  max-width: 100%;
}
.logbook-cta .btn {
  font-size: 15px;
  padding: 8px 50px 7px;
}
.promotional-header {
  background: #0966a1;
  text-align: center;
  padding: 10px 0 5px;
  margin-left: -20px;
  margin-right: -20px;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
@media (min-width: 768px) {
  .promotional-header {
    margin-left: 0;
    margin-right: 0;
    padding: 15px 5px;
  }
}
.promotional-header h3,
.promotional-header p,
.promotional-header a {
  display: inline-block;
  vertical-align: middle;
}
.promotional-header h3,
.promotional-header p {
  color: #FFFFFF;
  margin: 0;
}
.promotional-header h3 {
  font-family: 'XisidoraSansLight';
  font-size: 15px;
  vertical-align: top;
}
@media (min-width: 992px) {
  .promotional-header h3 {
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
  }
}
.promotional-header p {
  display: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  top: -1px;
  letter-spacing: 0.1em;
  padding: 0 15px 10px;
  font-family: 'Raleway', Arial, sans-serif;
}
@media (min-width: 992px) {
  .promotional-header p {
    padding: 0;
    display: inline-block;
    margin-right: 10px;
  }
}
.promotional-header a {
  font-family: 'XisidoraSansLight';
  display: inline-block;
  background: #8dc63f;
  padding: 8px 13px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 15px;
}
.promotional-header a:hover,
.promotional-header a:focus,
.promotional-header a:active {
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease ;
  -ms-transition: 1s ease ;
  -o-transition: 1s ease ;
  transition: 1s ease ;
  text-decoration: none;
  background: #53c037;
}
@media (min-width: 992px) {
  .promotional-header a {
    padding: 13px 21px 9px;
    font-size: 23px;
  }
}
.promotional-header .btn-dismiss {
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Raleway", sans-serif;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 11px;
  letter-spacing: 0.07em;
}
.promotional-header .btn-dismiss:before {
  content: "\f00d";
  font-family: FontAwesome;
  display: block;
  font-size: 19px;
}
@media (min-width: 992px) {
  .promotional-header .btn-dismiss:before {
    content: "Dismiss";
    font-size: 12px;
    font-family: "Raleway", sans-serif;
  }
}
.social-share-wrapper {
  width: 100%;
}
.social-share-wrapper .btn {
  display: inline-block;
  width: 49%;
  padding: 8px 15px 8px;
  font-size: 15px;
  text-shadow: 0 1px 1px rgba(38, 38, 38, 0);
}
.btn.btn-facebook {
  background: #4a67b8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4a67b8 0%, #4a538c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4a67b8 0%, #4a538c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4a67b8 0%, #4a538c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a67b8', endColorstr='#4a538c', GradientType=0);
  /* IE6-9 */
  border: 0;
}
.btn.btn-facebook .fa-facebook {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding-right: 5px;
}
.btn.btn-google {
  background: #de1929;
  /* Old browsers */
  background: -moz-linear-gradient(top, #de1929 0%, #931929 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #de1929 0%, #931929 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #de1929 0%, #931929 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de1929', endColorstr='#931929', GradientType=0);
  /* IE6-9 */
  border: 0;
}
.btn.btn-google .fa-google {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding-right: 5px;
}
@media (max-width: 767px) {
  #template-My_Account table td,
  #template-My_Account table th {
    width: 100%;
    display: block;
    float: left;
  }
  #template-My_Account table td:last-child,
  #template-My_Account table th:last-child {
    border-top: 0;
  }
}
#template-My_Account .btn {
  margin-top: 15px;
  width: 90%;
}
@media all and (orientation: landscape) {
  #template-My_Account .btn {
    width: 44%;
    display: inline-block;
  }
}
@media (min-width: 768px) {
  #template-My_Account .btn {
    width: auto;
  }
}
#template-My_Account .logbook-cta .btn {
  width: 72%;
}
@media (min-width: 768px) {
  #template-My_Account .logbook-cta .btn {
    width: auto;
  }
}
#template-My_Account .week-buttons .btn {
  width: 96%;
}
@media (min-width: 768px) {
  #template-My_Account .week-buttons .btn {
    width: auto;
  }
}
.promotionalHeaderScrollClass {
  position: fixed;
  top: 0;
  z-index: 151;
  width: 100%;
}
.cake-sql-log {
  display: none !important;
}
.full-width {
  width: 100% !important;
}
.btn:focus {
  background-position: inherit;
  color: #ffffff;
}
.dropdown .map-side-bar a {
  white-space: normal;
  padding: 3px 20px;
  font-weight: 400;
  color: #333;
  display: block;
}
.nsw-sdc-logo {
  width: 150px;
  position: absolute;
  top: 50px;
  right: 30%;
}
@media (max-width: 1333px) {
  .nsw-sdc-logo {
    right: 25%;
  }
}
@media (max-width: 1053px) {
  .nsw-sdc-logo {
    right: 20%;
  }
}
@media (max-width: 777px) {
  .nsw-sdc-logo {
    right: 10%;
  }
}
@media (max-width: 720px) {
  .nsw-sdc-logo {
    right: 3%;
    width: 100px;
    top: 225px;
  }
}
@media (max-width: 420px) {
  .nsw-sdc-logo {
    width: 100px;
    top: 0;
    position: relative;
    right: 0;
    left: 75%;
  }
}
