/*
Theme Name: Dascon Commercial Fitouts
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('../../../vendor/google-fonts/lato.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: 'Lato', sans-serif;
	color: #333;
	background:#fff;
	position:relative;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
h1 {
	font-size:32px;
	line-height:42px;
	font-weight:700;
	color:#2b3990;
	margin:0 0 20px 0;
}
h2 {
	font-size:26px;
	font-weight:700;
	margin:0 0 20px 0;
	line-height:36px;
	color:#4e79b3;
}
h3 {
	font-size:24px;
	font-weight:700;
	margin:0 0 15px 0;
	line-height:26px;
}
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%;
	max-width:1400px;
	margin:0 auto;
	position:relative;
}
.slicknav_menu {
	display:none;
}
#header {
	position:relative;
	width:100%;
	z-index:900;
	height:150px;
}
#header .container {
	position:relative;
}
.logo {
	float:left;
	margin:45px 0 0 50px;
}
.menu {
	list-style-type:none;
	float:right;
	margin:80px 0 0 0;
	position:relative;
}
.menu li {
	display:inline-block;
	position:relative;
	margin:0 0 0 0;
	float:left;
}
.menu li a {
	display:block;
	height:50px;
	line-height:50px;
	color:#fff;
	background:#000;
	font-size:18px;
	text-decoration:none;
	transition:all .5s;
	padding:0 17px;
	margin:0 0 0 0;
	border-right:1px solid #555;
	text-transform:uppercase;
}
.menu li i {
	font-size:34px;
	position:relative;
	top:5px;
}
.menu li.current-menu-item a {
	background:#333;
}
#slider {
	width:100%;
	height:100%;
	position:relative;
	z-index:0;
	top:-150px;
	margin:0 0 -150px 0;
}
.cycle-slideshow {
	position:relative;
	width:100%;
	height:100%;
	z-index:0;
}
.cycle-slideshow #slide1 {
	height:100%;
	width:100%;
    background:url(images/slide1.jpg) no-repeat center center fixed;
	background-size:cover;
}
.cycle-slideshow #slide2 {
	height:100%;
	width:100%;
    background:url(images/slide2.jpg) no-repeat center center fixed;
	background-size:cover;
}
.cycle-slideshow #slide3 {
	height:100%;
	width:100%;
    background:url(images/slide3.jpg) no-repeat center center fixed;
	background-size:cover;
}
.cycle-slideshow #slide4 {
	height:100%;
	width:100%;
    background:url(images/slide4.jpg) no-repeat center center fixed;
	background-size:cover;
}
.slogan {
	width:1000px;
	text-align:center;
	position:absolute;
	bottom:20%;
	left:50%;
	margin:0 0 0 -500px;
	z-index:500;
}
.slogan h2 {
	font-size:36px;
	line-height:46px;
	font-weight:700;
	color:#fff;
	margin:0 0 30px 0;
	text-align:center;
	text-transform:uppercase;
	text-shadow:0 0 5px rgba(0,0,0,0.5);
}
#welcome {
	padding:50px 0;
}
#welcome h1 {
	font-size:26px;
	line-height:36px;
	color:#333;
}
#welcome h2 {
	font-size:18px;
	line-height:28px;
	color:#4a76b0;
}
#bottom {
	height:400px;
	width:100%;
    background:url(images/bottom.jpg) no-repeat center center fixed;
	background-size:cover;
	position:relative;
}
.bottom-left {
	width:44%;
	float:left;
	padding:100px 3%;
	color:#fff;
}
.bottom-left h3 {
	font-size:32px;
	line-height:42px;
}
.bottom-left img {
	width:30.33%;
	float:left;
	height:auto;
	margin:0 3% 0 0;
	position:relative;
	box-shadow:0 0 10px rgba(0,0,0,0.25);
}
.bottom-right {
	width:44%;
	float:right;
	height:200px;
	padding:100px 3%;
	color:#fff;
	background:rgba(0,0,0,0.5);
}
.bottom-right a {
	text-decoration:underline;
	color:#fff;
}
#content {
	padding:50px 0;
}
#inner {
	position:relative;
	z-index:0;
	width:100%;
    height:100px;
	padding:200px 0 0 0;
	background:url(images/slide1.jpg) no-repeat top center;
	background-size:cover;
	top:-150px;
	margin:0 0 -150px 0;
}
#inner h1 {
	text-align:center;
	font-size:46px;
	line-height:55px;
	font-weight:700;
	color:#fff;
	margin:0 0 30px 0;
	text-align:center;
	text-transform:uppercase;
	text-shadow:0 0 5px rgba(0,0,0,0.5);
}
.wp-post-image {
	float:right;
	margin:0 0 50px 50px;
	max-width:100%;
	height:auto;
}
.alignleft {
	float:left;
	margin:0 50px 50px 0;
	max-width:100%;
	height:auto;
}
.alignright {
	float:right;
	margin:0 0 50px 50px;
	max-width:100%;
	height:auto;
}
.gallery-item {
	width:31.33% !important;
	float:left !important;
	margin:0 2% 30px 0 !important;
	position:relative;
}
.gallery-item .gallery-icon {
	width:100% !important;
	height:300px;
	overflow:hidden;
}
.gallery-icon img {
	width:100% !important;
	height:auto !important;
	border:none !important;
	position:relative;
	z-index:0;
}
.gallery-item h3 {
	position:absolute;
	bottom:20px;
	left:20px;
	z-index:500;
	background: #7fa0cd;
	color:#fff;
	padding:15px;
	font-size:20px;
	line-height:28px;
	display:inline-block;
}
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
	width:23%;
	float:left;
}
.tabs-nav a {
    background:#f3f3f3;
	width:90%;
	border-bottom:1px solid #ccc;
	padding:15px 5%;
	display:block;
	text-decoration:none !important;
	color:#333;
	font-size:17px;
}
.tabs-nav .tab-active a {
    background: #003366;
	color:#fff;
}
.tabs-nav li {
	display:block;
	width:100%;
}
.tabs-stage {
   width:72%;
   float:right;
}
.tabs-stage table {
	margin:0 0 30px 0;
}
.tabs-stage tr td {
	padding:5px;
	border-bottom:1px solid #ccc;
}   
.tabs-stage img {
	max-width:100%;
	height:auto;
}
#footer {
	padding:25px 0;
	background:#221f1f;
	color:#999;
}
#footer .copy {
	font-size:12px;
	float:left;
	margin:0 0 0 0;
}
#footer .designer {
	font-size:12px;
	float:right;
	margin:0 0 0 0;
}
#footer .designer 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:320px;
	margin:0 0 0 0;
	border: 1px solid #ccc !important;
}
.fcol-left {
	width:47%;
	float:left;
}
.fcol-right {
	width:47%;
	float:right;
}
.wpcf7 {
    width: 100%;
	margin:0 0 0 0;
}
.wpcf7 textarea {
	background: #eee;
    border: 1px solid #ccc;
    color: #555;
    font-size: 16px;
	width:96%;
	padding:15px 2%;
    height: 100px;
	margin:0 0 10px 0;
}
.wpcf7 p {
    color: #333;
    font-size: 14px;
	text-align:left !important;
}
.wpcf7 .req {
    color: red;
	font-weight:bold;
	font-size:1.3em;
}
.wpcf7 {
    margin:0;
}
.wpcf7 input[type="text"], .wpcf7 select, .wpcf7 input[type="email"] {
    background: #eee;
    border: 1px solid #999;
    color: #555;
    font-size: 16px;
	width:92%;
	padding:15px 4%;
	margin:0 0 10px 0;
}
.wpcf7 select {
	width:100%;
}
.wpcf7 input[type="submit"] {
    cursor: pointer;
    height: 40px;
    padding: 0;
    width: 100%;
    position: relative;
	text-align:center;
    left: 0px;
	transition:all .5s;
	border: none;
	text-decoration:none;
	color:#fff;
	background: #4e79b3;
	font-size:16px;
	display:inline-block;
}
@media only screen and (max-width: 1024px) {
	.menu {
		display:none;
	}
	.slicknav_menutxt {
		display:none !important;
	}
	.slicknav_menu {
		display:block;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:9999;
	}
	#header {
		height:auto;
		margin:50px 0 0 0;
		padding:15px 0;
		position:relative;
		text-align:center;
		top:0;
		background:#fff;
	}
	.logo {
		display:inline-block;
		position:relative;
		left:0;
		top:0;
		float:none;
		max-width:300px;
		margin:15px 0;
	}
	#footer span {
		display:none;
	}
	.copy, .designer {
		float:none;
		width:100%;
		text-align:center;
	}
	#footer {
		background:#222;
		color:#fff;
		margin:0 0 0 0;
	}
	#footer .designer a {
		color:#fff;
	}
	#form {
		width:100%;
		float:none;
		margin:0 0 30px 0;
	}
	#details {
		width:100%;
		float:none;
		margin:0 0 30px 0;
	}
	.slogan {
		width:95%;
		left:0;
		margin:0 2.5%;
		top:40%;
	}
	.slogan h2 {
		font-size:28px;
		line-height:38px;
		font-weight:400;
		color:#fff;
		margin:0 0 0 0;
		text-align:center;
	}
	.wp-post-image {
		float:none;
		margin:0 0 25px 0;
	}
	#welcome, #content {
		text-align:center;
	}
	#welcome img {
		display:none;
	}
	#inner {
		height:100px;
		padding:50px 0 0 0;
		background:url(images/slide1.jpg) no-repeat bottom center fixed;
		background-size:cover;
		top:0;
		margin:0;
	}
	#inner h1 {
		font-size:28px;
		line-height:38px;
	}
	#bottom {
		height:auto;
	}
	.bottom-left {
		text-align:center;
		width:90%;
		float:none;
		padding:25px 5%;
	}
	.bottom-left h3 {
		font-size:28px;
		line-height:38px;
	}
	.bottom-left img {
		width:30.33%;
		float:left;
		height:auto;
		margin:0 3% 0 0;
		position:relative;
	}
	.bottom-right {
		text-align:center;
		width:90%;
		float:none;
		height:auto;
		padding:25px 5%;
		color:#fff;
		background:rgba(0,0,0,0);
	}
	#slider {
		top:0;
		margin:0;
		height:500px;
	}
	.cycle-slideshow #slide1 {
		height:500px;
		background-size:889px 500px;
		background:url(images/slide1.jpg) no-repeat center center scroll;
	}
	.cycle-slideshow #slide2 {
		height:500px;
		background-size:889px 500px;
		background:url(images/slide2.jpg) no-repeat center center scroll;
	}
	.cycle-slideshow #slide3 {
		height:500px;
		background-size:889px 500px;
		background:url(images/slide3.jpg) no-repeat center center scroll;
	}
	.cycle-slideshow #slide4 {
		height:500px;
		background-size:889px 500px;
		background:url(images/slide4.jpg) no-repeat center center scroll;
	}
	.gallery-item {
		width:46% !important;
		float:left !important;
		margin:0 2% 30px 2% !important;
		position:relative;
	}
	.gallery-item .gallery-icon {
		width:100% !important;
		height:200px;
		overflow:hidden;
	}
}
@media only screen and (max-width: 500px) {
	.gallery-item {
		width:96% !important;
	}
	.gallery-item .gallery-icon {
		height:auto;
	}
}
