@charset "UTF-8";

/* Version 1.2
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Base
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
    font-size: 62.5%;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	        text-size-adjust: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Barlow', sans-serif;
	font-size: 1.6em;
	line-height: 1.6;
	color: #292B2D;
	font-weight: 300;
}
body.has-active-menu {
	overflow: hidden;
}
.pg-wrapper {
	-webkit-transition: -webkit-transform 0.3s;
	        transition: -webkit-transform 0.3s;
	        -o-transition: transform 0.3s;
}
.pg-mask {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	     -o-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	        transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.pg-mask.is-active {
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.3s;
	     -o-transition: opacity 0.3s;
	        transition: opacity 0.3s;
               opacity: 0.7;
}
.w-pg {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.w-pg-narrow {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width: 1180px) {
    .w-pg {
        max-width: 1024px;
    }
}
@media only screen and (max-width: 1024px) {
    .w-pg {
        max-width: 768px;
    }
}
@media only screen and (max-width: 768px) {
    .w-pg {
        max-width: 550px;
    }
}
@media only screen and (max-width: 480px) {
	body {
		font-size: 1.3em;
	}
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 10px;
}
h1 { font-size: 5.2rem; line-height: 1.2; }
h2 { font-size: 4.8rem; line-height: 1.25; }
h3 { font-size: 3.2rem; line-height: 1.3; }
h4 { font-size: 2.6rem; line-height: 1.3; }
h5 { font-size: 2rem; line-height: 1.3; margin-bottom: 5px; }
h6 { font-size: 1.5rem; line-height: 1.3; }
strong { font-weight: bold !important; }
p {
    margin: 0 0 15px 0;
}

.tc {
    text-align: center;
}
.f-para1 {
	font-size: 2rem;
}
.f-xl {
	font-size: 2.6rem;
}
.f-l {
	font-size: 2.2rem;
}
.f-sm {
	font-size: 1.3rem;
}
.f-xsm {
	font-size: 1.1rem;
}
.price {
    color: #DA532C;
    font-size: 3rem;
    font-weight: bold;
}

@media only screen and (max-width: 480px) {
	h1 { font-size: 3rem; line-height: 1.2; }
	h2 { font-size: 2.8rem; line-height: 1.25; }
	h3 { font-size: 2.4rem; line-height: 1.3; }
	h4 { font-size: 2rem; line-height: 1.3.5; }
	h5 { font-size: 1.5rem; line-height: 1.5; }
	h6 { font-size: 1.3rem; line-height: 1.6; }
	
	.f-para1 {
		font-size: 1.6rem;
	}
}

/* Branding
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.white {
    color: #FFF !important;
}
.orange {
    color: #DA532C;
}

.bg-gradient {
    background: rgba(218,83,44,1.00);
    background: linear-gradient(90deg, rgba(218,83,44,1.00) 0%, rgba(213,132,109,1.00) 100%);
}
.bg-grey {
    background-color: #292B2D;
}
.bg-orange {
    background-color: #DA532C;
}
.bg-white {
    background-color: #FFF;
}


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
	text-decoration: none;
	color: #DA532C;
}
a:hover {
	color: #E68F75;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column {
	float: left;
	overflow: hidden;
	padding: 4%;
	  -webkit-box-sizing: border-box;
	          box-sizing: border-box;
}
.column .column {
	padding: 2%;
}
.one.column 		{ width: 8.3333333%; }
.two.column 		{ width: 16.6666667%; }
.three.column 		{ width: 25%; }
.four.column 		{ width: 33.3333333%; }
.five.column 		{ width: 41.6666667%; }
.six.column 		{ width: 50%; }
.seven.column 		{ width: 58.3333333%; }
.eight.column 		{ width: 66.6666667%; }
.nine.column 		{ width: 75%; }
.ten.column 		{ width: 83.3333333%; }
.eleven.column 		{ width: 91.6666667%; }
.twelve.column 		{ width: 100%; }

/* Column - Feature
––––––––––––––-----–––––––– */
.column-feature {
	float: left;
	overflow: hidden;
	margin: 25px 2% 0 2%;
	padding: 4%;
	-webkit-box-shadow: 0px 15px 20px rgba(0,0,0,0.10);
	   -moz-box-shadow: 0px 15px 20px rgba(0,0,0,0.10);
	        box-shadow: 0px 15px 20px rgba(0,0,0,0.10);
	  -webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	          box-sizing: border-box;
    border-radius: 5px;
    background-color: #FFF;
}
.one.column-feature		{ width: 4.3333333%; }
.two.column-feature 		{ width: 12.6666667%; }
.three.column-feature 		{ width: 21%; }
.four.column-feature 		{ width: 29.3333333%; }
.five.column-feature 		{ width: 37.6666667%; }
.six.column-feature 		{ width: 46%; }
.seven.column-feature 		{ width: 54.3333333%; }
.eight.column-feature 		{ width: 62.6666667%; }
.nine.column-feature 		{ width: 71%; }
.ten.column-feature 		{ width: 79.3333333%; }
.eleven.column-feature 		{ width: 89.6666667%; }
.twelve.column-feature 		{ width: 96%; }

@media only screen and (max-width: 768px)  {
	.column {
		padding: 20px;
		width: 100% !important;
		max-width: 550px;
		float: none;
		margin: 0 auto;
	}
	.column-feature {
		padding: 20px;
		width: 90% !important;
		max-width: 550px;
		float: none;
		margin: 5% auto;
	}
}

/* Flexbox
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.flex { display: flex }
.inline-flex { display: inline-flex }
.flex-auto { flex: 1 1 auto; min-width: 0;  min-height: 0 }
.flex-none { flex: none }
.flex-column { flex-direction: column }
.flex-row { flex-direction: row }
.flex-wrap { flex-wrap: wrap }
.flex-nowrap { flex-wrap: nowrap }
.flex-wrap-reverse { flex-wrap: wrap-reverse }
.flex-column-reverse { flex-direction: column-reverse }
.flex-row-reverse { flex-direction: row-reverse }
.items-start { align-items: flex-start }
.items-end { align-items: flex-end }
.items-center { align-items: center }
.items-baseline { align-items: baseline }
.items-stretch { align-items: stretch }
.self-start { align-self: flex-start }
.self-end { align-self: flex-end }
.self-center { align-self: center }
.self-baseline { align-self: baseline }
.self-stretch { align-self: stretch }
.justify-start { justify-content: flex-start }
.justify-end { justify-content: flex-end }
.justify-center { justify-content: center }
.justify-between { justify-content: space-between }
.justify-around { justify-content: space-around }
.content-start { align-content: flex-start }
.content-end { align-content: flex-end }
.content-center { align-content: center }
.content-between { align-content: space-between }
.content-around { align-content: space-around }
.content-stretch { align-content: stretch }
.order-0 { order: 0 }
.order-1 { order: 1 }
.order-2 { order: 2 }
.order-3 { order: 3 }
.order-4 { order: 4 }
.order-5 { order: 5 }
.order-6 { order: 6 }
.order-7 { order: 7 }
.order-8 { order: 8 }
.order-last { order: 99999 }
.flex-grow-0 { flex-grow: 0 }
.flex-grow-1 { flex-grow: 1 }
.flex-shrink-0 { flex-shrink: 0 }
.flex-shrink-1 { flex-shrink: 1 }

/* Structure
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.main {
	position: relative;
    background: #FFF;
    border-top: solid 10px #DA532C;
}
.ph {
    background-image: url(../images/icons/ic_phone-orange.svg);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 5px 0 5px 35px;
    position: absolute;
    top: 42px;
    right: 20px;
    font-weight: bold;
    font-size: 3.5rem;
}
.hero {
    width: 100%;
    height: 600px;
    background-image: url(../images/banner/banner01.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: solid 10px #DA532C;
    display: flex;
    align-items: center;
}
.hero-caption {
    text-align: center;
    width: 100%;
    padding: 20px;
}
.hero-caption h2 {
    color: #FFF;
    font-size: 8rem;
    margin-bottom: 0;
}
.hero-caption h4 {
    color: #FFF;
    font-size: 4rem;
}
main {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	padding: 80px 0;
}
section {
	overflow: hidden;
	clear: both;
}
footer.main {
    background-color: #DA532C;
    overflow: hidden;
    clear: both;
    padding: 5px 20px;
    
}
.byline {
    padding: 10px 20px 0 20px;
    text-align: center;
    font-size: 0.9rem;
    color: #FFF;
}
.byline a {
    color: #FFF;
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    .hero-caption h2 {
        font-size: 6rem;
    }
    .hero-caption h4 {
        font-size: 3rem;
    }
	main {
		padding: 40px 0;
	}
    .ph {
        top: 35px;
        font-size: 2rem;
    }
    .hero {
        height: 400px;
    }
}
@media only screen and (max-width: 480px) {
    .hero-caption h2 {
        font-size: 4rem;
    }
    .hero-caption h4 {
        font-size: 2rem;
    }
	main {
		padding: 20px 0;
	}
    .hero {
        height: 300px;
    }
}


/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.trigger, .trigger-close {
	display: none;
}
nav.menu-wrapper input[type=checkbox] {
	display: none;
}
nav.menu-wrapper input[type=checkbox]:checked ~ #menu {
	display: block;
}
ul.nav-primary {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 80px;
    right: 0;
}
ul.nav-primary li {
    float: left;
}
ul.nav-primary li a {
    display: block;
    padding: 5px 10px;
}
ul.nav-primary li a:hover {
    opacity: 0.5;
}

@media only screen and (max-width:768px) {
	nav.menu-wrapper {
		position: fixed;
		z-index: 200;
		background-color: #FFF;
		-webkit-transition: transform 0.3s;
		     -o-transition: transform 0.3s;
				transition: -webkit-transform 0.3s;
				transition: transform 0.3s;
				transition: transform 0.3s, -webkit-transform 0.3s;
	}
	nav.menu-slide {
		height: 100%;
		width: 80%;
		max-width: 320px;
		top: 0;
		left: 0;
		overflow-y: scroll;
		-webkit-transform: translateX(-100%);
			-ms-transform: translateX(-100%);
				transform: translateX(-100%);
	}
	nav.menu-slide.is-active {
		-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
				transform: translateX(0);
	}
	.trigger {
		position: absolute;
		width: 50px;
		height: 50px;
		display: block;
		top: 15px;
		right: 15px;
        z-index: 100;
		background: #000 url(../images/icons/ic_menu.svg) center center no-repeat;
		background-size: 15px 15px;
		border: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.trigger:focus {
		outline: none;
	}
	.trigger-close {
		position: absolute;
		width: 50px;
		height: 50px;
		display: block;
		top: 15px;
		right: 15px;
		background: #FFF url(../images/icons/ic_close.svg) center center no-repeat;
		background-size: 15px 15px;
		border: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.trigger-close:focus {
		outline: none;
	}
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
li {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Bullets
–––––––––––––––––––––––––– */
ul.bullets {
	overflow: hidden;
	list-style: disc;
}
ul.bullets li {
	margin: 0 0 0 30px;
}

/* Contact Details
–––––––––––––––––––––––––– */
ul.contact-details {
    overflow: hidden;
}
ul.contact-details li {
    background-size: 25px 25px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 5px 0 5px 35px;
}

ul.list {
    list-style: none;
}
ul.list li {
    border-bottom: solid 1px #DDD;
    padding: 10px 10px 10px 35px;
    background-image: url(../images/icons/ic_tick-darkgrey.svg);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: bold;
}

/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
	width: 150px;
	height: auto;
	display: inline-block;
	padding: 15px;
}
img.img-full {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 5px;
	margin: 0;
}
img.aus-campers {
    width: 200px;
    height: auto;
    display: inline-block;
}

@media only screen and (max-width: 768px) {
    img.logo {
        width: 100px;
        padding: 5px 15px;
    }
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.form {
	overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.form li {
	width: 98%;
	float: left;
    margin-bottom: 15px;
}
ul.form li.half {
	width: 48%;
	margin: 0 2% 0 0;
}
.checkboxes {
    background: rgba(255,255,255,0.2);
    padding: 10px;
    overflow: hidden;
    border-radius: 5px;
}
.checkboxes label {
    width: 50%;
    float: left;
    margin: 3px 0;
}

input[type="email"],
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="password"],
textarea,
select {
	width: 100%;
	padding: 15px 10px;
	margin-bottom: 5px;
	background-color: #FFF;
	border: solid 1px #FFF;
	border-radius: 5px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-size: 1.2rem;
	color: #505050;
	-webkit-appearance: none;
	background-position: right 10px center;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
    font-family: 'Barlow', sans-serif !important;
}
textarea {
	min-height: 130px;
}
input[type="email"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
textarea:focus, 
select:focus {
	border: 1px solid #FF9E1B;
	outline: 0;
	background-color: rgba(255,255,255,1.00);
	-webkit-transition: ease-in-out 0.5s;
            -o-transition: ease-in-out 0.5s;
            transition: ease-in-out 0.5s;
}
input[type="submit"],
button[type="submit"],
input[type="reset"],
input[type="button"] {
	display: block;
	padding: 10px 40px;
	margin: 0 auto 0 auto;
	background: #FF9E1B;
	color: #FFF;
	cursor: pointer;
	height: auto;
	text-align: center;
	border: none;
	font-size: 1.5rem;
    font-weight: bold;
	border-radius: 5px;
    font-family: 'Barlow', sans-serif;
    -webkit-appearance: none;
	-webkit-font-smoothing: inherit;
	-webkit-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover,
button[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #FFFFFF;
	background: #333;
}
label {
	font-size: 1.5rem;
    font-weight: bold;
	text-align: left;
	display: block;
    margin-bottom: 5px;
    color: #FFF;
}
.required {
	color: #FF9E1B;
}
fieldset {
	margin: 0;
	padding: 10px;
	border-width: 0;
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
	fieldset {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
    .checkboxes label {
        width: 100%;
    }
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a.btn-orange {
    background-color: #DA532C;
}
a.btn-yellow {
    background-color: #FF9E1B;
}

/* Button - Primary
––––––––––––––----–––––– */
a.btn-primary {
	color: #FFF;
	display: inline-block;
	padding: 5px 25px;
	font-size: 1.5rem;
    font-weight: 600;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

/* Button - Social
––––––––––––––----–––––– */
a.btn-social {
	color: #FFF;
	display: inline-block;
	padding: 5px 20px 5px 40px;
	font-size: 1.3rem;
    font-weight: bold;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    border-radius: 5px;
    margin: 2px 0;
}
a.btn-social:hover {
    transition: 0.5s;
    -webkit-transform: scale(0.9);
	   -moz-transform: scale(0.9);
	     -o-transform: scale(0.9);
	        transform: scale(0.9);
}


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.pv0 { padding-top: 0;	padding-bottom: 0; }
.pv20 { padding-top: 20px;	padding-bottom: 20px; }
.pv40 { padding-top: 40px; padding-bottom: 40px; }
.pv60 { padding-top: 60px; padding-bottom: 60px; }
.pv80 { padding-top: 80px; padding-bottom: 80px; }

.ph0 { padding-left: 0;	padding-right: 0; }
.ph20 { padding-left: 20px;	padding-right: 20px; }
.ph40 { padding-left: 40px; padding-right: 40px; }
.ph60 { padding-left: 60px; padding-right: 60px; }
.ph80 { padding-left: 80px; padding-right: 80px; }

.pa0 { padding: 0; }

.pb0 { padding-bottom: 0; }
.pb20 { padding-bottom: 20px; }
.pb40 { padding-bottom: 40px; }
.pb60 { padding-bottom: 60px; }
.pb80 { padding-bottom: 80px; }

.pt0 { padding-top: 0; }
.pt20 { padding-top: 20px; }
.pt40 { padding-top: 40px; }
.pt60 { padding-top: 60px; }
.pt80 { padding-top: 80px; }

.ma0 { margin: 0; }

.mb0 { margin-bottom: 0; }
.mb20 { margin-bottom: 20px; }
.mb40 { margin-bottom: 40px; }
.mb60 { margin-bottom: 60px; }
.mb80 { margin-bottom: 80px; }

.mt0 { margin-top: 0; }
.mt20 { margin-top: 20px; }
.mt40 { margin-top: 40px; }
.mt60 { margin-top: 60px; }
.mt80 { margin-top: 80px; }

hr { height: 0; border: none; -webkit-box-sizing: content-box; box-sizing: content-box; }

hr.space20 { height: 20px; }
hr.space40 { height: 40px; }
hr.space60 { height: 60px; }
hr.space80 { height: 80px; }

hr.divide20 { border-top: solid 1px #DDD; margin: 20px 0; }
hr.divide40 { border-top: solid 1px #DDD; margin: 40px 0; }
hr.divide60 { border-top: solid 1px #DDD; margin: 60px 0; }
hr.divide80 { border-top: solid 1px #DDD; margin: 80px 0; }

@media only screen and (max-width: 768px) {
	.pv20,
	.pv40,
	.pv60,
	.pv80 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
    .ph20,
	.ph40,
	.ph60,
	.ph80 {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.clearfix {
	clear: both;
}
.outline {
    border: solid 1px #000;
}
