/*
Theme Name: Fairdinkum Technical Services
Author: Netwizard Design & Hosting
Author URI: http://www.netwizarddesign.com.au
Version: 1.0
*/
@import url('css/reset.css');
@import url('css/fonts/fonts.css');
@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:'TeXGyreAdventorRegular';
	color: #333;
	background:#fff;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	position:relative;
}
h1 {
	color:#333;
	font-size:30px;
	margin:0 0 20px 0;
	line-height:36px;
	font-weight:normal;
}
h1 span {
	color:#d90505;
	font-family:'TeXGyreAdventorBold';
}
h2 {
	color:#d90505;
	font-size:28px;
	margin:0 0 20px 0;
	font-weight:normal;
	line-height:36px;
}
h3 {
	color:#444;
	font-size:24px;
	margin:0 0 15px 0;
	font-weight:normal;
}
p {
	font-size:16px;
	line-height:26px;
	margin:0 0 15px 0;
}
a {
	color:#167bd1;
	text-decoration:none;
}
.clear {
	clear:both;
}
.container {
	width:1200px;
	margin:0 auto;
}
.slicknav_menu {
	display:none;
}
#header {
    padding:20px 0 0 0;
	background:#3e464f;
	position:relative;
}
.logo {
	position:relative;
	margin:0 0 0 0;
	z-index:400;
	float:left;
}
.menu {
	list-style-type:none;
	margin:50px 20px 0 0;
	position:relative;
	float:right;
}
.menu li {
	display:inline-block;
	margin:0 15px 0 0;
}
.menu li a {
	text-decoration:none;
	font-size:20px;
	color:#ddd;
	padding:8px 12px;
	transition:all .5s;
	border:1px solid #3e464f;
}
.menu li.current-menu-item a {
	border:1px solid #db1b1c;
	
}
.menu li.current-menu-item a:hover{
	border:1px solid #db1b1c;
	color:#fff;
}
.menu li a:hover{
	color:#db1b1c;
}
#slideshow {
	padding:30px 0 0 0;
	width:100%;
	height:525px;
	background:#b80e0f url(images/slider.jpg) no-repeat top center;
}
#slideshow .container {
	position:relative;
	z-index:0;
}
.cycle-slideshow {
	width:100%;
	position:relative;
	z-index:50;
}
.cycle-slideshow img {
	width:100%;
	position:relative;
	z-index:50;
	box-shadow:0 0 5px rgba(0,0,0,0.4);
}
#next {
	position:absolute;
	right:-80px;
	top:45%;
	width:60px;
	height:75px;
	background:rgba(0,0,0,0.5) url(images/next.png) no-repeat center center;
	z-index:150;
	cursor:pointer;
}
#prev {
	position:absolute;
	left:-80px;
	top:45%;
	width:60px;
	height:75px;
	background:rgba(0,0,0,0.5) url(images/prev.png) no-repeat center center;
	z-index:151;
	cursor:pointer;
}
#alt-caption {
	width:500px;
	position:absolute;
	right:50px;
	top:100px;
	color:#fff;
	font-size:20px;
	font-weight:normal;
	background:rgba(0,0,0,0.65);
	z-index:300;
	margin:0 0 0 0;
	padding:30px;
	text-align:right;
}
#alt-caption h2 {
	color:#fff;
	text-transform:uppercase;
	font-family:'TeXGyreAdventorBold';
	font-size:30px;
	margin:0 0 10px 0;
}
#alt-caption p {
	color:#fff;
	line-height:26px;
	margin-bottom:30px;
	font-size:16px;
}
#alt-caption a {
	color:#fff;
	text-decoration:none;
	font-size:20px;
	padding:10px 20px;
	border:1px solid #fff;
}
.shadow {
	position:relative;
	width:100%;
	height:75px;
	top:-5px;
	background:url(images/shadow.png) no-repeat top center;
	z-index:25;
}
#content {
	padding:70px 0 150px 0;
	background:url(images/content.jpg) no-repeat bottom center;
}
.welcome h1 {
	text-align:center;
	width:80%;
	margin:0 auto 40px auto;
	padding:0 0 5px 0;
	border-bottom:1px solid red;
}
.welcome h2 span {
	text-transform:normal;
}
.welcome h2 {
	font-size:24px;
	color:#666;
	text-align:center;
	margin:30px 0 30px 0;
	font-family:'TeXGyreAdventorBold';
}
.arrow ul {
	margin:0 0 30px 30px;
	list-style-type:none;
}
.arrow ul li {
	padding:3px 0 3px 30px;
	background:url(images/arrow.png) no-repeat left center;
	font-size:18px;
}
.col2 {
	width:62%;
	float:left;
	margin:0 0 0 3%;
}
.col1 {
	width:30%;
	float:right;
}
#inner {
	padding:50px 0 0 0;
	width:100%;
	height:100px;
	background:#b80e0f url(images/slider.jpg) no-repeat center center;
	position:relative;
	z-index:300;
}
#inner h1 {
	float:left;
	color:#fff;
}
#inner span {
	float:right;
	color:#fff;
	font-size:26px;
	padding:12px 20px;
	background:#c21a1a;
	border:1px solid #d75858;
}
.inner {
	padding:100px 0 100px 0;
	position:relative;
	z-index:200;
	top:-100px;
}
.img-r, .alignright {
	float:right;
	margin:0 0 50px 70px;
	padding:6px;
	-webkit-box-shadow: 0 10px 26px -6px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0 10px 26px -6px rgba(0,0,0,0.4);
	        box-shadow: 0 10px 26px -6px rgba(0,0,0,0.4);
}
.img-l, .alignleft {
	float:left;
	margin:0 50px 50px 0;
	padding:6px;
	-webkit-box-shadow: 0 10px 26px -6px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0 10px 26px -6px rgba(0,0,0,0.4);
	        box-shadow: 0 10px 26px -6px rgba(0,0,0,0.4);
}
.img-p {
	float:left;
	margin:0 30px 30px 0;
	width:150px;
}
.list {
	margin:0 0 30px 30px;
}

.circle-r {
	width:200px;
	height:200px;
	border-radius:100px;
	float:right;
	margin:0 0 50px 50px;
}
.circle-l {
	width:200px;
	height:200px;
	border-radius:100px;
	float:left;
	margin:0 50px 50px 0;
}
.arrow2 {
	margin:0 0 30px 10px;
	list-style-type:none;
}
.arrow2 li {
	padding:3px 0 3px 30px;
	background:url(images/arrow.png) no-repeat left center;
	font-size:16px;
}
.none {
	margin:0 0 30px 0px;
	padding:15px;
	background:#f3f3f3;
	list-style-type:none;
}
.list {
	margin:0 0 30px 10px;
	list-style-type:none;
}
.none p{
	margin:0 0 5px 0;
}
.square {
	margin:0 0 30px 10px;
	list-style-type:none;
}
.square li {
	padding:0 0 0 25px;
	background:url(images/square.png) no-repeat left center;
	margin:0 0 7px 0;
}
.col-sm-6 {
	width:45%;
	float:left;
	margin:0 5% 30px 0;
}
.gallery-item {
	width:22.5% !important;
	float:left !important;
	margin:0 2% 30px 0 !important;
	padding:0.25% !important;
	background:#f3f3f3 !important;
	-webkit-box-shadow: 0 10px 26px -6px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0 10px 26px -6px rgba(0,0,0,0.4);
	        box-shadow: 0 10px 26px -6px rgba(0,0,0,0.4);
	transition:all .5s;
}
.gallery-icon {
	width:100%;
	height:200px;
	overflow:hidden;
}
.gallery-icon img {
	width:100%;
	height:auto;
}
.gallery-item:hover  {
	
	-webkit-box-shadow: 0 10px 26px -6px rgba(0,0,0,0.6);
	   -moz-box-shadow: 0 10px 26px -6px rgba(0,0,0,0.6);
	        box-shadow: 0 10px 26px -6px rgba(0,0,0,0.6);
}
.half{
	width:47.5%;
	float:left;
	margin:0 2% 30px 0;
	padding:0.25%;
	background:#f3f3f3;
	-webkit-box-shadow: 0 10px 26px -6px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0 10px 26px -6px rgba(0,0,0,0.4);
	        box-shadow: 0 10px 26px -6px rgba(0,0,0,0.4);
	transition:all .5s;
}
.tabs-menu {
	list-style-type:none;
	margin:0 0 30px 0px;
	float:right;
	width:22%;
}
.tabs-menu li {
    display:inline;
}
.tabs-menu li a {
    color: #333;
	background:#f3f3f3;
	padding: 10px 20px;
    text-decoration: none; 
	float:left;
	display:block;
	width:100%;
	margin:0 10px 10px 0;
	border:1px solid #ccc;
}
.tabs-menu li.current a {
    color: #fff;
	background:#ba1212;
	border:1px solid #ba1212;
}
.tab-content ul{
	margin:0 0 0 40px;
}
.tab-content {
    width: 70%;
    display: none;
	float:left;
	padding:0px 0 20px 0;
}
#tab-1 {
 display: block;   
}
#form {
	width:50%;
	float:left;
	margin:0 0 50px 0;
}
#details {
	width:48%;
	float:right;
	margin:50px 0 0 0;
}
.map {
	width:99% !important;
	padding:1% !important;
	border:1px solid #ddd !important;
	height:300px;
}
.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: 240px;
}
.wpcf7 p {
    color: #333;
    font-size: 14px;
	text-align:left !important;
}
.wpcf7 .req {
    color: red;
	font-weight:bold;
	font-size:1.3em;
}
.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"] {
    cursor: pointer;
    height: 40px;
    padding: 0;
    width: 120px;
    position: relative;
    float: left;
    left: 0px;
	transition:all .5s;
	border:none;
	border-radius:0;
	text-decoration:none;
	color:#fff;
	background:red;
	padding:20px 40px;
	font-size:15px;
	display:inline-block;
	margin:30px 0 30px 0;
}
.wpcf7 input[type="submit"]:hover {
    background:red;
}
#footer {
	position:relative;
	color:#999;
	background:rgba(0,0,0,0.7);
	padding:20px 0;	
	margin:-100px 0 -150px 0;
}
#footer .designer {
	float:right;
	margin:0 0 0 0;
	font-size:12px;
}
#footer .copy {
	float:left;
	margin:0 0 0 0;
	font-size:12px;
}
#footer .designer a{
	color:#999;
	text-decoration:none;
}	
.facebook {
	display: inline-block;
	zoom: 1;
	background: url(images/facebook.png) center center no-repeat;
	padding: 2px 3px;
	text-indent: -9999px;
	width: 70px;
	height: 20px;
	line-height: 20px;
}
.main {
	width:60%;
	float:left;
}
.main h2 {
	color:#333;
}
.col {
	width:47%;
	float:left;
	margin:0 3% 30px 0;
}
.sidebar {
	width:30%;
	padding:30px 2.5%;
	background:#eee;
	float:right;
}
.sidebar ul {
	margin:0 0 20px 20px;
}
.sidebar ul li {
	font-size:14px;
	margin:0 0 10px 0;
	line-height:20px;
}
.post {
	margin:0 0 40px 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:#ff2122;
	color:#fff;
	padding:15px;
	display:inline-block;
	margin:15px 0;
}
.date {
	color:#999;
	font-size:13px;
	display:block;
	margin:0 0 10px 0;
}
#optimizer a {
	color:red;
}
@media only screen and (max-width: 1200px) {
	.container{
		width:96%;
		padding:0 2%;
	}
	#slideshow {
		padding:30px 0 30px 0;	
		height:auto;
		background:#b80e0f url(images/slider.jpg) no-repeat top center;
	}
	#next, #prev {
		display:none !important;
	}
	.shadow {
		display:none;
	}
	#alt-caption {
		width:65%;
		position:absolute;
		right:50px;
		top:80px;
		color:#fff;
		font-size:17px;
		font-weight:normal;
		background:rgba(0,0,0,0.65);
		z-index:300;
		margin:0 0 0 0;
		padding:30px;
		text-align:right;
	}
	#alt-caption h2 {
		color:#fff;
		text-transform:uppercase;
		font-family:'TeXGyreAdventorBold';
		font-size:28px;
	}
	#alt-caption p {
		color:#fff;
		line-height:24px;
		margin-bottom:30px;
		font-size:17px;
	}
}
@media only screen and (max-width: 1000px) {
	.menu {
		display:none;
	}
	.slicknav_menu {
		display:block;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:99999;
	}
	#header {
		margin:50px 0 0 0;
		text-align:center;
		min-height:80px;
	}
	.logo {
		float:none;
		width:200px;
	}
	#alt-caption {
		display:none !important;
	}
	.welcome h1 {
		text-align:center;
		width:96%;
		font-size:24px;
		line-height:30px;
		margin:0 auto 25px auto;
		padding:0 0 5px 0;
		border-bottom:1px solid red;
	}
	.main {
		width:100%;
		float:none;
	}
	.sidebar {
		width:100%;
		padding:0;
		background:transparent;
		float:none;
	}
	#inner span {
		float:none;
		display:block;
		color:#fff;
		width:90%;
		margin:0 5%;
		text-align:center;
		font-size:16px;
		padding:0;
		background:transparent;
		border:none;
		position:relative;
		top:-20px;
	}
}
@media only screen and (max-width: 800px) {
	#details p.clear {
		font-size:14px !important;
	}
	.shadow {
		display:none;
	}
	.welcome {
		text-align:center;
	}
	#footer {
		background:#222;	
	}
	#footer .designer, #footer .copy {
		float:none;
		text-align:center;
	}
	#footer .copy span {
		display:none;
	}
	#form {
		width:100%;
		float:none;
		margin:0px 0 50px 0;
	}
	#details {
		width:100%;
		float:none;
		margin:0px 0 0 0;
	}
	.arrow {
		margin:0 0 6px -10px !important;
		width:95%;
		overflow:hidden;
		list-style-type:none;
	}
	.arrow li {
		padding:3px 0 3px 30px;
		background:url(images/arrow.png) no-repeat left center;
		font-size:15px !important;
		line-height:22px !important;
		margin:0 0 6px 0;
	}
	.col1, .col2 {
		clear:both;
		width:100%;
		float:left;
		margin:0 0 0 0;
	}
	#content {
		padding:30px 0 150px 0;
	}
	#inner {
		padding:20px 0 0 0;
		width:100%;
		height:70px;
		background:#b80e0f url(images/slider.jpg) no-repeat center center;
		position:relative;
		z-index:300;
	}
	#inner h1 {
		color:#fff;
		width:100% !important;
		display:block !important;
		text-align:center !important;
	}
	.inner {
		padding:50px 0 100px 0;
		position:relative;
		z-index:200;
		top:-50px;
	}
	.img-r, .img-l, .alignleft, .alignright  {
		float:none !important;
		margin:0 0 20px 0 !important;
		max-width:96% !important;
		height:auto !important;
		padding:5px 2% !important;
		-webkit-box-shadow: 0 0px 0px 0px rgba(0,0,0,0.0) !important;
		   -moz-box-shadow: 0 0px 0px 0px rgba(0,0,0,0.0) !important;
				box-shadow: 0 0px 0px 0px rgba(0,0,0,0.0) !important;
	}
	.circle-r, .circle-l {
		float:none;
		margin:20px auto 20px auto;
	}
	
	.col-sm-6 {
		width:100%;
		float:none;
		margin:0 0 30px 0;
	}
	.tabs-menu {
		list-style-type:none;
		margin:0 0 30px 0px;
		float:none;
		width:100%;
	}
	.tabs-menu li {
		display:inline;
	}
	.tabs-menu li a {
		color: #333;
		background:#f3f3f3;
		padding: 5px 1%;
		text-decoration: none; 
		float:left;
		width:44%;
		line-height:30px;
		display:block;
		font-size:12px;
		text-align:center;
		
		margin:0 2% 10px 2%;
		border:0px solid #ccc;
	}
	.tabs-menu li.current a {
		color: #fff;
		background:#ba1212;
		border:0px solid #ba1212;
	}
	.tab-content ul{
		margin:0 0 0 40px;
	}
	.tab-content {
		width: 100%;
		display: none;
		float:none;
		padding:20px 0 20px 0;
	}
	.gallery-item {
		width:45% !important;
		float:left !important;
		margin:0 2% 30px 2% !important;
		padding:0.5% !important;
		background:#f3f3f3 !important;
		-webkit-box-shadow: 0 10px 26px -6px rgba(0,0,0,0.4);
		   -moz-box-shadow: 0 10px 26px -6px rgba(0,0,0,0.4);
				box-shadow: 0 10px 26px -6px rgba(0,0,0,0.4);
		transition:all .5s;
	}
	.gallery-icon {
		width:100%;
		height:200px;
		overflow:hidden;
	}
}
@media only screen and (max-width: 600px) {
	.gallery-item {
		width:95% !important;
		float:left !important;
		margin:0 2% 30px 2% !important;
		padding:0.5% !important;
		background:#f3f3f3 !important;
		-webkit-box-shadow: 0 10px 26px -6px rgba(0,0,0,0.4);
		   -moz-box-shadow: 0 10px 26px -6px rgba(0,0,0,0.4);
				box-shadow: 0 10px 26px -6px rgba(0,0,0,0.4);
		transition:all .5s;
	}
	.gallery-icon {
		width:100%;
		height:300px;
		overflow:hidden;
	}
	.half{
		width:95%;
		float:left;
		margin:0 2% 30px 2%;
		padding:0.5%;
		background:#f3f3f3;
		-webkit-box-shadow: 0 10px 26px -6px rgba(0,0,0,0.4);
		   -moz-box-shadow: 0 10px 26px -6px rgba(0,0,0,0.4);
				box-shadow: 0 10px 26px -6px rgba(0,0,0,0.4);
		transition:all .5s;
	}
}