/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
    border: 0;
    max-width: 100% !important;
}
img {
    height: auto !important;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
    border:0;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

section, article, nav {
    display:block;   
}
a:link, a:active, a:visited {
    color: inherit;
    text-decoration: none;
}
.tel:hover { 
/* if needed override hover color */
}
nav ul {
    padding: 0;
    margin: 0;
}
nav li {
    display: inline-block;
    text-transform: uppercase;
}
nav li a {
    display: inline-block;
    padding: 20px 12px;
}
nav li.active {
    position:relative;   
}
.contentwrap {
    width:1260px;
    padding: 40px 0;
    padding-bottom: 80px;
    margin: 0 auto;
}
.table {
    display: table;
    width:100%;
}
.col {
    display: table-cell;
    vertical-align: top;
}
.half {
    width: 48%;
    display: inline-block;
}
.col.half {
    display: table-cell;
    width: 50%;
}

/*** text ***/
h1, h2, h3, h4 {
    text-transform: uppercase;
}
.no-wrap {
    white-space: nowrap;
}
.inline { 
    display: inline;
}
.thinner {
    font-weight: normal;
}
.grey {
    color: #a7a5a5; 
}

/*** global form styles ***/
form input, 
form button {
    border:0;
}
form input {
    position: relative;
    height: 40px;
    line-height: 30px;
    padding-left: 10px;
    width: 100%;
    box-sizing: border-box;
}
form p,
input,
textarea {
    border-radius: 10px;
    border: none;
}
form label {
    line-height: 40px;
    text-transform: uppercase;
}
label.infield {
    position: absolute;
    display: inline-block;
    color: #CCCCCC;
    padding-left:10px;
    line-height: 43px;
    z-index: 2;
}
label.error {
    color: red;
    line-height:20px;
    font-size: 12px;
}
textarea, button {
    display: inline-block;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}
textarea {
    font-family: 'Open Sans', Arial, sans-serif;
    height: 173px;
}
button {
    background: #04264d;
    border: 0;
    color: white;
    text-transform: uppercase;
    border-radius: 10px;
    cursor: pointer;
}
/** site links **/
.site-links {
    padding-right: 10px;
}
.site-link {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 5px;
}
/* ==========================================================================
   Header
   ========================================================================== */
header {
    background: #143863;
    color: #FFF;
    min-height: 65px;
}
header .contentwrap {
    position: relative;
    padding: 0;
    box-sizing: border-box;
}
header .flex {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-end;
}
header h1 {
    margin: 0;
}
.logo {
    position: absolute;
    left: -8vw;
    top: 10px;
    width: 160px;
    height: 160px !important;
    border-radius: 50%;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    z-index: 999;
}
header nav,
footer nav {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 25px 0;
    box-sizing:border-box;
    text-transform: uppercase;
}
footer nav.fine-print {
    padding:0;
    font-size:14px;
    font-weight: normal;
    color:#ddd;
    justify-content: flex-end;
    width: 100%;
}
/** header sub-navs **/
header nav ul li {
    position: relative;
    flex-shrink: 0;
    flex-grow:1;
}
header nav li > ul {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -85px;
    width: 170px;
    display: block;
    background: #FFF;
    text-align: left;
    color: #04264d;
    z-index: 150;
    -webkit-box-shadow: 0px 5px 22px -2px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 5px 22px -2px rgba(0,0,0,0.6);
    box-shadow: 0px 5px 22px -2px rgba(0,0,0,0.6);
    display: none;
}

header nav li:hover > ul {
    display: block;
}
header nav li > ul > li {
    display: block;
}
header nav li > ul > li > a {
    display: block;
    padding: 12px;
}
/** hide **/
header nav li > ul > li > ul,
header nav li > ul > li:hover > ul,
nav li .menu-icon,
nav li .subtitle {
    display: none;
}
#mobile-menu {
    display: none;
    position: absolute;
    position: fixed;
    right: 20px;
    width: 30px;
    margin: 2px;
    cursor: pointer;
    z-index:1001;
    display: none;
    -moz-border-radius: 5px;
    padding: 8px;
    margin: 10px;
    cursor: pointer;
}
#mobile-menu > span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #FFF;
    margin: 6px 0;
    transition: all 0.5s ease;
}
.slide-menu-active #mobile-menu span.one {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
}
.slide-menu-active #mobile-menu span.three {
     -webkit-transform: rotate(45deg) translate(-6px, -6px) ;
    transform: rotate(45deg) translate(-6px, -6px) ;
}
.slide-menu-active #mobile-menu span.two {
    opacity: 0;
}

/***** Slide menu ****/
.slide-menu {
    display:none;
}
.slide-menu {
	background: #143863;
	width:240px;
	z-index:1000;
	position: fixed;
	height: 100%;
	top: 0;
	right: -240px;
	overflow-y:scroll;
}
.slide-menu-active .slide-menu {
    right: 0px;
}
.site-content-menu-slide {
    overflow-x:hidden;
    position:relative;
    right:0;
}
/* transition for menu slide */
.slide-menu,
.site-content-menu-slide,
#mobile-menu,
header .main-menu {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.slide-menu h3 {
	padding: 1em;
	color:#fff;
	background: #00a99d;
	margin:0;
	border-bottom: 1px solid #FFF;
}
.slide-menu ul {
    padding:0;
    margin:0;
    list-style:none;
}
.slide-menu ul ul {
	background: #4caddf;
}
.slide-menu ul ul ul{
	background: #00a99d;
}
.slide-menu li {
    position:relative;
    display: block;
}
.slide-menu li > ul {
    display:none;
}
.slide-menu li.expand-active > ul {
    display:block;
}
.slide-menu a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	border-bottom: 1px solid #fff;
	padding: 18px;
	text-decoration:none;
}
.slide-menu li.has-sub {
    position: relative;
    display: block;
}
.slide-menu li.has-sub > a {
    position: relative;
    border-right: 1px solid #fff;
    margin-right: 50px; /* space for drop */
}
.slide-menu a:hover {
	background: #f7931e;
}
.slide-menu li.has-sub > a:after {
    position: absolute;
    content: "";
    display: block;
    left: 100%;
    bottom: -1px;
    background-color: #FFF;
    width: 50px;
    height: 1px; /* border bottom */
    z-index: 100;
}
.slide-menu ul .expand {
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #fff;
    height: 54px;
    width: 50px;
    cursor: pointer;
}
.slide-menu ul .expand i {
    content:"";
    display: block;
    height: 100%;
    width: 100%;
    background: url('../img/menu-drop.svg') no-repeat center center;
    background-size: 30%;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.expand-active > .expand i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
/* ==========================================================================
   Footer
   ========================================================================== */

footer {
    background: #143863;
    color: #FFF;
    box-shadow: 0px 0px 1px 1px #999;
}
footer .contentwrap {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-end;
    box-sizing: border-box;
}
footer .logo {
    position: relative;
    left: 0;
    top: 0px;
    width: 200px;
    min-width: 200px;
    height: 200px !important;
    margin-right: 30px;
}
footer .flex,
footer .contact {
    display: flex;
}
footer .flex {
    flex-flow: column nowrap;
    align-items: flex-start;
}
footer .contact {
    color: #F7931E;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}
footer .contact a {
    padding: 20px 12px;
}
/** enews **/
.mailchimp {
    position: relative;
    background-color: #F7931E;
    min-height: 100px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.t-contact .mailchimp {
    height: unset;
}
.mailchimp #subscribe-result {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    height: 100%;
}
#subscribe-result h3 {
    color: #FFF;
    margin: 0 10px 0 0;
    font-size: 25px;
}
#enews .flex {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: space-around;
}
#enews p {
    flex-grow: 1;
}
#enews p:last-of-type {
    flex-grow: 2;
}
form#enews p {
    margin: 0;
    margin-right: 10px;
}
#enews button {
    width: 60px;
    height: 40px;
    padding: 0px 7px;
    font-size: 1.8em;
    cursor: pointer;
}
#enews .recaptcha-notice {
    position: absolute;
    font-weight:normal;
    padding-top:3px;
}
/** menu **/
.site-map li > ul {
    /* hide sub menus */
    display: none;
}
.bykeo {
    display: block;
    background: #143863;
    text-align: center;
    font-size: 12px;
    padding: 10px;
    padding-bottom: 20px;
}
.bykeo a {  color: grey; }
.bykeo img {
    vertical-align: middle;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.bykeo a:hover img{
    transform-origin: center;
    transform: translateX(-200%) rotate(-360deg);
}

/* ==========================================================================
   Splash
   ========================================================================== */
#banners {
    position: relative;
}
#banners,
.banners-home .banner-stage {
    min-height: 90vh;
    max-height: 90vh;
}

.banners { /*scroll-wrap*/
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #f9f7f2;
}
.banners-home .banner-stage { /*scroller*/
    position: relative;
    white-space: nowrap;
    display: flex;
    width: auto;
    overflow:hidden;
    height: 90vh;
    background-image: url("https://storage.googleapis.com/kms-au.appspot.com/sites/austin/app/2024-08-29T10%3A22%3A30.492909/img/banner_home.svg");
    background-repeat: no-repeat;
    background-size: 102%;
    background-position: bottom;
}
.js .banner-stage {
    overflow: hidden;
}
.banners-home .banner {
    position: relative;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-basis: 100%;
    flex-shrink: 0;
    height: 50vh; /*ie fix*/
    z-index: 0;
    transition: all 0.5s ease;
}
.banners-home .banner.active {
    z-index: 1;
}
.banner-image {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 40vh;
    height: 40vh;
    max-width: 350px;
    max-height: 350px;
    border-radius: 50%;
    border: 10px solid #00A99D;
    margin-right: 30px;
}
.banner .flex {
    display: flex;
    flex-flow: column nowrap;
    margin: 0 50px 0 30px;
}
.banner .flex .booking-button {
    width: 100px;
    text-align: center;
}
.banner-name {
    position: relative;
    color: #00A99D;
    font-size: 5vw;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.bike {
    position: absolute;
    height: 25vw;
    width: 50vw;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -10%;
    right: 5%;
}
.bike.parents {
    background-image: url(https://storage.googleapis.com/kms-au.appspot.com/sites/austin/app/2024-08-29T10%3A22%3A30.492909/img/bike_parents.svg);
}
.bike.kids {
    background-image: url(https://storage.googleapis.com/kms-au.appspot.com/sites/austin/app/2024-08-29T10%3A22%3A30.492909/img/bike_kids.svg);
    right: 24%;
    bottom: -14%;
}
#banners .cockatoo-flying {
    background-image: url('https://storage.googleapis.com/kms-au.appspot.com/sites/austin/app/2024-08-29T10%3A22%3A30.492909/img/cockatoo_flying.svg');
    width: 6vw;
    height: 5vw;
    left: 35%;
    top: 7%;
    position:absolute;
    background-repeat:no-repeat;
    z-index: 10;
}
/** menu icons **/
.menu-list {
    display: flex;
    padding: 100px 0 50px;
    flex-flow: row wrap;
    justify-content: space-evenly;
}
.menu-item {
    display: flex;
    flex-flow: column nowrap;
    padding: 20px;
}
.menu-item a {
    position: relative;
}
.menu-icon,
.menu-graphic {
    background-position: center;
    background-repeat: no-repeat;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    padding: 20px;
    transition: all 1s ease;
}
.menu-icon {
    background-size: 60%;
    background-color: #4CADDF;
    margin: auto;
}
.menu-graphic {
    margin-left: 50%;
    transform: translateX(-50%);
}
.menu-item:hover .menu-icon {
    opacity: 0;
    z-index: -1
}
.menu-graphic {
    position: absolute;
    background-size: cover;
    top:0;
    left:0;
    opacity: 0;
    z-index: -1
}
.menu-item:hover .menu-graphic {
    opacity: 1;
    z-index: 1
}
/* Icon background colour */
.menu-list div:nth-child(5n+1) .menu-icon {
    background-color: #4CADDF; /* blue */
}
.menu-list div:nth-child(5n+2) .menu-icon {
    background-color: #00A99D; /* aqua */
}
.menu-list div:nth-child(5n+3) .menu-icon {
    background-color: #C7DD8C; /* green */
}
.menu-list div:nth-child(5n+4) .menu-icon {
    background-color: #F7931E;  /* orange */
}
.menu-list div:nth-child(5n+5) .menu-icon {
    background-color: #DC8F8D;  /* pink */
}
.menu-title {
    color: #4CADDF;
    font-size: 28px;
    text-align: center;
}
/* Icon title colour */
.menu-list div:nth-child(5n) .menu-title {
    color: #4CADDF; /* blue */
}
.menu-list div:nth-child(5n+2) .menu-title {
    color: #00A99D; /* aqua */
}
.menu-list div:nth-child(5n+3) .menu-title {
    color: #C7DD8C; /* green */
}
.menu-list div:nth-child(5n+4) .menu-title {
    color: #F7931E;  /* orange */
}
.menu-list div:nth-child(5n+5) .menu-title {
    color: #DC8F8D;  /* pink */
}
/** Book Your Stay**/
.book-stay {
    position: relative;
    background-color: #00A99D;
    height: 25vw;
    min-height: 200px;
    display:  flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}
.booking-content {
    width: 50%;
}
.booking-content p {
    color: #fff;
    font-size: 50px;
    margin-top: 0;
}
.tree,
.truck {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.tree {
    background-image: url('https://storage.googleapis.com/kms-au.appspot.com/sites/austin/app/2024-08-29T10%3A22%3A30.492909/img/tree.svg');
    width: 22vw;
    height: 30vw;
    right: 4%;
    bottom: 0;
}
.truck {
    right: -30%;
}
.truck.parked {
    background-image: url('https://storage.googleapis.com/kms-au.appspot.com/sites/austin/app/2024-08-29T10%3A22%3A30.492909/img/truck.svg');
    width: 25vw;
    height: 15vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 20%;
    bottom: -4%;
    transition: all 2s ease;
    z-index: 1;
}

/** sections **/
#facilities {
    position: relative;
    background-color: #fff;
}
#facilities .contentwrap {
    padding-bottom: 100px;
}
#facilities h2 {
    color: #00A99D;
    font-size: 50px;
    text-transform: none;
}
.t-home #facilities h2 {
    text-align: center;
}

/*** organisations section ***/
.organisations {
    background-color:#F2F2F2;
}
.organisations .contentwrap {
    /* padding: 100px; */
    padding-top: 100px;
    padding-bottom: 100px;
}
.organisations .contentwrap img{
    max-height: 150px;
    width: auto;
    padding: 0 6%;
}
.organisations .contentwrap img.long {
    max-width: 33%;
    height: auto;
    padding: 0 1%;
}
.organisations h2 {
    color: #00A99D;
    font-size: 35px;
    text-transform: none;
    margin: 70px 0 0;
    text-align: center;
}

/*** Trip Advisor section ***/

.trip-advisor {
    position: relative;
    background-color: #00A99D;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 25vw;
}
.trip-advisor .flex {
    display: flex;
    flex-flow: row nowrap;
    width: 50%;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}
.trip-advisor .heading {
    flex-grow:1;
    margin-right: 5%;
}
.trip-advisor h2 {
    font-size: 50px;
    color: #FFF;
}
.trip-advisor .button {
    background-color: #F7931E;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
}
.trip-advisor .content {
    flex-grow: 2;
    padding: 15% 0px;
}
.trip-advisor p.author {
    font-weight: bold;
}
svg.campsite {
    position: absolute;
    height: 12vw;
    left:0;
    bottom: -3.4%;
    z-index:1;
}
.smoke {
    position: absolute;
    transform: rotateY(360deg);
    animation: smoke 4s infinite;
    width: 1.25%;
    left: 21%;
    bottom: 9%;
}
@keyframes smoke {
    0% {
        transform: rotateY(0);
        opacity:1;
    }
    25% {
        transform: rotateY(90deg);
        opacity: 0;
    }
    50% {
        transform: rotateY(180deg);
        opacity:1;
    }
    75% {
        transform: rotateY(270deg);
        opacity: 0;
    }
    100% {
        transform: rotateY(360deg);
        opacity:1;

    }
}
.trip-advisor .icons {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}
.trip-advisor .trees {
    background-image: url('https://storage.googleapis.com/kms-au.appspot.com/sites/austin/app/2024-08-29T10%3A22%3A30.492909/img/trees.svg');
    width: 14vw;
    height: 30vw;
    right: 5%;
    bottom: 0%;
}
.trip-advisor .trees {
    width: 15vw;
    height: 23vw;
    right: 3%;
}
.trip-advisor .caravan {
    background-image: url('https://storage.googleapis.com/kms-au.appspot.com/sites/austin/app/2024-08-29T10%3A22%3A30.492909/img/caravan.svg');
    width: 25vw;
    height: 20vw;
    right: 1%;
    bottom: -1.5%;
}
.trip-advisor .cockatoo-right {
    background-image: url('https://storage.googleapis.com/kms-au.appspot.com/sites/austin/app/2024-08-29T10%3A22%3A30.492909/img/cockatoo_right.svg');
    width: 3vw;
    height: 6vw;
    left: 3.6%;
    bottom: 60%;
}
.trip-advisor .cockatoo-flying {
    background-image: url('https://storage.googleapis.com/kms-au.appspot.com/sites/austin/app/2024-08-29T10%3A22%3A30.492909/img/cockatoo_flying.svg');
    width: 6vw;
    height: 5vw;
    left: 15%;
    top: 7%;
}
.trip-advisor .single-tree {
    background-image: url('https://storage.googleapis.com/kms-au.appspot.com/sites/austin/app/2024-08-29T10%3A22%3A30.492909/img/single_tree.svg');
    width: 18vw;
    height: 26vw;
    left: -4%;
    bottom: 0%;
}
.trip-advisor .one-bike {
    background-image: url('https://storage.googleapis.com/kms-au.appspot.com/sites/austin/app/2024-08-29T10%3A22%3A30.492909/img/one_bike.svg');
    width: 10vw;
    height: 7vw;
    /* left: 5%; */
    bottom: 0%;
}
.trip-advisor .two-bikes {
    background-image: url('https://storage.googleapis.com/kms-au.appspot.com/sites/austin/app/2024-08-29T10%3A22%3A30.492909/img/two_bikes.svg');
    width: 18vw;
    height: 10vw;
    right: 5%;
    bottom: -2%;
}
/* ==========================================================================
   Content Page
   ========================================================================== */

.sub-banner {
    /* extra padding for the header logo */
    padding-top: 25vw;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.sub-banner.fallback,
.fallback {
    background-image: url(https://storage.googleapis.com/kms-au.appspot.com/sites/austin/app/2024-08-29T10%3A22%3A30.492909/img/banner-fallback.jpg);
}
.subpage {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
}
.subpage-link {
    width: 200px;
    margin: 20px;
}
.subpage-link h2 {
    color: #F7931E;
}
.subpage .heading {
    color: #F7931E;
    text-align: center;
}
.subpage h3,
.subpage h4{
    margin:0;
}
.subpage h3 {
    font-weight: normal;
    margin-bottom: 25px;
}
.subpage-img {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    background-image: url(https://storage.googleapis.com/kms-au.appspot.com/sites/austin/app/2024-08-29T10%3A22%3A30.492909/img/banner-fallback.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* ==========================================================================
   Content styling
   ========================================================================== */
#content table {
    max-width: 100% !important;
}
#content {
    text-align: left;
}
#content.center {
    text-align: center;
}
#content:after {
    content:"";
    display: block;
    clear: both;
}

/* ==========================================================================
   Contact Page
 ========================================================================== */
.t-contact .flex {
    display: flex;
}
.t-contact .flex.row {
    flex-flow: row nowrap;
    justify-content: space-between;
}
.t-contact .flex.column {
    flex-flow: column nowrap;
    width: 80%;
    justify-content: space-between;
}
#address-block {
    padding: 40px 0;
    color: #00A99D;
    font-weight: bold;
}

/*** contact form! ***/
#contactForm form {
    position: relative;
    padding-top: 10px;
}
#contactForm.contact-form.inclusions-block {
    border-radius: 10px;
    margin-bottom: 0;
}
#contactForm h4 {
    margin: 0;
    margin-top: 5px;
}
#contactForm form p {
    position: relative;
    padding-bottom: 20px;
    margin:0;
}
/*** map column **/
.contact-map {
    position: relative;
    height: 433px;
}
#map-click {
    display: none;
    width: 100%;
    height: 433px;
    position: relative;
    z-index: 10;
}
.contact-map iframe {
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    border-radius: 10px;
}
/* gallery overrides */
.kmsgallery-stage {
    padding-top: 70%;
}
.kmsgallery-stage-image {
    background-position: top center;
}
.kmsgallery-thumbnail-image {
    width: 80px;
    height: 80px;
    margin:0;
}
/* ==========================================================================
   Media Queries
 ========================================================================== */


@media only screen and (max-width:1560px){
    .contentwrap {
       width: 90%; 
    }
    header .logo {
        left: -3vw;
    }
    .bike {
        bottom: -12%;
    }
    .bike.kids {
        bottom: -15%;
    }
}
@media only screen and (max-width: 1360px){
    .main-menu li a {
        padding: 10px 12px;
    }
    .organisations .contentwrap img {
        padding: 0 2%;
        box-sizing: border-box;
    }
    /* maps... cover maps to enable scrolling */
    #map-click {
        display: block;
    }
    svg.campsite {
        bottom: -2.6%;
    }
    .t-page .trip-advisor .cockatoo-right {
        bottom: 45%;
    }
}
@media only screen and (max-width:1256px){
    /* re-structure footer */
    .main-menu ul {
        display:none;
    }
    /* mobile nav */
    #mobile-menu {
        display:inline-block;
    }
    header nav {
        padding: 0;
    }
    .main-menu {
        position: relative;
        top: 10px;
        right: 50px;
    }
    .main-menu li  {
        border-bottom: 1px solid white;
    }
    .main-menu li.top.has-sub:hover > ul {
        /* sub menu hidden */
        display: none;
    }
    .slide-menu {
        display:block;
    }
    .slide-menu-active .site-content-menu-slide {
        right: 240px;
    }
    .slide-menu-active header .main-menu {
        display: none;
    }
    .organisations .contentwrap {
        padding-top: 10vw;
        padding-bottom: 10vw;
    }
    .organisations .contentwrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .organisations .contentwrap a {
        margin: 5vw 0;
    }
    .organisations h2 {
        margin-top: 5vw;
    }
    #subscribe-result h3 {
        font-size: 30px;
        margin-bottom: 5px;
    }
    footer .logo {
        height: 100%;
    }
    footer nav {
        flex-flow: row wrap;
    }
    footer nav,
    footer .contact {
        justify-content: center;
    }
}
@media only screen and (max-width: 1060px){

    /** footer **/
    .mailchimp #subscribe-result,
    #enews .flex {
        flex-flow: column nowrap;
    }
    #enews,
    form#enews .flex p,
    #enews button {
        width: 100%;
    }
    form#enews .flex p {
        margin: 5px 0;
    }
    .t-page .trip-advisor .cockatoo-right {
        bottom: 30%;
    }
}
@media only screen and (max-width: 1024px){
    .t-contact .trip-advisor .one-bike {
        left: 5%;
    }
    .t-contact .trip-advisor .two-bikes {
        height: 20vw;
        width: 34vw;
    }
    .t-contact .trip-advisor .one-bike {
        height: 13vw;
        width: 14vw;
    }
    .t-contact .trip-advisor .flex {
        width: 80%;
        z-index: 10;
    }
}
@media only screen and (max-width: 1000px){
    .booking-content {
        width: 90%;
    }
    .booking-content p {
        font-size: 7vw;
    }
    /* home page organisations */
    .organisations .contentwrap {
        padding-bottom: 60px;
    }
    .organisations .contentwrap img {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        margin: 0 auto;
    }
    .organisations .contentwrap img.long {
        max-width: 100%;
        max-height: 110px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }
    svg.campsite {
        bottom: -1.7%;
    }
    .t-page .trip-advisor .caravan  {
        bottom: -1%;
    }
}
@media only screen and (max-width:900px){
    header .logo {
        width: 21vw;
        height: 21vw !important;
        min-width: 100px;
        min-height: 100px;
    }
    .banner-image {
        border: 5px solid #00a99d;
    }
    .bike {
        bottom: -2%;
    }
    .bike.kids {
        bottom: -3%;
    }
    /** home **/
    .over-view .contentwrap {
        padding-bottom: 40px;
    }
    .overview h2 {
        font-size: 18px;
    }
    .page.contentwrap {
        min-height: 0;
    }
    .trip-advisor .flex {
        flex-direction: column;
    }
    .trip-advisor .heading {
        margin-right: 0;
        width: 100%;
        padding-top: 8vw;
    }
    .trip-advisor .content {
        flex-grow: 1;
    }
}

@media only screen and (max-width:850px){
    /** features **/
    .feature {
        width: 44%;
    }
    .t-page .trip-advisor .cockatoo-right {
        bottom: 20%;
    }
    /* === contact page === */
    .contact-address,
    .contact-map {
        display: block;
        padding:0;
        width: 100%;
        margin-bottom: 40px;
    }
    footer .contentwrap,
    footer .contact {
        flex-flow: column wrap;
    }
    footer .contentwrap {
        align-items: center;
    }
}

@media only screen and (max-width:800px){
    .banner-image {
        margin: auto;
    }
    .banner .flex {
        margin: 0;
        justify-content: center;
        align-items: center;
    }
    .banner-name {
        text-align: center;
    }
    #facilities h2 {
        font-size: 10vw;
    }
    #subscribe-result {
        padding-top: 20px;
    }
    .subpage-link {
        width: 30vw;
        min-width: 130px;
        margin: 0 10px;
    }
    .subpage-img {
        height: 30vw;
        min-height:130px;
        width: 30vw;
        min-width: 130px;
    }
    .t-contact .flex.row {
        flex-direction: column;
    }
    .t-contact .flex.column {
        width: 100%;
    }
    .t-contact #contactForm {
        width: 100%;
        margin-left: 0;
    }

}
@media only screen and (orientation: portrait) and (max-width:800px) {
    #banners,
    .banners-home .banner-stage {
        min-height: 80vh;
        max-height: 80vh;
    }
}
@media only screen and (max-width:700px){

    .contentwrap {
        padding-bottom: 40px;
    }
    /* home page */
    /** mobile nav one line **/
    .main-menu {
        z-index: 120;
    }
    .features-menu .menu-item {
        padding: 10px;
    }
    .features-menu .menu-icon,
    .features-menu .menu-graphic {
        height: 80px;
        width: 80px;
    }

    .organisations .contentwrap img.long{
        margin-top: 10px;
    }
    .trip-advisor .flex {
        width: 80%;
        z-index: 10;
    }
    .trip-advisor .content {
        padding-bottom: 27vw;
    }
    svg.campsite {
        bottom: -0.9%;
    }
    .t-page .trip-advisor .cockatoo-right {
        bottom: 15%;
    }
    .t-contact .trip-advisor .two-bikes {
        height: 32vw;
        width: 60vw;
    }
    .t-contact .trip-advisor .one-bike {
        height: 23vw;
        width: 27vw;
    }
}

@media only screen and (max-width:600px){

     /** pages ***/
     .sub-banner {
        font-size: 20px;
        padding-top: 50vw;
     }
     .mailchimp #subscribe-result {
        padding: 40px 0 80px;
     }

}

@media only screen and (max-width:550px ){
    header .main-menu {
        display: none;
    }
    .bike.kids {
        bottom: -2%;
    }
    .trip-advisor h2 {
        font-size: 10vw;
    }

}

@media only screen and (max-width:500px){
/** header **/
    #mobile-menu {
        position: absolute;
        top:0;
        right:0;
        float: none;
    }
/** footer **/
    .site-map {
        display: none;
    }
    footer .contact {
        margin-top: 20px;
    }
    footer .logo {
        margin-right:0;        
    }
    #enews {
        width: 100%;
    }

    .features-menu .menu-title {
        font-size: 18px;
    }
    .over-view h2 {
        font-size: 6vw;
    }
    .booking-content p {
        font-size: 9vw;
    }
    .organisations .contentwrap img.long {
        max-width: 100%;
    }
/*** contact form ***/
    #contactForm p {
        width: 100%;
    }
/** forms **/
    form .half > p {
        display: block;
        width: 100%;
    }
    form .half > p:nth-of-type(odd),
    form .half > p:nth-of-type(even) {
        padding: 0;
        padding-bottom: 1%;
    }
}

@media only screen and (max-width:450px){
    #content {
        /* stop search results out of bounds */
        word-break: break-word;
    }
    .t-page .trip-advisor .cockatoo-right {
        bottom: 10%;
    }
    .trip-advisor .heading {
        padding-top: 18vw;
    }
}

@media only screen and (max-width:400px){
    .banner-image {
        height: 50vw;
        width: 50vw;
    }
    .feature {
        width: 100%;
        margin:0;
    }
    /** wrap emails **/
    .email {
        word-break: break-all;
    }
}

@media only screen and (max-width:350px){
    .organisations .contentwrap img {
        max-width: 100%;
        height: 140px;
    }
    .t-page .trip-advisor .cockatoo-right {
        bottom: 6%;
    }
}

@media only screen and (max-width: 300px){
    .sub-banner {
        padding-top: 75vw;
    }
}

@media only screen and (max-width:290px){
    .site-map li a {
        padding: 10px;
    }
}
@media only screen and (orientation: portrait) {
    .banners-home .banner {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        height: 60vh;
        margin-top: 5vw;
    }
    .banner .flex {
        align-items: center;
    }
    .banner-name {
        font-size: 11vw;
    }
}
@media only screen and (orientation: landscape) {
    .banner-image {
        margin: 0;
    }
    .banner .flex {
        margin: 0 30px 0 0;
    }
}
@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

