/*@font-face {
    font-family: 'Blender Pro Book';
    src: url('../fonts/BlenderPro-Book.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Blender Pro Medium';
    src: url('../fonts/BlenderPro-Medium.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Blender Pro Bold';
    src: url('../fonts/BlenderPro-Bold.otf');
    font-weight: bold;
    font-style: normal;
}*/
@font-face {
    font-family: 'VAG Rounded Bold';
    src: url('../fonts/VAG-Rounded-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'VAG Rounded Light';
    src: url('../fonts/VAG-Rounded-Light.ttf');
    font-weight: normal;
    font-style: normal;
}


html,
body
{
    font-family: "VAG Rounded Light";
    font-size:13px;
}

body h2, body h3
{
    font-family: "VAG Rounded Bold";
}

#custom_background
{
    /* The html and body elements cannot have any padding or margin. */
    /* background-image: url(../images/large-background/large-example-background.jpg); */
    background-image: url(../images/backgrounds/grassbg.jpg);
    /* background-repeat: no-repeat; */
    background-repeat: repeat-y;
    background-position: center top;
    /* background-attachment: fixed; */
    background-size:100% auto;
}


#admin {
    background-color:#FFF;
    /* The html and body elements cannot have any padding or margin. */
    /* background-image: url(../images/large-background/large-example-background.jpg);
    background-repeat: repeat;
    background-position: center top; */
}

#event-booking-listing {
  background-color:white;
}

.page-header {
    background-color: #1b650a;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding:10px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
}
.page-header h1 {
    color:#ffffff;
    font-family:'VAG Rounded Bold';
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    font-size: 32px;
    text-shadow: 2px 2px #000000;
    display: inline-block;
    letter-spacing: 0.5px;
}
.page-header header span a {
    text-align:right;
    float:right;
    display: inline-block;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 14px;
    text-shadow: 2px 2px #000000;
    padding-top: 5px;
    padding-right: 10px;
    margin:0;
}

#home-search-tag-container
{
    text-align: center;
}

#search-tag-title
{
    color: #FFFFFF;
    display: inline-block;
    font-family: 'VAG Rounded Bold';
    font-size: 32px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-shadow: 2px 2px #000000;
    padding-left:10px;
    letter-spacing: 0.5px;
    text-align: center;
    width: 100%;
}

.navbar-static-top {
  margin-bottom: 19px;
}
.navbar-header {
    background-color: #056939;
    background-image: url(../../assets/images/backgrounds/header-banner-background-wide.jpg);
    background-repeat: repeat-x;
}
.event-details {
  background-color:white;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding:15px;
  margin-bottom:25px;
  overflow: auto
}

.event-details .left-image
{
    float:left;
    display: inline;
    padding-right:10px;
    padding-bottom: 10px;
}

/*.event-details p, event-details p strong {
    font-size:12px;
}*/

.event-details p strong a
{
    color:#9abb48;
}

/* DONT CHANGE NEEDED TO OVERPOWER BOOTSTRAP */
/*
[class*="col-"] {
  padding:0;
}
*/

#header-container {
    background-image: url(../images/backgrounds/header-banner-background.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    height: 143px;
    border:none;
    position: relative;
    max-width:1100px;
    margin: 0px auto 0px auto;
}

#style-header {
    background-image: url(../../assets/images/backgrounds/header-banner-background-wide.jpg);
    background-repeat: repeat-x;
    height:224px;
    z-index: 11;
}
#main-nav-container {
    background-image: url(../images/backgrounds/menu-green-background.gif);
    background-repeat: repeat-x;
    background-position: left top;
}
ul#main-nav {
    max-width:1240px !important;
    margin:auto !important;
    /*height:200px;*/
}
/* 2013 IMPORTANT DONT CHANGE SORTED ISSUE WITH MENU PADDING AFFECTING RIGHT OF PAGE */
.row {
    margin-left:0;
    margin-right:0;
}
#main-nav li {
    float: left;
    list-style-type: none;
    font-weight: bold;
    font-family: 'VAG Rounded Light';
    letter-spacing: 0.5px;
}
/* Menu State of main menu nav at top */
/*.nav-sub a {*/
/*    background-image: url(../images/menu/left-main-inner-nav-menu.png);*/
/*    background-repeat: no-repeat;*/
/*    background-position: left top;*/
/*    /*min-width:160px;*/*/
/*    min-width:145px;*/
/*    height:100px;*/
/*    display:block;*/
/*    margin:0;*/
/*    padding-top: 0px;*/
/*    padding-right:0px;*/
/*    padding-bottom: 0px;*/
/*    padding-left: 28px;*/
/*    color:#FFF;*/
/*    text-shadow: 2px 2px #000000;*/
/*    line-height: 62px;*/
/*    text-align: center;*/
/*    text-decoration: none;*/
/*}*/
/*.nav-sub a:hover, .active.nav-sub a {*/
/*    background-image: url(../images/menu/left-main-inner-nav-menu-active.png) !important;*/
/*    background-repeat: no-repeat;*/
/*    background-position: left top;*/
/*    text-decoration: none;*/
/*    color:#387d00;*/
/*    text-shadow: 1px 1px #ffffff;*/
/*}*/
/*.nav-right a:hover span, .active.nav-right a span {*/
/*    background-image: url(../images/menu/right-main-nav-menu-active.png) !important;*/
/*    background-repeat: no-repeat;*/
/*    background-position: right top;*/
/*    text-decoration: none;*/
/*    color:#387d00;*/
/*    text-shadow: 1px 1px #ffffff;*/
/*}*/
/*.nav-sub a:hover span, .nav-left a:hover span, .active.nav-sub a span, .active.nav-left a span {*/
/*    margin:0;*/
/*    background-image: url(../images/menu/right-main-inner-nav-menu-active.png);*/
/*    background-repeat: no-repeat;*/
/*    background-position: right top; /* sort the radious issue */*/
/*    height:100px;*/
/*    display:block;*/
/*    padding-top: 0px;*/
/*    padding-right: 28px;*/
/*    padding-bottom: 0px;*/
/*    padding-left: 0px;*/
/*    text-decoration: none;*/
/*    color:#387d00;*/
/*    text-shadow: 1px 1px #ffffff;*/
/*}*/
/*.nav-left a {*/
/*    margin:0;*/
/*    background-image: url(../images/menu/left-main-nav-menu.png);*/
/*    background-repeat: no-repeat;*/
/*    background-position: left top;*/
/*    min-width:150px;*/
/*    height:100px;*/
/*    display:block;*/
/*    padding-top: 0px;*/
/*    padding-right:0px;*/
/*    padding-bottom: 0px;*/
/*    padding-left: 38px !important;*/
/*    color:#FFF;*/
/*    text-shadow: 2px 2px #000000;*/
/*    line-height: 62px;*/
/*    text-align: center;*/
/*}*/
/*.nav-left a:hover, .active.nav-left a {*/
/*    margin:0;*/
/*    background-image: url(../images/menu/left-main-nav-menu-active.png);*/
/*    background-repeat: no-repeat;*/
/*    background-position: left top;*/
/*    text-decoration:none;*/
/*    color:#387d00;*/
/*    text-shadow: 1px 1px #ffffff;*/
/*}*/
/*.nav-sub a span, .nav-left a span {*/
/*    margin:0;*/
/*    background-image: url(../images/menu/right-main-inner-nav-menu.png);*/
/*    background-repeat: no-repeat;*/
/*    background-position: right top; /* sort the radious issue */*/
/*    height:100px;*/
/*    display:block;*/
/*    padding-top: 0px;*/
/*    padding-right: 28px;*/
/*    padding-bottom: 0px;*/
/*    padding-left: 0px;*/
/*}*/
/*.nav-right a span {*/
/*    margin:0;*/
/*    background-image: url(../images/menu/right-main-nav-menu.png);*/
/*    background-repeat: no-repeat;*/
/*    background-position: right top; /* sort the radious issue */*/
/*    min-width:150px;*/
/*    height:100px;*/
/*    display:block;*/
/*    padding-top: 0px;*/
/*    padding-right: 38px !important;*/
/*    padding-bottom: 0px;*/
/*    padding-left: 0px;*/
/*}*/

#logo
{
    width:300px;
}

#logo img
{
    padding-top:10px;
}

#logo-header
{
    position:relative;
    left:0;
    top:0;
    width:171px;
    height:51px;
    margin:0;
    padding:0;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/*#footer:before{
    content: "";
    display: block;
    background-image: url(../../assets/images/backgrounds/bottom-of-home.png);
    background-repeat: no-repeat;
    height:280px;
    width:1053px;
    margin: -303px auto 0px;
}*/


/* Set the fixed height of the footer here */
#footer {
    width: 100%;
    background-color: #f5f5f5;
    background-color: #056939;
    background-image: url(../../assets/images/backgrounds/footer-gradient.gif);
    background-repeat: repeat-x;
    background-position: center top;
    padding-top: 23px;
    text-align: center;
/*    margin-top:300px; */
}
#footer ul {
    float:left;
    display:block;
}
#footer-inner {
    margin:auto;
    max-width:1100px;
    padding:0;
    font-size: 12px;
}

#footer .links a:hover
{
    color: #fff;
}

#footer .links a
{
    padding-right:2px;
    color: #D7DF21;
}

#footer .links
{
    color: #fff;
}

.footer-pickup-locations
{
    padding-bottom: 5px;
}

#footer-inner #footer-menu {
    margin:0;
    padding:0;
    display:block;
}
#footer-menu li {
    float: left;
    list-style-type: none;
    padding:0;
    margin:0;
}
#footer-menu li a {
    color: #d7df21;
    font-size:11px;
    float:left;
}

#footer #footer-inner p
{
    margin-top:5px;
}

#footer-menu li span {
    margin-left:5px;
    margin-right:5px;
    color: #FFF;
}
#footer-inner p a {
    color: #d7df21;
}
#footer p {
    color: #ffffff;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

#twitter-feed-container {
    float:right;
    margin-right:80px;
    margin-top:0px;
    width:511px;
    height:95px;
}
#twitter-feed-container {
    display:block;
    background-image: url(../images/backgrounds/twitter-bubble-container.png);
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    top: 10px;
    right: 171px;
    width:511px;
    height:95px;
}
#twitter-inner-feed {
    width:250px;
    float:right;
    margin-right:20px;
    margin-top:5px;
}
#twitter-inner-feed p {
    font-size:12px;
    line-height:13px;
}
#twitter-inner-feed p a ,#twitter-inner-feed p a:hover {
    font-size:12px;
    font-weight:bold;
    color:#3dace0;
}
#twitter-inner-feed p span {
    font-size:10px;
    color:#3dace0;
    display:block;
    font-weight:bold;
}

#twitter-feed-container .twitter-link
{
    width: 60px;
    height: 60px;
    display: block;
    top: 25px;
    left:141px;
    position: absolute;
}

#event-nav {
    margin:0;
    padding:0;
}

/* Event container nav menu */
#event-nav-container {
    /*height:40px;*/
    margin:0;
    padding:0;
    float:left;
    width:100%;
    margin-top:15px;
    margin-bottom:15px;
}
/* Menu State of main menu nav at top */
#event-nav .nav-sub a {
    background-image: url(../images/menu/events-menu/left-main-inner-nav-menu.png);
    background-repeat: no-repeat;
    background-position: left top;
    /*min-width:130px;*/
    height:40px;
    display:block;
    margin:0;
    padding-top: 0px;
    padding-right:0px;
    padding-bottom: 0px;
    padding-left: 28px;
    color:#FFF;
    text-shadow: 2px 2px #000000;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    font-weight:bold;
}
#event-nav .nav-sub a:hover, #event-nav .active.nav-sub a {
    background-image: url(../images/menu/events-menu/left-main-inner-nav-menu-active.png) !important;
    background-repeat: no-repeat;
    background-position: left top;
    text-decoration: none;
    color:#387d00;
    text-shadow: 1px 1px #ffffff;
}
#event-nav .nav-right a:hover span, #event-nav .active.nav-right a span {
    background-image: url(../images/menu/events-menu/right-main-nav-menu-active.png) !important;
    background-repeat: no-repeat;
    background-position: right top;
    text-decoration: none;
    color:#387d00;
    text-shadow: 1px 1px #ffffff;
}
#event-nav .nav-sub a:hover span, #event-nav .nav-left a:hover span, #event-nav .active.nav-sub a span, #event-nav .active.nav-left a span {
    margin:0;
    background-image: url(../images/menu/events-menu/right-main-inner-nav-menu-active.png);
    background-repeat: no-repeat;
    background-position: right top; /* sort the radious issue */
    height:40px;
    display:block;
    padding-top: 0px;
    padding-right: 28px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-decoration: none;
    color:#387d00;
    text-shadow: 1px 1px #ffffff;
}
#event-nav .nav-left a {
    margin:0;
    background-image: url(../images/menu/events-menu/left-main-nav-menu.png);
    background-repeat: no-repeat;
    background-position: left top;
    min-width:130px;
    height:40px;
    display:block;
    padding-top: 0px;
    padding-right:0px;
    padding-bottom: 0px;
    padding-left: 38px !important;
    color:#FFF;
    text-shadow: 2px 2px #000000;
    line-height: 62px;
    text-align: center;
}
#event-nav .nav-left a:hover, #event-nav .active.nav-left a {
    margin:0;
    background-image: url(../images/menu/events-menu/left-main-nav-menu-active.png);
    background-repeat: no-repeat;
    background-position: left top;
    text-decoration:none;
    color:#387d00;
    text-shadow: 1px 1px #ffffff;
}
#event-nav .nav-sub a span, #event-nav .nav-left a span {
    margin:0;
    background-image: url(../images/menu/events-menu/right-main-inner-nav-menu.png);
    background-repeat: no-repeat;
    background-position: right top; /* sort the radious issue */
    height:40px;
    display:block;
    padding-top: 0px;
    padding-right: 28px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#event-nav .nav-right a span {
    margin:0;
    background-image: url(../images/menu/events-menu/right-main-nav-menu.png);
    background-repeat: no-repeat;
    background-position: right top; /* sort the radious issue */
    min-width:85px;
    height:40px;
    display:block;
    padding-top: 0px;
    padding-right: 38px !important;
    padding-bottom: 0px;
    padding-left: 0px;
}
#event-nav li {
    list-style-type: none;
    float:left;
    display:block;
}
.btn.btn-primary {
    background-color:#518d19;
    border:#518d19 solid 1px;
}

.error_login {
    color:#F00;
    display:inline;
    font-size:15px;
    margin-top: 10px;
}
/* 2014 Makes the form wider for admin events */
.modal-full-screen {
    width: 80%;
    height: 80%;
    margin: 0;
    top: 0;
    left: 10%;
}

#hover-img .thumbnail {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border:5px #FFF solid;
    width:97%;
    padding:0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
}

#hover-img .caption {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(115, 157, 58, 0.8);
    width: 100%;
    height: 100%;
}
#hover-img .caption h1 {
    padding: 10px;
    line-height:24px;
    font-weight:bold;
    color:#ffffff;
    text-align:center;
    font-size:18px;
    padding:0;
    margin:0;
    margin-top:5px;
    margin-bottom:5px;
    text-shadow: 2px 2px #000000;
}

#hover-img .caption p {
    padding: 6px;
    color:#ffffff;
    text-align:center;
    padding:0;
    margin:0;
    text-shadow: 2px 2px #000000;
}

#hover-img .caption-btm {
    background: rgba(0, 0, 0, 1.0);
    width: 90%;
    height: 40px;
    position: absolute;
    bottom: 0px;
    color: #fff;
    display: table;
    width: 100%;
    margin-bottom:0;
    padding-bottom:0;
}

#hover-img .caption-btm p {
    text-align: center;
    display: block;
    vertical-align: middle;
    padding:5px;
    font-weight:bold;
}
.caption-btm img {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.more-event-link-button, .sign-up-link-button {
    border: 0;
    background: transparent;
    margin-top:10px;
}
.sign-up-link-button {
    clear:both;
    display:block;
    width:100%;
    text-align:right;
    padding-bottom:20px;
}
h2 {
    color:#739d3a;
    font-size:30px;
    border-bottom:solid 1px #c3c3c3;
}
h3 {
    color:#739d3a;
    font-size:15px;
    margin-bottom:0;
    padding-bottom:0;
}
.page-header h4, #sign-up h4
{
    color:#ffffff;
    font-family: 'VAG Rounded Bold';
    font-weight: normal;
    font-size: 20px;
    text-shadow: 2px 2px #000000;
    display: inline-block;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    letter-spacing: 0.5px;
}
a, a:hover {
    color:#739d3a;
}
#sign-up{
    background-color:#1b650a;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-top:0;
    padding:5px;
    color: #fff;
}

#sign-up p
{
    padding-left:10px;
}

.padded-green {
    background-color:#d7df21;
}
form input {
    color:#1b650a !important;
}
.form-group {
    margin:5px;
}
::-webkit-input-placeholder {
   color:#1b650a !important;
    text-transform: uppercase;
}

:-moz-placeholder { /* Firefox 18- */
   color:#1b650a !important;
    text-transform: uppercase;
}

::-moz-placeholder {  /* Firefox 19+ */
   color:#1b650a !important;
    text-transform: uppercase;
}

:-ms-input-placeholder {
   color:#1b650a !important;
    text-transform: uppercase;
}
.bs-example {
    position: relative;
    padding: 45px 15px 15px;
    margin: 0 -15px 15px;
    background-color: #bfdc8b;
    box-shadow: inset 0 3px 6px rgba(0,0,0,.1);
    border: 1px solid #448610;
}
/* FIx for youtube video clips that need embedding */
.table {
    background-color:#FFF;
}

/* To sort conflict with the bootstrap css and image uploads */
.fade {
  opacity: 100 !important;
}

.search-tag-list
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.search-tag-list li
{
    margin: 0px;
    float: left;
}

.search-tag-list li span
{
    width:93px;
    display: inline-block;
}

.selected-packages .package-data table td
{
    font-size:12px;
}

.selected-packages .package-type-table
{
    border: 1px solid black;
}

.selected-packages .package-data td
{
    padding:5px;
}


.selected-packages .package-type-title
{
    font: 14px;
    font-weight: bold;
    text-align: center;
}

.homepage-event-box
{
    padding-left:0px;
    padding-right:0px;
}

.homepage-event-box a
{
    text-decoration: none;
}

.homepage-event-box #event-dates
{
    font-size: 16px;
}

.homepage-event-box .thumbnail
{
    height:174px;
}

.event_attributes
{
    clear: left;
}

.quick-booking-column
{
    top:-34px;
    position: relative;
    margin-bottom:-34px;
}

.quick-booking-column .booking-form
{
    height:222px;
    padding-top:50px;
}

.quick-booking-column .booking-form ul button:hover, .quick-booking-column .booking-form .selected button
{
    background: #8fc73e;
    border: 2px solid #000;
    color:#000;
}

.quick-booking-column .booking-form ul button
{
    background: #1B650A;
    color: #fff;
    min-width: 140px;
    border-radius: 10px;
    border: 2px solid #fff;
    margin-bottom: 3px;
    letter-spacing: 0.5px;
}

.quick-booking-column .booking-form li a
{
    color: #000;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
}

.booking-form
{
    background-color: #d6df20;
    border-radius: 15px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;

    /* Safari 4-5, Chrome 1-9 */ /* Can't specify a percentage size? Laaaaaame. */
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(#f2f4b3), to(#d6df20));

    /* Safari 5.1+, Chrome 10+ */
    background: -webkit-radial-gradient(circle, #f2f4b3, #d6df20);

    /* Firefox 3.6+ */
    background: -moz-radial-gradient(circle, #f2f4b3, #d6df20);

    /* IE 10 */
    background: -ms-radial-gradient(circle, #f2f4b3, #d6df20);
}


.booking-form h2
{
    margin-top: 0px;
    border-bottom: none;
    color: #1B650A;
    font-size: 24px;
    font-family: 'VAG Rounded Bold';
    letter-spacing: 0.5px;
}

.booking-form h3
{
    margin-top:0px;
    color: #1B650A;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 3px;
}

.booking-form select
{
    margin-bottom: 10px;
    width:90%;
    text-align: center;
    padding: 2px 10px;
    background:#1B650A;
    color: #fff !important;
    border: 3px solid #fff;
    font-weight: bold;
    border-radius:15px;
    font-size:15px;
    letter-spacing: 0.5px;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
}

.booking-form #people
{
    text-align: left;
    padding-left:7px;
}


.booking-column
{
    xposition:fixed;
    xmargin: -220px 0 0 0px;
}

.main-menu-container
{
  position: relative!important;
}

#pax-select-container
{
    width:75px;
    float: left;
    margin-left:25px;
}

#submit-booking
{
    margin-top:14px;
    padding: 10px 18px;
    background:#1B650A;
    color: #fff !important;
    border: 3px solid #fff;
    font-weight: bold;
    border-radius:15px;
}

.event-info-container
{
   display:none;
}

.route-table th, .route-table tr, .route-table td
{
    border: 1px solid #000;
    padding: 6px;
}

#timetable-container td
{
    font-size: 10px;
}

#route-title
{
    font-size: 14px !important;
    font-weight:bold;
}

.route-table tr td:first-child
{
    white-space: nowrap;
}


/*HOMEPAGE NAV*/
#main-nav ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#main-nav li
{
    display: block;
    margin-left: 28px;
    float: left;
    height: 100px;
    background: url("../images/menu/right-main-inner-nav-menu.png") no-repeat right top !important;
}
#main-nav li:first-child
{
/*    margin-left: 38px;*/
    margin-left: 70px;
}
#main-nav li:last-child
{
    background: url("../images/menu/right-main-nav-menu.png") no-repeat right top !Important;
}
#main-nav li a
{
    display: block;
    height: 71px;
    line-height: 62px;
    padding-right: 14px;
    padding-left: 14px;
    background: url("../images/menu/left-main-inner-nav-menu.png") no-repeat left top !important;
    margin-left: -28px;
    min-width: 90px;
    color: #fff;
    text-shadow: 2px 2px #000;
    text-align: center;
    text-decoration: none;
}
#main-nav li:first-child a
{
    background: url("../images/menu/left-main-nav-menu.png") no-repeat left top !important;
    margin-left: -38px;
    padding-right: 14px;
    padding-left: 24px;
}
#main-nav li:last-child a
{
    padding-right: 24px;
}
#main-nav span
{
}
#main-nav li:hover,
#main-nav li.active
{
    background: url("../images/menu/right-main-inner-nav-menu-active.png") no-repeat right top !important;
}
#main-nav li:hover a,
#main-nav li.active a
{
    background: url("../images/menu/left-main-inner-nav-menu-active.png") no-repeat left top !important;
    color: #387d00;
    text-shadow: 1px 1px #fff;
}
#main-nav li:first-child:hover a,
#main-nav li:first-child.active a

{
    background: url("../images/menu/left-main-nav-menu-active.png") no-repeat left top !important;
}
#main-nav li:last-child:hover,
#main-nav li:last-child.active
{
    background: url("../images/menu/right-main-nav-menu-active.png") no-repeat right top !Important;
}

#facebook-friends iframe
{
    height: 320px !important;
    background: #fff;
    margin-top:10px;
}

#strap-line img
{
    vertical-align: bottom;
    width:277px;
    padding-left: 15px;
}

.search-tag-container
{
    height:60px;
    overflow: auto;
    width:100%;
}

.travelfrom-container
{
    background-color: #FFFFFF;
    border-radius: 15px;
    margin-bottom: 25px;
    overflow: auto;
    padding: 15px;
}

.travelfrom-container #hover-img .thumbnail, .travelfrom-container .thumbnail
{
    border: 5px solid #000;
}

.travelfrom-container .location-based-events
{
    padding-top:10px;
    border-top:1px solid #000;
}

.travelfrom-container .location-based-info
{
    padding-bottom:10px;
}

#press-contact-info
{
    display: none;
}

/**
 *CUSTOMER DASHBOARD STYLES
 */

#cdm-dashboard-container, #cdm-payment-container, #cdm-login-container, #cdm-paymentsuccess-container, #cdm-paymentfail-container, #cdm-payment-3ds-container
{
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    padding: 5px;
}

.cdm-group hr
{
    border-top: 1px solid #000;
}

.cdm-group h3
{
    color: #1B650A;
}

.cdm-group a
{
    color: #1B650A;
}

.cdm-group a:hover
{
    color: #fff;
}

#cdm-login-container, #cdm-paymentsuccess-container, #cdm-paymentfail-container, #cdm-payment-3ds-container
{
    min-height:400px;
    margin-bottom: 10px;
}


#cdm-dashboard-container .cdm-group
{
    background-color: rgba(0, 0, 0, 0.1);
    padding: 2px 0px 10px 10px;
    border-radius: 15px;
    margin-bottom: 5px;
    margin-top: 15px;
}

#cdm-dashboard-container td, #cdm-payment-container td, #cdm-dashboard-container th, #cdm-payment-container th, #cdm-login-container td
{
    padding: 0.3em;
}

/*#cdm-dashboard-pax-details, #cdm-dashboard-messages
{
    float: left;
    width:49%;
}

#cdm-dashboard-booking-details
{
    clear:left;
    width:49%;
}

#cdm-dashboard-booking-additional-details
{
    float: left;
    width:49%;
}*/


@media (max-width: 769px)
{
    #custom_background
    {
        background:none;
        background-color:#d7df21;
    }

    .quick-booking-column
    {
        margin-right:0px;
    }

    .quick-booking-column .booking-form
    {
        height:260px;
        margin-bottom: 10px;
        padding-top:55px;
    }

    .quick-booking-column .booking-form ul button
    {
        width:90%;
        height:34px;
    }

    #hover-img .thumbnail
    {
        width:100%
    }

    .page-header
    {
        margin-bottom:8px;
    }

    .booking-form
    {
        overflow: auto;
    }

    .booking-form #people
    {
        text-align: center;
    }

    #pax-select-container
    {
        margin-left: 0px;
        width:100%;
    }

    #buy-now-container
    {
        float:left;
        clear:left;
        margin-left: 0px;
        width:100%;
    }

    #submit-booking
    {
        margin-top:5px;
    }

    #event-nav-container
    {
        margin-top:0px;
        width:33%;
    }

    #event-nav li
    {
        float:none;
    }

    .homepage-event-box
    {
        padding-left: 5px;
        padding-right: 5px;
    }

    .navbar-toggle
    {
        top:-110px;
        background-color: #DDDDDD;
    }

    .page-header h1
    {
        font-size:26px;
    }

    .page-header h4
    {
        font-size:16px;
    }

    .booking-form .quick-link button
    {
        font-size:11px;
        height:30px;
    }

    .booking-form h3
    {
        display: none;
    }
}



@media (min-width: 768px)
{
    .nav-sub a span, .nav-left a span, .nav-right a span
    {
        font-size: 12px;
    }

    #main-nav li a
    {
        min-width:103px;
    }

    #hover-img .caption h1
    {
        font-size:14px;
    }

    .homepage-event-box #event-dates
    {
        font-size:12px;
    }

    .quick-booking-column
    {
        top:-78px;
        margin-bottom:-69px;
    }

    #facebook-friends
    {
        display: none;
    }

/*    .container
    {
        padding-left:0px;
    }*/

    .col-xs-3
    {
        padding-left:0px;
    }

    #twitter-feed-container
    {
        right: 150px;
    }


}

@media (min-width: 767px)
{
    .quick-booking-column .booking-form
    {
        /*height:222px;*/
        padding-top:55px;
    }
}

@media (max-width: 800px)
{
    #main-nav li a
    {
        min-width:90px;
    }
}

@media (max-width: 992px)
{
    #main-nav li:first-child
    {
        margin-left: -8px;
    }

    #twitter-feed-container
    {
        right: -50px;
    }

}

@media (min-width: 992px)
{
    .nav-sub a span, .nav-left a span, .nav-right a span
    {
        font-size: 13px;
    }

    #main-nav li a
    {
        min-width:122px;
    }

    .quick-booking-column
    {
        top:-78px;
        margin-bottom:-69px;
    }

    .quick-booking-column .booking-form
    {
        height:271px;
        padding-top:30px;
    }

    #facebook-friends
    {
        width:213px;
        overflow: hidden;
        display: block;
    }

    #hover-img .caption h1
    {
        font-size:18px;
    }
    .homepage-event-box #event-dates
    {
        font-size:16px;
    }

}

@media (max-width:1180px)
{
    .quick-booking-column .booking-form
    {
        padding-top:65px;
    }

    .quick-booking-column .booking-form h2
    {
        display: none;
    }
}

@media (min-width: 1200px)
{
    .nav-sub a span, .nav-left a span, .nav-right a span
    {
        font-size: 15px;
    }

    #main-nav li a
    {
        min-width:153px;
    }

    .quick-booking-column
    {
        top:-34px;
        margin-bottom:-17px;
    }

    #facebook-friends
    {
        width:auto;
        overflow: visible;
        display: block;
    }

    #event-nav .nav-sub a
    {
        min-width:130px;
    }

    #twitter-feed-container
    {
        right: 171px;
    }
}

.star-container
{
    background: #FFF;
    margin: 0 auto;
    padding: 10px;
    width: 180px;
}

#cdm-payment-form input
{
    width:200px;
}

table.iframe-timetable
{

}

#timetable-container table.iframe-timetable tbody tr td
{
    font-size: 12px;
}

#timetable-container table.iframe-timetable thead tr td
{
    font-size: 12px;
    font-weight: bold;
}

#timetable-container table.iframe-timetable tbody tr:nth-child(odd)
{
    background-color: rgba(115,157,58,0.3);
}

#timetable-container table.iframe-timetable tbody tr td:not(.location)
{
    text-align: center;
    line-height: 24px;
}

#timetable-container table.iframe-timetable tbody tr td.departure-time:hover
{
    cursor: default;
}

#timetable-container table.iframe-timetable tbody tr td.departure-time:hover span
{
    text-decoration: underline;
    font-weight: bold;
}

#timetable-container table.iframe-timetable tbody tr td.location span.location-name:hover
{
    cursor: pointer;
}

.iframe-header header
{
    cursor: pointer;
}

.iframe-popup-background
{
    display: none;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 50;
}

.iframe-booking-popup
{
    background: radial-gradient(circle, #F2F4B3, #D6DF20) repeat scroll 0% 0% transparent;
    border-radius: 15px;
    display: none;
    width: 400px;
    top: 30%;
    left: 50%;
    margin-left: -200px;
    position: fixed;
    z-index: 100;
    padding: 0 10px 10px;
}

.iframe-booking-popup select
{
    background: #1B650A;
    color: #fff;
    padding: 5px 9px;
    font-weight: bold;
    border-radius: 15px;
    border: 3px solid #FFF;
}

.iframe-booking-popup #pax-select-container
{
    width:75px;
    float: none;
    margin-left: 4px;
}

.iframe-booking-popup #iframe-booking-popup-close
{
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    padding: 10px;
    border-radius: 20px;
    border: 3px solid #FFF;
    background: #1B650A;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}

.iframe-booking-popup #iframe-booking-popup-close span
{
    position: absolute;
    top: 1px;
    left: 6px;
}

@media screen and (max-width: 640px) and (orientation: portrait)
{
    .iframe-booking-popup
    {
        width: 300px;
        top: 20%;
        left: 50%;
        margin-left: -150px;
        padding: 0 2px;
    }

    .event-details
    {
        padding: 10px 2px;
    }
}

@media screen and (max-width: 640px) and (orientation: landscape)
{
    .iframe-booking-popup
    {
        width: 400px;
        top: 2%;
        left: 50%;
        margin-left: -200px;
        padding: 0 2px;
    }
}

#dashboard > div > div.panel.panel-default > div.panel-body > div > ul > li:nth-child(2)
{
    display: none;
}

#dashboard > div > div.panel.panel-default > div.panel-body > div > div > div > div.panel.panel-primary > div.panel-footer > button
{
    display: none;
}
