/*
Theme Name: Ayjay COnstruction
Author: Netwizard Design
Author URI: http://www.netwizarddesign.com.au
Version: 1.0
*/

@import url('css/slicknav.css');

html {
	width:100%;
	height:100%;
	position:relative;
}
body {
	font-family: "Century Gothic", Arial !important;
	font-size:15px;
	margin:0;
	padding:0;
	color:#eee;
	position:relative;
	background:#fff;
}
.clear {
	clear:both;
}

.container {
	width:1100px;
	margin:50px auto 120px auto;
	position:relative;
	background:url(images/bg.png);
	padding:20px 20px 50px 20px;
}
#header {
	background:url(images/bg.png);
	padding:0 0 0 0;
	position:relative;
	height:100px;
	border-bottom:1px solid #10364f;
}
.logo {
	float:left;
	margin:-3px 0 0 0;
}
.contact {
	position:absolute;
	font-size:13px;
	top:10px;
	right:20px;
	margin:10px 0 0 0;
}
.contact a {
	color:#fff;
	text-decoration:none;
}
.slicknav_menu {
	display:none;
}
.menu {
	list-style-type:none;
	position:absolute;
	top:50px;
	right:10px;
	margin:0 0 0 0;
}
.menu li {
	display:inline;
	margin:0 0 0 0px;
}
.menu li a{
	color:#fff;
	float:left;
	display:block;
	padding:10px 12px;
	text-transform:uppercase;
	text-decoration:none;
	font-size:17px;
	transition:all .5s;
	border-left:1px solid #256ea0;
}
.menu li a:hover, .menu li.current-menu-item a{
	background:#333;
}

#page {
	position:relative;
	height:100%;
	width:100%;
}
.cycle-slideshow {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
}
.cycle-slideshow img{
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}
.welcome {
	background:url(images/bg.png);
	padding:20px 30px;
	position:absolute;
	font-size:13px;
	width:260px;
	top:180px;
	right:60px;
}
p {
	font-size:13px;
	color:#eee;
	line-height:20px;
	margin:0 0 15px 0;
}

.welcome a {
	color:#eee;
	text-decoration:none;
}
h1 {
	color:#fff;
	font-size:32px;
	text-transform:uppercase;
	margin:10px 0 15px 0;
}
h2 {
	color:#fff;
	font-size:32px;
	margin:10px 0 15px 0;
}
h3 {
	color:#fff;
	font-size:22px;
	text-transform:uppercase;
	margin:10px 0 15px 0;
}
.header2 {
	color:#fff;
	font-size:26px;
	margin:10px 0 15px 0;
}
.content-area{
	width:68%;
	float:left;
}
.sidebar { 
	width:25%;
	float:right;
	background:#e9e9e9; 
	padding:20px;
	-webkit-border-radius: 20px 0px 20px 0px;
	border-radius: 20px 0px 20px 0px;
}
.sidebar h3{
	color:#035e88;
	text-transform:none;
	font-size:24px;
} 
.sidebar img {
	max-width:100%;
	margin:0 0 10px 0;
}
.sidebar .widget {
	padding:0 0 10px 0;
}
.button {
	background:#555;
	color:#fff;
	font-size:13px;
	text-decoration:none;
	padding:5px 10px;
	float:right;
	border-radius:7px;
}
.table h4 {
	font-size:18px;
	padding:20px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin:0 0 0 0;
}
.table li {
	margin:0 0 5px 0;
}
.req {
	color:red;
	font-weight:bold;
}
.wpcf7-form p {
	margin:0 0 5px 0;
}
.screen-reader-response {
	display:none;
}
.wpcf7-not-valid-tip, .wpcf7-response-output {
	color:red;
}
.wpcf7-mail-sent-ok {
	color:green !important;
}
.wpcf7-form {
    width:100%;
	margin:0 0 30px 0;
}
.wpcf7-form label {
    display: block;
    margin: 0px;
	float: left;
	clear:both;
}
span.req {
	color:red;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea, .wpcf7-form select {
    border: 1px solid #DADADA;
    color: #888;
    height: 28px;
    margin-bottom: 5px;
    margin-right: 0px;
    margin-top: 2px;
    outline: 0 none;
    padding: 6px 3px 6px 5px;
    width: 97%;
    font-size: 14px;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.wpcf7-form textarea{
    padding: 5px 3px 3px 5px;
	width: 97% !important;
}
.wpcf7-form select {
    width: 101%;
    height: 35px;
    line-height: 25px;
}
.wpcf7-form textarea{
    height:100px;
}
.wpcf7-form input[type="submit"] {
    background: #E27575;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    
    border-radius: 3px;
    text-shadow: 1px 1px 1px #9E3F3F;
    cursor: pointer;
}
.wpcf7-form input[type="submit"]:hover {
    background: #CF7A7A
}
.form {
	width:47%;
	float:left;
}

.details  { 
	width:25%;
	float:right;
	background:#e9e9e9; 
	padding:20px;
	-webkit-border-radius: 20px 0px 20px 0px;
	border-radius: 20px 0px 20px 0px;
	color:#444 !important;
}
.details  p {
	color:#444 !important;
}

.demo {
    width:640px;
	
}
.demo ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
.demo li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
}
.demo img {
    display: block;
    height: auto;
    max-width: 100%;
	border:1px solid #222;
}
.docs a {
	color:#fff;
}
.login-form label {
	color:#444 !important;
}
.login-form input[type="text"], .login-form input[type="password"]{
	border: 1px solid #DADADA;
    color: #888;
    height: 28px;
    margin-bottom: 5px;
    margin-right: 0px;
    margin-top: 2px;
    outline: 0 none;
    padding: 6px 3px 6px 5px;
    width: 97%;
    font-size: 14px;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
#footer {
	background:url(images/bg.png);
	padding:15px 0;
	width:100%;
	position:fixed;
	bottom:0px;
	left:0px;
}
#footer p {
	margin:0 0 5px 20px;
	font-size:11px;
	line-height:1em;
	color:#eee;
	padding:0 0 0 0;
}
#footer a {
	color:#eee;
	text-decoration:none;
}

@media only screen and (max-width: 1200px) {
	#header {
		background:url(images/bg.png);
		padding:0 0 0 0;
		position:relative;
		height:auto;
		border-bottom:1px solid #10364f;
	}
	.container {
		width:96%;
		padding:20px 2%;
	}
	.menu li a{
		color:#fff;
		float:left;
		display:block;
		padding:8px 5px;
		text-transform:uppercase;
		text-decoration:none;
		font-size:14px;
		transition:all .5s;
		border-left:1px solid #256ea0;
	}
}
@media only screen and (max-width: 1024px) {
	#header {
		text-align:center;
		margin:50px 0 0 0;
	}
	.logo {
		float:none;
		margin:5px 0 0 0;
	}
	.contact {
		z-index:9999999;
		position:fixed;
		text-align:left !important;
		font-size:13px;
		top:10px;
		left:20px;
		margin:10px 0 0 0;
		width:50%;
	}
	.menu {
		display:none;
	}
	.slicknav_menu {
		z-index:999999;
		display:block;
		position:fixed;
		top:0;
		left:0;
		width:100%;
	}
	.content-area, .form{
		width:100%;
		float:none;
	}
	.sidebar, .details { 
		width:94%;
		float:none;
		clear:both;
		background:#e9e9e9; 
		padding:20px 3%;
		-webkit-border-radius: 20px 0px 20px 0px;
		border-radius: 20px 0px 20px 0px;
		margin:0 0 30px 0;
	}
	.welcome {
		background:url(images/bg.png);
		padding:20px 5%;
		position:absolute;
		font-size:13px;
		width:70%;
		top:80px;
		left:50%;
		margin:0 0 0 -40%;
		text-align:center;
	}
}
@media only screen and (max-width: 660px) {
	.demo {
		width:100%;	
		margin:0 0 50px 0;
	}
}

.content-area a{ color: #fff; }
.content-area a:hover{ text-decoration: none; }

/*.bx-wrapper{ margin-left: 0 !important; margin-right: 0 !important; }
 .cycle-slideshow{ display: none !important;} */