/*
Theme Name: Netwizard Default
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('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,700,700i');
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: 'Raleway', sans-serif;
	color: #333;
	background:#fff;
	position:relative;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
h1 {
	font-size:32px;
	line-height:40px;
	font-weight:700;
	margin:0 0 20px 0;
}
h1 span {
	color:#26326e;
}
h2 {
	font-size:26px;
	font-weight:700;
	margin:0 0 20px 0;
	line-height:32px;
}
h3 {
	font-size:20px;
	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;
}
.clear {
	clear:both;
}
.container {
	margin:0 auto;
	position:relative;
	width:96%;
	padding:0 2%;
}
.slicknav_menu {
	display:none;
}
#top-bar {
	position:relative;
	z-index:900;
	padding:8px 0;
	font-size:14px;
	line-height:14px;
	background:rgba(255,255,255,0.75);
	color:#000;
}
.address {
	float:left;
}
.mobile {
	float:right;
	margin:0 0 0 20px;
}
.email {
	float:right;
	margin:0 0 0 0;
}
#header {
	position:relative;
	z-index:900;
	height:124px;
	background:#fff;
}
#header .container {
	position:relative;
}
.logo {
	float:left;
	margin:15px 0;
}
.menu {
	list-style-type:none;
	margin:55px 0 0 0;
	position:relative;
	float:right;
}
.menu li {
	display:inline-block;
	position:relative;
	margin:0 0 0 20px;
}
.menu li a {
	color:#565656;
	font-size:20px;
	font-weight:300;
	text-decoration:none;
	transition:all .5s;
}
.menu li.current-menu-item a {
	font-weight:700;
	color:#273270;
}
.menu li a:hover {
	
}
.menu li.current-menu-item a:hover {
	
}
#slider {
	position:relative;
	z-index:0;
	width:100%;
	z-index:0;
	margin:0 0 -164px 0;
	top:-164px;
}
#prev {
	width:80px;
	height:80px;
	line-height:80px;
	text-align:center;
	position:absolute;
	top:48%;
	left:50px;
	z-index:70;
	color:rgba(255,255,255,0.5);
	background:rgba(0,0,0,0.5);
	font-size:50px;
	border-radius:40px;
	cursor:pointer;
}
#next {
	width:80px;
	height:80px;
	line-height:80px;
	text-align:center;
	position:absolute;
	top:48%;
	right:50px;
	z-index:70;
	color:rgba(255,255,255,0.5);
	background:rgba(0,0,0,0.5);
	font-size:50px;
	border-radius:40px;
	cursor:pointer;
}
.banner {
	width:100%;
	text-align:center;
	position:absolute;
	top:45%;
	z-index:50;
}
.banner h1 {
	line-height:70px; 
	color:#fff;
	font-size:70px;
	font-weight:300;
}
.banner h1 span {
	color:#fff;
	font-size:90px;
	font-weight:700;
}
.cycle-slideshow {
	width:100%;
	position:relative;
	z-index:0;
}
.cycle-slideshow img {
	width:100%;
	position:relative;	
}
#welcome {
	padding:50px 0;
}
#content {
	padding:50px 0;
}
#boxes {
	padding:15px 0;
	clear:both;
	text-align:center;
}
h1.center {
	text-align:center;
}
#boxes img {
    display:inline-block;
    float:left;
	margin:0 1% 50px 1%;
	width:46%;
	height:auto;
}
#inner {
	width:100%;
	height:134px;
	padding:230px 0 0 0;
	position:relative;
	z-index:0;
	margin:0 0 -164px 0;
	top:-164px;
	background:url(images/inner2.jpg) no-repeat top center; 
}
#inner h1 {
	color:#fff;
	padding:10px 20px;
	background:rgba(39,50,112,0.5);
	display:inline-block;
}
#welcome .wp-post-image {
	float:right;
	max-width:45%;
	height:auto;
	margin:-50px 0 50px 50px;
}
.wp-post-image {
	float:right;
	margin:0 0 50px 50px;
}
.category {
	width:30.33%;
	float:left;
	margin:0 3% 50px 0;
	position:relative;
	text-align:center;
	box-shadow:0 0 1px rgba(0,0,0,0.75);
}
.category img {
	width:100%;
	position:relative;
	z-index:0;
}
.category h2 {
		font-size:20px;
	margin:0 0 0 0;
	color:#fff;
	padding:15px 0;
	background:rgba(39,50,112,0.5);
	display:block;
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:50;
	transition:all .5s;
	font-weight:400;
	text-align:center;
	width:100%;
}
.category:hover h2 {
	background:rgba(39,50,112,0.8);
}
.category a {
	color:#333;
	text-decoration:none;
}
.product {
	width:30.33%;
	float:left;
	margin:0 3% 50px 0;
	position:relative;
	text-align:center;
	box-shadow:0 0 1px rgba(0,0,0,0.75);
	float: none;
	display: inline-block;
	width: 30.16%;
}
.product .image {
	width:100%;
	max-height:350px;
	overflow:hidden;
	position:relative;
	z-index:0;
}
.product .image img {
	width:100%;
	height:auto;
	position:relative;
	z-index:0;
	margin:0;
	float:none;
}
.product h2 {
	font-size:20px;
	margin:0 0 0 0;
	color:#fff;
	padding:15px 0;
	background:rgba(39,50,112,0.5);
	display:block;
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:50;
	transition:all .5s;
	font-weight:400;
	text-align:center;
	width:100%;
}
.product:hover h2 {
	background:rgba(39,50,112,0.8);
}
.product a {
	color:#333;
	text-decoration:none;
}
.image {
	width:40%;
	float:right;
	margin:0 0 0 100px;
}
.image .cycle-slideshow img {
	width:100%;
	height:auto;
	margin:0;
	float:none;
}
.image .cycle-slideshow img {
	width:100%;
	height:auto;
	margin:0;
	float:none;
}
#adv-custom-pager img {
	margin:10px 10px 0 0;
	border:1px solid #ccc;
}
.price {
	color:green;
	font-weight:700;
	font-size:20px;
	padding:0 0 20px 0;
}
.sidebar {
	width:25%;
	float:right;
}
.main {
	width:70%;
	float:left;
}
.sidebar-content {
	padding:40px 20px;
	background:#e7e7e7;
	margin:0 0 50px 0;
	border:1px solid #ccc;
}
.sidebar h3 {
	color:#fff;
	font-size:24px;
	font-weight:300;
	background:#273270;
	padding:10px 0 10px 4%;
	margin:0;
	width:96%;
}
.sidebar ul {
	margin:0;
	list-style-type:none;
}
.sidebar ul li a {
	color:#333;
	text-decoration:none;
}
.sidebar ul li img {
	width:50px;
	margin:0 20px 0 0;
	float:left;
}
.section {
	width:47%;
	float:left;
	margin:0 3% 50px 0;
}
.section img {
	float:left;
	margin:0 30px 0 0;
}
#footer {
	padding:25px 0;
	background:#eee;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	color:#777;
	margin:0 0 50px 0;
}
#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:#777;
	text-decoration:none;
}
#form {
	width:45%;
	float:left;
	margin:0 0 30px 0;
}
#details {
	width:50%;
	float:right;
	margin:0 0 30px 0;
}
.map {
	width:100% !important;
	height:320px;
	margin:0 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: 170px;
}
.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:#273270;
	padding:20px 40px;
	font-size:15px;
	display:inline-block;
	margin:30px 0 30px 0;
}
.wpcf7 input[type="submit"]:hover {
    background:#182259;
}
#promo {
    padding:15px 0 15px 0;
}
.promo {
    width:1200px; margin:0 auto;
}

@media only screen and (max-width: 1200px) {
	.menu li {
		margin:0 0 0 10px;
	}
	.menu li a {
		font-size:18px;
	}
	.promo {
        width:100%; margin:0 auto;
    }
	.product {
		width:46%;
		float:left;
		margin:0 2% 25px 2%;
	}
}

@media only screen and (max-width: 1024px) {
	.menu {
		display:none;
	}
	.slicknav_menu {
		display:block;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:9999;
	}
	#header {
		height:auto;
		text-align:center;
		margin:50px 0 0 0;
		background:#fff;
		padding:10px;
	}
	#top-bar {
		display:none;
	}
	#slider {
		margin:0 0 0 0;
		top:0;
	}
	#inner {
		margin:0 0 0 0;
		top:0;
		height:100px;
		padding:50px 0 0 0;	
	}
	#inner h1 {
		width:80%;
		text-align:center;
		color:#fff;
		padding:10px 5%;
		margin:0 auto;
		background:rgba(39,50,112,0.5);
		display:block;
		font-size:20px;
		line-height:26px;
	}
	.logo {
		float:none;
		margin:0;
		max-width:100%;
	}
	#footer span {
		display:none;
	}
	.copy, .designer {
		float:none;
		width:100%;
		text-align:center;
	}
	#footer {
		margin:0;
	}
	#footer .designer a {
		
	}
	#form {
		width:100%;
		float:none;
		margin:0 0 30px 0;
	}
	#details {
		width:100%;
		float:none;
		margin:0 0 30px 0;
	}
	#content .wp-post-image {
		float:none;
		max-width:100%;
		margin:0 0 30px 0;
		height:auto;
	}
	#welcome {
		text-align:center;
	}
	#welcome .wp-post-image {
		float:none;
		max-width:100%;
		margin:0 0 30px 0;
		height:auto;
	}
	h1 {
		font-size:24px;
		line-height:30px;
	}
	h2 {
		font-size:18px;
	}
	h3 {
		font-size:15px;
	}
	p {
		font-size:14px;
		margin:0 0 15px 0;
		line-height:20px;
	}
	.banner {
		top:30%;
	}
	.banner h1 {
		line-height:30px; 
		font-size:30px;
	}
	.banner h1 span {
		font-size:40px;
	}
	#next, #prev {
		display:none;
	}
	.category {
		width:46%;
		float:left;
		margin:0 2% 50px 2%;
	}
	.product {
		width:46%;
		float:left;
		margin:0 2% 50px 2%;
		min-height:250px;
	}
	
	.sidebar {
		width:100%;
		float:none;
		margin:50px 0 0 0;
	}
	.main {
		width:100%;
		float:none;
	}
	.image {
		width:100%;
		float:none;
		margin:0 0 30px 0;
	}
	.section {
		width:100%;
		float:none;
		margin:0 0 50px 0;
	}
	.section img {
		width:150px;
		height:auto;
	}
	
}
@media only screen and (max-width: 810px) {
	.product {
		width:46%;
		float:left;
		margin:0 2% 30px 2%;
		min-height:200px;
	}
	.product .image {
		width:100%;
		max-height:140px;
		overflow:hidden;
		position:relative;
		z-index:0;
	}
	.product .image img {
		margin:0 !important;
	}
	.product h2 {
		line-height:20px;
		font-size:14px;
		display:block;
		margin:0;
		bottom:0;
		width:90%;
		padding:10px 5%;
		background:rgba(39,50,112,1);
		position:absolute;
		bottom:0;
		left:0;
		height:50px;
	}

}

@media only screen and (max-width: 600px) {

	.banner {
		top:30%;
	}
	.banner h1 {
		line-height:30px; 
		font-size:20px;
	}
	.banner h1 span {
		font-size:30px;
	}
	.category {
		width:96%;
		float:left;
		margin:0 2% 50px 2%;
	}
	.product {
		width:96%;
		float:left;
		margin:0 2% 50px 2%;
	}
	
	.category:hover h2, .product:hover h2 {
		background:rgba(39,50,112,1);
	}
	.category a {
		display:block;
		margin:0;
		width:100%;
		height:100%;
	}
	.section {
		text-align:center;
	}
	.section img {
		float:none;
		margin:0 0 30px 0;
	}
	.product {
		width:96%;
		float:left;
		margin:0 2% 30px 2%;
		min-height:400px;
	}
	.product .image {
		width:100%;
		max-height:400px;
		height:auto;
		position:relative;
		z-index:0;
	}
	.product h2 {
		height:auto;
	}
	#boxes img {
        display:inline-block;
        float:left;
    	margin:0 2% 15px 2%;
    	width:96%;
    	height:auto;
    }
}

#no-interest {
    padding: 15px 0;
    text-align: center;
    background: #f2f2f2;
        border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#no-interest img {
    width:500px;
    max-width:100%;
}