@font-face {
    font-family: 'Fontawesome';
    src: url('../fonts/FontAwesome.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

body {
    color: #333;
    font-size: 15px;
    line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, sans-serif;
}

h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #425663;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
}

h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #425663;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

h4 {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #425663;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

h5 {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #425663;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

p {
    line-height: 1.45;
}

a {
    color: #0077b4;
    text-decoration: none;
}

li {
    margin-top: 10px; 
    margin-bottom: 10px;
}
.mrg-bottom-25px {
	margin-bottom:25px !important;
}
.clear { clear: both; } 
.container {
    position: relative;
    display: block;
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
}

.container.hero-container {
    /*position: absolute;*/
    -webkit-transform: translate(-50%,-50%);
    position: absolute;
    left: 50%;
    width: 100%;
    left: 0px;
    top: 50%;
    right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

.hero-badge {
	position: absolute;
	bottom:19px;
	right:100px;
	z-index:50;
	height: 167px;
	width: 121px;
}
@media (max-width:650px) {
	.hero-badge {
		right:10px;
		max-width:75px;
	}
}
.container.room-page-container {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
	width:100%;
}

.container.page-container {
    padding-top: 270px;
    padding-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.navbar {
    position: absolute;
    left: 0px;
    top: 40px;
    right: 0px;
    background-color: rgba(255, 255, 255, 0.9);
}

.home .navbar {
    background-color: rgba(255, 255, 255, 0.65);
}

.header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.social-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 34px;
    height: 34px;
    margin-right: 10px;
    float: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 100%;
    -webkit-transition: background-color 250ms ease, color 250ms ease;
    transition: background-color 250ms ease, color 250ms ease;
    font-family: Fontawesome, sans-serif;
    color: #fff;
    font-size: 13px;
}

.social-icon:hover {
    background-color: #fff;
    color: #0077b4;
}

.social-icon.smaller {
    width: 28px;
    height: 28px;
    font-size: 12px;
}

.top-phone-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-bar {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1000;
    padding-top: 6px;
    padding-bottom: 6px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: rgba(0, 0, 0, .15);
}

.logo {
    height: 82px;
}

.text-link {
    color: #333;
    text-decoration: none;
}

.text-link.phone-link {
    margin-left: 12px;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.text-link.phone-link:hover {
    text-decoration: underline;
}

.nav-menu {
    margin-left: 30px;
    float: left;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
}

.hero {
    position: relative;
}

.hero-slider {
    height: 480px;
    height: 100vh;
}
.device-image img {
    max-width: none!important;
    width: auto!important;
}
.tv { background: #000;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.slide-1 {
    background-color: #a8a8a8;
    background-image: none;
    background-position: 0px 0px;
}

*[id^='readlink'] {
    font-weight: bold;
    color: #0077b4!important;
    padding: 5px;
    border-bottom: none !important;
}

#gallery-2 img {
    border: none!important;
    height:auto;
} 
#gallery-2 .gallery-caption {
    margin-left: 0;
    background: #0078b5;
    color: white;
    padding: 7px;
}
.page-id-8 #gallery-2 .gallery-item {
    margin-top: 0;
}
.page-id-8 .w-col-9 {
    padding-right: 60px;
}
.navbar-content {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.button {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border: 2px solid transparent;
    border-radius: 3px;
    background-color: #cb3523;
    -webkit-transition: border 250ms ease, background-color 250ms ease, color 250ms ease;
    transition: border 250ms ease, background-color 250ms ease, color 250ms ease;
    font-size: 14px;
    text-transform: capitalize;
}

.button.park-map {
    width: 100%;
    padding: 15px;
    text-align: center;
}

.button:hover {
    border-color: #cb3523;
    background-color: #fff;
    color: #cb3523;
}


/*.button.white {
    border: 2px solid #fff;
    background-color: transparent;
}

.button.white:hover {
    background-color: #fff;
    color: #0077b4;
} */

.button.white.search {
    margin-top: 25px;
    padding-right: 30px;
    padding-left: 30px;
}

.button.fixed-booking-button {
    padding-right: 25px;
    padding-left: 25px;
}

.button.submit-button {
    width: 100%;
}

.button.submit-button:hover {
    border-color: #fff;
    background-color: hsla(0, 0%, 100%, 0);
    color: #fff;
}

.button.smaller {
    padding: 6px 12px;
    font-size: 13px;
}

.button.contact-submit {
    width: 99%;
    padding: 15px;
}

.booking-button-wrapper {
    float: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
}

.hero-subheader {
    padding-right: 30px;
    padding-left: 30px;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    text-shadow: 1px 1px 1px black;
}

.hero-play-button {
    width: 72px;
    height: 72px;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/play-sign-1.png');
    background-position: 50% 50%;
    background-size: 72px;
    background-repeat: no-repeat;
    opacity: 0.5;
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
    cursor: pointer;
}

.hero-play-button:hover {
    opacity: 1;
}

.space {
    height: 40px;
}

.space.small {
    height: 20px;
}

.div-center {
    text-align: center;
}

.slide-nav {
    display: block;
    padding-right: 30px;
    font-size: 14px;
    text-align: right;
}

.section {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.section.jig-saw {
    font-size: 13px;
}
.about-us .main-description {
    margin-bottom: 30px;
}
.section.testimonials {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/What-Our-Guests-Say-About-Us-Background.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/What-Our-Guests-Say-About-Us-Background.jpg');
    background-position: top center;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.section.about-us {
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
}

.section.tint {
    background-color: #f7f7f7;
}

.section.tint.display-none {
    display: none;
}

.section.explore-sec {
    display: block;
}

.section.explore {
    display: none;
    padding-top: 41px;
    padding-bottom: 41px;
}

.section-header {
    display: block;
    width: 85%;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    text-align: center;
}

.section-header.testimonial-header {
    margin-bottom: 30px;
}

.section-heading {
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
}

.section-heading.white {
    color: #fff;
}

.section-heading.instagram {
    padding-left: 40px;
    background-image: url('../images/instagram.png');
    background-position: 0px 50%;
    background-size: 32px;
    background-repeat: no-repeat;
}
.intro-box-title {
    color: #fff;
    font-size: 17px;
    line-height: 27px;
}

.white-paragraph,
.main-description p,
.main-description {
    color: #fff;
}
.main-description h2 {
    color: white;
    font-size: 22px;
    line-height: normal;
    margin-bottom: 0px;
}
.white-paragraph.copyright {
    font-size: 12.5px;
}

.about-row-space {
    margin-bottom: 60px;
}

.facility-box {
    height: 120px;
    text-align: center;
    margin-bottom: 30px;
}

.feature-icon {
    height: 48px;
    margin-bottom: 15px;
    width: auto;
}

.facilty-row {
    padding-top: 50px;
    padding-bottom: 50px;
}

.jig-saw-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.jig-saw-wrapper a:hover .overlay {
	background-color:rgba(0, 0, 0, 0.8);
}
.jig-saw-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.jig-saw-col.big-col {
    width: 40%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.jig-saw-smal-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 240px;
    padding: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-basis: 47%;
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
	/*
	box-sizing:border-box;
	padding:0px;
	border:10px solid #FFF;
	*/
}

.footer {
    padding-top: 50px;
    background-color: #005079;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 80, 121, .94), rgba(0, 80, 121, .94)), url('../images/hahndorf-resort-tourist-park.jpg');
    background-image: linear-gradient(180deg, rgba(0, 80, 121, .94), rgba(0, 80, 121, .94)), url('../images/hahndorf-resort-tourist-park.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.bottom-credits {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    padding-top: 15px;
    padding-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid hsla(0, 0%, 100%, .5);
}
.room-slide img {
    height: auto;
    position: absolute;
    bottom: 0;
}
.testimonial-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.testimonial-slider {
    height: auto;
    background-color: transparent;
}

.slide-icon {
    -webkit-transition: color 250ms ease;
    transition: color 250ms ease;
    color: #e3e5e2;
    font-size: 16px;
}

.testimonial-content {
    width: 70%;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}


.testimonial-name {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.rounded-slide-arrow {
    width: 42px;
    height: 42px;
    margin-right: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #e3e5e2; 
    border-radius: 100%;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.rounded-slide-arrow:hover {
    background-color: hsla(0, 0%, 100%, .46);
}

.rounded-slide-arrow.left {
    margin-right: 0px;
    margin-left: 15px;
}

.testimonial-text,
.testimonial-content p {
    margin-bottom: 15px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.jig-saw-bg {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding-top: 20%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.venue-block {
    text-align: center;
    margin-bottom: 30px;
}

._14-percent-column {
    -moz-box-flex: 1;
    flex: 1 1 0;
}



.venue-number {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
}

.jig-saw-bg.second {}

.jig-saw-bg.third {}

.jig-saw-bg.fourth {}

.dropdown-list.w--open {
    background-color: #fff;
}

.top-bar-wrapper {
    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;
}

.scroll-wrapper {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 20px;
    z-index: 20;
    text-align: center;
}

.arrow-scroll {
    width: 20px;
}

.page-header {
    height: 600px;
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #a8a8a8;
  
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slb_data_content{
	margin-top:12px !important;
}
.page-header.accomodation {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Hahndorf-Resort-Lakeview-Unit.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Hahndorf-Resort-Lakeview-Unit.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
}

/* .page-header.park {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Hahndorf-park-1-1920_-min.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Hahndorf-park-1-1920_-min.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
} */

.page-header.conferences {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/slider1_2000.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/slider1_2000.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.page-header.business-centre {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/view-2.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/view-2.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.page-header.contact-us {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/hahndorf-resort-tourist-park.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/hahndorf-resort-tourist-park.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.page-header.explore {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/nature-319805_1280.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/nature-319805_1280.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.page-header.about-us {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/camp-1163419_1280.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/camp-1163419_1280.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.page-header.events {
    height: 300px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/beach-1214717_1920.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/beach-1214717_1920.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.page-header.facilities {
    height: 300px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/beach-1214717_1920.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/beach-1214717_1920.jpg');
}

.page-header.faqs {
    height: 300px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Explore-maui-motorhome-hahndorf-hill-winery-min.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Explore-maui-motorhome-hahndorf-hill-winery-min.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.page-header.park-map {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/phuket-1432886_1280.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/phuket-1432886_1280.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.page-header.event-detail {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/beach-1214717_1920.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/beach-1214717_1920.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.page-header.terms {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Hahndorf-Resort-Grounds_02-min.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Hahndorf-Resort-Grounds_02-min.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.page-header.gallery {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/phuket-1432886_1280.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/phuket-1432886_1280.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.page-header-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.room-slider {
    height: 320px;
    background-color: transparent;
}

.room-slide {
  
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.room-slide.first {
    background-image: url('../images/ResortOct2014_01.jpg');
}

.room-slide.second {
    background-image: url('../images/ResortOct2014_03.jpg');
}

.room-slider-icon {
    color: #a8a8a8;
    font-size: 33px;
}

.room-description-box {
    padding: 20px;
}

.room-description-box p {
    height: 90px;
}

.room-description-box h3 {
    font-size: 20px;
}

.room-unordered-list {
    margin-bottom: 0px;
}

.room-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	padding-right:15px !important;
}
li.room-list-item.w-col.w-col-4.w-col-small-4 {
    height: 40px;
}

.little-feature-icon {
    height: 16px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.little-feature-icon.bigger {
    height: 24px;
    margin-bottom: 5px;
}

.room-price-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #e3e5e2;
    border-bottom: 1px solid #e3e5e2;
}

.price-text {
    font-family: Montserrat, sans-serif;
}

.room-price {
    margin-left: 10px;
    font-size: 24px;
    font-weight: 700;
}

.room-column-wrapper {
    box-shadow: 6px 6px 38px -8px rgba(0, 0, 0, .15);
}

.breadcrumbs-wrapper {
    display: block;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    padding-left: 10px;
}

.breadcrumbs-wrapper.no-left-padding {
    padding-left: 0px;
}

.breadcrumb {
    text-decoration: none;
}

.breadcrumb:hover {
    text-decoration: underline;
}

.breadcrumb.active {
    display: inline-block;
    color: #c6c6c6;
    text-decoration: none;
}

.breadcrumb-arrow {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    color: #c6c6c6;
}

.room-page-header {
    position: relative;
    height: 600px;
	background-size:cover;
    background-position: bottom;
    margin:0 auto;
}

.room-header-slider {
    width: 100%;
    height: 100%;
    background-color: #a8a8a8;
}
@media (max-width:1024px) {
.num-ctrl .num {
    font-size: 20px;
}
.num{
	float: left;
	font-size: 37px !important;
	line-height:22px;
	padding:10px !important;
}
.num.minus{
	border-top:0px !important;
	padding:10px 12px 10px 12px !important;
	border-left: 1px solid #ccc;
	
}
.num-ctrl{
	width:auto !important;
}
}
@media (max-width:991px) {

.footer-column.form {
    width: 28% !important;
}
.footer-column.second {
    width: 20% !important;
}
.footer-column {
    width: 24% !important;
}
.jig-saw-smal-box {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}
}
@media (max-width:767px) {
.tour-frame{
	height: 300px !important;
}
.gallery-lightbox{
	height:auto !important;
	max-height:auto !important;
}
.footer-column.form {
    width: auto !important;
}
.footer-column.second {
    width: auto !important;
}
.footer-column {
    width: auto !important;
}
}
.room-detail-slider-nav {
    position: absolute;
    bottom: 0px;
    font-size: 12px;
    text-align: right;
}

.room-page-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 25, 29, .2);
}

.room-header-info-block {
    position: relative;
    overflow: hidden;
    width: 47%;
    padding: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: rgba(0, 0, 0, .4);
}

.info-block-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.pets-note {
	color:#f44336;
	background-image:url(../images/cros-icon.png);
	background-repeat:no-repeat;
	padding-left:24px;
	background-position:0px 4px;
}
.room-page-title {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 28px;
}

.icon-subheader {
    margin-top: 4px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 14px;
}

.room-page-little-text {
    margin-bottom: 5px;
    color: #fff;
    font-size: 16px;
    float: left;

}

.other-room-content h4{
	min-height: 50px !important;
}
.wpcf7-textarea{
	resize:none;
}
.room-page-price {
    margin-bottom: 5px;
    color: #fff;
    font-size: 44px;
    line-height: 40px;
    font-weight: 700;
    
}

.info-block-column {
    
    padding-left: 0px;
    padding-right: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: 1px solid #a8a8a8;
}

.info-block-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.detail-info-block {
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e5e2;
}
/*
.postid-486 .venue-capacities {
    display: none;
}
*/
.detail-info-block.upper-padding {
    padding-top: 20px;
}

.detail-info-block.upper-padding.no-border {
    border-bottom-style: none;
}

.room-feature-paragraph {
    margin-bottom: 0px;
    font-size: 13px;
    padding-right: 10px;
	width:100%;
	background-image: url('../images/checked.png');
	background-repeat:no-repeat;
	background-size: 16px;
	background-position: 0px 0px;
	padding-left:20px;
}

.sidebar-info-card {
    margin-bottom: 40px;
    padding: 20px;
    box-shadow: 6px 6px 38px -8px rgba(0, 0, 0, .15);
}
.w-nav {
	z-index:450;	
}
.room-price-wrapper {
    text-align: right;
}

.info-card-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.info-card-list-item p {
width:96%;
}
.info-list-icon {
    height: 22px;
    margin-right: 10px;
}

.info-list-icon.smaller {
    height: 16px;
}

.room-info-header.padding-left {
    padding-left: 10px;
}

.availability-search-bar {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 119, 180, .8);
}

.availability-text {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-top: 25px;
    text-transform: uppercase;
}

.search-label {
    color: #fff;
}

.search-row {
    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;
}

.little-text {
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
}

.room-detail-slide {
  
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.room-detail-slide.first {
    background-image: url('../images/ResortOct2014_01.jpg');
}

.button-bottom-wrapper {
    position: fixed;
    right: 5%;
    bottom: 0px;
    z-index: 20;
}

.fixed-booking-button {
    padding: 15px 30px;
}

.event-block {
    margin-bottom: 60px;
    box-shadow: 6px 6px 38px -8px rgba(0, 0, 0, .15);
}

.event-block-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.event-image-thmubnail {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 300px;
    background-image: url('../images/580f188b6642e5e465af77b4_img-ph.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.event-image-thmubnail.first {
    background-image: url('../images/beach-1214717_1920.jpg');
}

.event-image-thmubnail.second {
    background-image: url('../images/water-fight-442257_1920.jpg');
}

.event-description-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
}

.event-date {
    padding: 10px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 2px solid #0077b4;
    text-align: center;
}

.event-date.detail-date {
    position: absolute;
    left: 0px;
    top: 0px;
    display: inline-block;
    margin: 30px;
}

.event-date-number {
    margin-bottom: 5px;
    font-family: Montserrat, sans-serif;
    color: #0077b4;
    font-size: 30px;
    line-height: 16px;
    font-weight: 700;
}

.event-desciption {
    padding-left: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.event-name {
    margin-top: 0px;
}

.event-name.sidebar-event-name {
    margin-bottom: 4px;
}

.event-sidebar-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.event-small-date {
    font-size: 14px;
}

.sidebar-column {
    padding-left: 30px;
}

.page-heading {
    margin-bottom: 10px;
    color: #fff;
    text-transform: capitalize;
    text-shadow: 1px 1px 1px black;
}

.contact-info-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.contact-icon {
    height: 20px;
    margin-right: 15px;
}

.dropdown-faq-block {
    box-shadow: 6px 6px 38px -8px rgba(0, 0, 0, .15);
    position: relative;
}

.faq-block-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    background-color: #0077b4;
    cursor: pointer;
}

.faq-content-wrapper {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 999;
    box-shadow: 6px 6px 38px -8px rgba(0, 0, 0, .15);
}

.faq-content {
    padding: 20px;
}

.faq-header-name {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}

.faq-icon {
    position: static;
    color: #fff;
}

.faq-block {
    margin-bottom: 20px;
}

.link:hover {
    text-decoration: underline;
}

.to-do-link-block {
    width: 100%;
    height: 220px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
   
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.to-do-link-block.first {
    background-image: url('../images/Explore-maui-motorhome-hahndorf-hill-winery-min.jpg');
}

.to-do-link-block.second {
    background-image: url('../images/9a6f2d3417c63273563bfc16b20f1127.jpeg');
}

.to-do-link-block.fourth {
    background-image: url('../images/13164445_1180640438627474_4222656317905018634_n.jpg');
}

.to-do-link-block.fifth {
    background-image: url('../images/dscn3396.jpg');
}

.to-do-link-block.sixth {
    background-image: url('../images/mlbg-visitor-information.jpg');
}

.to-do-link-block.third {
    background-image: url('../images/13442419_1212744825416495_6225213582396732861_n.jpg');
}

.dropdown-link {
    -webkit-transition: color 250ms ease;
    transition: color 250ms ease;
    font-size: 13px;
}

.dropdown-link:hover {
    color: #0077b4;
}

.box-description {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-header-paragraph {
    color: #fff;
    font-size: 17px;
    line-height: 24px;
    text-shadow: 1px 1px 1px black;
    font-weight: bold;
}

.function-link-block {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 240px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.wpcf7-not-valid-tip {
    top: -15px;
    position: relative;
    width: 100%;
}

.function-link-block.first {
    background-image: url('../images/Adelaide-Hills-Convention-Centre-Upper-Level-Entrance_intro_box.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.function-link-block.second {
    background-image: url('../images/ResortOct2014_28.jpg');
}

.function-link-block.third {
    background-image: url('../images/ResortOct2014_07.jpg');
}

.img-caption {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px; 
    padding: 10px 10px 10px 15px;
    background-color: rgba(0, 119, 180, .8); 
} 

.img-caption-text {
    margin-bottom: 0px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.section-subheader {
    font-size: 16px;
    line-height: 24px;
}

.pop-up-window {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 500;
    display: none;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .42), rgba(0, 0, 0, .42));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .42), rgba(0, 0, 0, .42));
}

.enquiry-wrapper {
    position: relative;
    top: 50%;
    display: block;
    overflow: auto;
    max-height: 90vh;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 45px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-color: #fff;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

.textarea {
    min-height: 120px;
    border-radius: 3px;
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 52px;
    height: 52px;
    background-image: url('../images/cancel_blue.png');
    background-position: 50% 50%;
    background-size: 32px;
    background-repeat: no-repeat;
}

.dog-icon {
    height: 52px;
    margin-left: 30px;
}

.flex-icon-wrapper {
    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;
}

.sidebar-heading {
    margin-bottom: 0px;
}

.image-block {
    position: relative;
    height: 280px;
    background-position: 50% 50%;
    background-size: cover;
}

.image-block.first {
    background-image: url('../images/Hahndorf-park-1-1920_-min.jpg');
    background-position: 50% 50%;
    background-size: cover;
}

.image-block.second {
    background-image: url('../images/view-1.jpg');
}

.flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-row.space-betwenn {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.flex-row.space-betwenn:after {
	content: "";
	flex-basis: 32.5%;
}
.flex-row.space-betwenn.no-bottom-margin {
    margin-bottom: 0px;
}

.flex-row.no-margin {
    margin-right: 0px;
    margin-left: 0px;
}

.park-site-block {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.image-bottom-descirption {
    padding: 20px;
    box-shadow: 6px 6px 38px -8px rgba(0, 0, 0, .15);
}
p.red-text {
    color: red;
}
.price-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.price-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.price-block.left-price-block {
    padding-right: 10px;
}

.price-block-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #0077b4;
}

.price-block-heading {
    display: inline-block;
    margin-bottom: 0px;
    color: #fff;
}

.site-price {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #fff;
    font-weight: 700;
}

.price-block-content {
    padding: 15px 10px;
}

.price-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    padding-bottom: 12px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid #e3e5e2;
}

.price-paragraph {
    margin-bottom: 0px;
    font-weight: 400;
}

.page-h3 {
    margin-bottom: 30px;
}

.sidebar-unordered-list {
    padding-left: 25px;
}

.video-background {
    display: block;
    min-height: 100vh;
}

.video-foreground,
.video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.video-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
}

.video-overlay.explore-overlay {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/hahndorf-thumbnail.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/hahndorf-thumbnail.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.video-overlay.explore-overlay.second {
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0) 73%, #000), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/adelaide-hills-thumbnail.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 73%, #000), linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/adelaide-hills-thumbnail.png');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
}

.video-overlay.explore-overlay.third {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Hahndorf-park-1-1920_-min.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Hahndorf-park-1-1920_-min.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.home-hero {
    position: relative;
    height: 100vh;
}

.big-4 {
    margin: 0px 0px 20px 20px;
}

.logo2 {
    height: 60px;
    margin-left: 20px;
}

.logo2 img {
    display: none;
    height: 60px;
} 

.page-template-page-tourist-park-php .logo2 img {
    display: block;
}

.navigation-link {
    color: #51606a;
    padding: 36px 8px 28px;
    font-size: 13px; 
    font-weight: bold;
    text-transform: uppercase;
}
/*
.home .navigation-link {
   color: #fff;
}

.home .navigation-link:hover {
    color: white;
}

.home .navigation-link.scroll-link:hover {
    color: #0077b4;
}
*/
.navigation-link:hover {
    color: #0077b4;
}

.navigation-link.scroll-link {
    padding-top: 28px;
    color: #425663;
}

.line-menu {
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    background-color: #0077b4;
}

.home .line-menu {
    
}

.home .scroll-link .line-menu {
    background-color: 0077b4;
}

.line-menu.scroll-line-menu {
    background-color: #0077b4;
}

.dropdown-toggle-klick {
    display: block;
    padding: 0px;
}
.faq-icon.w-icon-dropdown-toggle {
    padding: 0;
}
.scroll-link-block {
    padding: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.intro-link-box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 270px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.intro-link-box.second {
    height: 270px;
}

.intro-link-box.third {
    height: 270px;
}

.overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .3);
}

.overlay.instagram {
    background-color: hsla(0, 0%, 100%, .15);
}

.intro-box-text {
    position: relative;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.lightbox-video {
    display: block;
    margin-bottom: 30px;
}

.video-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
}

.video-container.fixed-height {
    height: 300px;
    background-color: rgba(0, 0, 0, .35);
}

.play-button {
    position: relative;
    z-index: 10;
    width: 72px;
    height: 72px;
    background-image: url('../images/play-sign-1.png');
    background-position: 50% 50%;
    background-size: 64px;
    background-repeat: no-repeat;
}

.hero-header {
	margin-top:30px;
    margin-bottom: 15px;
    padding-right: 30px;
    padding-left: 30px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px black; 
}

.facility-name {
    color: #424242;
    text-transform: capitalize;
}

h4.facility-name {
    font-size: 14px;
}

.scroll-text {
    margin-bottom: 0px;
    color: #fff;
    font-size: 18px;
}

.nav-scroll {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1001;
    display: none;
    background-color: #fff;
    box-shadow: 6px 6px 38px -8px rgba(0, 0, 0, .15);
}

.scroll-logo {
    margin-top: 2px;
}

.jig-saw-big-box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.jig-saw-content {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	
    -webkit-transform: translate(0px, 50%);
    -ms-transform: translate(0px, 50%);
    transform: translate(0px, 50%);
    
	text-align: center;
	width:inherit;
}

.jig-saw-content.little-box {
    /*-webkit-transform: translate(0px, 35px);
    -ms-transform: translate(0px, 35px);
    transform: translate(0px, 35px);
	*/
	-webkit-transform: translate(0px, 50%);
    -ms-transform: translate(0px, 50%);
    transform: translate(0px, 50%);
	width:100%;
}

.testimonial-nav {
    font-size: 11px;
}

.footer-logo {
    height: 73px;
    margin-bottom: 30px;
}

.footer-link {
    color: #fff;
    font-size: 13.5px;
    font-weight: 400;
}

.footer-link:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-link.bottom {
    font-size: 12.5px;
}

.footer-list-item {
    padding-bottom: 5px;
    padding-left: 30px;
}

.footer-list-item.phone-icon {
    background-image: url('../images/phone-receiver_1.png');
    background-position: 0px 1px;
    background-size: 16px;
    background-repeat: no-repeat;
}

.footer-list-item.email-icon {
    background-image: url('../images/message-closed-envelope.png');
    background-position: 0px 4px;
    background-size: 16px;
    background-repeat: no-repeat;
}

.footer-list-item.marker-icon {
    background-image: url('../images/map-marker.png');
    background-position: 0px 4px;
    background-size: 16px;
    background-repeat: no-repeat;
}

.footer-list-item.no-padding {
    padding-left: 0px;
}

.footer-heading {
    color: #fff;
}
.offer-bookmark input.text-field {
    margin-bottom: 0px;
}
.text-field {
    height: 42px;
    margin-bottom: 15px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    background-color: #fbfbfb;
    font-family: Montserrat, sans-serif;
    color: #0077b4;
    font-size: 13px;
}

.text-field:focus {
    border: 1px solid #0077b4;
}

.text-field.enquiry-field {
    width: 98%;
}

.text-field.textarea {
    width: 99%;
}

.text-field.full-width {
    width: 99%;
}

.socials-wrapper {
    margin-top: 30px;
}

.flex-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-wrapper.justify-space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-column {
    width: 30%;
    padding-top: 20px;
    padding-right: 30px;
}

.footer-column.second {
    width: 15%;
    padding-right: 0px;
}

.footer-column.third {
    width: 15%;
    padding-right: 0px;
}

.footer-column.form {
    width: 30%;
    padding-bottom: 20px;
    padding-left: 30px;
    border-radius: 3px;
    background-color: #0077b4;
    background-image: url('../images/sent-mail.png');
    background-position: 90% 20px;
    background-size: 24px;
    background-repeat: no-repeat;
}

.instagram-gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.instagram-column {
    position: relative;
    overflow: hidden;
    width: 20%;
}

.instagram-image {
    width: 100%;
    height: 100%;
}

.slider-icon {
    opacity: 0.3;
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
}

.slider-icon:hover {
    opacity: 1;
}

.top-phone {
    font-family: Fontawesome, sans-serif;
    color: #fff;
    font-size: 21px;
}

.gradient-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(270deg, transparent, #000);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.80));
}

.room-icon-box {
    display: inline-block;
    margin-right: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
}

.room-icon-box.last-room-icon {
    margin-right: 0px;
}

.white {
    color: #fff;
}
h3.white {
    text-shadow: 0 1px 1px black;
}
.redirect-arrow {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Fontawesome, sans-serif;
    color: #fff;
    font-size: 17px;
}

.room-slide-content {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 7px 12px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: rgba(0, 0, 0, .55);
}

.room-icons-block {
    text-align: center;
}

.flex-grid-gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: -5px;
    margin-left: -5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-grid-gallery.margin-bottom {
    margin-bottom: 10px;
}

.gallery-lightbox {
    position: relative;
    height: 180px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	
	display:block;
	max-height:283px;
	overflow:hidden;
}

.gallery-column {
    width: 25%;
    margin-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.gallery-image {
 	
}

.gallery-magnifier {
    display: block;
    width: 42px;
    height: 42px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 100%;
    background-color: rgba(0, 119, 180, .7);
    background-image: url('../images/search.png');
    background-position: 50% 50%;
    background-size: 18px;
    background-repeat: no-repeat;
}

.magnifier-wrapper {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

.detail-room-content {
    margin-bottom: 60px;
}

.other-room-link-block {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 200px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.other-room-link-block.first {
    background-image: url('../images/78013.JPG');
}

.other-room-link-block.second {
    background-image: url('../images/IMG_1238.JPG');
}

.other-room-link-block.third {
    background-image: url('../images/Hahndorf-Resort-Lakeview-Unit.jpg');
}

.other-room-link-block.fourth {
    background-image: url('../images/9629041_29_z.jpg');
}

.other-room-content {
    padding: 15px 10px;
}

.list-item-paragraph {
    margin-bottom: 0px;
}

.other-room-wrapper {
    box-shadow: 6px 6px 38px -8px rgba(0, 0, 0, .15);
}

.intro-box-paragraph {
    color: #fff;
}

.jig-saw-paragraph {
    color: #fff;
    font-size: 15px;
    text-shadow: 0 1px 1px black;
	height:100px;
	overflow:hidden;
}

.flex-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-col.justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-col.search-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-row {
    margin-bottom: 60px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.flex-row.no-margin {
    margin-bottom: 0px;
}

.flex-row.no-btm {
    margin-bottom: 0px;
}

.paragraph-link:hover {
    text-decoration: underline;
}

.div-button {
    padding: 7px 15px;
    border: 2px solid #fff;
    border-radius: 3px;
    color: #fff;
}

.div-button:hover {
    background-color: #fff;
    color: #0077b4;
}

.contact-field {
    width: 98%;
    height: 42px;
    margin-bottom: 15px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    background-color: #fbfbfb;
    font-family: Montserrat, sans-serif;
    color: #0077b4;
    font-size: 13px;
    font-weight: 400;
}

.contact-field:focus {
    border: 1px solid #0077b4;
}

.contact-field.area {
    width: 99%;
    height: 110px;
    margin-bottom: 20px;
}

.contact-form {
    padding: 15px;
    border-right: 1px solid #0077b4;
    border-bottom: 1px solid #0077b4;
    border-left: 1px solid #0077b4;
}

.field-label {
    font-family: Montserrat, sans-serif;
    color: #0077b4;
    font-size: 12px;
    text-transform: uppercase;
}

.form-header {
    padding: 15px 0px 5px 15px;
    background-color: #0077b4;
}

.contact-header {
    color: #fff;
}
.detail-info-block  { overflow:hidden; }
.section.partners { overflow: hidden; }
.award {
    width: 140px;
    height: 160px;
    margin:0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-position: 50% 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.award.award1 {
	background-image: url('../images/SATA-2018-logo.jpg');
}
.award.award2 {
	background-image: url('../images/national-tourism-gold-award.png');
}

.award.award3 {
	    background-image: url('../images/sa-tourism-awards-caravan-park.jpg');
   
}

.award.award4 { 
    background-image: url('../images/SATIC_Award_SouthAustralia_2.png');


}

.award.award5 {
	    background-image: url('../images/SATIC_Award_Finalist.png');
	/*background-image: url('../images/SATIC_Award_SouthAustralia.png');*/
}
.award.award6 {
	background-image: url('../images/SATIC_Award_Silver.png');
} 

.award.award7 {
	background-image: url('../images/SATIC_Award_Regional.png');
} 
.award.award8 {
    background-image: url('../images/tripadvisor.png');
} 
.award.award9 {
       background-image: url('../images/south-australia.png');
} 
.award.award10 {
   background-image: url('../images/SATIC-member.png');
} 
.award.award11 {
   background-image: url('../images/ATB_Logo.png');
} 
.award.award12 {
   background-image: url('../images/FATA-2018-logo.png');
} 

.facilties-slider {
    margin-bottom: 80px;
}

.facility-slide {
    width: 33.333%;
}

.facility-lightbox {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.facility-lightbox.first {
    background-image: url('../images/smoke-1568953_1280.jpg');
}

.facility-lightbox.second {
    background-image: url('../images/kid-1401157_1280.jpg');
}

.facility-lightbox.third {
    background-image: url('../images/playground-691129_1280.jpg');
}

.mask {
    overflow: visible;
}

.col-no-padding {
    padding-right: 0px;
    padding-left: 0px;
}

.event-month {
    font-family: Montserrat, sans-serif;
    color: #0077b4;
    text-transform: uppercase;
}

.sidebar-heading {
    margin-bottom: 15px;
}

.event-detail-text-card {
    position: relative;
    padding: 30px 125px;
    box-shadow: 6px 6px 38px -8px rgba(0, 0, 0, .15);
}

.event-detail-text-wrapper {
    margin-top: 30px;
}

.facilities-slider-wrapper {
    padding-right: 10px;
    padding-left: 10px;
}

.contact-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.terms-wrapper {
    padding: 40px 80px;
    box-shadow: 6px 6px 38px -8px rgba(0, 0, 0, .15);
}

.explore-box {
    width: 32.5%;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 6px 6px 38px -8px rgba(0, 0, 0, .15);
}

.tab-link {
    background-color: #fff;
    box-shadow: 6px 6px 38px -8px rgba(0, 0, 0, .15);
    -webkit-transition: background-color 250ms ease, color 250ms ease;
    transition: background-color 250ms ease, color 250ms ease;
    color: #0077b4;
}

.tab-link:hover {
    background-color: #0077b4;
    color: #fff;
}

.tab-link.w--current {
    background-color: #0077b4;
    color: #fff;
}

.tabs-menu {
    margin-bottom: 60px;
}

.explore-header-block {
    margin-bottom: 40px;
}

._50-percent-column {
    width: 50%;
}

._50-percent-column.text-on-the-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

._50-percent-column.right-padding {
    padding-right: 20px;
}

.explore-intro {
    margin-bottom: 70px;
}

.ligthbox-video {
    position: relative;
    overflow: hidden;
}

.video-description {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 11px;
    padding-bottom: 15px;
    padding-left: 20px;
}

.vide-mini-text {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

.video-paragraph {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.video-slider {
    width: 100%;
}

.hero-video-overlay {
    position: absolute; 
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 20;
    /*background-color: rgba(0, 0, 0, .3);*/ 
    background-color: rgba(0, 0, 0, 0.3);
}

a.stay-with-us {
	color:#FFF;
	text-decoration:none;
    padding: 7px 15px; 
} 
.offer-bookmark {
    position: fixed;
    top: 50%;
    right: 0px;
    z-index: 99;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #cecece;
}

.offer-header {
    height: 50px;
    padding: 15px 30px;
    float: left;
    background-color: #0077b4;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.offer-heading {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.offer-form {
    position: relative;
    width: 250px;
    float: left;
    background-color: #0098ff;
}

.offer-block {
    position: relative;
    width: 350px;
}

.offer-dropdown-toggle {
    position: fixed;
    top: 35%;
    right: -51px;
    bottom: 0px;
    width: 150px;
    height: 50px;
    padding-top: 15px;
    padding-left: 22px;
    border: 2px solid #0077b4;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #0077b4;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: background-color 250ms ease, color 250ms ease;
    transition: background-color 250ms ease, color 250ms ease;
    color: #fff;
    text-align: center;
}

.offer-dropdown-toggle:hover {
    background-color: #fff;
    color: #0077b4;
}

.offer-dropdown-text {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

.offer-site-block {
    position: fixed;
    right: 0px;
    bottom: 0px;
    width: auto;
    max-width: 280px;
    min-width: 25%;
    margin-top: 10px;
    padding: 20px;
    background-color: #0077b4;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/Hahndorf14May_002_2.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/Hahndorf14May_002_2.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    text-align: center;
}

.off-site-form {
    margin-top: 30px;
}

.off-site-header {
    margin-top: 0px;
    color: #fff;
}

.offer-bookmark .wpcf7-form-control-wrap.newsletter {
	display:block;
    padding: 3px;
    color: #fff;
    border-radius: 3px;
}
.newsletter span.wpcf7-list-item {
	margin:0px;
}

.col-padding {
    padding-bottom: 15px;
}

html.w-mod-js *[data-ix="bookig-button-diplay-none"] {
    display: none;
    -webkit-transform: translate(0px, 20px);
    -ms-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="faq-content-initial-apperance"] {
    height: 0px;
}

html.w-mod-js *[data-ix="menu-line-initial-apperance"] {
    width: 0%;
}

html.w-mod-js *[data-ix="display-none-nav-scroll-first-appear"] {
    display: none;
}

html.w-mod-js *[data-ix="initial-gallery-opacity"] {
    opacity: 0;
}

html.w-mod-js *[data-ix="magnifier-initial-appearance"] {
    opacity: 0;
    -webkit-transform: translate(0px, -15px);
    -ms-transform: translate(0px, -15px);
    transform: translate(0px, -15px);
}

html.w-mod-js *[data-ix="intro-box-paragraph-initial"] {
    opacity: 0;
}

html.w-mod-js *[data-ix="intro-box-paragraph-initial-2"] {
    opacity: 0;
}

html.w-mod-js *[data-ix="intro-box-text-initial"] {
    -webkit-transform: translate(0px, 80%);
    -ms-transform: translate(0px, 80%);
    transform: translate(0px, 80%);
}

html.w-mod-js *[data-ix="button-initial-apperance"] {
    opacity: 0;
    -webkit-transform: translate(0px, -15px);
    -ms-transform: translate(0px, -15px);
    transform: translate(0px, -15px);
}

html.w-mod-js *[data-ix="offer-bookmark-initial-apperance"] {
    -webkit-transform: translate(100%, 0px) rotate(-90deg);
    -ms-transform: translate(100%, 0px) rotate(-90deg);
    transform: translate(100%, 0px) rotate(-90deg);
}

.widget_em_widget ul,
.widget_em_widget li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.wpcf7-validation-errors {
    display: none !important;
}

.offer-site-block .w-form span.wpcf7-not-valid-tip {
    color: #ff6;
    display: inline-block !important;
    font-size: 1em;
    position: relative;
    text-align: left !important;
    top: -15px;
    width: 100%;
}

.custom-menu ul li,
.footer-column ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.custom-menu ul li a {
    color: #dedede;
    font-size: 13.5px;
    line-height: 45px;
}


@media (min-width: 1500px) {
    .page-header, .room-page-header {
        height: 780px;
    }
    .container.page-container {
        padding-top: 360px;
    }
}
@media (min-width: 1800px) {
    .page-header, .room-page-header {
        height: 880px;
    }
    .container.page-container {
        padding-top: 410px;
    }
}
@media (min-width: 768px) {
    .page-template-page-venue .col-padding.w-col.w-col-4:nth-of-type(4n) {
        margin-left: 125px;
    }
    .function-link-block {
        height: 160px;
    }
}
@media (min-width: 960px) {
    .page-template-page-venue .col-padding.w-col.w-col-4:nth-of-type(4n) {
        margin-left: 160px;
    }
    .function-link-block {
        height: 190px;
    }
}
@media (min-width: 1080px) {
    .page-template-page-venue .col-padding.w-col.w-col-4:nth-of-type(4n) {
        margin-left: 175px;
    }
    .function-link-block {
        height: 230px;
    }
}
@media (min-width: 1200px) {
.page-template-page-venue .col-padding.w-col.w-col-4:nth-of-type(4n) {
    margin-left: 200px;
    }
    .function-link-block {
        height: 240px;
    }
}


@media (max-width: 1015px) {
    .navbar {
        top: 0px;
    }
    .logo {
        height: 72px;
    }
    .logo2 {
        display: none;
        float: left;
        margin-top:6px;
    }  
    .page-template-page-tourist-park-php .logo2  {display:block;}
    .container.page-container {
        padding-top: 180px; }
    .nav-menu { 
        margin-left: 0px;
        background-color: #fff;
        box-shadow: 6px 6px 38px -8px rgba(0, 0, 0, .15);
        text-align: left; 
    }
    .navbar-content {
        display: block;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .section {
        padding: 40px 20px;
    }
    .section.facilities {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .section-header {
        width: 80%;
    }
    .section-heading {
        font-size: 28px;
    }
    .jig-saw-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .jig-saw-col {
        padding-right: 5px;
        padding-left: 5px;
    }
    .jig-saw-col.big-col {
        width: 100%;
        height: 300px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
    }
    .jig-saw-smal-box {
        padding: 5px;
    }
    .footer {
        padding-right: 20px;
        padding-left: 20px;
    }
    .testimonial-content {
        width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .page-header.accomodation {
        height: 400px;
    }
    .page-header.park {
        height: 400px;
    }
    .room-page-header {
        height: 650px;
    }
    .room-header-info-block {
        width: 70%;
    }
    .info-block-column {
        padding-right: 10px;
    }
    .detail-info-block {
        padding-bottom: 30px;
    }
    .sidebar-info-card {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .availability-search-bar {
        position: static;
        padding-right: 20px;
        padding-left: 20px;
        background-color: #0077b4;
    }
    .search-row {
        position: relative;
        z-index: 3;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .button-bottom-wrapper {
        right: 0%;
    }
    .contact-info-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .contact-icon {
        margin-right: 10px;
    }
    .dropdown-icon {
        color: #0077b4;
    }
    .menu-button {
        color: #0077b4;
    }
    .menu-button.w--open {
        background-color: #fff;
        color: #0077b4;
    }
    .row-space {
        margin-bottom: 40px;
    }
    .flex-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }
    .park-site-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .navigation-link {
        display: block;
        padding-top: 15px;
        padding-bottom: 15px;
        color: #0077b4;
    }
    .navigation-link:hover {
        color: #0077b4;
    }
    .home .navigation-link:hover {
    /*    color: #fff;*/
    }
    .intro-link-box {
        margin-bottom: 30px;
    }
    .intro-box-text {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .testimonial-nav {
        font-size: 12px;
    }
    .footer-column.form {
        padding-right: 20px;
        padding-left: 20px;
    }
    .instagram-column {
        width: 25%;
    }
    .gradient-overlay {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .gallery-lightbox {
        height: 160px;
    }
    .other-room-wrapper {
        margin-bottom: 30px;
    }
    .sidebar-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .flex-col {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .award {
        width: 120px;
        height: 120px;
    }
    .contact-info-wrapper {
        margin-bottom: 30px;
    }
    .terms-wrapper {
        padding: 30px 60px;
    }
}

@media (max-width: 767px) {
	#qm{
		margin:0px !important;
	}
	.blockUI.blockMsg.blockPage{
		left:20% !important;
		right:20% !important;
	}
	.w-tab-link{
		  
		padding: 13px 25px !important;
		margin: 4px 2px !important;
	
	}
    .button.fixed-booking-button {
        padding: 10px 16px;
    }
	.section-heading.instagram {
		font-size:23px;
	}
    .hero-subheader {
        font-size: 16px;
        line-height: 26px;
    }
    .slide-nav {
        float: right;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        font-size: 10px;
    }
    .section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
	.page-header {
        height: 420px;
    }
	
    .section-header {
        width: 100%;
    }
    .facility-box {
        margin-bottom: 30px;
    }
    .facilty-row {
        margin-bottom: 0px;
    }
    .jig-saw-col {
        padding-right: 0px;
        padding-left: 0px;
    }
    .jig-saw-col.big-col {
        padding-right: 5px;
        padding-left: 5px;
    }
    .footer {
        padding-top: 20px;
    }
    .scroll-wrapper {
        bottom: 0px;
    }
    .page-header.accomodation {
        height: 350px;
    }
    .room-unordered-list {
        display: inline-block;
    }
    .room-page-header {
        height: 450px;
    }
    .room-detail-slider-nav {
        position: relative;
        top: -40px;
        bottom: 0px;
        width: 15%;
        padding-right: 20px;
        float: right;
        font-size: 10px;
        text-align: right;
    }
    .room-header-info-block {
        width: 100%;
    }
    .detail-info-block {
        padding-bottom: 20px;
    }
    .event-date.detail-date {
        position: absolute;
        left: 0px;
        margin-top: 10px;
        margin-left: 10px;
    }
    .page-heading {
        font-size: 28px;
    }
    .function-link-block.first {
        margin-bottom: 10px;
    }
    .flex-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .park-site-block {
        padding-bottom: 20px;
    }
    .price-table {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .price-block.left-price-block {
        margin-bottom: 10px;
        padding-right: 0px;
    }
    .intro-link-box {
        height: 250px;
    }
    .intro-box-text {
        padding-left: 20px;
    }
    .video-container {
        margin-bottom: 15px;
    }
    .play-button {
        width: 62px;
        height: 62px;
        background-size: 62px;
    }
    .hero-header {
        font-size: 32px;
        line-height: 38px;
    }
    .testimonial-nav {
        font-size: 10px;
    }
    .footer-column {
        width: 100%;
        padding-bottom: 20px;
    }
    .footer-column.second {
        width: 50%;
    }
    .footer-column.third {
        width: 25%;
    }
    .footer-column.form {
        width: 100%;
        margin-top: 30px;
    }
    .instagram-column {
        width: 33.333%;
        height: 180px;
    }
    .gallery-column {
        width: 50%;
    }
    .gallery-image {
        width: 100%;
    }
    .sidebar-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .flex-col {
        padding-bottom: 20px;
    }
    .flex-col.search-col {
        padding-right: 10px;
        padding-left: 10px;
    }
    .facilties-slider {
        margin-right: -30px;
        margin-left: -30px;
    }
    .facility-slide {
        width: 100%;
    }
    .event-detail-text-card {
        padding-top: 55px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .terms-wrapper {
        padding: 20px 40px;
    }
    .explore-box {
        width: 100%;
    }
    ._50-percent-column {
        width: 100%;
    }
	.page-template-page-things-to-do iframe.alignright{
		margin-left: 0px;
		width: 100% !important;
	}
}

@media (max-width: 479px) {
	#qm{
		margin:0px !important;
	}
    .top-phone-wrapper {
        margin-right: 30px;
    }
    .section-heading.instagram {
		font-size:14px;
	}
    .room-page-title {
        margin-bottom: 0;
        font-size: 18px;
    }
    .booking-button-wrapper {
        float: none;
        text-align: center;
    }
    .hero-subheader {
        padding-right: 15px;
        padding-left: 15px;
        line-height: 22px;
    }
    .hero-play-button {
        width: 62px;
        height: 62px;
        background-size: 62px;
    }
    .section {
        padding: 30px 10px;
    }
    .section-header {
        margin-bottom: 50px;
    }
    .section-heading {
        font-size: 25px;
    }
    .container.page-container {    padding-top: 150px;    }
    .page-header {
        height: 420px;
        }
    .intro-box-title {
        font-size: 18px;
    }
    .jig-saw-col {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .jig-saw-col.big-col {
        height: auto;
    }
    .jig-saw-smal-box {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .bottom-credits {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .page-header.park {
        height: 420px;
    }
    .room-icons-block {
        margin-top: 5px; 
    }
    .room-price-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .price-text {
        margin-bottom: 10px;
    }
    .room-slider { height: 230px; }
    .room-description-box h3 {font-size: 18px; line-height: normal;}
    
    .room-description-box p {
        height: auto;
    }
    .room-page-price {
        font-size: 14px;
        line-height: normal;
        float:left;
        margin-top: 5px;
		margin-left:7px;
		margin-right:7px;
    }
    .little-feature-icon.bigger { 
        height: 16px; 
        margin-bottom: 5px;
    }
    .room-list-item { margin-bottom: 5px; }
    li.room-list-item.w-col.w-col-4.w-col-small-4 { height:auto; }
    .icon-subheader {
        margin-top: 0;
        font-size: 12px;
    }
    .room-page-little-text {
        float: left;
        margin-top: 4px;
        font-size: 14px;	
    }
    a.button.w-button.white {
        padding: 3px 5px;
    }
    .room-page-header {
            height: 350px;
            margin-top: 83px;
    }
    .room-header-info-block {
        width: 100%;
    }
    .info-block-flex {
        margin-top: 8px;
    }
    .info-block-column {
        border-right-style: none;
    }
    .info-block-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .room-price-wrapper {
        text-align: center;
    }
    .room-info-header.padding-left {
        padding-left: 0px;
    }
    .page-heading {
        font-size: 25px;
        line-height: 28px;
    }
    .row-space {
        margin-bottom: 20px;
    }
    .section-subheader {
        font-size: 15px;
        line-height: 22px;
    }
    .intro-link-box {
        margin-bottom: 20px;
    }
    .hero-header {
        padding-right: 15px;
        padding-left: 15px;
        font-size: 30px;
        line-height: 36px;
    }
    .footer-column {
        width: 100%;
    }
    .footer-column.third {
        width: 50%;
    }
    .instagram-column {
        width: 50%;
        height: 150px;
    }
    .flex-grid-gallery {
        margin-right: 0px;
        margin-left: 0px;
    }
    .gallery-lightbox {
        width: 100%;
        height: auto;
        max-height: none!important;
    }
    .gallery-column {
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .gallery-image {
        width: 100%;
    }
    .terms-wrapper {
        padding: 10px 20px;
    }
}
@media screen and(max-width: 610px){
#qm{
		margin:0px !important;
		margin-top:0px !important
	}
	.page-template-page-things-to-do iframe.alignright {
		width: 380px !important;
		height: 210px;
		float: none;
		margin: 0px auto !important;
		display: block;
	}
}
@media screen and (max-width: 380px){
#qm{
		margin:0px !important;
		margin-top:0px !important
	}
.page-template-page-things-to-do iframe.alignright{
		width: 280px !important;
		height: 160px;
		margin: 0 auto !important;
		display: block;
		float: none;
	}
}
.availability-container {
    overflow: auto;
    font-size: 14px;
}

.availability-container table {
    background-color: #F0F0F0;
    color: #7b7b7b;
    border-left: 0px;
    border-top: 0px;
    margin-bottom: 30px;
}

.availability-container table td,
.availability-container table th {
    border: 1px solid #333;
    padding: 5px 10px;
    text-align: left;
}

.availability-container table td {
    text-align: center;
}

.avail_true {
    background-color: #6db070;
    color: #FFF;
}

.avail_false {
    background-color: #fc7564;
    color: #FFF;
}
td.highlight.avail_false {
	background-color:#ff3523;
}
td.highlight.avail_true {
    background-color: #15a515;
}
.roomName {
    background-color: #55646d;
    font-size: 14px;
    padding: 15px 10px;
    color: #FFF;
}

.dates {
    background-color: #0077b4;
    font-size: 13px;
    color: #FFF;
}

.book-button {
    background-color: #0077c2;
    color: #FFF;
    display: block;
    padding: 6px 20px;
    margin: 10px 5px;
}

.price {
    font-weight: bolder;
}

.fa-info-circle {
    color: #cb3523;
}

.fixedRow {
    background-color: rgba(255, 255, 255, 0.5);
}

.booking-row {
    background-color: #0077c2;
    width: 100%;
    margin-bottom: 10px;
}

.booking-row h4 {
    margin: 0px;
    color: #FFF;
    padding: 20px;
}

.second-row div {
    font-size: 13px;
}

.panel-row,
.booking-details,
.fixedRow {
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.pricing-panels table {
    width: 100%;
    background-color: #F0F0F0;
    color: #7b7b7b;
}

.pricing-panels table tr:last-child {
    height: 102px;
}

.pricing-panels table td {
    text-align: center;
    padding: 15px;
}

.pricing-panels .first-row th {
    background-color: #4e8fcc;
    color: #FFF;
    padding: 15px 10px;
}

.pricing-panels .second-row th {
    background-color: #0077c2;
    color: #FFF;
    height: 90px;
    font-size: 20px;
}

.book-with-big4,
.change-booking-btn,
.checkout-btn {
    background-color: #cb3523;
    color: #FFF;
    display: block;
    padding: 15px 20px;
    margin: 10px 5px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.book-with-big4{
	background-color: #4e8fcc;
}

span.required {
    color: #F00;
}

.details {
    font-size: 25px;
    padding: 10px 0px;
}

.booking-details table td {
    padding: 10px 0px;
}

.booking-details .w-row,
.payment-details .w-row {
    margin-top: 15px;
}

.book-request-contrainer .w-col {
    padding: 0px;
}

.pull-right {
    text-align: right;
}

.panel-second {
    padding: 0px 10px !important;
}

.booking-details input[type=text],
.booking-details select,
.payment-details input[type=text],
.payment-details select {
    font-size: 20px;
    height: auto;
    max-width: 230px;
    padding: 10px;
    border: 1px solid #f0f0f0;
}

textarea,
input[type=checkbox] {
    border: 1px solid #f0f0f0;
}

.booking-details select,
.payment-details select {
    font-size: 14px;
}

.booking-details input:focus,
.payment-details input:focus {
    border: 1px solid #27AE60;
}

.booking-details textarea,
payment-details textarea {
    width: 100%;
}

.payment-details .w-col-6 {
    float: left;
}

.amount-charged,
.booking-total {
    font-weight: 600;
}

.btn-container {
    text-align: center;
}

.hide {
    display: none;
    visibility: hidden;
}

.payment-details input[type=submit] {
    background-color: #0077c2;
    border: medium none;
    color: #fff;
    padding: 10px 30px;
}

.availability-search-bar .w-input,
.single-availibility .w-input {
    height: 40px;
}

div.help-block-error {
    color: #F00;
}

.has-icon {
    position: relative;
}

.has-icon .fa {
    position: absolute;
    color: #bbb;
    top: 13px;
    font-size: 14px;
    left: 10px;
}

.availability-search-bar .has-icon .w-input,
.single-availibility .has-icon .w-input {
    padding-left: 32px;
}

.single-availibility .availability-search-bar {
    position: static;
    background-color: #FFF;
    padding: 0px;
}

.single-availibility .enquiry-wrapper {
    padding: 20px 28px;
}

.single-availibility .search-label {
    color: #888;
}

.single-availibility .small.space {
    display: none;
}

.fa.tooltip {
    cursor: default;
}

.has-num-control {
    position: relative;
}

.num-ctrl {
    position: absolute;
    right: 10px;
    width: 30px;
    text-align: center;
    border: 1px solid #ccc;
    height: 40px;
    overflow: hidden;
}

.num-ctrl .num {
    color: #666;
    padding: 0px 0px;
    background-color: #FFF;
    line-height: 18px;
    cursor: pointer;
}

.num-ctrl .num.minus {
    border-top: 1px solid #ccc;
    position: relative;
}
.w-widget-map {
	height:614px;
}

.w-col-9 .gallery-lightbox {
	max-height:130px;
}

.ajax-loading {   
	background-color:#FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:15px;
	box-shadow:0px 0px 30px #000;
 }
 .ajax-loading-msg {
 	font-size:15px;
	font-weight:bold;
	color:#444;
 }

/*--------------- Comments css -------------------*/

#comments input[type=text],
#comments textarea {
    padding:10px;
	height: 40px;
    margin-bottom: 7px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    background-color: #fbfbfb;
    font-family: Montserrat, sans-serif;
    color: #0077b4;
    font-size: 13px;
	width:100%;
	
}
#comments textarea {
	height:200px;
}
#comments input[type=text]:focus,
#comments textarea:focus {
    border: 1px solid #0077b4;
}
#comments input.submit {
	-webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border: 2px solid transparent;
    border-radius: 3px;
    background-color: #cb3523;
    -webkit-transition: border 250ms ease, background-color 250ms ease, color 250ms ease;
    transition: border 250ms ease, background-color 250ms ease, color 250ms ease;
    font-size: 14px;
    text-transform: capitalize;
	cursor: pointer;
    display: inline-block;
    line-height: inherit;
    padding: 9px 15px;
    text-decoration: none;
	color:#FFF;
}
#comments input.submit:hover {
	background-color: #fff;
    border-color: #cb3523;
    color: #cb3523;
}
#comments label {
	font-weight:normal;
}
.comment-meta {
	font-size:12px;
}
.caravan-heading{
	margin-bottom: 40px;
}
.button-block{
	width: 100%;
	margin: 5px 0px;
	text-align: center;
}
@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}
#myModal.modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: .3s;
	cursor: pointer;
}
#myModal .modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: .6s;
    animation-name: zoom;
    animation-duration: .6s;
}
#myModal .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}
.page-template-page-things-to-do .page-header {
	background-position-x:right;
}
.trailer-text{	
	color: #fff;
	padding: 10px 0;
	font-size: 16px;
}
.heateor_ss_mobile_footer{
	height:0px !important;
}
.big-col.jig-saw-col a{
	height:458px !important;
}
.blockPage.big-block{
	left: 21% !important;
	top: 20% !important;
}
@media (max-width:767px) {
.w-lightbox{
	height:auto !important;
	max-height:auto !important;
}

body #qm {	
	margin-top:0px !important
}
