﻿/* jbclock */
.clock {
    width: 100%;
    margin: 0 auto;
    margin-top: 3em;
    margin-bottom: 3em;
    font-size: 5.3px;
    overflow: hidden;
    text-align: left;
}

.clock.small{
    font-size: 3px;
}

@media (min-width: 992px) and (max-width: 1300px) {
    .ad-hero-slidecontent,
    .has-clock {
        width: 1000px;
    }
    .clock {
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 3.3px;
        width: auto;
    }
}

@media (max-width: 991px) {
    .clock{
        font-size: 0.6vw;
    }
    .clock.small{
		font-size: 0.5vw;
	}
}
@media (max-width: 767px) {
    .clock {
        font-size: 0.6vw;
    }
}

.ad-panel-content.has-clock .clock{
    text-align: right;
    margin: 0;
}


@media (min-width: 768px){
    .ad-panel-content.has-clock .clock{
        font-size: 0.4vw;
    }
}

@media (min-width: 1400px){
    .ad-panel-content.has-clock .clock{
        font-size: 5.3px;
    }
}

@media (max-width: 768px){
    .ad-panel-content.has-clock .clock{
        font-size: 0.8vw;
        text-align: center;
    	padding: 0 10px 20px;
    }
}

.clock canvas{
    width: 18.8em;
    height: 18.8em;
}
.clock.small {
    /*-webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);*/
}
.clock_days {
    display: inline-block;
    margin-right: 1.4em;
    border-radius: 50%;
    background: #001E14;
}
.clock_hours {
    display: inline-block;
    margin-right: 1.4em;
    border-radius: 50%;
    background: #001E14;
}
.clock_minutes {
    display: inline-block;
    margin-right: 1.4em;
    border-radius: 50%;
    background: #001E14;
}
.clock_seconds {
    display: inline-block;
    border-radius: 50%;
    background: #001E14;
}
.clock .bgLayer {
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    position: relative;
	background-size: 100%;
}
.clock .topLayer {
    position: absolute;
    background-image: url(../images/top.png);
	background-size: 100%;
    width: 18.8em;
    height: 18.8em;
    background-repeat: no-repeat;
}
.clock .text {
    position: absolute;
    top: 4.5em;
    left: 0em;
    width: 100%;
    height: 10em;
}
.clock .val {
    color: white;
    font-family: Alive;
    font-size: 9.2em;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    line-height: 0.714em;
    margin-top: 0.214em;
    width: 100%;
}
.clock .type_days {
    color: white;
    font-family: UniversLTPro-55Roman;
    text-align: center;
    font-size: 1.7em;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.clock .type_hours {
    color: white;
    font-family: UniversLTPro-55Roman;
    text-align: center;
    font-size: 1.7em;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.clock .type_minutes {
    color: white;
    font-family: UniversLTPro-55Roman;
    text-align: center;
    font-size: 1.7em;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.clock .type_seconds {
    color: white;
    font-family: UniversLTPro-55Roman;
    text-align: center;
    font-size: 1.7em;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.clock .divider {
    width: 9.6em;
    height: 7.1em;
    background-image: url(../images/diviers.png);
    float: left;
    margin-top: 5em;
}
.clock .divider p {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    color: #b6b6b6;
    line-height: 5.000em;
    text-align: center;
}
.clock .divider a {
    color: #39F;
    text-decoration: none;
}
.clock .divider a:hover {
    color: #FFF;
}
/* jbclock end */

@charset "UTF-8";
#category-page .ad-hero-img {
    height: 480px;
    overflow: hidden
}
#category-page .ad-hero-img img {
    width: 100%
}
#category-page .page-heading {
    margin-bottom: 50px
}
#category-page .heading-logo {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px
}
#category-page .tiger-island-logo {
    text-align: center;
    margin-bottom:20px;
}
#category-page .tiger-island-logo img {
    width: 100%;
    max-width: 650px;
}
@media (min-width: 768px) {
    #category-page .tiger-island-logo{margin-bottom:50px;}
}
@media (max-width: 767px) {
    #content-main #home-page .content-wrapper {
        background-image: none!important
    }
}
body.whiteSpace,
html.whiteSpace {
    overflow-x: hidden
}
.blackSpace {
    position: relative
}
.blackSpace #site-wrapper {
    opacity: .2
}
#site-wrapper {
    position: relative;
    overflow: hidden
}
.pointer {
    cursor: pointer
}
.ad-ce-header-image {
    height: 480px;
    width: 100%
}
@media (max-width: 767px) {
    .ad-ce-header-image {
        height: 170px
    }
}
.selected-menu-item>a {
    background-color: #fd0
}
.theme-park-nav-wrapper {
    background-color: rgba(0, 0, 0, .3);
    height: 50px
}
@media (max-width: 990px) {
	.theme-park-nav-wrapper {
        background: white;
		height: 74px
	}
 }
.theme-park-nav-wrapper .theme-park-nav {
    margin-top: 0;
    text-transform: uppercase
}
.theme-park-nav-wrapper .theme-park-nav.nav-tabs {
    border-bottom: none
}
.theme-park-nav-wrapper .theme-park-nav.nav-tabs li {
    margin-bottom: 0
}
.theme-park-nav-wrapper .theme-park-nav.nav-tabs li a {
    padding: 15px 30px;
    border-radius: 0;
    color: #fff
}
.theme-park-nav-wrapper .theme-park-nav.nav-tabs li a:hover {
    color: #151515;
    background-color: #fff
}
.theme-park-nav-wrapper .theme-park-nav.nav-tabs li.active a {
    background-color: #fff;
    color: #444
}
#mobile-menu {
    position: absolute;
    top: 0
}
header.dw-header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1010
}
header.dw-header .navbar-header button {
    border-radius: 0
}
header.dw-header .navbar-header button .icon-bar {
    background-color: #151515
}
header.dw-header .nav-wrapper {
    background-color: #fff;
    width: 100%;
    -webkit-transform: translateZ(0)
}
header.dw-header .nav-wrapper .yamm {
    overflow: visible;
    background-color: inherit;
    padding: 0;
    min-height: 80px;
    border-color: transparent;
    margin-bottom: 0
}
header.dw-header .nav-wrapper .yamm.navbar {
    border: none
}
header.dw-header .nav-wrapper .yamm .ad-logo-img-sm {
    position: absolute;
    top: 0;
    z-index: 1001
}
header.dw-header .nav-wrapper .yamm .ad-main-menu {
    padding-left: 190px;
    margin: 0
}
header.dw-header .nav-wrapper .yamm .ad-main-menu .open .ad-main-menu-item {
    background-color: #fd0
}
header.dw-header .nav-wrapper .yamm .ad-main-menu .open .ad-main-menu-item i {
    display: block;
    position: absolute;
    left: 0;
    bottom: -14px;
    z-index: 2001;
    width: 100%;
    text-align: center
}
header.dw-header .nav-wrapper .yamm .ad-main-menu .open:after {
    content: '';
    position: relative;
    display: block;
    margin: 0 auto;
    background: #fd0;
    width: 25px;
    height: 13px;
    border-radius: 0 0 50px 50px;
    z-index: 2000;
    top: -1px
}
header.dw-header .nav-wrapper .yamm .ad-main-menu li {
    outline: 0;
    margin-right: 15px
}
header.dw-header .nav-wrapper .yamm .ad-main-menu li .ad-main-menu-item {
    outline: 0;
    text-transform: uppercase;
    color: #474747;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px
}
header.dw-header .nav-wrapper .yamm .ad-main-menu li .ad-main-menu-item i {
    display: none
}
header.dw-header .nav-wrapper .yamm .ad-main-menu .searchbar {
    position: absolute;
    right: 10px;
    top: 15px;
    cursor: pointer
}
header.dw-header .nav-wrapper .yamm .ad-main-menu .searchbar .wrapper {
    display: none;
    background-color: #dedede;
    height: 50px;
    width: 560px;
    padding: 10px 5px 10px 10px
}
header.dw-header .nav-wrapper .yamm .ad-main-menu .searchbar .wrapper .icon-x,
header.dw-header .nav-wrapper .yamm .ad-main-menu .searchbar .wrapper .search-submit {
    position: absolute
}
header.dw-header .nav-wrapper .yamm .ad-main-menu .searchbar .wrapper .search-submit {
    right: 35px;
    font-size: 30px;
    top: 8px
}
header.dw-header .nav-wrapper .yamm .ad-main-menu .searchbar .wrapper .icon-x {
    right: 12px;
    font-size: 17px;
    top: 15px
}
header.dw-header .nav-wrapper .yamm .ad-main-menu .searchbar .wrapper::-webkit-input-placeholder {
    color: #7d7d7d;
    font-family: Arial;
    font-style: italic;
    font-size: 17px
}
header.dw-header .nav-wrapper .yamm .ad-main-menu .searchbar .wrapper:-moz-placeholder {
    color: #7d7d7d;
    font-family: Arial;
    font-style: italic;
    font-size: 17px
}
header.dw-header .nav-wrapper .yamm .ad-main-menu .searchbar .wrapper::-moz-placeholder {
    color: #7d7d7d;
    font-family: Arial;
    font-style: italic;
    font-size: 17px
}
header.dw-header .nav-wrapper .yamm .ad-main-menu .searchbar .wrapper:-ms-input-placeholder {
    color: #7d7d7d;
    font-family: Arial;
    font-style: italic;
    font-size: 17px
}
header.dw-header .nav-wrapper .yamm .ad-main-menu .searchbar .wrapper input {
    background-color: #dedede;
    border: none;
    outline: 0;
    width: 90%;
    font-family: Oswald;
    font-size: 17px;
    color: #7d7d7d;
    vertical-align: text-top;
    padding-left: 10px
}
header.dw-header .nav-wrapper .yamm .ad-main-menu .searchbar .wrapper i {
    vertical-align: middle
}
header.dw-header .nav-wrapper .yamm .ad-main-menu .searchbar .search-icon {
    display: inline-block;
    margin-top: 10px;
    font-size: 30px
}
header.dw-header .nav-wrapper .yamm .collapse,
header.dw-header .nav-wrapper .yamm .dropdown,
header.dw-header .nav-wrapper .yamm .dropup,
header.dw-header .nav-wrapper .yamm .nav {
    position: static
}
header.dw-header .nav-wrapper .yamm .container {
    position: relative
}
header.dw-header .nav-wrapper .yamm .dropdown-menu {
    left: auto
}
header.dw-header .nav-wrapper .yamm .yamm-content {
    padding: 20px 30px
}
header.dw-header .nav-wrapper .yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0
}
header.dw-header .nav-wrapper .submenu .mega-menu {
    width: 100%;
    top: initial;
    margin-top: 0
}
header.dw-header .mega-menu {
    padding: 70px 0 10px;
    border: 0;
    opacity: 1
}
header.dw-header .mega-menu .ad-category-module {
    padding-bottom: 10px
}
header.dw-header .mega-menu .ad-category-module .ad-category-image {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden
}
header.dw-header .mega-menu .ad-category-module .ad-category-image img {
    width: 100%;
    max-width: 100%;
    margin-top: -30px
}
header.dw-header .mega-menu .ad-category-module .ad-cat-caption-wrapper {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    width: 100%
}
header.dw-header .mega-menu .ad-category-module .ad-cat-caption-wrapper a {
    display: inline-block;
    font-size: 15px;
    font-family: Oswald;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.8;
    padding-left: 5px;
    text-decoration: none
}
header.dw-header .mega-menu .ad-category-module .ad-cat-caption-wrapper a:after {
    content: '>';
    padding-left: 5px
}
header.dw-header .mega-menu .ad-category-module .ad-cat-caption-wrapper.no-img {
    position: static
}
header.dw-header .mega-menu .ad-category-module .ad-link-list-heading {
    font-family: UniversLTPro-55Roman;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7
}
header.dw-header .mega-menu .ad-category-module .ad-cat-sublinks {
    padding-left: 0
}
header.dw-header .mega-menu .ad-category-module .ad-cat-sublinks a {
    font-family: UniversLTPro-45Light;
    text-decoration: none;
    padding: 0;
    color: #000;
    display: inline-flex;
    font-size: 14px;
    line-height: 1.7
}
header.dw-header .mega-menu .ad-category-module .ad-cat-sublinks a:before {
    content: '>';
    padding-right: 10px;
    margin-top: -2px;
    color: #428bca;
    font-family: Oswald;
    text-decoration: none !important;
}
@media (max-width: 991px) {
    header.dw-header {
        position: relative!important;
        background-color: #fff
    }
    header.dw-header .navbar-toggle {
        float: none;
        margin: 0;
        padding: 21px
    }
    header.dw-header .navbar-toggle.ad-tools-menu-btn {
        display: none;
        font-size: 30px;
        height: 56px;
        padding: 0 20px
    }
    header.dw-header .navbar-toggle.ad-tools-menu-btn.ad-planner-nav {
        position: relative;
        cursor: pointer;
        background: #fff url(../images/day_planner_black.png) center center no-repeat;
        height: 61px;
        width: 50px
    }
    header.dw-header .navbar-toggle.ad-tools-menu-btn.ad-planner-nav .ad-planner-count {
        cursor: pointer;
        position: absolute;
        top: 4px;
        left: 19px;
        width: 26px;
        height: 26px;
        border-radius: 13px;
        color: #fff;
        padding: 4px;
        font-size: 15px;
        background: #ff1c23;
        text-align: center
    }
    header.dw-header .navbar-toggle.disabled {
        display: none
    }
    header.dw-header .navbar-header .site-logo {
        top: 0;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        width: 110px
    }
    header.dw-header .icon-bar {
        width: 28px;
        height: 3px
    }
    #mobile-menu {
        display: none
    }
    #mobile-menu .theme-park-nav-wrapper {
        display: inline-block!important
    }
    #mobile-menu .theme-park-nav-wrapper .nav-tabs li {
        text-align: center;
        background: #333;
        display: table
    }
    #mobile-menu .theme-park-nav-wrapper .nav-tabs li a {
        padding: 10px;
        margin-right: 0;
        display: table-cell;
        border-left: 1px solid #dedede;
        font-size: 12px;
        vertical-align: middle
    }
	@media (max-width: 360px) {
		#mobile-menu .theme-park-nav-wrapper .nav-tabs li a {
			padding: 10px 2px;
		}
	}
    @media (max-width: 600px) {
		#mobile-menu .theme-park-nav-wrapper .nav-tabs li a {
			max-width: auto !important;
			width: calc(100vw / 4 - 4px);
 		}
 	}
    #mobile-menu .yamm {
        width: 100%;
        min-width: 245px;
        min-height: 0;
        padding: 0;
        border: none;
        margin: 0;
        overflow: visible;
    }
    #mobile-menu .yamm .ad-main-menu {
        padding-left: 0;
        margin-top: 0
    }
    #mobile-menu .yamm .ad-main-menu .searchbar {
        padding: 1.1em 25px 0;
        width: 100%;
    }
    #mobile-menu .yamm .ad-main-menu .searchbar .wrapper {
        display: block;
        cpadding: 0 0 15px;
    }
    #mobile-menu .yamm .ad-main-menu .searchbar .wrapper form {
        position: relative
    }
    #mobile-menu .yamm .ad-main-menu .searchbar .wrapper form .icon-search-mobile {
        position: absolute;
        top: 17px;
        left: 11px;
        color: #919191;
        z-index: 10
    }
    #mobile-menu .yamm .ad-main-menu .searchbar .wrapper form input {
        padding: 10px 10px 10px 30px;
        width: 100%;
        border: 1px solid #dedede;
        outline: 0;
        border-radius: 0;
        box-shadow: none;
        -webkit-appearance: none
    }
    #mobile-menu .yamm .ad-main-menu .navbar-nav {
        margin: 0
    }
    #mobile-menu .yamm .ad-main-menu .navbar-nav li {
        border-top: 1px solid #f7f2f2
    }
    #mobile-menu .yamm .ad-main-menu .navbar-nav li a {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 25px
    }
    #mobile-menu .yamm .ad-main-menu .navbar-nav li a .icon-angle-right {
        float: right
    }
    #mobile-menu .yamm .ad-main-menu .navbar-nav li a:hover {
        background-color: #fd0
    }
    #mobile-menu .yamm .ad-main-menu .navbar-nav li:last-child {
        border-bottom: 1px solid #f7f2f2
    }
    #mobile-menu .yamm .ad-main-menu .navbar-nav li.open a.ad-main-menu-item {
        background-color: #fd0
    }
    #mobile-menu .yamm.navbar-default {
        border-color: transparent;
        background-color: transparent
    }
    #mobile-menu .yamm.navbar-default .navbar-collapse {
        border-color: transparent;
        padding-left: 0;
        padding-right: 0;
        overflow: visible;
    }
    #mobile-menu .mega-menu {
        padding: 0;
        border: 0;
        opacity: .8
    }
    #mobile-menu .mega-menu .ad-category-module {
        padding: 10px;
        background: #e7e7e7;
        position: relative
    }
    #mobile-menu .mega-menu .ad-category-module .ad-category-image {
        margin: 0;
        overflow: hidden
    }
    #mobile-menu .mega-menu .ad-category-module .ad-category-image img {
        width: 100%;
        max-width: 100%;
        margin-top: -30px
    }
    #mobile-menu .mega-menu .ad-category-module .ad-link-switcher {
        padding: 10px;
        background: #fff
    }
    #mobile-menu .mega-menu .ad-category-module .ad-link-switcher a {
        color: #000
    }
    #mobile-menu .mega-menu .ad-category-module .ad-link-switcher a:after {
        content: '>';
        color: #000;
        float: right;
        position: relative;
        top: 5px;
        font-family: Oswald
    }
    #mobile-menu .mega-menu .ad-category-module .ad-cat-sublinks {
        text-align: center
    }
    #mobile-menu .mega-menu .ad-category-module .ad-cat-sublinks li {
        padding: 5px 0
    }
    #mobile-menu .mega-menu .ad-category-module .ad-cat-sublinks li.active {
        background: rgba(255, 255, 255, .6);
        transition: all .2s ease-in;
        transform: scale(1.1)
    }
    #mobile-menu .mega-menu .ad-category-module .ad-cat-sublinks a:before {
        content: ''
    }
    #mobile-menu .mega-menu .ad-category-module .ad-link-list-item {
        position: absolute;
        top: 22.5%;
        height: 250px;
        overflow: hidden;
        width: 100%;
        background: #e7e7e7;
        z-index: 1
    }
    #mobile-menu .mega-menu .ad-category-module .ad-link-list-item .ad-mobi-wrapper {
        padding: 20px 0;
        overflow: hidden
    }
    #mobile-menu .mega-menu .ad-category-module .ad-link-list-item .ad-page-picker {
        background: #fff
    }
    #mobile-menu .mega-menu .ad-category-module .ad-link-list-item .ad-page-picker .ad-icon-set {
        padding-right: 20px
    }
    #mobile-menu .mega-menu .ad-category-module .ad-link-list-item .ad-page-picker .ad-page-icons {
        padding: 5px 10px 5px 0;
        display: inline-block;
        cursor: pointer;
        color: #428bca
    }
    #mobile-menu .mega-menu .ad-category-module .ad-link-list-item .ad-page-picker .ad-page-icons.disabled {
        color: #e7e7e7;
        cursor: default
    }
}
@media (max-width: 991px) and (max-width: 767px) {
    header.dw-header .navbar-toggle.ad-tools-menu-btn {
        display: block
    }
}
@media (max-width: 767px) {
    header.dw-header .navbar-header .site-logo {
        width: auto;
        height: 100px
    }
}
.lt-ie9 .theme-park-nav-wrapper {
    background-color: #000;
    filter: alpha(opacity=30)
}
.lt-ie9 header.dw-header .nav-wrapper .yamm .ad-main-menu li {
    margin-right: 0
}
.lt-ie9 header.dw-header .mega-menu {
    filter: alpha(opacity=90)
}
.lt-ie9 header.dw-header .mega-menu .ad-category-module .ad-cat-caption-wrapper {
    background-color: #000;
    filter: alpha(opacity=60)
}
#ad-mod-footer {
    color: #000;
}
#ad-mod-footer .container {
    padding-top: 50px;
}
#ad-mod-footer .chinese {
    padding-top: 0px;
}
#ad-mod-footer .h1,
#ad-mod-footer h1 {
    margin-top: 0;
    margin-bottom: 0
}
#ad-mod-footer .ad-social-connect {
    padding-bottom: 50px;
    border-bottom: 1px solid #fff;
    line-height: 70px;
    text-align: center;
}
#ad-mod-footer .ad-social-connect .ad-heading-text {
    font-family: Oswald;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    margin-right: 2%;
    float: none;
    position: static;
    padding-top: 0px;
    vertical-align: middle;
}
#ad-mod-footer .ad-social-connect .ad-social-icons {
    padding-left: 40px;
	display: inline-block;
	width: auto;
	float: none;
}
#ad-mod-footer .ad-social-connect .ad-social-icons a {
    margin-right: 35px
}
#ad-mod-footer .ad-social-connect .ad-social-icons a .bg-icon:before {
    background-color: #fff;
    border-radius: 50px;
    padding: 20px;
    font-size: 26px;
    color: gray;
    vertical-align: middle
}
#ad-mod-footer .ad-social-connect .ad-social-icons a .bg-icon.icon-instagram:before,
#ad-mod-footer .ad-social-connect .ad-social-icons a .bg-icon.icon-social-twitter:before {
    font-size: 30px;
    padding: 18px
}
#ad-mod-footer .ad-quick-links ul {
    text-align: center;
    border-bottom: 1px solid #fff;
    margin: 0;
    padding: 15px 0
}
#ad-mod-footer .ad-quick-links ul li {
    text-align: left
}
#ad-mod-footer .ad-quick-links ul a {
    text-transform: uppercase;
    color: #919191;
    margin-right: 40px
}
#ad-mod-footer .ad-quick-links ul a span {
    font-family: Oswald;
    word-break: keep-all
}
#ad-mod-footer .ad-quick-links ul .ad-logo {
    margin-right: 0
}
#ad-mod-footer .ad-quick-links ul .ad-logo img {
    display: inline-block;
    height: auto;
    max-width: 150px;
    margin-right: 0
}
@media (max-width: 767px) {
    #ad-mod-footer .ad-quick-links ul .ad-logo img {
        max-width: 100%
    }
}
#ad-mod-footer .ad-quick-links.ad-general-links {
    margin-top: 50px;
    border-top: 1px solid #fff
}
#ad-mod-footer .ad-quick-links.ad-general-links ul a {
    font-size: 13px
}
@media (max-width: 767px) {
    #ad-mod-footer .ad-quick-links.ad-general-links ul a {
        font-size: 13px
    }
}
@media (max-width: 767px) {
    #ad-mod-footer .ad-quick-links.ad-general-links {
        border-top: 0 solid #fff;
        margin-top: 25px
    }
}
#ad-mod-footer .footer-link-list .link-list-heading {
    font-family: Arial;
    color: #151515;
    font-size: 13px
}
#ad-mod-footer .footer-link-list:nth-child(6n+1) {
    clear: both
}
@media (max-width: 991px) {
    #ad-mod-footer .footer-link-list:nth-child(6n+1) {
        clear: none
    }
}
#ad-mod-footer .footer-link-list .link-list-item a:hover {
    color: #151515
}
#ad-mod-footer .ad-copyright {
    font-family: Arial;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #919191
}
#ad-mod-footer .ad-copyright p {
    font-size: 13px;
    margin: 0
}
#ad-mod-footer .ad-app-connect-wrapper {
    border-bottom: 1px solid #fff
}
#ad-mod-footer .ad-app-connect-wrapper .ad-app-connect {
    padding: 50px 0 0
}
#ad-mod-footer .ad-app-connect-wrapper .ad-app-connect .ad-app-store {
    padding: 65px 10px 0 0;
    text-transform: uppercase
}
#ad-mod-footer .ad-app-connect-wrapper .ad-app-connect .ad-app-store .heading {
    font-family: Oswald;
    margin-bottom: 15px;
    max-width: 100%;
    text-transform: uppercase
}
#ad-mod-footer .ad-app-connect-wrapper .ad-app-connect .ad-app-store img {
    margin-top: 5px;
    height: auto;
    max-width: 100%
}
#ad-mod-footer .ad-app-connect-wrapper .ad-app-connect .ad-app-img {
    text-align: center
}
#ad-mod-footer .ad-app-connect-wrapper .ad-app-connect .ad-app-img img {
    height: auto;
    max-width: 100%
}
#ad-mod-footer .ad-app-connect-wrapper .ad-app-connect .ad-wifi {
    text-align: center;
    padding-top: 63px;
    text-transform: uppercase
}
#ad-mod-footer .ad-app-connect-wrapper .ad-app-connect .ad-wifi img {
    height: auto;
    max-width: 100%
}
#ad-mod-footer .ad-app-connect-wrapper .ad-app-connect .ad-wifi .ad-wifi-heading {
    font-family: Oswald;
    text-transform: uppercase
}
#ad-mod-footer .ad-app-connect-wrapper .ad-app-connect .ad-wifi .ad-wifi-text {
    color: #919191;
    margin-top: 5px;
    font-family: Oswald;
    font-size: 15px
}
@media (max-width: 991px) {
    #ad-mod-footer .ad-social-connect .ad-heading-text {
        font-size: 32px;
        margin-right: 0%;
    }
    #ad-mod-footer .ad-social-connect .ad-social-icons {
        font-size: 24px;
        padding-left: 0;
    }
    #ad-mod-footer .ad-social-connect .ad-social-icons a {
        margin-right: 20px
    }
    #ad-mod-footer .ad-social-connect .ad-social-icons a .bg-icon:before {
        padding: 17px;
        font-size: 22px
    }
    #ad-mod-footer .ad-social-connect .ad-social-icons a .bg-icon.icon-instagram:before,
    #ad-mod-footer .ad-social-connect .ad-social-icons a .bg-icon.icon-social-twitter:before {
        font-size: 26px;
        padding: 15px
    }
    #ad-mod-footer .footer-link-list:nth-child(3n+1) {
        clear: both
    }
    #ad-mod-footer .footer-link-list .link-list-item {
        padding-bottom: 40px
    }
    #ad-mod-footer .footer-link-list .link-list-item .link-list-heading {
        font-size: 12px
    }
    #ad-mod-footer .footer-link-list .link-list-item ul li {
        padding-top: 10px
    }
    #ad-mod-footer .footer-link-list .link-list-item ul li a {
        font-size: 12px
    }
    #ad-mod-footer .ad-quick-links ul a {
        font-size: 15px;
        margin-right: 12px
    }
    #ad-mod-footer .ad-copyright {
        padding-bottom: 40px
    }
    #ad-mod-footer .ad-copyright p {
        margin-bottom: 20px
    }
    #ad-mod-footer .ad-app-connect-wrapper .ad-app-connect .ad-app-store {
        padding-top: 46px;
        padding-bottom: 0
    }
    #ad-mod-footer .ad-app-connect-wrapper .ad-app-connect .ad-app-store .heading {
        margin-bottom: 0
    }
    #ad-mod-footer .ad-app-connect-wrapper .ad-app-connect .ad-app-store img {
        display: block
    }
    #ad-mod-footer .ad-app-connect-wrapper .ad-app-connect .ad-wifi {
        padding-top: 78px
    }
    #ad-mod-footer .ad-app-connect-wrapper .ad-app-connect .ad-wifi .ad-wifi-heading {
        font-size: 32px
    }
}
@media (max-width: 767px) {
    #ad-mod-footer {
        padding-top: 25px
    }
    #ad-mod-footer .ad-social-connect {
        padding-bottom: 0
    }
    #ad-mod-footer .ad-social-connect .ad-heading-text {
        text-align: center;
        font-size: 17px;
        padding-top: 0
    }
    #ad-mod-footer .ad-social-connect .ad-social-icons {
        text-align: center;
        padding: 0 0 20px
    }
    #ad-mod-footer .ad-social-connect .ad-social-icons a {
        margin-right: 10px
    }
    #ad-mod-footer .ad-social-connect .ad-social-icons a .bg-icon:before {
        font-size: 20px;
        padding: 12px
    }
    #ad-mod-footer .ad-social-connect .ad-social-icons a .bg-icon.icon-instagram:before,
    #ad-mod-footer .ad-social-connect .ad-social-icons a .bg-icon.icon-social-twitter:before {
        font-size: 24px;
        padding: 10px
    }
    #ad-mod-footer .ad-quick-links ul {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: none;
        text-align: left
    }
    #ad-mod-footer .ad-quick-links ul li {
        display: block;
        border-top: 1px solid #fff
    }
    #ad-mod-footer .ad-quick-links ul li a {
        padding: 20px 0 20px 5px;
        display: block;
        margin-right: 0;
        font-size: 17px
    }
    #ad-mod-footer .ad-quick-links ul li a.ad-logo {
        text-align: center
    }
    #ad-mod-footer .ad-app-connect-wrapper {
        border-bottom: none
    }
    #ad-mod-footer .ad-app-connect-wrapper .ad-app-connect {
        padding-top: 25px
    }
    #ad-mod-footer .ad-app-connect-wrapper .ad-app-connect .ad-app-store {
        padding-top: 55px;
        padding-left: 5px
    }
    #ad-mod-footer .ad-app-connect-wrapper .ad-app-connect .ad-app-store img {
        padding-bottom: 0
    }
    #ad-mod-footer .ad-app-connect-wrapper .ad-app-connect .ad-app-store .heading {
        font-size: 17px;
        padding-bottom: 0;
        margin-bottom: 5px
    }
    #ad-mod-footer .ad-app-connect-wrapper .ad-app-connect .ad-app-img {
        padding: 0
    }
    #ad-mod-footer .ad-app-connect-wrapper .ad-app-connect .ad-app-img img {
        max-width: 100%
    }
    #ad-mod-footer .ad-app-connect-wrapper .ad-app-connect .ad-wifi {
        padding: 106px 0 0
    }
    #ad-mod-footer .ad-app-connect-wrapper .ad-app-connect .ad-wifi .ad-wifi-heading {
        font-size: 17px
    }
    #ad-mod-footer .ad-app-connect-wrapper .ad-app-connect .ad-wifi .ad-wifi-text {
        font-size: 10px
    }
    #ad-mod-footer .ad-app-connect-wrapper .ad-app-connect .ad-wifi img {
        max-height: 45px
    }
    #ad-mod-footer .ad-copyright {
        font-family: Arial;
        padding: 0 20px;
        font-size: 12.5px
    }
}
@media (max-width: 440px) {
    #ad-mod-footer .ad-app-connect-wrapper .ad-app-connect .ad-app-store {
        padding-top: 0;
        padding-left: 5px
    }
    #ad-mod-footer .ad-app-connect-wrapper .ad-app-connect .ad-app-img {
        padding: 0
    }
    #ad-mod-footer .ad-app-connect-wrapper .ad-app-connect .ad-app-img img {
        max-width: 115%
    }
    #ad-mod-footer .ad-app-connect-wrapper .ad-app-connect .ad-wifi {
        padding: 40px 0 0 20px
    }
}
.lt-ie9 #ad-mod-footer .ad-social-connect .ad-social-icons {
    padding-left: 90px
}
@media (max-width: 767px) {
    .ad-sub-hero .ad-sub-hero-bgimage {
        max-height: 240px!important;
        background-repeat: no-repeat!important
    }
}
.subhero-with-tab .ad-ride-tabs {
    margin-top: -60px
}
@media (max-width: 991px) {
    .subhero-with-tab .ad-ride-tabs {
        margin-top: 0
    }
}
.ad-yellow-banner {
    text-transform: uppercase
}
.ad-yellow-banner .banner {
    padding-top: 65px;
    padding-bottom: 25px
}
.ad-yellow-banner .ad-banner-red-text {
    font-family: Oswald;
    font-size: 17px;
    color: #8b0304
}
.ad-yellow-banner .ad-banner-highlight-text {
    font-family: Oswald;
    font-size: 40px;
    color: #fff
}
.ad-yellow-banner .ad-banner-btn-container div {
    display: inline-block
}
.ad-yellow-banner .ad-banner-btn-container .ad-banner-btn {
    vertical-align: top;
    float: right
}
.banner-mobile-btn a {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-family: Oswald;
    font-size: 17px
}
.ad-buy-tickets {
    position: relative
}
.ad-buy-tickets .ad-buttons {
    background: #e0ebf1
}
.ad-buy-tickets .ad-buttons .ad-buttons-wrapper {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: ┬á5px
}
.ad-buy-tickets .ad-pass-title {
    color: #ff1c23;
    display: inline-block;
    vertical-align: middle;
    font-family: Oswald;
    position: absolute;
    top: 57px;
    left: 100px;
    max-width: 60%
}
@media (max-width: 991px) {
    .ad-day-planner .ad-buy-tickets .ad-pass-title {
        top: 68px
    }
}
.ad-buy-tickets .loader {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99
}
.ad-buy-tickets .loader img {
    left: 50%;
    margin-left: -20px;
    position: absolute;
    top: 50%
}
.ad-buy-tickets ul {
    border: 0;
    background: #dedede
}
.ad-buy-tickets li {
    border: 0!important;
    vertical-align: middle
}
.ad-buy-tickets li a {
    background: #0092cf;
    color: #fff!important;
    border: 0!important;
    font-family: Oswald!important;
    border-radius: 0!important;
    font-size: 16px
}
.ad-buy-tickets li a:hover {
    background: #036690
}
@media (max-width: 991px) {
    .ad-buy-tickets li a {
        margin-bottom: 0
    }
}
.ad-buy-tickets li.active a {
    background: #e0ebf1;
    border: 0!important;
    color: #0092cf!important
}
.ad-buy-tickets li.active a:hover {
    background: #e0ebf1!important
}
@media (max-width: 991px) {
    .ad-buy-tickets li {
        float: left!important;
        width: 50%!important
    }
}
.ad-buy-tickets .tab-pane {
    background: #e0ebf1;
    padding: 0 10px 10px;
    min-height: 50px
}
.ad-buy-tickets .ad-pass-desc {
    font-size: 12px;
    text-transform: none;
    font-family: UniversLTPro-55Roman;
    margin-top: -5px;
    font-weight: 500;
    color: #545f65
}
.ad-buy-tickets .ad-buy-btn {
    color: #fff!important;
    width: 100%;
    margin-top: 5px
}
.ad-buy-tickets .ad-seemore {
    border: 1px solid #0092cf;
    color: #0092cf!important;
    margin-bottom: 10px;
    width: 100%
}
.ad-buy-tickets .ad-family-text,
.ad-buy-tickets .ad-pensioner-text {
    margin-bottom: 10px;
    cursor: pointer;
    text-transform: none;
    font-family: UniversLTPro-55Roman;
    font-size: 12px;
    font-weight: 500;
    color: #545f65
}
.ad-buy-tickets .ad-family-text .ad-underline,
.ad-buy-tickets .ad-pensioner-text .ad-underline {
    text-decoration: underline;
    margin-bottom: 5px
}
.ad-buy-tickets .pensioner .ad-ticket-category {
    cursor: pointer
}
.ad-buy-tickets .ad-prices {
    margin-top: 10px;
    margin-top: 10px
}
.ad-buy-tickets .ad-price {
    background: #FFF;
    margin: 5px 0;
    padding: 7px 10px;
    font-family: Oswald!important
}
.ad-buy-tickets .ad-price .ad-ticket-category {
    padding-bottom: 2px
}
.ad-buy-tickets .ad-price .ad-ticket-desc {
    font-size: 12px;
    font-family: UniversLTPro-45Light;
    text-transform: none;
    font-weight: 500;
    color: #545f65
}
.ad-buy-tickets .ad-price .ad-input-group {
    position: relative
}
.ad-buy-tickets .ad-price .ad-input-group .ad-ticket-count,
.ad-buy-tickets .ad-price .ad-input-group .ad-ticket-price,
.ad-buy-tickets .ad-price .ad-input-group .btn {
    display: inline-block
}
.ad-buy-tickets .ad-price .ad-input-group .btn {
    background: #0092cf;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    font-family: UniversLTPro-55Roman;
    padding-top: 2px
}
.ad-buy-tickets .ad-price .ad-input-group .btn.disabled {
    filter: alpha(Opacity=50);
    opacity: .5
}
.ad-buy-tickets .ad-price .ad-input-group .btn:hover {
    background: #036690
}
.ad-buy-tickets .ad-price .ad-input-group .ad-ticket-count {
    min-width: 38px;
    text-align: center;
    vertical-align: top;
    padding: 12px;
    background-color: #eaf6fd;
    height: 34px;
    margin-left: -2px;
    margin-right: -3px;
    padding-top: 7px
}
.ad-buy-tickets .ad-price .ad-input-group .ad-ticket-price {
    vertical-align: top;
    float: right;
    color: #002f84;
    position: absolute;
    right: 55px;
    font-size: 18px
}
.ad-buy-tickets .ad-price .ad-input-group .ad-ticket-price span {
    vertical-align: top
}
.ad-buy-tickets .ad-price .ad-input-group .ad-ticket-price .ad-price-dollar {
    font-size: 35px;
    line-height: 1
}
@media (max-width: 767px) {
    .ad-buy-tickets .ad-price .ad-input-group .ad-ticket-price .ad-price-dollar {
        font-size: 30px
    }
}
@media (max-width: 767px) {
    .ad-buy-tickets .ad-price .ad-input-group .ad-ticket-price {
        right: 45px;
        font-size: 15px
    }
}
.ad-buy-tickets .ad-price .ad-input-group .ad-keynote {
    text-align: right;
    color: #002f84;
    position: absolute;
    right: 0;
    bottom: -4px;
    font-size: 12px;
    text-transform: none;
    clear: both;
    font-family: UniversLTPro-55Roman
}
@media (max-width: 767px) {
    .ad-buy-tickets .ad-price .ad-input-group .ad-keynote {
        font-size: 11px;
        bottom: 0;
        right: -4px
    }
}
@media (max-width: 991px) {
    .ad-common-elements-buytickets .ad-buy-tickets .tab-content {
        max-width: 100%
    }
}
.ad-common-elements-buytickets .ad-buy-tickets .teaser-logo {
    width: 80px;
    display: inline-block;
    vertical-align: top;
    margin: 5px
}
@media (max-width: 991px) {
    .ad-common-elements-buytickets .ad-buy-tickets .teaser-logo {
        width: 49%;
        margin: 0
    }
}
.ad-common-elements-buytickets .ad-buy-tickets .ad-title-subtitle {
    display: inline-block;
    vertical-align: top;
    margin: 5px
}
.ad-common-elements-buytickets .ad-buy-tickets .ad-title-subtitle .ad-pass-title {
    position: relative;
    top: auto;
    left: auto
}
@media (max-width: 991px) {
    .ad-common-elements-buytickets .ad-buy-tickets .ad-title-subtitle {
        width: auto;
        margin: 0
    }
    .ad-common-elements-buytickets .ad-buy-tickets .ad-title-subtitle .ad-pass-title {
        position: absolute;
        top: 45px;
        left: 50%
    }
}
.ad-common-elements-buytickets .ad-buy-tickets .ad-prices {
    width: 30%;
    display: inline-block;
    vertical-align: top
}
@media (max-width: 991px) {
    .ad-common-elements-buytickets .ad-buy-tickets .ad-prices {
        width: 100%
    }
}
.ad-common-elements-buytickets .ad-buy-tickets .ad-buttons {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    margin: 5px
}
.ad-common-elements-buytickets .ad-buy-tickets .ad-buttons a {
    width: 100%
}
@media (max-width: 991px) {
    .ad-common-elements-buytickets .ad-buy-tickets .ad-buttons {
        width: 100%;
        margin: 0
    }
}
@media only screen and (max-width: 1645px) {
    .carousel.ad-hero-homepage {
        max-height: 600px;
        height: auto !important;
        overflow: hidden
    }
}
.home-page .carousel.ad-hero-homepage, .carousel.ad-hero-homepage {
    max-height: 680px;
    height: 680px;
    overflow: hidden
}

/*@media only screen and (min-width: 769px) and  (max-width: 1366px) {
    .carousel.ad-hero-homepage {
        height: 38.09vw !important;
    }
}*/

.carousel.ad-hero-homepage .ad-slide {
    position: relative;
	max-height: 680px;
}
@media (max-width: 991px) {
    .carousel.ad-hero-homepage .ad-slide {
        max-height: none
    }
}
.carousel.ad-hero-homepage .ad-slide .ad-hero-subtitle,
.carousel.ad-hero-homepage .ad-slide .ad-hero-title {
    font-family: Oswald;
    text-shadow: 1px 1px 5px #000;
    color: #fff
}
.carousel.ad-hero-homepage .ad-slide .ad-hero-background img {
    width: 100%;
}
@media (max-width: 1440px) {
    .carousel.ad-hero-homepage .ad-slide .ad-hero-background img {
         margin-top: auto;
    }
}
.carousel.ad-hero-homepage .ad-slide .ad-slide-link {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%
}
.carousel.ad-hero-homepage .ad-slide .ad-hero-slidecontent {
    position: absolute;
    -webkit-backface-visibility: hidden;
	bottom: 70px;
}
/*@media (min-width: 1921px) {
    .carousel.ad-hero-homepage .ad-slide .ad-hero-slidecontent {
        top: 540px;
    }
}
@media screen and (min-width: 1151px) and (max-width: 1920px) {
    .carousel.ad-hero-homepage .ad-slide .ad-hero-slidecontent {
        top: 70%;
    }
}
@media (min-width: 980px) and (max-width: 1150px) {
    .carousel.ad-hero-homepage .ad-slide .ad-hero-slidecontent {
        top: 65%;
    }
}
@media (max-width: 991px) {
    .carousel.ad-hero-homepage .ad-slide .ad-hero-slidecontent {
        top: auto;
        bottom: 100px
    }
}*/
@media (max-width: 767px) {
    .carousel.ad-hero-homepage .ad-slide .ad-hero-slidecontent {
        top: 30px;
        left: 10px;
        right: 10px;
        bottom: auto;
        height: 75%
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .carousel.ad-hero-homepage .ad-slide .ad-hero-slidecontent {
        top: auto;
        bottom: 80px !important
   }
}
.carousel.ad-hero-homepage .ad-slide .ad-hero-slidecontent.ad-hero-top-align-text {
    height: 43%;
    min-width: 75%;
    top: 200px
}
.carousel.ad-hero-homepage .ad-slide .ad-hero-slidecontent.ad-hero-top-align-text .ad-hero-link-award {
    position: absolute;
    bottom: 0
}
@media (max-width: 991px) {
    .carousel.ad-hero-homepage .ad-slide .ad-hero-slidecontent.ad-hero-top-align-text {
        height: 340px;
        top: auto
    }
}
@media (min-width: 980px) and (max-width: 1024px) {
    .carousel.ad-hero-homepage .ad-slide .ad-hero-slidecontent.ad-hero-top-align-text {
        height: 320px;
        top: 200px
    }
}
@media (max-width: 767px) {
    .carousel.ad-hero-homepage .ad-slide .ad-hero-slidecontent.ad-hero-top-align-text {
        height: 75%;
        top: 30px
    }
}
.carousel.ad-hero-homepage .ad-slide .ad-hero-slidecontent .ad-hero-title {
    font-size: 60px;
    line-height: 1.2
}
@media (max-width: 767px) {
    .carousel.ad-hero-homepage .ad-slide .ad-hero-slidecontent .ad-hero-title {
        font-size: 28px;
        line-height: 1
    }
}
.carousel.ad-hero-homepage .ad-slide .ad-hero-slidecontent .ad-hero-subtitle {
    font-size: 33px;
    line-height: 1.2
}
@media (max-width: 767px) {
    .carousel.ad-hero-homepage .ad-slide .ad-hero-slidecontent .ad-hero-subtitle {
        font-size: 17px
    }
}
.carousel.ad-hero-homepage .ad-slide .ad-hero-slidecontent .ad-hero-link-award {
    margin-top: 20px;
    z-index: 99;
    position: relative;
    display: inline-block
}
.carousel.ad-hero-homepage .ad-slide .ad-hero-slidecontent .ad-hero-link-award .ad-cta {
    background-color: #ff1c23;
    padding: 10px;
    font-family: Oswald;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px
}
.carousel.ad-hero-homepage .ad-slide .ad-hero-slidecontent .ad-hero-link-award .ad-cta .ad-cta-highlight {
    font-family: Oswald
}
.carousel.ad-hero-homepage .ad-slide .ad-hero-slidecontent .ad-hero-link-award .ad-cta a {
    color: #fff;
    text-decoration: none;
    font-size: 15px
}
.carousel.ad-hero-homepage .ad-slide .ad-hero-slidecontent .ad-hero-link-award .ad-cta:hover {
    background-color: #ad181e;
    color: #fff;
    cursor: pointer
}
@media (max-width: 767px) {
    .carousel.ad-hero-homepage .ad-slide .ad-hero-slidecontent .ad-hero-link-award .ad-cta {
        margin-right: 0;
        padding: 7px
    }
    .carousel.ad-hero-homepage .ad-slide .ad-hero-slidecontent .ad-hero-link-award .ad-cta a {
        font-size: 13px
    }
}
@media (max-width: 767px) {
    .carousel.ad-hero-homepage .ad-slide .ad-hero-slidecontent .ad-hero-link-award {
        margin-top: 0;
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0
    }
}
.carousel.ad-hero-homepage .ad-slide .ad-hero-slidecontent .ad-hero-link-award img {
    display: inline-block
}
@media (max-width: 767px) {
    .carousel.ad-hero-homepage .ad-slide .ad-hero-slidecontent .ad-hero-link-award img {
        display: none
    }
}
.carousel.ad-hero-homepage .ad-slide .ad-video-overlay:before {
    position: absolute;
    content: 'w';
    width: 80px;
    height: 80px;
    background: rgba(222, 222, 222, .6);
    display: block;
    top: 50%;
    margin-top: -40px;
    left: 50%;
    margin-left: -40px;
    padding-left: 28px;
    padding-top: 14px;
    font-family: custom-font;
    cursor: pointer;
    border-radius: 40px;
    font-size: 36px;
    z-index: 1
}
.carousel.ad-hero-homepage .slick-dots {
    bottom: 0
}
.home-page .carousel.ad-hero-homepage .slick-dots {
    bottom: 70px;
    margin: 0
}
@media (max-width: 991px) {
    .home-page .carousel.ad-hero-homepage .slick-dots {
        bottom: 50px
    }
}
@media (max-width: 767px) {
    .home-page .carousel.ad-hero-homepage .slick-dots {
        bottom: 0
    }
}
.carousel.ad-hero-homepage .slick-dots li {
    text-align: center
}
.carousel.ad-hero-homepage .slick-dots li button {
    border-radius: 7px;
    background-color: #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 5px;
    top: 5px
}
.carousel.ad-hero-homepage .slick-dots li button:before {
    display: none
}
.carousel.ad-hero-homepage .slick-dots li.slick-active button {
    background-color: #ffa900
}
.carousel.addtoplanner {
    position: relative;
    font-family: Oswald;
    font-size: 17px;
    color: #fff;
    background-size: cover
}
@media (max-width: 767px) {
    .carousel.addtoplanner {
        background: #dedede!important
    }
}
.carousel.addtoplanner .ad-hero-background img {
    width: 100%
}
.carousel.addtoplanner .ad-hero-addtoplanner-content {
    padding: 50px 0 0
}
@media (max-width: 991px) {
    .carousel.addtoplanner .ad-hero-addtoplanner-content {
        position: relative
    }
}
@media (max-width: 767px) {
    .carousel.addtoplanner .ad-hero-addtoplanner-content {
        color: #000
    }
}
.carousel.addtoplanner .ad-hero-addtoplanner-content .ad-carousel-container .ad-hero-addtoplanner .ad-hero-title {
    font-size: 25px;
    font-family: Oswald;
    text-transform: uppercase;
    padding-bottom: 20px
}
@media (max-width: 991px) {
    .carousel.addtoplanner .ad-hero-addtoplanner-content .ad-carousel-container .ad-hero-addtoplanner .ad-hero-title {
        font-size: 20px
    }
}
.carousel.addtoplanner .ad-hero-addtoplanner-content .ad-rte-content {
    overflow: visible
}
.carousel.addtoplanner .ad-cat-header {
    width: 40%;
    font-size: 33px;
    text-transform: uppercase
}
@media (max-width: 991px) {
    .carousel.addtoplanner .ad-cat-header {
        width: 100%
    }
}
@media (max-width: 767px) {
    .carousel.addtoplanner .ad-cat-header {
        width: 100%;
        font-size: 17px
    }
}
.carousel.addtoplanner .ad-cat-details {
    width: 40%;
    font-family: UniversLTPro-55Roman;
    font-size: 12px;
    padding-left: 60px;
    margin: 30px 0;
    position: relative
}
.carousel.addtoplanner .ad-cat-details:before {
    content: 'i';
    position: absolute;
    left: 10px;
    background: #fff;
    color: #0092cf;
    width: 40px;
    font-size: 32px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    border-radius: 20px;
    font-style: italic;
    font-family: Monotype;
    line-height: 1
}
@media (max-width: 767px) {
    .carousel.addtoplanner .ad-cat-details:before {
        display: none
    }
}
@media (max-width: 767px) {
    .carousel.addtoplanner .ad-cat-details {
        width: 100%;
        margin: 15px 0;
        padding-left: 0
    }
}
.carousel.addtoplanner .ad-hero-addtoplanner {
    position: relative
}
.carousel.addtoplanner .ad-hero-addtoplanner .ad-slide {
    padding: 15px
}
@media (max-width: 767px) {
    .carousel.addtoplanner .ad-hero-addtoplanner .ad-slide {
        padding: 15px
    }
}
.carousel.addtoplanner .ad-hero-addtoplanner .ad-carousel-list {
    margin: 0;
    padding: 0
}
.carousel.addtoplanner .ad-hero-addtoplanner .ad-carousel-list li {
    list-style: none;
    margin: 10px 0;
    border: 1px solid #000;
    overflow: hidden
}
.carousel.addtoplanner .ad-hero-addtoplanner .ad-carousel-list li .ad-list-color-dreamworld,
.carousel.addtoplanner .ad-hero-addtoplanner .ad-carousel-list li .ad-list-color-waterworld {
    background: #ff1c23;
    width: 15%;
    display: inline-block;
    color: #fff;
    float: right;
    min-height: 56px;
    border-left: 1px solid #000;
    font-size: 36px;
    vertical-align: top;
    text-align: center;
    line-height: 1.2
}
.carousel.addtoplanner .ad-hero-addtoplanner .ad-carousel-list li .ad-list-color-dreamworld:before,
.carousel.addtoplanner .ad-hero-addtoplanner .ad-carousel-list li .ad-list-color-waterworld:before {
    content: '+';
    font-weight: 700;
    font-family: UniversLTPro-55Roman;
    cursor: pointer
}
.carousel.addtoplanner .ad-hero-addtoplanner .ad-carousel-list li.selected .ad-list-color-dreamworld:before,
.carousel.addtoplanner .ad-hero-addtoplanner .ad-carousel-list li.selected .ad-list-color-waterworld:before {
    content: '-'
}
.carousel.addtoplanner .ad-hero-addtoplanner .ad-carousel-list li .ad-list-color-waterworld {
    background: #0092cf
}
.carousel.addtoplanner .ad-hero-addtoplanner .ad-carousel-list li .ad-list-text {
    padding: 15px;
    width: 85%;
    min-height: 56px;
    background: #fff;
    display: inline-block;
    float: left;
    vertical-align: top;
    font-family: Oswald;
    color: #000;
    text-transform: uppercase
}
.carousel.addtoplanner .ad-carousel-container {
    position: relative
}
.carousel.addtoplanner .ad-carousel-container .ad-cr-left-arrow,
.carousel.addtoplanner .ad-carousel-container .ad-cr-right-arrow {
    position: absolute;
    top: 50%;
    left: -50px;
    font-size: 50px;
    cursor: pointer;
    opacity: .6
}
@media (max-width: 991px) {
    .carousel.addtoplanner .ad-carousel-container .ad-cr-left-arrow,
    .carousel.addtoplanner .ad-carousel-container .ad-cr-right-arrow {
        left: -25px
    }
}
.carousel.addtoplanner .ad-carousel-container .ad-cr-right-arrow {
    left: auto;
    right: -50px
}
@media (max-width: 991px) {
    .carousel.addtoplanner .ad-carousel-container .ad-cr-right-arrow {
        right: -25px
    }
}
@media (max-width: 767px) {
    .carousel.addtoplanner {
        background-image: none!important;
        background-color: #dedede;
        cursor: pointer
    }
}
.ticket-note {
    margin: 10px;
    margin-left: -5px;
    color: gray;
    font-family: Oswald
}
.comparePriceTitle {
    text-transform: uppercase;
    font-family: Oswald;
    padding-bottom: 15px;
    font-size: 33px;
    border-bottom: none
}
@media (max-width: 767px) {
    .comparePriceTitle {
        margin: 0 -10px;
        padding: 10px;
        border-bottom: 1px solid #aeaeae
    }
}
.price-group {
    font-family: Oswald;
    text-transform: uppercase
}
.price-group .price-item {
    background: #e1e1e1;
    margin: auto -6px 6px;
    padding-bottom: 1px
}
@media (max-width: 767px) {
    .price-group .price-item {
        margin: auto -10px
    }
}
@media (max-width: 767px) {
    .price-group {
        margin-bottom: 0!important
    }
}
.price-group .accordionCollapse {
    display: none
}
@media (max-width: 767px) {
    .price-group .accordionCollapse {
        cursor: pointer;
        display: block;
        height: 50px;
        overflow: hidden;
        width: 100%;
        background-color: #fff;
        vertical-align: middle;
        padding: 10px
    }
    .price-group .accordionCollapse img {
        display: inline-block;
        max-height: 30px;
        max-width: 30px;
        background-color: #fff
    }
    .price-group .accordionCollapse span {
        vertical-align: middle;
        font-size: 20px;
        color: #000;
        padding: 0 10px
    }
    .price-group .accordionCollapse:after {
        content: 'C';
        position: absolute;
        top: 15px;
        right: 20px;
        font-size: 16px;
        font-family: custom-font
    }
}
.price-group .price-item.active {
    /*background: #ffde16;*/
    background: #6fbee5 url('../images/clouds.jpg');
	background-size: cover;
    -webkit-transition: all 5s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
	margin-top: -10px;
}
.price-group .price-item.active .ctaButton {
    display: none
}
.price-group .price-item.active .showAllPrice {
    visibility: visible;
    height: 205px;
    background-color: #fff;
    width: 95%;
    margin: 0 auto
}
.price-group .price-item.active .highlightPrice {
    display: none
}
.price-group .price-item.active .ticketFeatures,
.price-group .price-item.active .ticketType {
    background-color: #fff;
    width: 95%;
    margin: 0 auto
}
.price-group .price-item.active .ticketFeatures.accBody {
    margin-bottom: 10px
}
.price-group .price-item.active .featuresForTicket {
    visibility: visible;
    width: 75%;
    display: inline-block;
    vertical-align: top;
    padding-top: 10px
}
.price-group .price-item.active .tick {
    display: inline-block;
    width: 23%
}
.price-group .price-item.active .buyButton {
    display: block;
    width: 95%
}
.price-group .price-item.active .ctaButton,
.price-group .price-item.active .featuresForTicket,
.price-group .price-item.active .ticketPriceFor,
.price-group .price-item.active .ticketType {
    font-size: 15px
}
.price-group .price-item .pass-logo {
    text-align: center;
    /*margin: 0 auto;
    padding: 10px 0;
    width: 110px*/
    margin: 0;
    padding: 0;
    width: 100%;
	background: white;
}
.price-group .price-item .pass-logo img {
    max-width: 100%;
    /*display: block;
    width: auto*/
    display: inline-block;
    width: auto;
	margin-bottom: -20px;
}
.price-group .price-item.active .pass-logo img {
	margin-bottom: -40px;
}
.price-group .price-item .ctaButton {
    background-color: #fff;
    text-align: center;
    width: 93%;
    margin: 0 auto;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px
}
.price-group .price-item .ticketDescription {
    overflow: hidden;
    text-align: center;
    padding-top: 20px;
	padding-bottom: 20px;
}
.price-group .price-item .ctaButton span {
    font-family: custom-font;
    font-size: 14px;
    text-transform: none
}
.price-group .price-item .highlightPrice {
    text-align: center;
    font-size: 27px;
    width: 80%;
    height: 25px;
    margin: 0 auto;
    padding-top: 20px
}
@media (max-width: 991px) {
    .price-group .price-item .highlightPrice {
        font-size: 27px
    }
}
.price-group .price-item .showAllPrice {
    visibility: hidden;
    height: 140px
}
.price-group .price-item .ticketPriceFor {
    padding: 5px;
    border-bottom: 1px solid #aeaeae
}
.price-group .price-item .activeHighlightPrice {
    padding-top: 10px;
    text-align: center;
    font-weight: bolder;
    font-size: 30px;
    color: red
}
.price-group .price-item .gatePrice {
    text-align: center;
    color: #aeaeae
}
.price-group .price-item .ticketType {
    height: 70px;
    overflow: hidden;
    text-align: center;
    color: #62b4d7;
    padding-top: 10px
}
.price-group .price-item .tick {
    font-family: custom-font;
    color: #0092cf;
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: bolder;
    line-height: 1.6
}
.price-group .price-item .feature {
    padding: 10px 10px 0;
    height: 60px;
    overflow: hidden
}
@media (max-width: 991px) {
    .price-group .price-item .feature {
        height: 60px;
        max-height: 60px
    }
}
.price-group .price-item .featuresForTicket {
    visibility: hidden
}
.price-group .price-item .ticketFeatures {
    padding-bottom: 10px;
    margin-bottom: 10px
}
.price-group .price-item .buyButton {
    text-align: center;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    background-color: red;
    display: block;
    padding: 10px 0
}
.price-group .price-item .buyButton a {
    font-size: 17px;
    line-height: 1;
    color: #fff
}
@media (max-width: 991px) {
    .price-group .price-item .buyButton {
        font-size: 12px
    }
}
.price-group .slick-next,
.price-group .slick-prev {
    height: 159px;
    width: 40px;
    background-color: rgba(50, 50, 50, .7);
    /*top: 60px*/
    top: 25%;
	transform: translateY(-50%);
}
@media (max-width: 767px) {
    .price-group .slick-next,
    .price-group .slick-prev {
        height: 139px;
        top: 22%;
    }
}
.price-group .slick-prev {
    left: 0
}
.price-group .slick-next {
    right: 0
}
.price-group .slick-prev:before {
    content: 'g';
    display: block;
    width: 60%;
    cursor: pointer;
    border-radius: 50%;
    font-size: 16px;
    color: #FFF;
    border: 2px solid #FFF;
    font-family: custom-font;
    padding: 2px;
    margin: 0 auto
}
.price-group .slick-next:before {
    content: 'f';
    display: block;
    width: 60%;
    cursor: pointer;
    border-radius: 50%;
    font-size: 16px;
    color: #FFF;
    border: 2px solid #FFF;
    font-family: custom-font;
    padding: 2px;
    margin: 0 auto
}
.carousel.content-rotator {
    color: #151515;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    background: url(../images/yellow-panel-bg.jpg)
}
.carousel.content-rotator .ad-cr-header-arrows {
    font-family: Oswald;
    font-size: 30px;
    position: relative;
    overflow: visible;
    top: 40px;
    z-index: 10
}
.carousel.content-rotator .ad-cr-white-text {
    font-family: Oswald;
    font-size: 30px;
    position: relative;
    top: 40px;
    z-index: 10
}
.carousel.content-rotator .ad-cr-header-arrows i:before {
    border-radius: 50px;
    padding: 4px;
    font-size: 25px;
    color: #fff;
    border: 2px solid #fff
}
.carousel.content-rotator .ad-cr-header-arrows .ad-cr-header {
    text-transform: uppercase;
    line-height: 30px;
    padding-left: 0
}
.carousel.content-rotator .ad-cr-white-text .ad-cr-header {
    text-transform: uppercase;
    line-height: 30px;
    padding-left: 0;
    color: #fff
}
@media (max-width: 767px) {
    .carousel.content-rotator .ad-cr-white-text .ad-cr-header {
        margin-bottom: 30px;
        text-align: center;
    }
}
.carousel.content-rotator .ad-cr-header-arrows .ad-cr-left-arrow {
    position: absolute;
    top: 4px;
    left: 35%;
    cursor: pointer
}
.carousel.content-rotator .ad-cr-header-arrows .ad-cr-right-arrow {
    position: absolute;
    top: 4px;
    right: 35%;
    cursor: pointer
}
@media screen and (min-width: 768px) {
    .carousel.content-rotator .ad-cr-header-arrows .ad-cr-left-arrow, .carousel.content-rotator .ad-cr-header-arrows .ad-cr-right-arrow {
        top: initial;
        bottom: -4px;
    }
    .carousel.content-rotator .ad-cr-header-arrows .ad-cr-left-arrow {
        left: initial;
        right: 80px;
    }
    .carousel.content-rotator .ad-cr-header-arrows .ad-cr-right-arrow {
        right: 10px;
    }
}
@media screen and (min-width: 1150px) {
    .carousel.content-rotator .ad-cr-header-arrows .ad-cr-left-arrow, .carousel.content-rotator .ad-cr-header-arrows .ad-cr-right-arrow {
        top: 180px;
        bottom: initial;
    }
    .carousel.content-rotator .ad-cr-header-arrows .ad-cr-left-arrow {
        left: -50px;
        right: initial;
    }
    .carousel.content-rotator .ad-cr-header-arrows .ad-cr-right-arrow {
        right: -50px;
    }
}
.carousel.content-rotator .ad-cr-header-arrows .ad-visibility-hidden {
    visibility: hidden
}
.carousel.content-rotator .ad-cr-header-arrows .ad-cr-arrow-container {
    padding-left: 0;
    padding-right: 0
}
.carousel.content-rotator .ad-cr-header-arrows .ad-cr-arrow-container .col-sm-8 {
    text-align: center;
    font-size: 21px;
    text-transform: uppercase;
    font-family: Oswald;
    padding: 6px 0 0
}
.carousel.content-rotator .ad-cr-single-item {
    font-family: Oswald;
    -webkit-user-select: inherit;
    user-select: inherit
}
.carousel.content-rotator .ad-cr-single-item .nopadding {
    padding-right: 0!important;
    padding-left: 0!important;
    margin: 0!important
}
.carousel.content-rotator .ad-cr-single-item .ad-cr-animal-description {
    padding: 30px;
    overflow-y: hidden;
    height: 312px;
    background-color: #fff;
    font-family: UniversLTPro-55Roman;
    font-size: 15px
}
.carousel.content-rotator .ad-cr-single-item .ad-cr-animal-description td,
.carousel.content-rotator .ad-cr-single-item .ad-cr-animal-description tr {
    vertical-align: top
}
.carousel.content-rotator .ad-cr-single-item .ad-cr-animal-description .ad-cr-animal-description-text {
    height: 252px;
    overflow-y: auto
}
@media (max-width: 991px) {
    .carousel.content-rotator .ad-cr-single-item .ad-cr-animal-description .ad-cr-animal-description-text {
        height: 166px
    }
}
@media (max-width: 991px) {
    .carousel.content-rotator .ad-cr-single-item .ad-cr-animal-description {
        height: 226px
    }
}
.carousel.content-rotator .ad-cr-single-item .ad-cr-animal-description .ad-cr-animal-details .cr-ad-animal-feature {
    font-size: 17px;
    text-transform: uppercase
}
.carousel.content-rotator .ad-cr-single-item .ad-cr-animal-description .ad-cr-animal-details .cr-ad-feature-desc {
    padding-left: 20px
}
.carousel.content-rotator .ad-cr-single-item .img-conatiner img {
    width: 100%
}
.carousel.content-rotator .content-rotator-header .ad-cr-container {
    font-family: Oswald;
    height: 90px;
    padding-bottom: 30px;
    color: #151515;
    font-size: 30px
}
.carousel.content-rotator .content-rotator-header .ad-cr-container .slick-slider {
    margin-bottom: 0
}
.carousel.content-rotator .content-rotator-header .ad-cr-container .ad-cr-animal-title {
    text-align: center;
    font-size: 21px;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    font-family: Oswald
}
.carousel.content-rotator .content-rotator-header .ad-cr-container .ad-cr-animal-title .cr-animal-header {
    word-break: break-word;
    word-wrap: break-word;
    visibility: hidden
}
.carousel.content-rotator .content-rotator-header .ad-cr-container .ad-cr-animal-title.ad-cr-white-text {
    color: #fff
}
.carousel.content-rotator::-ms-selection {
    background: 0 0
}
.carousel.content-rotator::-moz-selection {
    background: 0 0
}
.carousel.content-rotator::-webkit-selection {
    background: 0 0
}
.carousel.content-rotator::selection {
    background: 0 0
}
@media (max-width: 767px) {
    .carousel.content-rotator {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .carousel.content-rotator .container {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0
    }
    .carousel.content-rotator .ad-cr-header-arrows {
        font-size: 17px;
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 0;
        margin-right: 0;
        top: 20px
    }
    .carousel.content-rotator .ad-cr-header-arrows .ad-cr-header {
        padding-left: 10px
    }
    .carousel.content-rotator .ad-cr-header-arrows .ad-cr-arrow-container i {
        margin-top: 10px;
        margin-bottom: 15px
    }
    .carousel.content-rotator .ad-cr-single-item {
        margin-top: -30px
    }
    .carousel.content-rotator .content-rotator-header .ad-cr-animal-title {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 21px
    }
    .carousel.content-rotator .ad-cr-single-item .ad-cr-animal-description,
    .carousel.content-rotator .ad-cr-single-item .ad-cr-animal-description .ad-cr-animal-description-text {
        min-height: 50px;
        height: auto
    }
    .carousel.content-rotator .ad-cr-single-item .ad-cr-animal-description .ad-cr-animal-details .cr-ad-animal-feature {
        font-size: 17px
    }
    .carousel.content-rotator .ad-cr-single-item .ad-cr-animal-description .ad-cr-animal-details .cr-ad-feature-desc {
        padding-bottom: 15px
    }
}
.content-slider-div {
    position: relative
}
.ad-content-slider {
    background: url(../images/yellow-panel-bg.jpg);
    background-size: cover;
    font-family: Oswald;
    max-height: 550px;
    position: relative;
    padding-left: 0;
    padding-right: 0
}
@media (max-width: 991px) {
    .ad-content-slider {
        max-height: 480px
    }
}
@media (max-width: 767px) {
    .ad-content-slider {
        max-height: 300px
    }
}
.ad-content-slider .ad-content-slider-container {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px
}
@media (max-width: 767px) {
    .ad-content-slider .ad-content-slider-container {
        padding: 0
    }
}
.ad-content-slider .ad-content-slider-container .ad-cs-wrapper {
    position: relative
}
.ad-content-slider .ad-content-slider-container .ad-content-slider-title {
    color: #fff;
    font-size: 33px;
    font-family: Oswald;
    line-height: 33px
}
@media (max-width: 991px) {
    .ad-content-slider .ad-content-slider-container .ad-content-slider-title {
        font-size: 32px;
        line-height: 32px
    }
}
@media (max-width: 767px) {
    .ad-content-slider .ad-content-slider-container .ad-content-slider-title {
        font-size: 17px;
        line-height: 17px;
        padding-bottom: 0;
        padding-left: 10px
    }
}
.ad-content-slider .ad-content-slider-container .ad-content-slider-title a {
    color: #fff;
    font-size: 30px;
    font-family: Oswald;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 30px
}
@media (max-width: 991px) {
    .ad-content-slider .ad-content-slider-container .ad-content-slider-title a {
        font-size: 32px;
        line-height: 32px
    }
}
@media (max-width: 767px) {
    .ad-content-slider .ad-content-slider-container .ad-content-slider-title a {
        font-size: 17px
    }
}
.ad-content-slider .ad-content-slider-container .ad-content-slider-main {
    left: 0;
    width: 100%
}
.ad-content-slider .ad-slider-image-title {
    color: #151515;
    position: absolute;
    z-index: 100;
    background-color: #fff;
    width: 100%;
    bottom: 0;
    height: 50px;
    text-align: center
}
@media (max-width: 991px) {
    .ad-content-slider .ad-slider-image-title {
        height: 70px
    }
}
@media (max-width: 767px) {
    .ad-content-slider .ad-slider-image-title {
        height: 50px
    }
}
.ad-content-slider .ad-slider-image-title a {
    font-size: 17px;
    color: #151515;
    text-decoration: none;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 40%
}
@media (max-width: 991px) {
    .ad-content-slider .ad-slider-image-title a {
        left: 35%
    }
}
@media (max-width: 767px) {
    .ad-content-slider .ad-slider-image-title a {
        left: 25%
    }
}
.ad-content-slider .slick-slide {
    width: 490px!important;
    opacity: .5
}
@media (max-width: 991px) {
    .ad-content-slider .slick-slide {
        width: 400px!important
    }
}
@media (max-width: 767px) {
    .ad-content-slider .slick-slide {
        width: 245px!important
    }
}
.ad-content-slider .slick-slide img {
    width: 490px!important
}
@media (max-width: 991px) {
    .ad-content-slider .slick-slide img {
        width: 400px!important
    }
}
@media (max-width: 767px) {
    .ad-content-slider .slick-slide img {
        width: 245px!important;
        height: 165px!important
    }
}
.ad-content-slider .slick-active {
    opacity: .5;
    width: 320px
}
.ad-content-slider .slick-center {
    opacity: 1!important
}
.ad-content-slider .slick-next:before,
.ad-content-slider .slick-prev:before {
    color: red!important
}
.ad-content-slider .slick-prev {
    position: absolute;
    left: 15%
}
.ad-content-slider .slick-next {
    position: absolute;
    right: 15%
}
.ad-content-slider .title {
    width: 100%;
    height: 60px;
    background-color: #e1e1e1;
    color: #fff
}
.ad-content-slider .title h3 {
    padding-top: 25px;
    padding-left: 10px;
    color: #000;
    font-size: 20px;
    text-transform: uppercase
}
.ad-content-slider .bottom {
    background-color: #e1e1e1;
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0
}
.ad-content-slider .ad-cs-left-arrow,
.ad-content-slider .ad-cs-right-arrow {
    position: absolute;
    cursor: pointer;
    top: 50%;
    margin-top: -16px;
    right: 205px;
    font-size: 26px;
    border: 2px solid #FFF;
    border-radius: 16px;
    width: 32px;
    height: 32px;
    color: #FFF;
    z-index: 5;
    padding: 0;
    line-height: 1;
    padding-left: 2px;
    clear: both
}
@media (max-width: 991px) {
    .ad-content-slider .ad-cs-left-arrow,
    .ad-content-slider .ad-cs-right-arrow {
        right: 110px
    }
}
@media (max-width: 767px) {
    .ad-content-slider .ad-cs-left-arrow,
    .ad-content-slider .ad-cs-right-arrow {
        right: 3px
    }
}
.ad-content-slider .ad-cs-left-arrow {
    right: auto;
    left: 205px
}
@media (max-width: 991px) {
    .ad-content-slider .ad-cs-left-arrow {
        left: 110px
    }
}
@media (max-width: 767px) {
    .ad-content-slider .ad-cs-left-arrow {
        left: 3px
    }
}
.ad-content-slider .slick-slider {
    margin-bottom: 0;
    -webkit-user-select: inherit;
    user-select: inherit
}
.ad-day-planner {
    margin-bottom: 30px;
    margin-top: 30px
}
.ad-day-planner .clearfix-dp:after {
    content: ".";
    display: inline-block;
    height: 0;
    clear: both;
    visibility: hidden
}
.ad-day-planner * html .clearfix-dp {
    height: 1%
}
.ad-day-planner .clearfix-dp {
    display: inline-block
}
.ad-day-planner .operating-hour-img-small {
    background: url(../images/openingHoursB.png);
    vertical-align: top;
    display: inline-block;
    background-size: cover;
    width: 16px;
    height: 16px
}
.ad-day-planner .maintenance {
    padding-left: 0;
    padding-right: 0
}
.ad-day-planner .maintainance-img-small {
    background: url(../images/maintenanceB.png);
    vertical-align: middle;
    display: inline-block;
    background-size: cover;
    width: 15px;
    height: 15px
}
.ad-day-planner .day-planner-view {
    margin-bottom: 15px
}
.ad-day-planner .day-planner-view h1 {
    font-size: 30px;
    font-weight: 400
}
.ad-day-planner .date-picker-wrapper {
    z-index: 25
}
.ad-day-planner .date-picker-wrapper label {
    position: absolute;
    right: 0;
    height: 0;
    width: 0
}
.ad-day-planner .date-picker-wrapper .datepicker {
    margin-top: 15px;
    padding: 7px 35px 7px 14px;
    border-color: #151515;
    background: url(../images/calendar.svg) no-repeat 97%;
    font-family: Oswald;
    font-size: 17px
}
.ad-day-planner .date-picker-wrapper .datepicker.error {
    background: url(../images/calendar_error.svg) no-repeat 97%;
    border: 2px solid #ff1c23;
    color: #ff1c23
}
.ad-day-planner .date-picker-wrapper .datepicker.error::-webkit-input-placeholder {
    color: #ff1c23
}
.ad-day-planner .date-picker-wrapper .datepicker.error:-moz-placeholder {
    color: #ff1c23
}
.ad-day-planner .date-picker-wrapper .datepicker.error::-moz-placeholder {
    color: #ff1c23
}
.ad-day-planner .date-picker-wrapper .datepicker.error:-ms-input-placeholder {
    color: #ff1c23
}
.ad-day-planner .ad-day-planner-list {
    padding: 0;
    margin: 0
}
.ad-day-planner .ad-day-planner-list li {
    padding: 0
}
.ad-day-planner .ad-day-planner-list li.waterworld .status {
    background-color: #0092cf
}
.ad-day-planner .ad-day-planner-list li.waterworld .content .completed {
    background-color: #0092cf;
    border-right: 10px solid #036690
}
.ad-day-planner .ad-day-planner-list li.dreamworld .status {
    background-color: #ff1c23
}
.ad-day-planner .ad-day-planner-list li.dreamworld .content .completed {
    background-color: #ff1c23;
    border-right: 10px solid #ad181e
}
.ad-day-planner .ad-day-planner-list li .status {
    min-width: 5px;
    position: absolute;
    height: 100%
}
.ad-day-planner .ad-day-planner-list li>div.content {
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
    text-transform: uppercase;
    height: 85px;
    cursor: pointer
}
.ad-day-planner .ad-day-planner-list li>div.content .completed {
    text-align: center;
    height: 100%;
    width: 100px;
    float: left;
    padding-top: 20px
}
.ad-day-planner .ad-day-planner-list li>div.content .completed i {
    font-size: 40px;
    color: #fff
}
.ad-day-planner .ad-day-planner-list li>div.content .notcompleted {
    display: none
}
.ad-day-planner .ad-day-planner-list li>div.content .inner {
    padding-top: 20px
}
.ad-day-planner .ad-day-planner-list li>div.content .inner .logo {
    width: 66px;
    margin: 0 30px 0 15px;
    float: left
}
.ad-day-planner .ad-day-planner-list li>div.content .inner .ride {
    font-family: Oswald;
    font-size: 17px;
    float: left;
    width: 42%
}
@media (max-width: 991px) {
    .ad-day-planner .ad-day-planner-list li>div.content .inner .ride {
        width: 36%
    }
}
@media (max-width: 767px) {
    .ad-day-planner .ad-day-planner-list li>div.content .inner .ride {
        padding-top: 3px
    }
}
.ad-day-planner .ad-day-planner-list li>div.content .inner .ride span {
    color: #919191;
    font-size: 17px
}
.ad-day-planner .ad-day-planner-list li>div.content .inner .right-items {
    height: 100%;
    float: right
}
.ad-day-planner .ad-day-planner-list li>div.content .inner .right-items .thrill-img {
    float: left;
    height: 100%;
    width: 137px
}
.ad-day-planner .ad-day-planner-list li>div.content .inner .right-items .thrill-img.maxthrill {
    background: url(../images/max-thrill.png) no-repeat
}
.ad-day-planner .ad-day-planner-list li>div.content .inner .right-items .thrill-img.moderatethrill {
    background: url(../images/moderate-thrill.png) no-repeat
}
.ad-day-planner .ad-day-planner-list li>div.content .inner .right-items .thrill-img.lowthrill {
    background: url(../images/low-thrill.png) no-repeat
}
.ad-day-planner .ad-day-planner-list li>div.content .inner .right-items .thrill-rating {
    width: 90px;
    float: right;
    line-height: 20px;
    font-size: 17px;
    padding-left: 15px;
    padding-top: 3px;
    color: #919191;
    font-family: Oswald
}
.ad-day-planner .ad-day-planner-list li>div.content .inner .right-items .thrill-rating span {
    display: block
}
.ad-day-planner .ad-day-planner-list li>div.content .inner .right-items .maintenance-text {
    font-size: 17px;
    font-family: Oswald;
    padding-top: 9px;
    color: #919191;
    float: left
}
.ad-day-planner .ad-day-planner-list li>div.content .inner .right-items .reorder {
    cursor: move;
    float: right;
    padding: 0 30px
}
.ad-day-planner .ad-day-planner-list li>div.content .inner .right-items .reorder i {
    display: block;
    color: gray
}
.ad-day-planner .ad-day-planner-list li .operations {
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Oswald;
    font-size: 11px
}
.ad-day-planner .ad-day-planner-list li .operations .heading {
    line-height: 13px;
    font-size: 13px;
    font-family: Oswald;
    vertical-align: middle;
    display: inline-block
}
.ad-day-planner .ad-day-planner-list li .operations .text {
    font-family: UniversLTPro-55Roman;
    font-size: 13px
}
.ad-day-planner .ad-day-planner-list li .operations .btn {
    font-family: Oswald;
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 25px;
    padding: 8px 18px;
    text-transform: uppercase
}
@media (max-width: 991px) {
    .ad-day-planner .ad-day-planner-list li .operations .btn {
        font-size: 11px;
        padding: 10px 18px
    }
}
@media (max-width: 767px) {
    .ad-day-planner .ad-day-planner-list li .operations .btn {
        font-size: 11px;
        padding: 6px 10px
    }
}
.ad-day-planner .ad-day-planner-list li .operations .btn i {
    margin-left: 30px
}
@media (max-width: 991px) {
    .ad-day-planner .ad-day-planner-list li .operations .btn i {
        margin-left: 5px
    }
}
.ad-day-planner .ad-day-planner-list li .operations .opening_hrs {
    color: #151515
}
.ad-day-planner .ad-day-planner-list li:last-child>div.content {
    border-bottom: 1px solid #dedede
}
.ad-day-planner .ad-day-planner-list li.maintenance {
    opacity: .7
}
.ad-day-planner .ad-day-planner-list li.maintenance.waterworld>div.content {
    background-color: rgba(0, 255, 224, .06)
}
.ad-day-planner .ad-day-planner-list li.maintenance.dreamworld>div.content {
    background-color: rgba(255, 192, 203, .22)
}
.ad-day-planner .ad-day-planner-list li.ui-sortable-helper {
    background: #fff;
    opacity: .9;
    border-bottom: 1px solid #dedede
}
.ad-day-planner .ad-day-planner-list.printPlanner li {
    border: 1px solid #dedede;
    border-bottom: none
}
.ad-day-planner .ad-day-planner-list.printPlanner li>div.content {
    border: none
}
.ad-day-planner .ad-day-planner-list.printPlanner li>div.content .inner .right-items .thrill-img.maxthrill {
    background: 0 0
}
.ad-day-planner .ad-day-planner-list.printPlanner li>div.content .inner .right-items .thrill-img.maxthrill:before {
    content: url(../images/max-thrill.png)
}
.ad-day-planner .ad-day-planner-list.printPlanner li>div.content .inner .right-items .thrill-img.moderatethrill {
    background: 0 0
}
.ad-day-planner .ad-day-planner-list.printPlanner li>div.content .inner .right-items .thrill-img.moderatethrill:before {
    content: url(../images/moderate-thrill.png)
}
.ad-day-planner .ad-day-planner-list.printPlanner li>div.content .inner .right-items .thrill-img.lowthrill {
    background: 0 0
}
.ad-day-planner .ad-day-planner-list.printPlanner li>div.content .inner .right-items .thrill-img.lowthrill:before {
    content: url(../images/low-thrill.png)
}
.ad-day-planner .ad-day-planner-list.printPlanner li>div.content .inner .right-items .thrill-img.hidden-xs {
    display: block!important
}
.ad-day-planner .ad-day-planner-list.printPlanner li:last-child {
    border-bottom: 1px solid #dedede
}
.ad-day-planner .ad-day-planner-list.printPlanner li:last-child>div.content {
    border-bottom: none
}
.ad-day-planner .hint {
    margin-top: 30px;
    font-family: arial;
    font-size: 16px;
    font-style: italic;
    color: #999
}
.ad-day-planner .hint img {
    float: right;
    margin-right: 15px
}
.ad-day-planner .hint .heading {
    font-style: normal;
    font-weight: 700
}
.ad-day-planner .warning-text {
    margin-bottom: 20px;
    color: #ff1c23
}
.ad-day-planner .warning-text i:before {
    vertical-align: text-bottom;
    font-size: 26px
}
.ad-day-planner .ad-printer .printer {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    padding: 19px;
    background: #0092cf;
    text-align: center;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    margin-right: 15px
}
.ad-day-planner .ad-printer .text {
    display: inline-block;
    padding-top: 12px;
    font-family: arial;
    font-size: 16px;
    font-style: italic
}
.ad-day-planner .ad-printer .text p {
    margin: 0;
    color: #999
}
.ad-day-planner .ad-printer .btn-fb {
    margin-bottom: 18px;
    margin-left: 20px
}
@media (max-width: 767px) {
    .ad-day-planner .not-logged-in {
        margin-right: -10px;
        margin-left: -10px
    }
    .ad-day-planner .day-planner-view {
        padding-left: 10px;
        padding-right: 10px
    }
    .ad-day-planner .day-planner-view .date-picker-wrapper {
        margin-bottom: 20px
    }
    .ad-day-planner .day-planner-view .date-picker-wrapper .datepicker {
        margin: 0
    }
    .ad-day-planner .warning-text {
        padding-left: 10px;
        padding-right: 10px
    }
    .ad-day-planner .logged-in {
        padding-left: 0;
        padding-right: 0
    }
    .ad-day-planner .ad-day-planner-list li>div.content {
        padding: 0;
        height: 100%;
        width: 100%;
        display: table
    }
    .ad-day-planner .ad-day-planner-list li>div.content .completed {
        width: 50px;
        padding-top: 10px;
        display: table-cell;
        height: 100%;
        float: none
    }
    .ad-day-planner .ad-day-planner-list li>div.content .completed i {
        font-size: 30px
    }
    .ad-day-planner .ad-day-planner-list li>div.content .inner {
        padding: 10px 0;
        display: table-cell;
        height: 100%;
        vertical-align: middle
    }
    .ad-day-planner .ad-day-planner-list li>div.content .inner .logo {
        width: 35px;
        height: 35px;
        margin: 0 15px
    }
    .ad-day-planner .ad-day-planner-list li>div.content .inner .ride {
        font-size: 15px;
        padding: 0;
        width: 52%;
        word-break: keep-all;
        word-wrap: break-word
    }
    .ad-day-planner .ad-day-planner-list li>div.content .inner .ride span {
        font-size: 12px
    }
    .ad-day-planner .ad-day-planner-list li>div.content .inner .reorder {
        padding-right: 15px
    }
    .ad-day-planner .ad-day-planner-list li .operations>div.opening_hrs {
        padding-left: 20px
    }
    .ad-day-planner .ad-day-planner-list li .operations>div.maintenance {
        padding-right: 20px
    }
    .ad-day-planner .ad-day-planner-list li .operations .btn {
        margin-right: 6px
    }
    .ad-day-planner .ad-day-planner-list li .operations .btn i {
        margin-left: 5px
    }
    .ad-day-planner .ad-day-planner-list li .operations .btn:first-child {
        margin-left: 10px
    }
    .ad-day-planner .hint {
        font-size: 11px;
        padding-left: 20px
    }
    .ad-day-planner .side-col .ad-tools-widget {
        display: none
    }
}
@media (max-width: 991px) {
    .ad-day-planner .ad-day-planner-list li>div.content .completed {
        width: 70px
    }
    .ad-day-planner .ad-day-planner-list li>div.content .inner .logo {
        width: 50px;
        margin: 0 15px
    }
    .ad-day-planner .ad-day-planner-list li>div.content .inner .ride {
        font-size: 17px
    }
    .ad-day-planner .ad-day-planner-list li>div.content .inner .right-items .reorder {
        padding: 0 10px
    }
}
#MaintenanceComponent,
#downloadparkmap,
#openinghours {
    position: relative;
    top: -100px
}
@media (max-width: 767px) {
    #MaintenanceComponent,
    #downloadparkmap,
    #openinghours {
        top: -50px
    }
}
.ad-email-template {
    font-family: Oswald;
    min-height: 150px;
    padding: 0
}
.ad-email-template .ad-email-temp-image img {
    min-height: 150px
}
.ad-email-template .ad-email-template-wrapper {
    position: relative;
    padding: 40px 0;
    width: 100%;
    background-color: #bdbdbd
}
.ad-email-template .ad-email-template-wrapper .ad-email-template-text {
    color: #151515;
    font-size: 28px;
    text-align: center
}
.ad-email-template .ad-email-template-wrapper .ad-email-template-text .ad-day-planner-icon {
    vertical-align: baseline
}
.ad-email-template .ad-email-template-wrapper .ad-email-template-text .ad-email-url a {
    color: #ff1c23;
    display: block;
    line-height: 28px;
    font-size: 28px
}
.floatnav {
    font-family: Oswald;
    z-index: 1011;
    background-color: #fff;
    opacity: .7;
    border-radius: 0 3% 3% 0;
    position: fixed;
    top: 50%;
    margin-top: -10px;
    left: -205px;
    box-shadow: 2px 2px rgba(0, 0, 0, .2);
    border: 1px solid rgba(0, 0, 0, .2);
    line-height: 30px;
    font-size: 15px;
    bottom: initial;
    padding: 15px;
    padding-bottom: 6px;
    padding-right: 10px;
    display: none
}
@media (max-width: 767px) {
    .floatnav {
        border-radius: 3% 3% 0 0;
        top: initial;
        width: 100%;
        max-height: 100%;
        left: 0
    }
    .floatnav a {
        font-size: 20px
    }
}
.floatnav .dir .active a {
    color: #0092cf
}
.floatnav .dir .active .subdir li {
    display: block
}
.floatnav .dir .active .subdir li a {
    color: #151515;
    text-transform: capitalize;
    word-wrap: break-word;
    font-size: 15px
}
.floatnav .dir {
    padding: 10px auto;
    padding-left: 0!important;
    list-style-type: none;
    max-width: 250px;
    margin: 0 auto
}
.floatnav .dir a {
    color: #151515;
    text-transform: uppercase
}
.floatnav .dir>li {
    padding: 5px 0
}
.floatnav .subdir {
    list-style-type: none;
    padding-left: 15px;
    padding-right: 15px
}
.floatnav .subdir li {
    display: none
}
.floatnav .subdir li span {
    font-family: custom-font;
    font-size: 14px
}
.floatnav .openClose {
    font-size: 20px;
    padding: 10px;
    cursor: pointer;
    font-family: custom-font;
    position: absolute;
    top: 50%;
    right: 0;
    margin-right: -10px;
    margin-top: -20px
}
@media (max-width: 767px) {
    .floatnav .openClose {
        position: absolute;
        margin-top: 0;
        top: -12px;
        right: 50%
    }
}
.floatnav #pageID {
    display: none
}
.ad-gallery {
    font-size: 17px;
    font-family: Oswald;
    text-transform: uppercase
}
.ad-gallery .arrow-left,
.ad-gallery .arrow-right {
    display: none
}
.ad-gallery a {
    text-decoration: none
}
.ad-gallery.homepage-gallery {
    margin-top: -80px;
    margin-bottom: 0
}
@media (max-width: 991px) {
    .ad-gallery.homepage-gallery {
        margin-top: -85px
    }
}
@media (max-width: 767px) {
    .ad-gallery.homepage-gallery {
        margin-top: -25px
    }
}
.ad-gallery.homepage-gallery .container,
.ad-gallery.homepage-gallery .container .row {
    overflow: visible
}
.ad-gallery.homepage-gallery .ad-gallery-title {
    padding-bottom: 0
}
.ad-gallery.homepage-gallery #uipv_main_homeGalleryOptions {
    position: fixed;
    bottom: 0
}
.ad-gallery.homepage-gallery .ad-gallery-strip {
    overflow: hidden;
    background: rgba(255, 255, 255, .8);
    position: relative;
    padding: 10px 0;
    margin: 0 10px
}
@media (max-width: 767px) {
    .ad-gallery.homepage-gallery .ad-gallery-strip {
        overflow: visible
    }
}
@media (max-width: 767px) {
    .ad-gallery.homepage-gallery .ad-gallery-strip {
        margin: 0;
        padding-bottom: 17px
    }
    .ad-gallery.homepage-gallery .ad-gallery-strip .activeitem {
        padding-bottom: 8px
    }
    .ad-gallery.homepage-gallery .ad-gallery-strip .activeitem .mobilelinks {
        font-size: 16px;
        line-height: 1.1;
        color: #000;
        float: right;
        vertical-align: top
    }
    .ad-gallery.homepage-gallery .ad-gallery-strip .activeitem .mobilelinks.open {
        border: 1px solid #919191;
        border-bottom: 1px solid #fff;
        margin-bottom: -8px;
        border-radius: 3px
    }
    .ad-gallery.homepage-gallery .ad-gallery-strip .activeitem .mobilelinks .dropdown-menu {
        right: 0;
        margin-top: 0;
        padding-top: 0;
        border: 1px solid #FFF;
        border-top: 1px solid #919191;
        border-bottom: 1px solid #919191;
        border-left: 1px solid #919191;
        border-right: 1px solid #919191;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        color: #aeaeae
    }
    .ad-gallery.homepage-gallery .ad-gallery-strip .activeitem .mobilelinks .dropdown-menu a {
        font-size: 16px;
        text-align: center;
        color: #aeaeae;
        opacity: .8
    }
    .ad-gallery.homepage-gallery .ad-gallery-strip .activeitem .mobilelinks .dropdown-menu li.active a {
        color: #000;
        background-color: #FFF;
        border: 1px solid #AEAEAE;
        opacity: 1
    }
    .ad-gallery.homepage-gallery .ad-gallery-strip .activeitem .mobilelinks .dropdown-toggle {
        padding-left: 10px;
        font-size: 16px;
        vertical-align: middle
    }
    .ad-gallery.homepage-gallery .ad-gallery-strip .activeitem .mobilelinks .dropdown-toggle .caret {
        margin-left: 10px
    }
    .ad-gallery.homepage-gallery .ad-gallery-strip .activeitem .mobilelinks>a {
        font-size: 17px;
        padding-right: 10px;
        color: #000
    }
}
.ad-gallery.homepage-gallery .ad-tab-strip.pull-right {
    padding-right: 10px
}
.ad-gallery.homepage-gallery .ad-tab-strip .strip-headline {
    margin-right: 17px;
    display: inline-block
}
@media (max-width: 767px) {
    .ad-gallery.homepage-gallery .ad-tab-strip ul.tabs {
        display: none
    }
}
.ad-gallery.homepage-gallery .ad-tab-strip a {
    color: #151515;
    font-family: Oswald
}
@media (max-width: 767px) {
    .ad-gallery.homepage-gallery .ad-tab-strip a {
        line-height: 16px;
        font-size: 16px
    }
}
.ad-gallery.homepage-gallery .ad-tab-strip li.active a {
    color: #0092cf;
    font-weight: 700
}
.ad-gallery.homepage-gallery .ad-tab-strip .tabs {
    display: inline-block;
    padding-left: 0;
    margin: 0
}
.ad-gallery.homepage-gallery .ad-tab-strip .tabs li {
    display: inline-block;
    padding-right: 20px;
    cursor: pointer
}
.ad-gallery .ad-gallery-title {
    font-family: Oswald;
    margin-bottom: 25px;
    line-height: 1.1
}
.ad-gallery .ad-gallery-title .title {
    font-size: 30px
}
.ad-gallery .ad-gallery-title .sub-title {
    font-size: 33px
}
.ad-gallery .ad-gallery-strip {
    margin-bottom: 25px
}
@media (max-width: 767px) {
    .ad-gallery .ad-gallery-strip {
        margin-top: 12px;
        margin-bottom: 12px
    }
}
.ad-gallery .ad-gallery-strip .ad-tab-strip.pull-right {
    text-align: right
}
.ad-gallery .ad-gallery-strip .ad-tab-strip .strip-headline {
    margin-right: 30px;
    display: inline-block;
    font-weight: 500;
    font-size: 17px;
    color: #444
}
@media (max-width: 991px) {
    .ad-gallery .ad-gallery-strip .ad-tab-strip .strip-headline {
        margin-right: 0;
        display: block
    }
}
.ad-gallery .ad-gallery-strip .ad-tab-strip a {
    font-family: Oswald;
    color: #919191
}
@media (max-width: 767px) {
    .ad-gallery .ad-gallery-strip .ad-tab-strip a {
        line-height: 16px;
        font-size: 16px
    }
}
.active .ad-gallery .ad-gallery-strip .ad-tab-strip a {
    color: #0092cf;
    opacity: 1
}
.ad-gallery .ad-gallery-strip .ad-tab-strip li.active a {
    color: #0092cf
}
.ad-gallery .ad-gallery-strip .ad-tab-strip .tabs {
    display: inline-block;
    padding-left: 0;
    margin: 0
}
.ad-gallery .ad-gallery-strip .ad-tab-strip .tabs li {
    display: inline-block;
    padding-right: 20px;
    cursor: pointer
}
.ad-gallery .ad-gallery-strip .ad-tab-strip .tabs li a {
    font-family: Oswald;
    font-size: 17px
}
@media (max-width: 767px) {
    .ad-gallery .ad-gallery-items {
        margin-top: 20px;
        margin-bottom: 0
    }
    
}
.gallerytabitems .ad-caption-wrapper {
    background: white;
}


.gallerytabitems .ad-caption-wrapper p{
    font-size: 90%;
    font-weight: normal;
    text-transform: none;
    position: static;
    padding: 10px;
    text-align: left;
}

 .ad-gallery-item {
    position: relative;
    margin-bottom: 17px
}
 .ad-gallery-item img {
    width: 100%;
    max-height: 196px
}

.component h1 {
    color: #0092cf;
    font-size: 40px;
    line-height: 1;
    text-transform: uppercase;
}
.ad-gallery .ad-gallery-items .ad-gallery-item .ad-caption-wrapper {
    position: absolute!important;
    bottom: 0!important;
    background: rgba(255, 255, 255, .7)!important;
    left: 10px!important;
    right: 10px!important;
    text-align: center!important;
    padding: 10px 0!important;
}

.ad-gallery .ad-gallery-items .ad-gallery-item .ad-caption-wrapper a {
    color: #000;
    font-family: Oswald
}

.photo-gallery-tab  .ad-caption-wrapper .ad-gallery a {
    color: #9D9D9D;
    font-size: 18px;
    line-height: 1;
}
@media (max-width: 991px) {
    .ad-gallery .ad-gallery-items .ad-gallery-item .ad-caption-wrapper a {
        line-height: 1;
        font-size: 13px
    }
}
.ad-gallery.homepage-gallery .ad-gallery-items {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0
}
@media (max-width: 767px) {
    .ad-gallery.homepage-gallery .container-outer {
        position: relative;
        overflow: hidden;
        margin: 0;
        width: 100%;
        height: 100%
    }
    .ad-gallery.homepage-gallery .container-outer .container-inner {
        margin: 0;
        width: 3000px
    }
    .ad-gallery.homepage-gallery .container-outer .container-inner .arrow-right {
        cursor: pointer;
        display: block;
        z-index: 9;
        position: absolute;
        right: -20px;
        top: 40%;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #FFF
    }
    .ad-gallery.homepage-gallery .container-outer .container-inner .arrow-right .arrow-font {
        text-transform: none;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 20%;
        left: 20%;
        font-family: custom-font;
        background-color: #FFF
    }
    .ad-gallery.homepage-gallery .container-outer .container-inner .arrow-left {
        cursor: pointer;
        display: block;
        z-index: 9;
        position: absolute;
        left: -20px;
        top: 40%;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #FFF
    }
    .ad-gallery.homepage-gallery .container-outer .container-inner .arrow-left .arrow-font {
        text-transform: none;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 20%;
        right: 30%;
        font-family: custom-font;
        background-color: #FFF
    }
    .ad-gallery.homepage-gallery .container-outer .container-inner div.ad-gallery-item {
        max-width: 320px;
        max-height: 196px
    }
    .ad-gallery.homepage-gallery .container-outer .container-inner .active img {
        margin-left: 0
    }
   
}
@media (max-width: 991px) {
    .homepage-gallery .ad-gallery-strip .ad-tab-strip .strip-headline {
        display: inline-block;
        margin-right: 20px
    }
}
@media (max-width: 767px) {
    .homepage-gallery .ad-gallery-strip .ad-tab-strip .strip-headline {
        margin-right: 0
    }
}
.homepage-gallery .ad-gallery-strip .ad-tab-strip li.active a {
    color: #444
}
.lt-ie9 .ad-gallery.homepage-gallery .ad-gallery-strip {
    background: #fff;
    filter: alpha(opacity=80)
}
.lt-ie9 .ad-gallery .ad-gallery-items .ad-gallery-item .ad-caption-wrapper {
    background: #fff;
    filter: alpha(opacity=70)
}
.ad-general-content img {
    width: 100%
}
.ad-general-content .ad-general-content-image {
    margin-bottom: 50px;
    position: relative
}
@media (max-width: 767px) {
    .ad-general-content .ad-general-content-image {
        margin-bottom: 25px
    }
}
.ad-general-content .ad-general-content-image.ad-video-overlay:before {
    position: absolute;
    content: 'w';
    width: 40px;
    height: 40px;
    background: #dedede;
    display: block;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -20px;
    padding-left: 12px;
    padding-top: 6px;
    font-family: custom-font;
    cursor: pointer;
    border-radius: 20px;
    font-size: 20px
}
.ad-general-content .ad-gc-link-wrapper {
    background: #01acee;
    opacity: 1;
    width: 100%;
    text-align: center
}
.ad-general-content .ad-gc-link-wrapper a {
    font-size: 17px;
    font-family: Oswald;
    text-transform: uppercase;
    color: #fff;
    line-height: 38px;
    padding-left: 10px;
    text-decoration: none;
    display: block
}
.ad-general-content.img-on-left .ad-gc-img-float {
    float: right
}
.ad-general-content.img-on-left .img-left-push {
    left: 0
}
.general-content-bg-gray {
    background-color: #f3f3f3;
    padding: 50px 0;
    margin: 0
}
@media (max-width: 767px) {
    .general-content-bg-gray {
        padding: 25px 0
    }
}
.general-content-list .component {
    margin-top: 25px;
    margin-bottom: 25px
}
.general-content-list .general-content-bg-gray {
    padding: 25px 0
}
.ad-general-content-spotlight .ad-no-description {
    margin-bottom: 0!important
}
@media (max-width: 767px) {
    .ad-general-content-spotlight .description {
        padding-bottom: 15px
    }
}
.ad-general-content-spotlight .description h2 {
    font-size: 24px;
    padding-bottom: 5px;
    line-height: 24px
}
.ad-general-content-spotlight table {
    margin-top: 15px;
    margin-bottom: 15px
}
.ad-general-content-spotlight table tr {
    padding: 10px
}
@media (max-width: 991px) {
    .ad-general-content-spotlight table tr th {
        display: block;
        float: left;
        width: 95%
    }
}
.ad-general-content-spotlight table tr th img {
    width: auto
}
.ad-general-content-spotlight table tr td {
    padding: 10px
}
@media (max-width: 991px) {
    .ad-general-content-spotlight table tr td {
        display: block;
        float: left;
        width: 95%
    }
}
.ad-general-content-spotlight table tr td img {
    width: auto
}
.ad-general-content-spotlight img {
    width: 100%
}
.ad-general-content-spotlight .ad-general-content-spotlight-image {
    position: relative
}
.ad-general-content-spotlight .multi-img .ad-general-content-spotlight-image{
    margin-bottom:15px;
}
@media (max-width: 767px) {
    .ad-general-content-spotlight .ad-general-content-spotlight-image {
        margin-bottom: 15px;
        margin-top: 15px
    }
}
.ad-general-content-spotlight .ad-general-content-spotlight-heading {
    font-family: Oswald;
    font-size: 25px;
    margin-bottom: 20px
}
.ad-general-content-spotlight .ad-general-content-spotlight-heading.ad-no-description {
    margin-bottom: 0
}
@media (max-width: 767px) {
    .ad-general-content-spotlight .ad-general-content-spotlight-heading {
        font-size: 30px;
        margin-bottom: 15px
    }
}
.ad-general-content-spotlight .ad-general-content-spotlight-heading-img {
    display: block;
    margin: 0 auto;
    width: auto
}
@media (max-width: 767px) {
    .ad-general-content-spotlight .ad-general-content-spotlight-heading-img {
        max-width: 200px
    }
}
.ad-general-content-spotlight .ad-general-content-spotlight-btn {
    background: gray;
    width: 100%;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    font-family: Oswald;
    text-transform: uppercase;
    color: #fff;
    line-height: 38px;
    outline: 0;
    border: none
}
.ad-general-content-spotlight .ad-gc-spotlight-link-wrapper {
    background: #01acee;
    opacity: 1;
    width: 100%;
    text-align: center
}
.ad-general-content-spotlight .ad-gc-spotlight-link-wrapper a {
    font-size: 17px;
    font-family: Oswald;
    text-transform: uppercase;
    color: #fff;
    line-height: 38px;
    padding-left: 10px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 700;
    display: block;
    outline: 0
}
.ad-general-content-spotlight .ad-gc-spotlight-link-wrapper.linkonly {
    bottom: 0
}
.ad-general-content-spotlight.img-on-left .ad-gc-img-float {
    float: right
}
.ad-general-content-spotlight.img-on-left .img-left-push {
    left: 0
}
.with-bg {
    margin: 0;
    padding: 150px 0;
}
.with-bg.large-bg {
    position: relative;
    padding: 12% 0;
}
@media (max-width: 1024px) {
    .with-bg {
        padding: 50px 0;
    }

    .with-bg.large-bg {
        padding: 50px 0;
    }
}
/*@media (max-width: 767px) {
    .with-bg {
        padding: 50px 0;
    }

    .with-bg.large-bg {
        padding: 50px 0;
    }
}*/
.with-bg .ad-general-content-spotlight-heading {
    color: #fff;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
}
.with-bg .ad-general-content-spotlight .white-border{
    background-color: #fff;
    padding: 25px;
}
.with-bg .ad-general-content-spotlight .no-border{
    background-color: #fff;
}
.with-bg .ad-general-content-spotlight .no-border .ad-gc-img-float{
    padding: 25px 0 25px 25px;
}
.with-bg .ad-general-content-spotlight .no-border .img-left-push{
    padding: 0;
}
@media screen and (max-width: 767px) {
    .mobile-show-bg {
        width: 95%;
        margin: 0 auto;
    }
    .mobile-show-bg .img-left-push {
        padding: 0 10px!important;
    }
    .with-bg .ad-general-content-spotlight .no-border .ad-gc-img-float {
        padding-right: 25px;
    }
}
@media screen and (min-width: 768px) {
    .with-bg.small-bg .description {
        padding-right: 12.5px;
        margin-right: 12.5px;
        max-height: 183px;
        overflow-y: auto;
    }
    .with-bg .saving-tigers-content {
        padding-right: 25px;
        max-height: 500px;
        overflow-y: auto;
    }
}
@media screen and (min-width: 992px) {
    .with-bg.small-bg .description {
        max-height: 247px;
    }    
}
@media screen and (min-width: 1025px) {
    .with-bg.small-bg .description {
        max-height: 270px;
    }
}
.with-bg .tiger-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
}
@media screen and (max-width: 1530px) {
    .with-bg .tiger-overlay img {
        width: 85%;
    }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
    .with-bg .tiger-overlay img {
        width: 70%;
    }
    .with-bg .container {
        width: 95%;
    }
}
@media screen and (max-width: 767px) {
    .with-bg .tiger-overlay {
        display: none;
    }
}
.display-error {
    padding: 15px;
    top: 0;
    z-index: 9;
    background: #fff;
    margin-top: 5px;
    outline: 0;
    display: none;
    color: red;
    margin-bottom: 5px
}
.busSmall,
.carSmall,
.trainSmall {
    background: url(../images/map_icons.png) no-repeat
}
.busB,
.carB,
.trainB {
    background: url(../images/map_icons_white.png) no-repeat
}
.trainB {
    background-position: -8px -128px;
    width: 60px;
    height: 60px;
    display: inline-block;
    margin: 30px 30px 30px 35px
}
@media (max-width: 991px) {
    .trainB {
        background-position: -4px -249px;
        width: 22px;
        height: 34px;
        margin: 20px 20px 20px 28px
    }
}
.busB {
    background-position: 0 -58px;
    width: 60px;
    height: 60px;
    display: inline-block;
    margin: 30px
}
@media (max-width: 991px) {
    .busB {
        background-position: 0 -299px;
        width: 30px;
        height: 30px;
        margin: 22px 20px 20px 24px
    }
}
.carB {
    background-position: 0 0;
    width: 60px;
    height: 58px;
    display: inline-block;
    margin: 30px
}
@media (max-width: 991px) {
    .carB {
        background-position: 0 -211px;
        width: 30px;
        height: 25px;
        margin: 25px 20px 20px 24px
    }
}
.carSmall {
    background-position: 0 -211px;
    width: 30px;
    height: 25px;
    padding-bottom: 32px
}
.trainSmall {
    background-position: -4px -249px;
    width: 22px;
    height: 34px
}
.busSmall {
    background-position: 0 -299px;
    width: 30px;
    height: 30px
}
.map-component {
    position: relative
}
.map-component .tabrow {
    text-align: center;
    list-style: none;
    margin-top: -35px;
    padding: 0;
    height: 35px;
    overflow: hidden;
    font-size: 12px;
    font-family: arial;
    position: relative;
    z-index: 10
}
.map-component .tabrow-left-div {
    height: 50px;
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-top-right-radius: 0;
    margin: 0;
    padding: 0 30px
}
.map-component .tabrow-right-div {
    height: 50px;
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-top-left-radius: 0;
    margin: 0;
    padding: 0 30px
}
.map-component .tabrow div.selected {
    background: 0 0;
    color: #fff;
    font-family: Oswald;
    font-size: 17px;
    text-transform: uppercase;
    z-index: 12;
    border-top-color: #FFF;
    cursor: pointer;
    line-height: 32px
}
@media (max-width: 991px) {
    .map-component .tabrow div.selected {
        font-size: 15px
    }
}
.map-component .tabrow div.selected:before {
    position: absolute;
    left: 0;
    content: url(../images/map-button-left.png)
}
.map-component .tabrow div.selected:after {
    position: absolute;
    right: 0;
    content: url(../images/map-button-right.png)
}
.map-component .directionmap-position {
    margin-left: 40px
}
.map-component .directions-mobile-view {
    background: #fff;
    padding: 10px 0;
    margin-bottom: 2px;
    margin-top: 10px;
    cursor: pointer;
    display: none
}
.map-component .directions-mobile-view .ad-dmv-dest {
    padding: 10px 0 10px 30px
}
.map-component .directions-mobile-view .carSmall {
    margin-left: 10px
}
.map-component .directions-mobile-view .ad-gt-direction-duration {
    color: #3a84df
}
.map-component .directions-mobile-view .ad-dmv-dest {
    color: gray;
    font-family: Oswald;
    font-size: 17px
}
.map-component .map-canvas {
    height: 480px;
    width: 100%;
    position: relative
}
@media (max-width: 767px) {
    .map-component .map-canvas {
        height: 400px
    }
}
.map-component::-webkit-input-placeholder {
    font: italic 15px arial;
    color: gray
}
.map-component:-moz-placeholder {
    font: italic 15px arial;
    color: gray;
    opacity: 1
}
.map-component::-moz-placeholder {
    font: italic 15px arial;
    color: gray;
    opacity: 1
}
.map-component:-ms-input-placeholder {
    font: italic 15px arial;
    color: gray;
    opacity: 1
}
.map-component .ad-gt-highlight-travel-mode.trainSmall {
    background: url(../images/map_icons_blue.png) no-repeat;
    background-position: -4px -249px;
    width: 22px;
    height: 34px
}
.map-component .ad-gt-highlight-travel-mode.carSmall {
    background: url(../images/map_icons_blue.png) no-repeat;
    background-position: 0 -211px;
    width: 30px;
    height: 25px;
    padding-bottom: 32px
}
.map-component .ad-gt-close-map-wrapper {
    display: none;
    height: 35px;
    background-color: rgba(75, 75, 75, .8)
}
.map-component .directionmap-position .directions-temp {
    width: 400px
}
.map-component .directionmap-position .directions-temp input[type=text] {
    width: 58%
}
.map-component .directionmap-position .directions-temp button[type=submit] {
    width: 38%
}
.map-component .directions-temp {
    position: absolute;
    bottom: 25px;
    width: 580px
}
@media (max-width: 991px) {
    .map-component .directions-temp {
        width: 400px
    }
}
.map-component .directions-temp input.ad-gt-gray-botttom-border {
    border-bottom: 1px solid gray
}
.map-component .directions-temp input[type=text] {
    width: 70%;
    padding: 10px 8px 10px 20px;
    border: none;
    margin-right: 5px;
    vertical-align: top
}
@media (max-width: 991px) {
    .map-component .directions-temp input[type=text] {
        width: 65%
    }
}
@media (max-width: 767px) {
    .map-component .directions-temp input[type=text] {
        padding: 12px 0 12px 15px
    }
}
.map-component .directions-temp button[type=submit] {
    background-color: #fd0;
    width: 27%;
    padding: 8px 7px;
    border: none;
    border-radius: 0;
    font-family: Oswald;
    font-size: 17px;
    color: #000
}
@media (max-width: 991px) {
    .map-component .directions-temp button[type=submit] {
        width: 32%
    }
}
.map-component .directions-temp #directions-panel {
    height: 0;
    width: 400px;
    margin-top: 5px;
    overflow: auto
}
.map-component .directions-temp #directions-panel .adp {
    background: #fff;
    height: 120px;
    overflow-y: scroll;
    padding: 8px;
    padding-top: 0
}
@media (max-width: 767px) {
    .map-component .directions-temp #directions-panel .adp {
        display: none
    }
}
.map-component .directions-temp #directions-panel .cards-directions-inspect-steps-links {
    border-top: 1px solid #e2e2e2;
    margin-bottom: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 16px;
    padding-right: 15px;
    padding-left: 5px;
    background: #fff
}
.map-component .directions-temp #directions-panel .cards-directions-inspect-steps-links a,
.map-component .directions-temp #directions-panel .cards-directions-inspect-steps-links a:active,
.map-component .directions-temp #directions-panel .cards-directions-inspect-steps-links a:link,
.map-component .directions-temp #directions-panel .cards-directions-inspect-steps-links a:visited {
    color: #3a84df
}
.map-component .directions-temp #directions-panel .cards-directions-inspect-steps-links .cards-list-icon {
    background-image: url(../images/list.png);
    background-size: 17px 14px;
    background-repeat: no-repeat;
    background-position: left 1px;
    padding-left: 20px;
    display: inline-block;
    font-size: 12px;
    line-height: 1.7;
    font-family: Oswald;
    cursor: pointer;
    text-decoration: none
}
.map-component .directions-temp #directions-panel .cards-directions-inspect-steps-links .ad-gt-preview-steps {
    float: right;
    font-size: 12px;
    font-family: Oswald
}
.map-component .directions-temp #directions-panel .ad-gt-directions-travel-mode-switcher {
    background-color: #fff;
    height: 40px;
    border-bottom: 1px solid #d9d9d9;
    font-family: Oswald
}
.map-component .directions-temp #directions-panel .ad-gt-directions-travel-mode-switcher ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.map-component .directions-temp #directions-panel .ad-gt-directions-travel-mode-switcher ul li.active .directions-travel-mode-underline {
    display: block
}
.map-component .directions-temp #directions-panel .ad-gt-directions-travel-mode-switcher ul li {
    display: block;
    float: left;
    position: relative;
    outline: 0
}
.map-component .directions-temp #directions-panel .ad-gt-directions-travel-mode-switcher ul li .directions-travel-mode-underline {
    display: none
}
.map-component .directions-temp #directions-panel .ad-gt-directions-travel-mode-switcher ul li.ad-gt-split-icon {
    background: url(../images/dirArrow.png) no-repeat;
    background: url(../images/dirArrow.png) no-repeat;
    height: 30px;
    width: 25px;
    margin: 10px 7px 0 10px
}
.map-component .directions-temp #directions-panel .ad-gt-directions-travel-mode-switcher ul li.ad-gt-angle-right {
    font-size: 25px;
    padding-top: 3px;
    color: gray
}
.map-component .directions-temp #directions-panel .ad-gt-directions-travel-mode-switcher ul li.ad-gt-travel-mode-icon {
    margin-top: 5px;
    margin-left: 25px
}
.map-component .directions-temp #directions-panel .ad-gt-directions-travel-mode-switcher ul li.map-close-icon {
    border-left: 1px solid gray;
    float: right;
    margin: 3px 0;
    padding: 8px 12px 5px;
    cursor: pointer
}
.map-component .directions-temp #directions-panel .ad-gt-input-direction-wrapper {
    position: relative;
    display: inline-block;
    background: #fff;
    width: 100%
}
.map-component .directions-temp #directions-panel .ad-gt-input-direction-wrapper input[type=text] {
    width: 80%;
    padding-right: 10px
}
.map-component .directions-temp #directions-panel .ad-gt-input-direction-wrapper .ad-gt-icon-dot {
    background-image: url(../images/pinStart.png);
    width: 17px;
    height: 17px;
    margin: 10px 0 0 10px
}
.map-component .directions-temp #directions-panel .ad-gt-input-direction-wrapper .ad-gt-pin-icon {
    background-image: url(../images/pinDrop.png);
    width: 19px;
    height: 23px;
    margin: 7px 0 0 10px
}
.map-component .directions-temp #directions-panel .ad-gt-input-direction-wrapper .ad-gt-reverse-icon {
    position: absolute;
    right: 10px;
    top: 25px;
    background-image: url(../images/direction-icons-2.png);
    background-size: 20px 130px;
    width: 20px;
    height: 25px;
    background-position: 20px 46px;
    opacity: .6
}
@media (max-width: 767px) {
    .map-component .directions-temp #directions-panel .ad-gt-input-direction-wrapper .ad-gt-reverse-icon {
        right: 5px
    }
}
.map-component .directions-temp #directions-panel .ad-gt-input-direction-wrapper .ad-gt-connecting-dots {
    position: absolute;
    left: 7px;
    top: 24px;
    background-image: url(../images/direction-icons-2.png);
    background-size: 20px 130px;
    width: 20px;
    height: 25px;
    background-position: 24px 91px
}
.map-component .directions-temp #directions-panel .ad-gt-input-direction-wrapper .ad-gt-starting-point .ad-gt-dot-icon {
    background: transparent url(../images/direction-icons-2.png) no-repeat 0 0;
    background-size: 20px 100px;
    background-position: 18px 7px;
    width: 22px;
    height: 11px
}
.map-component .directions-temp #directions-panel .ad-gt-input-direction-wrapper .ad-gt-destination input#ad-gt-map-destination,
.map-component .directions-temp #directions-panel .ad-gt-input-direction-wrapper .ad-gt-starting-point input#map-starting-point {
    margin-left: 10px;
    margin-right: 10px;
    padding: 8px 0;
    width: 80%
}
@media (max-width: 767px) {
    .map-component .directions-temp #directions-panel .ad-gt-input-direction-wrapper .ad-gt-starting-point input#map-starting-point {
        width: 78%
    }
}
@media (max-width: 767px) {
    .map-component .directions-temp #directions-panel .ad-gt-input-direction-wrapper .ad-gt-destination input#ad-gt-map-destination {
        width: 78%
    }
}
.map-component .directions-temp #directions-panel #cards {
    padding: 6px 10px 6px 6px;
    top: 0;
    z-index: 9;
    background: #fff;
    margin-top: 5px;
    outline: 0
}
@media (max-width: 767px) {
    .map-component .directions-temp #directions-panel #cards {
        padding: 6px 10px 20px 6px;
        margin-bottom: 5px
    }
}
.map-component .directions-temp #directions-panel #cards .ad-gt-navigation-wrapper {
    padding: 10px 13px 10px 0;
    display: inline
}
.map-component .directions-temp #directions-panel #cards .ad-gt-navigation-wrapper .ad-gt-duration-summary {
    width: 100%;
    display: inline-block
}
.map-component .directions-temp #directions-panel #cards .ad-gt-navigation-wrapper .cards-directions-travel-mode-icon {
    font-size: 27px
}
.map-component .directions-temp #directions-panel #cards .ad-gt-navigation-wrapper .ad-gt-direction-duration {
    float: right;
    color: #3a84df;
    padding-top: 8px
}
.map-component .directions-temp #directions-panel #cards .ad-gt-navigation-wrapper .ad-gt-direction-summary .ad-gt-via-text {
    color: gray
}
.map-component .directions-temp #directions-panel #cards .ad-gt-navigation-wrapper .ad-gt-traffic-update .ad-gt-distance-indicator {
    float: right
}
@media (max-width: 767px) {
    .map-component .directions-temp {
        position: absolute;
        bottom: 0;
        width: 100%;
        color: gray
    }
    .map-component .directions-temp .ad-dmv-left-border {
        border-left: 1px solid gray;
        padding-left: 25px
    }
    .map-component .directions-temp #directions-panel {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-left: -10px
    }
    .map-component .directions-temp input[type=text] {
        width: 90%;
        margin-left: 5px;
        margin-bottom: 5px
    }
    .map-component .directions-temp button[type=submit] {
        width: 90%;
        margin-left: 5px
    }
    .map-component .ad-gt-close-map-wrapper {
        margin-left: 20%
    }
}
.static-directions {
    padding: 120px 0;
    position: relative
}
.static-directions a {
    outline: 0
}
@media (max-width: 767px) {
    .static-directions {
        padding: 70px 0 30px
    }
}
.static-directions .direction-icons {
    position: absolute;
    z-index: 20;
    margin-top: -100px;
    width: 100%
}
.static-directions .direction-icons ul {
    list-style: none;
    padding: 0
}
.static-directions .direction-icons ul li {
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #151515
}
.static-directions .direction-icons ul li .icon-bus-two:before,
.static-directions .direction-icons ul li .icon-car-front:before,
.static-directions .direction-icons ul li .icon-regional-railways:before {
    font-size: 115px;
    color: #fff;
    outline: 0
}
.static-directions .direction-icons ul li:first-child {
    margin-left: 5px;
    margin-right: 50px
}
.static-directions .direction-icons ul li:nth-child(2) {
    margin-right: 50px
}
.static-directions .direction-icons ul li.active {
    background: #fd0
}
.static-directions .direction-icons ul li.active .trainB {
    background: url(../images/map_icons.png) no-repeat;
    background-position: -8px -128px;
    width: 60px;
    height: 60px;
    display: inline-block;
    margin: 30px 30px 30px 35px
}
@media (max-width: 991px) {
    .static-directions .direction-icons ul li.active .trainB {
        background-position: -4px -249px;
        width: 22px;
        height: 34px;
        margin: 20px 20px 20px 28px
    }
}
@media (max-width: 767px) {
    .static-directions .direction-icons ul li.active .trainB {
        margin: 20px 20px 20px 26px
    }
}
.static-directions .direction-icons ul li.active .busB {
    background: url(../images/map_icons.png) no-repeat;
    background-position: 0 -58px;
    width: 60px;
    height: 60px;
    display: inline-block;
    margin: 30px
}
@media (max-width: 991px) {
    .static-directions .direction-icons ul li.active .busB {
        background-position: 0 -299px;
        width: 30px;
        height: 30px;
        margin: 22px 20px 20px 24px
    }
}
@media (max-width: 767px) {
    .static-directions .direction-icons ul li.active .busB {
        margin: 22px 20px 20px 22px
    }
}
.static-directions .direction-icons ul li.active .carB {
    background: url(../images/map_icons.png) no-repeat;
    background-position: 0 0;
    width: 60px;
    height: 58px;
    display: inline-block;
    margin: 30px
}
@media (max-width: 991px) {
    .static-directions .direction-icons ul li.active .carB {
        background-position: 0 -211px;
        width: 30px;
        height: 25px;
        margin: 25px 20px 20px 24px
    }
}
.static-directions .direction-panel {
    background: #e1e1e1;
    padding: 88px 0 44px;
    position: relative
}
@media (max-width: 767px) {
    .static-directions .direction-panel {
        padding: 40px 0 20px
    }
}
.static-directions .direction-panel .station-details {
    padding-bottom: 30px
}
.static-directions .direction-panel .station-details .station-name {
    margin-bottom: 14px;
    font-family: Oswald
}
@media (max-width: 991px) {
    .static-directions .direction-icons {
        margin-top: -70px
    }
    .static-directions .direction-icons ul li {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        vertical-align: top
    }
    .static-directions .direction-icons ul li:first-child {
        margin-left: 20px;
        margin-right: 30px
    }
    .static-directions .direction-icons ul li:nth-child(2) {
        margin-right: 30px
    }
}
@media (max-width: 767px) {
    .static-directions .direction-icons {
        margin-top: -70px
    }
    .static-directions .direction-icons ul li {
        width: 75px;
        height: 75px;
        border-radius: 50%
    }
    .static-directions .direction-icons ul li:first-child {
        margin-left: 10px;
        margin-right: 15px
    }
    .static-directions .direction-icons ul li:nth-child(2) {
        margin-right: 15px
    }
}
.ad-map-image {
    background-image: url(../images/map.png);
    height: 200px;
    background-position: -163px -116px;
    opacity: .6
}
.ad-download-map {
    padding-top: 70px
}
@media (max-width: 991px) {
    .ad-download-map {
        padding-top: 55px
    }
}
@media (max-width: 767px) {
    .ad-download-map {
        padding-top: 0
    }
}
.ad-download-map .downloadmap {
    background-color: #fd0;
    padding: 14px 30px;
    border: none;
    border-radius: 0;
    font-family: Oswald;
    font-size: 17px;
    color: #000
}
@media (max-width: 991px) {
    .ad-download-map .downloadmap {
        padding: 14px 20px
    }
}
#getting-there-page .page-heading {
    margin-bottom: 0
}
#getting-there-page .page-heading .static-directions {
    padding-bottom: 0
}
#getting-there-page .ad-share-panel {
    margin-top: 0;
    margin-bottom: 0
}
#getting-there-page .ad-gallery {
    margin-top: 50px
}
#getting-there-page .downloadmap {
    width: 100%
}
@media (max-width: 767px) {
    #getting-there-page .ad-share-copy {
        padding-bottom: 20px
    }
}
.ad-opening-hours {
    margin-bottom: 15px
}
.ad-opening-hours .park-logo {
    margin: 25px 0
}
.ad-opening-hours .park-header {
    margin: 25px 0 15px
}
.ad-opening-hours img {
    max-width: 100%
}
.ad-opening-hours h3 {
    text-transform: uppercase;
    font-family: Oswald
}
.ad-opening-hours .notes {
    color: #999;
    padding-top: 25px
}
.ad-opening-hours hr {
    border-color: #919191;
    margin: 0 0 10px
}
.ad-opening-hours p {
    margin: 6px 0
}
.ad-opening-hours p.hours-copy {
    padding-top: 15px;
    padding-right: 75px;
    text-align: left
}
@media (max-width: 767px) {
    .ad-opening-hours p.hours-copy {
        padding-right: 10px
    }
}
.tooltip {
    background: #fff;
    border-radius: 6px;
    z-index: 20
}
.tooltip.top .tooltip-arrow {
    bottom: -4px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 9px 0;
    border-top-color: #fff
}
.tooltip .tooltip-inner {
    padding: 5px 10px 10px;
    background-color: #add8e6;
    border-radius: 4px;
    margin: 5px 15px;
    color: #000;
    width: 440px;
    max-width: 440px;
    text-align: left
}
@media (max-width: 767px) {
    .tooltip .tooltip-inner {
        width: 220px
    }
}
ul.help-icon {
    position: absolute;
    top: 528px;
    right: 17%;
    list-style: none;
    z-index: 30;
    padding: 5px;
    border: 1px solid #fff;
    border-bottom: 0;
    margin: 0;
    display: none;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background: gray
}
@media (max-width: 991px) {
    ul.help-icon {
        right: 17%;
        top: 590px
    }
}
@media (max-width: 767px) {
    ul.help-icon {
        right: 10px;
        top: 338px
    }
}
ul.help-icon .moreinfo {
    background-image: url(../images/more-info.png);
    width: 27px;
    height: 27px;
    border-radius: 15px;
    cursor: pointer
}
.ad-im-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, .7)
}
.ad-map-invite-text {
    position: absolute;
    top: 250px;
    text-align: center;
    width: 100%;
    color: #fff;
    z-index: 12;
    font-size: 23px;
    font-family: Oswald;
    font-weight: 300
}
.ad-map-invite-text div {
    width: 255px;
    margin: 0 auto
}
.ad-map-invite-text i {
    font-size: 40px
}
@media (max-width: 991px) {
    .ad-map-invite-text {
        top: 250px
    }
}
@media (max-width: 767px) {
    .ad-map-invite-text {
        top: 120px;
        font-size: 20px
    }
}
@media all and (max-width: 699px) and (min-width: 400px) {
    .ad-map-invite-text {
        top: 120px;
        font-size: 20px
    }
}
.ad-map-overlay-arrow {
    background-image: url(../images/expand.png);
    background-repeat: no-repeat;
    height: 40px;
    background-position: center;
    margin-top: 15px
}
@media (max-width: 767px) {
    .ad-map-overlay-arrow {
        display: none
    }
}
@media (max-width: 991px) {
    .ad-map-overlay-arrow {
        margin: 10px 90px
    }
}
.ad-dreamworld-map-wrapper {
    position: relative;
    width: 100%;
    height: 480px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    overflow: hidden
}
@media (max-width: 991px) {
    .ad-dreamworld-map-wrapper {
        height: 410px;
        overflow: hidden
    }
}
@media (max-width: 767px) {
    .ad-dreamworld-map-wrapper {
        height: 200px;
        overflow: hidden
    }
}
.ad-dreamworld-map-wrapper.ad-map-height {
    height: 600px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease
}
@media (max-width: 767px) {
    .ad-dreamworld-map-wrapper.ad-map-height {
        height: 350px
    }
}
.ad-dreamworld-map-wrapper .ad-dreamworld-map {
    position: relative;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 1165px;
    width: 2427px;
    cursor: url(//maps.gstatic.com/mapfiles/openhand_8_8.cur) 8 8, default
}
.ad-dreamworld-map-wrapper .ad-dreamworld-map .ad-dw-map-overlay-button {
    position: absolute;
    color: red
}
.ad-dreamworld-map-wrapper .ad-dreamworld-map .ad-dw-map-button-text {
    background: #fff;
    padding: 5px 10px;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    min-height: 30px
}
.ad-dreamworld-map-wrapper .ad-dreamworld-map .dreamworld {
    font-size: 20px;
    color: #fff;
    background: #ff1c23;
    min-width: 30px;
    font-weight: 700;
    margin-left: -4px;
    min-height: 30px;
    padding: 0 10px;
    vertical-align: top
}
.ad-dreamworld-map-wrapper .ad-dreamworld-map .waterworld {
    font-size: 20px;
    color: #fff;
    background: #0092cf;
    font-weight: 700;
    margin-left: -4px;
    min-height: 30px;
    min-width: 30px;
    padding: 0 10px;
    vertical-align: top
}
.ad-dreamworld-map-wrapper .ad-dreamworld-map .ad-dw-button-icon {
    cursor: pointer;
    display: inline-block
}
.ad-dreamworld-map-wrapper .ad-dreamworld-map .ad-dw-button-icon:before {
    content: '+';
    font-weight: 700;
    font-family: UniversLTPro-55Roman;
    cursor: pointer
}
.ad-dreamworld-map-wrapper .ad-dreamworld-map .ad-dw-button-icon.selected:before {
    content: '-';
    font-weight: 700;
    font-family: UniversLTPro-55Roman;
    cursor: pointer
}
.ad-expand-map-wrapper {
    margin-left: 43%
}
.ad-expand-map-wrapper .ad-expand-map {
    padding: 10px 25px;
    background: #208ad2;
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-radius: 10px;
    outline: 0
}
@media (max-width: 767px) {
    .ad-expand-map-wrapper {
        margin-left: 27%
    }
}
.tabrow {
    text-align: center;
    list-style: none;
    margin-top: -35px;
    padding: 0;
    height: 35px;
    overflow: hidden;
    font-size: 12px;
    font-family: arial;
    position: relative;
    z-index: 10
}
.tabrow-left-div {
    height: 50px;
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-top-right-radius: 20px;
    margin: 0;
    padding: 0 30px
}
.tabrow-right-div {
    height: 50px;
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-top-left-radius: 20px;
    margin: 0;
    padding: 0 30px
}
.tabrow div.selected {
    background: 0 0;
    color: #fff;
    font-family: Oswald;
    font-size: 17px;
    text-transform: uppercase;
    z-index: 12;
    border-top-color: #FFF;
    cursor: pointer
}
@media (max-width: 991px) {
    .tabrow div.selected {
        font-size: 15px
    }
}
.tabrow div.selected:before {
    position: absolute;
    left: -20px;
    content: url(../images/map-button-left.png)
}
.tabrow div.selected:after {
    position: absolute;
    right: -20px;
    content: url(../images/map-button-right.png)
}
.ride-description {
    margin-top: 15px
}
.ride-description .RTEColumn {
    font-size: 15px
}
.ride-description .RTEColumn .ad-text-highlight {
    text-transform: uppercase;
    font-family: Oswald;
    display: inline
}
.ride-description .RTEColumn .ad-text-highlight img {
    padding-right: 10px
}
.ride-description .RTEColumn .ride-maitainance,
.ride-description .RTEColumn .ride-operating-hours {
    margin-top: 10px;
    margin-bottom: 25px
}
.ride-description .RTEColumn .ride-maintainance-description {
    padding-top: 5px
}
.ride-description .RTEColumn .operating-hour-img {
    background: url(../images/openingHoursB.png);
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px
}
.ride-description .RTEColumn .maintainance-img {
    background: url(../images/maintenanceB.png);
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px
}
.ride-detail .ride-title {
    margin-bottom: 25px
}
.ride-detail img {
    max-height: 120px
}
.ride-detail img.big9 {
    max-height: 93px;
    float: right
}
.ride-detail .ride-logo {
    height: 100px
}
@media (max-width: 767px) {
    .ride-detail .ride-logo {
        margin-left: 10px
    }
}
.ride-detail .ride-logo .ad-headline-1 {
    text-indent: -9999px
}
.ride-features {
    margin-bottom: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    min-height: 250px
}
@media (max-width: 991px) {
    .ride-features {
        background-position: center right;
        background-attachment: scroll;
        min-height: 200px
    }
}
@media (min-width: 980px) and (max-width: 1024px) {
    .ride-features {
        background-position: center right;
        background-attachment: scroll;
        min-height: 250px
    }
}
@media (max-width: 767px) {
    .ride-features {
        background-position: center right;
        background-attachment: scroll;
        min-height: 50px
    }
}
.ride-features .ad-feature-icons {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center
}
.ride-features .ad-feature-icons .ad-ride-feature-container {
    font-family: Oswald;
    text-transform: uppercase;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px
}
.ride-features .ad-feature-icons .ad-ride-feature-container.vertical-rise .ad-key-feature-icon .ad-feature-img-container {
    display: block;
    background: url(../images/vertical-rise.png) no-repeat;
    width: 60px;
    height: 64px;
    float: right;
    margin-left: 0;
    margin-right: 13px;
    margin-top: 25px
}
.ride-features .ad-feature-icons .ad-ride-feature-container.vertical-rise .ad-key-feature-icon .ad-feature-img-with-txt {
    width: 60px;
    display: block;
    position: absolute
}
.ride-features .ad-feature-icons .ad-ride-feature-container.vertical-rise .ad-key-feature-icon .ad-feature-img-with-txt .ad-feature-img-value {
    font-size: 47px;
    text-align: right;
    word-wrap: break-word
}
.ride-features .ad-feature-icons .ad-ride-feature-container.text-only .ad-key-feature-icon .ad-feature-img-value {
    font-size: 47px;
    text-align: center;
    word-wrap: break-word
}
.ride-features .ad-feature-icons .ad-ride-feature-container.text-only .ad-key-feature-icon .ad-feature-img-container {
    background: 0 0
}
.ride-features .ad-feature-icons .ad-ride-feature-container.image-only .ad-key-feature-icon {
    padding-top: 15px
}
.ride-features .ad-feature-icons .ad-ride-feature-container.image-only .ad-key-feature-icon.ad-key-feature-bg-white .ad-feature-img-container.low {
    background: url(../images/lowThrillLargeY.png) no-repeat;
    height: 90px;
    width: 90px;
    background-size: contain;
    margin-left: 16px
}
.ride-features .ad-feature-icons .ad-ride-feature-container.image-only .ad-key-feature-icon.ad-key-feature-bg-white .ad-feature-img-container.max {
    background: url(../images/highThrillLargeY.png) no-repeat;
    height: 90px;
    width: 90px;
    background-size: contain;
    margin-left: 16px
}
.ride-features .ad-feature-icons .ad-ride-feature-container.image-only .ad-key-feature-icon.ad-key-feature-bg-white .ad-feature-img-container.moderate {
    background: url(../images/moderateThrillLargeY.png) no-repeat;
    height: 90px;
    width: 90px;
    background-size: contain;
    margin-left: 16px
}
.ride-features .ad-feature-icons .ad-ride-feature-container.image-only .ad-key-feature-icon.ad-key-feature-bg-black .ad-feature-img-container.low {
    background: url(../images/lowThrillLargeR.png) no-repeat;
    height: 90px;
    width: 90px;
    background-size: contain;
    margin-left: 15px
}
.ride-features .ad-feature-icons .ad-ride-feature-container.image-only .ad-key-feature-icon.ad-key-feature-bg-black .ad-feature-img-container.max {
    background: url(../images/highThrillLargeR.png) no-repeat;
    height: 90px;
    width: 90px;
    background-size: contain;
    margin-left: 15px
}
.ride-features .ad-feature-icons .ad-ride-feature-container.image-only .ad-key-feature-icon.ad-key-feature-bg-black .ad-feature-img-container.moderate {
    background: url(../images/moderateThrillLargeR.png) no-repeat;
    height: 90px;
    width: 90px;
    background-size: contain;
    margin-left: 15px
}
.ride-features .ad-feature-icons .ad-ride-feature-container.text-with-image .ad-key-feature-icon.ad-key-feature-bg-black .ad-feature-img-container {
    display: inline-block;
    background: url(../images/height-white.png) no-repeat;
    width: 52px;
    height: 64px;
    float: left;
    margin-left: 15px
}
.ride-features .ad-feature-icons .ad-ride-feature-container.text-with-image .ad-key-feature-icon.ad-key-feature-bg-white .ad-feature-img-container {
    display: inline-block;
    background: url(../images/ride_height.png) no-repeat;
    width: 52px;
    height: 64px;
    float: left;
    margin-left: 15px
}
.ride-features .ad-feature-icons .ad-ride-feature-container.text-with-image .ad-key-feature-icon .ad-feature-img-with-txt {
    width: 60px;
    display: inline
}
.ride-features .ad-feature-icons .ad-ride-feature-container.text-with-image .ad-key-feature-icon .ad-feature-img-with-txt .ad-feature-img-value {
    font-size: 26px;
    text-align: left;
    word-wrap: break-word;
    padding-top: 12px
}
.ride-features .ad-feature-icons .ad-ride-feature-container.text-with-image .ad-key-feature-icon .ad-feature-img-with-txt .ad-feature-unit {
    float: left;
    padding-left: 0;
    padding-top: 1px
}
.ride-features .ad-feature-icons .ad-ride-feature-container .ad-key-feature-icon {
    border-radius: 50%;
    padding-top: 30px;
    width: 120px;
    text-align: center;
    height: 120px;
    line-height: 1;
    color: #fff
}
.ride-features .ad-feature-icons .ad-ride-feature-container .ad-key-feature-icon.ad-key-feature-bg-black {
    background: #151515;
    color: #fff
}
.ride-features .ad-feature-icons .ad-ride-feature-container .ad-key-feature-icon.ad-key-feature-bg-white {
    background: #fff;
    color: #000
}
.ride-features .ad-feature-icons .ad-ride-feature-container .ad-key-feature-icon .ad-feature-value {
    font-size: 46px
}
.ride-features .ad-feature-icons .ad-ride-feature-container .ad-key-feature-icon .ad-feature-unit {
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px
}
.ride-features .ad-feature-icons .ad-ride-feature-container .ad-key-feature-name {
    font-size: 17px;
    text-align: center;
    padding-top: 10px;
    color: #fff
}
@media (max-width: 991px) {
    .ride-features .ad-feature-icons .ad-ride-feature-container {
        margin-left: 20px;
        margin-right: 20px
    }
}
@media (max-width: 767px) {
    .ride-features .ad-feature-icons .ad-ride-feature-container {
        font-family: Oswald;
        text-transform: uppercase;
        margin: 10px 0
    }
    .ride-features .ad-feature-icons .ad-ride-feature-container .ad-key-feature-icon .ad-feature-value {
        font-size: 46px
    }
    .ride-features .ad-feature-icons .ad-ride-feature-container .ad-key-feature-icon .ad-feature-unit {
        font-size: 15px;
        padding-left: 10px;
        padding-righr: 10px
    }
}
@media (max-width: 767px) {
    .ride-detail {
        margin-bottom: 0;
        margin-top: 0
    }
    .ride-detail .ride-title .ride-title-header {
        padding-left: 0
    }
    .ride-detail .ride-title .ad-headline-1 {
        margin-bottom: 5px
    }
}
.side-col .ad-login_share {
    padding-top: 100px;
    text-align: center;
    padding-left: 30px;
    padding-right: 37px;
    background-size: contain;
    background-repeat: no-repeat
}
.side-col .ad-login_share .heading {
    background-color: #036690;
    color: #fff;
    padding: 10px;
    font-size: 22px
}
.side-col .ad-login_share .content {
    padding-top: 40px;
    padding-left: 25px;
    text-align: left;
    text-transform: uppercase;
    color: #fff
}
.side-col .ad-login_share .content a.sendtomobile,
.side-col .ad-login_share .content a.shareplan {
    position: relative
}
.side-col .ad-login_share .content .btn {
    margin-bottom: 45px
}
.side-col .ad-login_share .content .btn.btn-fb {
    font-size: 17px;
    margin-top: 16px
}
.side-col .ad-login_share .content .ad-headline-1 {
    margin-bottom: 10px;
    font-size: 40px
}
.side-col .ad-login_share .content .ad-headline-2 {
    font-size: 22px
}
.side-col .ad-login_share .content .sign-in-below {
    color: #ADDDF1
}
.side-col .ad-login_share .content.loggedin {
    background-size: 100% 100%;
    padding: 10px;
    padding-bottom: 56px
}
.side-col .ad-login_share .content.loggedin .btn {
    margin-bottom: 10px;
    border: 1px solid #0f496c;
    padding-left: 20px;
    text-align: left
}
.side-col .ad-login_share .content.loggedin .btn i {
    font-size: 37px;
    margin-top: -10px;
    position: absolute;
    right: 5px;
    vertical-align: middle
}
@media (max-width: 991px) {
    .side-col .ad-login_share .content.loggedin .btn i {
        font-size: 22px;
        margin-top: -3px
    }
}
.side-col .ad-login_share .content.notloggedin {
    background-size: 100% 100%
}
.side-col .custom-select-box {
    width: 90%;
    float: right;
    overflow: hidden;
    border-right: 1px solid #dedede;
    margin-top: 50px;
    margin-right: 20px
}
.side-col .custom-select-box .suggested_plans {
    width: 106%;
    height: 50px;
    text-transform: uppercase;
    font-size: 17px;
    border-radius: 0;
    font-family: Oswald;
    margin-right: 10px;
    font-weight: 600;
    background: url(../images/arrow-down2.png) no-repeat right;
    background-size: 27px;
    background-position: 90%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
@media (max-width: 991px) {
    .side-col .custom-select-box .suggested_plans {
        font-size: 16px;
        height: 45px
    }
}
@media (max-width: 767px) {
    .side-col .custom-select-box .suggested_plans {
        font-size: 14px
    }
}
@media (max-width: 991px) {
    .side-col .ad-login_share {
        padding-top: 73px;
        padding-left: 21px;
        padding-right: 27px
    }
    .side-col .ad-login_share .content {
        padding-top: 20px;
        padding-left: 13px
    }
    .side-col .ad-login_share .content .btn.btn-fb {
        font-size: 13px
    }
    .side-col .ad-login_share .content .ad-headline-1 {
        font-size: 31px
    }
    .side-col .ad-login_share .content .ad-headline-2 {
        font-size: 17px
    }
    .side-col .custom-select-box {
        width: 93%;
        margin-right: 10px
    }
    .side-col .custom-select-box .suggested_plans {
        margin-right: 0
    }
}
@media (max-width: 767px) {
    .side-col {
        padding: 0
    }
    .side-col .ad-login_share {
        background-image: none!important;
        width: 100%;
        padding: 0
    }
    .side-col .ad-login_share .continue-link {
        display: block;
        font-family: UniversLTPro-55Roman;
        font-size: 11px;
        color: #ADDDF1
    }
    .side-col .ad-login_share .content {
        text-align: center;
        padding: 50px 0
    }
    .side-col .ad-login_share .content .ad-headline-2 {
        font-size: 33px
    }
    .side-col .ad-login_share .content .btn.btn-fb {
        font-size: 24px
    }
    .side-col .ad-login_share .content .ad-headline-1 {
        font-size: 54px
    }
    .side-col .ad-login_share .content .sign-in-below {
        color: #ADDDF1
    }
    .side-col .ad-login_share .content.notloggedin {
        background: url(../images/send-sms-bg.jpg);
        background-size: 100% 100%
    }
    .side-col .custom-select-box {
        width: 99%;
        margin-right: 2px;
        margin-top: 2px
    }
    .side-col .custom-select-box .suggested_plans {
        margin: 0
    }
}
.modal .modal-dialog {
    margin-top: 50px
}
.modal .modal-footer {
    display: none
}
.modal .modal-content {
    font-family: Oswald;
    font-size: 14px;
    background: #dedede;
    border-radius: 0;
    border: 0
}
.modal .modal-content .modal-header {
    border-bottom: 0
}
.modal .modal-content .modal-header .close {
    background: #919191;
    border: 0;
    font-family: UniversLTPro-55Roman;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 20px;
    line-height: .3;
    position: absolute;
    top: -16px;
    right: 6px
}
.modal .modal-content .modal-header .modal-title {
    font-family: Oswald;
    font-size: 25px
}
.modal .modal-content .modal-body {
    padding: 0;
    padding-bottom: 10px
}
.modal .modal-content .modal-body .ad-cr-left-arrow,
.modal .modal-content .modal-body .ad-cr-right-arrow {
    position: absolute;
    cursor: pointer;
    top: 50%;
    right: 80px;
    font-size: 26px;
    margin-top: -15px;
    border: 2px solid #FFF;
    border-radius: 16px;
    width: 32px;
    height: 32px;
    color: #FFF;
    z-index: 5;
    padding: 0;
    line-height: 1;
    padding-left: 2px
}
@media (max-width: 767px) {
    .modal .modal-content .modal-body .ad-cr-left-arrow,
    .modal .modal-content .modal-body .ad-cr-right-arrow {
        right: 0
    }
}
.modal .modal-content .modal-body .ad-cr-left-arrow {
    right: auto;
    left: 80px
}
@media (max-width: 767px) {
    .modal .modal-content .modal-body .ad-cr-left-arrow {
        left: 0
    }
}
.modal .modal-content .modal-body .ad-slide {
    position: relative;
    width: 360px
}
@media (max-width: 767px) {
    .modal .modal-content .modal-body .ad-slide {
        width: 230px
    }
}
.modal .modal-content .modal-body .ad-slide:after {
    opacity: .7;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    background: #000
}
.modal .modal-content .modal-body .ad-slide.slick-center:after {
    display: none
}
.modal .modal-content .modal-body .ad-slide img {
    width: 100%
}
.modal .modal-content .modal-body .ad-slide .ad-carousel-slidecontent {
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}
@media (max-width: 767px) {
    .modal .modal-content .modal-body .ad-slide .ad-carousel-slidecontent {
        position: relative
    }
}
.modal-backdrop {
    background: rgba(0, 0, 0, .8)
}
.ad-newsletter-signup {
    background-color: #eaf6fd;
    /*margin-bottom: 20px;*/
    padding: 34px;
}
.home-page .ad-newsletter-signup {
  background: transparent;
}
[class*=" icon-"]::before, [class^="icon-"]::before {
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    font-family: custom-font !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: 400 !important;
    line-height: 1;
    text-transform: none !important;
}
.ad-newsletter-signup .newsletterdiv input {
    width: 60%;
    border: 1px solid #151515;
    padding: 15px;
    margin-bottom: 5px;
    font-family: Oswald;
    -webkit-appearance: none;
    border-radius: 0
}
.ad-newsletter-signup .largenewsletterdiv input {
    width: 45%;
    border: 1px solid #151515;
    padding: 15px;
    margin-bottom: 5px;
    font-family: Oswald;
    -webkit-appearance: none;
    border-radius: 0
}

/* Fix for subscribe form on webkit browsers */
.ad-newsletter-signup .largenewsletterdiv input[type="radio"] {
  -webkit-appearance: radio !important;
  height: 16px;
  width: 16px;
}
.ad-newsletter-signup .largenewsletterdiv input[type="checkbox"] {
    width: 5%;
}
.ad-newsletter-signup ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
@media (max-width: 991px) {
    .ad-newsletter-signup input {
        width: 80%
    }
    .ad-newsletter-signup .largenewsletterdiv input[type="checkbox"] {
        width: 5%;
    }
}
.ad-newsletter-signup .newsletterdiv .newsEmailInput,
.ad-newsletter-signup .largenewsletterdiv .newsMobileInput,
.ad-newsletter-signup .largenewsletterdiv .newsPostcodeInput,
.ad-newsletter-signup .largenewsletterdiv .newsSuburbPostcodeInput,
.ad-newsletter-signup .largenewsletterdiv .newsDOBInput,
.ad-newsletter-signup .largenewsletterdiv .newsCountryInput {
    border: 1px solid #cbcbcb
}

.ad-newsletter-signup .largenewsletterdiv .content .newsRadio label {
    display: block;
    width: 10%;
}

.ad-newsletter-signup .largenewsletterdiv .newsEmailInput,
.ad-newsletter-signup .largenewsletterdiv .newsFirstNameInput,
.ad-newsletter-signup .largenewsletterdiv .newsFullNameInput,
.ad-newsletter-signup .largenewsletterdiv .newsLastNameInput {
    border: 1px solid #cbcbcb;
}
.ad-newsletter-signup .ad-newsletter-subscribe {
    margin-left: 8px;
}
.ad-newsletter-signup .button { margin-top: 35px; }
.ad-newsletter-signup .button p {
    font-size: 12px;
    margin: 30px 0 0 8px;
    opacity: 0.3;
}

.ad-newsletter-signup .loader {
    display: none;
    position: absolute;
    right: 10px;
    top: 10px
}

label {
    display: inline-flex;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 100%;
}

input[type="checkbox"], input[type="radio"] {
    line-height: normal;
    margin-right: 10px;
}
@media (max-width: 767px) {
    .ad-newsletter-signup .loader {
        right: 30px;
        top: 45px
    }
}
.ad-newsletter-signup .newsletterFaildiv {
    color: red;
    display: none;
    margin-left: 150px;
    font-family: Oswald;
    padding: 10px 0
}
@media (max-width: 767px) {
    .ad-newsletter-signup .newsletterFaildiv {
        margin-left: 0
    }
}
.ad-newsletter-signup .btn-transparent-black {
    background: black none repeat scroll 0 0;
    border-color: #000;
    color: white;
    display: inline;
    font-family: Oswald;
    padding: 13px 65px;
    vertical-align: baseline;
}

.ad-newsletter-signup .content .btn-transparent-black {
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
    .ad-newsletter-signup .btn-transparent-black {
        border-color: #151515;
        color: #151515
    }
}
.ad-newsletter-signup .label-text {
    display: inline-block;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-top: 15px;
}
.ad-newsletter-signup .label-text .icon-mail-bubble {
    font-size: 27px;
    vertical-align: top;
    color: #fff
}
.passholder-query {
    margin-top: 10px;
}
@media (max-width: 767px) {
    .ad-newsletter-signup .label-text .icon-mail-bubble {
        font-size: 27px;
        color: #151515
    }
}
.ad-newsletter-signup .label-text .ad-cr-newsletter-label {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    vertical-align: top
}
.ad-newsletter-signup .largenewsletterdiv .label-text .ad-cr-newsletter-label {
    color: #000;
}

@media (max-width: 767px) {
    .ad-newsletter-signup .label-text .ad-cr-newsletter-label {
        color: #151515
    }
}
.ad-newsletter-signup .ad-newsletter-subscribed {
    color: #999;
    border-bottom: 1px solid #999;
    padding-bottom: 0;
    padding-top: 10px;
    font-family: Oswald;
    font-size: 17px;
    vertical-align: bottom;
    height: 43px
}
@media (max-width: 767px) {
    .ad-newsletter-signup .ad-newsletter-subscribed {
        color: #151515;
        height: auto
    }
}
.ad-newsletter-signup .ad-newsletter-subscribed .label-text {
    padding-top: 0
}
.ad-newsletter-signup .ad-newsletter-subscribed .confirmation-text {
    text-align: center;
    margin-top: 5px
}
@media (max-width: 767px) {
    .ad-newsletter-signup .ad-newsletter-subscribed .confirmation-text {
        margin-bottom: 20px;
        margin-top: 5px
    }
}
@media (max-width: 991px) {
    .ad-newsletter-signup {
        padding-bottom: 40px
    }
    .ad-newsletter-signup .content {
        padding: 0
    }
    .ad-newsletter-signup .content .btn-transparent-black {
        padding: 15px 30px
    }
    .ad-newsletter-signup .content .ad-newsletter-subscribed {
        color: #151515
    }
    .ad-newsletter-signup .content .label-text {
        padding-top: 0
    }
    .ad-newsletter-signup .newsletterdiv .content input {
        width: 52%
    }
    .ad-newsletter-signup .largenewsletterdiv .content input {
        width: 80%
    }
    .ad-newsletter-signup .largenewsletterdiv input[type="checkbox"] {
        width: 5%;
    }
}
@media (max-width: 991px) and (max-width: 767px) {
    .ad-newsletter-signup .newsletterdiv {
        padding-bottom: 0
    }
    .ad-newsletter-signup .largenewsletterdiv {
        padding-bottom: 0
    }
}
@media (max-width: 991px) and (max-width: 767px) {
    .ad-newsletter-signup .content .label-text {
        display: block
    }
}
@media (max-width: 767px) {
    .ad-newsletter-signup .newsletterdiv .content {
        margin-bottom: 10px
    }
    .ad-newsletter-signup .largenewsletterdiv .content {
        margin-bottom: 0
    }
    .ad-newsletter-signup .newsletterdiv .content input {
        width: 56%;
        margin-right: 5px
    }
    .ad-newsletter-signup .largenewsletterdiv .content input {
        width: 90%;
        margin-right: 5px
    }
    .ad-newsletter-signup .largenewsletterdiv input[type="checkbox"] {
        width: 5%;
    }
    .ad-newsletter-signup .content .btn-transparent-black {
        padding: 15px 10px 15px 5px
    }
}
@media (max-width: 767px) and (max-width: 991px) {
    .ad-newsletter-signup .content input {
        margin-right: 0
    }
}
.lt-ie9 .ad-newsletter-signup input {
    width: 58%;
    padding: 14px
}
.page-heading .headerwithimage {
    text-indent: -9999px;
    margin: 0 auto;
    margin-bottom: 30px;
    height: 150px
}
@media (max-width: 991px) {
    .page-heading .headerwithimage {
        height: 100px
    }
}
@media (max-width: 767px) {
    .page-heading .headerwithimage {
        height: 100px
    }
}
.page-heading .ad-no-description {
    margin-bottom: 0!important
}
.page-heading .ad-page-link-wrapper {
    background: #01acee;
    opacity: 1;
    width: 100%;
    text-align: center
}
.page-heading .ad-page-link-wrapper a {
    font-size: 17px;
    font-family: Oswald;
    text-transform: uppercase;
    color: #fff;
    line-height: 38px;
    /*padding-left:10px;*/
    text-decoration: none;
    cursor: pointer;
    font-weight: 700;
    display: block;
    outline: 0
}
@media (max-width: 991px) {
    .page-heading .ad-page-image a img {
        width: 100%
    }
}
.ad-cta-panel {
    font-family: Oswald;
    background: url(../images/yellow-panel-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0
}
.ad-cta-panel .ad-panel-wrapper {
    padding: 25px 10px;
    position: relative;
    vertical-align: middle
}
@media (max-width: 767px) {
    .ad-cta-panel .ad-panel-wrapper {
        padding: 10px 0 0
    }
}
.ad-cta-panel .ad-panel-wrapper .ad-panel-content {
    position: relative;
    padding: 0;
    width: 100%;
    vertical-align: middle
}
.ad-cta-panel .ad-panel-wrapper .ad-panel-content .ad-panel-logo {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle
}
@media (max-width: 767px) {
    .ad-cta-panel .ad-panel-wrapper .ad-panel-content .ad-panel-logo {
        display: block;
        float: right;
        padding-right: 15px;
        padding-bottom: 5px
    }
}
.ad-cta-panel .ad-panel-wrapper .ad-panel-content .ad-panel-logo img {
    max-width: 135px;
    vertical-align: middle
}
@media (max-width: 991px) {
    .ad-cta-panel .ad-panel-wrapper .ad-panel-content .ad-panel-logo img {
        max-width: 120px
    }
}
@media (max-width: 767px) {
    .ad-cta-panel .ad-panel-wrapper .ad-panel-content .ad-panel-logo img {
        max-width: 100px;
        margin: 0
    }
}
.ad-cta-panel .ad-panel-wrapper .ad-panel-content .ad-rte-content {
    display: inline-block;
    width: 66%;
    vertical-align: middle;
    line-height: 1.2;
    padding-left: 10px
}
.ad-cta-panel .ad-panel-wrapper .ad-panel-content.has-clock .ad-rte-content{
  width: 50%;
}
.ad-cta-panel .ad-panel-wrapper .ad-panel-content.has-clock .ad-rte-content .ad-two-col:first-child{
  width: 100%;
}
.ad-cta-panel .ad-panel-wrapper .ad-panel-content.has-clock .ad-panel-clock{
  width: 50%;
  float: right;
}

@media (max-width: 768px){
  .ad-cta-panel .ad-panel-wrapper .ad-panel-content.has-clock .ad-rte-content,
  .ad-cta-panel .ad-panel-wrapper .ad-panel-content.has-clock .ad-panel-clock{
    width: 100%;
    text-align: center;
  }
}
.ad-cta-panel .ad-panel-wrapper .ad-panel-content .ad-rte-content br {
    display: none
}
.ad-cta-panel .ad-panel-wrapper .ad-panel-content .ad-rte-content a {
    font-family: Oswald;
    display: inline-block;
    text-decoration: none
}
.ad-cta-panel .ad-panel-wrapper .ad-panel-content .ad-rte-content .row {
    margin-left: 0;
    margin-right: 0
}
.ad-cta-panel .ad-panel-wrapper .ad-panel-content .ad-rte-content p {
    margin-bottom: 0
}
@media (max-width: 767px) {
    .ad-cta-panel .ad-panel-wrapper .ad-panel-content .ad-rte-content p {
        margin-left: 0;
        margin-bottom: 10px
    }
}
@media (max-width: 991px) {
    .ad-cta-panel .ad-panel-wrapper .ad-panel-content .ad-rte-content {
        width: 82%
    }
}
@media (max-width: 767px) {
    .ad-cta-panel .ad-panel-wrapper .ad-panel-content .ad-rte-content {
        width: 100%;
        padding: 0 10px 10px 0
    }
}
.ad-cta-panel .ad-panel-wrapper .ad-panel-content .ad-rte-content .RTEColumn .ad-two-col:last-child {
    width: 25%;
    padding-left: 0
}
@media (max-width: 767px) {
    .ad-cta-panel .ad-panel-wrapper .ad-panel-content .ad-rte-content .RTEColumn .ad-two-col:last-child {
        width: 100%
    }
}
.ad-cta-panel .ad-panel-wrapper .ad-panel-content .ad-rte-content .RTEColumn .ad-two-col:first-child {
    width: 75%;
    padding-right: 35px;
    padding-left: 0
}
@media (max-width: 991px) {
    .ad-cta-panel .ad-panel-wrapper .ad-panel-content .ad-rte-content .RTEColumn .ad-two-col:first-child {
        padding-right: 30px
    }
}
@media (max-width: 767px) {
    .ad-cta-panel .ad-panel-wrapper .ad-panel-content .ad-rte-content .RTEColumn .ad-two-col:first-child {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 20px
    }
}
.ad-cta-panel .ad-panel-wrapper .ad-panel-content .ad-rte-content .RTEColumn .ad-two-col p {
    padding: 0;
    margin: 0
}
.ad-cta-panel .ad-panel-wrapper .ad-panel-content .ad-rte-content .ad-two-col:last-child {
    width: 25%;
    padding-left: 0
}
@media (max-width: 767px) {
    .ad-cta-panel .ad-panel-wrapper .ad-panel-content .ad-rte-content .ad-two-col:last-child {
        width: 100%
    }
}
.ad-cta-panel .ad-panel-wrapper .ad-panel-content .ad-rte-content .ad-two-col:first-child {
    width: 75%;
    padding-right: 35px;
    padding-left: 0
}
@media (max-width: 991px) {
    .ad-cta-panel .ad-panel-wrapper .ad-panel-content .ad-rte-content .ad-two-col:first-child {
        padding-right: 30px
    }
}
@media (max-width: 767px) {
    .ad-cta-panel .ad-panel-wrapper .ad-panel-content .ad-rte-content .ad-two-col:first-child {
        width: 100%;
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 0
    }
}
.ad-cta-panel .ad-panel-wrapper .ad-panel-content .ad-rte-content .ad-two-col p {
    padding: 0;
    margin: 0
}
@media (max-width: 767px) {
    .ad-cta-panel .ad-panel-wrapper .ad-panel-content .ad-rte-content {
        padding-left: 10px;
        padding-right: 10px
    }
}
.ad-cta-panel .ad-panel-wrapper .ad-panel-content .ad-rte-content .ad-panel-button-parkMap {
    display: inline-block;
    margin-top: 7px
}
.ad-cta-panel .ad-panel-wrapper .ad-panel-content .ad-rte-content .ad-panel-button-parkMap a {
    line-height: 17px;
    font-size: 17px
}
@media (max-width: 991px) {
    .ad-cta-panel .ad-panel-wrapper .ad-panel-content .ad-rte-content .ad-panel-button-parkMap {
        margin-left: -14px
    }
}
@media (max-width: 767px) {
    .ad-cta-panel .ad-panel-wrapper .ad-panel-content .ad-rte-content .ad-panel-button-parkMap {
        margin-left: 0;
        width: 100%
    }
    .ad-cta-panel .ad-panel-wrapper .ad-panel-content .ad-rte-content .ad-panel-button-parkMap>div {
        width: 100%
    }
}
@media (max-width: 767px) {
    .ad-cta-panel .ad-panel-wrapper .ad-panel-content .ad-rte-park {
        padding-left: 0!important;
        padding-right: 0!important;
        margin-left: -10px!important;
        margin-right: -10px!important
    }
    .ad-cta-panel .ad-panel-wrapper .ad-panel-content .ad-rte-park .ad-two-col {
        padding-right: 10px!important;
        padding-left: 10px!important
    }
}
.ad-cta-panel .ad-panel-wrapper .ad-panel-no-logo {
    padding-right: 0;
    padding-left: 0
}
.ad-cta-panel .ad-panel-wrapper .ad-panel-no-logo .ad-rte-content {
    width: 82%;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 0;
    vertical-align: middle
}
@media (max-width: 991px) {
    .ad-cta-panel .ad-panel-wrapper .ad-panel-no-logo .ad-rte-content {
        width: 100%
    }
}
@media (max-width: 767px) {
    .ad-cta-panel .ad-panel-wrapper .ad-panel-no-logo .ad-rte-content {
        padding-left: 10px
    }
}
.ad-cta-panel .ad-panel-wrapper .ad-panel-no-logo .ad-rte-content .ad-two-col {
    padding: 0
}
.ad-cta-panel .ad-panel-wrapper .ad-panel-no-button .ad-rte-content {
    width: 100%
}
.ad-cta-panel .ad-panel-wrapper .ad-panel-button {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: inline-block;
    right: 0
}
@media (max-width: 991px) {
    .ad-cta-panel .ad-panel-wrapper .ad-panel-button {
        position: relative;
        float: right;
        padding-right: 35px;
        margin-top: 10px
    }
}
@media (max-width: 767px) {
    .ad-cta-panel .ad-panel-wrapper .ad-panel-button {
        position: relative;
        margin-top: 0;
        right: 0;
        text-align: center;
        float: none;
        display: block;
        padding-right: 0
    }
}
@media (max-width: 991px) {
    .ad-cta-panel .ad-panel-wrapper .ad-panel-button .btn {
        float: right
    }
}
@media (max-width: 767px) {
    .ad-cta-panel .ad-panel-wrapper .ad-panel-button .btn {
        float: none;
        width: 100%
    }
}
.ad-cta-panel .ad-panel-wrapper .ad-panel-button .btn a {
    border-radius: 0;
    font-size: 17px;
    text-decoration: none
}
.ad-cta-panel .ad-panel-button-aligned {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: inline-block;
    right: 0
}
@media (max-width: 767px) {
    .ad-cta-panel .ad-panel-button-aligned {
        position: relative;
        margin-top: 0;
        right: 0;
        text-align: center;
        float: none;
        display: block;
        padding-right: 0
    }
}
@media (max-width: 767px) {
    .ad-cta-panel .ad-panel-button-aligned .btn {
        float: none;
        width: 100%
    }
}
.ad-cta-panel .ad-panel-button-aligned .btn a {
    border-radius: 0;
    font-size: 17px;
    text-decoration: none
}
.ad-cta-panel .ad-rte-with-logo {
    width: 65%!important
}
@media (max-width: 991px) {
    .ad-cta-panel .ad-rte-with-logo {
        width: 56%!important
    }
}
@media (max-width: 767px) {
    .ad-cta-panel .ad-rte-with-logo {
        width: 100%!important
    }
}
.ad-cta-panel .ad-rte-without-logo {
    padding-left: 0!important;
    width: 72%!important
}
@media (max-width: 991px) {
    .ad-cta-panel .ad-rte-without-logo {
        width: 72%!important
    }
}
@media (max-width: 767px) {
    .ad-cta-panel .ad-rte-without-logo {
        padding-left: 10px!important;
        width: 100%!important
    }
}
.ad-cta-panel .ad-panel-text-center {
    width: 60%!important;
    margin: 0 auto
}
.ad-cta-panel .ad-panel-text-center .ad-rte-content {
    width: 100%!important
}
.quote-panel {
    color: #fff;
    font-family: Oswald;
    position: relative;
    padding: 0;
    width: 100%;
    background-color: #7d7d7d
}
.quote-panel .quote-area {
    padding-top: 40px;
    padding-bottom: 40px
}
.quote-panel .quote-area .quote-copy {
    font-size: 40px;
    position: relative;
    text-align: left;
    width: 680px;
    word-wrap: break-word;
    text-indent: 40px;
    display: block
}
.quote-panel .quote-area .quote-copy:before {
    content: "\201C";
    font-size: 100px;
    position: absolute;
    left: -40px;
    margin-top: -30px;
    display: block
}
.quote-panel .quote-area .quote-copy:after {
    content: "\201D";
    font-size: 40px
}
.quote-panel .quote-area .quote-author {
    display: block;
    font-size: 18px;
    font-style: normal;
    margin-top: 5px
}
.quote-panel .quote-area .quote-section-name {
    color: #151515;
    font-size: 33px;
    position: absolute;
    bottom: 10px
}
@media (max-width: 767px) {
    .quote-panel .quote-area {
        padding-bottom: 0;
        padding-top: 0
    }
    .quote-panel .quote-area .quote-copy {
        font-size: 25px;
        position: relative;
        text-align: left;
        width: 90%;
        margin-right: 0;
        margin-left: 10px
    }
    .quote-panel .quote-area .quote-copy .quote-content:before {
        font-size: 50px;
        margin-left: -20px;
        margin-top: -10px
    }
    .quote-panel .quote-area .quote-copy .quote-content:after {
        font-size: 25px
    }
    .quote-panel .quote-area .quote-copy .quote-cite {
        font-size: 13px
    }
    .quote-panel .quote-section-name {
        color: #151515;
        font-size: 32px;
        left: 0;
        position: relative;
        top: 0
    }
}
.ad-four-col {
    width: 25%;
    float: left;
    padding: 0 10px;
    display: inline-block
}
.ad-two-col {
    width: 50%;
    float: left;
    padding: 0 10px;
    display: inline-block
}
.ad-three-col {
    width: 33.33%;
    float: left;
    padding: 0 10px;
    display: inline-block
}
.ad-seventy-percent {
    width: 70%;
    float: left;
    padding: 0 10px;
    display: inline-block
}
.ad-thirty-percent {
    width: 30%;
    float: left;
    padding: 0 10px;
    display: inline-block
}
.ad-text-bold,
.ad-text-footer-brown,
.ad-text-footer-white,
.ad-text-header-brown,
.ad-text-header-white {
    display: block
}
.ad-text-bold a,
.ad-text-footer-brown a,
.ad-text-footer-white a,
.ad-text-header-brown a,
.ad-text-header-white a {
    font-family: Oswald;
    display: inline-block;
    text-decoration: none
}
.ad-text-footer-brown,
.ad-text-footer-brown a,
.ad-text-footer-white,
.ad-text-footer-white a,
.ad-text-header-brown,
.ad-text-header-brown a,
.ad-text-header-white,
.ad-text-header-white a {
    font-size: 17px
}
.ad-text-footer-brown,
.ad-text-footer-white {
    padding-top: 8px
}
@media (max-width: 767px) {
    .ad-text-footer-brown,
    .ad-text-footer-white {
        padding-top: 6px
    }
}
.ad-text-header-brown,
.ad-text-header-white {
    padding-bottom: 4px
}
@media (max-width: 767px) {
    .ad-text-header-brown,
    .ad-text-header-white {
        padding-bottom: 3px
    }
}
.ad-text-footer-brown,
.ad-text-footer-brown a,
.ad-text-header-brown,
.ad-text-header-brown a {
    color: #ad181e
}
.ad-text-bold,
.ad-text-bold a,
.ad-text-footer-white,
.ad-text-footer-white a,
.ad-text-header-white,
.ad-text-header-white a {
    color: #fff
}
.ad-text-bold,
.ad-text-bold a {
    font-size: 33px
}
.ad-cta-button-blue,
.ad-cta-button-red,
.ad-cta-button-yellow {
    font-size: 17px;
    padding: 0;
    border-radius: 0
}
.ad-cta-button-blue a,
.ad-cta-button-red a,
.ad-cta-button-yellow a {
    font-family: Oswald!important;
    display: block;
    padding: 16px 24px;
    line-height: 17px
}
.ad-cta-button-blue,
.ad-cta-button-blue a,
.ad-cta-button-red,
.ad-cta-button-red a {
    color: #fff
}
.ad-cta-button-yellow,
.ad-cta-button-yellow a {
    color: #000
}
.ad-cta-button-red {
    background-color: #ff1c23
}
.ad-cta-button-red:hover {
    background-color: #ad181e
}
.ad-cta-button-blue {
    background-color: #0092cf
}
.ad-cta-button-blue:hover {
    background-color: #036690
}
.ad-cta-button-yellow {
    background-color: #fd0
}
.ad-cta-button-yellow:hover {
    background-color: #ffa900
}
@media (max-width: 991px) {
    .ad-text-header-brown,
    .ad-text-header-brown a,
    .ad-text-header-white,
    .ad-text-header-white a {
        font-size: 16px
    }
    .ad-text-bold,
    .ad-text-bold a {
        font-size: 32px
    }
	.has-clock .ad-text-bold,
	.has-clock .ad-text-bold a{
		font-size: 22px
	}

    .ad-text-footer-brown,
    .ad-text-footer-brown a,
    .ad-text-footer-white,
    .ad-text-footer-white a {
        font-size: 13px
    }
}
@media (max-width: 767px) {
    .ad-four-col,
    .ad-three-col,
    .ad-two-col {
        clear: both;
        display: block;
        width: 100%
    }
    .ad-text-header-brown,
    .ad-text-header-brown a,
    .ad-text-header-white,
    .ad-text-header-white a {
        font-size: 13px
    }
    .ad-text-bold,
    .ad-text-bold a {
        font-size: 25px
    }
	.has-clock .ad-text-bold,
	.has-clock .ad-text-bold a{
		font-size: 15px
	}

    .ad-text-footer-brown,
    .ad-text-footer-brown a,
    .ad-text-footer-white,
    .ad-text-footer-white a {
        font-size: 13px
    }
    .ad-cta-button-blue a,
    .ad-cta-button-red a,
    .ad-cta-button-yellow a {
        padding-top: 16px;
        padding-bottom: 16px
    }
}
.ad-rte-content p {
    margin-top: 0;
    margin-bottom: 10px
}
.ad-rte-content p:last-child {
    margin-bottom: 0
}
.ad-rte-content img {
    max-width: 100%
}
.ad-rte-content table.ad-single-line-mobile {
    margin-top: 15px;
    margin-bottom: 15px
}
.ad-rte-content table.ad-single-line-mobile tr {
    padding: 10px
}
@media (max-width: 767px) {
    .ad-rte-content table.ad-single-line-mobile tr th {
        display: block;
        float: left;
        width: 95%
    }
}
.ad-rte-content table.ad-single-line-mobile tr th img {
    width: auto
}
.ad-rte-content table.ad-single-line-mobile tr td {
    padding: 10px
}
@media (max-width: 767px) {
    .ad-rte-content table.ad-single-line-mobile tr td {
        display: block;
        float: left;
        width: 95%
    }
}
.ad-rte-content table.ad-single-line-mobile tr td img {
    width: auto
}
.ad-rte-content a {
    vertical-align: initial;
    font-family: UniversLTPro-55Roman;
    font-size: 15px;
    line-height: 1.423;
    word-wrap: break-word
}
.ad-rte-content h2 {
    margin: 10px 0
}
.ad-rte-content .description a {
    vertical-align: initial;
    font-family: UniversLTPro-55Roman;
    text-decoration: underline;
    font-size: 15px;
    line-height: 1.423
}
.ad-rte-content .description hr {
    margin: 20px 0;
    display: block;
    border-top: 1px solid #151515
}
.ad-rte-content .table-wrapper table td,
.ad-rte-content .table-wrapper th {
    padding: 0 5px
}
.ad-heading-text-white60px {
    font-size: 60px;
    color: #fff
}
@media (max-width: 991px) {
    .ad-heading-text-white60px {
        font-size: 48px
    }
}
@media (max-width: 767px) {
    .ad-heading-text-white60px {
        font-size: 33px
    }
}
.ad-heading-text-white33px {
    font-size: 33px;
    color: #fff
}
@media (max-width: 991px) {
    .ad-heading-text-white33px {
        font-size: 26px
    }
}
@media (max-width: 767px) {
    .ad-heading-text-white33px {
        font-size: 17px
    }
}
.ad-heading-text-white17px {
    font-size: 17px;
    color: #fff
}
@media (max-width: 991px) {
    .ad-heading-text-white17px {
        font-size: 15px
    }
}
@media (max-width: 767px) {
    .ad-heading-text-white17px {
        font-size: 13px
    }
}
span.twitter-typeahead .tt-dropdown-menu {
    font-family: Oswald;
    top: 100%;
    left: -10px!important;
    width: 103%;
    z-index: 1000;
    display: none;
    float: left;
    max-height: 200px;
    padding: 0;
    margin: 13px 0 0;
    list-style: none;
    font-size: 17px;
    text-align: left;
    background-color: #d0d0d0;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
    overflow-y: auto
}
span.twitter-typeahead .tt-suggestion>p {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}
span.twitter-typeahead .tt-suggestion:focus,
span.twitter-typeahead .tt-suggestion:hover {
    color: #151515;
    text-decoration: none;
    outline: 0;
    background-color: #e5e5e5
}
span.twitter-typeahead .tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #e5e5e5
}
span.twitter-typeahead {
    width: 100%
}
.input-group span.twitter-typeahead {
    display: block!important
}
.input-group span.twitter-typeahead .tt-dropdown-menu {
    top: 32px!important
}
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
    top: 44px!important
}
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
    top: 28px!important
}
.ad-search-results span.twitter-typeahead .tt-dropdown-menu {
    left: 0!important;
    width: 100%;
    margin: 0
}
.ad-search-results {
    overflow: visible;
    font-family: Oswald;
    padding: 0
}
.ad-search-results .container,
.ad-search-results .container-fluid {
    overflow: visible
}
@media (max-width: 767px) {
    .ad-search-results {
        margin-top: 0
    }
}
.ad-search-results .ad-search-box-panel {
    background-color: #e5e5e5;
    padding-left: 0;
    padding-right: 0
}
.ad-search-results .ad-search-box-panel .ad-search-box-container {
    height: 380px
}
@media (max-width: 991px) {
    .ad-search-results .ad-search-box-panel .ad-search-box-container {
        height: 290px
    }
}
@media (max-width: 767px) {
    .ad-search-results .ad-search-box-panel .ad-search-box-container {
        height: 305px
    }
}
.ad-search-results .ad-search-box-panel .ad-search-panel-title {
    padding-top: 180px
}
@media (max-width: 991px) {
    .ad-search-results .ad-search-box-panel .ad-search-panel-title {
        padding-top: 90px
    }
}
@media (max-width: 767px) {
    .ad-search-results .ad-search-box-panel .ad-search-panel-title {
        padding-top: 75px;
        padding-left: 0;
        padding-right: 0
    }
}
.ad-search-results .ad-search-box-panel .ad-search-panel-title p {
    font-size: 33px;
    margin: 0
}
@media (max-width: 991px) {
    .ad-search-results .ad-search-box-panel .ad-search-panel-title p {
        font-size: 32px
    }
}
@media (max-width: 767px) {
    .ad-search-results .ad-search-box-panel .ad-search-summary {
        padding-right: 0;
        padding-left: 0
    }
}
.ad-search-results .ad-search-box-panel .ad-search-summary i {
    white-space: nowrap;
    display: block;
    font-size: 20px;
    margin-top: 5px
}
.ad-search-results .ad-search-box-panel .ad-search-summary p {
    font-size: 24px;
    margin: 0
}
@media (max-width: 767px) {
    .ad-search-results .ad-search-box-panel .ad-search-summary p {
        font-size: 17px;
        padding-right: 0;
        padding-left: 0;
        margin: 15px 0
    }
}
@media (max-width: 767px) {
    .ad-search-results .ad-search-box-panel .ad-search-box {
        padding-right: 0;
        padding-left: 0
    }
}
.ad-search-results .ad-search-box-panel .ad-search-box .search-submit {
    position: absolute;
    right: 20px;
    top: 8px;
    font-size: 27px;
    cursor: pointer;
    background: #d0d0d0;
    outline: 0;
    border: none
}
@media (max-width: 767px) {
    .ad-search-results .ad-search-box-panel .ad-search-box .search-submit {
        right: 10px
    }
}
.ad-search-results .ad-search-box-panel .ad-search-box .form-control {
    padding: 6px 12px;
    height: 50px;
    width: 100%;
    background-color: #d0d0d0!important;
    border-radius: 0;
    border: 0
}
.ad-search-results .ad-search-results-container {
    overflow: hidden
}
.ad-search-results .ad-search-results-container.loading {
    min-height: 200px;
    background: url(../images/ajax-loader.gif) center center no-repeat
}
@media (max-width: 767px) {
    .ad-search-results .ad-search-results-container {
        padding-left: 10px;
        padding-right: 10px
    }
}
.ad-search-results .ad-search-results-container .ad-result-page-number {
    font-size: 17px;
    padding-top: 25px;
    text-align: right;
    width: 100%
}
.ad-search-results .ad-search-results-container .ad-result-page-number:empty {
    display: none
}
@media (max-width: 767px) {
    .ad-search-results .ad-search-results-container .ad-result-page-number {
        padding-top: 50px;
        padding-bottom: 20px;
        text-align: center
    }
}
.ad-search-results .ad-search-results-container .ad-result-page-number a {
    color: #151515;
    font-family: Oswald;
    font-size: 17px;
    padding: 0 10px
}
.ad-search-results .ad-search-results-container .ad-result-page-number span.active a {
    border: 1px solid #ccc;
    cursor: default;
    pointer-events: none
}
.ad-search-results .ad-search-results-container .ad-result-page-number .disabled {
    display: none
}
.ad-search-results .ad-search-results-container .ad-result-page-number:first-child a,
.ad-search-results .ad-search-results-container .ad-result-page-number:last-child a {
    vertical-align: baseline
}
.ad-search-results .ad-search-results-container .ad-search-result-display .ad-search-result-title {
    font-size: 24px;
    padding: 25px 10px 0 0;
    text-transform: uppercase
}
@media (max-width: 767px) {
    .ad-search-results .ad-search-results-container .ad-search-result-display .ad-search-result-title {
        padding: 40px 10px 0 0
    }
}
.ad-search-results .ad-search-results-container .ad-search-result-display .ad-search-result-title a {
    font-size: 24px;
    line-height: 1;
    color: #333
}
@media (max-width: 767px) {
    .ad-search-results .ad-search-results-container .ad-search-result-display .ad-search-result-title a {
        font-size: 17px;
        line-height: 1
    }
}
@media (max-width: 767px) {
    .ad-search-results .ad-search-results-container .ad-search-result-display .ad-search-result-title {
        font-size: 17px
    }
}
.ad-search-results .ad-search-results-container .ad-search-result-display .ad-search-result-description {
    font-family: UniversLTPro-55Roman;
    font-size: 15px;
    text-align: justify;
    height: 43px;
    line-height: 1.4;
    overflow: hidden
}
@media (max-width: 767px) {
    .ad-search-results .ad-search-results-container .ad-search-result-display .ad-search-result-description {
        height: 65px
    }
}
.modal-content {
    padding: 20px 0
}
.modal-content .modal-body {
    padding: 0
}
.ad-share-panel {
    font-family: Oswald;
    color: #fff;
    display: block;
    background-color: #0092cf
}
@media (max-width: 767px) {
    .ad-share-panel {
        padding-left: 0;
        padding-right: 0
    }
}
.ad-social-share-button {
    background-color: #aeaeae;
    color: #fff;
    cursor: pointer;
    font-family: Oswald;
    margin-top: 10px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 17px
}
.ad-share-panel .ad-share-copy {
    padding-top: 45px;
    padding-bottom: 50px
}
@media (max-width: 991px) {
    .ad-share-panel .ad-share-copy {
        padding-top: 40px
    }
}
@media (max-width: 767px) {
    .ad-share-panel .ad-share-copy {
        padding-top: 20px;
        padding-bottom: 0
    }
}
.ad-share-panel .ad-share-copy .ad-panel-head {
    font-size: 33px
}
@media (max-width: 991px) {
    .ad-share-panel .ad-share-copy .ad-panel-head {
        font-size: 32px
    }
}
@media (max-width: 767px) {
    .ad-share-panel .ad-share-copy .ad-panel-head {
        font-size: 25px
    }
}
.ad-share-panel .ad-share-copy .ad-panel-subhead {
    font-size: 17px
}
@media (max-width: 767px) {
    .ad-share-panel .ad-share-copy .ad-panel-subhead {
        font-size: 12.5px
    }
}
.ad-share-panel .ad-share-copy p {
    margin: 0
}
.ad-share-panel .ad-share-buttons {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 40px
}
@media (max-width: 991px) {
    .ad-share-panel .ad-share-buttons {
        padding-top: 50px;
        padding-bottom: 50px
    }
}
@media (max-width: 767px) {
    .ad-share-panel .ad-share-buttons {
        padding-top: 20px;
        padding-bottom: 20px
    }
}
.ad-share-panel .ad-share-buttons .ad-share-icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
    margin-left: 20px
}
@media (max-width: 991px) {
    .ad-share-panel .ad-share-buttons .ad-share-icon {
        width: 55px;
        height: 55px;
        margin-left: 10px
    }
}
@media (max-width: 767px) {
    .ad-share-panel .ad-share-buttons .ad-share-icon {
        width: 40px;
        height: 40px;
        margin-left: 8px
    }
}
.ad-share-panel .ad-share-buttons .ad-share-icon i {
    float: left;
    width: 100%;
    padding-top: 50%;
    margin-top: -.5em;
    text-align: center;
    color: #999;
    font-size: 28px
}
@media (max-width: 767px) {
    .ad-share-panel .ad-share-buttons .ad-share-icon i {
        font-size: 20px
    }
}
@media (max-width: 767px) {
    .ad-share-panel .ad-share-buttons:first-child {
        margin-left: 0
    }
}
.ad-share-my-plan {
    padding: 50px 0;
    color: #fff;
    font-family: Oswald
}
.ad-share-my-plan .heading {
    line-height: 25px;
    font-size: 25px;
    margin-bottom: 30px;
    text-transform: uppercase
}
.ad-share-my-plan .confirmation {
    padding-top: 35px;
    text-align: center;
    clear: both
}
.ad-share-my-plan .confirmation i {
    font-size: 30px;
    vertical-align: middle
}
@media (max-width: 767px) {
    .ad-share-my-plan .confirmation {
        padding-top: 0
    }
}
.ad-share-my-plan form input.mail::-webkit-input-placeholder {
    color: #fff
}
.ad-share-my-plan form input.mail:-moz-placeholder {
    color: #fff;
    opacity: 1
}
.ad-share-my-plan form input.mail::-moz-placeholder {
    color: #fff;
    opacity: 1
}
.ad-share-my-plan form input.mail:-ms-input-placeholder {
    color: #fff
}
.ad-share-my-plan form input.sms::-webkit-input-placeholder {
    color: #fff
}
.ad-share-my-plan form input.sms:-moz-placeholder {
    color: #fff;
    opacity: 1
}
.ad-share-my-plan form input.sms::-moz-placeholder {
    color: #fff;
    opacity: 1
}
.ad-share-my-plan form input.sms:-ms-input-placeholder {
    color: #fff;
    opacity: 1
}
.ad-share-my-plan form label {
    position: absolute;
    right: 10000px;
    height: 0;
    width: 0
}
.ad-share-my-plan form .email-error {
    background: 0 0;
    padding: 10px
}
@media (max-width: 767px) {
    .ad-share-my-plan form .email-error {
        margin-top: -20px
    }
}
.ad-share-my-plan form div {
    background-color: #036690
}
.ad-share-my-plan form div input {
    width: 90%;
    height: 50px;
    padding-left: 20px;
    border: 0;
    background-color: #036690;
    outline: 0
}
.ad-share-my-plan form div input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #036690 inset;
    -webkit-text-fill-color: #fff
}
.ad-share-my-plan form div .submit {
    background-color: #dedede;
    color: #0092cf;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    padding: 8px;
    float: right;
    margin: 8px;
    cursor: pointer
}
.ad-share-my-plan form div i {
    font-size: 30px;
    vertical-align: middle;
    cursor: pointer
}
.ad-share-my-plan form div i.icon-sms-bubble {
    position: absolute;
    top: 7px
}
.ad-share-my-plan form div .mail-bubble-text {
    display: none
}
.ad-share-my-plan form div .sms-bubble-text {
    font-size: 10px;
    left: 7px;
    position: relative;
    color: #000;
    cursor: pointer
}
@media (max-width: 767px) {
    .ad-share-my-plan form div .sms-bubble-text {
        display: none
    }
}
.ad-share-my-plan form div .sms-bubble {
    cursor: pointer
}
.ad-share-my-plan form div .sms-bubble .sms-bubble-text {
    font-size: 10px;
    left: 7px;
    position: relative;
    color: #000
}
@media (max-width: 767px) {
    .ad-share-my-plan form div .sms-bubble .sms-bubble-text {
        display: none
    }
}
@media (max-width: 767px) {
    .ad-share-my-plan form div {
        margin-bottom: 20px
    }
}
@media (max-width: 991px) {
    .ad-share-my-plan form div input {
        width: 80%
    }
}
.tabs-left>.nav-tabs {
    border-bottom: 0;
    float: left;
    margin-right: 20px;
    border-right: 0 solid #ddd
}
.tabs-left>.nav-tabs>li {
    float: none
}
.tabs-left>.nav-tabs>li>a {
    text-transform: uppercase;
    color: #000;
    min-width: 74px;
    padding-left: 30%;
    padding-bottom: 0;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}
.tabs-left>.nav-tabs>li>a:focus,
.tabs-left>.nav-tabs>li>a:hover {
    border-color: #eee
}
.tabs-left>.nav-tabs .active a,
.tabs-left>.nav-tabs .active a:hover,
.tabs-left>.nav-tabs .active>a:focus {
    border-color: transparent;
    *border-right-color: #fff
}
.titleBar {
    margin-bottom: 0;
    max-width: 25%
}
.titleBar h3 {
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    font-size: 2em
}
.nav-tabs.capitals>li.active>a {
    color: #0C94D7
}
#sidebarConvert-accordion .panel-default .panel-heading {
    background-color: gold
}
#sidebarConvert-accordion .panel-default .panel-heading.accordColor {
    background-color: #fff!important
}
#sidebarConvert-accordion .panel-default .panel-heading .panel-title {
    text-transform: uppercase;
    position: relative
}
#sidebarConvert-accordion .panel-default .panel-heading .panel-title a {
    font-size: 14px
}
#sidebarConvert-accordion .panel-default .panel-heading .panel-title a::after {
    font-family: custom-font;
    content: 'i';
    position: absolute;
    right: 50px;
    color: #000;
    text-transform: none
}
#sidebarConvert-accordion .panel-default .panel-heading .panel-title a.collapsed::after {
    font-family: custom-font;
    content: 'h';
    position: absolute;
    right: 50px;
    color: #000;
    text-transform: none
}
@media screen and (min-width: 320px) and (max-width: 768px) {
    .titleBar h3 {
        border: none;
        min-width: 250px!important;
        padding-bottom: 0
    }
}
.sitemap-wrapper a {
    text-decoration: underline;
    font-family: UniversLTPro-55Roman;
    color: #151515;
    text-transform: capitalize
}
.sitemap-wrapper a:hover {
    color: #0092cf
}
#social_widget {
    padding: 40px 0;
    background-image: url(../images/bg1.jpg)
}
@media (max-width: 991px) {
    #social_widget {
        padding: 20px 0
    }
}
#social_widget .row {
    background: 0 0
}
#social_widget .row .FBWrap {
    height: 365px;
    overflow: hidden;
    background: 0 0
}
#social_widget .row .social-panel .images-wrapper {
    position: relative;
    text-align: center
}
#social_widget .row .social-panel .images-wrapper>span {
    background: transparent!important;
    box-shadow: none!important
}
#social_widget .row .social-panel .images-wrapper>span>a {
    display: none!important
}
#social_widget .row .social-panel .images-wrapper>span a {
    width: 107px!important;
    left: 0!important
}
#social_widget .row .social-panel .images-wrapper>span a img {
    width: 107px!important
}
#social_widget .row .social-panel .images-wrapper>span a:nth-child(even) {
    left: 109px!important
}
#social_widget .row .social-panel .images-wrapper span[class*="_embed_grid_hd"] {
    display: none!important
}
#social_widget .row .social-panel .images-wrapper span[class*="_embed_grid_bd"] {
    width: 215px!important
}
#social_widget .row .social-panel .images-wrapper .images-wrapper-mask {
    background: 0 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2
}
#social_widget .row .social-panel .content {
    border-bottom: 1px solid #fff;
    padding-bottom: 6px;
    padding-top: 10px
}
#social_widget .row .social-panel .content .logo {
    height: 50px;
    float: left;
    padding-right: 5px
}
#social_widget .row .social-panel .content .inner-text {
    padding-left: 10px;
    color: #fff;
    font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-size: 12.33px
}
#social_widget .row .social-panel .content .inner-text .heading {
    padding-bottom: 3px;
    padding-top: 5px;
    font-weight: 700
}
#social_widget .row .social-panel .content .inner-text .followers {
    padding-left: 10px;
    font-size: 12px
}
#social_widget .row .icon-wrapper {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px
}
#social_widget .row .icon-wrapper i {
    width: 70px;
    height: 70px;
    display: inline-block;
    vertical-align: middle
}
#social_widget .row .icon-wrapper i:before {
    background-color: #fff;
    border-radius: 50px;
    padding: 20px;
    font-size: 27px;
    color: #0092cf;
    vertical-align: middle;
    position: absolute
}
#social_widget .row .timeline-wrapper {
    font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-size: 12px
}
#social_widget .row .timeline-wrapper ul {
    padding-left: 0;
    color: #fff;
    margin: 0
}
#social_widget .row .timeline-wrapper ul li {
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    font-family: inherit;
    font-size: inherit;
    word-wrap: break-word
}
#social_widget .row .timeline-wrapper ul li div {
    font-weight: 700
}
#social_widget .row .timeline-wrapper ul li a {
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    font-weight: 600
}
#social_widget .row .timeline-wrapper .seeall-link {
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    text-decoration: underline;
    padding-top: 20px;
    display: inline-block
}
#social_widget .row .icon-text {
    color: #fff;
    font-family: Oswald
}
@media (max-width: 991px) {
    #social_widget {
        padding: 0 0 0 50px
    }
    #social_widget .row .social-panel {
        margin-top: 10px;
        padding: 50px 20px 0
    }
    #social_widget .row .social-panel.pinterestbox {
        clear: left
    }
}
@media (max-width: 767px) {
    #social_widget {
        padding-bottom: 10px;
        padding-left: 0
    }
    #social_widget .row {
        padding: 10px 0
    }
    #social_widget .row .FBWrap .icon-wrapper {
        text-align: left
    }
    #social_widget .row .social-panel {
        border-top: 1px solid #fff;
        padding-top: 20px;
        margin-top: 20px
    }
    #social_widget .row .social-panel.FBWrap {
        border-top: none;
        padding-top: 0;
        margin-top: 10px
    }
}
@media all and (max-width: 800px) and (min-width: 700px) {
    #social_widget div.row>div:nth-child(3),
    #social_widget div.row>div:nth-child(4) {
        border-top: 1px solid #fff
    }
}
.ad-spotlight-accordion {
    border: none
}
.ad-spotlight-accordion .panel-heading {
    background-color: #036690;
    border: none;
    color: #fff
}
.ad-spotlight-accordion .panel-heading i {
    float: right
}
.ad-spotlight-accordion .panel-body {
    padding: 0
}
.ad-spotlight-accordion .panel-body .spotlight-container {
    margin: 20px 0;
    vertical-align: bottom
}
.ad-spotlight-accordion .panel-body .spotlight-container img {
    vertical-align: inherit
}
.ad-spotlight-accordion .panel-body .spotlight-container img.img-responsive {
    display: inline-block;
    width: 48%
}
.ad-spotlight-accordion .panel-body .spotlight-container .content {
    width: 49%;
    display: inline-block;
    margin-left: 10px
}
.ad-spotlight-accordion .panel-body .spotlight-container .content p {
    margin: 0
}
.ad-spotlight-accordion .panel-body .spotlight-container .content p .signin {
    color: #151515;
    text-decoration: underline;
    font-family: Oswald
}
.ad-spotlight-accordion .numberCircle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;
    background: #0092cf;
    color: #fff;
    text-align: center;
    margin-bottom: 10px
}
@media (max-width: 767px) {
    .ad-spotlight-accordion .panel-heading {
        padding: 15px 15px 10px
    }
    .ad-spotlight-accordion .panel-body {
        background-image: url(../images/bg1.jpg)
    }
    .ad-spotlight-accordion .panel-body .spotlight-container {
        color: #fff;
        padding-left: 10px;
        padding-right: 10px
    }
    .ad-spotlight-accordion .panel-body .spotlight-container .content {
        width: 100%
    }
    .ad-spotlight-accordion .panel-body .spotlight-container .content .numberCircle {
        float: left;
        border: 1px solid #fff
    }
    .ad-spotlight-accordion .panel-body .spotlight-container .content .right-text {
        margin-left: 50px;
        margin-right: 6px
    }
    .ad-spotlight-accordion .panel-body .spotlight-container .content .right-text .signin {
        color: #fff;
        text-decoration: underline
    }
    .ad-spotlight-accordion.panel {
        margin-bottom: 0
    }
}
.ad-spotlights .ad-marketing-tiles .ad-spotlight-wrapper {
    position: relative;
    color: #151515;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px
}
.ad-spotlights .ad-marketing-tiles .ad-spotlight-wrapper .ad-general-content-image.no-image {
    background: url(../images/yellow-panel-bg.jpg) no-repeat;
    height: 320px;
    background-size: cover
}
.ad-spotlights .ad-marketing-tiles .ad-spotlight-wrapper .text-on-top {
    position: absolute;
    z-index: 1;
    top: 10px;
    width: 100%;
    font-family: Alive
}
.ad-spotlights .ad-marketing-tiles .ad-spotlight-wrapper .text-on-top .ad-spotlight-header {
    font-size: 48px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase
}
@media (max-width: 991px) {
    .ad-spotlights .ad-marketing-tiles .ad-spotlight-wrapper .text-on-top .ad-spotlight-header {
        font-size: 38px
    }
}
@media (max-width: 767px) {
    .ad-spotlights .ad-marketing-tiles .ad-spotlight-wrapper .text-on-top .ad-spotlight-header {
        font-size: 48px
    }
}
.ad-spotlights .ad-marketing-tiles .ad-spotlight-wrapper .text-on-top .ad-spotlight-desc {
    font-size: 26px;
    line-height: 1;
    color: #fff
}
.ad-spotlights .ad-marketing-tiles .ad-spotlight-wrapper .text-on-top .ad-spotlight-desc p {
    margin: 0
}
@media (max-width: 991px) {
    .ad-spotlights .ad-marketing-tiles .ad-spotlight-wrapper .text-on-top .ad-spotlight-desc {
        font-size: 24px
    }
}
@media (max-width: 767px) {
    .ad-spotlights .ad-marketing-tiles .ad-spotlight-wrapper .text-on-top .ad-spotlight-desc {
        font-size: 28px
    }
}
.ad-spotlights .ad-marketing-tiles .ad-spotlight-wrapper .text-on-bottom {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    width: 100%;
    font-family: Alive
}
.ad-spotlights .ad-marketing-tiles .ad-spotlight-wrapper .text-on-bottom .ad-spotlight-header {
    font-size: 38px;
    color: #fff;
    line-height: 1;
    text-transform: uppercase
}
@media (max-width: 991px) {
    .ad-spotlights .ad-marketing-tiles .ad-spotlight-wrapper .text-on-bottom .ad-spotlight-header {
        font-size: 33px
    }
}
@media (max-width: 767px) {
    .ad-spotlights .ad-marketing-tiles .ad-spotlight-wrapper .text-on-bottom .ad-spotlight-header {
        font-size: 38px
    }
}
.ad-spotlights .ad-marketing-tiles .ad-spotlight-wrapper .text-on-bottom .ad-spotlight-desc {
    font-size: 22px;
    color: #fff;
    line-height: 1
}
@media (max-width: 991px) {
    .ad-spotlights .ad-marketing-tiles .ad-spotlight-wrapper .text-on-bottom .ad-spotlight-desc {
        font-size: 20px
    }
}
@media (max-width: 767px) {
    .ad-spotlights .ad-marketing-tiles .ad-spotlight-wrapper .text-on-bottom .ad-spotlight-desc {
        font-size: 22px
    }
}
.ad-spotlights .ad-media-links img {
    width: 100%
}
.ad-spotlights .ad-media-links .ad-no-description {
    margin-bottom: 0!important
}
.ad-spotlights .ad-media-links .ad-media-link-header {
    color: #151515;
    font-size: 30px;
    text-transform: uppercase
}
@media (max-width: 767px) {
    .ad-spotlights .ad-media-links .ad-media-link-header {
        font-size: 17px;
        line-height: 17px
    }
}
.ad-spotlights .ad-media-links .ad-general-content-image {
    position: relative;
    cursor: pointer
}
.ad-spotlights .ad-media-links .ad-general-content-image.no-image {
    background: url(../images/yellow-panel-bg.png);
    height: 200px
}
@media (max-width: 991px) {
    .ad-spotlights .ad-media-links .ad-general-content-image.no-image {
        height: 143px
    }
}
.ad-spotlights .ad-media-links .ad-gc-link-wrapper {
    position: absolute;
    bottom: 0;
    background: #01acee;
    opacity: .8;
    width: 100%;
    text-align: center
}
.ad-spotlights .ad-media-links .ad-spotlight-wrapper .media-link-panel .ad-spotlight-text-container {
    text-align: left;
    padding-left: 0;
    padding-right: 0
}
.ad-spotlights .ad-media-links .ad-spotlight-wrapper .media-link-panel .ad-spotlight-text-container .ad-spotlight-header {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 15px;
    font-family: Oswald
}
@media (max-width: 767px) {
    .ad-spotlights .ad-media-links .ad-spotlight-wrapper .media-link-panel .ad-spotlight-text-container .ad-spotlight-header {
        margin-bottom: 15px;
        margin-top: 15px
    }
}
.ad-spotlights .ad-media-links .ad-spotlight-wrapper .media-link-panel .ad-spotlight-text-container .ad-spotlight-desc {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 15px
}
.ad-spotlights .ad-media-links .ad-spotlight-wrapper .media-link-panel .ad-spotlight-text-container .ad-spotlight-desc img {
    margin: 10px 0
}
@media (max-width: 767px) {
    .ad-spotlights .ad-media-links .ad-spotlight-wrapper .media-link-panel .ad-spotlight-text-container .ad-spotlight-desc {
        margin-top: 15px;
        margin-bottom: 15px
    }
}
.ad-spotlights .ad-media-links .ad-spotlight-readmore {
    margin-top: 15px;
    margin-bottom: 15px
}
.ad-spotlights .ad-media-links .ad-spotlight-readmore a {
    color: #000;
    font-family: Oswald;
    text-transform: uppercase;
    font-size: 17px;
    text-decoration: none
}
.ad-spotlights .ad-media-links .ad-spotlight-readmore a:after {
    content: '>';
    padding-left: 5px;
    color: #428bca;
    font-size: 17px;
    text-decoration: none  !important;
}
  .component.ad-spotlights.hide-mobile-img .ad-spotlight-text-container{
            background-color: #eaeaea;  
                height: 60px;
            }
.component.ad-spotlights.hide-mobile-img .ad-media-links a {
    font-family: Oswald;
    text-transform: uppercase;
    color: #4a4a4a;
    font-size: 20px !important;
    padding-left: 15px;
}
  .component.ad-spotlights.hide-mobile-img  .ad-spotlight-readmore a:after {
            content: '>';
            font-size: 30px;
            line-height: 30px;
            padding-left: 9px;
            float: right;
            /* font-weight: 100; */
            font-family: monospace;
            margin-right: 19px;
        }



@media (max-width: 767px) {
            .component.ad-spotlights.hide-mobile-img {
            margin-top:-50px;
            }

            .page-heading .ad-page-link-wrapper {
            background: transparent;
            opacity: 1;
            width: 100%;
            text-align: center;
            padding-bottom: 15px!important;
            padding-top: 20px!important;
            }
            .component.ad-spotlights.hide-mobile-img img {
            display:none;
            }
           
            .component.ad-spotlights.hide-mobile-img .ad-general-content-image {
            display:none;
            }

            .component.ad-spotlights.hide-mobile-img .ad-spotlight-wrapper{
            background-color: #eaeaea;  
            }
            .component.ad-spotlights.hide-mobile-img .ad-media-links a {
                font-family: Oswald;
                text-transform: uppercase;
                color: #4a4a4a;
                font-size: 20px!important;
                padding-left: 15px;
                font-weight: 400;
                line-height: 3.423;
                font-style: normal;
                font-stretch: condensed;
                letter-spacing: 0.1px;
                max-width: 100%;
                min-width: 100%;
                width: 100%;
            }
        
            .component.ad-spotlights.hide-mobile-img a ::after,
            .component.ad-spotlights.hide-mobile-img a::before {
            display:none;
            }

            .component.ad-spotlights.hide-mobile-img a::after {
            z-index: 2;
            border-left-color: #525252;
            }
       
          .component.ad-spotlights.hide-mobile-img  .ad-spotlight-readmore a:after {
            content: '>';
            font-size: 30px;
            line-height: 65px;
            padding-left: 9px;
            float: right;
            /* font-weight: 100; */
            font-family: monospace;
            margin-right: 19px;
        }
      }

    }

@media (max-width: 767px) {
    #home-page .home-spotlight-container {
        padding-left: 0;
        padding-right: 0
    }
    #home-page .ad-spotlights {
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0
    }
    .ad-spotlights .ad-marketing-tiles .ad-spotlight-wrapper {
        margin-bottom: 30px;
        padding: 0 10px
    }
    .ad-spotlights img {
        width: 100%
    }
    .ad-spotlights .ad-media-links {
        padding-top: 0;
        padding-bottom: 0
    }
    .ad-spotlights .ad-media-links .ad-media-link-header {
        padding-bottom: 0;
        margin-bottom: 25px
    }
    .ad-spotlights .ad-media-links .ad-spotlight-wrapper .media-link-panel .ad-spotlight-text-container .ad-spotlight-header {
        font-size: 17px;
        text-transform: uppercase
    }
    .ad-spotlights .ad-media-links .ad-spotlight-wrapper .media-link-panel .ad-spotlight-text-container .ad-spotlight-desc {
        font-size: 15px
    }
}
#home-page .home-spotlight-container {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0
}
#home-page .ad-spotlights {
    margin-top: 0;
    margin-bottom: 0
}
#home-page .ad-spotlights .ad-marketing-tiles .ad-spotlight-wrapper {
    margin-top: 0;
    margin-bottom: 20px
}
@media (max-width: 767px) {
    #home-page .ad-spotlights .ad-marketing-tiles .ad-spotlight-wrapper {
        margin-bottom: 10px
    }
}
.ad-ride-tabs .ad-active-ride-tab.panel-heading {
    background-color: red!important
}
.ad-ride-tabs ul.nav-tabs {
    border-bottom: none
}
@media (min-width: 768px) {
    .page-heading .ad-page-link-wrapper .btnenquireNow {
        display: inline-block !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        padding: 20px !important;
        padding-bottom: 15px !important;
        background: #ff1c23 !important;
        color: #fff !important;
        z-index: 2000 !important;
        text-align: center !important;
        font-family: "Oswald", arial !important;
        text-transform: uppercase !important;
        font-weight: 500 !important;
        font-size: 22px !important;
        letter-spacing: 1px !important;
        text-decoration: none !important;
    }
}

@media (max-width: 767px) {
   page-heading .ad-page-link-wrapper  .btnenquireNow{
    display:none;
    }
}

.ad-ride-tabs ul.nav-tabs li {
    font-family: Oswald;
    font-size: 17px;
    text-transform: uppercase
}
.ad-ride-tabs ul.nav-tabs li a {
    padding: 11px 30px;
    color: #000;
    background: #ededee;
    border-radius: 0;
    outline: 0;
    font-size: 17px
}
.ad-ride-tabs ul.nav-tabs li.active a {
    background: #fff;
    font-size: 17px
}
.ad-ride-tabs ul.nav-tabs li.ad-planner-btn i {
    font-size: 17px;
    padding-right: 10px
}
.ad-ride-tabs ul.nav-tabs li.ad-planner-btn .btn-yellow-black {
    background-color: #fd0;
    border-color: #fd0;
    color: #151515
}
.ad-ride-tabs ul.nav-tabs li.ad-planner-btn .btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 10px 15px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap
}
@media (max-width: 767px) {
    .panel-group .panel.panel-default.accordColor .panel-heading {
        padding: 0;
        background: 0 0
    }
    .panel-group .panel.panel-default.accordColor .panel-heading .panel-title {
        margin-bottom: 5px
    }
    .panel-group .panel.panel-default.accordColor .panel-heading .panel-title a {
        color: #000;
        margin-top: 15px
    }
    .panel-group .panel {
        border: none;
        box-shadow: none;
        margin-bottom: 21px
    }
    .panel-group .panel .panel-body {
        border: none
    }
    .panel-group .panel .panel-body .ride-detail .ride-title {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-bottom: 5px
    }
    .panel-group .panel .panel-heading {
        margin: 0 10px;
        background: #999;
        padding: 17px 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }
    .panel-group .panel .panel-heading .panel-title {
        margin-bottom: 5px
    }
    .panel-group .panel .panel-heading .panel-title a {
        color: #fff;
        font-family: Oswald;
        font-size: 17px;
        line-height: 1;
        text-transform: uppercase;
        text-align: left;
        display: block;
        text-decoration: none;
        outline: 0
    }
    .panel-group .panel .panel-heading .panel-title a.collapsed {
        text-align: center
    }
    .panel-group .panel .ad-planner-btn {
        width: 100%;
        margin: 0;
        padding: 10px 10px 20px;
        list-style: none;
        text-transform: uppercase
    }
    .panel-group .panel .ad-planner-btn a {
        padding: 10px;
        font-family: Oswald;
        font-size: 17px;
        width: 100%
    }
    .panel-group .panel .ad-planner-btn a i {
        font-size: 17px;
        padding-right: 10px
    }
    .panel-group .panel-collapse .panel-body {
        border: none;
        padding: 0
    }
}
.ride .tabs-div {
    margin-top: -110px
}
.ride .tabs-div .tabs-title {
    display: none
}
@media (max-width: 767px) {
    .ride .tabs-div .ad-general-content {
        margin-top: 10px
    }
}
@media (max-width: 991px) {
    .ride .tabs-div {
        margin-top: -110px
    }
}
@media (max-width: 767px) {
    .ride .tabs-div {
        margin-top: 10px
    }
}
.ride .tabs-div .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none
}
@media (max-width: 767px) {
    .ride-detail .ride-title {
        margin-left: 10px
    }
}
.subbrand .tabs-div {
    margin-top: -110px
}
@media (max-width: 991px) {
    .subbrand .tabs-div {
        margin-top: 0
    }
}
.tableDesign {
    text-transform: uppercase;
    font-family: Oswald
}
.tableDesign table {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede
}
.tableDesign table th {
    font-weight: 700;
    vertical-align: bottom
}
.tableDesign table td,
.tableDesign table th {
    padding: 10px 15px;
    text-align: left
}
@media only screen and (max-width: 767px) {
    .tableDesign table.responsive {
        margin-bottom: 0
    }
    .tableDesign .pinned {
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        width: 35%;
        overflow: hidden;
        overflow-x: scroll;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc
    }
    .tableDesign .pinned table {
        border-right: none;
        border-left: none;
        width: 100%
    }
    .tableDesign .pinned table td,
    .tableDesign .pinned table th {
        white-space: nowrap
    }
    .tableDesign .pinned td:last-child {
        border-bottom: 0
    }
    .tableDesign div.table-wrapper {
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
        border-right: 1px solid #ccc
    }
    .tableDesign div.table-wrapper div.scrollable {
        margin-left: 35%;
        overflow: scroll;
        overflow-y: hidden
    }
    .tableDesign table.responsive td,
    .tableDesign table.responsive th {
        position: relative;
        white-space: nowrap;
        overflow: hidden
    }
    .tableDesign table.responsive td:first-child,
    .tableDesign table.responsive th:first-child,
    .tableDesign table.responsive.pinned td {
        display: none
    }
    .tableDesign div.scrollable table.responsive .group-heading th:first-child {
        display: block
    }
    .tableDesign div.scrollable table.responsive {
        background-color: #fff
    }
}
.tableDesign ul {
    list-style-type: none;
    font-family: Oswald;
    display: inline-block
}
.tableDesign ul li {
    padding: 5px 10px;
    display: inline-block
}
.tableDesign ul li:hover {
    text-decoration: none
}
.tableDesign ul li a {
    color: #AAA;
    font-family: Oswald
}
.tableDesign ul li.active a {
    color: #000
}
.tableDesign thead {
    border-top: 2px solid #dedede;
    border-bottom: 2px solid #dedede
}
.tableDesign thead .table-header-logo div {
    font-weight: 400;
    text-align: center
}
.tableDesign thead tr {
    background-color: #EEE
}
.tableDesign thead tr:nth-child(1) th:nth-child(1) {
    width: 450px;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
    background-color: #FFF
}
.tableDesign thead tr:nth-child(1) th:nth-child(1) div {
    padding: 20px
}
.tableDesign thead tr img {
    margin-left: 25%
}
.tableDesign tr th {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 0;
    min-width: 165px
}
@media (max-width: 800px) {
    th#tbl6.table-header-logo{
        width: 30%;
    }

    .tableDesign tbody .row-heading img, .tableDesign tbody th img{
        display: none;
    }
    #\38{
    	width: 17%;
    }
}
@media (max-width: 991px) {
    .tableDesign tr th {
        min-width: 100px
    }
}
.tableDesign tr th span {
    padding-left: 15px
}
@media (max-width: 767px) {
    .tableDesign tr th span {
        padding-left: 0px
    }
}
.tableDesign tbody tr {
    background-color: #EEE
}
.tableDesign tbody tr th {
    padding: 0;
    vertical-align: middle;
    border: 1px solid #fff;
    border-top: 0
}
.tableDesign tbody tr td {
    border: 1px solid #fff;
    border-top: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
}
@media (max-width: 767px) {
    .tableDesign tbody tr td {
        font-size: 13px
    }
}
@media (max-width: 767px) {
    .tableDesign tbody .row-heading,
    .tableDesign tbody th {
        vertical-align: middle
    }
}
.tableDesign tbody .row-heading img,
.tableDesign tbody th img {
    max-width: 125px;
    min-width: 125px;
    height: 70px
}
@media (max-width: 991px) {
    .tableDesign tbody .row-heading img,
    .tableDesign tbody th img {
        max-width: 100px;
        min-width: 100px;
        height: 60px
    }
}
.tableDesign tbody .row-heading span,
.tableDesign tbody th span {
    font-weight: 400;
    font-size: 18px;
    vertical-align: middle
}
@media (max-width: 767px) {
    .tableDesign tbody .row-heading span,
    .tableDesign tbody th span {
        font-size: 15px
    }
}
@media (max-width: 767px) {
    .tableDesign tbody tr {
        height: 38px!important
    }
}
.tableDesign .table-header-logo img {
    max-width: 40px;
    margin: 0 auto 10px;
    display: block
}
.tableDesign .ad-tab-strip {
    padding: 0
}
@media (max-width: 767px) {
    .tableDesign .ad-tab-strip {
        padding-top: 20px
    }
}
.tableDesign .ad-tab-strip .strip-headline {
    padding-bottom: 20px
}
.tableDesign .ad-tab-strip .strip-headline ul {
    border-bottom: none;
    padding: 0 0 0 20px
}
@media (max-width: 767px) {
    .tableDesign .ad-tab-strip .strip-headline ul {
        padding: 0
    }
}
.tableDesign .ad-tab-strip .strip-headline ul li {
    padding: 0 20px 0 0
}
.tableDesign .ad-tab-strip .strip-headline ul li a {
    padding: 0;
    font-size: 20px;
    line-height: 20px;
    border: 0
}
@media (max-width: 767px) {
    .tableDesign .ad-tab-strip .strip-headline ul li a {
        font-size: 17px
    }
}
.tableDesign .ad-tab-strip .strip-headline .heading {
    font-size: 20px;
    line-height: 20px
}
@media (max-width: 767px) {
    .tableDesign .ad-tab-strip .strip-headline .heading {
        font-size: 32px;
        margin-bottom: 10px
    }
}
.tableDesign .group-heading {
    background-color: #fff;
    padding: 12px;
    cursor: pointer;
    font-size: 22px;
    font-weight: 400;
    border-bottom: 1px solid #dedede!important
}
.tableDesign .group-heading i {
    float: right
}
.tableDesign .group-heading.expanded {
    background-color: #fd0
}
.tableDesign .accordionheader {
    font-size: 17px;
    color: #151515;
    padding-top: 17px;
    height: 50px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000
}
.tableDesign .accordionheader i {
    float: right
}
.tableDesign .accordionheader.expanded {
    background-color: #fd0
}
.tableDesign .ride-min-height-img {
    background: url(../images/minheight.png) no-repeat;
    background-size: contain;
    padding: 20px
}
.tableDesign .ride-max-height-img {
    background: url(../images/maxheight.png) no-repeat;
    background-size: contain;
    padding: 24px
}
.tableDesign .ride-opening-hours-img {
    background: url(../images/openingHoursBig.png) no-repeat;
    background-size: contain;
    padding: 23px 18px 17px
}
.tableDesign .ride-maintenance-large-img {
    background: url(../images/maintenanceBig.png) no-repeat;
    background-size: contain;
    padding: 23px 18px 17px
}
.tableDesign .ride-thrill-img {
    background: url(../images/thrill.png) no-repeat;
    background-size: contain
}
.tableDesign .no-image-fill {
    width: 125px;
    min-height: 70px;
    display: inline-block;
    vertical-align: middle
}
@media (max-width: 991px) {
    .tableDesign .no-image-fill {
        width: 100px;
        min-height: 60px
    }
}
@media (max-width: 767px) {
    .tableDesign .no-image-fill {
        display: none
    }
}
.ad-tools-widget {
    float: right;
    width: 295px;
    z-index: 5;
    /*display: inline-block*/
    display: none!important;
}
.ad-tools-widget ul {
    padding: 0;
    margin: 0
}
.ad-tools-widget ul li div#dayplanner .ad-planner-widget {
    width: 90%;
    margin: 0 auto
}
.ad-tools-widget ul li div#dayplanner .ad-planner-widget .ad-added-ride-name {
    display: none;
    padding: 10px 0 0
}
.ad-tools-widget .ad-expand-widget {
    position: absolute;
    background: 0 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: none
}
@media (max-width: 991px) {
    .ad-tools-widget .ad-expand-widget {
        display: block;
        cursor: pointer
    }
}
@media (max-width: 767px) {
    .ad-tools-widget .ad-expand-widget {
        display: none
    }
}
.ad-hero-area .ad-tools-widget,
.ad-hero-placeholder .ad-tools-widget,
.ad-widget-holder .ad-tools-widget {
    position: absolute;
    margin: 0;
    right: -85px;
    top: 130px;
    z-index: 10
}
@media (max-width: 991px) {
    .ad-hero-area .ad-tools-widget,
    .ad-hero-placeholder .ad-tools-widget,
    .ad-widget-holder .ad-tools-widget {
        top: 130px;
        right: -250px
    }
}
.ad-tools-widget .ad-planner-count {
    position: absolute;
    top: 4px;
    left: 19px;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    color: #000;
    padding: 1px;
    background: #fd0;
    text-align: center
}
.ad-tools-widget .ad-planner-count.background-transparent {
    background: 0 0
}
.ad-day-planner .ad-tools-widget {
    width: 100%
}
.ad-day-planner .ad-tools-widget .tools-item {
    background: #000
}
.ad-day-planner .ad-tools-widget .tools-item a {
    white-space: normal
}
.ad-day-planner .ad-tools-widget .tools-item.ad-dayplanner-widget,
.ad-day-planner .ad-tools-widget .tools-item:hover {
    background: #ffa900
}
@media (max-width: 991px) {
    .ad-day-planner .ad-tools-widget .tools-item:hover {
        background: inherit
    }
}
.ad-day-planner .ad-tools-widget .panel-body {
    padding: 2px
}
.ad-tools-widget .ad-planner-widget .btn {
    border: 1px solid #0092cf;
    color: #0092cf!important;
    margin: 10px 0
}
@media (max-width: 767px) {
    .ad-tools-widget {
        display: none
    }
    .ad-day-planner .ad-tools-widget {
        display: block
    }
    .ad-tools-widget.ad-tools-menu-mobile {
        position: absolute;
        top: 0;
        left: 1000px;
        background: #000;
        opacity: .98;
        height: 100%;
        width: 100%;
        z-index: 1011;
        display: block
    }
    .ad-tools-widget.ad-tools-menu-mobile .ad-close-tools-menu {
        cursor: pointer;
        background: #fd0;
        height: 60px;
        position: relative;
        width: 50px
    }
    .ad-tools-widget.ad-tools-menu-mobile .ad-close-tools-menu:after {
        content: "+";
        font-size: 26px;
        padding: 8px 18px;
        position: absolute
    }
    .ad-tools-widget.ad-tools-menu-mobile .ad-close-tools-menu.ad-planner-nav {
        cursor: pointer;
        background: #fd0 url(../images/day_planner_black.png) center center no-repeat;
        height: 60px;
        position: relative;
        width: 50px
    }
    .ad-tools-widget.ad-tools-menu-mobile .ad-close-tools-menu.ad-planner-nav:after {
        content: ""
    }
    .ad-tools-widget.ad-tools-menu-mobile .ad-toolsmenu-content {
        position: absolute;
        left: 50px;
        top: 0;
        right: 0;
        min-height: 450px;
        background: #fff
    }
    .ad-tools-widget.ad-tools-menu-mobile .ad-buy-tickets ul {
        position: relative;
        top: auto;
        left: auto
    }
    .ad-tools-widget.ad-tools-menu-mobile .tools-item {
        min-height: 40px;
        color: #000;
        border-bottom: 1px solid #dedede;
        background: #fff
    }
    .ad-tools-widget.ad-tools-menu-mobile .tools-item .h2,
    .ad-tools-widget.ad-tools-menu-mobile .tools-item a {
        font-size: 15px;
        line-height: 1.2;
        opacity: .8
    }
    .ad-tools-widget.ad-tools-menu-mobile .tools-item:after {
        content: "r";
        position: absolute;
        top: 6px;
        right: 0;
        width: 30px;
        height: 21px;
        font-family: custom-font;
        text-transform: none;
        font-size: 18px;
        opacity: .8
    }
    .ad-tools-widget.ad-tools-menu-mobile .tools-item img {
        display: none
    }
    .ad-tools-widget.ad-tools-menu-mobile .tools-item img.teaser-logo {
        max-width: 50%;
        display: inline-block
    }
    .ad-tools-widget.ad-tools-menu-mobile .tools-item:first-child {
        background: #fff
    }
    .ad-tools-widget.ad-tools-menu-mobile .panel-heading {
        color: #000;
        background: #fff
    }
}
.ad-tools-widget .panel-heading {
    background: 0 0;
    padding: 0;
    border: 0;
    color: #FFF;
    cursor: pointer
}
.ad-tools-widget .tools-item {
    font-family: Oswald;
    min-height: 40px;
    font-size: 15px;
    position: relative;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    text-transform: uppercase
}
.ad-tools-widget .tools-item:hover {
    background: #fd0
}
.ad-tools-widget .tools-item:hover .tool-widget-text {
    color: #151515
}
.ad-tools-widget .tools-item:hover .buy-tickets-icon {
    background: url(../images/tools-widgets-icons.png) no-repeat -1px -5px
}
.ad-tools-widget .tools-item:hover .dayplanner-icon {
    background: url(../images/tools-widgets-icons.png) no-repeat -82px -5px
}
.ad-tools-widget .tools-item:hover .getting-here-icon {
    background: url(../images/tools-widgets-icons.png) no-repeat -161px -9px
}
.ad-tools-widget .tools-item:hover .happiness-icon {
    background: url(../images/tools-widgets-icons.png) no-repeat -238px -7px
}
.ad-tools-widget .tools-item:hover .park-info-icon {
    background: url(../images/tools-widgets-icons.png) no-repeat -477px -9px
}
.ad-tools-widget .tools-item:hover .opening-hours-icon {
    background: url(../images/tools-widgets-icons.png) no-repeat -399px -9px
}
.ad-tools-widget .tools-item:hover .maintenance-icon {
    background: url(../images/tools-widgets-icons.png) no-repeat -317px -7px
}
@media (max-width: 991px) {
    .ad-tools-widget .tools-item:hover {
        /*background: rgba(0, 0, 0, .7)*/
    }
}
.ad-tools-widget .tools-item .panel-heading .h2 {
    font-size: 15px
}
.ad-tools-widget .tools-item .panel-heading,
.ad-tools-widget .tools-item a {
    padding: 10px;
    display: block
}
@media (max-width: 767px) {
    .ad-tools-widget .tools-item .panel-heading,
    .ad-tools-widget .tools-item a {
        padding: 10px
    }
}
.ad-tools-widget .tools-item img {
    width: 30px;
    margin-right: 10px
}
.ad-tools-widget .tools-item img.teaser-logo {
    width: 80px
}
.ad-tools-widget .tools-item .panel-body {
    background: #fff;
    color: #000;
    padding: 2px 0
}
.ad-tools-widget .tools-item .tab_item {
    padding: 8px 0;
    cursor: pointer
}
.ad-tools-widget .tools-item:first-child {
    background-color: #ff1c23;
    opcaity: .8
}
.ad-tools-widget .tools-item a {
    font-family: Oswald;
    font-size: 15px;
    color: inherit
}
.ad-tools-widget .tools-item a:hover {
    text-decoration: none
}
.ad-tools-widget .tools-item i {
    padding: 0 12px
}
.ad-tools-widget .ticket_btn>.panel-heading {
    background-color: #ff1c23;
    border-bottom-color: transparent
}
.ad-tools-widget .day_plan_btn,
.ad-tools-widget .ticket_btn {
    margin-bottom: 1px;
    padding-top: 0
}
.ad-tools-widget .day_plan_btn .panel-heading,
.ad-tools-widget .ticket_btn .panel-heading {
    color: #fff
}
.ad-tools-widget .day_plan_btn .nav-tabs,
.ad-tools-widget .ticket_btn .nav-tabs {
    margin-top: 0
}
.ad-tools-widget .day_plan_btn .nav-tabs .tab_item,
.ad-tools-widget .ticket_btn .nav-tabs .tab_item {
    padding: 10px;
    border-radius: 0;
    cursor: pointer;
    background-color: #0092cf;
    width: 100%
}
.ad-tools-widget .day_plan_btn .nav-tabs li.active .tab_item,
.ad-tools-widget .ticket_btn .nav-tabs li.active .tab_item {
    background-color: #e0ebf1;
    border-bottom-color: #e0ebf1;
    color: #0092cf
}
.ad-tools-widget .day_plan_btn .nav-tabs li.active:active,
.ad-tools-widget .day_plan_btn .nav-tabs li.active:focus,
.ad-tools-widget .ticket_btn .nav-tabs li.active:active,
.ad-tools-widget .ticket_btn .nav-tabs li.active:focus {
    background-color: #e0ebf1
}
.ad-tools-widget .day_plan_btn .nav-tabs li a,
.ad-tools-widget .ticket_btn .nav-tabs li a {
    color: #fff
}
.ad-tools-widget .day_plan_btn .nav-tabs li a:active,
.ad-tools-widget .day_plan_btn .nav-tabs li a:focus,
.ad-tools-widget .ticket_btn .nav-tabs li a:active,
.ad-tools-widget .ticket_btn .nav-tabs li a:focus {
    background-color: #e0ebf1
}
.ad-tools-widget .day_plan_btn .tab-content,
.ad-tools-widget .ticket_btn .tab-content {
    background-color: #e0ebf1;
    padding: 10px;
    opacity: .9
}
.ad-tools-widget .day_plan_btn>.panel-heading,
.ad-tools-widget .ticket_btn>.panel-heading {
    padding: 12px 0
}
.ad-tools-widget .day_plan_btn .panel-body,
.ad-tools-widget .ticket_btn .panel-body {
    padding: 10px;
    color: #151515
}
.ad-tools-widget .day_plan_btn .panel-body .teaser .teaser-logo,
.ad-tools-widget .ticket_btn .panel-body .teaser .teaser-logo {
    float: left;
    width: 25%
}
.ad-tools-widget .day_plan_btn .panel-body .teaser p,
.ad-tools-widget .ticket_btn .panel-body .teaser p {
    color: #ff1c23;
    padding-top: 10px;
    font-weight: 700
}
.ad-tools-widget .day_plan_btn .panel-body p.pass-info,
.ad-tools-widget .ticket_btn .panel-body p.pass-info {
    font-size: 11px;
    padding-left: 11px;
    color: #151515
}
.ad-tools-widget .day_plan_btn .panel-body .price,
.ad-tools-widget .ticket_btn .panel-body .price {
    padding: 10px;
    color: #151515;
    background-color: #fff;
    margin-top: 5px
}
.ad-tools-widget .day_plan_btn .panel-body .price .input-group,
.ad-tools-widget .ticket_btn .panel-body .price .input-group {
    margin-top: -8px
}
.ad-tools-widget .day_plan_btn .panel-body .price .ticket-category,
.ad-tools-widget .ticket_btn .panel-body .price .ticket-category {
    font-size: 1.125em
}
.ad-tools-widget .day_plan_btn .panel-body .price .adult-ticket-count,
.ad-tools-widget .day_plan_btn .panel-body .price .child-ticket-count,
.ad-tools-widget .day_plan_btn .panel-body .price .pensioner-ticket-count,
.ad-tools-widget .ticket_btn .panel-body .price .adult-ticket-count,
.ad-tools-widget .ticket_btn .panel-body .price .child-ticket-count,
.ad-tools-widget .ticket_btn .panel-body .price .pensioner-ticket-count {
    font-size: 1.5em;
    vertical-align: middle;
    padding: 2%
}
.ad-tools-widget .day_plan_btn .panel-body .price .adult-ticket-price,
.ad-tools-widget .day_plan_btn .panel-body .price .child-ticket-price,
.ad-tools-widget .day_plan_btn .panel-body .price .pensioner-ticket-price,
.ad-tools-widget .ticket_btn .panel-body .price .adult-ticket-price,
.ad-tools-widget .ticket_btn .panel-body .price .child-ticket-price,
.ad-tools-widget .ticket_btn .panel-body .price .pensioner-ticket-price {
    color: #00008b;
    margin-left: 5%
}
.ad-tools-widget .day_plan_btn .panel-body .price .price-dollar,
.ad-tools-widget .ticket_btn .panel-body .price .price-dollar {
    font-size: 2.5em;
    vertical-align: sub
}
.ad-tools-widget .day_plan_btn .panel-body .price .dollar-sign,
.ad-tools-widget .day_plan_btn .panel-body .price .price-cent,
.ad-tools-widget .ticket_btn .panel-body .price .dollar-sign,
.ad-tools-widget .ticket_btn .panel-body .price .price-cent {
    font-size: 1.75em;
    vertical-align: text-bottom
}
.ad-tools-widget .day_plan_btn .panel-body .price .online-price-note,
.ad-tools-widget .ticket_btn .panel-body .price .online-price-note {
    width: 100px;
    font-size: .75em;
    margin: -5% 0 -3% 70%
}
.ad-tools-widget .day_plan_btn .panel-body .price button,
.ad-tools-widget .ticket_btn .panel-body .price button {
    background-color: #0092cf
}
.ad-tools-widget .day_plan_btn .panel-body .pensioner,
.ad-tools-widget .ticket_btn .panel-body .pensioner {
    color: #151515;
    border-bottom: 1px solid;
    display: inline-block;
    padding: 10% 0 0;
    margin-left: 5%;
    background-color: transparent
}
.ad-tools-widget .day_plan_btn .panel-body .disclaimer,
.ad-tools-widget .ticket_btn .panel-body .disclaimer {
    color: #151515;
    display: inline-block;
    margin-left: 5%;
    padding: 4% 0 4% 2%
}
.ad-tools-widget .day_plan_btn .panel-body .ride-name,
.ad-tools-widget .ticket_btn .panel-body .ride-name {
    text-decoration: underline
}
.ad-tools-widget .ad-facebook-signin {
    padding: 10px;
    background: #333;
    color: #fff;
    display: none
}
.ad-tools-widget .ad-facebook-signin .ad-facebook-btn {
    color: #fff;
    margin: 10px 0;
    display: block
}
.ad-tools-widget .ad-facebook-signin .ad-facebook-btn:hover {
    text-decoration: none
}
.ad-tools-widget .ad-facebook-signin .ad-facebook-btn .btn {
    background: #036690;
    font-size: 23px;
    padding: 6px
}
@media (max-width: 767px) {
    .ad-tools-widget .ad-facebook-signin .ad-facebook-btn .btn {
        padding: 5px
    }
}
.ad-tools-widget .ad-facebook-signin .ad-facebook-btn .btn:hover {
    color: #fff
}
.ad-tools-widget .ad-facebook-signin .ad-facebook-btn .btn-text {
    background: #036690;
    padding: 15px;
    vertical-align: middle;
    margin-left: -1px;
    font-family: Oswald;
    display: inline-block
}
@media (max-width: 767px) {
    .ad-tools-widget .ad-facebook-signin .ad-facebook-btn {
        font-size: 16px
    }
}
.ad-tools-widget .ad-facebook-signin .ad-title {
    font-family: Oswald;
    font-size: 20px
}
.ad-tools-widget .ad-facebook-signin .ad-description {
    font-family: Oswald;
    font-size: 13px
}
@media (max-width: 767px) {
    .ad-tools-widget .ad-facebook-signin {
        display: block
    }
}
.ad-tools-widget .ad-planner-nav .ad-planner-count {
    background: #ff1c23
}
.ad-tools-widget.ad-tools-menu-mobile .ad-close-tools-menu .ad-planner-nav {
    cursor: pointer;
    background: #fd0 url(../images/day_planner_black.png) center center no-repeat;
    height: 60px;
    position: relative;
    width: 50px
}
.ad-tools-widget .tools-icons {
    width: 30px;
    display: inline-block;
    vertical-align: middle
}
@media (max-width: 767px) {
    .ad-tools-widget .tools-icons {
        display: none
    }
}
.ad-tools-widget .buy-tickets-icon {
    background: url(../images/tools-widgets-icons.png) no-repeat -1px -41px;
    height: 30px
}
.ad-tools-widget .dayplanner-icon {
    background: url(../images/tools-widgets-icons.png) no-repeat -82px -41px;
    height: 26px
}
.ad-tools-widget .getting-here-icon {
    background: url(../images/tools-widgets-icons.png) no-repeat -161px -45px;
    height: 24px
}
.ad-tools-widget .happiness-icon {
    background: url(../images/tools-widgets-icons.png) no-repeat -238px -43px;
    height: 27px
}
.ad-tools-widget .park-info-icon {
    background: url(../images/tools-widgets-icons.png) no-repeat -477px -45px;
    height: 24px
}
.ad-tools-widget .opening-hours-icon {
    background: url(../images/tools-widgets-icons.png) no-repeat -399px -45px;
    height: 23px
}
.ad-tools-widget .maintenance-icon {
    background: url(../images/tools-widgets-icons.png) no-repeat -317px -43px;
    height: 27px
}
.ad-tools-widget .tool-widget-text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}
@media (max-width: 767px) {
    .ad-tools-widget .tool-widget-text {
        margin-left: 0
    }
}
.lt-ie9 .ad-tools-widget .tools-item {
    background-color: #333
}
.lt-ie9 .ad-tools-widget .tools-item:first-child {
    background-color: #ff1c23
}
.lt-ie9 .ad-tools-widget .tools-item:hover {
    background-color: #fd0
}
.ad-media-icons {
    margin-top: -50px
}
@media (max-width: 767px) {
    .ad-media-icons {
        margin-top: 0
    }
}
.ad-gallery-button,
.audio-button,
.video-button {
    width: 45px;
    height: 45px
}
.ad-gallery-button:after,
.audio-button:after,
.video-button:after {
    width: 45px;
    height: 45px;
    background: #fd0;
    position: absolute;
    font-family: custom-font;
    border-radius: 23px;
    cursor: pointer;
    top: 0;
    left: 0
}
.ad-gallery-button:hover:after,
.audio-button:hover:after,
.video-button:hover:after {
    background: #ffa900
}
.mejs-controls {
    display: none!important
}
.ad-video-background img {
    width: 100%
}
.ad-control-title {
    font-family: Oswald;
    padding-bottom: 10px
}
.ad-slider-navigation {
    background: rgba(0, 0, 0, .7);
    width: 100%;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-family: Oswald
}
@media (max-width: 991px) {
    .ad-slider-navigation {
        padding-top: 30px;
        padding-bottom: 10px
    }
}
.ad-slider-navigation .ad-cr-left-arrow,
.ad-slider-navigation .ad-cr-right-arrow {
    font-size: 16px;
    margin-top: -5px;
    border: 2px solid #FFF;
    border-radius: 16px;
    width: 32px;
    height: 32px;
    color: #FFF;
    z-index: 5;
    padding: 0;
    line-height: 1.8;
    padding-right: 2px;
    display: inline-block;
    vertical-align: top;
    margin-right: 50px;
    cursor: pointer
}
@media (max-width: 767px) {
    .ad-slider-navigation .ad-cr-left-arrow,
    .ad-slider-navigation .ad-cr-right-arrow {
        font-size: 14px;
        width: 28px;
        height: 28px
    }
}
.ad-slider-navigation .ad-cr-left-arrow:before,
.ad-slider-navigation .ad-cr-right-arrow:before {
    cursor: pointer
}
.ad-slider-navigation .ad-cr-left-arrow:hover,
.ad-slider-navigation .ad-cr-right-arrow:hover {
    text-decoration: none
}
@media (max-width: 991px) {
    .ad-slider-navigation .ad-cr-left-arrow {
        position: absolute;
        left: 10px;
        bottom: 10px
    }
}
.ad-slider-navigation .ad-cr-right-arrow {
    margin-left: 50px;
    margin-right: 0;
    padding-right: 0;
    padding-left: 2px
}
@media (max-width: 991px) {
    .ad-slider-navigation .ad-cr-right-arrow {
        position: absolute;
        right: 10px;
        bottom: 10px
    }
}
.ad-slider-navigation .ad-slider-title {
    opacity: 1;
    display: inline-block;
    min-width: 190px
}
.ad-hero-placeholder .ad-slider-navigation {
    position: absolute;
    top: 130px
}
@media (max-width: 991px) {
    .ad-hero-placeholder .ad-slider-navigation {
        top: 0
    }
}
.ad-video-inpage {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 0;
    position: static;
    width: 100%;
    z-index: 1001
}
.ad-video-inpage embed,
.ad-video-inpage iframe,
.ad-video-inpage object {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1001
}
.ad-video {
    display: inline-block;
    position: relative;
    max-height: 650px
}
.ad-video.ad-hide-ctl {
    display: none
}
.ad-video .video-button {
    cursor: pointer
}
.ad-video .video-button:after {
    content: "w";
    padding-top: 9px;
    padding-left: 16px;
    font-size: 20px
}
.ad-video .video-button.playing:after {
    content: 'x';
    padding-left: 13px
}
.ad-hero-placeholder .ad-video {
    display: block
}
.ad-hero-placeholder .ad-video.ad-hide-ctl {
    display: none
}
.ad-hero-placeholder .ad-video .video-button {
    z-index: 1002;
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 95px;
    left: 0
}
.ad-hero-placeholder .ad-video .video-button:after {
    background: #dedede;
    filter: alpha(Opacity=90);
    opacity: .9;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    font-size: 40px;
    padding-left: 35px;
    padding-top: 22px
}
@media (max-width: 767px) {
    .ad-hero-placeholder .ad-video .video-button:after {
        font-size: 30px
    }
}
.ad-hero-placeholder .ad-video .video-button.playing {
    position: fixed;
    left: 100px;
    bottom: 30px
}
.ad-hero-placeholder .ad-video .video-button.playing:after {
    padding-left: 30px
}
@media (max-width: 767px) {
    .ad-hero-placeholder .ad-video .video-button.playing:after {
        padding-left: 17px
    }
}
@media (max-width: 991px) {
    .ad-hero-placeholder .ad-video .video-button.playing {
        bottom: 15px;
        left: 25px
    }
}
@media (max-width: 767px) {
    .ad-hero-placeholder .ad-video .video-button.playing {
        bottom: -10px;
        left: 15px
    }
}
@media (max-width: 991px) {
    .ad-hero-placeholder .ad-video .video-button {
        bottom: 200px
    }
}
@media (max-width: 767px) {
    .ad-hero-placeholder .ad-video .video-button {
        bottom: -25px
    }
    .ad-hero-placeholder .ad-video .video-button:after {
        width: 65px;
        height: 65px;
        padding-left: 21px;
        padding-top: 12px
    }
}
.ad-audio {
    position: relative;
    display: inline-block
}
.ad-audio.ad-alwayshide-ctl {
    visibility: hidden
}
.ad-audio .audio-button {
    cursor: pointer
}
.ad-audio .audio-button:after {
    content: "z";
    padding-top: 9px;
    padding-left: 14px;
    font-size: 20px
}
.ad-audio .audio-button.playing:after {
    content: 'y';
    padding-left: 13px
}
.ad-hero-placeholder .ad-audio {
    display: block;
    z-index: 1002
}
.ad-hero-placeholder .ad-audio.ad-alwayshide-ctl {
    visibility: hidden
}
.ad-hero-placeholder .ad-audio .audio-button {
    bottom: 185px;
    left: 85px;
    position: absolute
}
.ad-hero-placeholder .ad-audio .audio-button:after {
    background: #dedede;
    filter: alpha(Opacity=90);
    opacity: .9
}
@media (max-width: 991px) {
    .ad-hero-placeholder .ad-audio .audio-button {
        bottom: 290px
    }
}
@media (max-width: 767px) {
    .ad-hero-placeholder .ad-audio .audio-button {
        bottom: 68px;
        left: 50px
    }
}
.ad-hero-placeholder .ad-audio .audio-button.videoPlaying {
    position: fixed;
    left: 190px;
    bottom: 120px
}
@media (max-width: 991px) {
    .ad-hero-placeholder .ad-audio .audio-button.videoPlaying {
        bottom: 108px;
        left: 110px
    }
}
@media (max-width: 767px) {
    .ad-hero-placeholder .ad-audio .audio-button.videoPlaying {
        bottom: 90px;
        left: 65px
    }
}
.ad-modal .ad-gallery-button {
    position: absolute;
    top: -20px;
    left: 20px
}
.ad-modal .ad-gallery-button:after {
    content: "E";
    padding-top: 9px;
    padding-left: 12px;
    font-size: 20px
}
.ad-gallery-popup {
    position: relative;
    display: inline-block
}
.ad-gallery-popup.ad-alwayshide-ctl {
    visibility: hidden
}
.ad-gallery-popup .ad-gallery-button {
    cursor: pointer
}
.ad-gallery-popup .ad-gallery-button:after {
    content: "E";
    padding-top: 9px;
    padding-left: 12px;
    font-size: 20px
}
.ad-hero-placeholder .ad-gallery-popup {
    display: block;
    z-index: 1002
}
.ad-hero-placeholder .ad-gallery-popup.ad-alwayshide-ctl {
    visibility: hidden
}
.ad-hero-placeholder .ad-gallery-popup .ad-gallery-button {
    bottom: 134px;
    left: 114px;
    position: absolute
}
.ad-hero-placeholder .ad-gallery-popup .ad-gallery-button:after {
    background: #dedede;
    filter: alpha(Opacity=90);
    opacity: .9
}
@media (max-width: 991px) {
    .ad-hero-placeholder .ad-gallery-popup .ad-gallery-button {
        bottom: 235px
    }
}
@media (max-width: 767px) {
    .ad-hero-placeholder .ad-gallery-popup .ad-gallery-button {
        bottom: 25px;
        left: 75px
    }
}
.ad-hero-placeholder .ad-gallery-popup .ad-gallery-button.videoPlaying {
    position: fixed;
    left: 215px;
    bottom: 60px
}
@media (max-width: 991px) {
    .ad-hero-placeholder .ad-gallery-popup .ad-gallery-button.videoPlaying {
        bottom: 50px;
        left: 135px
    }
}
@media (max-width: 767px) {
    .ad-hero-placeholder .ad-gallery-popup .ad-gallery-button.videoPlaying {
        bottom: 40px;
        left: 90px
    }
}
.ad-button-container {
    margin-top: -130px;
    position: relative;
    width: 100%;
    text-align: center
}
.ad-button-container .ad-discover-more {
    position: absolute;
    font-size: 17px;
    color: #fff;
    text-align: center;
    font-family: Oswald;
    display: inline-block;
    bottom: 50px;
    left: 50%;
    margin-left: -40px;
    cursor: pointer
}
.ad-button-container .ad-discover-more:after {
    width: 40px;
    height: 40px;
    content: 'h';
    border: 2px solid;
    border-radius: 20px;
    font-family: custom-font;
    font-size: 26px;
    position: absolute;
    bottom: -40px;
    left: 50%
}
@media (max-width: 767px) {
    .ad-button-container .ad-discover-more:after {
        margin-left: 20px
    }
}
.ad-button-container .ad-like-button {
    float: right
}
@media (max-width: 767px) {
    .ad-button-container .ad-like-button {
        visibility: hidden
    }
}
.ad-button-container .ad-like-button .content {
    position: relative;
    padding-left: 22px;
    width: 130px;
    height: 130px;
    border-radius: 70px;
    font-family: Oswald;
    background-color: #fff;
    text-align: left
}
.ad-button-container .ad-like-button .content .txt {
    padding-top: 35px;
    font-size: 13px
}
.ad-button-container .ad-like-button .content .liketxt {
    color: #3b5998;
    font-size: 17px
}
.ad-button-container .ad-like-button .content .icon-facebook {
    position: absolute;
    left: -12px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #3b5998;
    text-align: center;
    vertical-align: middle;
    padding-top: 12px;
    font-size: 21px;
    color: #fff
}
.ad-button-container .ad-like-button .content .fb-like {
    margin-left: 25px;
    margin-top: 9px
}
@media (max-width: 767px) {
    .ad-button-container {
        margin-top: -80px
    }
    .ad-button-container .ad-like-button .content {
        padding-left: 15px;
        width: 80px;
        height: 80px
    }
    .ad-button-container .ad-like-button .content .txt {
        padding-top: 15px;
        font-size: 7px
    }
    .ad-button-container .ad-like-button .content .liketxt {
        font-size: 10px
    }
    .ad-button-container .ad-like-button .content .icon-facebook {
        left: -15px;
        width: 30px;
        height: 30px;
        padding-top: 6px;
        font-size: 14px
    }
    .ad-button-container .ad-like-button .content .fb-like {
        margin-left: 4px;
        margin-top: 2px
    }
}
.button-holder {
    position: absolute;
    bottom: 0;
    z-index: 1002
}
@media (max-width: 991px) {
    .button-holder {
        bottom: -120px
    }
}
@media (max-width: 767px) {
    .button-holder {
        bottom: 0
    }
}
.ad-hero-placeholder {
    position: relative
}

.ad-no-parallax {
    max-height: 80vh;
    min-height: 300px;
    overflow: hidden
}
.ad-hero-placeholder img {
    margin-top: -12.5%;
}
.ad-hero-placeholder {
    max-height: 680px;
    height: 38.09vw;
    min-height: 300px;
    overflow: hidden;
}
@media only screen and (max-width: 1366px) {
    .ad-no-parallax {
        max-height: 600px;
        overflow: hidden
    }
    .ad-no-parallax img {
        margin-top: -7%
    }
}
@media (max-width: 991px) {
    .ad-no-parallax {
        max-height: 100%;
        min-height: 100%
    }
    .ad-no-parallax img {
        margin-top: 0
    }
}
@media (max-width: 991px) {
    .ad-no-parallax {
        min-height: 100%
    }
    .ad-hero-placeholder img {
        margin-top: 0;
    }
    .ad-hero-placeholder {
        max-height: 100%;
        min-height: 100%;
    }
}


.lt-ie9 .ad-slider-navigation {
    background-color: #000;
    filter: alpha(opacity=70)
}
                                                                  

/* Animated Clouds
----------------------------*/

.animated-clouds {
  background: white;
  background-image: url("../images/sky.jpg");
  background-size: cover;
  position: relative;
  z-index: 3;
}

.animated-clouds * {
	position: relative;
	z-index: 3;
	pointer-events: visible;
}

.animated-clouds:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/clouds.png");
  background-size: 100%;
  -webkit-animation: animatedClouds ease 200s;
          animation: animatedClouds ease 200s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  /*when the spec is finished*/
  pointer-events: none;
}

.animated-clouds:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/clouds.png");
  background-size: 100%;
  -webkit-animation: animatedCloudsTwo ease 200s;
          animation: animatedCloudsTwo ease 200s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  /*when the spec is finished*/
  pointer-events: none;
}

@-webkit-keyframes animatedCloudsTwo {
  0% {
    opacity: 1;
    -webkit-transform: translate(-90%, 0px);
            transform: translate(-90%, 0px);
  }
  97% {
    opacity: 1;
    -webkit-transform: translate(150%, 0px);
            transform: translate(150%, 0px);
  }
  98% {
    opacity: 0;
    -webkit-transform: translate(150%, 0px);
            transform: translate(150%, 0px);
  }
  99% {
    opacity: 0;
    -webkit-transform: translate(-90%, 0px);
            transform: translate(-90%, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-90%, 0px);
            transform: translate(-90%, 0px);
  }
}

@keyframes animatedCloudsTwo {
  0% {
    opacity: 1;
    -webkit-transform: translate(-90%, 0px);
            transform: translate(-90%, 0px);
  }
  97% {
    opacity: 1;
    -webkit-transform: translate(150%, 0px);
            transform: translate(150%, 0px);
  }
  98% {
    opacity: 0;
    -webkit-transform: translate(150%, 0px);
            transform: translate(150%, 0px);
  }
  99% {
    opacity: 0;
    -webkit-transform: translate(-90%, 0px);
            transform: translate(-90%, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-90%, 0px);
            transform: translate(-90%, 0px);
  }
}
@-webkit-keyframes animatedClouds {
  0% {
    opacity: 1;
    -webkit-transform: translate(20%, 0px);
            transform: translate(20%, 0px);
  }
  47% {
    opacity: 1;
    -webkit-transform: translate(150%, 0px);
            transform: translate(150%, 0px);
  }
  48% {
    opacity: 0;
    -webkit-transform: translate(150%, 0px);
            transform: translate(150%, 0px);
  }
  49% {
    opacity: 0;
    -webkit-transform: translate(-150%, 0px);
            transform: translate(-150%, 0px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-150%, 0px);
            transform: translate(-150%, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(20%, 0px);
            transform: translate(20%, 0px);
  }
}
@keyframes animatedClouds {
  0% {
    opacity: 1;
    -webkit-transform: translate(20%, 0px);
            transform: translate(20%, 0px);
  }
  47% {
    opacity: 1;
    -webkit-transform: translate(150%, 0px);
            transform: translate(150%, 0px);
  }
  48% {
    opacity: 0;
    -webkit-transform: translate(150%, 0px);
            transform: translate(150%, 0px);
  }
  49% {
    opacity: 0;
    -webkit-transform: translate(-150%, 0px);
            transform: translate(-150%, 0px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-150%, 0px);
            transform: translate(-150%, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(20%, 0px);
            transform: translate(20%, 0px);
  }
}
                                                    
/* Fix for home page gallery container  */
.gallery-container .container-outer {
  overflow: hidden;
}

/* Fix for wording not showing on happiness annual pass slide  */
@media (max-width: 991px) {
  .description-txt {
    display: inline-block;
  }
}

/* Update to tools widget */
.ad-tools-widget .tools-item:first-child {
  background-color: rgba(0, 0, 0, 0.7);
}

.ad-tools-widget .tools-item:first-child:hover {
  background-color: #fd0;
}

.navbar .buy-tickets {
  position: absolute;
  top: -22px;
  right: -15px;
  display: inline-block;
  background: #ff1c23;
  color: white;
  padding: 15px 40px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-transform: uppercase;
  z-index: 50;
  -webkit-transition: background 0.4s;
          transition: background 0.4s;
}

.navbar .buy-tickets:hover {
  background: #CC1215;
  text-decoration: none;
}

@media (min-width: 1230px) {
  .navbar .buy-tickets {
    position: absolute;
    top: 50%;
    right: -180px;
    display: inline-block;
    background: #ff1c23;
    color: white;
    padding: 15px 40px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-transform: uppercase;
  }

  .navbar.container {
    -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}
header.dw-header .navbar-toggle.ad-tools-menu-btn {
  display: none;
}

.navbar-header {
  background: #2a3037;
  padding: 5px 0;
}

header.dw-header .navbar-header .mobile-menu-btn {
  position: relative;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

header.dw-header .navbar-header .mobile-menu-btn .icon-bar {
  background: white;
  height: 2px;
  margin-bottom: 5px;
}

header.dw-header .navbar-header .mobile-menu-btn:after {
  content: "Menu";
  color: white;
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 1px;
  font-family: "Oswald", arial;
}

.buy-tickets-mobile {
  display: inline-block;
  background: #ff1c23;
  height: 100%;
  width: 90px;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  color: white;
  padding-top: 45px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 1px;
  text-decoration: none;
  font-family: "Oswald", arial;
}

.buy-tickets-mobile:hover {
  background: #CC1215;
  text-decoration: none;
  color: white;
}

.buy-tickets-mobile:after {
  content: "";
  width: 33px;
  height: 33px;
  position: absolute;
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: cover;
  background-image: url("/assets/dreamworld/images/cart.svg");
}

a.sticky-buy-tickets {
  display: inline-block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  padding-bottom: 15px;
  background: #ff1c23;
  color: white;
  z-index: 2000;
  text-align: center;
  font-family: "Oswald", arial;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 1px;
  text-decoration: none;
}

@media (min-width: 991px) {
  a.sticky-buy-tickets {
    display: none;
  }
}

#home-page .home-spotlight-container {
  padding-bottom: 50px;
}

/* Footer Subscribe
----------------------------*/
.footer-subscribe {
  background: #0d6396;
  padding: 30px 0;
}

.footer-subscribe .container {
  position: relative;
}

.footer-subscribe h2 {
  color: white;
  font-family: Oswald;
  font-size: 24px;
  letter-spacing: 0.5px;
}

.footer-subscribe a.button {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.8px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 15px 40px;
  text-decoration: none;
  -webkit-transition: color 0.4s, border 0.4s;
          transition: color 0.4s, border 0.4s;
}

.footer-subscribe a.button:hover {
  text-decoration: none;
  cursor: pointer;
  color: white;
  border: 1px solid white;
}

.footer-subscribe-details {
  display: none;
  background: #074468;
  padding: 0px 0;
  text-align: center;
  -webkit-transition: padding 2s;
          transition: padding 2s;
  font-family: Oswald;
  font-weight: 300 !important;
  color: white;
}

.footer-subscribe-details h3 {
  font-weight: 400;
  line-height: 25px;
  margin-bottom: -10px;
}

.footer-subscribe-details.expand {
  display: block;
  padding: 50px 0;
  -webkit-transition: padding 2s;
          transition: padding 2s;
}

.footer-subscribe-details a.button {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.8px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 15px 30px;
  text-decoration: none;
  -webkit-transition: color 0.4s, border 0.4s;
          transition: color 0.4s, border 0.4s;
  text-align: center;
  width: 40%;
  max-width: 100%;
  min-width: 250px;
}

.footer-subscribe-details a.button:hover {
  text-decoration: none;
  cursor: pointer;
  color: white;
  border: 1px solid white;
}

.footer-subscribe-details .essential-information {
  float: left;
  width: 30%;
  text-align: left;
}

.footer-subscribe-details .other-information {
  float: left;
  width: 30%;
  text-align: left;
}

.footer-subscribe-details .interests-list {
  float: left;
  width: 40%;
  text-align: left;
}

.footer-subscribe-details hr {
  display: inline-block;
  width: 100%;
  height: 0;
  border: none;
}

.footer-subscribe-details input {
  width: 90%;
  margin-bottom: 15px;
  padding: 15px;
  border: none;
  color: #0d6396;
}

.footer-subscribe-details .other-information input {
  background: rgba(255, 255, 255, 0.6);
}

.footer-subscribe-details p {
  color: rgba(255, 255, 255, 0.6);
  padding-bottom: 10px;
}

.footer-subscribe-details .checkboxes {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-subscribe-details .checkboxes li {
  padding-bottom: 10px;
  width: 50%;
  float: left;
}

.footer-subscribe-details .checkboxes input {
  width: auto;
}

.footer-subscribe-details .checkboxes label {
  font-weight: 300;
}

.footer-subscribe-details [type="checkbox"]:not(:checked) + label {
  color: rgba(255, 255, 255, 0.6);
}

/* Base for label styling */
.footer-subscribe-details [type="checkbox"]:not(:checked),
.footer-subscribe-details [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.footer-subscribe-details [type="checkbox"]:not(:checked) + label,
.footer-subscribe-details [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

/* checkbox aspect */
.footer-subscribe-details [type="checkbox"]:not(:checked) + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  height: 20px;
  width: 20px;
  background-image: url("/assets/dreamworld/images/checkbox.png");
  background-size: cover;
}

.footer-subscribe-details [type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  height: 20px;
  width: 20px;
  background-image: url("/assets/dreamworld/images/checkbox-active.png");
  background-size: cover;
}

/******************************************/
.passholder-query label {
    display: inline;
    float: left;
    font-weight: 600;
    margin: 0 10px 5px 0;
}

.footer-subscribe-details .newsRadios {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
}

.footer-subscribe-details .newsRadios li {
  padding-bottom: 10px;
  width: 50%;
  float: left;
}

.footer-subscribe-details .newsRadios input {
  width: auto;
}

.footer-subscribe-details .newsRadios label {
  font-weight: 300;
}

.footer-subscribe-details .newsRadios label {
    font-weight: 300;
}
.footer-subscribe-details [type="radio"]:not(:checked) + label {
  color: rgba(255, 255, 255, 0.6);
}

.footer-subscribe-details [type="radio"]:not(:checked),
.footer-subscribe-details [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}

.footer-subscribe-details [type="radio"]:not(:checked) + label,
.footer-subscribe-details [type="radio"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

.footer-subscribe-details [type="radio"]:not(:checked) + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  height: 20px;
  width: 20px;
  background-image: url("/assets/dreamworld/images/checkbox.png");
  background-size: cover;
}

.footer-subscribe-details [type="radio"]:checked + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  height: 20px;
  width: 20px;
  background-image: url("/assets/dreamworld/images/checkbox-active.png");
  background-size: cover;
}


/******************************************/

.footer-subscribe-details a {
  font-weight: 500;
}

.footer-subscribe-details .ad-newsletter-signup{
    background-color:transparent;
    padding:0;
}

.footer-subscribe-details .ad-newsletter-signup .loader {
    padding-bottom: 10px;
    position: relative;
    right: 0;
    top: 0;
}

@media (max-width: 767px) {
  .footer-subscribe {
    text-align: center;
  }

  .footer-subscribe a.button {
    display: inline-block;
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    width: 50%;
    text-align: center;
    min-width: 250px;
  }

  .footer-subscribe-details .essential-information {
    float: none;
    width: 100%;
    text-align: left;
  }

  .footer-subscribe-details .other-information {
    float: none;
    width: 100%;
    text-align: left;
  }

  .footer-subscribe-details .interests-list {
    float: none;
    width: 100%;
    text-align: left;
  }

  .footer-subscribe-details input {
    width: 100%;
  }
}
	
@media (min-width: 992px) {
  .dropdown-selector {
    position: fixed !important;
    right: -180px;
    top: -40px;
    z-index: 5000;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(-190px, 48px, 0);
  }
  .searchbar .members .button{
    -ms-transform: translate3d(-190px, 48px, 0);
  }
}

@media (max-width: 1229px) {
  .dropdown-selector {
    right: 173px;
    -moz-transform: translate3d(0, 48px, 0);
    -ms-transform: translate3d(0, 48px, 0);
  }

  .navbar .buy-tickets {
    top: -27px;
    padding-bottom: 13px;
    padding: 15px 20px;
  }
  .searchbar .members {
    right: 272px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .dropdown-selector {
    position: absolute !important;
    top: -55px;
    right: 106px;
    padding-right: 40px;
  }

  .dropdown-selector:after {
    position: absolute;
    top: 15px;
    right: 10px;
  }
  .navbar .buy-tickets {
   top: -27px;
   padding-bottom: 13px;
   padding: 17px 15px 12px;
   right: -2px;
 }
}

@media (max-width: 990px) {
  .dropdown-selector::after {
    top: 19px;
  }

  .navbar .buy-tickets {
    display: none;
  }

  .dropdown-selector {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.ad-hero-area .ad-tools-widget,
.ad-hero-placeholder .ad-tools-widget,
.ad-widget-holder .ad-tools-widget {
  position: fixed;
}

.hide-buy-ticket {
    display: none;
}

.ui-datepicker td span, .ui-datepicker td a {
  font-size: 12px;
  line-height: 1; 
}

/*! Tablesaw - v2.0.2 - 2015-10-28
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2015 Filament Group; Licensed  */

table.tablesaw {
  empty-cells: show;
  max-width: 100%;
  width: 100%;
}

.tablesaw {
  border-collapse: collapse;
  width: 100%;
}

/* Structure */

.tablesaw {
  border: 0;
  padding: 0;
}

.tablesaw th,
.tablesaw td {
  box-sizing: border-box;
  padding: .5em .7em;
}

.tablesaw thead tr:first-child th {
  padding-top: .9em;
  padding-bottom: .7em;
}

/* Table rows have a gray bottom stroke by default */

.tablesaw-stack tbody tr {
  border-bottom: 1px solid #dfdfdf;
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none;
}

/* Mobile first styles: Begin with the stacked presentation at narrow widths */

@media only all {
  /* Show the table cells as a block level element */

  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block;
  }

  .tablesaw-stack tr {
    clear: both;
    display: table-row;
  }

  /* Make the label elements a percentage width */

  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 0 .6em 0 0;
    width: 30%;
    display: inline-block;
  }

  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */

  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0;
  }

  .tablesaw-cell-label {
    display: block;
  }

  /* Avoid double strokes when stacked */

  .tablesaw-stack tbody th.group {
    margin-top: -1px;
  }

  /* Avoid double strokes when stacked */

  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important;
  }
}

@media (max-width: 39.9375em) {
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none;
  }

  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    clear: left;
    float: left;
    width: 100%;
  }

  .tablesaw-cell-label {
    vertical-align: top;
  }

  .tablesaw-cell-content {
    max-width: 67%;
    display: inline-block;
  }

  .tablesaw-stack td:empty,
  .tablesaw-stack th:empty {
    display: none;
  }
}

/* Media query to show as a standard table at 560px (35em x 16px) or wider */

@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row;
  }

  /* Show the table header rows */

  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0;
  }

  /* Hide the labels in each cell */

  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
}

.tableDesign tr th{
    vertical-align: middle;
}
.tableDesign tbody tr th:first-child .tablesaw-cell-label,
.tableDesign tbody tr td:first-child .tablesaw-cell-label{
    display: none;
}
.tableDesign .tablesaw-cell-label{
    float: left;
}
.tableDesign tbody .row-heading .tablesaw-cell-content,
.tableDesign tbody th .tablesaw-cell-content{
    max-width: 100%;
    padding: 0;
}
.tableDesign tr th span{

}
@media (max-width: 40em){
    .tableDesign tbody .row-heading img,
    .tableDesign tbody th img{
        display: none;
    }
    .tablesaw-cell-label img{
        display: none;
    }
    .tableDesign tbody .row-heading, .tableDesign tbody th{
        text-align: center;
        padding: 15px;
    }
}
.tableDesign tbody.collapsed tr{
    display: none;
}
.tableDesign tbody.collapsed tr:first-of-type{
    display: table-row;
}
.ohc1, .ohc2, .ohc3 {display:none;}
.pohc1 .ohc1 {display:block;}
.pohc2 .ohc2 {display:block;}
.pohc3 .ohc3 {display:block;}

#content-main .scfForm {
    padding: 0 10px;
    font-family:UniversLTPro-55Roman;
}

.ride-features .ad-feature-icons .ad-ride-feature-container .ad-key-feature-icon.ad-key-feature-vip {
    background: #074468;
    color: #fff;
	padding-top: 0;
	position: relative;
}
.ride-features .ad-feature-icons .ad-ride-feature-container .ad-key-feature-icon.ad-key-feature-vip .ad-feature-unit {
    font-size: 18px;
	line-height: 1.2;
}
.ride-features .ad-feature-icons .ad-ride-feature-container .ad-key-feature-icon.ad-key-feature-vip .ad-feature-img-with-txt {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* VIP Form
------------------------*/
.vip-form-toggle {
  background: #0D6396;
  position: relative;
}

.vip-form-toggle .container {
  position: relative;
  padding: 50px 0;
}

@media (max-width: 1170px) {
  .vip-form-toggle .container {
    padding: 30px 20px;
    text-align: center;
  }
}
.vip-form-toggle h2 {
  color: white;
  font-family: Oswald, arial;
  font-size: 24px;
  letter-spacing: 0.5px;
}

.vip-form-toggle p {
  color: rgba(255, 255, 255, 0.5);
}

.vip-form-toggle .button {
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.8px;
  padding: 15px 40px;
  position: absolute;
  right: 0;
  text-decoration: none;
  text-transform: uppercase;
  bottom: 40px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: color 0.4s ease 0s, border 0.4s ease 0s;
          transition: color 0.4s ease 0s, border 0.4s ease 0s;
}

.vip-form-toggle.success .button{
	position: relative;
	top: 0;
	margin-top: 45px;
}

@media (max-width: 1170px) {
  .vip-form-toggle .button {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.vip-form-toggle .button:hover {
  color: white;
  border: 1px solid white;
  cursor: pointer;
}

.vip-form {
  display: none;
  background: #074468;
  padding: 0px 0;
  text-align: center;
  -webkit-transition: padding 2s;
          transition: padding 2s;
  font-family: Oswald;
  font-weight: 300 !important;
  color: white;
  padding: 80px 0;
  overflow: hidden;
}

@media (max-width: 1000px) {
  .vip-form {
    padding: 40px 20px;
  }
}
@media (min-width: 1000px) {
  .vip-form .scfForm {
    width: 1000px;
    margin: 0 auto;
  }
}
.vip-form .scfSectionLegend {
  font-family: Oswald, arial;
  font-weight: 400;
  /*line-height: 25px;*/
  line-height: 35px;
  padding: 0;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 10px;
  color: white;
  border: none;
  text-decoration:none;
}

.vip-form .scfSectionUsefulInfo {
  font-family: Oswald, arial;
}

.vip-form .scfSectionBorderAsFieldSet {
  border: none;
  margin: 0;
  padding: 0;
  padding-right: 15px;
  float: left;
  /*width: 50%;*/
  width: 33%;
  width: -webkit-calc(100% / 3.03);
  width: calc(100% / 3.03);
}

.vip-form .scfSectionContent .scfDatePickerLabel, .vip-form .scfSectionContent .scfMultipleLineTextLabel{
    margin: 0;
}

.vip-form .scfSectionContent .scfEmailGeneralPanel,
.vip-form .scfSectionContent input,
.vip-form .scfSectionContent .scfSingleLineGeneralPanel,
.vip-form .scfSectionContent .scfMultipleLineTextLabel, 
.vip-form .scfSectionContent .scfDatePickerLabel, 
.vip-form .scfSectionContent .scfMultipleLineTextBox ,
.vip-form .scfSectionContent .scfMultipleLineGeneralPanel,
.vip-form .scfSectionContent .scfDatePickerGeneralPanel,
.vip-form .scfSectionContent .scfDatePickerTextBox{
  width: 90%;
}

.vip-form .scfRadioButtonListLabel,
.vip-form .scfRadioButtonListGeneralPanel {
    width: 45%;
}

@media (max-width: 800px) {
  .vip-form .scfSectionBorderAsFieldSet {
    float: none;
    width: 100%;
  }

  .vip-form .scfSectionContent .scfEmailGeneralPanel,
  .vip-form .scfSectionContent input,
  .vip-form .scfSectionContent .scfSingleLineGeneralPanel,
  .vip-form .scfSectionContent .scfMultipleLineTextLabel, 
  .vip-form .scfSectionContent .scfDatePickerLabel, 
  .vip-form .scfSectionContent .scfMultipleLineTextBox ,
  .vip-form .scfSectionContent .scfMultipleLineGeneralPanel,
  .vip-form .scfSectionContent .scfDatePickerGeneralPanel,
  .vip-form .scfSectionContent .scfDatePickerTextBox{
    width: 100%;
  }
}
.vip-form .scfSectionContent {
  padding: 0;
  margin: 0;
}

.vip-form .scfRequired {
  display: none;
}

.vip-form .scfRadioButtonListGeneralPanel .scfRadioButtonList input[type=radio] {
  width: 50px;
}

.vip-form .scfRadioButtonListBorder {
  padding-top: 30px;
}

.vip-form .scfCheckBoxListLabel {
  display: none;
}

.vip-form .scfSubmitButtonBorder {
    clear:left;
}

@media (max-width: 768px) {
	.vip-form .scfSubmitButtonBorder {
		text-align:center;
	}
}

.vip-form .scfSubmitButton {
	background:#CC1215;border:none;text-transform:uppercase;color:white;font-family:Oswald,arial;font-size:18px;font-weight:400;width:auto;padding:15px 60px;margin:5px auto 0
}

.vip-form .scfSingleLineTextLabel,
.vip-form .scfEmailLabel {
  display: none;
}

@media (max-width: 800px) {
  .vip-form .scfSubmitButton {
	margin-top:0;
  }
}
@media (max-width: 767px) {
  .vip-form .scfSubmitButton {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .vip-form .scfSectionContent label {
    width: 100%;
  }

  .vip-form .scfSectionContent .scfEmailGeneralPanel,
  .vip-form .scfSectionContent input,
  .vip-form .scfSectionContent .scfSingleLineGeneralPanel {
    width: 100%;
  }

  .vip-form .scfRadioButtonListLabel,
  .vip-form .scfRadioButtonListGeneralPanel {
    width: 100%;
    margin-top: 20px;
  }

  .vip-form .scfRadioButtonListGeneralPanel label {
    width: auto;
  }
}
.vip-form.expand {
  display: block;
  padding: 50px 0;
  -webkit-transition: padding 2s;
          transition: padding 2s;
}

.vip-form a.button {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.8px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 15px 30px;
  text-decoration: none;
  -webkit-transition: color 0.4s, border 0.4s;
          transition: color 0.4s, border 0.4s;
  text-align: center;
  width: 40%;
  max-width: 100%;
  min-width: 250px;
}

.vip-form a.button:hover {
  text-decoration: none;
  cursor: pointer;
  color: white;
  border: 1px solid white;
}

.vip-form .essential-information {
  float: left;
  width: 30%;
  text-align: left;
}

.vip-form .other-information {
  float: left;
  width: 30%;
  text-align: left;
}

.vip-form .interests-list {
  float: left;
  width: 40%;
  text-align: left;
}

.vip-form hr {
  display: inline-block;
  width: 100%;
  height: 0;
  border: none;
}

.vip-form input, .vip-form textarea {
  width: 90%;
  margin-bottom: 15px;
  padding: 15px;
  border: none;
  color: #0d6396;
}

.vip-form .other-information input {
  background: rgba(255, 255, 255, 0.6);
}

.vip-form p {
  color: rgba(255, 255, 255, 0.6);
  padding-bottom: 30px;
}

.vip-form .checkboxes {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vip-form .checkboxes li {
  padding-bottom: 10px;
  width: 50%;
  float: left;
}

.vip-form .checkboxes input {
  width: auto;
}

.vip-form .checkboxes label {
  font-weight: 300;
}

.vip-form [type="checkbox"]:not(:checked) + label {
  color: rgba(255, 255, 255, 0.6);
}

/* Base for label styling */
.vip-form [type="checkbox"]:not(:checked),
.vip-form [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.vip-form [type="checkbox"]:not(:checked) + label,
.vip-form [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 35px;
  padding-bottom: 10px;
  cursor: pointer;
  font-weight: 400;
}

/* checkbox aspect */
.vip-form [type="checkbox"]:not(:checked) + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  height: 20px;
  width: 20px;
  background-image: url("../images/checkbox.png");
  background-size: cover;
}

.vip-form [type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  height: 20px;
  width: 20px;
  background-image: url("../images/checkbox-active.png");
  background-size: cover;
}

.vip-form a {
  font-weight: 500;
}

.vip-form .scfSectionContent .scfDatePickerGeneralPanel .ui-icon-datepicker.ui-icon  {
	display:none;
}

.scfForm {
	text-align:left;
	line-height:1.4em;
}

.scfEmailGeneralPanel, .scfMultipleLineGeneralPanel, .scfSingleLineGeneralPanel, .scfPasswordGeneralPanel, .scfNumberGeneralPanel, .scfDatePickerGeneralPanel, .scfDateGeneralPanel, .scfRadioButtonListGeneralPanel, .scfCheckBoxListGeneralPanel, .scfFileUploadGeneralPanel, .scfDateSelectorGeneralPanel, .scfCreditCardGeneralPanel, .scfConfirmPasswordGeneralPanel, .scfCaptchaGeneralPanel, .scfTelephoneGeneralPanel, .scfSmsTelephoneGeneralPanel {
    padding: 0px 2px 0px 0px;
    display: block;
    float: left;
}

.scfEmailGeneralPanel, .scfMultipleLineGeneralPanel, .scfSingleLineGeneralPanel, .scfPasswordGeneralPanel, .scfNumberGeneralPanel, .scfDatePickerGeneralPanel, .scfDateGeneralPanel, .scfRadioButtonListGeneralPanel, .scfCheckBoxListGeneralPanel, .scfFileUploadGeneralPanel, .scfDateSelectorGeneralPanel, .scfCreditCardGeneralPanel, .scfConfirmPasswordGeneralPanel, .scfCaptchaGeneralPanel, .scfTelephoneGeneralPanel, .scfSmsTelephoneGeneralPanel, .scfDropListGeneralPanel {
    margin: 10px 0px;
}

.scfDropListLabel, .scfEmailLabel, .scfMultipleLineTextLabel, .scfSingleLineTextLabel, .scfPasswordLabel, .scfNumberLabel, .scfDatePickerLabel, .scfDateLabel, .scfRadioButtonListLabel, .scfCheckBoxListLabel, .scfListBoxLabel, .scfFileUploadLabel, .scfDateSelectorLabel, .scfCreditCardLabel, .scfConfirmPasswordLabel, .scfCaptchaLabel, .scfTelephoneLabel, .scfSmsTelephoneLabel {
    padding: 3px 0px;
    display: block;
    float: left;
    clear: both;
    font-weight: 400;
}

.component.ad-tools-widget{
  transition: width 1s ease 0.25s;
  right: -40px !important;
}

.component.ad-tools-widget .ad-expand-widget{
  z-index: -1;
}

.component.ad-tools-widget.scrolled{
	width: 90px;
  transition: width 1s ease 0.5s;
}

.component.ad-tools-widget .tool-widget-text{
  width: 160px;
  height: 25px;
  transition: opacity 0.5s linear  1.5s, width 0s ease 1s;
}

.component.ad-tools-widget.scrolled .tool-widget-text{
  overflow: hidden;
  opacity: 0;
  width:0;
  transition: opacity 0.5s linear, width 0s ease 0.5s;
}

.component.ad-tools-widget.scrolled:hover .tool-widget-text{
  width: 160px;
  opacity: 1;
  transition: opacity 0.5s linear  1.5s, width 0s ease 1s;
}

.component.ad-tools-widget.scrolled:hover{
  	width: 295px;
    transition: width 1s ease 0.5s;
}
.searchbar .members{
    z-index: 0;
    position: fixed !important;
    right: -80px;
    top: -40px;
    z-index: 5000;
}

@media (max-width: 1229px) {
  .searchbar .members {
  		right: 272px;
  }
}

.searchbar.lower{
	display: none;
}

#mobile-menu .searchbar.upper{

}

#mobile-menu .searchbar.upper .members,
#mobile-menu .searchbar.upper .dropdown-selector{
  display: none;
}

#mobile-menu .searchbar.lower{
	display: block;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	.searchbar .members {
        right: 225px;
  	    top: -40px;
	}
}
.searchbar .members .button{
    border: 1px solid rgba(255,255,255,.6);
    color: #fff;
    padding: 2px 10px 1px 10px;
    font-family: Oswald;
    font-size: 14px;
    margin: 0 10px 0 0px;
    font-weight: 200;
    /*display: inline-block;*/
    display: none;
}
.searchbar .members .dropdown-selector{
    position: static !important;
    display: inline-block;
    margin: 0 10px 0 0px;
    font-weight: 200;
}

.searchbar .members .account-list {
    display: none;
}
@media (max-width: 991px){
  .searchbar .members{
    position: static !important;
  }

  .searchbar .members .dropdown-selector{
    width: 100%;
    z-index: 1006;
    background: white;
    position: relative !important;
  }
  .searchbar .members .button{
    border: 1px solid rgba(0,0,0,.3);
    color: #999;
    padding: 6px 10px;
    font-family: Oswald;
    font-size: 14px;
    z-index: 1;
    width: 100%;
    margin: 0em 0 1.1em;
  }
  .dropdown-selector{
    width: 100%;
    margin: 15px 0;
  }
}

.carousel.content-rotator .ad-rte-content .button{
    position: relative;
    margin: -30px -20px 20px -20px;
    display: block;
    background-color: #008ecb;
    color: white;
    text-align: center;
    text-align: center;
    font-size: 21px;
    text-transform: uppercase;
    font-family: Oswald;
    padding: 9px 0 10px;
}
.carousel.content-rotator .ad-rte-content .audio.button{
    background-image: url(../images/audio-icon.png);
    background-repeat: no-repeat;
    background-size: 32px auto;
    background-position: 24px 50%;
}
.carousel.content-rotator .ad-rte-content .audio.button.loading{
  background-image: url(../images/loader-white-blue.gif);
	background-repeat: no-repeat;
	background-size: 32px auto;
	background-position: 50% 50%;
  text-indent: -9999px;
}

.carousel.content-rotator .ad-rte-content .audio.button:hover, .carousel.content-rotator .ad-rte-content .audio.button{
	text-decoration: none;
}
header.dw-header .mega-menu .ad-category-module .ad-category-image a img{
	transition: transform 0.5s ease;
}
header.dw-header .mega-menu .ad-category-module .ad-category-image a:hover img{
	transform: scale(1.2);
}
header.dw-header .mega-menu .ad-category-module .ad-category-image a:active img{
  transform: scale(1.1);
  transition: transform 0.1s ease;
}

header.dw-header .mega-menu .ad-category-module .ad-cat-sublinks a:hover{
  font-weight: bold;
  text-decoration: underline;
}

.ad-hero-placeholder.empty{height:auto;}
@media (min-width: 768px) and (max-width:991px) {
    .ad-hero-placeholder.empty{min-height:30px}
}
@media (min-width: 992px) {
	.ad-hero-placeholder.empty{min-height:160px}
}

/* New Trade & Media Page - CH */

/* Magnific Popup for image lightbox with scrollable gallery - CH */
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:5px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}

.mfp-container {
    position: relative;
    width: 90vw;
    max-width: 1020px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.mfp-image-holder .mfp-content {
    width: 100%;
}

.mfp-figure {
    cursor: default !important;
}

img.mfp-img {
    width: 100%;
    padding-top: 0;
}

button.mfp-close {
    width: 100px !important;
    background: black;
    text-align: center !important;
    font-family: Oswald;
    font-size: 1em;
    cursor: pointer !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

button.mfp-arrow {
    background: rgba(0,0,0,0.65);
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mfp-arrow:hover {
    background: rgba(0,0,0,1);
}

.mfp-arrow:before {
    display: none;
}

.mfp-arrow-left:after {
    border: none;
    background-image: url('../images/Arrows/Left.png');
    width: 28px;
    height: 32px;
    margin-left: 26px;
}

.mfp-arrow-right:after {
    border: none;
    background-image: url('../images/Arrows/Right.png');
    width: 28px;
    height: 32px;
}

@media screen and (max-width: 767px) {
    .mfp-arrow {
        -webkit-transform: scale(0.45);
        transform: scale(0.45);
    }

    .mfp-close {
        -webkit-transform: scale(0.75);
        -webkit-transform-origin: top right;
        transform: scale(0.75);
        transform-origin: top right;

    }
}

.mfp-bottom-bar {
    margin-top: -40px;
}

.mfp-title {
    background: white;
    color: black;
    padding: 25px;
}

.mfp-title a {
    color: #9D9D9D;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
}

.mfp-title a:hover {
    color: #0092cf;
}

.mfp-title span.divider {
    color: #9D9D9D;
    font-size: 18px;
    padding: 0 5px;
    vertical-align: top;
}

.mfp-counter {
    display: none;
}

.btn-load-more {
    background: white !important;
    border-radius: 0;
    font-family: Oswald;
    font-size: 1.5em !important;
    text-transform: uppercase;
    margin: 70px 0 !important;
    padding: 20px 80px !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-load-more:hover, .btn-load-more:focus {
    background: #0092cf !important;
    color: #fff !important;
}

img.ajax-loading {
    margin: 40px 0;
}

.ad-tabs-wrapper .ad-gallery.container-fluid {
    background: #E9F6FE;
    max-width: 1200px;
    padding: 0;
}

.ad-tabs-wrapper .scrollable {
    overflow-x: auto;
    overflow-y: hidden;
}

.ad-tabs-wrapper .nav-tabs {
    display: inline-block;
    width: 1200px;
    border: 0;
    margin-top: 0;
}

.ad-tabs-wrapper .nav-tabs > li > a {
    border-radius: 0;
    border-color: #E9F6FE;
    color: #fff;
    background-color: #0092cf;
    font-size: 1.6em;
    padding: 25.5px;
    margin-right: 2.2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ad-tabs-wrapper .nav-tabs > li:last-child {
    float: right;
}

.ad-tabs-wrapper .nav-tabs > li:last-child a {
    margin-right: 0;
}

.ad-tabs-wrapper .nav-tabs > li.active > a, .ad-tabs-wrapper .nav-tabs > li:hover > a {
    color: #0092cf !important;
    background-color: #E9F6FE !important;
    border-color: transparent !important;
}

.ad-tabs-wrapper .page-heading h1 {
    color: #0092cf;
    font-size: 40px;
    line-height: 1;
    text-transform: uppercase;
}

.ad-tabs-wrapper .tab-content {
    margin-top: 70px;
    font-family: UniversLTPro-55Roman !important;
}

.photo-gallery-tabs .ad-gallery .gallerytab-content .ad-gallery-item img {
    max-height: none;
}

.photo-gallery-tabs .ad-gallery .gallerytab-content .ad-gallery-item .ad-caption-wrapper{
    background: white;
    position: static;
    padding: 15px 15px 10px 15px;
    text-align: left;
}

.photo-gallery-tabs .ad-gallery .gallerytab-content .ad-gallery-item .ad-caption-wrapper a {
    color: #9D9D9D;
    font-size: 18px;
    line-height: 1;
	vertical-align: text-bottom;
}

.photo-gallery-tabs .ad-gallery .gallerytab-content .ad-gallery-item .ad-caption-wrapper a:hover {
    color: #0092cf;
	text-decoration: underline;
}

.photo-gallery-tabs .ad-gallery .gallerytab-content .ad-gallery-item .ad-caption-wrapper span.divider {
    color: #9D9D9D;
    font-size: 18px;
    padding: 0 5px;
    vertical-align: baseline;
	line-height: 1;
}

.photo-gallery-tabs .ad-gallery .gallerytab-content .ad-gallery-item .ad-caption-wrapper p {
    font-size: 90%;
    font-weight: normal;
    text-transform: none;
}

.photo-gallery-tabs .tab-content {
  display: none;
}

.photo-gallery-tabs .tab-content:first-of-type {
  display: block;
}

.photo-gallery-tabs .tab-content.current {
  display: block;
}

.photo-gallery-tabs nav.greedy {
  position: relative;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@@media (max-width: 993px) {
  .photo-gallery-tabs nav.greedy.ios {
    display: inline-block;
    float: right;
  }
}

.photo-gallery-tabs nav.greedy h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #d8d8d8;
  color: #404040;
  padding: 0 1.5rem;
  font-weight: bold;
}

.photo-gallery-tabs nav.greedy button {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-transition: all 0.4s ease-out;
          transition: all 0.4s ease-out;
  outline: 0;
  border: 0;
  background: #008ECC;
  color: white;
  padding: 17px 40px 17px 20px;
  text-transform: uppercase;
  font-size: 22px;
  font-family: "Oswald", arial;
  margin-left: 6px;
}

.photo-gallery-tabs nav.greedy button.hidden {
  -webkit-transition: none;
          transition: none;
  border-right: 0.5rem solid #b6b6b6;
  width: 0;
  padding: 0;
  overflow: hidden;
}

.photo-gallery-tabs nav.greedy button:after {
  content: attr(count);
  display: inline-block;
  width: 25px;
  height: 25px;
  background: white;
  color: #2FA1EA;
  border-radius: 50%;
  font-size: 14px;
  line-height: 14px;
  margin-left: 1rem;
  margin-right: -webkit-calc(-1rem + -8px);
  margin-right: calc(-1rem + -8px);
  position: relative;
  top: -5px;
  right: -5px;
  padding-top: 5px;
}

.photo-gallery-tabs nav.greedy ul.links {
    background-color:#fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  z-index: 2;
  margin: 0;
  padding: 0;
}

.photo-gallery-tabs nav.greedy ul.links li {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  padding: 0 0 0 6px;
  list-style: none;
}

.photo-gallery-tabs nav.greedy ul.links li a {
  display: inline-block;
  color: white;
  background: #008ECC;
  padding: 18px 30px;
  text-transform: uppercase;
  font-size: 22px;
  outline: none;
  text-decoration: none !important;
}

.photo-gallery-tabs nav.greedy ul.links li.current a {
  color: #2FA1EA;
  background: #E9F6FE;
}

.photo-gallery-tabs nav.greedy ul.hidden-links {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 2;
  background: #008ECC;
  padding: 0;
  margin: 0;
  border-top: 1px solid #E9F6FE;
}

.photo-gallery-tabs nav.greedy ul.hidden-links li {
  padding: 0px;
  list-style: none;
  text-align: left;
  width: 100%;
}

.photo-gallery-tabs nav.greedy ul.hidden-links li a {
  display: inline-block;
  color: white;
  width: 100%;
  background: #008ECC;
  padding: 17px 30px;
  text-transform: uppercase;
  font-size: 17px;
  border-left: 5px solid #008ECC;
}

.photo-gallery-tabs nav.greedy ul.hidden-links li.current a {
  border-left: 5px solid #FF1C23;
}

.photo-gallery-tabs nav.greedy ul.hidden-links.hidden {
  display: none;
}

@@media (max-width: 993px) {
  .photo-gallery-tabs nav.greedy.ios ul.hidden-links li {
    width: 250px;
  }
}

.photo-gallery-tabs nav.greedy.ie-ten {
  display: inline-block;
  float: left;
}

.photo-gallery-tabs nav.greedy.ie-ten h1 {
  display: inline-block;
}

.photo-gallery-tabs nav.greedy.ie-ten ul.links {
  display: block;
  -webkit-box-pack: none;
  -webkit-justify-content: none;
      -ms-flex-pack: none;
          justify-content: none;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

.photo-gallery-tabs nav.greedy.ie-ten ul.links li {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  float: left;
}

.photo-gallery-tabs nav.greedy.ie-ten ul.links li a {
  display: inline-block;
}

.photo-gallery-tabs .membership-details {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 5px !important;
}

.photo-gallery-tabs .gallerytabitems .ad-caption-wrapper p {
	padding: 0;
}
