/*
Theme Name: Baratech
Author: Blaze Marketing
Author URI: http://www.blazemarketing.com.au
Version: 1.0
*/

/* #Basic Styles
================================================== */
	body {
		font: 14px/21px Arial, sans-serif;
		color: #333;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #181818;
		font-family: "Open Sans", Arial, sans-serif;
		font-weight: normal;
		margin: 0 0 1.2em 0; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 22px; line-height: 24px; margin-bottom: 12px; color: #1e2172; padding-bottom: 4px; }
	h2 { font-size: 18px; line-height: 20px; margin-bottom: 10px; color: #1e2172; }
	h3 { font-size: 16px; line-height: 18px; margin-bottom: 10px; color: #1e2172; }
	h4 { font-size: 16px; line-height: 18px; }
	h5 { font-size: 12px; line-height: 13px; }
	h6 { font-size: 10px; line-height: 11px; }
	.subheader { color: #777; }

	p { margin: 0 0 15px 0; }
	
	ul, ul {
		margin: 0;
		padding: 0;
	}

	em { font-style: italic; }
	strong, b { font-weight: bold; }
	small { font-size: 80%; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #336699; text-decoration: none; outline: 0; }
	p a, p a:visited { line-height: inherit; }
	

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px Arial, sans-serif;
		color: #777;
		margin: 0;
		max-width: 100%;
		display: block;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }


* {
	margin: 0;
}

html, body {
	height: 100%;
	position: relative;
}

/* box framework */

.box {
	border: 1px solid #e0e1e2;
	padding: 10px;
	background: #fff;
	position: relative;
}


.top{
	margin-bottom: 20px;
}

#content-home .row.top .box {
	height: 230px;
}

#content-home .row.bottom .box {

}

#content-wrap {
	padding-top: 20px;
	padding-bottom: 20px;
    background: #f3f5f4;
}

/*-- --*/

#header {
	margin-top: 20px;
	height: 140px;
}

#header .phone {

}

#header .phone .textwidget p {
	background: url('images/ico-phone.png') 0 2px no-repeat;
	text-indent: 27px;
	font-size: 22px;
	margin-top: 30px;
	float: right;
}

#logo img {

}

/* NAV */

#nav-wrap {
	background: #1e2172;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav ul li {
	display: inline;
}

#nav ul li a {	
	display: block;
	float: left;
	color: #fff;
	border-left: 1px solid #5f70b9;
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	font-size: 13px;
}

#nav ul li.last a {
	border-right: 1px solid #5f70b9;
}

#nav ul li a:hover {
	background: #1a2c60;
}

/* mobile */

.navbar-toggle:hover {
	color: #fff!important;
	background: transparent!important;
	border: 0!important;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 26px;
    height: 3px;
    border-radius: 1px;
    background-color: #fff;
}

.nav-mobile a {
	font-size: 16px;
	color: #fff;
}

.nav-mobile a:hover {
	background-color: #131656!important;
	color: #fff!important;
}

/* Home */

.intro {
	font-size: 12px;
	line-height: 18px;
}

.intro .box {
	position: relative;
}

.association-logos {
	width: 400px;
	height: 50px;
	position: absolute;
		bottom: 10px;
		right: 10px;
	text-align: right;
}

.association-logos img {
	margin-left: 5px;
}

.service {
	margin-bottom: 20px;
}

.service .box {
	position: relative;
	border: none;
	padding: 0;
}

.service .box img {
	width: 100%;
}

.service .box h3 {
	background: #1e2172;
	color: #fff;
	padding: 5px 10px;
	margin: 0 0 5px 0;
}


.contact .promo {
	margin-top: 0;
	background: url('images/home-promo-arrow.png') 0 0 no-repeat;
	padding-left: 60px;
	padding-top: 5px;
	height: 50px;
}

.contact .promo h2 {
	margin-bottom: 0;
}

.news .box .item h4 {
	font-size: 13px;
	font-weight: bold;
}

.news .box .item p {
	font-size: 12px;
	font-style: italic;
	margin:  0 0 5px 0;
}

.news .box .item {
	border-bottom: 1px solid #ddd;
}

/* carousel */

#carousel-home h3 {
	background: #1e2172;
	color: #fff;
	padding: 5px 10px;
	margin-bottom: 5px;
}

#carousel-home .carousel-clip-cont {
	position: relative;
	height: 200px;
	overflow-x: hidden;
}

.jcarousel-container {
	overflow: hidden;
}

#carousel-home .carousel-clip {
	position: relative;
	width: 100%;
	margin: 0;
}

#carousel-home .carousel-clip-cont .carousel-left {
	position: absolute;
		top: 30px;
		left: 0;
	height: 100px;
	width: 30px;
	background: url('images/carousel-arrow-left.png') 0 0 no-repeat;
	cursor: pointer;
	z-index: 9000;
}

#carousel-home .carousel-clip-cont .carousel-right {
	position: absolute;
		top: 30px;
		right: 0;
	height: 100px;
	width: 30px;
	background: url('images/carousel-arrow-right.png') 0 0 no-repeat;
	cursor: pointer;
	z-index: 9000;
}

#carousel li {
	display: block;
	height: 160px;
	position: relative;
	width: 300px;
	padding: 0 15px 0 0;
}

#carousel li h4 {
	background: url('images/bg-heading-black-65.png') 0 0 repeat;
	color: #fff;
	padding: 5px 10px;
	margin: 0;
	width: 100%;
	z-index: 6500;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	position: absolute;
		bottom: 0;
}

#carousel li img {
	z-index: 6000;
	width: 100%;
}

.carousel-img-full {
	display: none;
}

/* inside */

.breadcrumbs {
    list-style: none;
    margin: 0 0 15px 2px;
    overflow: hidden;
    font-size: 11px;
}

#content {
	min-height: 500px;
}

#content #main .box ul {
	margin-bottom: 15px;
}

#content #main .box ul li {
	list-style-type: disc;
	margin-left: 30px;
}

#content #main .box ol li {
	list-style-type: decimal;
	margin-left: 30px;
}

#content .aircon-services {
	margin: 30px 0;
}

#content .aircon-services ul li {
	width: 31%;
	display: block;
	float: left;
	margin: 0 15px 0 0!important;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-size: 12px;
}

#content .aircon-services ul li:last-child {
	margin-right: 0!important;
}

#content .aircon-services ul li p {
	margin-top: 10px;
}


/* sidebar */

#children-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#children-list li a {
	font-size: 12px;
	line-height: 18px;
	background: #f5f5f5;
	padding: 10px;
	border-bottom: 1px solid #aaa;
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}

#sidebar .box {
	margin-bottom: 20px;
}

/* footer */

#footer-wrap {
	background: #dcdddf;
	font-size: 12px;
	line-height: 18px;
}

#footer {
	padding-top: 20px;
}

#menu-footer-nav {
	padding: 0;
}

.footer-nav {
	margin-bottom: 20px;
}

.footer-nav p {
	font-size: 12px;
	line-height: 15px;
	color: #777;
	font-style: italic;
}

.footer-nav ul li {
	display: inline;
}

.footer-nav ul li a {
	color: #444;
	text-decoration: none;
	padding-right: 25px;
}

#footer .copyright a {
	color: #444;
	text-decoration: none;
}

.footer-nav ul li a:hover, #footer .copyright a:hover {
	text-decoration: underline;
}

#footer .social p {
	padding-top: 16px;
}

#footer .copyright p {
	padding-top: 16px;
}

#footer .created p {
	float: right;
	width: 220px;
	height: 46px;
	color: #555;
	padding-top: 16px;
	background: url('images/footer-bm.png') 65px 0 no-repeat;
}

/* ====== FORMS ====== */

/* home */

.contact form {
	background: #feffc9!important;
	padding: 5px 5px 10px 5px!important;
	margin-bottom: 5px!important;
} 

.contact .form-field {
	margin-bottom: 5px!important;
}

.contact .frm_primary_label {
	display: block!important;
	float: left!important;
	width: 60px!important;
	margin-right: 10px!important;
}

.contact .form-field input {
	display: block!important;
	width: 180px!important;
}

.contact .submit input {
	border-radius: 0!important;
	font-size: 12px!important;
	float: right!important;
	margin-right: 10px!important;
}

.contact .frm_error {
	position: absolute!important;
	display: none!important;
}

/* sidebar */

#sidebar .form-field {
	margin-bottom: 15px!important;
	margin-left: 0!important;
}

#sidebar label {
	padding-bottom: 0!important;
}

#sidebar .contact .form-field input {
	display: block;
	width: 198px;
}

#sidebar .contact .submit input {
	border-radius: 0;
	font-size: 12px;
	margin-right: 0;
	margin-top: 5px;
}

#sidebar .contact .frm_error {
	position: absolute;
	display: none;
}

/* bottom form */

#main #frm_form_9_container {
	background: #dcdddf;
	width: 102.6%;
	max-width: 102.6%!important;
	margin: 20px -10px -10px -11px;
	padding: 0;
	border-left: 1px solid #e0e1e2;
	border-right: 1px solid #e0e1e2;
}

#main #frm_form_9_container form {
	padding: 15px 20px;
	margin-bottom: 0;
}

#main #frm_form_9_container form label {

}

#main #frm_field_178_container, 
#main #frm_field_178_container p {
	margin-bottom: 10px!important;
}

#main #frm_form_9_container form h3 {
	margin-left: -20px;
	margin-top: -15px;
	background: #b9bcbe;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	padding: 10px 20px;
	width: 105.1%;
}

#sidebar #frm_form_9_container .frm_form_field {
	width: 100%!important;
}

/* misc */

.alignright {
	float: right;
	margin-left: 10px;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.brands .alignleft {
	margin-right: 0;
}

#sidebar #frm_form_6_container, #sidebar #frm_form_8_container {
	max-width: 700px;
	background: #feffc9;
	padding: 10px;
}

.sharing {
	margin-bottom: 15px;
}

.sharing p {
	font-weight: bold;
	margin: 0;
}

#gallery-1 img {
	border: none!important;
}


@media only screen and (min-width:1200px) {

	.service .box img {
		height: auto;
	}

}

@media only screen and (min-width:992px) and (max-width:1199px) {

	#main #frm_form_9_container {
	    width: 103.2%!important;
	    max-width: 103.2%!important;
	}
	
	#main #frm_form_9_container form h3 {
	    width: 106.3%!important;
	}
	
	.service .box img {
		height: auto;
	}

}

@media only screen and (min-width:768px) and (max-width:991px) {

	h3 { font-size: 14px; line-height: 18px; margin-bottom: 10px; color: #1e2172; }
	
	#nav ul li a {
	    padding: 0 5px;
	    font-size: 12px;
	}
	
	#content-home .row.top .box {
	    height: 260px;
	}
	
	.brands p {
		height: 110px;
		float: left;
	}
	
	.contact .frm_primary_label {
		width: 50px!important;
		margin-right: 5px!important;
	}
	
	.contact .form-field input {
		width: 120px!important;
	}
	
	.contact .promo {
	    padding-left: 45px;

	}
	
	.contact .promo h2 {
		font-size: 16px;
	}
	
	.contact .promo p {
		font-size: 12px;
	}
	
	.service .box img {
		height: auto;
	}
	
	#main #frm_form_9_container {
	    width: 104.6%!important;
	    max-width: 104.6%!important;
	}
	
	#main #frm_form_9_container form h3 {
	    width: 109.8%!important;
	}
}

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

	#header {
		margin-top: 0;
		height: auto;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#logo img {
		max-width: 100%;
	}
	
	#header .phone .textwidget p {
		margin: 10px 0 0 0;
		font-size: 18px;
	}
	
	#content-home .row.top .box {
	    height: auto;
	}
	
	.association-logos {
	    width: 100%;
	    position: relative;
	    bottom: auto;
	    right: auto;
	    text-align: left;
	}
	
	.home .contact {
		margin-top: 20px;
	}
	
	.service .box {
		margin-bottom: 10px;
		height: 200px;
		overflow-y: hidden;
	}
	
	.service .box img {
		height: auto;
	}
	
	.alignright, .alignleft {
	    float: none;
	}
	
	#content .aircon-services ul li {
	    width: 100%;
	    float: none;
	    margin-bottom: 30px!important;
	}
	
	.footer-nav ul li a {
	    padding: 15px;
	    display: block;
	    float: left;
	}


}