/*
Theme Name: KAAR
Theme URI: http://www.kaar.co.nz
Description: Template for Kaar 
Version: 141113
Author: Web Revolution
Author URI: http://www.webrevolution.co.nz
*/

/*----------------------------------------------
------------------------------------------------
	              CSS Reset
----------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/*----------------------------------------------
------------------------------------------------
	        Universal Styles
----------------------------------------------*/
body {
	color: #384d59;
	background: url(images/bg.png) repeat;
	font: 0.90em/1.4 'Noto Sans', sans-serif;
}

a {
	color: #0b468a;
	outline: 0 none;
	text-decoration: none;
}

a:hover {
	color: #00a651;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

.clear-both {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

em {
	font-style: italic;
}

strong,
.bold {
	font-weight: 700;
}

sup, sub {
	position: relative;
	top: -0.4em;
	vertical-align: baseline;
}

sub {
	top: 0.4em;
}

.display-block {
	display: block;
}

.hidden-indent {
	position: absolute;
	text-indent: -9999px;
}

.display-none {
	display: none !important;
	visibility: hidden !important;
}

.full_width {
	float: left;
	width: 100%;
	position: relative;
	min-width: 320px;
}

.inner_div {
	width: 100%;
	position: relative;
}

.wrapper {
	margin: 0 auto;
	position: relative;
	min-width: 300px;
	max-width: 1000px;
	padding: 0 10px 20px;
}

/* == Wrapping text around images == */
img.alignright { 
	float: right;
	margin: 0.4em 0 0.5em 0.5em;
}

img.alignleft {
	float: left;
	margin: 0.4em 0.5em 0.5em 0;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright { float:right; }

.alignleft { float:left; }

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.margin-bottom20 {
	margin-bottom: 20px;
}

/* == Image Caption == */
p.wp-caption-text {
	font-size: 0.9em;
	margin-bottom: 0;
}

.content-404 {
    text-align: center;
}

/*----------------------------------------------
-----------------------------------------------
	               Heading
----------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	color: #666;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 0.5em;
}

h1 {
	font-size: 1.8em;
	line-height: 1.1;
}

h2 {
		font-size: 1.75em;
}

h3 {
		font-size: 1.5em;
}

h4 {
		font-size: 1.25em;
}

h5 {
		font-size: 1.15em;
}

h6 {
		font-size: 1.1em;
}

small {
	font-size: 0.9em;
}

/*===================================================================
  ===================================================================
													  RESPONSIVE STYLE's
 ===================================================================
===================================================================*/
img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
img,
img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* ==== Hover Transition ==== */
section a,
.tertiary a,
.line1,
.line2,
#colophon .widget_nav_menu li a {
	-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
		transition: all 200ms linear;
}

.service-caption-cnt,
.service-name,
.car-name,
input#search-btn,
#menu-item-135,
#menu-item-138,
#menu-item-121,
#menu-item-135 a,
#menu-item-138 a,
#menu-item-121 a {
	-webkit-transition: all 150ms linear;
		-moz-transition: all 150ms linear;
        -ms-transition: all 150ms linear;
        -o-transition: all 150ms linear;
		transition: all 150ms linear;
}

.service-type-img-cnt {
	-webkit-transition: all 300ms linear;
		-moz-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        -o-transition: all 300ms linear;
		transition: all 300ms linear;
}

.red {
	color: #ed1b2e;
}

/*-----------------------------------------------------------------------
-------------------------------------------------------------------------
	              					Header
-----------------------------------------------------------------------*/
#header {
	background: #f1f2f3;
	background: -moz-linear-gradient(top,  #f1f2f3 0%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f2f3), color-stop(100%,#efefef));
	background: -webkit-linear-gradient(top,  #f1f2f3 0%,#efefef 100%);
	background: -o-linear-gradient(top,  #f1f2f3 0%,#efefef 100%);
	background: -ms-linear-gradient(top,  #f1f2f3 0%,#efefef 100%);
	background: linear-gradient(top bottom,  #f1f2f3 0%,#efefef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f2f3', endColorstr='#efefef',GradientType=0 );
}

#header-wrap {
	z-index: 1;
	padding-top: 20px;
	min-height: 115px;
	background: url(images/header-bg.png) no-repeat 80% -25px;
}

#header-logo {
	float: left;
	margin-top: 35px;
}

/* ==== Search & Mitsubishi logo ==== */
#search-form,
#mitsubishi-logo,
#search-toggle {
	position: absolute;
}

#mitsubishi-logo {
	right: 0;
	top: 18px;
}

#search-toggle {
	top: 136px;
	right: 125px;
	width: 60px;
	height: 40px;
	text-transform: uppercase;
		text-indent: -999999999px;
		white-space: nowrap;
		overflow: hidden;
	background: url(images/search.png) no-repeat;
	background-size: 60px auto;
}

#search-toggle:hover {
	cursor: pointer;
}

#search-form {
	right: 0;
	top: -19px;
	display: none;
}

#search-form-cnt {
	padding: 5px;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	-webkit-box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, .13);
        box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, .13);
}

/* ==== Main Navigation Menu ==== */
#navigation {
	margin-top: -16px;
	margin-bottom: 20px;
	border-top: 1px solid #dcdede;
	border-bottom: 1px solid #ebf1f3;
	background: url(images/nav-bg.png) repeat-x;
}


#navigation-wrap {
	padding-bottom: 0;
}

#navbar .first-list-wrap {
	float: left;
}

#navbar .first-list-wrap > li {
	float: left;
	width: 103px;
	padding: 4px 0;
	position: relative;
}

#navbar .first-list-wrap > li > a {
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	padding: 13px 5px;
	text-transform: uppercase;
	border-left: 1px solid #b7bdbf;
}

#navbar .first-list-wrap > li#menu-item-97 {
	width: 50px;
}

#navbar .first-list-wrap > li#menu-item-97 > a {
	border-left: none;
	padding: 21px 5px;
	text-indent: -99999999px;
	background: url(images/home-icon.png) no-repeat center center;
}

#navbar .first-list-wrap > li#menu-item-139 > a {
	padding-left: 15px;
	padding-right: 15px;
}

#navbar .first-list-wrap > li.has-child > a {
	background: url(images/drop-arrow.png) no-repeat center 94%;
}

#navbar .first-list-wrap > li:hover,
#navbar .first-list-wrap > li.current-menu-item,
#navbar .first-list-wrap > li.current-menu-ancestor {
	padding-top: 0;
	border-top: 4px solid #ed1b2e;
}

#navbar li:hover > a,
#navbar li.current-menu-item > a,
#navbar .first-list-wrap > li.current-menu-ancestor > a {
	color: #ed1b2e;
}

#navbar .first-list-wrap > li > .sub-menu {
	display: none;
	position: absolute;
	z-index: 10000;
}

#navbar .first-list-wrap > li:hover > .sub-menu {
	display: block;
}

#navbar a {
	color: #666;
	display: block;
}

/* ==== Simple Drop Down Menu ==== */
#navbar .first-list-wrap > li.simple-drop-down > .sub-menu {
	width: 180px;
	padding: 10px 20px;
	background-color: #fff;
	border: 1px solid #e8e8e8;
}

#navbar .first-list-wrap > li.simple-drop-down > .sub-menu > li {
	border-bottom: 1px dotted #e2e2e2;
}

#navbar .first-list-wrap > li.simple-drop-down > .sub-menu > li:last-child {
	border: none;
}

#navbar .first-list-wrap > li.simple-drop-down > .sub-menu > li > a {
	padding: 4px 0;
}

/* ----------------------------------------------------------------------- */

@media screen and (max-width: 420px) {
	#navbar .first-list-wrap > li > a {
		font-size: 12px;
	}
}

@media screen and (max-width: 767px) {
	#header-wrap {
		background-size: 600px auto;
		background-position: 67% 32px;
	}
	
	#header-logo {
		width: 300px;
		float: none;
		clear: both;
		margin: 0 auto;
	}
	
	#mitsubishi-logo {
		top: 58px;
		width: 50px;
	}
	
	#menu-toggle {
		padding: 20px 15px;
		background-color: #333;
	}
	
	#search-toggle {
		right: 0;
		top: 134px;
	}
	
	#menu-toggle span {
		color: #fff;
		float: left;
		width: 80px;
		font-size: 20px;
		background: url(images/nav-icon.png) no-repeat right center;
	}
	
	#menu-toggle span:hover {
		cursor: pointer;
	}
	
	#navbar {
		display: none;
	}
	
	#navbar .first-list-wrap > li {
		width: 100% !important;
		padding-bottom: 4 !important;
		border-bottom: 1px solid #b7bdbf;
	}
	
	#navbar .first-list-wrap > li#menu-item-127,
	#navbar .first-list-wrap > li#menu-item-122,
	#navbar .first-list-wrap > li#menu-item-139,
	#navbar .first-list-wrap > li#menu-item-146,
	#navbar .first-list-wrap > li#menu-item-111 {
		border-bottom: none;
	}
	
	
	#navbar .first-list-wrap > li > a {
		border: none;
	}
	
	
	#navbar .first-list-wrap > li#menu-item-97 > a {
		border-left: none;
		padding: 13px 5px;
		text-indent: 0px;
		background: none;
	}
	
	#navbar .first-list-wrap > li > .sub-menu {
		position: relative;
	}
	
	#navbar .first-list-wrap > li.special-drop-down > .sub-menu {
		background-color: #fff;
		border: 1px solid #e8e8e8;
	}
	
	#navbar .first-list-wrap > li.special-drop-down > .sub-menu,
	#navbar .first-list-wrap > li.simple-drop-down > .sub-menu {
		width: 99%;
		padding: 0;
		display: block !important;
	}
	
	#navbar .first-list-wrap > li.special-drop-down > .sub-menu li,
	#navbar .first-list-wrap > li.simple-drop-down > .sub-menu > li {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#navbar .first-list-wrap > li.special-drop-down > .sub-menu {
		padding-top: 10px;
		padding-bottom: 5px;
	}
	
	#navbar .first-list-wrap > li.special-drop-down > .sub-menu > li > .sub-menu > li {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#navbar .first-list-wrap > li.special-drop-down > .sub-menu li a,
	#navbar .first-list-wrap > li.simple-drop-down > .sub-menu > li > a {
		font-size: 0.85em;
		text-align: center;
		padding: 15px;
	}
	
	#navbar .first-list-wrap > li.special-drop-down > .sub-menu li a {
		text-align: left;
		border-bottom: 1px dotted #e2e2e2;
	}
		
	#menu-item-128 > a,
	#menu-item-102 > a,
	#menu-item-135 > a,
	#menu-item-138 > a,
	#menu-item-121 > a {
		font-weight: bold;
		position: relative;
		margin-bottom: 5px;
		font-size: 16px !important;
		background-color: #e5e5e5;
	}
	
	#menu-item-128 > a:after,
	#menu-item-102 > a:after,
	#menu-item-135 > a:after,
	#menu-item-138 > a:after,
	#menu-item-121 > a:after {
		content: ' ';
		position: absolute;
		right: 15px;
		background: url(images/mobile-menu-sprite.png) no-repeat;
		background-size: 153px 82px;
	}
	
	#menu-item-128 > a:after {
		width: 25px;
		height: 25px;
		top: 14px;
		background-position: -33px -3px;
	}
	
	#menu-item-102 > a:after {
		width: 28px;
		height: 28px;
		top: 12px;
		background-position: 0 -2px;
	}
	
	#menu-item-135 > a:after {
		width: 28px;
		height: 30px;
		top: 12px;
		background-position: -125px 0;
	}
	
	#menu-item-138 > a:after {
		width: 25px;
		height: 30px;
		top: 12px;
		background-position: -64px -2px;
	}
	
	#menu-item-121 > a:after {
		width: 24px;
		height: 25px;
		background-position: -96px -4px;
	}
	
}

@media screen and (min-width: 768px) {
	#menu-toggle {
		display: none;
	}
	
	#navbar {
		display: block !important;
	}
	
	/* ===== Kaar Services Dropdown Mega Menu ===== */
	#menu-item-127 > .sub-menu {
		*zoom: 1;
	}
	
	#menu-item-127 > .sub-menu:before,
	#menu-item-127 > .sub-menu:after {
		content: "";
		display: table;
		line-height: 0;
	}
	
	#menu-item-127 > .sub-menu:after {
		clear: both;
	}
	
	#menu-item-127 > .sub-menu {
		width: 421px;
		padding: 20px;
		background-color: #fff;
		border: 1px solid #e8e8e8;
	}
	
	#menu-item-128,
	#menu-item-102,
	#menu-item-135,
	#menu-item-138,
	#menu-item-121 {
		float: left;
	}
	
	#menu-item-135 {
		clear: left;
	}
	
	#menu-item-128,
	#menu-item-102 {
		width: 200px;
		margin-bottom: 20px;
	}
	
	#menu-item-128 {
		margin-right: 21px;
	}
	
	#menu-item-128 > a,
	#menu-item-102 > a {
		line-height: 1;
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 10px;
		padding: 10px 10px 18px;
	}
	
	#menu-item-128 > a {
		background: url(images/kaar-services.png) no-repeat 0 0;
	}
	
	#menu-item-102 > a {
		background: url(images/kaar-services.png) no-repeat 0 -49px;
	}
	
	#menu-item-128 .sub-menu li,
	#menu-item-102 .sub-menu li {
		border-bottom: 1px dotted #e2e2e2;
	}
	
	#menu-item-128 .sub-menu li a,
	#menu-item-102 .sub-menu li a {
		padding-top: 4px;
		padding-bottom: 4px;
	}
	
	#menu-item-135,
	#menu-item-138,
	#menu-item-121 {
		width: 127px;
		background-color: #eaebeb;
		-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, .13);
	        box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, .13);
	}
	
	#menu-item-135,
	#menu-item-138 {
		margin-right: 20px;
	}
	
	#menu-item-135 > a,
	#menu-item-138 > a,
	#menu-item-121 > a {
		line-height: 1;
		font-size: 18px;
		padding: 10px;
		text-align: center;
		font-weight: 700;
	}
	
	#menu-item-135 a,
	#menu-item-121 a {
		padding-top: 19px;
		padding-bottom: 19px;
	}
	
	#menu-item-135:hover,
	#menu-item-138:hover,
	#menu-item-121:hover {
		background-color: #df091d;
	}
	
	#menu-item-135:hover > a,
	#menu-item-138:hover > a,
	#menu-item-121:hover > a {
		color: #fff !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 990px) {	
	#header-wrap {
		background-position: 95% -25px;
	}
	
	
}

@media screen and (min-width: 768px) and (max-width: 989px) {
	#header-logo {
		width: 220px;
		margin-top: 0;
	}
	
	#mitsubishi-logo {
		top: 0;
		width: 97px;
	}
	
	#search-toggle {
		top: 79px;
		right: 85px;
	}
}

@media screen and (min-width: 768px) and (max-width: 809px) {
	#navbar .first-list-wrap > li {
		width: 96px;
	}
	
	#navbar .first-list-wrap > li#menu-item-97 {
		width: 58px;
	}
	
	#navbar .first-list-wrap > li > a {
		font-size: 12px;
	}
	
	#navbar .first-list-wrap > li.simple-drop-down > .sub-menu {
		width: 170px;
	}
}

@media screen and (min-width: 768px) and (max-width: 920px) {
	#navbar .first-list-wrap > li.simple-drop-down > .sub-menu {
		left: -115%;
	}
}

/*--------------------------------------------------------------------
----------------------------------------------------------------------
	      					Main Content
--------------------------------------------------------------------*/
#main {
	margin-bottom: 18px;
}

.entry-content .cycloneslider-template-dark {
	margin-bottom: 20px;
}

section p {
	margin-bottom: 0.9em;
}

section ul,
section ol {
	margin-left: 40px;
	margin-bottom: 0.9em;
}

section li {
	margin-bottom: 0.4em;
}

section ul li {
	list-style-type: square;
}

section ol li {
	list-style-type: decimal;
}

/* == Show more show less == */
.show-more-show-less-1 {
	position: relative;
}

.showmore_content {
	position:relative;
	overflow:hidden;
	padding-bottom: 10px;
}			
.showmore_trigger {
	width:100%;
	height: 35px;
	cursor: pointer;
	color: #333 !important;
	clear: both;
}
.showmore_trigger span {
	display:block;
	float: right;
	clear: right;
	color: #999;
	padding: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #eaebeb;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, .13);
        box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, .13);
}

.showmore_trigger span:hover {
	color: #f00;
}

/* == Newsletter sign-up banner == */
#join-kaar-newsletter {
	margin-top: 10px;
	margin-bottom: 20px;
	border: 1px solid #e8e8e8;
	-webkit-box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, .13);
        box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, .13);
}

#join-kaar-newsletter a {
	color: #666;
	padding: 0 20px;
	display: block;
 	font: 700 18px 'Noto Sans', sans-serif;
}

#join-kaar-newsletter a .join-kaar-newsletter-inner {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 80px;
 	background: url(images/join-newsletter-icon.png) no-repeat right center;
 	background-size: 59px;
}

#join-kaar-newsletter a:hover {
	color: #0b468a;
}

/* ==== Homepage ==== */
#cycloneslider-home-page-slider-1 {
	margin-bottom: 20px;
}

body .cycloneslider-template-default .cycloneslider-prev,
body .cycloneslider-template-default .cycloneslider-next {
	width: 34px;
	height: 34px;
	top: inherit;
	bottom: 15px;
	opacity: 0.4;
	background: url(images/slider-arrow.png) no-repeat;
}

body .cycloneslider-template-default .cycloneslider-prev {
	left: 15px;
	background-position: 0 0;
}

body .cycloneslider-template-default .cycloneslider-next {
	right: 15px;
	background-position: -44px 0;
}

body .cycloneslider-template-dark .cycloneslider-next:hover,
body .cycloneslider-template-dark .cycloneslider-prev:hover {
	opacity: 1 !important;
}

/* ==== Contact Us ==== */
.google-map iframe {
	border: 1px solid #ccc;
}

.google-map a {
	display: block;
}

.contact-forms-buttons {
    width: 100%;
    margin-bottom: 20px;
}

.contact-forms-buttons a {
    width: 48%;
    display: block;
    overflow: hidden;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.contact-forms-buttons a > span,
.contact-forms-buttons a > span > span {
    display: block;
}

.contact-forms-buttons a > span {
    color: #fff;
    padding: 3px;
    font-size: 16px;
    background: #333;
    text-align: center;
}

.contact-forms-buttons a > span > span {
    padding: 16px;
    border: 2px solid #fff;
}

.contact-forms-buttons a:hover span {
    background: #00a651;
}

.contact-book-a-service-btn {
    float: left;
}

.contact-order-parts-online-btn {
    float: right;
}

/* ==== Service Advert Boxes ==== */
.services-adv-box {
	float: left;
	width: 31.2%;
	margin-bottom: 20px;
	border: 1px solid #e8e8e8;
	-webkit-box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, .13);
        box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, .13);
}

.services-adv-box:nth-child(3n-1) {
	margin-left: 2.6%;
	margin-right: 2.6%;
}

.service-caption-cnt {
	padding: 10px;
	position: relative;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .13);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .13);
}

.service-name {
	color: #666;
	line-height: 1;
	font-size: 24px;
	font-weight: 700;
	background: url(images/right-arrow-red.png) no-repeat right top;
	background-size: 7px auto;
}

span.adv-more {
	right: 0;
	bottom: 0;
	color: #999;
	padding: 8px;
	position: absolute;
	background-color: #eaebeb;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, .13);
        box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, .13);
}

.services-adv-box:hover .service-caption-cnt {
	background-color: #ed1b2e;
}

.services-adv-box:hover .service-name {
	color: #fff;
	background: url(images/right-arrow-white.png) no-repeat right top;
	background-size: 7px auto;
}

/* ==== Individual Services In Page Links ==== */
.individual-service-page-link {
	color: #666;
	font-size: 20px;
	font-weight: 700;
	position: relative;
	padding: 10px 60px 10px 15px;
	margin-bottom: 20px;
	background-color: #e5e5e5;
}

.individual-service-page-link .service-link-icon {
	top: 0;
	right: 0;
	width: 55px;
	height: 100%;
	position: absolute;
	background-color: #f00;
}

.individual-service-page-link .service-link-icon span {
	width: 25px;
	height: 23px;
	margin: 12px auto 0;
	background: url(images/tick-icon.png) no-repeat;
	background-size: 100% auto;
}

.individual-service-page-link:hover {
	color: #fff;
	background-color: #666;
}

/* ==== Content Accordion ==== */
.accordion-title {
	color: #666;
	font-size: 20px;
	font-weight: 700;
	position: relative;
	margin-bottom: 20px;
	background-color: #e5e5e5;
	padding: 15px 60px 15px 15px;
}

.accordion-title:hover {
	cursor: pointer;
}

.accordion-title .point-arrow {
	width: 7px;
	height: 10px;
	margin-left: 5px;
	display: inline-block;
	background: url(images/point-arrow.png) no-repeat;
	background-size: 7px auto;
}

.accordion-title .ui-accordion-header-icon {
	top: 0;
	right: 0;
	width: 55px;
	height: 100%;
	position: absolute;
	background-color: #f00; 
}

.accordion-title .heading-icon {
	position: absolute;
}

/*.page-id-6 #ui-accordion-1-header-0  .heading-icon {
	background: url(images/car-service-icon.png) no-repeat center center;
	background-size: 24px auto;
}

.page-id-6 #ui-accordion-1-header-1 .heading-icon {
	background: url(images/car-repairs-icon.png) no-repeat center center;
	background-size: 28px auto;
}


.page-id-6 #ui-accordion-1-header-2 .heading-icon {
	background: url(images/tyre-icon.png) no-repeat center center;
	background-size: 30px auto;
}

.page-id-6 #ui-accordion-1-header-3 .heading-icon {
	background: url(images/warranty-service-icon.png) no-repeat center center;
	background-size: 26px auto;
}

.page-id-6 #ui-accordion-1-header-4 .heading-icon {
	background: url(images/service-package-icon.png) no-repeat center center;
	background-size: 23px auto;
}*/

/* ==== Blog Type Format ==== */
.blog-landing-intro {
	margin-bottom: 10px;
}

/* ==== Testimonial Index ===== */
.testimonial-blurb {
	margin-bottom: 20px;
	border: 1px solid #ccc;
}

.testimonial-blurb a {
	color: #333;
	font-style: italic;
	padding: 15px 15px 5px;
}

.testimonial-blurb:hover a {
	color: #0B468A;
}

/* ==== List style1 ==== */
.list-style1  {
	margin-bottom: 20px;
}

.list-style1 p {
	padding-left: 15px;
}

.list-style1 h2,
.list-style1 h3 {
	font-size: 22px;
	position: relative;
	padding: 10px 60px 10px 15px;
	background-color: #e5e5e5;
}

.list-style1 h2 .service-link-icon,
.list-style1 h3 .service-link-icon {
	width: 55px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #f00;
}

.list-style1 h2 .service-link-icon span,
.list-style1 h3 .service-link-icon span {
	width: 25px;
	height: 23px;
	margin: 12px auto 0;
	background: url(images/tick-icon.png) no-repeat;
	background-size: 100% auto;
}

.list-style1 ul,
.list-style-with-anchor ul {
	margin: 0;
}

.list-style1 ul li,
.list-style-with-anchor ul li {
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #eee;
}

.list-style1 ul li {
	padding: 10px 15px;
}

.list-style-with-anchor ul li {
	padding: 2px 0;
}

.list-style-with-anchor ul li a {
	color: #384d59;
	display: block;
	transition: none;
	padding: 8px 15px;
}

.list-style-with-anchor ul li:hover a {
	color: #fff;
	background-color: #f00;
}


/* ==== Right Sidebar ==== */
.tertiary .widget {
	margin-bottom: 20px;
}

#text-6 .textwidget,
#text-7 .textwidget,
#text-8 .textwidget,
#text-9 .textwidget,
#text-14 .textwidget,
.module-book-service,
.module-order-parts-online,
.module-dont-own-mitsubishi {
	background-color: #fff;
	border: 1px solid #e8e8e8;
	-webkit-box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, .13);
        box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, .13);
}

.module-send-query a,
#text-4 a,
#text-7 a {	
	font-weight: 700;
	padding: 10px 15px;
}

.module-send-query a {
	color: #fff;
	font-size: 22px;
	background-color: #ed1b2e;
}

.module-send-query a span {
	position: relative;
}

.module-send-query a span:after {
	content: ' ';
	width: 30px;
	height: 30px;
	top: 0;
	right: 0;
}

.module-send-query:hover a {
	background-color: #0b6ca4;
}

.module-book-service,
.module-order-parts-online {
	margin-bottom: 20px;
}

.module-book-service a {
	font-size: 21px;
	color: #ed1b2e;
}

.module-book-service a span {
	position: relative;
}

.module-book-service a span:after {
	content: ' ';
	width: 29px;
	height: 29px;
	top: 0;
	right: 0;
}

.module-book-service:hover a {
	color: #0b6ca4;
}

.module-order-parts-online .module-order-parts-online-inner {
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}

.module-order-parts-online .module-order-parts-online-inner:after {
	content: ' ';
	width: 54px;
	height: 54px;
	top: 0;
	right: 0;
}

.module-order-parts-online a {
	font: 700 22px/1 'Noto Sans', sans-serif;
}

.module-order-parts-online a .line1 {
	color: #333;
}

.module-order-parts-online a .line2 {
	color: #f00;
}

.module-order-parts-online:hover a .line1 {
	color: #f00;
}

.module-order-parts-online:hover a .line2 {
	color: #333;
}

.module-dont-own-mitsubishi a {
	font-size: 18px;
	line-height: 1.1;
	text-align: center;
}

.module-dont-own-mitsubishi a .line1 {
	color: #333;
}

.module-dont-own-mitsubishi a .line2 {
	color: #0b6ca4;
}

.module-dont-own-mitsubishi a:hover .line1 {
	color: #0b6ca4;
}

.module-dont-own-mitsubishi a:hover .line2 {
	color: #333;
}

#text-6 a {
	padding: 15px;
	overflow: hidden;
}

#text-6 a {
	color: #384d59;
	height: 150px;
	position: relative;
	padding-bottom: 45px;
}

#text-6 a:after {
	content: ' ';
	width: 54px;
	height: 54px;
	right: 10px;
	bottom: 10px;
}

#text-6 a:hover {
	color: #0b468a;
}

#text-6 a .client-name {
	padding-bottom: 5px;
}

#text-7 a {
	font-size: 21px;
	color: #0b6ca4;
}

#text-7 a span {
	position: relative;
}

#text-7 a span:after {
	content: ' ';
	width: 30px;
	height: 30px;
	right: 0;
}

#text-7:hover a {
	color: #333;
}

#text-8 .textwidget {
	padding: 15px;
}

#text-8 h3 {
	font-size: 18px;
	margin-bottom: 0;
}

#text-8 h3 {
	position: relative;
	padding-bottom: 12px;
}

#text-8 h3:after {
	content: ' ';
	width: 32px;
	height: 32px;
	right: 0;
}

#text-8 ul li {
	position: relative;
	padding: 4px 0 4px 15px;
	border-bottom: 1px solid #e8e8e8;
}

#text-8 ul li:before {
	content: '\25A0';
	color: #0b6ca4;
	display: inline-block;
	position: absolute;
	font-size: 10px;
	left: 0;
	top: 6px;
}

#text-8 ul li:last-child {
	border: none;
}

#text-14 {
    max-width: 235px;
    margin-left: auto;
    margin-right: auto;
}

#text-14 a {
    font-size: 16px;
    color: #333;
    position: relative;
}

#text-14 a:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 44px;
    height: 43px;
    background: url(images/update-contact-icon.png) no-repeat;
    background-size: 44px 43px;
    right: 10px;
    top: 15px;
}

#text-14 .uyd-1 {
    color: #df091d;
    display: block;
    padding: 15px 15px 0 15px;
}

#text-14 .uyd-2 {
    display: block;
    padding: 0 15px 10px 15px;
}

#text-14 .uyd-3 {
    color: #fff;
    padding: 10px;
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background: #df091d;
}

#text-14 a:hover .uyd-3 {
    background: #333;
}

/* == Facebook Like Box == */
#fb-root {
	display: none;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
	width: 100% !important;
}
#contact_loc{
	height:35px;
	margin-bottom:20px;
	border:1px solid #dddddd;
}
#contact_location a{
	background:#ed1c24;
	width:40px;
	height:40px;
	color:#fff !important;
	padding:10px;
} 
.locat_number {
    max-width: 235px;
    margin-left: auto;
    margin-right: auto;
}

.locat_number a.telep{
	background:url(images/telephone5.png) no-repeat 10px center;
	color: #666666;
    font-size: 16px;
    font-weight: bold;
    padding: 0 35px;
}
@media screen and (max-width: 639px) {
	.services-adv-box {
		float: none;
		clear: both;
		width: 233px;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	/*.service-type-img-cnt {
		height: 0;
		overflow: hidden;
	}
	
	.services-adv-box:hover .service-type-img-cnt {
		height: auto;
	}*/
	
	/*#text-8 {
		width: 235px;
		margin-left: auto;
		margin-right: auto;
	}*/
	
	.google-map {
		width: 240px;
		margin-left: auto;
		overflow-x: hidden;
		margin-right: auto;
	}
}

@media screen and (min-width: 640px) and (max-width: 767px) {
	.service-name {
		font-size: 20px;
	}
}

@media screen and (max-width: 767px) {
	h1 {
	font-size: 1.5em;
	}
	
	h2 {
			font-size: 1.4em;
	}
	
	#text-2,
	#text-4,
	#text-6,
	#text-7,
	#text-8,
	#text-9,
	#join-kaar-newsletter {
		width: 235px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#join-kaar-newsletter a {
		padding: 20px;
		font-size: 17px;
	}
	
	#join-kaar-newsletter a .join-kaar-newsletter-inner {
		padding: 0;
		text-align: center;
		padding-top: 50px;
		background-position: top center;
	}
}

@media screen and (min-width: 768px) {
	.contact-left,
	.contact-right {
		width: 49%;
	}
	
	.contact-left {
		float: left;
	}
	
	.contact-right {
		float: right;
	}
}

@media screen and (min-width: 768px) and (max-width: 799px) {
	
	#cycloneslider-home-page-slider-1 {
		margin-left: auto;
		margin-right: auto;
	}
	
	
	.module-book-service,
	.module-order-parts-online {
		margin-bottom: 14px;
	}
	
	.module-dont-own-mitsubishi a {
		font-size: 16px;
	}
	
	#text-2,
	#text-4,
	#text-6 {
		width: 31.583552055993%;
	}
	
	#text-2,
	#text-6 {
		float: left;
	}
	
	#text-4,
	#text-6 {
		margin-left: 2.6246719160105%;
	}
	
	#text-4 {
		float: right;
	}
	
	#text-7 {
		clear: both;
	}
	
	#text-7,
	#text-8,
	#text-9 {
		width: 48.68766404199475%;
	}
	
	#text-8 {
		float: left;
	}
	
	#text-9 {
		float: right;
		margin-top: -71px;
	}
	
	body.home #text-7 {
		width: 100%;
	}
}

@media screen and (max-width: 799px) {
	/*#text-6 {
		clear: both;
	}*/
	
}

@media screen and (min-width: 800px) {
	.maincolumn-one-sidebar {
		float: left;
		width: 66.5%;
	}
	
	#sidebar-right {
		float: right;
		width: 235px;
	}
}

@media screen and (min-width: 825px) {
	.maincolumn-one-sidebar {
		width: 67.6%;
	}
}

@media screen and (min-width: 850px) {
	.maincolumn-one-sidebar {
		width: 68.6%;
	}
}

@media screen and (min-width: 875px) {
	.maincolumn-one-sidebar {
		width: 69.6%;
	}
}

@media screen and (min-width: 900px) {
	.maincolumn-one-sidebar {
		width: 70.5%;
	}
}

@media screen and (min-width: 925px) {
	.maincolumn-one-sidebar {
		width: 71.3%;
	}
}

@media screen and (min-width: 800px) and (max-width: 949px) {
	.service-name {
		font-size: 17px;
	}
	
	span.adv-more {
		padding: 3px 5px;
		font-size: 0.8em;
	}
}

@media screen and (min-width: 950px) {
	.maincolumn-one-sidebar {
		width: 72.1%;
	}
}

@media screen and (min-width: 975px) {
	.maincolumn-one-sidebar {
		width: 72.8%;
	}
}

@media screen and (min-width: 1000px) {
	.maincolumn-one-sidebar {
		width: 73.5%;
	}
}

@media screen and (min-width: 1037px) {
	.maincolumn-one-sidebar {
		width: 74.5%;
	}
}

/*------------------------------------------------------------------------
--------------------------------------------------------------------------
	          				Footer Content
------------------------------------------------------------------------*/
/* ==== Discover Mitsubishi models ==== */
#carousel {
	margin-bottom: 20px;
	background-color: #333;
}

#carousel-wrap {
	padding-top: 20px;
	padding-bottom: 0;
}

#carousel-wrap:after {
	content: ' ';
	width: 234px;
	height: 51px;
	z-index: 1;
	position: absolute;
	top: -51px;
	right: 10px;
}

#text-5 h3,
#text-5 .textwidget,
.mitsubishi-model {
	float: left;
}

#text-5 h3 {
	color: #eee;
	width: 150px;
	font-size: 26px;
	margin-right: 20px;
	background: url(images/discover-mitsubishi-icon.png) no-repeat right 93%;
}

.mitsubishi-model {
	width: 14.6%;
	margin-left: 20px;
	margin-bottom: 20px;
}

.mitsubishi-model:first-child {
	margin-left: 0;
}

.car-name {
	color: #9c9c9c;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
}

.mitsubishi-model:hover .car-name {
	color: #fff;
}

/* ==== Footer Navigations ==== */
#colophon .widget_nav_menu {
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}

#colophon #nav_menu-2 {
	margin-left: 0;
}

#colophon .widget_nav_menu h3 {
	font-size: 20px;
}

#colophon .widget_nav_menu li a {
	color: #999;
	display: block;
	font-size: 0.87em;
}

#copyright {
	font-size: 0.87em;
}

#nav_menu-2,
#nav_menu-3,
#nav_menu-7,
#nav_menu-4,
#nav_menu-5 {
	width: 147px;
}

#nav_menu-2 li,
#nav_menu-3 li,
#nav_menu-7 li,
#nav_menu-4 li,
#nav_menu-5 li {
	border-bottom: 1px dotted #e2e2e2;
}

#nav_menu-2 a,
#nav_menu-3 a,
#nav_menu-7 a,
#nav_menu-4 a,
#nav_menu-5 a {
	padding: 5px 0;
}

#colophon .widget_nav_menu li:hover a {
	color: #ed1b2e;
}

#nav_menu-6 li {
	float: left;
	margin-left: 10px;
}

#nav_menu-6 li#menu-item-181 {
	margin-left: 0;
}

#nav_menu-6 li a {
	width: 33px;
	height: 31px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#nav_menu-6 li#menu-item-181 a {
	background: url(images/social-sprite.png) no-repeat 0 0;
}

#nav_menu-6 li#menu-item-182 a {
	background: url(images/social-sprite.png) no-repeat -39px 0;
}

#nav_menu-6 li#menu-item-183 a {
	background: url(images/social-sprite.png) no-repeat -78px 0;
}

#nav_menu-6 li#menu-item-184 a {
	background: url(images/social-sprite.png) no-repeat -117px 0;
}

#nav_menu-6 li:hover a {
	opacity: 0.7;
}

#text-12 {
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
	#text-5 .textwidget {
		width: 260px;
		float: none;
		clear: both;
		margin-left: auto;
		margin-right: auto;
	}
	
	.mitsubishi-model {
		width: 120px;
		margin: 0 0 20px !important;
	}
	
	.mitsubishi-model:nth-child(2n+1) {
		float: left;
		clear: left;
	}
	
	.mitsubishi-model:nth-child(2n) {
		float: right;
	}
}


@media screen and (max-width: 767px) {
	#text-5 h3 {
		width: 300px;
		font-size: 20px;
		margin-right: 0;
		background-position: right top;
		background-size: 24px auto;
	}
	
	#colophon .widget_nav_menu h3 {
		padding-bottom: 10px;
		border-bottom: 1px solid #dbdedf;
	}
	
	#colophon .widget_nav_menu,
	#text-12 {
		float: none;
		clear: both;
		margin-left: 0;
		width: 100%;
	}
	
	#nav_menu-2,
	#nav_menu-3,
	#nav_menu-7,
	#nav_menu-4,
	#nav_menu-5 {
		margin-bottom: 0 !important;
	}
	
	#nav_menu-2 > div,
	#nav_menu-3 > div,
	#nav_menu-7 > div,
	#nav_menu-4 > div,
	#nav_menu-5 > div {
		display: none;
		margin-bottom: 20px;
	}
	
	#nav_menu-2 > h3,
	#nav_menu-3 > h3,
	#nav_menu-7 > h3,
	#nav_menu-4 > h3,
	#nav_menu-5 > h3 {
		padding-top: 5px;
		padding-bottom: 5px;
		background: url(images/footer-menu-arrow.png) no-repeat 98% 10px;
	}
	
	#nav_menu-2 > h3:hover,
	#nav_menu-3 > h3:hover,
	#nav_menu-7 > h3:hover,
	#nav_menu-4 > h3:hover,
	#nav_menu-5 > h3:hover {
		cursor: pointer;
	}
	
	#nav_menu-2 a,
	#nav_menu-3 a,
	#nav_menu-7 a,
	#nav_menu-4 a,
	#nav_menu-5 a {
		padding: 15px 0;
	}
	
	#colophon #nav_menu-6 {
		width: 246px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 15px;
	}
	
	#nav_menu-6 li {
		margin-left: 38px;
	}
	
	#text-12 {
		width: 173px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#copyright {
		text-align: center;
	}
	
	#footer-wrap {
		padding-bottom: 80px;
	}
	
	#nav_menu-8 {
		width: 100%;
		min-width: 320px;
		height: 60px;
		position: fixed;
		z-index: 100000;
		bottom: 0;
		background-color: #000;
	}
	
	#nav_menu-8 li {
		float: left;
	}
	
	#nav_menu-8 li a {
		height: 60px;
		display: block;
		position: relative;
		overflow: hidden;
	}
	
	#menu-item-577 {
		width: 60.1328903654485%;
		background-color: #ed1b2e;
	}
	
	#menu-item-580 {
		background-color: #0b6ca4;
	}
	
	#menu-item-581 {
		background-color: #000;
	}
	
	#menu-item-580,
	#menu-item-581 {
		width: 18.93355481727575%;
		border-left: 1px solid #fff;
	}
	
	#menu-item-577 a {
		color: #fff;
		font-size: 14px;
		height: 35px !important;
		padding-top: 25px;
		padding-left: 85px;
	}
	
	#menu-item-577 a:before {
		content: ' ';
		width: 53px;
		height: 28px;
		position: absolute;
		top: 17px;
		left: 15px;
		background: url(images/mobile-menu-sprite.png) no-repeat 0 -40px;
		background-size: 153px 82px;
	}
	
	#menu-item-580 a,
	#menu-item-581 a {
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	
	#menu-item-580 a:after,
	#menu-item-581 a:after {
		content: ' ';
		position: absolute;
		top: 12px;
		text-indent: 0;
		overflow: inherit;
		white-space: normal;
		background: url(images/mobile-menu-sprite.png) no-repeat;
		background-size: 153px 82px;
	}
		
	#menu-item-580 a:after {
		width: 38px;
		height: 38px;
		background-position: -65px -39px;
	}
	
	#menu-item-581 a:after {
		width: 25px;
		height: 40px;
		background-position: -120px -40px;
	}
	
}

@media screen and (max-width: 599px) {
	#menu-item-580 a:after {
		left: 22%;
	}
	
	#menu-item-581 a:after {
		left: 35%;
	}
}

@media screen and (min-width: 600px) and (max-width: 767px) {
	.mitsubishi-model {
		width: 14.3%;
		margin-left: 2.7%;
	}
	
	.car-name {
		font-size: 11px;
	}
	
	#menu-item-580 a:after,	
	#menu-item-581 a:after {
		left: 40%;
	}
}

@media screen and (min-width: 768px) {
	#nav_menu-2 > div,
	#nav_menu-3 > div,
	#nav_menu-7 > div,
	#nav_menu-4 > div,
	#nav_menu-5 > div {
		display: block !important;
	}
	
	#nav_menu-8 {
		display: none !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 949px) {
	#colophon #nav_menu-6 {
		clear: left;
		margin-left: 0;
		margin-top: 16px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1034px) {
	#nav_menu-2,
	#nav_menu-3,
	#nav_menu-7,
	#nav_menu-4,
	#nav_menu-5 {
		width: 130px;
	}
	
	#colophon .widget_nav_menu h3 {
		font-size: 16px;
	}
	
	#colophon .widget_nav_menu li a {
		font-size: 0.75em;
	}
	
	#text-12 {
		margin-bottom: 0 !important;
	}
	
	#copyright {
		float: right;
		font-size: 0.75em;
		margin-top: -30px;
	}
}

@media screen and (min-width: 768px) and (max-width: 900px) {
	#text-5 h3 {
		width: 400px;
		background-position: right 40%;
	}
	
	.mitsubishi-model {
		margin-left: 16px;
	}
}

@media screen and (min-width: 901px) and (max-width: 1029px) {
	#text-5 .textwidget {
		width: 78.7%;
	}
	.mitsubishi-model {
		margin-left: 16px;
	}
}

/* == Sprite == */
.module-send-query a span:after,
.module-book-service a span:after,
.module-order-parts-online .module-order-parts-online-inner:after,
#text-6 a:after,
#text-7 a span:after,
#text-8 h3:after,
#carousel-wrap:after,
.accordion-title .heading-icon {
	position: absolute;
	background: url(images/sidebar-modules-sprite@1x.png) no-repeat;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	.module-send-query a span:after,
	.module-book-service a span:after,
	.module-order-parts-online .module-order-parts-online-inner:after,
	#text-6 a:after,
	#text-7 a span:after,
	#text-8 h3:after,
	#carousel-wrap:after,
	.accordion-title .heading-icon {
		background: url(images/sidebar-modules-sprite@2x.png) no-repeat;
		background-size: 264px 264px;
	}
}

.module-send-query a span:after {
	background-position: 0 -34px;
}
	
.module-book-service a span:after {
	background-position: 0 -73px;
}

.module-order-parts-online .module-order-parts-online-inner:after {
	background-position: 0 -112px;
}

#text-6 a:after {
	background-position: -48px -36px;
}

#text-7 a span:after {
	background-position: 0 0;
}

#text-8 h3:after {
	background-position: -34px 0;
}

#carousel-wrap:after {
	background-position: 0 -168px;
}

.accordion-title .heading-icon {
	top: 0;
	right: 0;
}

.page-id-6 #ui-accordion-1-header-0  .heading-icon {
	top: 15px;
	right: 15px;
	width: 24px;
	height: 24px;
	background-position: -108px -45px;
}

.page-id-6 #ui-accordion-1-header-1 .heading-icon {
	top: 15px;
	right: 12px;
	width: 28px;
	height: 28px;
	background-position: -71px -4px;
}


.page-id-6 #ui-accordion-1-header-2 .heading-icon {
	top: 11px;
	right: 11px;
	width: 30px;
	height: 32px;
	background-position: -105px -4px;
}

.page-id-6 #ui-accordion-1-header-3 .heading-icon {
	top: 12px;
	right: 14px;
	width: 24px;
	height: 31px;
	background-position: -66px -87px;
}

.page-id-6 #ui-accordion-1-header-4 .heading-icon {
	top: 14px;
	right: 14px;
	width: 24px;
	height: 24px;
	background-position: -66px -127px;
}

/* ---------------------------------------------------------------------- */


/*------------------------------------------------------------------------
--------------------------------------------------------------------------
	                				Forms
------------------------------------------------------------------------*/
input,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
 
input[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}
 
input[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}
 
body .gform_wrapper {
    margin: 0;
    max-width: 100%;
    margin-bottom: 20px;
}

.ui-datepicker {
    position: absolute;
}

body .gform_wrapper .gform_body .gform_fields .gfield {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    font-weight: normal;
}
 
body .gform_wrapper .ginput_complex .ginput_right input[type="text"],
body .gform_wrapper .ginput_complex .ginput_right input[type="url"],
body .gform_wrapper .ginput_complex .ginput_right input[type="email"],
body .gform_wrapper .ginput_complex .ginput_right input[type="tel"],
body .gform_wrapper .ginput_complex .ginput_right input[type="number"],
body .gform_wrapper .ginput_complex .ginput_right input[type="password"],
body .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last input[type="text"] {
    width: 99% !important;
}
 
body .gform_wrapper .gform_body .gform_fields .gfield input,
body .gform_wrapper .gform_body .gform_fields .gfield textarea,
body .gform_wrapper .gform_body .gform_fields .gfield select {
    width: 99%;
    border: none;
    padding: 8px 0.5%;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 0 1px #e0e0e0;
    box-shadow: inset 0 0 0 1px #e0e0e0;
}

body .gform_wrapper .gform_body .gform_fields .gfield select {
    max-width: 300px;
}
 
body .gform_wrapper .gform_body .gform_fields .gfield input:focus,
body .gform_wrapper .gform_body .gform_fields .gfield textarea:focus,
body .gform_wrapper .gform_body .gform_fields .gfield select:focus {
    -webkit-box-shadow: inset 0 0 0 1px #84e6ff;
    box-shadow: inset 0 0 0 1px #84e6ff;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li input[type=radio] {
    -webkit-box-shadow: none;
    box-shadow: none;
}

body .gform_wrapper .gform_footer { *zoom: 1; }

body .gform_wrapper .gform_footer:before,
body .gform_wrapper .gform_footer:after {
    content: "";
    display: table;
    line-height: 0;
}

body .gform_wrapper .gform_footer:after {clear: both;}
 
body .gform_wrapper .gform_footer input[type=submit] {
    color: #fff;
    width: 100%;
    border: none;
    cursor: pointer;
    font-size: 18px;
    padding: 12px 8px;
    background: #0b468a;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
 
body .gform_wrapper .gform_footer input[type=submit]:hover {
    background: #00a651;
}
 
/* Error Message */
body .gform_wrapper .validation_error {
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    width: 98% !important;
    color: #fff !important;
    border: none !important;
    font-size: 14px !important;
    position: fixed !important;
    padding: 10px 1% !important;
    z-index: 999999999 !important;
    text-align: center !important;
    font-weight: normal !important;
    background: rgba(255,0,0,0.9) !important;
}
 
body .gform_wrapper .top_label .gfield_error,
body .gform_wrapper .top_label .gfield_error .ginput_container {
    width: 100%;
    max-width: 100%;
}
 
body .gform_wrapper .gform_body .gform_fields .gfield_error .gfield_label {
    color: #000;
}
 
body .gform_wrapper .gform_body .gform_fields .gfield_error input,
body .gform_wrapper .gform_body .gform_fields .gfield_error textarea {
    -webkit-box-shadow:inset 0 0 0 1px #f00;
    box-shadow:inset 0 0 0 1px #f00;
}
 
body .gform_wrapper .gform_body .gform_fields .gfield_error .gfield_checkbox li label {
    color: #f00;
}
 
body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    padding: 0 !important;
    margin: 0 !important;
    border: none;
    background: none;
}
 
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    padding: 0 !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .gfield_time_hour,
body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .gfield_time_minute,
body .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .gfield_time_ampm {
    width: 60px;
}
 
body .gform_wrapper .gform_body .gform_fields .gfield_error .validation_message {
    display: none !important;
}
 
/* Success Message */
body .gform_confirmation_wrapper {
    top: 0 !important;
    left: 0 !important;
    width: 98% !important;
    color: #fff !important;
    font-size: 14px !important;
    position: fixed !important;
    padding: 10px 1% !important;
    text-align: center !important;
    z-index: 999999999 !important;
    background: rgba(41,154,77,0.9) !important;
}
 
@media screen and (max-width: 767px) {
    body .gform_wrapper .ginput_complex .ginput_right input[type="text"],
    body .gform_wrapper .ginput_complex .ginput_right input[type="url"],
    body .gform_wrapper .ginput_complex .ginput_right input[type="email"],
    body .gform_wrapper .ginput_complex .ginput_right input[type="tel"],
    body .gform_wrapper .ginput_complex .ginput_right input[type="number"],
    body .gform_wrapper .ginput_complex .ginput_right input[type="password"],
    body .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last input[type="text"] {
        width: 98% !important;
    }
     
    body .gform_wrapper .gform_body .gform_fields .gfield input,
    body .gform_wrapper .gform_body .gform_fields .gfield textarea {
        width: 98%;
        padding: 8px 1%;
    }
}

/* ==== Search Form ==== */
input#s,
input#search-btn {
	border: none;
	-webkit-border-radius: 0px;
    border-radius: 0px;
}

input#s {
	width: 180px;
	padding: 5px 2px;
	border: 1px solid #e8e8e8;
}

input#s:focus {
	border-color: #0b6ca4;
}

input#search-btn {
	color: #fff;
	width: 98px;
	font-size: 16px;
	padding: 3px 2px;
	background-color: #0b6ca4;
}

input#search-btn:hover {
	cursor: pointer;
	background-color: #333;
}
