/*
Theme Name: Island Scaffold
Author: Netwizard Design & Hosting
Author URI: http://www.netwizarddesign.com.au
Version: 1.0
*/
@import url('css/font-awesome/css/font-awesome.min.css');
@import url('css/reset.css');
@import url('css/slicknav.css');
@import url('../../../assets/fonts/libre-franklin.css');
html {
	width:100%;
	height:100%;
	position:relative;
}
body {
	overflow-x:hidden;
	margin:0;
	width:100%;
	height:100%;
	font-size: 16px;
	line-height: 1.5em;
	font-family: 'Libre Franklin', sans-serif;
	color: #333;
	background:#fff;
	position:relative;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
h1 {
	font-size:32px;
	font-weight:700;
	margin:0 0 30px 0;
	line-height:42px;
}
h2 {
	font-size:28px;
	font-weight:700;
	margin:0 0 30px 0;
	line-height:38px;
}
h3 {
	font-size:24px;
	font-weight:700;
	margin:0 0 20px 0;
	line-height:34px;
}
h4 {
	font-size:20px;
	margin:0 0 20px 0;
	line-height:30px;
	font-weight:700;
}
p {
	font-size:16px;
	margin:0 0 20px 0;
	line-height:24px;
}
ul, ol {
	margin:0 0 20px 25px;
}
a {
	color:#386b9f;
	text-decoration:none;
}
.clear {
	clear:both;
}
.container {
	width:96%;
	margin:0 auto;
	position:relative;
	max-width:1400px;
}
.slicknav_menu {
	display:none;
}
#header {
	position:relative;
	width:100%;
	z-index:999;
	height:66px;
	background:#fff;
}
#header .container {
	position:relative;
}
.logo-wrap {
	position:absolute;
	top:0;
	left:0;
	width:340px;
	height:155px;
	background:url(images/logo-wrap.png) no-repeat;
}
.logo {
	position:relative;
	margin:20px 0 0 30px;
}
#header .menu {
	list-style-type:none;
	margin:20px 250px 0 0;
	position:relative;
	float:right;
}
#header .menu li {
	display:inline-block;
	position:relative;
	margin:0 0 0 5px;
}
#header .menu li a {
	color:#333;
	padding:15px 15px;
	text-decoration:none;
	font-size:18px;
	font-weight:300;
}
#header .menu li.current-menu-item a {
	font-weight:700;
	color:#e54c44;
}
.phone {
	background:url(images/phone.png) no-repeat left center;
	color:#fff;
	position:absolute;
	top:0;
	right:0;
	height:66px;
	line-height:66px;
	padding:0 30px;

	font-size:18px;
	font-weight:700;
}
.phone i {
	margin:0 5px 0 0;
	font-size:24px;
}
img {
	max-width:100%;
	height:auto;
}
#slider {
	position:relative;
	width:100%;
	height:100%;
	z-index:0;
	overflow:hidden;
	top:-66px;
	margin:0 0 -66px 0;
}
.banner {
	position:absolute;
	top:54%;
	left:50%;
	margin:0 0 0 -500px;
	width:1000px;
	text-align:center;
	z-index:500;
}
.banner h2 {
	color:#fff;
	font-size:40px;
	line-height:56px;
	margin:0;
	text-shadow:0 0 5px rgba(0,0,0,0.75);
}
#slider .cycle-slideshow {
	position:relative;
	width:100%;
	height:100%;
	z-index:0;
}
#slider .cycle-slideshow #slide1 {
	width:100%;
	height:100%;
	position:relative;
	background:url(images/slide1.jpg) no-repeat top center fixed;
	background-size:cover;
}
#slider .cycle-slideshow #slide2 {
	width:100%;
	height:100%;
	position:relative;
	background:url(images/slide2.jpg) no-repeat center center fixed;
	background-size:cover;
}
#slider .cycle-slideshow #slide3 {
	width:100%;
	height:100%;
	position:relative;
	background:url(images/slide3.jpg) no-repeat center center fixed;
	background-size:cover;
}
#inner {
	width:100%;
	clear:both;
	height:150px;
	background:url(images/slide1.jpg) no-repeat center center;
	background-size:cover;
	padding:150px 0 0 0;
	color:#fff;
	position:relative;
	z-index:0;
}
.inner h1, .inner h3 {
	color:#fff;
	text-align:center;
	font-size:40px;
	line-height:1em;
	display:block;
	font-weight:700;
}
#content {
	padding:75px 0;
	position:relative;
	z-index:300;
}
#welcome {
	padding:75px 0;
	position:relative;
	z-index:0;
}
#welcome h1 {
	color:#e64c44;
	padding:25px 0 0 0;
}
#secondary {
	padding:120px 0;
	position:relative;
	z-index:0;
	background:url(images/secondary.jpg) no-repeat center center;
	background-size:cover;
}
.secondary {
	color:#fff;
	background:rgba(230,76,68,0.85);
	width:45%;
	float:right;
	margin:0;
	padding:55px 5%;
}
.secondary h2 {
	font-size:26px;
}
#bottom {
	padding:75px 0;
	position:relative;
	z-index:0;
}
#bottom h2 {
	padding:20px 0 0 0;
}
#bottom img {
	max-width:42%;
}
.bottom {
	width:52%;
	float:right;
}
#bottom ul {
	width:97%;
	margin:0 0 0 3%;
	padding:0;
}
#bottom li {
	width:47%;
	float:left;
	margin:0 0 5px 0;
	padding:0;
}
.alignright, .wp-post-image {
	float:right;
	margin:0 0 50px 50px;
}
.alignleft {
	float:left;
	margin:0 50px 50px 0;
}
ul.tabs {
	clear:both;
	width:100%;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	position:relative;
	left:0;
	z-index:991;
}
ul.tabs li {	
	position:relative;
	color: #333;
	display: inline-block;
	cursor: pointer;
	margin:0 0 0 0;
	padding:15px 30px;
	background:#f3f3f3;
	border-bottom:1px solid #ccc;
}
ul.tabs li.current {
	background:#e54c44;
	font-weight:700;
	color: #fff;
}
.tab-content {
	display: none;
	padding:50px 0;
}
.tab-content.current {
	display: inherit;
}
.btn {
	color:#e54c44;
	display:inline-block;
	margin:20px 0 0 0;
	padding:15px 30px;
	border:1px solid #e54c44;
}
#top-footer {
	padding:75px 0;
	background:#131313;
	color:#fff;
}
#top-footer h3 {
	font-size:32px;
	line-height:42px;
	margin:0 0 30px 0;
	color:#fff;
	font-weight:400;
}
.fcol-1 {
	width:33.33%;
	float:left;
	margin:0 0 0 0;
	text-align:center;
}
.fcol-3 {
	width:33.33%;
	float:right;
	margin:0 0 0 0;
	text-align:center;
}
.fcol-1 ul {
	margin:0;
	list-style-type:none;
}
.fcol-1 ul li {
	padding:0;
	width:100%;
	text-align:center;
	margin:0 0 0px 0;
}
.fcol-1 ul li.phone {
	display:none;
}
.fcol-1 ul li a {
	color:#fff;
	text-decoration:none;
}
.fcol-2 {
	width:33.33%;
	float:left;
	margin:0 0;
	text-align:center;
}
.fcol-2 img {
	max-width:220px;
	height:auto;
	margin:65px 0 0 0;
}
.fcol-3 a {
	color:#fff;
	text-decoration:none;
}
#footer {
	padding:0 0 25px 0;
	background:#131313;
	color:#999;
}
#footer .container {
	border-top:1px solid #555;
	padding:25px 0 0 0;
}
#footer p {
	font-size:13px;
	text-align:center;
	width:100%;
	margin:0 0 0 0;
}
#footer p a {
	color:#999;
	text-decoration:none;
}
#form {
	width:55%;
	float:left;
	margin:0 0 30px 0;
}
#details {
	width:40%;
	float:right;
	margin:40px 0 30px 0;
}
.map {
	width:100% !important;
	height:350px;
	margin:15px 0 0 0;
	border: 1px solid #eee !important;
}
.wpcf7 {
    width: 100%;
	margin:0 0 0 0;
}
.wpcf7 textarea {
	background: #f9f9f9;
    border: 1px solid #ccc;
    color: #555;
    font-size: 16px;
	width:96%;
	padding:15px 2%;
    height:200px;
	margin:0 0 15px 0;
	font-family: inherit !important;  
}
.wpcf7 p {
    color: #333;
	text-align:left !important;
}
.wpcf7 .req {
    color: red;
	font-weight:bold;
	font-size:1.3em;
}
.wpcf7 {
    margin: 30px 0 0 0;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="password"]{
    background: #f9f9f9;
    border: 1px solid #ccc;
    color: #555;
    font-size: 16px;
	width:96%;
	padding:15px 2%;
	margin:0 0 15px 0;
}
.wpcf7 select {
    background: #f9f9f9;
    border: 1px solid #ccc;
    color: #555;
    font-size: 16px;
	width:100%;
	padding:10px 5px;
	margin:0 0 5px 0;
	height:50px;
}
.wpcf7 input[type="submit"] {
    cursor: pointer;
    height: 50px;
    padding: 0;
    width: 100%;
    position: relative;
	text-align:center;
	transition:all .5s;
	border: none;
	text-decoration:none;
	color:#fff;
	background:#fa3a3a;
	font-size:16px;
	display:block;
	margin:0;
}
.wpcf7 input[type="submit"]:hover {

}
.main {
	width:65%;
	float:left;
}
.main .post h2 {
	font-size:26px;
	line-height:36px;
	margin:0 0 20px 0;
}
.sidebar {
	width:27%;
	padding:30px 1.5%;
	background:#f3f3f3;
	float:right;
	border: 1px solid #ccc;
}
.sidebar h3 {
	font-size:24px;
}
.sidebar ul li {
	font-size:14px;
	margin:0 0 10px 0;
	line-height:20px;
}
.post {
	margin:0 0 30px 0;
}
.share {
	display:block;
	margin:15px 0;
}
.page-numbers {
	padding:20px;
	font-size:18px;
	text-decoration:none;
	background:#eee;
	border:1px solid #ccc;
	display:inline-block;
	margin:20px 0;
}
.more {
	background:#fa3a3a;
	color:#fff;
	padding:10px 20px;
	display:inline-block;
	margin:15px 0;
	text-decoration:none;
}
.date {
	color:#999;
	font-size:13px;
	display:block;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
@media only screen and (max-width: 1200px) {

	
	
}

@media only screen and (max-width: 1024px) {
	#header .menu {
		display:none;
	}
	.slicknav_menu {
		display:block;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:9999;
	}
	#header {
		text-align:center;
		margin:50px 0 0 0;
		height:90px;
		background:#fff;
	}
	.logo-wrap {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:auto;
		background-image:none;
	}
	.logo {
		position:relative;
		margin:10px 0;
		max-width:170px;
		height:auto;
	}
	#footer span.mhide {
		display:none;
	}
	#footer span.mblock {
		display:block;
	}
	.alignright, .alignleft {
		max-width:100%;
		height:auto;
		float:none;
		margin:0 0 30px 0;
	}
	#bottom img {
		max-width:100%;
	}
	#welcome, #content, #bottom {
		text-align:center;
	}
	.bottom {
		width:100%;
	}
	.secondary {
		width:90%;
		float:none;
		margin:0 2.5%;
		padding:25px 2.5%;
		text-align:center;
	}
	#inner {
		height:100px;
		padding:200px 0 0 0;
	}
	.inner h1, .inner h3 {
		font-size:26px;
	}
	.banner {
		width:100%;
		margin:0;
		left:0;
	}
	.banner h2 {
		text-align:center;
		font-size:24px;
		line-height:34px;
		margin:0 2.5%;
		display:inline-block;
		width:85%;
		padding:10px 2.5%;
		float:none;
	}
	
	#bottom ul {
		width:100%;
		margin:0 0 20px 0;
		padding:0;
	}
	#bottom li {
		width:100%;
		float:none;
		text-align:center;
		margin:0 0 5px 0;
		padding:0;
	}
	.phone {
		display:none;
	}
}
@media only screen and (max-width: 800px) {
	#top-footer {
		padding:50px 0;
	}
	.fcol {
		width:96%;
		float:left;
		margin:0 2% 25px 2%;
		text-align:center;
	}
	.fcol ul {
		margin:0;
		list-style-type:none;
	}
	.fcol ul li {
		width:100%;
		float:none;
		text-align:center;
		padding:0;
		margin:0 0 5px 0;
	}
	.main, #form, #details {
		width:100%;
		float:none;
		margin:0 0 40px 0;
	}
	.sidebar {
		width:100%;
		padding:0;
		background:#fff;
		float:none;
		border: none;
	}
	.sidebar ul {
		list-style-type:none;
		margin:0 0 20px 0;
	}
	.sidebar ul li {
		width:100%;
		padding:0;
		margin:0 0 5px 0;
		text-align:center;
	}
	#slider {		
		height:600px;
	}
	#slider .cycle-slideshow {
		height:600px;
	}
	#slider .cycle-slideshow #slide1 {
		height:600px;
		background:url(images/slide1.jpg) no-repeat right center scroll;
		background-size:1064px 600px;
	}
	#slider .cycle-slideshow #slide2 {
		height:600px;
		background:url(images/slide2.jpg) no-repeat left center scroll;
		background-size:1064px 600px;
	}
	#slider .cycle-slideshow #slide3 {
		height:600px;
		background:url(images/slide3.jpg) no-repeat center center scroll;
		background-size:1064px 600px;
	}
	.share {
		display:inline-block;
		margin:0 auto;
	}
	.inner h1, .inner h3 {
		text-align:center;
	}	
	#welcome h1 {
		padding:0;
	}
	#welcome {
		padding:40px 0;
	}
	#welcome img {
		display:none;
	}
	.fcol-2 img {
		max-width: 250px;
		height: auto;
		margin: 0 0 0 0;
	}	
	#inner {
		text-align:center;
	}
	ul.tabs li {	
		padding:10px 5%;
		width:90%;
		text-align:center;
	}
	
}
@media only screen and (max-width: 600px) {
	#slider {		
		height:338px;
	}
	#slider .cycle-slideshow {
		height:338px;
	}
	#slider .cycle-slideshow #slide1 {
		height:338px;
		background:url(images/slide1.jpg) no-repeat right center scroll;
		background-size:600px 338px;
	}
	.banner h2 {
		font-size: 18px;
		line-height: 28px;
	}
}