/*================================================================================
 * Template name: Tuned Performance Web
 * Author: Stev Ngo
 * Description: HTML/PHP Template for http://www.tuned-performance.com.au/
 * Version: 1.0
/*================================================================================*/


/*-- TABLE OF CONTENTS


*/


/*-- RESET
/*--------------------------------------------------
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
body { margin: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not([controls]) { display: none; height: 0; }
[hidden], template { display: none; }
a { background-color: transparent; }
a:active, a:hover { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
h1 { font-size: 2em; margin: 0.67em 0; }
mark { background: #ff0; color: #000; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; }
svg:not(:root) { overflow: hidden; }
figure { margin: 1em 40px; }
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
pre { overflow: auto; }
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }
button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }
button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
input { line-height: normal; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; }
textarea { overflow: auto; }
optgroup { font-weight: bold; }
table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; }


/*-- BASIC SETUP
/*--------------------------------------------------*/
body {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #323232;
	line-height: 1.2;
	font-weight: 300;
}

img {
	max-width: 100%;
	height: auto;
}

ul,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
}
p {
	margin-bottom: 18px;
}
p.lead {
	font-size: 16px;
	font-weight: 700;
}
/*-- BASE LAYOUT
/*--------------------------------------------------*/
#page { min-width: 960px; }
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
	content: " ";
	display: table;
}
.clearfix:after,
.container:after,
.row:after {
	clear: both;
}
.container {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.one-half,
.one-third,
.two-thirds,
.one-fourth,
.three-fourths,
.one-fifth,
.two-fifths,
.three-fifths,
.four-fifths,
.one-sixth,
.five-sixths {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.one-half { width: 50%; }
.one-third { width: 33.3333333333%; }
.two-thirds { width: 66.6666666667%; }
.one-fourth { width: 25%; }
.three-fourths { width: 75%; }
.one-fifth { width: 20%; }
.two-fifths { width: 40%; }
.three-fifths { width: 60%; }
.four-fifths { width: 80%; }
.one-sixth { width: 16.6666666667%; }
.five-sixths { width: 83.3333333333%; }

.m0 { margin: 0; }
.ml15 { margin-left: 15px; }

.txtleft { text-align: left; }
.txtcenter { text-align: center; }
.txtright { text-align: right; }

.fw300 { font-weight: 300; }
.fw400 { font-weight: 400; }
.fw600 { font-weight: 600; }
.fw700 { font-weight: 700; }
.fw900 { font-weight: 900; }

/*-- HEADER STYLING
/*--------------------------------------------------*/

.site-header {
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: #000 0px 1px 4px;
	-moz-box-shadow: #000 0px 1px 4px;
	box-shadow: #000 0px 1px 4px;
	behavior: url(../inc/PIE.htc);
}
.site-header > .container {
	background-color: #FFF;
	position: relative;
	z-index: 1;
}
.site-header:before,
.site-header > .container:before {
	content: '';
	display: block;
	width: 100%;
	height: 45px;
	position: absolute;
	top: 28px;
}
.site-header:before {
	background-color: #343434;
	left: 50%;
	
}
.site-header > .container:before {
	right: 0;
	background: #FFF url("../images/header-deco-main.png") repeat-y right top;
}
.site-header .logo > a {
	max-width: 222px;
}
.logo { margin: 0; font-size:1em; line-height: 1; position: relative; z-index: 1; float: left; }
.logo > a { display: block; padding-top: 24px; padding-bottom: 13px;}
.header-text-right,
.header-text-call {
	position: absolute;
	right: 15px;
}
.header-text-right {
	font-size: 12px;
	font-weight: 400;
	top: 10px;
}
.header-text-call {
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-style: italic;
	top: 36px;
}
.header-text-call a {
	color: #e66a2d;
	text-decoration: none;
}

/*-- BANNER STYLING
/*--------------------------------------------------*/

.site-banner {
	background-color: #323232;
	position: relative;
}
.site-banner > ul {
	margin: 0;
	padding-left: 0;
}
ul.banner-slides > li {
	list-style: none;
	display: block;
	position: relative;
}
.banner-slide { color: #FFF; }
.banner-slide-img > img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.banner-slide-caption {
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 46px;
	text-transform: uppercase;
}
.banner-slide-caption h1 {
	font-size: 44px;
	font-weight: 700;
	margin: 0;
}
.banner-slide-caption h4 {
	font-size: 30px;
	font-weight: 400;
	line-height: 23px;
	margin: 0;
	line-height: 1;
}
.banner-slide-caption .accend-box {
	display: inline-block;
	font-size: 24px;
	color: #000;
	background-color: #c1531e;
	width: 400px;
	margin: 8px 0 0;
	padding: 6px 12px;
}

.site-banner .bx-controls-direction > a {
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	background-color: rgba(255,255,255,0.25);
	color: #000;
	text-decoration: none;
	line-height: 34px;
	text-align: center;
}
.site-banner .bx-controls-direction > a.bx-prev {
	left: 0;
}
.site-banner .bx-controls-direction > a.bx-next {
	right: 0;
}
.site-banner .bx-controls-direction > a:hover {
	background-color: rgba(255,255,255,0.9);
	color: #333;
}

/*-- MAIN CONTENT STYLING
/*--------------------------------------------------*/
.main-content {
	margin-top: 68px;
	padding-bottom: 84px;
	position: relative;
}
.main-content.with-title:before {
	content: '';
	display: block;
	width: 100%;
	height: 70px;
	position: absolute;
	right: 50%;
	margin-right: -4px;
	background-color: #323232;
	-webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px;
	-moz-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px;
	box-shadow: rgba(0,0,0,0.5) 2px 2px 2px;
	behavior: url(../inc/PIE.htc);
}
.main-content.with-title .content-area {
	padding-top: 100px;
}
.content-area {
	padding-right: 60px;
	margin-right: -16px;
}

.main-content.with-title .entry-header {
	position: absolute;
	top: 15px;
	z-index: 1;
}
.entry-title {
	font-size: 24px;
	font-weight: 900;
	color: #d94f0a;
}
.entry-meta {
	font-weight: 400;
	color: #FFF;
}
.entry-content h3 {
	font-size: 18px;
	margin-bottom: 0;
	color: #888;
}


/*-- SIDEBAR STYLING
/*--------------------------------------------------*/
.widget-area {
	min-height: 1024px;
	background: url("../images/aside-shadow.png") no-repeat left top;
}
.widget-area aside {
	width: 270px;
	padding-left: 15px;
	margin-bottom: 52px;
}
.widget-area blockquote {
	margin: 0;
	padding: 16px 30px 10px;
	position: relative;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}
.widget-area blockquote >*:last-child {
	margin-bottom: 0;
}
.widget-area blockquote:before,
.widget-area blockquote:after {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
}
.widget-area blockquote:before {
	width: 40px;
	height: 24px;
	background: url("../images/icons/quot01.png") no-repeat center center;
	top: 0;
	left: 3px;
}
.widget-area blockquote:after {
	width: 33px;
	height: 20px;
	background: url("../images/icons/quot02.png") no-repeat center center;
	bottom: 0;
	right: 16px;
}

.wigdet-box.black-box {
	color: #FFF;
	padding: 20px 22px 30px;
	background-color: #323232;
	-webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px;
	-moz-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px;
	box-shadow: rgba(0,0,0,0.5) 2px 2px 2px;
	behavior: url(../inc/PIE.htc);
}

.wigdet-box.black-box .widget-title {
	font-size: 22px;
	font-weight: 900;
	color: #d94f0a;
	margin-bottom: 4px;
}
.widget-desc {
	font-size: 12px;
	font-weight: 400;
}
.wigdet-box.black-box p {
	padding-bottom: 8px;
	margin: 0;
	position: relative;
	line-height: 0;
}
.wigdet-box.black-box p.widget-desc {
	padding: 0;
	margin-bottom: 8px;
	line-height: normal;
}
.wigdet-box.black-box p *,
.wigdet-box.black-box #enquiry_form_msg {
	line-height: normal;
}

.wigdet-box.black-box p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.wigdet-box.black-box input[type="text"],
.wigdet-box.black-box input[type="email"],
.wigdet-box.black-box textarea {
	width: 100%;
	padding-left: 8px;
	padding-right: 8px;
	color: #333;
	font-size: 12px;
	font-weight: 400;
	-webkit-box-shadow: inset rgba(0,0,0,0.25) 1px 1px 2px;
	-moz-box-shadow: inset rgba(0,0,0,0.25) 1px 1px 2px;
	box-shadow: inset rgba(0,0,0,0.25) 1px 1px 1px;
	behavior: url(../inc/PIE.htc);
}
.wigdet-box.black-box input[type="text"],
.wigdet-box.black-box input[type="email"] {
	height: 30px;
	border: 1px solid #eaeaea;
}
.wigdet-box.black-box textarea {
	padding-top: 6px;
	padding-bottom: 6px;
}
.wigdet-box.black-box input[type="submit"],
.wigdet-box.black-box button[type="submit"] {
	width: 96px;
	text-align: center;
	height: 32px;
	background-color: #e45d1a;
	border: none;
	font-size: 14px;
	font-weight: 400;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	behavior: url(../inc/PIE.htc);
}
.wigdet-box.black-box input[type="submit"]:hover,
.wigdet-box.black-box button[type="submit"]:hover {
	background-color: #f8793a;
}
.wigdet-box.black-box label.error {
	display: inline-block;
	background-color: #F00;
	font-size: 12px;
	font-weight: 400;
}
.wigdet-box.black-box input.error,
.wigdet-box.black-box textarea.error {
	border-color: #F00;
}

/*-- FOOTER STYLING
/*--------------------------------------------------*/
.site-footer {
	color: #FFF;
	border-top: 2px solid #f88d59;
}
.site-footer .widget-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-top: 36px;
}
.footer-top {
	background: #323232;
	padding-top: 18px;
	padding-bottom: 100px;
}
.footer-top .container {
	position: relative;
}
.footer-top .container > .row {
	position: relative;
	z-index: 1;
}
.footer-top .container:before {
	content: '';
	display: block;
	width: 370px;
	height: 402px;
	background: url("../images/footer-bg.png") no-repeat left top;
	position: absolute;
	left: -295px;
	top: 8px;
}
.footer-copy {
	background-color: #191919;
	height: 38px;
	padding-top: 6px;
}
.footer-copy * {
	line-height: 30px;
	font-size: 12px;
	font-weight: 400;
	color: #737373;
}
.footer-copy a {
	text-decoration: none;
}
.footer-copy a:hover {
	color: #FFF;
}
.footer-top iframe {
	max-width: 250px;
	border: 2px solid #f88d59;
	max-height: 180px;
}
.footer-top ul.list-brands {
	width: 42%;
	float: left;
}
.footer-top ul.list-brands:first-child {
	margin-right: 16%;
}
.footer-top .logo-footer {
	max-width: 166px;
}
.footer-top .one-third.custom1 {
	margin-left: -20px;
	margin-right: 20px;
}
.footer-top .one-third.custom2 {
	padding-left: 30px;
}
ul.list-brands,
ul.footer-socials,
ul.list-contact-info {
	padding-left: 0;
}
ul.list-brands > li,
ul.footer-socials > li,
ul.list-contact-info > li {
	list-style: none;
}
ul.list-brands > li:not(:last-child) {
	margin-bottom: 6px;
}
ul.list-brands > li > a {
	display: block;
	position: relative;
}
ul.list-brands > li > a > img {
	-webkit-transition: all 100ms;
	-o-transition: all 100ms;
	transition: all 100ms;
}
ul.list-brands > li > a > img:not(.brand-hover) {
	visibility: visible;
	-webkit-opacity: 1;
	   -moz-opacity: 1;
		 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			 filter: ~"alpha(opacity=100)";
			opacity: 1;
}
ul.list-brands > li > a > img.brand-hover {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	-webkit-opacity: 0;
	   -moz-opacity: 0;
		 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			 filter: ~"alpha(opacity=0)";
			opacity: 0;
}
ul.list-brands > li > a:hover > img:not(.brand-hover) {
	visibility: hidden;
	-webkit-opacity: 0;
	   -moz-opacity: 0;
		 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			 filter: ~"alpha(opacity=0)";
			opacity: 0;
}
ul.list-brands > li > a:hover > img.brand-hover {
	visibility: visible;
	-webkit-opacity: 1;
	   -moz-opacity: 1;
		 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			 filter: ~"alpha(opacity=100)";
			opacity: 1;
}

ul.footer-socials {
	text-align: right;
}
ul.footer-socials > li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 2px;
	margin-right: 2px;
}
ul.footer-socials > li > a,
ul.footer-socials img {
	display: block;
}
ul.list-contact-info > li {
	font-size: 16px;
	position: relative;
	padding-left: 26px;
}
ul.list-contact-info > li:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: transparent;
	position: absolute;
	left: 0;
	top: 3px;
}
ul.list-contact-info a {
	text-decoration: none;
	color: #FFF;
}
ul.list-contact-info > li.contact-phone {
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 16px;
}
ul.list-contact-info > li.contact-phone:before {
	background-image: url("../images/icons/icon-phone.png");
	top: 6px;
}
ul.list-contact-info > li.contact-phone > a {
	color: #ea5911;
}
ul.list-contact-info > li.contact-email {
	margin-bottom: 28px;
}
ul.list-contact-info > li.contact-email:before {
	background-image: url("../images/icons/icon-envelope.png");
}
ul.list-contact-info > li.contact-address:before {
	background-image: url("../images/icons/icon-map-marker.png");
}
ul.list-contact-info > li:last-child {
	margin-bottom: 24px;
}