
/*Type*/
body {
	font-family: "futura-pt" ,'proxima-nova',sans-serif;
	font-weight:300;
	font-size:18px;
	background: none;
}
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6 {
	font-weight:300;
}
h1,.h1 {
	font-size: 54px;
	line-height: 43px;
	margin: 0 0 10px;
}
h2,.h2 {
	font-size: 34px;
	line-height: 60px;
	margin: 0;
}
ul.bullet-list li::before {
	color:#11698f;
}
a:not(.button) {
	color:#11698f;
}
.button.bt-outline {
	border-color:#11698f;
	color:#11698f;
}
.button.bt-outline:hover {
	color:#FFF;
	background-color:#11698f;
}
.responsive {
	width: 100%;
	vertical-align: top;
}
blockquote {
	margin:0 0 20px;
	color:#999;
	font-size:28px;
	line-height:48px;
}
.color-green {
	color:#11698f!important;
}
.color-blue {
	color:#11698f!important;
}

/*Template Colours*/
#header {
	position: relative;
}
.header {
	background-color: rgba(255,255,255,0.9);
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 99;
	padding: 35px 50px;
	background-image: url(images/stripes.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
}
.navigation {
	background-color: #11698f;
}
.copyright {
	background-color: #11698f;
	border: none;
}
.payment-summary {
	background-color: #11698f;
	border: none;
}
.copyright a {
	color:inherit;
}
.footer > .frame > .coltable > .col:last-child {
	padding-right:0;
}
.footer > .frame > .coltable > .col:first-child {
	padding-left:0;
}

input[type="submit"], button {
	background-color:#9e3039;
}
.button{
	background-color:rgba(158,48,57,1);
	border:1px solid #663334;
}
/*Banner*/
.banner {
	padding:0;
	border: none;
	position: relative;
	z-index: 1;
}
.banner .slider-wrapper {
	box-shadow:none;
}
.banner .h2 {
	font-weight: 300;
	color: #FFF !important;
	font-size: 42px;
}
.banner .h3 {
	font-weight: 800;
	color: #003046 !important;
	font-size: 36px;
}

/*Social Media*/
.social-ico a {
	font-size:40px;
	padding:0 5px;
	opacity:0.8;
}
.social-ico a:hover {
	opacity:1;
}

/*Header*/
.header .col-logo {
	width:20% ;
}
.header .col-nav {
	padding-right: 120px;
	text-align:right;
	width:80%;
}
.header .col-nav .menu {
	padding-right:20px;
}
.logo {
	height:46px;
	width: 100%;
}
.header p.h2 {
	color:#11698f;
	font-size: 28px;
}
.header p.h2 span {
	font-weight:800;
	font-size: 18px;
}
.header p.h2 span a {
	color:#11698f;
}
.headplace {
	background-image: url(images/bg-head-2.jpg);
	background-position: center;
	background-size: cover;
	height: 200px;
}

/*Footer*/
.footer {
	border-top: none;
	position: relative;
	/* padding:100px 0 90px; */
	color:#FFF;
	background-color:rgba(158,48,57,1);
	background-image: url(images/stripes-foot.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom right;
}
.footer .cabin-gfx {
	position:absolute;
	top:-92px;
	left:0;
	width:100%;
	text-align:center;
}
.footer .cabin-gfx img {
	max-width:340px;
}
.footer .foot-menu {
	margin:0 0 25px;
}
.footer .foot-menu a {
	color:#951e20;
	border-bottom: none;
}
.footer .head {
	font-weight: 100;
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #FFF;
	border: none;
}
.footer .foot-menu {
	border: none;
	padding-right: 80px;
}
.footer .head-div {
	width: 60px;
	background-color: rgba(255,255,255,0.3);
	height: 4px;
	margin: 20px 0 6px;
}
.footer .foot-menu > li a {
	border-color:transparent;
	color: #FFF;
	padding: 10px 0;
	font-weight: 100;
	font-size: 16px;
}
.footer .foot-menu > li a:hover {
	border-color:#FFF;
	color: #FFF !important;
}
.copyright {
	background:none;
}
.footer-cright {
	text-align: center;
	padding-top: 60px;
}
.footer-cright .foot-badge {
	margin: 0 0 20px;
}
.footer-cright p {
	margin: 0;
	color: #e24853;
	font-size: 18px;
}
.footer-cright p.razor a {
	color: #e24853;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.footer-cright p.razor a:hover {
	color: #FFF;
	text-decoration: none;
}

/*Home Icon*/
.home-icon .post-item {
	border: none;
	position: relative;
}
.home-icon .post-body {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255,255,255,0.8);
}
.home-icon .post-body h3 {
	font-weight: 300;
	color: #003046;
}

/*Copyright*/
.copyright * {
	color:#FFF;
}

/*Profile Coltable*/
.procol .col,
.procol-sh .col {
	padding: 15px;
}
.procol .col img,
.procol-sh .col img {
	width: 100%;
	vertical-align: top;
}
.procol .col h3,
.procol-sh .col h3{
	padding: 14px 22px 16px;
	background-color: #A93439;
	text-align:center;
	color: #fff;
	width: 100%;
	font-weight: 100;
	letter-spacing: 2px;
	font-size: 20px;
}
.procol .col h3{
	min-height:160px;
}
.procol-sh .col h3 {
	min-height:120px;
}
.procol .col h3 a{
	color: #fff;
}
.procol .col h4 {
	padding: 14px 22px 16px;
	background-color: #A93439;
	text-align:center;
	color: #fff;
	width: 100%;
	font-weight: 100;
	letter-spacing: 2px;
	font-size: 16px;
}
.procol .col hr {
    margin: 10px auto;
    border-bottom: 1px solid #FFF;
    width: 90%;
}
/*Box*/
.box, .form-block {
	border-width:2px;
}
.box, .form-block {
	min-height: 130px;
}
#map_canvas {
	height:600px;
}

.mt50{
	margin-top: 50px;
}
.cabin-types .type:hover {
	transform: scale(1.1,1.1);
}
.plancol .col {
	width: 16.666%;
	padding: 6px;
}
.plancol .col img {
	border-radius: 5px 5px 0 0;
	vertical-align: top;
	width: 100%;
}
.plancol .col:hover {
	transform: scale(1.1,1.1);
}
.plancol .col p {
	background-color: #00B6BD;
	text-align: center;
	font-weight: 600;
	width: 100%;
	color: #fff;
	padding: 7px 6px 10px;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 0 0 5px 5px;
}

/*menu stuff*/
.head-options {
	font-family: 'futura-pt',sans-serif;
	margin-bottom: 5px;
}
.head-options > li {
	display: inline-block;
	color: #B3B3B3;
	font-size: 13px;
	line-height: 19px;
}
.head-options > li::after {
	content:'|';
	padding-left: 10px;
	padding-right: 10px;
	color: #ccc;
}
.head-options > li:last-child {
	padding-right: 0;
}
.head-options > li:last-child:after {
	content:none;
}
.head-options a {
	color: #B3B3B3;
	text-decoration: none;
}
.head-options a:hover {
	color: rgba(158,48,57,1);
}

/*News List*/
.post-wrap .news-list {

}
.post-wrap .news-list h3 {
	color: #fff;
	font-size: 22px;
	letter-spacing: 2px;
	text-transform: uppercase;
	background-color:rgba(158,48,57,1);
	padding: 20px 20px 18px;
	text-align: center;
	margin: 0;
}

.post-wrap .news-list .nl-inner {
	padding: 20px;
	min-height: 284px;
}
.post-wrap .news-list a {
	text-decoration: none;
}
.post-wrap .news-list a p {
	margin-bottom: 8px;
	padding: 8px 0 12px;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	color: #333;
}
.post-wrap .news-list a p .fa {
	background-color: #999;
	color: #fff;
	padding: 8px;
	position: relative;
	width:32px;
	margin-right: 8px;
	text-align: center;
	border-radius: 2px;
}
.post-wrap .news-list a p b {
	background-color: rgba(158,48,57,1);
	color: #fff;
	padding: 5px 10px;
	position: relative;
	margin-right: 6px;
	text-align: center;
	border-radius: 2px;
	font-weight: 300;
}
.post-wrap .news-list a:hover p {
	color: rgba(158,48,57,1);
}
.post-wrap .news-list a:hover p .fa {
	background-color: rgba(158,48,57,1);
	margin-right: 14px;
}
.post-wrap .news-list a:hover p b {
	background-color: #333;
	margin-right: 14px;
}

.post-wrap .text-block {
	background-color: #fff;
	box-shadow: 1px 2px 15px rgba(0,0,0,0.10), 1px 2px 5px rgba(0,0,0,0.06);
	padding: 34px 40px;
}
.post-wrap .text-block h2 {
	font-size: 40px;
	line-height: 40px;
	color: rgba(158,48,57,1);
	margin-bottom: 15px;
}
.post-wrap .text-block h3 {
	font-size: 24px;
	text-transform: uppercase;
	color: rgba(158,48,57,1);
}


/*Section Home Box*/
.section-variant{
	background-color:#fff;
}
.section-variant1 {
	background-color: #EEE;
}
.section.section-contact-form {
	background-image: url(images/bg-glass.jpg);
	background-color: #9e3039;
}
.section.section-forceup {
	background-image: url(images/bridge.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	padding: 50px 40px 35px;
	border-bottom: 10px solid rgba(98,48,50,1);
	position: relative;
	margin-top: -180px;
	z-index: 99;
}
.section.section-forceup h1 {
	color: #fff;
	font-size: 62px;
	text-align: center;
	font-weight: 100;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.section.section-forceup h3 {
	color: #fff;
	font-size: 26px;
	letter-spacing: 2px;
	font-weight: 400;
	text-align: center;
}

.section-feature.sf-options {
	background-color: #eee;
	padding: 50px 0;
}

/*Section title*/
.section-title {
	padding: 40px 0;
	background-color: #11698f;
}
.section-title .frame {
	padding: 0 !important;
}
.section-title p,
.section-title h1 {
	margin: 0;
	color: #FFF;
	text-shadow: 1px 1px 0 #a1ce24;
}
.section-title h1 {
	font-size: 56px;
	line-height: 58px;
	font-family: 'bourbon',sans-serif;
}
.section-title p {
	font-size: 22px;
}

/*Section Feature*/
.section-feature {
	padding: 180px 0;
	background-repeat: no-repeat;
	background-size: cover;
	border: none;
}
.section-feature .col > *:last-child {
	margin: 0
}

/*Footer*/
.footer ul.foot-menu li:hover > a {
	color:#11698f;
}
.footer .call a {
	display: block;
}

/* Nearby Page */
.section-content {
	padding: 140px 0;
	background-repeat: no-repeat;
	background-size: cover;
	border-top: 5px solid #EEE;
}
.section-content h2 {
	margin: 0 70px;
}
.section-content.sc-westfield {
	background-image: url(images/westfield-event-3.png);
}
.section-content.sc-rainbow {
	background-image: url(images/rainbows-end-2.png);
}
.section-content.sc-vector {
	background-image: url(images/vector-wero-2.png);
}
.section-content.sc-airport {
	background-image: url(images/airport-1.png);
}
.section-content.sc-activities {
	background-image: url(images/lower-map-banner.jpg);
	padding: 100px 0;
}
.section-content.sc-map {
	padding: 0;
	position: relative;
}
.section-content.sc-map h2 {
	position:absolute;
	top: 0;
	right: 0;
	z-index: 10;
	font-family: 'al-fresco',serif;
	font-size: 60px;
	margin: 30px 50px 0 0 ;
	text-shadow: 3px 3px 4px #FFF;
}
.main-video{
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.banner .slide .slide-inner h3 {
	font-family: "futura-pt" ,sans-serif;

}

@media screen and (max-width: 1500px){
	.section-content {
		background-position: calc(-850px + 50vw) center;
	}
	.mobi-box {
		background-color: rgba(255,255,255,0.8);
		padding: 30px 40px;
	}
}

@media screen and (max-width:1100px) {
	.header .col-nav .menu {
		padding-left: 20px;
	}
	.banner .slide .slide-inner h1 {
		font-size: 40px;
		line-height: normal;
		margin-bottom: 10px;
	}
	.banner .slide .slide-inner h3 {
		font-size: 22px;
		line-height: 22px;
	}
	.banner .slide .slide-inner p a.button {
		font-size: 16px;
	}

	ul.menu .menulink {
	    padding: 8px 10px 6px 10px;
		margin: 0px;
		font-size: 12px;
	}
	.header .col-nav {
    	padding: 0 0 0 50px;
	}
	.footer-contact{
		padding:0 40px;
	}
	.section-variant{
		padding: 10px 14px;
	}
}
@media screen and (max-width:800px) {
	.section-feature.sf-floor {
		background: none;
		padding: 60px 10px 100px;
	}
	.footer .cabin-gfx {
		left: 0;
		position: relative;
		text-align: center;
		top: 0px;
		width: 100%;
		margin: 20px 0;
	}
	.footer .cabin-gfx img {
		max-width: 200px;
	}
	.footer-contact {
		top: 0;
	}
	.header{
	    padding: 35px 30px;
	}
	.header .col-nav {
    	padding: 0 5px 0 10px;
	}
	.section.section-forceup{
		display:none;
	}
	.section-variant{
	    padding: 10px 30px;
	}
	.banner {
    	padding-top: 145px;
	}
	.banner .slide .slide-inner h1 {
		font-size: 30px;
		line-height: normal;
		margin-bottom: 5px;
	}
	.banner .slide .slide-inner h3 {
		font-size: 18px;
	}
	.banner .slide .slide-inner p a.button {
		font-size: 14px;
	}
	.banner .slide, .banner .slide-image {
		min-height: 300px;
		background: #fff !important;
	}
	.ssslide img {
		width: 1047px;
		height: 300px;
		overflow: hidden;
	}
	ul.menu .menulink {
	    padding: 8px 10px 6px 10px;
		margin: 0px;
		font-size: 12px;
	}
	.footer-contact {
    	padding: 0 30px;
	}
	.box {
    	min-height: 181px;
	}
}
@media screen and (max-width:600px) {
	.logo {
		background-position: center;
		margin: 0 auto;
	}
	body {
		font-size: 16px;
	}
	.footer,
	.header {
		padding: 20px 50px;
	}
	.header .slogan p.h3 {
		line-height: 30px;
	}
	.header .phone {
	}
	.footer {
		background-image: none;
	}
	.footer > .frame > .coltable > .col:first-child,
	.footer > .frame > .coltable > .col {
		padding: 0 10px;
	}
	.frame{
		padding:20px 10px !important;
	}
	.mobi-box {
		background-color: rgba(255,255,255,0.8);
		padding: 25px 25px;
	}
	.header p.h2 {
		font-size: 20px;
		text-align: center;
		line-height: 20px;
		margin-top: 20px;
	}
	.header .col-nav .menu {
		padding-left: 0px;
	}
	.copyright p {
		text-align: center;
	}
	.header .frame {
		padding:0 !important;
	}
	.header p.h2 span {
		display:block;
		margin:20px 0 0;
	}
	.coltable .col.first,
	.coltable .col.last {
		padding-left:0;
		padding-right:0;
	}
	h1,.h1 {
		line-height: 60px;
	}
	.call {
		text-align: center;
	}
	.footer .call img {
		display: inline-block;
	}
	.footer .call * {
		float:none;
		width: 100%;
	}
	.banner{
		padding-top:200px;
	}
	.banner h2,
	.banner .h2 {
		font-size: 24px;
		line-height: 28px;
	}
	.banner h3,
	.banner .h3 {
		font-size: 20px;
		line-height: 24px;
	}
	.ssslide img {
		height:100%;
	}
	.footer-cright {
		padding-top: 20px;
	}
	.header .col-nav {
    	padding-right: 0px;
	}
	.head-options {
    	text-align: center;
		padding-top: 20px;
	}
	.header{
		background-image:none;
	}
	.post-wrap .news-list h3 {
    	line-height: 25px;
	}
}
@media screen and (max-width: 580px){
	.section-content {
		background-image: none !important;
		padding: 50px 0;
	}
	.footer .call img {
		margin:0 auto;
		text-align: center;
		position: relative;
	}
	.section.section-forceup{
		display:none;
	}
}
