/*
Theme Name: GFORCE Technologies
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:300,300i,400,400i,500,500i,700,700i');
@import url('css/slicknav.css');
html {
	width:100%;
	height:100%;
	position:relative;
}
body {
	overflow-x:hidden;
	margin:0;
	width:100%;
	height:100%;
	font-size: 15px;
	line-height: 1.6em;
	font-family: 'Raleway', sans-serif;
	color: #222;
	background:#fff;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	position:relative;
}
.clear {
	clear:both;
}
h1 {
	font-size:32px;
	margin:0 0 25px 0;
	line-height:30px;
	font-weight:700;
}
h2 {
	font-size:26px;
	margin:0 0 20px 0;
	line-height:30px;
	font-weight:700;
}
h3 {
	font-size:20px;
	margin:0 0 15px 0;
	line-height:24px;
	font-weight:700;
}
p {
	font-size:14px;
	line-height:24px;
	margin:0 0 15px 0;
}
.container {
	width:1200px;
	margin:0 auto;
	position:relative;
}
#header {
	position:relative;
	width:100%;
	padding:15px 0;
	
}
#header .container {
	position:relative;
}
.logo {
	float:left;
}
.slicknav_menu {
	display:none;
}
.menu  {
	float:right;
	margin:35px 60px 0 0;
	list-style-type:none;
}
.menu li {
	display:inline;
	margin:0 10px 0 10px;
}
.menu li a {
	text-decoration:none;
	font-size:18px;
	
}
.cycle-slideshow {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:0;
	margin:0 0 0 0;
}
.slide {
	width:100%;
	height:100%;
	position:relative;
}
#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;
}
.welcome {
	position:absolute;
	top:35%;
	z-index:500;
	width:1200px;
	margin:0 0 0 -600px;
	left:50%;
}
.welcome-text {
	width:650px;
	color:#fff;
	padding:30px;
	background:rgba(0,0,0,0.65);
}
.welcome-text a {
	color:#fff;
}

#inner {
	position:relative;
	z-index:700;
	width:100%;
	padding:0 0 0 0;
	height:150px;
	background:#777 url(images/inner.jpg) no-repeat right center;
}
#inner .container {
	position:relative;
}
#inner h1 {
	position:absolute;
	top:45px;
	left:0;
	display:inline-block;
	font-size:36px;
	margin:0 0 0 0;
	padding:20px;
	color:#fff;
}
#content {
	padding:50px 0;
	position:relative;
	z-index:750;
}
.wp-post-image {
	float:right;
	margin:-80px 0 50px 50px;
	padding:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.4);
	background:#fff;
	max-width:450px;
	height:auto;
}
#content ul {
	margin:0 0 20px 25px;
}
#services-content ul {
	list-style-type:none;
	width:600px;
	margin:0 0 20px 0;
}
#services-content ul li {
	margin:0 20px 20px 0;
	float:left;
	width:250px;
	background:#eee;
	padding:15px 0;
	text-align:center;
	box-shadow:0 0 1px rgba(0,0,0,0.5);
}
#services-content .wp-post-image {
	margin:-100px 0 50px 50px;
}
.grey {
	background:#eee;
}
.col-sm-6-left {
	width:47%;
	float:left;
}
.col-sm-6-right {
	width:47%;
	float:right;
}
.title-left {
	width:38%;
	margin:0 2% 0 0;
	float:left;
}
.title-left h1 {
	color:#a42928;
	padding:10px 0 0 0;
	border-top:2px solid #a42928;
}
.content-right {
	width:60%;
	float:right;
}
.staff {
	margin:0 0 50px 0;
	box-shadow:0 0 1px rgba(0,0,0,0.5);
	background:#fff;
	float:left;
	display:block;
	clear:both;
	padding:20px 2%;
	width:96%;
}
.staff div {
	
}
.staff div h2 {
	color:#333;
	font-size:28px;
	font-weight:700;
	margin:0 0 10px 0;
	line-height:28px;
}
.staff div h3 {
	color:#333;
	font-size:18px;
	font-weight:700;
}
.social {
	padding:20px 0;
}
.social a {
	
	text-decoration:none;
	display:inline-block;
	float:left;
	margin:0 30px 0 0;
	padding:5px 15px 15px 15px;
}
.social a i {
	font-size:30px;
	margin:0 5px 0 0;
	position:relative;
	top:5px;
}
.social a.instagram {
	background:url(images/instagram.png) no-repeat left center;
	color:#fff;
}
.social a.linkedin {
	background:#007ab9;
	color:#fff;
}

ul.tabs{
	margin: 0 0 30px 0 !important;
	padding: 0px;
	list-style: none;
	position:relative;
	z-index:991;
	width:23%;
	float:left;
}
ul.tabs li{
	background: #fff;
	color: #333;
	padding:15px 5%;
	width:90%;
	display: block;
	cursor: pointer;
	font-size:15px;
	line-height:18px;
	margin:0 0 0 0;
	border-bottom:1px solid #ccc;
}
ul.tabs li.current{
	color:#fff;
	background:#777;
}
.tab-content{
	width:72%;
	float:right;
	display: none;
	padding:0 0;
}
.tab-content.current{
	display: inherit;
}
.service-wrap {
	clear:both;
	padding:50px 0 50px 0;
}
.service-wrap ul {
	margin:0 0 20px 25px;
}
.service-wrap .service-text-left {
	width:45%;
	padding:40px 0;
	float:left;
	margin:0 5% 0 0;
}
.service-wrap .service-image-right {
	width:50%;
	height:auto;
	float:right;
}
.service-wrap .service-text-right {
	width:45%;
	margin:0 0 0 5%;
	padding:40px 0;
	float:right;
}
.service-wrap .service-image-left {
	width:50%;
	height:auto;
	float:left;
}
.service-grey {
	background:#eee;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#form {
	width:56%;
	float:left;
	margin:0 0 50px 0;
}
#details {
	width:40%;
	float:right;
	margin:30px 0 0 0;
}
.project {
	float:left;
	margin:0 2% 40px 0;
	width:48%;
	position:relative;
}
.project img {
	width:100%;
	height:auto;
	position:relative;
	z-index:200;
}
.project h2 {
	position:absolute;
	bottom:6px;
	line-height:24px;
	left:0;
	font-size:18px;
	width:100%;
	text-align:center;
	background:rgba(111,111,111,0.8);
	padding:20px 0;
	color:#fff;
	text-transform:uppercase;
	margin:0;
	z-index:250;
}
.project h2 span {
	font-size:14px;
	text-transform:none;
	font-weight:400;
}
.map {
	width:100% !important;
	height:300px;
	margin:30px 0 0 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: 100px;
}
.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: #eee;
    border: 1px solid #ccc;
    color: #555;
    padding: 10px;
    font-size: 14px;
}
.wpcf7 input[type="submit"] {
    display: block;
	text-transform:uppercase;
	background:#fff;
	color:#333;
    cursor: pointer;
    height: 40px;
    padding: 0;
    width: 120px;
    position: relative;
    float: left;
    left: 0px;
	transition:all .5s;
	border:1px solid #333;
	border-radius:0;
}
.wpcf7 input[type="submit"]:hover {
    background:#333;
	color:#fff;
}
#footer {
	padding:20px 0;
	transition:all .5s;
}
.break {
	display:none;
}
.copy {
	float:left;
	font-size:12px;
	margin:0;
}
.fsocial {
	float:right;
	font-size:20px;
	margin:0;
}
.fsocial i {
	margin:0 0 0 5px;
}
.fsocial a {
	color:#999;
	text-decoration:none;
}

.copy a {
	color:#999;
	text-decoration:none;
}
@media only screen and (max-width: 1400px) {
	
}
@media only screen and (max-width: 1200px) {
	.container {
		width:96%;
		padding:0 2%;
		margin:0 auto;
		position:relative;
	}	
	.welcome {
		position:absolute;
		top:30%;
		z-index:500;
		width:90%;
		margin:0 0 0 0;
		left:5%;
	}
	.welcome-text {
		width:90%;
		color:#fff;
		padding:20px 5%;
		background:rgba(0,0,0,0.65);
	}
}
@media only screen and (max-width: 800px) {
	.welcome-text h1 {
		font-size:24px;
		margin:0 0 15px 0;
		line-height:30px;
	}
	.welcome-text p {
		font-size:14px;
		margin:0 0 0 0;
		line-height:20px;
	}
	#header {
		text-align:center;
		position:relative;
		margin:50px 0 0 0;
		width:100%;
		height:auto;
		text-align:center;
	}
	.logo {
		float:none;
	}
	.menu {
		display:none;
	}
	.slicknav_menu {
		display:block;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:999;
	}
	#footer {
		height:auto;
		padding:20px 0;
		margin:0 0 0 0;
	}
	#footer .copy, #footer .designer, .links {
		float:none;
		text-align:center;
		margin:0 0 0 0;
		width:100%;
	}
	#footer .copy {
		padding:0 10%;
		width:80%
	}
	#footer span {
		display:none;
	}
	.fsocial {
		float:none;
		font-size:16px;
		margin:0;
		text-align:center;
	}
	#services {
		padding:0;
	}
	.staff {
		width:100%;
		float:none;
		margin:0 0 30px 0;
	}
	#form {
		width:100%;
		float:none;
		margin:0 0 0 0;
	}
	#details {
		width:100%;
		float:none;
		margin:0 0 40px 0;
	}
	#inner {
		background-image:none;
		padding:25px 0 0 0;
		height:75px;
	}
	#inner h1 {
		left:0;
		width:100%;
		text-align:center;
	}
	.wp-post-image {
		float:none;
		margin:0 0 30px 0;
		max-width:99%;
		height:auto;
		padding:0.5%;
		box-shadow:0 0 10px rgba(0,0,0,0.4);
		background:#fff;
	}
	.col-sm-6-left {
		width:100%;
		float:none;
		margin:0 0 30px 0;
	}
	.col-sm-6-right {
		width:100%;
		float:none;
	}
	.project {
		float:none;
		margin:0 2% 40px 2%;
		width:96%;
		position:relative;
	}
	.service-wrap .service-text-left {
		width:100%;
		padding:0 0;
		float:none;
		margin:0 0 0 0;
	}
	.service-wrap .service-image-right {
		display:none;
	}
	.service-wrap .service-text-right {
		width:100%;
			padding:0 0;
			float:none;
			margin:0 0 0 0;
	}
	.service-wrap .service-image-left {
		display:none;
	}
	ul.tabs{
		width:100%;
		float:none;
	}
	.tab-content{
		width:100%;
		float:none;
	}
	.staff {
		text-align:center;
		width:90%;
		margin:0 0 30px 0;
		padding:10px 5%;
	}
	.staff img {
		float:none;
		width:150px;
		max-height:150px;
		margin:0 0 20px 0;
	}
	.staff div {
		width:100%;
		float:none;
	}
	.title-left {
		width:100%;
		margin:0 0 40px 0;
		float:none;
	}
	.title-left h1 {
		color:#a42928;
		font-size:24px;
		text-align:center;
		padding:10px 0 0 0;
		border-top:2px solid #a42928;
	}
	.content-right {
		width:100%;
		float:none;
		margin:0 0 50px 0;
	}
	#inner h1 {
		position:absolute;
		top:0;
		left:0;
		display:inline-block;
		font-size:24px;
		margin:0 0 0 0;
		padding:10px 0;
		text-align:center;
	}
}
@media only screen and (max-width: 600px) {
	.project h2 {
		position:absolute;
		bottom:6px;
		left:0;
		font-size:14px;
		width:100%;
		text-align:center;
		background:rgba(111,111,111,0.8);
		padding:15px 0;
		color:#fff;
		text-transform:uppercase;
		margin:0;
		z-index:250;
		line-height:20px;
	}
}