/*
Theme Name: SAS Metal Solutions
Author: Netwizard Design & Hosting
Author URI: http://www.netwizarddesign.com.au
Version: 1.0
*/

@import url('css/reset.css');
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Baloo');
@import url('css/slicknav.css');
@import url('css/font-awesome/css/font-awesome.min.css');
html {
	width:100%;
	height:100%;
	position:relative;
}
body {
	overflow-x:hidden;
	margin:0;
	width:100%;
	height:100%;
	font-size: 16px;
	line-height: 1.6em;
	font-family: 'Raleway', sans-serif;
	color: #111;
	background:#fff;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	position:relative;
}
.clear {
	clear:both;
}
.container {
	width:1200px;
	margin:0 auto;
	position:relative;
}
h1, h2, h3 {
	
}
h1 {
	font-size:32px;
	margin:0 0 25px 0;
	line-height:30px;
}
h2 {
	font-size:26px;
	margin:0 0 20px 0;
	line-height:30px;
}
h3 {
	font-size:20px;
	margin:0 0 15px 0;
	line-height:24px;
}
p {
	font-size:16px;
	line-height:24px;
	margin:0 0 20px 0;
}
#content p {
	text-align:justify;
}
#header {
	position:relative;
	z-index:999;
	background:#fff;
}
#header .container {
	position:relative;
}
.slicknav_menu {
	display:none;
}
.logo {
	float:left;
	margin:20px 0 20px 0;
}
.menu {
	list-style-type:none;
	margin:65px 0 0 0;
	float:right;
	position:relative;
}
.menu li {
	display:inline;
	margin:0 10px;
}
.menu li a {
	color:#656565;
	text-transform:uppercase;
	text-decoration:none;
	font-size:20px;
	transition:all .5s;
}
.menu li.current-menu-item a {
	color:#035ba9;
}
.menu li a:hover {
	color:#035ba9;
}
.welcome {
	position:absolute;
	top:50%;
	left:50%;
	width:1200px;
	margin:0 0 0 -600px;
	z-index:500;
	text-align:center;
	background: rgba(0,0,0,0.6);
	height:121px;
	padding:60px 0 0 0;
}
.welcome h1 {
	font-size:70px;
	margin:0 0 20px 0;
	color:#fff;
	text-shadow:1px 1px 1px #222;
}
.welcome p {
	color:#fff;
	font-size:26px;
	margin:0 0 0 0;
	text-shadow:1px 1px 1px #222;
}
.cycle-slideshow {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:0;
}
#slide1 {
	background: url(images/slide1.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width:100%;
	height:100%;
}
#slide2 {
	background: url(images/slide2.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width:100%;
	height:100%;
}
#slide3 {
	background: url(images/slide3.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width:100%;
	height:100%;
}
#inner {
	position:relative;
	z-index:700;
	width:100%;
	height:140px;
	background:url(images/inner.jpg) no-repeat top center;
}
#inner .container {
	position:relative;
}
#inner h1 {
	position:absolute;
	top:80px;
	left:0;
	display:inline-block;
	color:#fff;
	font-size:32px;
	line-height:60px;
	margin:0 0 0 0;
	padding:0 40px;
	background:rgba(3,91,169,0.8);
}
#content {
	padding:50px 0 50px 0;
}
#content ul {
	margin:0 0 20px 20px;
}
#content a {
	color:#656565;
}
.wp-post-image {
	float:right;
	margin:0 0 50px 80px;
}
ul.tabs{
	margin: 0 0 30px 0 !important;
	padding: 0px;
	list-style: none;
	position:relative;
	z-index:991;
}
ul.tabs li{
	background: #f3f3f3;
	color: #333;
	padding:15px 30px;
	display: inline;
	cursor: pointer;
	font-size:15px;
	line-height:18px;
	margin:0 0 0 0;
	border-bottom:1px solid #ccc;
}
ul.tabs li.current{
	background:#222;
	color: #fff;
}
.tab-content {
	width:100%;
	float:none;
	display: none;
	padding:30px 0;
}
.tab-content.current{
	display: inherit;
}
.tab-content img.alignleft {
	margin:0 20px 20px 0;
}
.tab-content img.alignright {
	margin:0 0 20px 50px;
	float:right;
}
.gallery { margin: 0 auto; }
.gallery .gallery-item {
	float: left;
	margin: 0 2% 40px 0;
	text-align: center;
	width: 23%;
	box-shadow: 0px 0px 1px rgba(0,0,0,0.5);
	background: #f9f9f9;
}
.gallery .gallery-item .gallery-icon {
	max-height:300px;
	overflow:hidden;
}
.gallery .gallery-item .gallery-icon img {
	width:150%;
	height:auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 15px;
	margin: 0 0 0 0;
	line-height:16px;
	width:90%;
	padding:10px 5%;
	display:block;
	min-height:40px;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }
#form {
	width:50%;
	float:left;
	margin:0 0 50px 0;
}
#details {
	width:46%;
	float:right;
	margin:0 0 0 0;
}
.map {
	clear:both;
	width:100% !important;
	height:400px;
	margin:30px 0 30px 0;
}
.wpcf7 {
    width: 100%;
	margin:0 0 0 0;
}
.wpcf7 input,
.wpcf7 textarea {
    width: 90%;
    margin: 0 0 0 0;
}
.wpcf7 select {
    width: 96%;
}
.wpcf7 textarea {
    height: 200px;
}
.wpcf7 label {
    display: block;
	text-align:left !important;
    margin-bottom: 0px;
    color: #333;
    font-size: 15px;
    clear: both;
    padding: 0 0 0 0;
}
.wpcf7 .req {
    color: red;
	font-size:1.3em;
	font-weight:700;
}
.wpcf7 {
    margin: 30px 0 0 0;
}
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
    background: #f9f9f9;
    border: 1px solid #ccc;
    color: #555;
    padding: 10px;
    font-size: 14px;
}
.wpcf7 input[type="submit"] {
    display: block;
	text-transform:uppercase;
	background:rgba(3,91,169,1);
	color:#fff;
    cursor: pointer;
    height: 40px;
    padding: 0;
    width: 120px;
    position: relative;
    float: left;
    left: 0px;
	transition:all .5s;
	border:none;
	border-radius:0;
}
.wpcf7 input[type="submit"]:hover {
    background:rgba(3,91,169,1);
}
#footer {
	padding:12px 0;
	background:#222;
	color:#999;
	position:relative;
	z-index:800;
}
.copy {
	float:left;
	font-size:12px;
	margin:0;
}
.designer {
	float:right;
	font-size:12px;
	margin:0;
}
.designer a {
	color:#999;
	text-decoration:none;
}
@media only screen and (max-width: 1200px) {
	.container {
		width:96%;
		padding:0 2%;
		margin:0 auto;
		position:relative;
	}
	.welcome {
		position:absolute;
		top:50%;
		left:10%;
		width:70%;
		margin:0 0 0 0;
		z-index:500;
		text-align:center;
		height:100px;
		padding:30px 5% 30px 5%;
	}
	.welcome h1 {
		
	}
}
@media only screen and (max-width: 800px) {
	.welcome {
		position:absolute;
		top:35%;
		left:10%;
		width:70%;
		margin:0 0 0 0;
		z-index:500;
		text-align:center;
		height:auto;
		padding:20px 5% 20px 5%;
	}
	.welcome h1 {
		font-size:24px;
		margin:0 0 10px 0;
		line-height:28px;
	}
	.welcome p {
		font-size:14px;
		line-height:18px;
	}
	#footer .copy, #footer .designer, .links {
		float:none;
		text-align:center;
		margin:0 0 0 0;
	}
	#footer span {
		display:none;
	}
	#header {
		text-align:center;
		margin:50px 0 0 0;
		height:auto;
	}
	.slicknav_menu {
		display:block;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:999999;
	}
	.menu {
		display:none;
	}
	.logo {
		position:relative;
		float:none;
		max-width:90%;
	}
	.wp-post-image, .alignright {
		float:none !important;
		max-width:90% !important;
		margin:0 0 50px 0 !important;
		height:auto !important;
	}	
	#form {
		width:100%;
		float:none;
		margin:0 0 0 0;
	}
	#details {
		width:100%;
		float:none;
		margin:0 0 40px 0;
	}
	ul.tabs li{
		padding:15px 5%;
		text-align:center;
		display: block;
		width:90%;
		cursor: pointer;
		font-size:15px;
		line-height:18px;
		margin:0 0 5px 0;
		border-bottom:1px solid #ccc;
	}
	.gallery .gallery-item {
		float: left;
		margin: 0 2% 40px 2%;
		text-align: center;
		width: 96%;
		box-shadow: 0px 0px 1px rgba(0,0,0,0.5);
		background: #f9f9f9;
	}
	.gallery .gallery-item .gallery-icon  img {
		height:auto;
		width:100%;
	}
}