﻿
/*
  MOTM Colours
  left-to-right
  #E6F5FA   #C9E9F8   #AEDBF2   #8ECFED
  #71C3E9   #55B5E5   #302784
*/

body.booking {
  background-image: url("/images/subbanner-1.jpg");
}

div.other_content {
  padding:10px 10px 30px 10px;
  background-color: #FFFFFF;
  margin-top: 30px;
  margin-bottom: 30px;
  opacity: 0.92;
}

form, table, tr, td {
  margin: 0 auto;
}

::-webkit-input-placeholder {
  color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}

:-ms-input-placeholder {
  color: #fff;
}

/* yellow : #ecc62d
dark blue: #202a89
light blue: #36a9e0 rgba(54, 169, 224, 1) */

.text-offwhite {
  color: rgba(255,255,255,.3);
}

.text-white {
  color: #fff;
}

.text-dark {
  color: #25292d;
}

.text-darkblue {
  color: #202a89;
}

.text-lightblue {
  color: #36a9e0;
}

.bg-white {
  background-color: #fff;
}

.bg-dark {
  background-color: #25292d;
}

.bg-lightblue {
  background-color: rgba(54, 169, 224, 1);
}

.sec-title {
  font-size: 40px;
}

.sec-subtitle {
  font-size: 30px;
}

.sec-pfocus {
  font-size: 20px;
}

#page {
  margin: 0 auto;
  width: 100%;
}

#banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 750px;
  overflow: hidden;
}

  #banner-img img {
    width: 100%;
  }

body.event #banner-img {
  height: 480px;
}

  body.event #banner-img img {
    height: 110%;
    width: auto;
  }



#logo {
  margin-top: 30px;
}

.logo-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  padding: 10px;
}
/* Buttons: Sweep To Right */
#btn-hire {
  background-color: #23408F;
}

#btn-readmore {
  background-color: rgba(54, 169, 224, 1);
}

#btn-coaches {
  background-color: #25292d;
  position: relative;
}

.hvr-right {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  color: #fff;
  padding: 10px 80px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

  .hvr-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ecc62d;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

  .hvr-right:hover, .hvr-right:focus, .hvr-right:active {
    color: #333;
  }

    .hvr-right:hover:before, .hvr-right:focus:before, .hvr-right:active:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }

/* homepage header */
.navbar, .navbar-inverse {
  min-height: 30px;
}

#primary {
  margin-top: 50px;
}

nav#primary ul {
  position: relative;
  float: right;
  list-style: none;
  margin: 0;
  padding: 0
}

  nav#primary ul a {
    display: block;
    color: #333;
    text-decoration: none;
    line-height: 32px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 400;
  }

  nav#primary ul li {
    position: relative;
    float: left;
  }

    nav#primary ul li a:hover, nav#primary ul li a:active, nav#primary ul li a:focus {
      color: #202a89;
      background-color: transparent;
    }

    nav#primary ul li:hover {
      border-bottom: 2px solid #202a89;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }

  nav#primary ul ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    background: #202a89;
    min-width: 250px;
    max-width: 250px;
  }

    nav#primary ul ul li {
      float: none;
      width: 250px;
    }

    nav#primary ul ul a {
      padding: 10px 15px;
      text-align: left;
      color: #fff;
    }

  nav#primary ul li:hover > ul {
    display: block;
  }

  nav#primary ul ul li a:hover, nav#primary ul ul li a:active, nav#primary ul ul li a:focus {
    color: #36a9e0;
  }

  nav#primary ul li:hover {
    border-bottom: 2px solid #202a89;
  }

body.event #banner-img {
  top: 110px;
}

body.home #banner-img {
  top: 0px;
}

/* listing.php header */
body.listing .nav-dark,
body.event .nav-dark,
body.info .nav-dark,
body.contact .nav-dark,
body.booking .nav-dark,
body.successful .nav-dark {
  background-color: #25292d;
  position: relative;
}

  body.listing .nav-dark ul li a,
  body.event .nav-dark ul li a,
  body.info .nav-dark ul li a,
  body.contact .nav-dark ul li a,
  body.booking .nav-dark ul li a,
  body.successful .nav-dark ul li a {
    color: #fff !important;
  }

  body.listing .nav-dark ul ul,
  body.event .nav-dark ul ul, body.info .nav-dark ul ul,
  body.contact .nav-dark ul ul,
  body.booking .nav-dark ul ul,
  body.successful .nav-dark ul ul {
    background-color: #36a9e0;
  }

  body.listing .nav-dark ul li:hover,
  body.event .nav-dark ul li:hover,
  body.info .nav-dark ul li:hover,
  body.contact .nav-dark ul li:hover,
  body.booking .nav-dark ul li:hover,
  body.successful .nav-dark ul li:hover {
    border-bottom: 2px solid #36a9e0 !important;
  }

  body.listing .nav-dark ul li a:hover, body.listing .nav-dark ul li a:active, body.listing .nav-dark ul li a:focus,
  body.event .nav-dark ul li a:hover, body.event .nav-dark ul li a:active, body.event .nav-dark ul li a:focus,
  body.info .nav-dark ul li a:hover, body.info .nav-dark ul li a:active, body.info .nav-dark ul li a:focus,
  body.contact .nav-dark ul li a:hover, body.contact .nav-dark ul li a:active, body.contact .nav-dark ul li a:focus,
  body.booking .nav-dark ul li a:hover, body.booking .nav-dark ul li a:active, body.booking .nav-dark ul li a:focus,
  body.successful .nav-dark ul li a:hover, body.successful .nav-dark ul li a:active, body.successful .nav-dark ul li a:focus {
    color: #36a9e0 !important;
  }

  body.listing .nav-dark ul ul li a:hover, body.listing .nav-dark ul ul li a:active, body.listing .nav-dark ul ul li a:focus, body.booking .nav-dark ul ul li a:focus, body.successful .nav-dark ul ul li a:focus {
    color: #202a89;
  }

  body.listing .nav-dark #logo a img, body.event .nav-dark #logo a img, body.info .nav-dark #logo a img, body.contact .nav-dark #logo a img, body.booking .nav-dark #logo a img, body.successful .nav-dark #logo a img {
    width: 250px !important;
    height: auto !important;
  }

/* homepage banner */
#banner-wrap {
  margin: 100px auto 0;
  width: 100%;
  position: relative;
}

.banner-h1, .banner-h2 {
  font-weight: 400;
  line-height: 55px;
}

.banner-h1 {
  color: #333;
  font-size: 55px;
  margin-bottom: 35px;
}

.banner-h2 {
  color: #23408F;
  font-size: 25px;
  margin-bottom: 15px;
}

/* Home: Sections */
#first, #second, #third, #fourth, #fifth, #sixth, #enquiry, #partners, #footer {
  position: relative;
  overflow: hidden;
}

#first {
  padding-bottom: 50px;
}

#second {
  height: 400px;
}

#third, #fifth, #fourth, #sixth, #enquiry, #partners, #footer {
  padding: 50px 0;
}

#fourth {
  height: 500px;
}

  #fourth::before {
    content: ' ';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    position: absolute;
    background-image: url('/images/sec4-bg.jpg');
    background-repeat: no-repeat;
    background-position: 50% 20%;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }

#enquiry::before {
  content: ' ';
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  position: absolute;
  background-image: url('/images/sec7-bg.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

/* homepage first section */
#serv-list {
  width: 100%;
  height: 500px;
  margin: 150px auto 50px;
}

.serv-tab {
  height: 500px;
  width: 30%;
  margin: 0 15px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  float: left;
  /* Only the -webkit- prefix is required these days */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

  .serv-tab::before {
    content: ' ';
    position: absolute;
    top: 70%;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba (0, 0, 0, .8);
    transition: background .35s ease-out;
  }

  .serv-tab:hover::before {
    background: rgba(54, 169, 224, .8);
  }

.serv-img {
  width: auto;
  height: 100%;
  max-width: none;
  margin-left: -50%;
}

.serv-overlay {
  position: absolute;
  top: 85%;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  color: white;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  transition: -webkit-transform .35s ease-out;
  transition: transform .35s ease-out;
}

.serv-tab:hover .serv-overlay {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.serv-overlay-title {
  -webkit-transform: translateY( -webkit-calc(-100% - 20px) );
  transform: translateY( calc(-100% - 20px) );
  transition: -webkit-transform .35s ease-out;
  transition: transform .35s ease-out;
}

.serv-overlay-content {
  color: #fff;
}

.serv-tab:hover .serv-overlay-title {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* homepage second section */
.btn-coachwrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* homepage third section */
#third span.arrow-wrap {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
}

#third .arrow-wrap .slider-prev {
  position: absolute;
  left: 0;
}

#third .arrow-wrap .slider-next {
  position: absolute;
  right: 0;
}

/* homepage fourth section */
#fourth img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* homepage sixth section */
.contact-wrap i {
  margin-bottom: 20px;
}

.partner-wrap {
  width: 17%;
  height: 100px;
  margin: 0 10px;
  position: relative;
  display: inline-block;
  float: left;
}

  .partner-wrap img {
    max-width: 130px;
  }


.img-width, .img-height {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.img-width {
  width: 100%;
  height: auto;
}

.img-height {
  height: 100%;
  width: auto;
}
/* homepage testimonial */
#carousel .testimonial_content, #carousel .testimonial_name {
  margin-bottom: 30px;
}
/* homepage enquiry */
#enquiry form {
  margin-top: 50px;
  position: relative;
}

  #enquiry form input {
    border: 0;
    height: 35px;
    width: 500px;
    padding-left: 10px;
    margin-bottom: 15px;
    color: #fff;
    background-color: rgba(255,255,255, .3);
  }

    #enquiry form input.error {
      background-color: rgba(66, 3, 3, .5);
    }

form input.error {
  background-color: rgba(66, 3, 3, .5);
  border: 2px solid red !important;
}

#enquiry form textarea {
  border: 0;
  width: 500px;
  color: #fff;
  padding-left: 10px;
  margin-bottom: 15px;
  background-color: rgba(255,255,255, .3);
}

  #enquiry form input:active, #enquiry form input:focus, #enquiry form textarea:active, #enquiry form textarea:focus {
    background-color: rgba(255,255,255, 1);
    color: #25292d;
    transition: background-color 0.5s ease;
  }

.btn-submit {
  color: #fff;
  background-color: #25292d !important;
  position: relative;
}

  .btn-submit:hover {
    background-color: #36a9e0 !important;
    transition: background-color 0.5s ease;
  }

/* Contact Us */
#contactinfo {
  float: none;
  margin: 20px auto;
}

  #contactinfo .dl-horizontal {
    display: inline-block;
  }

  #contactinfo dt, #contactinfo dd {
    color: #fff;
    float: none;
    text-align: center;
  }

  #contactinfo dt {
    width: 100%;
  }

  #contactinfo dd {
    margin-left: 0;
  }

    #contactinfo dd a {
      color: #fff;
    }

/* Footer */
#footer {
  border-bottom: 5px solid #36a9e0;
}

#footer-left {
  text-align: left;
}

#footer-right {
  text-align: right;
  color: #fff;
}

#footer-left2 {
  margin-top: 30px;
}

  #footer-left2 .fa-circle {
    opacity: .8;
  }

  #footer-left2 a:hover .fa-circle {
    color: #36a9e0;
    transition: all .5s ease;
    border: none;
  }

  #footer-left2 a:hover {
    text-decoration: none;
  }

#footer-right ul > span, #footer-right > p {
  font-size: 13px;
  color: #fff;
}

#footer-right ul li {
  display: inline-block;
  padding: 0 5px;
}

  #footer-right ul li:after {
    content: "/";
    color: #36a9e0;
    margin-left: 15px;
  }

  #footer-right ul li a {
    font-size: 12px;
    color: #fff;
  }

    #footer-right ul li a:hover {
      color: #36a9e0;
      transition: all .5s ease;
    }


/* listing.php banner */
.listing #banner-img img {
  position: absolute;
  left: 0;
}

.successful #banner-img {
  background-color: #25292d;
}

  .successful #banner-img img {
    width: 100%;
    opacity: .5;
  }

/* listing.php search bar */
.other_content {
  position: relative;
}

#search input {
  width: 100%;
  height: 35px;
  border: 0;
  position: relative;
  color: #fff;
  background-color: rgba(0,0,0,.7);
}

  #search input:active, #search input:focus {
    width: 100%;
    height: 35px;
    border: 0;
    position: relative;
    color: #25292d;
    background-color: rgba(255,255,255,1);
  }

#search .search-input {
  width: 500px;
  border: 0;
  position: relative;
  margin: 15px auto;
}

#search .date-input {
  width: 240px;
  border: 0;
  position: relative;
  display: inline-block;
}

#search .date-left {
  left: -8px;
}

#search .date-right {
  right: -8px;
}

#search .ui-datepicker-trigger {
  position: absolute;
  right: -35px;
}

#search .ui-datepicker-trigger {
  width: 35px;
  height: 35px;
}

/* listing.php events */
ul.events, li.event {
  margin: 50px 0;
}

li.event {
  height: 400px;
}

.event-imgwrap {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.events a img {
  width: 100%;
}

ul.events li a {
  width: 100%;
  height: 100%;
}

ul.events li:hover .event-border {
  height: 35px;
  background-color: #36a9e0;
}

ul.events li:hover .event-readmore {
  color: #fff;
}

.event-border {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 95%;
  height: 2px;
  background-color: #25292d;
  -webkit-transition: all 0.s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.event-readmore {
  color: #fff;
  line-height: 35px;
}

/* listing.php cards */
li.eventt {
  height: 400px;
  margin: 50px 0;
}

.the_box {
  position: relative;
  overflow: hidden;
  height: 400px;
  margin: 0 auto;
  background: #fff;
  color: #fff;
}

.static {
  position: initial;
}

  .static h4, .static span {
    position: relative;
    width: 100%;
  }

.hover ul {
  position: absolute;
  bottom: 0;
  z-index: 10;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

  .hover ul li {
    height: 100px;
  }

    .hover ul li.tour-1 {
      height: 100%;
    }

    .hover ul li.tour-2 {
      height: 50%;
    }

    .hover ul li.tour-3 {
      height: 33.33%;
    }

    .hover ul li.tour-4 {
      height: 16.67%;
    }

    .hover ul li.blue a {
      background: #25292d;
    }

      .hover ul li.blue a:hover {
        background: #36a9e0;
      }

    .hover ul li a {
      display: block;
      padding: 1.5em;
      font-size: 1.125em;
      text-decoration: none;
      color: white;
      -webkit-transition: background .7s ease;
      transition: background .7s ease;
    }

      .hover ul li a span {
        position: relative;
        display: inline-block;
        font-size: .777777778em;
        top: 2px;
        padding: .25em .75em;
        background: rgba(0, 0, 0, 0.1);
        border-radius: .25em;
        height: 38px;
        overflow: hidden;
      }

.the_box:hover .hover {
  display: block;
  opacity: 1;
}

.the_box .box-border {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 95%;
  height: 2px;
  background-color: #25292d;
}

.event-transition ul li {
  -webkit-transform: translateY(20em);
  transform: translateY(20em);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

  .event-transition ul li.green {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }

  .event-transition ul li.red {
    -webkit-transition-delay: .25s;
    transition-delay: .25s;
  }

  .event-transition ul li.blue {
    -webkit-transition-delay: .125;
    transition-delay: .125;
  }

.event-transition .the_box:hover ul li {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}


/* event.php banner */
#details .title h1 {
  padding: 100px 0;
  margin-top: 25%;
}

#details .links .bookATour {
  background-color: #36a9e0;
}

  #details .links .bookATour::after {
    content: "\f054";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #fff;
    font-size: 14px;
    padding-right: 0.5em;
    position: absolute;
    top: 15px;
    right: 15px;
  }

#details .links .backToList {
  background-color: #25292d;
}

  #details .links .backToList::after {
    content: "\f053";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #fff;
    font-size: 14px;
    padding-right: 0.5em;
    position: absolute;
    top: 15px;
    left: 20px;
  }

/* event.php accordion */
#accordion {
  text-align: left;
  margin: 80px 0;
}

  #accordion .links {
    margin: 50px 0;
  }

  #accordion .ui-widget-header, #accordion .ui-accordion-header {
    padding: 15px 50px;
  }

  #accordion .ui-corner-all, #accordion .ui-corner-top, .ui-corner-right, #accordion .ui-corner-tr, #accordion .ui-corner-all, #accordion .ui-corner-bottom, #accordion .ui-corner-right, .ui-corner-br {
    border: 0;
    border-radius: 0;
  }

  #accordion .ui-widget-header, #accordion .ui-widget-content {
    background: transparent;
    border: none;
    padding: 50px 50px;
    background-color: #eee;
    position: relative;
  }

    #accordion .ui-state-default, #accordion .ui-widget-content .ui-state-default, #accordion .ui-widget-header .ui-state-default, #accordion .ui-state-active, #accordion .ui-widget-content .ui-state-active, #accordion .ui-widget-header .ui-state-active {
      padding: 15px 50px;
      border: none;
      color: #fff;
      font-weight: 300;
    }

    #accordion .ui-state-default, #accordion .ui-widget-content .ui-state-default, #accordion .ui-widget-header .ui-state-default {
      background: #25292d;
      border-bottom: 1px solid #36a9e0;
    }

    #accordion .ui-state-active, #accordion .ui-widget-content .ui-state-active, #accordion .ui-widget-header .ui-state-active {
      background: #36a9e0;
    }
/* event.php accordion icons */
.ui-icon {
  width: 20px;
  height: 20px;
}

.ui-icon-triangle-1-s, .ui-icon-triangle-1-e {
  background-position: 0;
}

.ui-state-default .ui-icon {
  background-image: url(../images/icon-less.png);
}

.ui-state-active .ui-icon {
  background-image: url(../images/icon-more.png);
}

.ui-state-active .ui-icon, .ui-state-default .ui-icon {
  position: absolute;
  right: 5%;
}

.links {
  margin-bottom: 50px;
  padding: 0;
}

/* testimonial.php */
.testimonial {
  width: 80%;
  background-color: #eee;
  border-bottom: 1px solid #36a9e0;
  padding: 20px;
  margin: 20px auto;
  position: relative;
}

  .testimonial:hover {
    background-color: #36a9e0;
    color: #fff;
    transition: all .5s ease;
  }

.testimonial-name {
  margin-top: 10px;
}




































html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0 none;
  /*font: inherit; */
  margin: 0;
}

ol, ul {
  list-style: none outside none;
}

blockquote, q {
  quotes: none;
}

  blockquote:before, blockquote:after, q:before, q:after {
    content: none;
  }

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.clearfix {
  clear: both;
  position: relative;
}

a {
  text-decoration: none;
}

  a:hover {
    text-decoration: underline;
  }


body img.ui-datepicker-trigger {
  width: 22px;
  margin-left: 15px;
  display: inline;
}


a.securityHelp {
  color: #000000;
  font-size: 15px;
}

  a.securityHelp:hover {
    text-decoration: none;
    display: inline-block;
  }

div.securityHelp {
  background-color: #FFFFFF;
  border: 1px solid #666666;
  clear: both;
  cursor: pointer;
  display: none;
  font-size: 12px;
  height: 220px;
  padding: 6px;
  position: absolute;
  right: 0;
  top: -140px;
  width: 220px;
}


/* #header-margin {
    height: 40px;
}
#header {
    background: none repeat scroll 0 0 white;
    height: 95px;
    margin: 0 auto;
    text-align: center;
    width: 790px;
    z-index: 3;
}
#header #logo {
    left: 4px;
    position: absolute;
    top: -36px;
}
#header .facebook {
    left: 360px;
    position: absolute;
    top: 36px;
    width: 160px;
}
#header #phone {
   position: absolute;
    right: 12px;
    top: 5px;

}
#nav {
    font-size: 11px;
    position: absolute;
    right: 0px;
    width: 790px;
    text-transform: uppercase;
    top: 70px;
    background: #FFA500;
}
#nav a {
    color: #ffffff;
    padding-right: 3px;
}
#nav ul {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 9px;
    width: 100%;
}
#nav ul li {
    border-right: 1px solid #ffffff;
    display: inline;
    padding: 0 -1px 0 1px;
}
#nav ul li.last {
    border: medium none;
} 
.fullfill-top{background: none repeat scroll 0 0 #FFFFFF;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}



    

.home .topcontent, .listing .topcontent {
    margin-top: -10px;
    padding-top: 25px;
}


a.hireABus {
    bottom: -60px;
    display: block;
    position: absolute;
    right: -90px;
}

.listing .mainHeading, .listing .subHeading {
    color: #23408F;
}
/*a.peninsulaLink {
    left: 0;
    position: absolute;
    top: 386px;
    z-index: 10;
	background: url('../images/peninsula2.png') no-repeat scroll 0 0 none;
}
a.peninsulaLink {
    background: url("/images/peninsula2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 122px;
    left: 0;
    position: absolute;
    top: 386px;
    width: 135px;
    z-index: 10;
}
a.girlsdayoutLink {
    background: url("/images/girlsdayout.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 90px;
    left: 755px;
    position: absolute;
    top: 396px;
    width: 82px;
    z-index: 10;
}
a.peninsulaLink span {
    color: #FFFFFF;
    font-size: 11px;
    left: 30px;
    position: absolute;
    top: 84px;
}
a.peninsulaLink span:hover {
    text-decoration: underline;
}
a.girlsdayoutLink span {
    color: #FFFFFF;
    font-size: 11px;
    left: 7px;
    position: absolute;
    top: 95px;
}
a.girlsdayoutLink span:hover {
    text-decoration: underline;
}
#updates {
    background: none repeat scroll 0 0 white;
    height: 32px;
    line-height: 32px;
    margin: 40px auto 0;
    overflow: hidden;
    padding: 8px 20px;
    width: 740px;
}
#updates #content {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#updates #content span {
    position: relative;
}
#sections {
    margin: 40px auto 0;
    padding: 20px 0 10px;
    text-align: center;
    width: 612px;
    z-index: 0 !important;
}
#sections {
    margin: 40px auto 0;
    padding: 20px 0 10px;
    text-align: center;
    width: 750px;
    z-index: 0 !important;
}
#sections ul li a {
    color: black;
}
#sections ul li {
	float: left;
    margin: 0 0px;
    width: 183px
}
#sections ul li img {
    padding-bottom: 5px;
}
#results {
    margin: 20px auto 0;
    width: 617px;
}
#results #search {
    padding: 10px 16px;
}
#results #search .input .input {
    float: left;
}
#results #search div.label {
    float: left;
    font-size: 15px;
    line-height: 20px;
    margin: 0 4px;
}
#results #search div.label.keyword {
    margin-left: 0;
}
#results #search input {
    float: left;
    height: 17px;
    padding: 0 0 1px;
}
#results #search input.date {
    margin-right: 0;
    width: 80px;
}
#results #search a.calpop {
    background: url("../Scripts/calendarxp/calbtn.gif") repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 22px;
    width: 22px;
}
#results .allEvents {
    padding: 0 12px;
}
#results .allEvents li {
    float: left;
    padding: 16px 6px;
    width: 185px;
}
#results .allEvents li img.thumb {
    height: 105px;
    width: 185px;
}
#results .allEvents li h2, #results .allEvents li h2 a {
    color: #23408F;
    font-size: 16px;
    font-weight: bold;
}
#results .allEvents li .description {
    color: #9B9B9B;
    font-size: 16px;
}
#results .event {
    line-height: 17px;
}
#results #noResults {
    min-height: 100px;
    padding: 0 16px;
}
#results #paging {
    float: right;
    font-size: 16px;
    padding: 16px;
}
#details, #booking, #contact, #info, #successful {
    font-size: 16px;
    height: auto !important;
    margin: 20px auto 0;
    min-height: 350px;
    width: 617px;
} 
#details div {
    margin-bottom: 5px;
}
#details .other_content {
    padding: 30px;
}
#details h2 {
    color: #F26122;
    font-weight: bold;
}
#details .title {
    float: left;
    width: 430px;
}
#details .title h2 {
    font-size: 37px;
}
#details .code {
    float: right;
    margin-top: 14px;
    width: 125px;
}
#details .code h2 {
    font-size: 20px;
}
#details .subTitle h2 {
    color: #6D6E71;
    font-size: 22px;
    font-weight: normal;
}
#details .mainImage {
    margin: 15px auto;
    width: 550px;
}
#details .mainImage img {
    width: 550px;
}
#details #ipod {
    float: right;
    margin: -17px 1px 0 0;
}
#details .shortDescr {
}
#details .longDescr {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 10px;
#details .longDescr h2 {
    font-size: 17px;
}
#details .longDescr li {
    list-style: disc outside none;
    margin-left: 20px;
}
#details .longDescr .pickups li {
    float: left;
    list-style: none outside none;
    margin-left: 0;
    width: 33%;
   /*width: 100%;
}
#details .suburb {
    margin-top: 9px;
}
#details .suburbClick {
    background: url("../images/location.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    height: 33px;
    line-height: 33px;
    text-align: center;
    width: 153px;
	text-decoration: none !important;
	cursor: default !important;
}
#details .suburbClick a:hover {
    text-decoration: none;
}
#details .suburb .pickupInfo {
    font-size: 13px;
}

#details .highlights, #details .details {
    line-height: 18px;
    margin-top: 12px;
    width: 100%;
}
#details .highlights {
    float: none;
    margin-top: 16px !important;
}
#details .details, #details .cost {
	/*float: right;
    float: none;
}
#details .highlights li, #details .details li {
    list-style: disc outside none;
    margin-left: 20px;
}
#details .details ul.pickups li {
    float: left;
    list-style: none outside none;
    margin: 0;
    width: 50%;
}
#details .links .backToList {
    float: left;
}
#details .links .bookATour {
    float: right;
}
#details .links .phoneOrders {
    display: block;
    float: right;
    width: 278px;
}
} 
#booking {
    padding: 5px 25px 10px;
}
#booking h2 {
    color: #00ACEC;
    font-size: 25px;
    font-weight: bold;
}
#booking .other_content .rc {
    background: none repeat scroll 0 0 white;
    border: 1px solid #32428B;
    margin: 15px 0;
    padding: 10px;
    width: 597px;
}
#booking table {
    width: 597px;
}
#booking tr {
    height: 35px;
}
#booking td {
    color: #25408F;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
}
#booking .ticketInfo td.code {
    color: #00AEEF;
}
#booking .ticketInfo td {
    width: 48%;
}
#booking .ticketInfo tr.consecutive {
    height: 65px;
}
#booking .ticketInfo tr.consecutive td {
    padding-top: 6px;
    vertical-align: top;
}
#booking .ticketInfo tr.date input {
    margin-right: 2px;
    width: 210px;
}
#booking .ticketInfo tr.pickup div {
    width: 214px;
}
#booking .ticketInfo tr.selecttype div {
    width: 150px;
}
#booking .ticketInfo tr.time div, #booking .ticketInfo tr.tickets div {
    float: left;
    width: 150px;
}
#booking .ticketInfo tr.selecttype select, #booking .ticketInfo tr.pickup select, #booking .ticketInfo tr.time select, #booking .ticketInfo tr.tickets select {
    width: 100%;
}
#booking .ticketInfo tr.upgrades td.input {
    color: #000000;
    font-size: 15px;
    font-weight: normal;
}
#booking .ticketInfo tr.tickets label {
    color: #000000;
    font-size: 15px;
}
#booking .ticketInfo tr.notEnoughTickets {
    display: none;
}
#booking .ticketInfo tr.notEnoughTickets td {
    color: #000000;
    font-size: 15px;
    text-align: center;
}
#booking .ticketInfo tr.total .label {
    font-size: 25px;
    padding-right: 15px;
    text-align: right;
}
#booking .contactInfo td.label {
    width: 30%;
}
#booking .contactInfo td.input {
    width: 68%;
}
#booking .contactInfo input, #booking .contactInfo textarea {
    width: 100%;
}
#booking .paymentInfo img.paypal {
    width: 150px;
}
#booking .paymentInfo td.label {
    width: 250px;
}
#booking .paymentInfo tr.cardType {
}
#booking .paymentInfo tr.cardName {
}
#booking .paymentInfo tr.cardNumber {
}
#booking .paymentInfo tr.securityNumber input, #booking .paymentInfo tr.expiryDate input {
    width: 50px;
}
#booking .paymentInfo tr.expiryDate .input {
    color: #000000;
}
#booking .paymentInfo tr.expiryDate label {
    font-size: 15px;
}
#booking .creditCardPayment, #booking .paypalPayment {
    display: none;
}
#booking .paymentInfo a.process {
    float: right;
}
#booking .errors {
    color: #FF0000;
}
a.securityHelp {
    color: #000000;
    font-size: 15px;
}
a.securityHelp:hover {
    text-decoration: none;
}
div.securityHelp {
    background-color: #FFFFFF;
    border: 1px solid #666666;
    clear: both;
    cursor: pointer;
    display: none;
    font-size: 12px;
    height: 170px;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 228px;
}
#successful {
    padding: 30px;
}
#successful h2 {
    color: #23408F;
    font-size: 25px;
    font-weight: bold;
}
#contact {
    color: #00AEEF;
    font-weight: bold;
}
#contact h2.heading {
    font-size: 25px;
}
#contact .other_content {
    padding: 30px;
}
#contact table {
    margin-top: 10px;
    width: 100%;
}
#contact td.label {
    padding-top: 4px;
    vertical-align: top;
    width: 48%;
}
#contact td.info {
    color: #23408F;
    padding: 4px;
}
#contact td.info a {
    color: #23408F;
}
#contact form {
    margin-top: 20px;
}
#contact td.input textarea, #contact td.input input, #contact td.input select {
    margin: 3px;
    padding: 0;
    width: 97%;
}
#contact td.input textarea {
    padding: 1px;
}
#contact td.input.submit input {
    width: auto;
}
#contact #contactInfo {
    line-height: 20px;
}
#info {
}
#info .other_content {
    padding: 30px;
}
#info .heading {
    margin-bottom: 20px;
}
#info h2 {
    color: #00AEEF;
    font-size: 25px;
    font-weight: bold;
}
#info ul {
    padding-left: 20px;
}
#info li {
    list-style: disc outside none;
}
#info .testimonial {
    margin-bottom: 15px;
}

/*#footer {
    background: none repeat scroll 0 0 white;
    color: #9B9B9B;
    font-size: 12px;
    height: 120px;
    margin: 15px 0;
} 

#footer a {
    color: #9B9B9B;
}
#footer .logo {
    left: -45px;
    position: absolute;
    top: -8px;
}
#footer #sponsors, #footer #sponsors a {
    position: absolute;
}
#footer #sponsors {
    bottom: 0;
    height: 135px;
    right: 0;
    width: 550px;
    left:245px;
}
#footer #sponsors a.letthemeatcake {
    left: 183px;
    top: 6px;
}
#footer #sponsors a.hotsummer {
    left: -37px;
    top: 31px;
}
#footer #sponsors a.frontier {
    left: 133px;
    top: 53px;
}
#footer #sponsors a.twilight {
    left: 266px;
    top: 12px;
}
#footer #sponsors a.ticketmaster {
    left: 361px;
    top: 16px;
}
#footer #sponsors a.sbk {
    left: 282px;
    top: 1px;
}
#footer #sponsors a.harvest {
    left: 194px;
    top: 7px;
}
#footer #sponsors a.onthegreen {
    left: 74px;
    top: 20px;
}
#footer #sponsors a.groovnthemoo {
    left: 364px;
    top: 47px;
} */
#footer #siteLinks {
  bottom: 5px;
  left: 7px;
  line-height: 15px;
  position: absolute;
}

#footer #sponsors a.v8november {
  left: 326px;
  top: 2px;
}

.sbk > img {
  max-width: 60px;
}

.hotsprings {
  margin-top: 2% !important;
  margin-right: 33% !important;
}

.homepagec {
  color: #9B9B9B !important;
  line-height: 109%;
  padding: 10px;
}

  .homepagec a {
    text-decoration: none;
  }

    .homepagec a:hover {
      color: #000000;
    }

    .homepagec a:link {
      color: #000000;
      text-decoration: underline;
    }

    .homepagec a:visited {
      color: #000000;
      text-decoration: underline;
    }

h1.homepagec {
  font-weight: bold !important;
  font-size: 26px !important;
  padding: 18px !important;
}

h2.homepagec {
  font-weight: bold !important;
  font-size: 18px !important;
  padding: 10px !important;
}

p.homepagec {
  padding: 2px;
}


.longDescrdiv {
  font-size: 17px;
  font-weight: bold;
  color: rgb(35, 64, 143) !important;
  float: left;
}

.shortdescriptiondetails {
  font-weight: bold;
  color: rgb(35, 64, 143) !important;
}

#dot {
  display: inline;
}

#showhide {
  display: none;
}

.frontiemelbournetour {
  left: 490px;
  top: 41px;
}

#googleplus {
  left: 326px;
  position: absolute;
  top: 39px;
}

.event-font {
  border: 0 none;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  color: #F26122;
  font-size: 16px;
  font-weight: bold;
}

.pp-img {
  height: 17px;
  margin-bottom: 0px !important;
}

.pp-img-png {
  height: 17px;
  padding-top: 1px;
  margin-bottom: 0px
}

.p-grey-img-png {
  height: 16px;
  margin-bottom: -3px;
  margin-left: 1px;
}


.navbar, .navbar-inverse {
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  min-height: 40px;
}

.nav li {
  display: inline;
  color: white;
}

.navbar-inverse {
  background-color: transparent
}

  .navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
    font-size: 1.7em;
    font-weight: 300;
    padding: 30px 25px 33px 25px;
  }

  .navbar-inverse .navbar-nav li a:hover {
    background-color: #444444;
    transition: 0.7s all linear;
    height: 100%;
  }
