/*--
	Theme Name: Rainmaker
	Theme URI: http://www.webhead.com.au/
	Description: A wordpress theme by Webhead
	Author: Webhead
	Author URI: http://www.webhead.com.au/
	Template: cherryframework4
	Version: 1.1.0.0
--*/

/**
	* Core_RS base stylesheet

	   ______                ____  _____
	  / ____/___  ________  / __ \/ ___/
	 / /   / __ \/ ___/ _ \/ /_/ /\__ \
	/ /___/ /_/ / /  /  __/ _, _/___/ /
	\____/\____/_/   \___/_/ |_|/____/

**/

/***
 *	Table of contents
 *	1. Fonts
 *	2. Base Reset Style
 *	3. UI Elements
 *	4. Structure
 *	5. Modules
 *	6. Shortcodes
 *	7. Widgets
 *	8. Pages
 *	9. Transition and Effects
 *
 *
/***/



/**
*	1. Fonts
*
*	----------------------------------------------------------------------
*/

	.general-navigation i {
	    font-size: 19px;
	}

/**
*	2. Base Reset Style
*
*	----------------------------------------------------------------------
*/
*:before,
*:after {
    -webkit-box-sizing: border-box;                                                                              
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	outline: none;
}

body {
	font-family: 'Raleway', sans-serif;
	line-height: 1.7857;
	/*background: #ccd8de;*/
	padding: 0;
	margin: 0;
	/*color: #444;*/
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
}

p {
	margin: 0 0 20px;
	padding: 0;
}

.entry {
	padding: 0;
}

/* select{
    -webkit-appearance:none;
    background: url(images/dropdown-arrow.png) no-repeat;
    background-position: 99.3% 50%;
    background-size: 12px;
} */

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin: 0 0 20px;
	padding: 0;
	font-weight: 400;
	/*color: #444;*/
	color: #333;
	font-weight: 700;
}

body.internal #content .container .cherry-breadcrumbs:before {
	border-bottom: 10px solid #000;
	background-color: #120308;
}



.entry-content h1:before,
.entry-content h2:before,
.entry-content .h1:before,
.entry-content .h2:before {
	content: '';
	display: block;
	width: 40px;
	height: 4px;
	background-color: #333;
	top: 0;
	left: 0;
	margin-bottom: 15px;
	margin-top: 30px;
	visibility: hidden;
}

.entry-content h1:first-child:before,
.entry-content h2:first-child:before,
.entry-content .h1:first-child:before,
.entry-content .h2:first-child:before {
	display: none;
}

.hentry {
    margin: 0;
}

h1, .h1 {
	font-size: 2.429em;
}

h2, .h2 {
	font-size: 1.800em;
}

h3, .h3 {
	font-size: 1.000em ;
	font-weight: 700;
}

h4, .h4 {
	font-size: 0.857em;
	font-weight: 700;
}

h5, .h5 {
	font-size: 0.714em;
	font-weight: 700;
}

h6, .h6 {
	font-size: 0.571em;
	font-weight: 700;
}

a {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

a,
a:visited {
	color: #323e4d;
	text-decoration: none;
}

body .entry-content a {
	text-decoration: underline !important;
}

body .entry-content a:hover {
	text-decoration: none !important;
}

a:hover, a:visited,
a:focus, a.active {
	text-decoration: none !important;
	outline: none;
}

a:hover,
a:visited:hover {
	text-decoration: none;
	color: #323e4d;
}

ol, ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

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

input {
	height: auto;
}

.content-area ul,
.content-area ol {
	margin-bottom: 20px;
}

.content-area ul {
	padding-left: 20px;
	margin-left: 20px;
}

.content-area ul li{
	list-style: disc;
}

.content-area ol {
	padding-left: 20px;
	margin-left: 20px;
	list-style: decimal;
}

.content-area ol > li {
	list-style: decimal;
}

.content-area .list-group {
	padding-left: 0;
	margin-left: 0;
}

.content-area ol.list-group li{
	display: list-item;
	list-style: decimal;
	list-style-position: inside;
}

.search.search-results #main,
.page-id-758370 #main,
.page-id-758031 #main,
.page-template-page-news #main {
	width: 68.4%;
    float: left;
    padding-right: 10px;
}

.search.search-results .thumb-photo {
    padding-top: 66%;
    background-size: cover;
    background-position: center;
}

.search.search-results .search-title {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.search.search-results .search-content {
	color: #fff;
	font-size: 12px;
}

.custom-pagination {
	margin-top: 150px;
}

.search.search-results .search-grid {
    margin-top: 20px;
}

/*#main {
	background-color: #fff;
}*/

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.clearfix {
	clear: both;
}

.clearfix:before,
.clearfix:after{
	content:"";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearboth {
	clear: both;
}

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

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

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

.uppercase {
	text-transform: uppercase;
}

.text-left {
    text-align: left;
}

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

.text-right {
    text-align: right;
}

.small-text {
	font-size: 10px !important;
}

.nmb {
	margin-bottom: 0;
}

.post-edit-link {
	display: none;
}

html body div.vcenter,
html body div.vbottom {
	transition: none !important;
}

.vcenter-init {
  position: relative;
  vertical-align: top;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vcenter-legacy {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.vbottom-init {
  vertical-align: bottom;
  position: relative;
  top: 100%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.hide,
.hide-header .site-header ,
.hide-nav .nav-primary ,
.hide-internal-header .internal-header,
.hide-responsive-nav #responsive-menu,
.hide-responsive-nav #click-menu,
.hide-footer .site-footer,
.hide-footer-top .footer-top,
.hide-footer-bottom .footer-bottom,
.hide-form-labels label {
	display: none !important;
}

.no-height {
	height: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.full-width {
	width: 100% !important;
}



	/**
	*	Partial Materialize
	*/
	.z-depth-0 {
		box-shadow:none !important
	}

	.z-depth-1, .sub-menu, .button, .btn, .motopress-btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav {
		box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
	}

	.z-depth-1-half, .button:hover, .btn:hover,.btn-large:hover,.btn-floating:hover, .nav-previous a, .nav-next a, #menu-primary.isStick:before {
		box-shadow:0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
	}

	.z-depth-2 {
		box-shadow:0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
	}

	.z-depth-2 {
	
		box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
	}
	.z-depth-3 {
		box-shadow:0 12px 15px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19)
	}

	.z-depth-4, .modal {
		box-shadow:0 16px 28px 0 rgba(0,0,0,0.22),0 25px 55px 0 rgba(0,0,0,0.21)
	}

	.z-depth-5 {
		box-shadow:0 27px 24px 0 rgba(0,0,0,0.2),0 40px 77px 0 rgba(0,0,0,0.22)
	}

	.hoverable {
		transition:box-shadow .25s;
		box-shadow:0
	}

	.hoverable:hover {
		transition:box-shadow .25s;
		box-shadow:0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
	}

	.divider {
		height:1px;
		overflow:hidden;
		background-color:#e0e0e0
	}


	/**
	*	Slick Overrides
	*/
	body .slick-prev:before,
	body .slick-next:before {
		/*color: #181717;*/
		color: #D5D2D2;
	}

	ul.slick-dots {
		display: block;
		margin-left: 0px;
		padding-left: 0px;
		margin-bottom: 0px;
		bottom: -23px;
		margin-top: 0px;
		clear: both;
		position: relative;
	}

	body .entry-content {
		padding-left: 15px;
		padding-right: 15px;
	}


	/**
	*	FancyBox Override
	*/
	#fancybox-content {
		border-color: rgb(36, 32, 33);
	}


	/**
	*	Slick Overrides
	*/
	body .slick-prev,
	body .slick-next {
		display: block;
		z-index: 1;
		top: 0px;
		margin-top: 0px;
		line-height: 1;
		height: 20%;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		width: 33px;
		/*background-color: rgb(36, 32, 33);
		box-shadow: 0 1px 10px -3px #000;*/
	}

	body .slick-prev:hover,
	body .slick-next:hover,
	body .slick-prev:active,
	body .slick-next:active,
	body .slick-next:focus,
	body .slick-prev:focus {
		/*background-color: rgb(53, 46, 48);*/
		opacity: 1;
	}

	body .slick-prev {
		left: -55px;
		top: 50%;
	}

	body .slick-next {
		right: -55px;
		top: 50%;
	}

	.slick-prev:before,
	.slick-next:before {
		content: '';
		display: block;
		background-image: url('images/header-slider-sprite.png');
		width: 33px;
		height: 32px;
		background-color: rgba(255, 255, 255, 0.75);
		opacity: 1;
		top: 10px;
		margin-top: 0;
	}

	.slick-prev:before {
		background-position: 0px 0px;
	}

	.slick-next:before {
		background-position: 0px -42px;
	}

	/* Gradient BG */

	body #content .frm_forms {
	background: rgba(26,70,112,1);
		background: -moz-linear-gradient(top, rgba(26,70,112,1) 0%, rgba(26,71,110,1) 45%, rgba(20,60,98,1) 65%, rgba(20,60,98,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(26,70,112,1)), color-stop(45%, rgba(26,71,110,1)), color-stop(65%, rgba(20,60,98,1)), color-stop(100%, rgba(20,60,98,1)));
		background: -webkit-linear-gradient(top, rgba(26,70,112,1) 0%, rgba(26,71,110,1) 45%, rgba(20,60,98,1) 65%, rgba(20,60,98,1) 100%);
		background: -o-linear-gradient(top, rgba(26,70,112,1) 0%, rgba(26,71,110,1) 45%, rgba(20,60,98,1) 65%, rgba(20,60,98,1) 100%);
		background: -ms-linear-gradient(top, rgba(26,70,112,1) 0%, rgba(26,71,110,1) 45%, rgba(20,60,98,1) 65%, rgba(20,60,98,1) 100%);
		background: linear-gradient(to bottom, rgba(26,70,112,1) 0%, rgba(26,71,110,1) 45%, rgba(20,60,98,1) 65%, rgba(20,60,98,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a4670', endColorstr='#143c62', GradientType=0 );
	}


/**
*	3. UI Elements
*
*	----------------------------------------------------------------------
*/
	/**
	*	Buttons
	*/

	.button,
	.button:focus,
	.button:visited,
	.btn,
	.btn:focus,
	.btn:visited,
	.motopress-btn,
	.motopress-btn:focus,
	.motopress-btn:visited,
	.nav-previous a,
	.nav-previous a:focus,
	.nav-previous a:visited,
	.nav-next a,
	.nav-next a:focus,
	.nav-next a:visited,
	.sf-field-submit input,
	.sf-field-submit input:focus,
	.sf-field-submit input:visited,
	.view-all-link:visited,
	body .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,
	body .frm_style_formidable-style.with_frm_style input[type="submit"],
	body .frm_style_formidable-style.with_frm_style .frm_submit input[type="button"],
	body .frm_form_submit_style,
	/*body .frm_style_formidable-style.with_frm_style.frm_login_form input[type="submit"]*/ {
		padding: 0px 25px;
		/*margin: 0;*/
		line-height: 40px;
		transition: all 0.2s Ease-out;
		color: #ffffff;
		border-radius: 3px;
		font-size: 15px;
		font-weight: 400;
		max-width: 100%;
		line-height: normal;
		border-radius: 0px;
		font-weight: 400;
		background-color: #712929;;
		font-style: normal;
		text-align: center;
		font-family: 'Raleway', sans-serif;
		border: none;
	}

	.button:hover,
	.button:focus:hover,
	.button:visited:hover,
	.btn:hover,
	.btn:focus:hover,
	.btn:visited:hover,
	.motopress-btn:hover,
	.motopress-btn:focus:hover,
	.motopress-btn:visited:hover,
	.nav-previous a:hover,
	.nav-previous a:focus:hover,
	.nav-previous a:visited:hover,
	.nav-next a:hover,
	.nav-next a:focus:hover,
	.nav-next a:visited:hover,
	.sf-field-submit input:hover,
	.sf-field-submit input:focus:hover,
	.sf-field-submit input:visited:hover,
	.view-all-link:visited:visited,
	body .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:hover,
	body .frm_style_formidable-style.with_frm_style input[type="submit"]:hover,
	body .frm_style_formidable-style.with_frm_style .frm_submit input[type="button"]:hover,
	body .frm_form_submit_style:hover,
	body .frm_style_formidable-style.with_frm_style.frm_login_form input[type="submit"]:hover {
		color: #ffffff;
		background-color: #712929;;
		border: 2px solid #2BA1DD6;
	}

		/* alt-1 */
		.btn.alt-1,
		.button.alt-1 {
			font-size: 15px;
			background-color: rgb(237, 28, 36);
			font-weight: 400;
			max-width: 100%;
			min-width: 280px;
			line-height: 38px;
			border-radius: 5px;
		}

		/* alt-2 */

		.btn.alt-2,
		.button.alt-2 {
			font-size: 10px;
			font-weight: 400;
			text-transform: uppercase;
			width: 132px;
			max-width: 100%;
			line-height: 23px;
		}

		/* Transparent */
		.btn-transparent {
			background-color: transparent !important;
			border: 3px solid #3c0310 !important;
		}

		.btn-transparent:hover {
			background-color: #3c0310 !important;
			border: 3px solid #3c0310 !important;
			color: #ffffff !important;
		}

		.btn-transparent-dark {
			background-color: background: rgba(68,1,16,1);
		    background: -moz-linear-gradient(left, rgba(68,1,16,1) 0%, rgba(100,2,25,1) 49%, rgba(68,1,16,1) 100%);
		    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(68,1,16,1)), color-stop(49%, rgba(100,2,25,1)), color-stop(100%, rgba(68,1,16,1)));
		    background: -webkit-linear-gradient(left, rgba(68,1,16,1) 0%, rgba(100,2,25,1) 49%, rgba(68,1,16,1) 100%);
		    background: -o-linear-gradient(left, rgba(68,1,16,1) 0%, rgba(100,2,25,1) 49%, rgba(68,1,16,1) 100%);
		    background: -ms-linear-gradient(left, rgba(68,1,16,1) 0%, rgba(100,2,25,1) 49%, rgba(68,1,16,1) 100%);
		    background: linear-gradient(to right, rgba(68,1,16,1) 0%, rgba(100,2,25,1) 49%, rgba(68,1,16,1) 100%);
		    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#440110', endColorstr='#440110', GradientType=1 );
			color: #fff !important;
			font-size: 14px;
			border: none;
			line-height: normal;
			font-family: 'Raleway', sans-serif;
		}

		/* SO - button Wired */
		div[class*="so-widget-sow-button-wire"]:hover span,
		div[class*="so-widget-sow-button-wire"]:hover .sow-icon-fontawesome:before {
			color: #ffffff;
		}

		/* Full */
		.btn-full-width {
			width: 100%;
		}

	/**
	*	Hamburger Menu
	*/
	.menu-primary_trigger {
		float: right;
		border: 0;
		padding: 0;
		box-shadow: none;
		margin: 0;
		text-indent: -9999px;
		text-align: left;
		height: 64px;
		width: 64px;
		background-image: url('images/burger-menu.png');
		background-size: 64px;
	}

	/**
	*	Forms
	*/
	.frm_form_widget
	{
		/*padding: 25px 20px;
		background: #f4f4f4;*/
	}
	.frm_form_widget h3.widget-title {
		/*display: none;*/
	}
	.frm_form_widget .frm_form_fields label.frm_primary_label {
		font-size:16px;
	}

	.widget.visible-all-devices, .widget.visible-desktop, .widget.visible-tablet, .widget.visible-phone, .widget.hidden-phone, .widget.hidden-desktop, .widget.hidden-table {
		left: auto;
	}

	.entry-content h2:first-child:before {
		display: none;
	}

	/*.frm_form_widget .frm_form_fields input[type=text],
	.frm_form_widget .frm_form_fields input[type=email],
	.frm_form_widget .frm_form_fields select {
		font-size: 14px;
		font-weight: 300;
		font-family: inherit;
		border-radius: 0px;
		height: 38px;
	}*/

	input.sf-input-text, select#top-sort-by, select#top-results-per-page{
		border: 1px solid;

	}

	/*Form Special Button for SEARCH*/

	.subscribe-form .frm_style_formidable-style.with_frm_style input[type=submit]{
		margin: 0;
	}

	/*.frm_form_widget .frm_form_fields textarea {
		font-size:14px;
		font-weight: 300;
		border-radius:0px;
		height: 150px;
	}*/

	.frm_form_widget .frm_submit p {
		margin-bottom: 0;
	}

	.frm_form_widget fieldset {
		padding-bottom: 0;
	}

	.frm_form_widget .fieldset > p {
		display: none;
	}

	.frm_form_widget br {
		display: none;
	}

	.frm_form_widget label br {
		display: none;
	}

	.frm_form_widget label + br {
		display: none;
	}

	.frm_forms p:empty {
		padding-bottom: 0;
	}

	body #content .frm_forms,
	body #content .frm-show-form .frm_section_heading h3,
	body #content .frm_style_formidable-style.with_frm_style .frm_radio label,
	body #content .frm_style_formidable-style.with_frm_style label.frm_primary_label,
	body #contnet .frm_style_formidable-style.with_frm_style .frm_checkbox label {
		font-family: "Lato" !important;
	}

	body #content .frm-show-form .frm_section_heading h3,
	body .frm_style_formidable-style.with_frm_style .frm_radio label,
	body .frm_style_formidable-style.with_frm_style .frm_checkbox label {
		/*display: none;*/
		color: #d8d3d3;
	}

	#content .frm_style_formidable-style.with_frm_style select{
		padding: 6px;
		font-family: "Lato" !important;
	}

	body #content .frm_forms  {
		background-color: #1a1a1a;
		background-image: url(//naotci.com/wp-content/uploads/2017/08/sidebar-bg.png);
		margin-bottom: 15px;	
		padding: 25px; 
	}
	#content .frm_forms .frm_required{
		display: none;
	}

	body .frm_style_formidable-style.with_frm_style label.frm_primary_label {
		font-weight: 400;
		color: #2370B1;
	}

	input, select, textarea,
	body .frm_style_formidable-style.with_frm_style input[type="text"], 
	body .frm_style_formidable-style.with_frm_style input[type="password"], 
	body .frm_style_formidable-style.with_frm_style input[type="email"], 
	body .frm_style_formidable-style.with_frm_style input[type="number"], 
	body .frm_style_formidable-style.with_frm_style input[type="url"], 
	body .frm_style_formidable-style.with_frm_style input[type="tel"], 
	body .frm_style_formidable-style.with_frm_style input[type="phone"], 
	body .frm_style_formidable-style.with_frm_style input[type="search"], 
	body .frm_style_formidable-style.with_frm_style select, 
	body .frm_style_formidable-style.with_frm_style textarea, 
	body .frm_form_fields_style, 
	body .frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container, 
	body .frm_form_fields_active_style, 
	body .frm_form_fields_error_style, 
	body .frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices, 
	body .frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single {
		height: auto;
		font-size: 14px;
		color: rgba(52, 73, 94, 0.6);
		padding: 8.5px;
		line-height: 1.4285;
		background-color: rgb(255, 255, 255);
		/*border: 2px solid rgb(216, 219, 224);*/
		/*border: 2px solid rgb(173, 179, 194);*/
		/*border: 2px solid rgb(26, 70, 112);*/
		border: 0;
	}

	
	.frm_style_formidable-style.with_frm_style input[type="text"],
	.frm_style_formidable-style.with_frm_style input[type="password"],
	.frm_style_formidable-style.with_frm_style input[type="email"],
	.frm_style_formidable-style.with_frm_style input[type="number"],
	.frm_style_formidable-style.with_frm_style input[type="url"],
	.frm_style_formidable-style.with_frm_style input[type="tel"],
	.frm_style_formidable-style.with_frm_style input[type="phone"],
	.frm_style_formidable-style.with_frm_style input[type="search"],
	.frm_style_formidable-style.with_frm_style select,
	.frm_style_formidable-style.with_frm_style textarea,
	.frm_form_fields_style,
	.frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container,
	.frm_form_fields_active_style,
	.frm_form_fields_error_style,
	.frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices,
	.frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single {
		height: 32px;
		line-height: 1.3;
		border-radius: 0;
		box-shadow: none;
		display: block;
		width: 100%;
	}

	.frm_style_formidable-style.with_frm_style textarea {
		height: 80px;
	}
	/**
	*	Car Inquiry Form
	*/
	#content .car-inquiry-widget .frm_forms {
		background-color: rgb(48, 65, 92);
		padding: 25px;
	}

	.frm_form_widget .car-inquiry-form .frm_form_fields input[type="text"],
	.frm_form_widget .car-inquiry-form .frm_form_fields input[type="email"],
	.frm_form_widget .car-inquiry-form .frm_form_fields textarea,
	.frm_form_widget .car-inquiry-form .frm_form_fields select {
		width: 100%;
		display: block;
		max-width: 100%;
		background: rgba(255, 255, 255, 0.1) !important;
		border: 1px solid #fff;
		color: #fff;	}

	.frm_form_widget .car-inquiry-form .frm_form_fields textarea {
		height: 108px;
		resize: vertical;
	}

	.frm_style_formidable-style.with_frm_style .car-inquiry-form input[type="submit"] {
		background: transparent;
		color: #ffffff;
		box-shadow: none;
		border-radius: 0;
		width: 100%;
		line-height: 40px;
		border: 2px solid #fff;
		padding: 0 10px;
		margin: 0;
		font-family: inherit;
		text-transform: uppercase;
	}

	.car-inquiry-form .frm_style_formidable-style.with_frm_style fieldset {
		padding: 0;
	}

	.car-inquiry-form .frm_ajax_loading {
		visibility: hidden;
		width: auto;
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -5px;
	}

	.car-inquiry-widget .frm_submit {
		line-height: 1;
		position: relative;
	}


	/**
	*	Pagination
	*/
	.pagination {
		background-color: #F0F0F0;
		border-radius: 0;
		padding: 10px;
		margin-bottom: 0;
	}

	.page-numbers,
	.page-numbers:active,
	.page-numbers:visited {
		padding: 5px 15px;
		display: inline-block;
		text-align: center;
		background-color: #490111;
		color: #fff;
		margin: 5px;
		font-size: 16px;
	}

	.page-numbers.current {
		background-color: #fff;
	    color: #490111;
	    font-weight: 700;
	}

	.page-numbers:hover,
	.page-numbers:active:hover,
	.page-numbers:visited:hover {
		color: #ffffff;
	}

	/**
	*	hr Break
	*/

	hr {

		/* border-color: black;
		border-bottom: 1px solid #8e949e;
		border-top: 1px solid #c2d6e1; */
		border-color: #3c3f41;
		border-bottom: 1px solid #d7dfec;
		border-top: 1px solid #fff;
	}


	/**
	*	Social Icons
	*/
	.static-social-icons {
		text-align: right;
	}

	.social-icons {
		overflow: hidden;
		margin: 0 -2px;
		margin-top: 9px;
	}

	.social-icons .social-icon {
		position: relative;
		display: inline-block;
		margin: 0 2px;
		width: 29px;
		height: 29px;
		text-align: left;
		text-indent: -9999em;
		background-image: url('images/social-sprite.png');
		padding: 0 5px;
	}

	.social-icons .social-icon.youtube {
		background-position: -0px -0px;
	}

	.social-icons .social-icon.instagram {
		background-position: -0px -39px;
	}

	.social-icons .social-icon.facebook {
		background-position: -0px -78px;
	}

	.social-icons .social-icon.google {
		background-position: -0px -117px;
	}

	.social-icons a.social-icon:hover {
		opacity: 0.85
	}


	/**
	*	Title Elements
	*/
	.tab-section {
		margin-bottom: 0;
	}


/**
*	4. Structure
*
*	----------------------------------------------------------------------
*/


	/**
	* Form Homepage Structure
	**/

	.full-filters-inner.clearfix input{
		display: block;
		width: 184.75px;
	}


	.full-filters-inner.clearfix label{
		display: block;
		width: 160px;
		margin: 0 auto;
	}

	
	a.reset-form-button {
	   background-image: url(http://webheadproj.com/cityford/wp-content/uploads/2017/05/reset-button.png);
	   background-repeat: no-repeat;
	   position: absolute;
	   top: -43px;
	   right: -17px;
	   cursor: pointer;
	   width: 32px;
	   height: 31px;
	   z-index: 99999;
	   display: none;
	}

	.button-hide{
		display: block !important;
	}

	/**
	*Search Main Structure
	**/

	.header-search-container input::placeholder{
		color: white !important;
	}


	/**
	* Specified Content
	**/

	tr.specs-item.stock p{
		margin-bottom: 0px;
	}



	/**
	* General Navigation
	**/


	.error-404 img{
		display: block;
		margin: 0 auto;
		text-align: center;
	}

	.text-message-404{
		text-align: center;

	}



	/*aside#frm_show_form-2 .frm_submit i  {
		background: none !important;
	}*/

/*	aside#frm_show_form-2 .frm_submit input{
		border: 2px solid white !important;
	}*/


	.general-navigation .row {
	    margin-top: 20px;
	    margin-bottom: 20px;
	}

	.general-navigation {
	    background-color: #ECEDF2;
	    padding: 15px;
	    border: 1px solid #D7D9EA;
	    box-shadow: 0 10px 15px #E1E1E1;
	    margin-bottom: 30px;
	    margin-top: 30px;
	}

	/**
	*	Car features
	*/
	.car-options {
		background-color: #F7F8FA;
		padding: 0;
		margin-bottom: 30px;
		box-shadow: 0px 10px 15px rgba(64, 64, 64, 0.2);
		z-index: 5;
	}
	
	.car-options .car-options-content {
		list-style-type: none;
		margin-bottom: 0px;
		box-shadow: inset 0 2px 0 -1px #E8E9F3, inset 0 0 0 1px #E3E4EF;
	}

	.car-options-content .car-options-offers {
		width: 20%;
		float: left;
	}

	.car-option-trigger {
		text-transform: uppercase;
		vertical-align: middle;
		line-height: 20px;
		display: block;
		padding: 5px 0;

		/* Gradient BG */
		background: rgba(246,247,250,1);
		background: -moz-linear-gradient(-45deg, rgba(246,247,250,1) 0%, rgba(239,240,244,1) 25%, rgba(247,248,250,1) 100%);
		background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(246,247,250,1)), color-stop(25%, rgba(239,240,244,1)), color-stop(100%, rgba(247,248,250,1)));
		background: -webkit-linear-gradient(-45deg, rgba(246,247,250,1) 0%, rgba(239,240,244,1) 25%, rgba(247,248,250,1) 100%);
		background: -o-linear-gradient(-45deg, rgba(246,247,250,1) 0%, rgba(239,240,244,1) 25%, rgba(247,248,250,1) 100%);
		background: -ms-linear-gradient(-45deg, rgba(246,247,250,1) 0%, rgba(239,240,244,1) 25%, rgba(247,248,250,1) 100%);
		background: linear-gradient(135deg, rgba(246,247,250,1) 0%, rgba(239,240,244,1) 25%, rgba(247,248,250,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f7fa', endColorstr='#f7f8fa', GradientType=1 );

		
		
		background: rgba(245,246,250,1);
		background: -moz-linear-gradient(-45deg, rgba(245,246,250,1) 0%, rgba(230,230,230,1) 19%, rgba(252,252,252,1) 100%);
		background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(245,246,250,1)), color-stop(19%, rgba(230,230,230,1)), color-stop(100%, rgba(252,252,252,1)));
		background: -webkit-linear-gradient(-45deg, rgba(245,246,250,1) 0%, rgba(230,230,230,1) 19%, rgba(252,252,252,1) 100%);
		background: -o-linear-gradient(-45deg, rgba(245,246,250,1) 0%, rgba(230,230,230,1) 19%, rgba(252,252,252,1) 100%);
		background: -ms-linear-gradient(-45deg, rgba(245,246,250,1) 0%, rgba(230,230,230,1) 19%, rgba(252,252,252,1) 100%);
		background: linear-gradient(135deg, rgba(245,246,250,1) 0%, rgba(230,230,230,1) 19%, rgba(252,252,252,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6fa', endColorstr='#fcfcfc', GradientType=1 );
	}

	.car-option-trigger * {
		position: relative;
		z-index: 3;
	}

	.car-option-trigger:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		opacity: 0;
		z-index: 1;

		/* Gradient BG */
		background: rgba(245,246,250,1);
		background: -moz-linear-gradient(-45deg, rgba(245,246,250,1) 0%, rgba(231,232,240,1) 30%, rgba(255,255,255,1) 62%, rgba(246,245,250,1) 76%, rgba(246,245,250,1) 100%);
		background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(245,246,250,1)), color-stop(30%, rgba(231,232,240,1)), color-stop(62%, rgba(255,255,255,1)), color-stop(76%, rgba(246,245,250,1)), color-stop(100%, rgba(246,245,250,1)));
		background: -webkit-linear-gradient(-45deg, rgba(245,246,250,1) 0%, rgba(231,232,240,1) 30%, rgba(255,255,255,1) 62%, rgba(246,245,250,1) 76%, rgba(246,245,250,1) 100%);
		background: -o-linear-gradient(-45deg, rgba(245,246,250,1) 0%, rgba(231,232,240,1) 30%, rgba(255,255,255,1) 62%, rgba(246,245,250,1) 76%, rgba(246,245,250,1) 100%);
		background: -ms-linear-gradient(-45deg, rgba(245,246,250,1) 0%, rgba(231,232,240,1) 30%, rgba(255,255,255,1) 62%, rgba(246,245,250,1) 76%, rgba(246,245,250,1) 100%);
		background: linear-gradient(135deg, rgba(245,246,250,1) 0%, rgba(231,232,240,1) 30%, rgba(255,255,255,1) 62%, rgba(246,245,250,1) 76%, rgba(246,245,250,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6fa', endColorstr='#f6f5fa', GradientType=1 );


	}

	.car-option-trigger:hover:before {
		opacity: 1;
	}

	.car-options .offer-label {
		margin-left: 0;
		font-size: 10px;
		font-weight: 400;
		margin-left: 10px;
	}

	.car-option-trigger {
		text-transform: uppercase;
		vertical-align: middle;
		line-height: 20px;
		display: block;
		padding: 8px 10px;
		text-align: center;
	}

	.car-option-trigger .fa {
		font-size: 18px;
		vertical-align: middle;
		line-height: 20px;
		display: table;
		margin: 0 auto;
	}

	.car-option-trigger .fa,
	.car-options .offer-label {
		line-height: 20px;
		display: inline-block;
	}

	/* Car option forms */
	.full-car-details-container {
		position: relative;
	}

	.car-details-section {
		position: relative;
	}

	.form-contents {
		height: auto;
		overflow: visible;
		z-index: 4;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		pointer-events: none;
	}

	.form-content-inner {
		position: relative;
	}

	.form-content {
		height: 0;
		opacity: 0;
		pointer-events: none;
	}

	.active.form-content {
		height: auto;
		opacity: 1;
		pointer-events: all;
	}

	#content .car-option-contents .frm_forms {
		background: transparent;
		z-index: 2;
		position: relative;
	}

	.form-content-inner:before {
		content: '';
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		background-color: rgba(231, 234, 240, 1);
		box-shadow: 0 3px 7px 1px rgba(176, 176, 176, 0.4);
		border: 1px solid rgb(188, 193, 200);
		border-top: 5px solid rgb(101, 113, 132);
	}

	.form-content-inner .addtoany_shortcode {
		text-align: center;
		background-color: transparent !important;
		display: table;
		margin: 0 auto;
		z-index: 1;
		position: relative;
		padding: 20px 0 15px;
		border-radius: 5px;
	}

	/* Animation */
	.car-option-contents .form-content-inner:before {
		opacity: 0;
		transform: translateY(30px);
	}

	.car-option-contents .active .form-content-inner:before {
		opacity: 1;
		transform: translateY(0);
	}

	.car-option-contents .frm_forms {
		opacity: 0;
	}

	.car-option-contents .active .frm_forms {
		opacity: 1;
		transition-delay: 0.2s !important;
	}


	/**
	*	General
	*/
	#site-wrapper {
		display: block;
		width: 1600px;
		max-width: 100%;
		margin: 0 auto;
		box-shadow: 0 0 10px -3px #ccc;
		overflow: hidden;
		background-image: url('//naotci.com/wp-content/uploads/2017/07/content-background.png');
		background-repeat: no-repeat;
	    background-size: cover;
	    background-position: center;
	}

	#site-wrapper:before,
	#site-wrapper:after {
		content: '';
		display: block;
		height: 0;
		clear: both;
	}

	.wrap, .container,
	.showcase-area.static-area .homeslider-overlay .container {
		width: 1200px;
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.container .container,
	.wrap .wrap {
		/*padding-left: 0;*/
		/*padding-right: 0;*/
	}

	#main > .container {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.showcase-area .container,
	.showcase-area .wrap {
		padding-left: 15px;
		padding-right: 15px;
	}

	#content {
		/*padding-top: 60px;*/
		background: transparent;
		/*padding-bottom: 60px;*/
		/*padding-bottom: 180px;*/
		border-top: 10px solid #000;
	}

	.site-main .entry-thumbnail {
		margin-bottom: 30px;
	}


	/**
	*	Sidebar Enabled
	*/

		/**
		*	Sidebar + Content
		*/
		.sidebar-content-wrapper:before,
		.sidebar-content-wrapper:after,
		.content-sidebar-wrapper:before,
		.content-sidebar-wrapper:after,
		.sidebar-content-sidebar-wrapper:before,
		.sidebar-content-sidebar-wrapper:after,
		.sidebar-sidebar-content-wrapper:before,
		.sidebar-sidebar-content-wrapper:after,
		.content-sidebar-sidebar-wrapper:before,
		.content-sidebar-sidebar-wrapper:after {
			content: '';
			display: block;
			clear: both;
		}



	/**
	*	Showcase-area
	*/
	.showcase-area.static-area > .container {
		width: auto;
		padding: 0px;
		overflow: hidden;
		max-width: 100%;
	}


	/**
	*	Site Top
	*/
	.site-top {
		position: relative;
		position: absolute;
		background: transparent;
		width: 1600px;
		margin: 0 auto;
		max-width: 100%;
		z-index: 101;
	}

	.site-top:before,
	.site-top:after {
		content: '';
		display: block;
		height: 0;
		clear: both;
	}

	#menu-contact-bar-nav {
		float:  left;
	}

	#menu-contact-bar-nav .menu-item {		
		float: left;
		color: #252525;
		margin-left: 20px;
	}

	#menu-contact-bar-nav .menu-item:first-child {
		margin-left: 0;
	}

	#menu-contact-bar-nav .menu-item a {
		position: relative;
		/*padding: 3px 0 2px 32px;*/
		color: #ffffff;
		font-weight: 400;
		line-height: 36px;
		display: inline-block;
	}

	#menu-contact-bar-nav .menu-item.avatar-icon a:before {
		background-position: 0px 0px;
		width: 18px;
		height: 22px;
	}

	#menu-contact-bar-nav .menu-item.phone-icon a:before {
		background-position: 0px -32px;
		width: 22px;
		height: 22px;
	}

	#menu-contact-bar-nav .menu-item.magnifier-icon a:before {
		background-position: 0px -64px;
		width: 22px;
		height: 22px;
	}

	.static-contact-bar .widget ul {
		padding-left: 0px;
	}

	.col-xs-12.col-sm-12.col-md-12.col-lg-12.static-header-logo {
	    /*margin-top: -20px;*/
	}

	
	/**
	*	Search bar
	*/
	.static-search-form {
		z-index: 102;
		/*pointer-events: none;*/
	}

	.filter.sort-by,
	.filter.posts-per-page,
	.filter.top-submit {
	    display: inline-block;
	    margin-left: 15px;
	}

	.extended-filters {
	    margin-bottom: 15px;
	}

	a#top_apply {
	    position: relative;
	    top: 0;
	    vertical-align: middle;
	}

	.extended-filters-container {
	    text-align: right;
	}



	.header-search {
		padding: 5px;
		display: inline-block;
		float: right;
	}

	.search-trigger {
		z-index: 110;
		position: relative;
	}

	body .header-search-container {
		/*position: absolute;
		width: 100%;
		left: 0;
		transform: translate3d(0, -58px, 0) rotateX(0.00001deg);

		transition-delay: 0.5s;*/
		margin-right: -15px;
	}

	body.search-show .header-search-container {
		-webkit-transform: translate3d(0, 0, 0);
		-mnoz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);

		transition-delay: 0s;
	}

	.header-search-container input {
		width: 200px;
		height: 20px;
		border-radius: 50px;
		background-color: #fff;
		color: #000;
		outline: none;
	}

	body.search-show .search-trigger {
		transform: translate3d(-18px, 3px, 0);
		transition-delay: 0.2s !important;
	}

	/*
	* Header Menu Right
	*/

	.menu-header-menu-right ul:before, 
	.menu-header-menu-right ul:after { 
		content: "";
		display: table; 
	}
	.menu-header-menu-right ul:after { 
		clear: both; 
	}
	.menu-header-menu-right ul { 
		*zoom: 1; 
	}

	.menu-header-menu-right ul li {
		list-style: none;
		float: right;
	}

	.menu-header-menu-right ul li a {
		margin: 7px;
		text-decoration: none;
	    color: #fff;
	    font-size: 14px;
	    font-family: 'Raleway', sans-serif;
	    font-weight: 600;
	}

	.menu-header-menu-right ul li a:hover {
	    color: #2ad74e;
	}


	/**
	*	Header
	*/
	#header .header-top {
		background-color: transparent;
		z-index: 100;
		/*margin-bottom: -20px;*/
		position: relative;
		/*padding: 20px 0px 0px;*/
	}

	.internal #header .header-top {
		/*border-bottom: 1px solid #d1d3ed;*/
	}

	.site-description {
		display: none;
	}

	.site-title.image-logo {
		margin-bottom: 0;
		/*margin-top: 30px;*/
	}

	.site-title.image-logo img {
		display: block;
		margin: 0 auto;
	}

	/* Contact Bar */
	.contact-bar {
		text-align: center;
	}

	.contact-bar > * {
		vertical-align: middle;
	}

	.contact-bar a {
		display: inline-block;
		padding: 0 18px;
		line-height: 38px;
		text-transform: uppercase;
		font-size: 15px;
	}

	.contact-bar a:hover {
		background-color: #636363;;
	}

	.contact-bar .vseparator {
		height: 2px solid #333;
		margin: 0 5px;
	}

	.detail-container {
		display: inline-block;
		border-top-width: 0;
		border-bottom-width: 0;
		vertical-align: middle;
	}

	/* Sticky Effects */
	.header-top .container {
		margin-top: 0;
	}

	#header .header-top.isStick {
		transform: translate3d(0, -136px, 0);
		-webkit-transform: translate3d(0, -136px, 0)
		-moz-transform: translate3d(0, -136px, 0);
		-ms-transform: translate3d(0, -136px, 0);
		-o-transform: translate3d(0, -136px, 0);
		box-shadow: 0 1px 0 #fff;

		/* Gradient */
		background-color: #470111;
	}

	.admin-bar #header .header-top.isStick {
		/*transform: translate3d(0, -64px, 0);
		-webkit-transform: translate3d(0, -64px, 0)
		-moz-transform: translate3d(0, -64px, 0);
		-ms-transform: translate3d(0, -64px, 0);*/
		-o-transform: translate3d(0, -64px, 0);
		box-shadow: 0 1px 0 #fff;

		/* Gradient */
		background-color: #470111;
	}

	.header-top.isStick .site-branding {
		opacity: 0;
	}

	.site-branding {
		padding: 20px 0 25px;
	}


	/**
	*	Nav
	*/
	#static-area-header-bottom {
		z-index: 100;
		position: relative;
		border-bottom: 10px solid black;
		padding: 10px 10px;
	}

	#nav {
		background-color: #CCCCCC;
	}

	#menu-primary {
		/*margin-top: 32px;*/
		padding: 0;
	}

	#menu-primary .nav-menu {
		float: left;
		/*display: inline-block;*/
		/*margin-top: 4px;*/
	}

	#menu-primary .nav-menu:before,
	#menu-primary .nav-menu:after {
		content: '';
		display: block;
		clear: both;
	}

	body .menu-primary li {
		float: left;
		position: relative;
		background-color: transparent;
		/*text-transform: uppercase;*/
		margin: 0;
		padding: 0;
		overflow: visible;
		margin-left: 0;
		transition-delay: 0.5s;
	}

	body .menu-primary li:hover {
		transition-delay: 0s;
	}

	.menu-primary li > a,
	.menu-primary li > a:visited,
	.menu-primary li > a:hover,
	.menu-primary li > a:active,
	.menu-primary li:hover > a {
		text-decoration: none !important;
	}

	.menu-primary li > a,
	.menu-primary li > a:after {
		position: relative;
		text-decoration: none;
		text-align: center;
		padding: 0 18px;
		line-height: 35px;
	}

	.menu-primary li > a,
	.menu-primary li .sub-menu a {
		text-decoration: none;
		text-align: left;
		color: #fff;
		margin: 0;
		line-height: 20px;
		font-size: 14px;
		padding: 9px 10px;
		font-weight: 400;
	}

	.menu-primary li > a:hover {
		text-decoration: none;
	}

	.menu-primary li:hover > a,
	.menu-primary li.menu-open > a {
		color: rgb(255, 255, 255);
	}

	#menu-primary-items > li > a {
		border-bottom: 4px solid #333;
		border-color: transparent;
		text-transform: none;
		border: 0;
	}

	#menu-primary-items > li:hover > a,
	#menu-primary-items > li.menu-open > a,
	#menu-primary-items > li.current-menu-item > a,
	#menu-primary-items > li.current-menu-ancestor > a {
		text-decoration: none !important;
		border-color: #2c2c2c !important;
	}

	.cherry-navigation-arrow .menu-primary li > a:after {
		position: relative;
		display: none;
	}

	#menu-primary-items a {
		cursor: default;
	}

	#menu-primary-items a[href] {
		cursor: pointer;
	}

	/* Sticky */
	#menu-primary .sticky-header-logo {
		display: none;
		position: absolute;
		left: 0px;
		top: 0px;
		max-height: 100%;
		height: 60px;
		padding: 5px 0;
		opacity: 0;
		width: 160px;
		margin-top: 0px;
	}

	#menu-primary .sticky-header-logo a {
		display: inline;
	}

	#menu-primary.isStick .sticky-header-logo {
		opacity: 1;
		margin-left: 15px;
	}

	#menu-primary .sticky-header-logo img {
		max-height: 100%;
		position: relative;
	}


	#menu-primary {
		z-index: 20;
	}

	#menu-primary .menu-header-menu-right-container {
		float: right;
    	clear: both;
	}



	/* Sub-menu arrow */
	.cherry-navigation-arrow .menu-primary li.menu-item-has-children > a:after {
		display: inline-block;
		position: relative;
		margin-top: 10px;
		margin-left: 7px;
	}

	.cherry-navigation-arrow .menu-primary li.menu-item-has-children li.menu-item-has-children > a:after {
		position: absolute;
		margin-top: 13px;
		margin-left: 17px;
		right: 15px;
	}

	.menu-primary li.menu-item li.menu-item > a:after {
		margin-top: 13px;
		margin-left: 17px;
	}

	/* Sub-menus */
	.menu-primary .menu-item > .sub-menu {
		transition-delay: 0.1s;
		overflow: visible;
		width: 186px;
	}

	.menu-primary .menu-item:hover > .sub-menu {
		display: block;
		opacity: 1;
		visibility: visible;
		transition-delay: 0s;
	}
	
	.menu-primary .menu-item > .sub-menu .menu-item { /* For all other deeper menus */
		background-color: #2c2c2c;
		border-radius: 0;
		width: 100%;
	}

	.menu-primary .menu-item:hover,
	.menu-primary .menu-item > .sub-menu .menu-item:hover,
	.menu-primary .menu-item.menu-open,
	.menu-primary .menu-item > .sub-menu .menu-item.menu-open,
	body .menu-primary li.current-menu-item {
		background-color: #0c0c0c;
	}

	.menu-primary .menu-item > .sub-menu .menu-item a {
		color: #ffffff;
		width: 100%;
	}


	/*Responsive Select Menu */
	.jquery-responsive-select-menu {
		display: none;
		width: 100%;
		text-align: center;
		padding: 0;
		background-color: #374556;
		color: #fff;
	}

	.jquery-responsive-select-menu option {
		padding: 8px 5px;
	}


	/**
	*	Showcase Area
	*/
	#static-area-showcase-area {
		z-index: 1;
		position: relative;
	}


	/**
	*	Breadcrumbs Area
	*/
	.cherry-breadcrumbs {
		background-color: transparent;
	}

	.cherry-breadcrumbs > .row > div {
		display: block;
		float: none;
		width: 100%;
		text-align: left;
	}

	.cherry-breadcrumbs > .row > div h1 {
		margin-bottom: 0;
		color: #ffffff;
		text-shadow: 0px 0px 3px #111b32;
	}

	.cherry-breadcrumbs .cherry-breadcrumbs_content{
		text-align: center;
		padding-top: 0;
		padding-bottom: 0;
		text-align: left;
	}

	.content-sidebar-wrapper {
		padding: 0px 15px 75px 15px;
		background-color: #000;
	}


	/**
	*	Sidebar
	*/
	.sidebar-main .widget ul {
		padding-left: 0;
		border: 5px solid #fff;
		border-radius: 5px;
		padding: 20px 10px 20px 20px;
	}

	.sidebar-main .widget-title {
		text-align: left;
		font-size: 24px;
		font-weight: 400;	
		font-family: 'Raleway', sans-serif;
		color: #fff;
	}

	.sidebar-main .menu-item {
		border: 1px solid rgb(203, 203, 203);
		border-bottom-width: 0;
	}

	.sidebar-main .menu-item:last-child {
		border-bottom-width: 1px;
	}

	.sidebar-main .menu-item a {
		height: auto;
		line-height: 40px;
		margin-bottom: 0px;
		display: block;
		padding: 0px 20px;
	}

	/*.sidebar-main {
		margin-bottom: -40px;
	}*/

	.sidebar-main .widget {
		margin-bottom: 20px;
	}

	.sidebar-main .widget.widget-last,
	.sidebar-main .widget:last-child {
		/*margin-bottom: 0;*/
	}

	/* Recent News */
	body .sidebar-main .post-list_li {
		padding: 10px 10px 15px;
		margin-bottom: 20px;
		box-shadow: none;
		border-bottom: 1px solid #F2F2F2;
	}

	body .sidebar-main .post-list_li:last-child {
		margin-bottom: 0;
	}

	.sidebar-main figure.featured-thumbnail {
		float: left;
		max-width: 110px;
		padding: 0px 10px 0px 0px;
		border-radius: 0px;
		background: transparent;
		border: 0;
		display: none;
	}

	.sidebar-main .excerpt {
		font-weight: 400;
	    font-size: 14px;
	    line-height: 1.2;
	    color: #fff;
	}

	.sidebar-main .post-list time {
		display: block;
		font-size: 12px;
		margin-bottom: 5px;
	}

	.sidebar-main .post-list .post-list_h {
		margin-bottom: 8px;
		font-size: 24px;
		font-weight: normal;
	}

	.sidebar-main .post-list .post-list_h a {
		color: #fff;
		font-family: 'Raleway', sans-serif;
	}

	.sidebar-main .post-list .btn-primary {
		font-size: 10px;
		line-height: 2.5;
		padding: 0px 14px;
		float: right;
		clear: both;
		display: block;
		width: 100%;
		display: none;
	}

	/**
	*	Motopress
	*/

	body div.section.home-about,
	body div.mp-row-fluid,
	body div.motopress-clmn {
		position: static;
	}

	/**
	*	Page Bottom
	*/
	.page-bottom-container {
		/*margin-top: 50px;*/
	}

	.page-bottom .widget:last-child {
		margin-bottom: 0;
	}


	/**
	*	Footer
	*/
	.site-footer {
		color: #fff;
	}

	.site-footer img {
		margin-bottom: 0px;
	}

	.site-footer * {
		color: #474747;
	}

	.site-footer .widget {
		text-align: left;
	}

	.site-footer .widget ul {
		padding-left: 0;
	}

		/* Footer Top */
		.footer-top {
			padding: 55px 0 60px;
			background-color: #f0f0f0;
			border-top: 3px solid #1a4670;
		}

		.footer-top .widget-title {
			font-size: 13px;
			color: #6b7278;
			margin-bottom: 10px;
			font-weight: 700;
			color: #272727;
		}

		.footer-top .contact-details-list {
			text-align: center;
		}

		.footer-top .contact-details-list a,
		.footer-top .contact-details-list .label {
			color: #999999;
			font-size: 12px;
			font-weight: 400;
			line-height: 2;
		}

		.footer-top .contact-details-list .address {
			margin-bottom: 30px;
		}

		.footer-top .contact-details-list .address .label {
			display: none;
		}

		.footer-top .menu {
			padding-left: 0px;
			line-height: 1;
		}

		.footer-top .menu-item a,
		.footer-top .menu-item a:visited {
			font-weight: 400;
			font-size: 11px;
			transform: scale(1);
			-webkit	-transform: scale(1);
			-moz-transform: scale(1);
			-ms-transform: scale(1);
			line-height: 2;
			padding: 0;
			border-radius: 3px;
			color: #6b7278;
		}

		.footer-top .menu-item a:hover {
			transform: scale(1.08);
			-webkit	-transform: scale(1.08);
			-moz-transform: scale(1.08);
			-ms-transform: scale(1.08);
		}

		#footer.footer-top a {
			color: #999999;
		}

		#footer.footer-top a:hover {
			color: rgb(218, 215, 215);
		}

		.footer-top iframe[src^="https://www.google.com"] {
			width: 255px;
			height: 230px;
			border-radius: 5px;
		}


		/* Footer Bottom */
		.footer-bottom {
			padding: 10px 0;
			background: rgba(68,1,16,1);
			background: -moz-linear-gradient(top, rgba(68,1,16,1) 0%, rgba(100,2,25,1) 46%, rgba(68,1,16,1) 100%);
			background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(68,1,16,1)), color-stop(46%, rgba(100,2,25,1)), color-stop(100%, rgba(68,1,16,1)));
			background: -webkit-linear-gradient(top, rgba(68,1,16,1) 0%, rgba(100,2,25,1) 46%, rgba(68,1,16,1) 100%);
			background: -o-linear-gradient(top, rgba(68,1,16,1) 0%, rgba(100,2,25,1) 46%, rgba(68,1,16,1) 100%);
			background: -ms-linear-gradient(top, rgba(68,1,16,1) 0%, rgba(100,2,25,1) 46%, rgba(68,1,16,1) 100%);
			background: linear-gradient(to bottom, rgba(68,1,16,1) 0%, rgba(100,2,25,1) 46%, rgba(68,1,16,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#440110', endColorstr='#440110', GradientType=0 );
		}

		.site-footer .footer-bottom * {
			color: #ffffff;
			font-size: 12px;
		}

		.site-footer .footer-logo {
			margin-right: 23px;
		}

		.site-footer .footer-bottom .site-info a:hover {
			color: #fff !important;
			transform: scale(1.08);
			-webkit-transform: scale(1.08);
			-moz-transform: scale(1.08);
			-ms-transform: scale(1.08);
		}

		.section-header-container img.attachment-full.size-full{
			display: block;
			width: 1200px;
			
		}

		.special-details-box{
			margin-right: 45px;
			margin-top: 25px;
		}

		.special-details-box ul{
			font-size: 12px; 
		}

		.special-details-box h2{
			font-size: 20px; 
			margin-left: 0;
			margin-bottom: 5px;
		}

		.special-details-box span{
			font-size: 20px;
			font-weight: bold;
			margin-left: 0;
		}

	/**
	* Footer Chat Popup
	*/

		.chat-popup-container {
			position: fixed;
			bottom: 0;
			right: 0;
			transform: translateY(40px);
			cursor: pointer;
			z-index: 10;
			top: auto !important;
		}
		.chat-popup-container:hover{
			transform: translateY(0);
		}
		.chat-popup-container .popup-link .thumb {
			width: 421px;
			height: 103px;
		}


/**
*	5. Modules
*
*	----------------------------------------------------------------------
*/
	/**
	*	Post/Page Thumbnail
	*/
	.post_thumbnail-area {
		margin-bottom: 30px;
	}

	.post_thumbnail-area .post-thumbnail {
		display: block;
		width: 100%;
		padding-top: 40%;
		background-image: url('images/default-page-post-image.png');
		background-size: cover;
		background-position: top center;
	}


	/**
	*	ACF Map
	*/
	.acf-map {
		width: 100%;
		height: 400px;
		border: #ccc solid 1px;
		margin: 20px 0;
	}

	/* fixes potential theme css conflict */
	.acf-map img {
	   max-width: inherit !important;
	}


	/**
	*	Popup Contents
	*/
	#popup_contents {
		display: none;
	}


	/**
	*	Gmaps Lock
	*/
	.motopress-google-map-obj, .gmaps {
		position: relative;
		cursor: pointer;
	}

	.motopress-google-map-obj:before, .gmaps:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 2;
	}

	.motopress-google-map-obj.map-unlocked:before, .gmaps.map-unlocked:before {
		display: none;
	}


	/**
	*	MotoPress Objects
	*/
		/*-- Quick Actions Menu --*/
		/* General */
		.quick-actions-container {
			position: relative;
		}

		.mp-obj.quick-actions {
			position: relative;
			overflow: hidden;
		}

		.quick-actions .car-search-divider {
			position: static;
		}


		.quick-actions .car-search-divider:before {
			content: '';
			position: absolute;
			top: -600px;
			bottom: -600px;
			left: 66.67%;
			right: 0;
			margin-right: calc(50% - 50vw);
			margin-left: -16px;
			background-color: #56BDFF;
			opacity: 0.5;
			z-index: 1;
		}

		.actions-menu-used-cars-search {
			z-index: 2;
			position: relative;
		}

		.quick-actions .menu-action {
			position: relative;
			width: 33.33%;
			float: left;
		}

		.quick-actions .menu-action:before {
			content: '';
			position: absolute;
			left: 0;
			top: -600px;
			right: 0;
			bottom: -600px;
			background-color: #333;
			opacity: 0.5;
			z-index: 1;
		}

		.quick-actions .menu-action.action-1:before {
			background-color: #134b81;
		}

		.quick-actions .menu-action.action-2:before {
			background-color: #115b92;
		}

		.quick-actions .menu-action.action-3:before {
			background-color: #1c78bc;
		}

		.quick-actions .menu-action:hover:before {
			background-color: #2596CF;
		}

		.quick-actions .link-wrap {
			position: relative;
			display: block;
			z-index: 2;
		}

		.quick-actions .action-thumb {
			position: relative;
			background-color: #cdcddc;
			width: 100%;
			padding-top: 100%;
			box-shadow: 0px 7px 7px -8px #333;
			background-size: cover;
			background-position: center;
		}

		.quick-actions .menu-action:hover .action-thumb {
			transition-delay: 0.1s !important;
			transform: scale(1.1);
		}

		.quick-actions .action-thumb .hover-image {
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			opacity: 0;
			background-size: cover;
			background-position: center;
		}

		.quick-actions .action-thumb .hover-image:before {
			content: '';
			position: absolute;
			top: 0;
			right: 0;
			left: 0;
			bottom: 0;
			background-color: #2291c5;
			opacity: 0;
		}

		.quick-actions .action-thumb:hover .hover-image:before {
			opacity: 0.3;
		}

		.quick-actions .menu-action:hover .hover-image {
			transition-delay: 0.1s !important;
			opacity: 1;
		}

		.menu-action-inner {
			position: relative;
			overflow: hidden;
		}

		.quick-actions .action-title {
			line-height: 35px;
			color: #ffffff;
			background-color: #0d2a51;
			padding-left: 10px;
			padding-right: 40px;
			bottom: 0;
			position: absolute;
			left: 0;
			right: 0;
			opacity: 0.9;
		}

		.quick-actions-container .actions-menu-divider {
			perspective: 1000px;
		}

		.quick-actions .full-filters {
			position: absolute;
			left: 0;
			top: 0;
			bottom: 0;
			right: 100%;
			margin-left: 30px;
			left: -800px;
			margin-right: 30px;
			width: 710px;
			transform: translateY(257px);
			opacity: 0;
		}

		.full-filters .full-filters-inner {
			position: absolute;
			top: 50%;
			left: 0;
			bottom: 0;
			right: 0;
			padding: 30px;
			margin-bottom: -333em;
		}

		.search-filter-title{
			display: block;
			margin-top: 27px;
			font-size: 18px;
			width: 124px;
			margin-left: auto;
			margin-right: auto;
		}

		.search-filter-title:before{
			content: '';
			position: absolute;
			background-image: url(http://webheadproj.com/cityford/wp-content/uploads/2017/04/filter-button.png);
			width: 286px;
			height: 51px;
			left: 50%;
			bottom: 47px;
			z-index: 1;
			transform: translate(-52.3%,-50%);
		}

		span.search-label{
			color: white;
		}

		/* Search Focused */

		.search-focused .actions-menu {
			transform: translate3d(0px, -270px, -110px) rotateX(10deg);
		}

		.search-focused.quick-actions .full-filters {
			transform: translateY(0);
			opacity: 1;
		}
	





/**
*	6. Shortcodes
*
*	----------------------------------------------------------------------
*/
	
	/**
	*	CTA Card
	*/
	.cta-card {
		/*border-radius: 3px;*/
		overflow: hidden;
	}

	.cta-card .inner > *{
		padding: 0px 15px;
	}

	.cta-card .inner > .card-image {
		padding: 0px 0;
		text-align: center;
	}

	.cta-card .inner .card-header {
		font-size: 21px;
		text-transform: uppercase;
		padding: 20px 35px;
		text-align: center;
		background-color: #3896d1;
		color: #fff;
		text-shadow: 0.5px 0.5px 1px #5F5D5D;
		background-color: rgb(246, 43, 51);
	}

	.cta-card .card-content {
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 10px;
	}

	.cta-card .inner .card-button-container {
		text-align: center;
		padding-top: 20px;
		padding-bottom: 20px;
		border-top: 1px solid rgb(246, 246, 246);
		background-color: rgb(251, 251, 251);
	}

	aside.widget.cta-card-widget {
		z-index: 2;
		background-color: #fff;
		left: auto;
	}


	/**
	*	Contact CTA
	*/
	.contact-cta {
		background-size: cover;
		background-repeat: no-repeat;
	}

	.contact-cta .inner {
		padding: 65px 30px 70px;
		text-align: center;
		background-size: cover;
	}

	.internal .contact-cta .inner {
		padding: 35px 30px 50px;
	}

	.contact-cta .cta-content {
		margin-bottom: 40px;
		/*text-shadow: 0px 0px 2px #333;*/
		font-size: 35px;
	}

	.contact-cta .cta-content .line-1,
	.contact-cta .cta-content .line-2 {
		display: block;
	}

	.contact-cta .cta-content .line-2 {
		text-transform: uppercase;
	}

	.contact-cta .cta-content strong {
		font-weight: 900;
		font-style: italic;
	}


	/**
	*	 Contact Details
	*/
	.contact-details-list {
		text-align: right;
		color: #000;
	}

	.contact-details-list a,
	.contact-details-list .label {
		color: #231f20;
		font-size: 17.28px;
		line-height: 1.1764;
		font-weight: 700;
	}

	.contact-details-list a:hover {
		color: rgb(248, 125, 125);
	}


	/**
	*	Contact Details
	*/
	.contact-detail {
		position: relative;
		display: block;
		vertical-align: middle;
		padding-left: 35px;
		margin-bottom: 5px;
	}

	.contact-detail:before {
		content: '';
		position: absolute;
		top: 7px;
		left: 0;
		vertical-align: middle;
		background-image: url('images/footer-sprite.png');
	}

		/* Mail */
		.contact-detail.mail:before  {
		    background-position: 0px 0px;
		    width: 20px;
		    height: 14px;
		}

		.contact-detail.phone:before {
		 	background-position: 0px -24px;
		    width: 20px;
		    height: 20px;
		}


	/**
	*	display_dealerships
	*/
	.delerships-container .dealerships {
		margin-bottom: -30px;
	}

	.delerships-container .dealership {
		margin-bottom: 30px;
	}

	.delerships-container .dealership:last-child:nth-child(odd) {
		left: 50%;
		transform: translateX(-50%);
	}

	.delerships-container .inner {
		padding: 30px;
		background-color: rgb(255, 255, 255);
		border: 1px solid rgb(238, 238, 238);

		/* Gradient */
		background: rgba(255,255,255,1);
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(250,250,250,1)));
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 100%);
		background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 100%);
		background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0 );
	}

	.delerships-container .image-area {
		text-align: center;
	}

	.delerships-container .image-area img {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
	}

	.delerships-container .content-area {
		padding-top: 25px;
		border-top: 1px solid rgb(239, 239, 239);
		margin-top: 15px;
	}

	.delerships-container .dealership-name {
		font-size: 16px;
	}

	.delerships-container .dealership-detail {
		display: block;
		line-height: 1.8em;
	}

	.delerships-container .dealership-label {
		display: inline-block;
		width: 90px;
	}

	.dealership-label .fa {
		width: 20px;
	}

	.delerships-container .dealership .link-wrap {
		display: block;
		border-radius: 3px;
		border: 1px solid transparent;
		padding: 2px;
		overflow: hidden;
	}

	.delerships-container .dealership .link-wrap[href]:hover {
		border: 1px solid rgb(215, 219, 227);
	}




	/**
	*	Display Team Members
	*/
	.team-member {
		margin-bottom: 30px;
	}

	.member-image {
		display: block;
		padding-top: 100%;
		background-position: center;
		background-size: cover;
		background-color: #2E3341;
	}

	.member-details .name {
		text-transform: uppercase;
		padding-top: 10px;
		font-size: 20px;
		font-weight: 700;
		display: block;
		line-height: 1;
		margin-bottom: 0;
	}

	.team-member .position {
		display: block;
		line-height: 1.4;
		font-size: 12px;
		height: 35px;
	}

	/**
	*	Boxed Content
	*/
	.boxed-content {
		padding: 30px;
		background-color: rgb(255, 255, 255);
		border: 1px solid rgb(238, 238, 238);
		margin-bottom: 30px;

		/* Gradient */
		background: rgba(255,255,255,1);
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(250,250,250,1)));
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 100%);
		background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 100%);
		background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0 );
	}

	.boxed-content .title {
		font-size: 18px;
	}


	/**
	*	Suggested Cars
	*/
	.suggested-cars .car {
		margin-bottom: 30px;
	}

	.suggested-cars .car-link-wrap {
		display: block;
		overflow: hidden;
		padding: 15px;
		background-size: cover;
		background-position: center;
	}

	.suggested-cars .car-inner {
		display: block;
		position: relative;
		overflow: hidden;
		height: 150px;
		text-shadow: 0 1px 1px #17181B, 0 1px 3px #0F1E53;
		color: #ffffff;
	}

	.suggested-cars .price {
		position: absolute;
		top: 0;
		right: 0;
		color: #fff;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 20px;
		font-family: "Arial";
		line-height: 1;
	}

	.suggested-cars .car-title {
		position: absolute;
		bottom: 0;
		margin-bottom: 0;
		color: #fff;
		font-size: 16px;
		line-height: 1;
	}

	/**
	*	Finance Calculator
	*/
	span.row {
		display: block;
	}

	.finance-calculator-container {
		background-color: #E4E6EC;
		padding: 20px;
		text-align: center;
	}

	.finance-calculator-container .finance-calculator-app {
		position: relative;
		perspective: 1000px;
	}

	.finance-calculator-container .finance-form {
		margin-bottom: 30px;
	}

	.finance-calculator-app.display-results .finance-form {
		opacity: 0;
	}

	.finance-calculator-container label {
		text-align: left;
	}

	.finance-calculator-container label .label {
		color: #333;
		font-size: 14px;
		font-weight: 400;
		padding: 0 0 8px 0;
	}

	.finance-calculator-container input {
		width: 100%;
	}

	.finance-calculator-container .payment-display {
		margin-top: 55px;
		text-align: right;
		line-height: 1.4;
	}

	.finance-calculator-container .payment-display .other-details .detail {
		margin-bottom: 12px;
	}

	.finance-calculator-container .payment-display .label {
		color: #333;
		display: block;
		text-align: center;
		text-transform: uppercase;
		font-size: 16px;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.finance-calculator-container .payment-display .other-details {
		margin-top: 15px;
	}

	.finance-calculator-container .payment-display .other-details .label {
		font-size: 8px;
	}

	.finance-calculator-container .payment-display .value {
		display: block;
		font-size: 30px;
		font-weight: 300;
		margin-top: 5px;
		text-align: center;
	}

	.finance-calculator-container .payment-display .other-details .value {
		font-size: 14px;
	}

	.finance-calculator-container .disclaimer {
		font-size: 12px;
		border-top: 1px solid #f1f6fb;
		padding-top: 15px;
		box-shadow: 0 -4px 6px -6px #636D87;
	}

	.finance-calculator-container .submit-container {
		margin-top: 20px;
	}

	.finance-calculator-container .submit-container .submit-btn {
		width: 100%;
	}

	.finance-calculator-container .results-screen {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		box-shadow: 0 1px 3px #8a8a8a;
		background-color: #f9f9fc;
		-webkit-transform: rotateY(90deg);
		-moz-transform: rotateY(90deg);
		-ms-transform: rotateY(90deg);
		-o-transform: rotateY(90deg);
		transform: rotateY(90deg);
	}

	.finance-calculator-app.display-results .results-screen {
		transform: rotateY(0);
		opacity: 1;
	}

	.finance-calculator-container .results-screen-inner {
		position: absolute;
		background-repeat: no-repeat;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		background-image: url('');
		background-position: center 160%;
	}

	.finance-calculator-app.display-results .results-screen-inner {
		background-position: center 100%;
	}

	.finance-calculator-container .back-button-container {
		display: inline-block;
		position: absolute;
		left: 15px;
		top: 15px;
	}

	.finance-calculator-container .back-button-container .back-button {
		cursor: pointer;
	}

	.finance-calculator-container .back-button .fa {
		margin-right: 8px;
	}




/**
*	7. Widgets
*
*	----------------------------------------------------------------------
*/
	.hide-widget-title .widget-title {
		display: none;
	}

	.widget-last.widget {
		/*margin-bottom: 0;*/
	}


	/**
	*	Contact Details
	*/
	.contact_details_widget {
		margin-bottom: 0;
	}


	/**
	*	Car Inquiry form
	*/
	.car-inquiry-widget .widget-title {
		padding: 20px 5px;
		margin: 0;
		background-color: #F3F5F8;
		font-size: 18px;
		text-align: center;
		box-shadow: inset 0 -5px 14px -17px #333;

		/* Gradient Background */
		background: rgba(247,248,250,1);
		background: -moz-linear-gradient(45deg, rgba(247,248,250,1) 0%, rgba(243,245,248,1) 100%);
		background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(247,248,250,1)), color-stop(100%, rgba(243,245,248,1)));
		background: -webkit-linear-gradient(45deg, rgba(247,248,250,1) 0%, rgba(243,245,248,1) 100%);
		background: -o-linear-gradient(45deg, rgba(247,248,250,1) 0%, rgba(243,245,248,1) 100%);
		background: -ms-linear-gradient(45deg, rgba(247,248,250,1) 0%, rgba(243,245,248,1) 100%);
		background: linear-gradient(45deg, rgba(247,248,250,1) 0%, rgba(243,245,248,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f8fa', endColorstr='#f3f5f8', GradientType=1 );
	}




/**
*	8. Pages
*
*	----------------------------------------------------------------------
*/

	/**
	*	Home Page
	*/
	.home .section {
		/*margin-bottom: 60px;*/
	}

	.home .section.home-about {
		position: relative;
		margin-bottom: 0;
		box-shadow: 0 0 3px -1px #d9e2e6;
	}

	.home .container-fluid {
		padding: 0;
	}

	.home #content {
		padding-bottom: 0;
	}

	.static-core-homeslider-overlay {
		height: 0px;
		overflow: visible;
		z-index: 200;
	}

	.showcase-area.static-area .homeslider-overlay .container {
		height: 0px;
		z-index: 100;
		overflow: visible;
	}

	.section-header {
		font-size: 30px;
		color: #3b3b3b;
		/*font-weight: 300;*/
		font-weight: 400;
		margin-bottom: 30px;
	}



	/* Slide Overlay */
	.homeslider-overlay h3 {
		color: #272727;
		font-size: 60px;
		font-weight: 300;
		line-height: 1.1;
		margin-top: 84px;
		margin-bottom: 0px;
		display: inline-block;
		padding: 26px 0px;
		position: relative;
	}

	.homeslider-overlay h3:before {
		position: absolute;
		content: '';
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin-left: -9999em;
		padding-left: 9999em;
		background-color: rgba(255, 255, 255, 0.75);
		z-index: -1;
	}

	.homeslider-overlay h3:after {
		content: '';
		width: 120px;
		height: 195px;
		top: 0;
		bottom: 0;
		left: 100%;
		position: absolute;
		background-image: url('images/homeslider-header-tip.png');
		z-index: -1;
	}

	.homeslider-overlay h3 .line-2 {
		font-size: 70px;
	}

	.home #static-area-showcase-area {
		position: relative;
		margin-bottom: 60px;
	}

	/**
	*	Slider
	*/
	.static-hero-banner-wa {
		z-index: 100;
		border-bottom: 4px solid rgb(49, 54, 59);
	}

	.static-hero-banner-wa:after {
		display: none;
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 14px;
		background-color: rgba(123, 132, 144, 0.8);
		z-index: 101;
		border-bottom: 1px solid #ffffff;
	}

	.static-hero-banner-wa .widget {
		margin-bottom: 1px;
	}


	/* Slider Arrows */
	.ms_arrows {
		width: 1170px;
		position: relative;
		margin: 0 auto;
	}

	body .ms_prev,
	body .ms_next {
		background-image: url('images/header-slider-sprite.png');
		width: 33px;
		height: 32px;
		background-color: rgba(255, 255, 255, 0.75);
		opacity: 1;
		top: 10px;
		margin-top: 0;
	}

	body .ms_prev {
		background-position: 0px 0px;
		left: auto;
		right: 64px;
	}

	body .ms_next {
		background-position: 0px -42px;
	}

	/* Car Search */
	.home-basic-search {
		/*background-color: #3a4558;
		background-image: url('images/home-search-bg.jpg');*/
		background-color: #252a2e;
		background-size: cover;
		z-index: 100;
	}

	.car-basic-search .header {
		background-color: #f3f4fa;
		display: inline-block;
		float: right;
		width: 350px;
		text-align: center;
		padding: 13px 5px;

		/* Gradient BG */
		/*background: rgba(174,227,100,1);
		background: -moz-linear-gradient(left, rgba(174,227,100,1) 0%, rgba(172,225,102,1) 68%, rgba(159,215,90,1) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(174,227,100,1)), color-stop(68%, rgba(172,225,102,1)), color-stop(100%, rgba(159,215,90,1)));
		background: -webkit-linear-gradient(left, rgba(174,227,100,1) 0%, rgba(172,225,102,1) 68%, rgba(159,215,90,1) 100%);
		background: -o-linear-gradient(left, rgba(174,227,100,1) 0%, rgba(172,225,102,1) 68%, rgba(159,215,90,1) 100%);
		background: -ms-linear-gradient(left, rgba(174,227,100,1) 0%, rgba(172,225,102,1) 68%, rgba(159,215,90,1) 100%);
		background: linear-gradient(to right, rgba(174,227,100,1) 0%, rgba(172,225,102,1) 68%, rgba(159,215,90,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aee364', endColorstr='#9fd75a', GradientType=1 );*/
	}

	.car-basic-search .search-header {
		font-size: 24px;
		font-weight: 400;
		margin-bottom: 0;
		text-transform: uppercase;
		/*color: #345e34;*/
		line-height: 1;
	}

	.car-search-section {
		margin-top: -42px;
		/*padding-bottom: 60px;*/
		padding-bottom: 10px;
	}

	.car-basic-search .header {
		position: relative;
	}

	.car-basic-search .header:before {
		content: '';
		position: absolute;
		top: 0;
		width: 31px;
		height: 50px;
		background-image: url('images/basic-search-header-tip.png');
		right: 100%;
	}

	.basic-car-search-form-container {
		background-color: #fbfbfd;
		clear: both;


		/* Gradient BG */
		/*background: rgba(135,197,64,1);
		background: -moz-linear-gradient(-45deg, rgba(135,197,64,1) 0%, rgba(135,197,64,1) 31%, rgba(176,227,100,1) 62%, rgba(169,224,103,1) 82%, rgba(135,197,64,1) 100%);
		background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(135,197,64,1)), color-stop(31%, rgba(135,197,64,1)), color-stop(62%, rgba(176,227,100,1)), color-stop(82%, rgba(169,224,103,1)), color-stop(100%, rgba(135,197,64,1)));
		background: -webkit-linear-gradient(-45deg, rgba(135,197,64,1) 0%, rgba(135,197,64,1) 31%, rgba(176,227,100,1) 62%, rgba(169,224,103,1) 82%, rgba(135,197,64,1) 100%);
		background: -o-linear-gradient(-45deg, rgba(135,197,64,1) 0%, rgba(135,197,64,1) 31%, rgba(176,227,100,1) 62%, rgba(169,224,103,1) 82%, rgba(135,197,64,1) 100%);
		background: -ms-linear-gradient(-45deg, rgba(135,197,64,1) 0%, rgba(135,197,64,1) 31%, rgba(176,227,100,1) 62%, rgba(169,224,103,1) 82%, rgba(135,197,64,1) 100%);
		background: linear-gradient(135deg, rgba(135,197,64,1) 0%, rgba(135,197,64,1) 31%, rgba(176,227,100,1) 62%, rgba(169,224,103,1) 82%, rgba(135,197,64,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87c540', endColorstr='#87c540', GradientType=1 );*/
	}

	.car-basic-search .btn {
		/*background-color: #2b6e41;*/
	}

	.car-basic-search .btn:hover {
		/*background-color: #348037;*/
	}

	#search-filter-form-19446 .sf-field-submit input[type=submit]:hover{
		box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
	}


	/* Left Side */
	.basic-car-search-form-container .left-side {
		position: relative;
		text-align: center;
		padding-top: 37.5px;
		padding-bottom: 37.5px;
		padding-left: 30px;
	}

	.basic-car-search-form-container .left-side:before {
		content: '';
		position: absolute;
		left: 15px;
		right: 0;
		top: 0;
		bottom: 0;
		/*background-color: #fbfbfd;*/
		/*background-color: #a7dc5c;*/
		/*background-color: #7ebc37;*/
	}

 	.basic-car-search-form-container .left-side span.h3 {
		display: block;
		position: relative;
		/*color: #345e34;*/
		font-size: 24px;
		font-weight: 400;
		z-index: 1;
	}

	/* Right Side */
	.basic-search-form {
		padding: 30px 15px;
	}

	.form-item.price input {
		width: 50%;
		float: left;
	}

	.form-item.price input.min {
		border-right-width: 1px;
	}

	.form-item.price input.max {
		border-left-width: 1px;
	}

	.basic-search-form {
		margin-top: -20px;
	}

	.form-item {
		margin-top: 20px;
	}

	.form-item.submit a.submit-btn {
		width: 100%;
	}

	.car-basic-search input,
	.car-basic-search select {
		width: 100%;
		height: 39px;
	}

	/* Separator */
	.home-basic-search .separator {
		display: none;
		text-align: center;
		color: rgb(255, 255, 255);
		font-size: 30px;
		font-weight: 400;
		text-transform: uppercase;
		padding: 20px;
	}

	.car-basic-search {
		margin-bottom: 30px;
	}

	/* Section Bottom */
	.home-basic-search .section-bottom {
		background-color: #fbfbfd;
	}

	.home-basic-search .car-selector .inner {
		position: relative;
		width: 100%;
		padding-top: 100%;
		display: block;
	}

	.home-basic-search .car-selector .inner .label {
		position: absolute;
		bottom: 0;
		width: 100%;
		text-align: center;
		color: #34495e;
		font-size: 14px;
		font-weight: 400;
		margin-bottom: 18px;
		line-height: 1;
		padding: 0;
	}

	.home-basic-search .car-types {
		padding: 10px;
	}

	.home-basic-search .car-types > .header {
		font-size: 20px;
		text-align: left;
		margin-bottom: 10px;
		display: block;
		position: relative;
		font-size: 24px;
		font-weight: 400;
		z-index: 1;
		padding-left: 75px;
	}

	.home-basic-search .car-type .inner {
		background-position: center;
		background-repeat: no-repeat;
	}

	.home-basic-search .car-type .inner:hover {
		background-color: #ffffff;
	}

	.home-basic-search .car-type.van .inner {
		background-image: url('images/car-icons/van.png');
	}

	.home-basic-search .car-type.sedan .inner {
		background-image: url('images/car-icons/sedan.png');
	}

	.home-basic-search .car-type.wagon .inner {
		background-image: url('images/car-icons/wagon.png');
	}

	.home-basic-search .car-type.hatch .inner {
		background-image: url('images/car-icons/hatch.png');
	}

	.home-basic-search .car-type.ute .inner {
		background-image: url('images/car-icons/ute.png');
	}

	.home-basic-search .car-type.convertible .inner {
		background-image: url('images/car-icons/convertible.png');
	}

	/*News*/
	.post-container {
		width: 50%;
		float: left;
		padding: 15px;
	}

	.post-inner {
		position: relative;
	}

	.home-thumb-area {
		padding-top: 50.25%;
	    background-size: cover;
	    background-position: center;
	}

	.post-container .post-title{
		padding: 10px;
		background-color: #e7e8e9;
	}

	.post-container:hover .post-contents {
		display: block;
	}

	.content-title {
		color: #323e4d;
		font-weight: 700;
		margin: 0;
		font-size: 18px;
		text-align: left;
		top: 50%;
		position: relative;
		transform: translateY(-50%);
	}

	.content-date {
		font-size: 8px;
	}

	.img-org-chart {
		display: block;
		margin: 0 auto;
		padding-top: 25px;
	}

	.org-chart-area {
		outline: none;
	}

	.post-contents {
		display: none;
		position: absolute;
		z-index: 1;
		background: #fff;
	}

/*	.news-content {
		box-shadow: 0 2px 5px 0 #0003,0 2px 10px 0 #0000001a;
		padding: 15px;
	}*/

	.btn-read-more {
		margin-top: 1px;
		margin-bottom: 10px;
	}

	.btn-read-more a {
		width: 100%;
		text-align: center;
	}

	/*Latest Offer*/
	.section.latest-offers {
		background-color: #f7f8fb;
	}
	.latest-offer-slider-item-inner {
		box-shadow: 0px 2px 3px 0px #ddd;
		margin-bottom: 15px;
	}
	.latest-offer-slider .offer-content-inner {
		background-color: #f9fbff;
		padding: 15px;
		border-top: 2px solid #143c62;
		text-align: center;

		/* Gradient BG */
		background: rgba(58,116,166,1);
		background: -moz-linear-gradient(top, rgba(58,116,166,1) 0%, rgba(100,141,191,1) 34%, rgba(60,82,125,1) 39%, rgba(60,82,125,1) 57%, rgba(14,40,77,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(58,116,166,1)), color-stop(34%, rgba(100,141,191,1)), color-stop(39%, rgba(60,82,125,1)), color-stop(57%, rgba(60,82,125,1)), color-stop(100%, rgba(14,40,77,1)));
		background: -webkit-linear-gradient(top, rgba(58,116,166,1) 0%, rgba(100,141,191,1) 34%, rgba(60,82,125,1) 39%, rgba(60,82,125,1) 57%, rgba(14,40,77,1) 100%);
		background: -o-linear-gradient(top, rgba(58,116,166,1) 0%, rgba(100,141,191,1) 34%, rgba(60,82,125,1) 39%, rgba(60,82,125,1) 57%, rgba(14,40,77,1) 100%);
		background: -ms-linear-gradient(top, rgba(58,116,166,1) 0%, rgba(100,141,191,1) 34%, rgba(60,82,125,1) 39%, rgba(60,82,125,1) 57%, rgba(14,40,77,1) 100%);
		background: linear-gradient(to bottom, rgba(58,116,166,1) 0%, rgba(100,141,191,1) 34%, rgba(60,82,125,1) 39%, rgba(60,82,125,1) 57%, rgba(14,40,77,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a74a6', endColorstr='#0e284d', GradientType=0 );

	}

	.latest-car-thumb-area {
		padding-top: 66%;
		background-position: center;
		background-size: auto;
		display: block;
		background-repeat: no-repeat;
		background-color: #fff;
	}

	.thumb-area:hover .latest-car-thumb-area {
		opacity: 0.8;
	}

	.latest-offer-slider-item .thumb-area {
		background-color: #ffffff;
	}

	.latest-offer-slider-item .thumb-area:hover {
		background-color: #2370b1;
	}

	.latest-car-thumb-area .thumb-area {
		position: relative;
	}

	.latest-offers-list {
		/*background: #e9eaed;
		padding: 30px;*/
	}
	
	.latest-offers-list .latest-offer-title {
		position: relative;
		padding-top: 0;
		font-size: 16px;
		text-align: center;
		text-transform: uppercase;
		word-wrap: normal;
		word-break: normal;
		white-space: normal;
		hyphens: none;
		color: #fff;
		text-shadow: 0px 1px 1px #1c2e92;
		margin-bottom: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.offer-title-area .special-offers-link-wrap {
		display: block;
	}
	
	.latest-offers-list .btn-link{
		padding-top: 20px;
		border-top: 1px solid #ccc;
		box-shadow: inset 0px 1px 0px #fff;
		margin-top: 30px;
	}
	
	.latest-offers-list .btn-link-view-all {
		padding-top: 15px;
	}
	
	.latest-offers-list .view-all-link {
	    width: 100%;
	    font-size: 15px;
	    text-align: center;
	}
	.latest-offers .offer-excerpt {
		position: relative;
		color: #ffffff;
		margin-top: 5px;
	}
	.latest-offers-list .price-offer:before {
		content: '';
		position: absolute;
		background-image: url('images/latest-offer-ribbon.png');
		width: 287px;
		height: 51px;
		left: -20px;
		bottom: 0;
		z-index: 1;
	}
	.latest-offers-list .price-offer {
		position: relative;
		margin-top: 15px;
	}
	
	.latest-offers .price-text {
		font-size: 20px;
		text-align: center;
		z-index: 2;
		position: relative;
		color: #fff;
		line-height: 47px;
	}

	/*Latest Car Single*/
	.banner-container {
		padding-bottom: 30px;
	}
	.offer-banner-image {
		background-size: cover;
		background-position: center;
	}
	.latest-offers-single {
		width: 100%;
		text-align: center;
	}
	.special-offer-terms p {
		padding: 10px;
		background: #f6f7f8;;
		color: #6b7278;
		font-size: 10px;
	}
	.drive-away-price {
		font-size: 25px;
		text-align: center;
	}
	.sigle-offer-container .widget-title {
		padding: 20px 5px;
		margin: 0;
		background-color: #F3F5F8;
		font-size: 18px;
		text-align: center;
		text-transform: uppercase;
	}
	.single-latest-offer .paging-navigation .nav-links {
		display: none;
	}

	/* News and Review Section */
	.area-header {
		color: #383c41;
		font-size: 16px;
		font-weight: 300;
		margin-bottom: 15px;
	}

	.right-side .area-header {
		visibility: hidden;
	}

	.news-area .excerpt,
	.news-area .content-section {
		line-height: 1.2857;
	}

	.section.reviews .content-area .content-container {
		line-height: 1.2;
	}

	.news-area .latest-post .thumb {
		padding-top: 66.0714%;
		background-position: center;
		background-size: cover;
	}

	.news-area .latest-post .post-title {
		font-size: 16px;
		font-weight: 700;
		color: #34495e;
		text-transform: uppercase;
		margin-bottom: 25px;
		overflow: hidden;
		height: 18px;
	}

	.news-area .latest-post {
		width: 392px;
		float: left;
	}

	.news-area .other-recent {
		width: 358px;
		float: right;
		padding-left: 30px;
	}

	.news-area .latest-post .post-content {
		background-color: #ffffff;
		padding: 20px 25px;
	}

	.news-area .content-section {
		margin-bottom: 22px;
		height: 52px;
		overflow: visible;
		line-height: 1.2857;
		overflow: hidden;
		font-size: 14px;
		margin-bottom: 14px;
	}

	.section.reviews .section-body > .left-side {
		float: left;
		width: 810px;
		padding: 30px;
		background-color: #f3f4fa;
	}

	.section.reviews .section-body > .right-side {
		float: right;
		width: 360px;
		padding: 30px;
		background-color: #fbfbfd;
	}

	/* Recent Item */
	.news-area .recent-item {
		display: block;
		background-color: #ffffff;
		margin-bottom: 28px;
	}

	.news-area .recent-item:last-child {
		margin-bottom: 0;
	}

	.news-area .recent-item > .left-side {
		float: left;
		width: 132px;
	}

	.news-area .recent-item > .right-side {
		width: 196px;
		float: right;
		padding: 20px 15px 28px;
	}

	.news-area .recent-item .thumb {
		display: block;
		padding-top: 100%;
		background-position: center;
		background-size: cover;
	}

	.news-area .recent-item .post-title {
		margin-bottom: 14px;
		color: #34495e;
		font-weight: 700;
		font-size: 16px;
		height: 18px;
		overflow: hidden;	
	}

	.news-area .recent-item .excerpt {
		color: #34495e;
		font-size: 14px;
		height: 52px;
		margin-bottom: 0;
		overflow: hidden;
	}


	/* Ad Area */
	.section.reviews .advert-area {
		margin-bottom: 33px;
	}

	.section.reviews .content-area h5 {
		color: #34495e;
		font-size: 14px;
		font-weight: 700;
		margin-bottom: 10px;
	}

	.section.reviews .content-area p {
		color: #272727;
		font-size: 10px;
		font-weight: 300;
		margin-bottom: 16px;
	}

	.section.reviews .content-area p:last-child {
		margin-bottom: 0;
	}

	.section.reviews .content-area .content-container {
		height: 149px;
		overflow: auto;
		font-size: 10px;
	}

	/* Home - Featured Cars Section */
	.featured-car-item {
		position: relative;
		background-color: #0e0f1b;
	}

	.featured-car-image {
		padding-top: 60.8771%;
		background-size: cover;
		background-position: center;
	}

	.featured-car-item .content-area {
		position: static;
	}

	.featured-car-item .content-area .inner {
		margin-left: -30px;
		background-color: #0e0f1b;
		color: #ffffff;
		padding: 50px 55px 90px;
	}

	.featured-car-item .content-area .title {
		position: static;
		font-size: 35px;
		padding-bottom: 25px;
		color: #ffffff;
		border-bottom: 1px solid #ffffff;
		margin-bottom: 25px;
		font-weight: 700;
	}

	.featured-car-item .content-area .description {
		font-size: 24px;
		font-weight: 700;
		text-transform: uppercase; 
	}

	.featured-car-item .content-area .button-container {
		position: absolute;
		right: 55px;
		bottom: 44px;
	}
	
	.featured-cars .featured-car-item .content-area .button-container a:hover {
		box-shadow: 0 5px 11px 0 #8f8f8f33,0 4px 15px 0 #adadad33;
	}

	/* Home About Us Section */
	.home-about .left-side,
	.home-about .right-side {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.home-about .left-side {
		position: relative;
	}

	.home-about .right-side {
		text-align: center;
	}

	.home-about .right-side p {
		height: inherit;
	}

	.home-about .right-side p:last-child {
		margin-bottom: 0;
	}

	.home-about .right-side.expand-to-margin {
		position: absolute;
		right: 0;
	}

	.home-about .right-side.expand-to-margin .content {
		height: inherit !important;	
	}

	.home-about .left-side:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin-left: -9999em;
		padding-left: 9999em;
		background-color: #0e3f71;
		z-index: 0;

		/* Gradient BG */
		background: rgba(26,70,112,1);
		background: -moz-linear-gradient(top, rgba(26,70,112,1) 0%, rgba(26,71,110,1) 45%, rgba(20,60,98,1) 65%, rgba(20,60,98,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(26,70,112,1)), color-stop(45%, rgba(26,71,110,1)), color-stop(65%, rgba(20,60,98,1)), color-stop(100%, rgba(20,60,98,1)));
		background: -webkit-linear-gradient(top, rgba(26,70,112,1) 0%, rgba(26,71,110,1) 45%, rgba(20,60,98,1) 65%, rgba(20,60,98,1) 100%);
		background: -o-linear-gradient(top, rgba(26,70,112,1) 0%, rgba(26,71,110,1) 45%, rgba(20,60,98,1) 65%, rgba(20,60,98,1) 100%);
		background: -ms-linear-gradient(top, rgba(26,70,112,1) 0%, rgba(26,71,110,1) 45%, rgba(20,60,98,1) 65%, rgba(20,60,98,1) 100%);
		background: linear-gradient(to bottom, rgba(26,70,112,1) 0%, rgba(26,71,110,1) 45%, rgba(20,60,98,1) 65%, rgba(20,60,98,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a4670', endColorstr='#143c62', GradientType=0 );


	}

	.home-about h3.title {
		font-size: 30px;
		font-weight: 400;	
		color: #ffffff;
		margin-bottom: 38px;
		z-index: 1;
		position: relative;
	}

	.home-about .content {
		font-size: 14px;
		font-weight: 400;
		color: #252525;
		line-height: 1.7857;
	}

	.home-about .content .image-thumb { 
		position: relative;
		width: 100%;
		height: 412px;
		background-position: center;
		background-size: cover;
	}

	.home-about .left-side .content {
		max-width: 490px;
		z-index: 1;
		position: relative;
		color: #fff;
	}

	.pre-read-more {
		display: block;
		font-size: 16px;
		margin-bottom: 10px;
	}

	/* Logo Carousel */
	.section.logo-carousel {
		background-color: #F6F7F9;
		padding: 60px;
		margin-bottom: 0;
	}

	.logo-carousel .logos {
		margin-left: -15px;
		margin-right: -15px;
	}

	.logo-carousel .logo-inner {
		padding: 0 15px;
	}
	
	/**
	* Special Offer Page
	*/

	.special-offers-row {
		padding-bottom: 30px;
	}
	.special-car-thumb-area {
		display: block;
		position: relative;
		padding: 24%;
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.special-offer-title {
		font-size: 17px;
		padding-top: 20px;
	}

	/**
	*	Blog
	*/
	.blog #main > article {
		margin-bottom: 50px;
		padding-bottom: 50px;
		border-bottom: 1px solid rgb(187, 188, 194);
	}

	.blog #main > article:last-child {
		margin-bottom: 0;
	}

	.blog .entry-thumbnail {
		margin-bottom: 15px;
	}

	.post .entry-meta {
		/*display: none;*/
		font-weight: 300;
		color: #bababa;
		font-size: 12px;
		margin-bottom: 5px;
	}

	.entry-meta.entry-meta-bottom {
		display: none;
	}


	/**
	*	Single Blog Post
	*/
	.single .entry-thumbnail {
		margin-bottom: 30px;
	}

	.printme {
		text-align: right;
		margin-left: auto;
		margin-top: 10px;
	}

	.print-title {
		font-size: 18px;
		margin-left: 5px;
		text-align: right;
	}


	/**
	*	Internal Pages
	*/
	.site-header {
		/*box-shadow: 0px 0px 10px rgb(204, 204, 204);*/
		z-index: 100;
		background: rgba(68,1,16,1);
		background: -moz-linear-gradient(top, rgba(68,1,16,1) 0%, rgba(100,2,25,1) 46%, rgba(68,1,16,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(68,1,16,1)), color-stop(46%, rgba(100,2,25,1)), color-stop(100%, rgba(68,1,16,1)));
		background: -webkit-linear-gradient(top, rgba(68,1,16,1) 0%, rgba(100,2,25,1) 46%, rgba(68,1,16,1) 100%);
		background: -o-linear-gradient(top, rgba(68,1,16,1) 0%, rgba(100,2,25,1) 46%, rgba(68,1,16,1) 100%);
		background: -ms-linear-gradient(top, rgba(68,1,16,1) 0%, rgba(100,2,25,1) 46%, rgba(68,1,16,1) 100%);
		background: linear-gradient(to bottom, rgba(68,1,16,1) 0%, rgba(100,2,25,1) 46%, rgba(68,1,16,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#440110', endColorstr='#440110', GradientType=0 );
	}

	.internal #site-wrapper > #content {
		padding-top: 0;
		max-width: 100%;
	}

	.internal .cherry-breadcrumbs {
		position: relative;
		padding: 110px 0 30px;
	}

	.internal .cherry-breadcrumbs:before {
		content: '';
		display: block;
		position: absolute;
		width: 1600px;
		top: 0;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-0-transform: translateX(-50%);
		background-color: #E6E9F0;
		background-size: cover;
		background-position: top center;
		padding: 0;
		margin: 0;
		/*opacity: 0.3;*/
		box-shadow: inset 0 -120px 60px -40px rgba(30, 29, 29, 0.75), inset 0 57px 90px -80px #381e1e;
	}

	.internal .cherry-breadcrumbs_content,
	.internal .cherry-breadcrumbs_content a {
		/*color: rgb(159, 114, 114);*/
		/*color: #1b4780;*/
		color: #dedede;
		text-shadow: 0px 0px 3px #111b32;
	}

	.well {
		/*background-color: #450111;
		background-image: url('//naotci.com/wp-content/uploads/2017/08/sidebar-bg.png');*/
		border: 5px solid #e3e3e3;
	}

	/**
	*	Archive Pages
	*/
	body.archive .site-main article {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #dadada;
	}

	body.archive .site-main article .entry-permalink {
		margin-top: 30px
	}

	/* Title Area */
	.internal service-featured-image {
		margin: 0;
		text-transform: uppercase;
		font-size: 45px;
		line-height: 1;
		color: color: rgba(50, 62, 77, 0.62);
		text-shadow: 0px 0px 3px rgb(245, 245, 245);
	}

	/* Post Navigation */
	.site-main .post-navigation {
		overflow: visible;
		margin-top: 30px;
	}

	.site-main .post-navigation:before,
	.site-main .post-navigation:after {
		content: '';
		clear: both;
		display: block;
	}


		/**
		*	Blog
		*/
		.blog .entry-permalink {
			margin-top: 15px;
			margin-bottom: 10px;
		}


		/* Featured Image*/
		.featured-image-container {
			position: relative;
			display: block;
		}

		.featured-image {
			display: block;
			padding-top: 42.857142857142857142857142857143%;
			background-size: cover;
		}

		
		/**
		*	Single Post Pages
		*/
		.related-posts {
			margin-top: 60px;
		}

		.related-posts .related-posts_title {
			text-transform: uppercase;
			color: #000;
		}

		.content-area ul.related-posts_list {
			padding: 0px;
			margin: 0px -15px;
		}

		.content-area ul.related-posts_list li {
			list-style: none;
		}

		.related-posts_item .entry-thumbnail {
			margin-bottom: 15px;
		}

		.related-posts_list .entry-title {
			font-size: 14px;
			margin-bottom: 10px;
		}

		.related-posts_list .entry-content {
			line-height: 1.2;
			font-size: 12px;
			margin-bottom: 20px;
		}

		.related-posts_list .entry-permalink .btn {
			font-size: 10px;
		    line-height: 2.5;
		    padding: 0px 14px;
		    margin: 0 auto;
		    display: block;
		}

		/**
		*	Car Search Page
		*/
		.car-search-results .car,
		.car-search-results .car-list span {
			display: block;
		}

		.car-search-results .car-list span.price-title {
			min-height: 68px;
		}

		.car-search-results article .car {
			display: block;
			position: relative;
			padding: 0;
			margin-bottom: 30px;
			overflow: hidden;
			z-index: 2;
		}

		.car-search-results article .car:last-child {
			margin-bottom: 0;
		}

		.car-search-results article.car {
			position: relative;
		}

		.car-search-results article.car .hover-bg {
			position: absolute;
			display: block;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			opacity: 0;
			z-index: 1;

			/* Gradient Background */
			background: rgba(123,157,199,1);
			background: -moz-linear-gradient(-45deg, rgba(123,157,199,1) 0%, rgba(123,157,199,1) 33%, rgba(199,213,231,1) 54%, rgba(199,213,231,1) 100%);
			background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(123,157,199,1)), color-stop(33%, rgba(123,157,199,1)), color-stop(54%, rgba(199,213,231,1)), color-stop(100%, rgba(199,213,231,1)));
			background: -webkit-linear-gradient(-45deg, rgba(123,157,199,1) 0%, rgba(123,157,199,1) 33%, rgba(199,213,231,1) 54%, rgba(199,213,231,1) 100%);
			background: -o-linear-gradient(-45deg, rgba(123,157,199,1) 0%, rgba(123,157,199,1) 33%, rgba(199,213,231,1) 54%, rgba(199,213,231,1) 100%);
			background: -ms-linear-gradient(-45deg, rgba(123,157,199,1) 0%, rgba(123,157,199,1) 33%, rgba(199,213,231,1) 54%, rgba(199,213,231,1) 100%);
			background: linear-gradient(135deg, rgba(123,157,199,1) 0%, rgba(123,157,199,1) 33%, rgba(199,213,231,1) 54%, rgba(199,213,231,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b9dc7', endColorstr='#c7d5e7', GradientType=1 );


		}

		.car-search-results article.car:hover .hover-bg {
			opacity: 0.3;
		}

		.car-list {
			margin-bottom: -30px;
		}

		.car-list article.car {
			padding: 0;
			margin-bottom: 30px;

			/* Gradient Background */
			background: rgba(245,246,250,1);
			background: -moz-linear-gradient(-45deg, rgba(245,246,250,1) 0%, rgba(234,235,240,1) 27%, rgba(247,248,250,1) 82%, rgba(247,248,250,1) 100%);
			background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(245,246,250,1)), color-stop(27%, rgba(234,235,240,1)), color-stop(82%, rgba(247,248,250,1)), color-stop(100%, rgba(247,248,250,1)));
			background: -webkit-linear-gradient(-45deg, rgba(245,246,250,1) 0%, rgba(234,235,240,1) 27%, rgba(247,248,250,1) 82%, rgba(247,248,250,1) 100%);
			background: -o-linear-gradient(-45deg, rgba(245,246,250,1) 0%, rgba(234,235,240,1) 27%, rgba(247,248,250,1) 82%, rgba(247,248,250,1) 100%);
			background: -ms-linear-gradient(-45deg, rgba(245,246,250,1) 0%, rgba(234,235,240,1) 27%, rgba(247,248,250,1) 82%, rgba(247,248,250,1) 100%);
			background: linear-gradient(135deg, rgba(245,246,250,1) 0%, rgba(234,235,240,1) 27%, rgba(247,248,250,1) 82%, rgba(247,248,250,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6fa', endColorstr='#f7f8fa', GradientType=1 );
		}

		.car-search-results .car-details-inner {
			padding: 30px 30px 14px 0;
		}

		article.car .main-image {
			position: relative;
			overflow: hidden;
			-webkit-perspective: 1000;
			-moz-perspective: 1000;
			-ms-perspective: 1000;
			-o-perspective: 1000;
			perspective: 1000;
			background-color: #DBDBDB;
			z-index: 1;
		}

		article.car .main-image:before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			bottom: 0;
			right: 0;
			opacity: 0;
			z-index: 2;

			/* Gradient Background */
			background: rgba(225,237,242,1);
			background: -moz-linear-gradient(45deg, rgba(225,237,242,1) 0%, rgba(82,106,161,0.61) 39%, rgba(226,231,235,0.14) 86%, rgba(83,112,184,0) 100%);
			background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(225,237,242,1)), color-stop(39%, rgba(82,106,161,0.61)), color-stop(86%, rgba(226,231,235,0.14)), color-stop(100%, rgba(83,112,184,0)));
			background: -webkit-linear-gradient(45deg, rgba(225,237,242,1) 0%, rgba(82,106,161,0.61) 39%, rgba(226,231,235,0.14) 86%, rgba(83,112,184,0) 100%);
			background: -o-linear-gradient(45deg, rgba(225,237,242,1) 0%, rgba(82,106,161,0.61) 39%, rgba(226,231,235,0.14) 86%, rgba(83,112,184,0) 100%);
			background: -ms-linear-gradient(45deg, rgba(225,237,242,1) 0%, rgba(82,106,161,0.61) 39%, rgba(226,231,235,0.14) 86%, rgba(83,112,184,0) 100%);
			background: linear-gradient(45deg, rgba(225,237,242,1) 0%, rgba(82,106,161,0.61) 39%, rgba(226,231,235,0.14) 86%, rgba(83,112,184,0) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1edf2', endColorstr='#5370b8', GradientType=1 );


		}

		article.car:hover .main-image:before {
			opacity: 0.3;
			opacity: 0.5;
		}

		.car-search-results .main-image .car-image {
			position: relative;
			padding-top: 225px;
			background-size: cover;
			background-position: center;
			-webkit-transform: scale(1) rotatez(0.000001deg);
			-moz-transform: scale(1) rotatez(0.000001deg);
			-ms-transform: scale(1) rotatez(0.000001deg);
			-o-transform: scale(1) rotatez(0.000001deg);
			transform: scale(1) rotatez(0.000001deg);
			backface-visibility: hidden;
			transform: translateZ(0);
			filter: none; 
			-webkit-filter: blur(0px); 
			-moz-filter: blur(0px); 
			-ms-filter: blur(0px);
			filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
		}

		article.car:hover .main-image .car-image {
			/*-webkit-transform: scale(1.05) rotatez(0.000001deg);
			-moz-transform: scale(1.05) rotatez(0.000001deg);
			-ms-transform: scale(1.05) rotatez(0.000001deg);
			-o-transform: scale(1.05) rotatez(0.000001deg);
			transform: scale(1.05) rotatez(0.000001deg);*/
		}

		.car-search-results .car-name {
			text-transform: uppercase;
			color: #2B406E;
			font-size: 22px;
			max-height: 48px;
			overflow: hidden;
		}

		.car-search-results .price-title .title {
			float: left;
			max-width: 70%;
		}

		.car-search-results .price-title .price {
			float: right;
			max-width: 30%;
			color: #64BA74;
			font-size: 25px;
			font-weight: 600;
			white-space: nowrap;
			font-family: arial;
			line-height: 1;
		}

		.spec-summary {
			border-top: 1px solid #b5c6d2;
			padding-top: 10px;
			text-align: center;
		}

		article.car .spec-summary span {
			display: inline-block;
			margin-left: 8px;
			margin-right: 8px;
			font-size: 16px;
			color: #333;
			font-family: arial;
			max-width: 25%;
			white-space: nowrap;
			overflow: hidden;
		}

		.spec-summary span:first-child {
			margin-left: 0;
		}

		.car-search-results .other-images {
			text-align: center;
			line-height: 0;
			margin: 10px -5px 0;
		}

		.car-search-results .other-images .car-image {
			display: inline-block;
			width: 20%;
			padding: 0 5px;
		}

		.car-search-results .other-images .car-image-inner {
			position: relative;
			/*padding-top: 62px;*/
			padding-top: 56px;
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center center;
		}



		/* Sidebar */
		.page-template-page-car-search .searchandfilter label,
		.page-template-page-car-search .searchandfilter select,
		.page-template-page-car-search .searchandfilter label input {
			display: block;
			width: 100%;
		}

		.sidebar-main .sf-meta-range {
			padding-left: 12px;
			padding-right: 12px;
		}

		.page-template-page-car-search .meta-slider {
			max-width: none;
			width: 100%;
		}

		body .searchandfilter li[data-sf-meta-type="choice"] label,
		body .searchandfilter li[data-sf-meta-type="choice"] input {
			display: inline;
			text-transform: uppercase;
		}

		.searchandfilter ul li:first-child {
			padding-top: 0;
		}

		.sidebar-main .sf-field-submit {
			transition-delay: 0.2s;
		}

		.sidebar-main .sf-field-submit {
			padding-left: 15px;
			padding-right: 15px;
			background-color: rgba(243, 244, 247, 0.78);
			z-index: 10;
		}


		li.sf-field-submit{
			position: relative;
		}

		li.sf-field-submit:before{
			content: "";
			background-image: url('images/contact-bar-sprite.png');
			background-position: 0px -96px;
			width: 22px;
			height: 22px;
			display: block;
			position: absolute;
			left: 30px;
			top: 25px;
		}



		



		.sf-field-submit input {
			display: block;
			width: 100%;
		}

	
		.sf-field-reset {
			text-align: right;
		}

		.searchandfilter ul > li > ul:not(.children) {
			overflow: hidden;
		}

		.searchandfilter ul li {
			background-color: #F4F5F8;
			padding: 15px;
			margin-bottom: 5px;
		}
		.searchandfilter ul li.sf-field-search,
		.searchandfilter ul li.sf-field-reset,
		.sidebar-main .sf-field-submit1 {
			background-color: transparent;
		}

		.searchandfilter ul li.sf-field-search {

			padding-left: 0;
			padding-right: 0;
		}

		.searchandfilter h4 {
			padding: 0 0 10px;
			cursor: pointer;
			font-size: 16px;
			text-transform: uppercase;
			border-bottom: 1px solid #E4E7F2;
			margin-bottom: 10px;
		}


		.searchandfilter h4[aria-expanded="true"]:after {
			content: '';
			width: 15px;
			height: 15px;
			background-image: url('images/up.png');
			position: absolute;
			right: 15px;
		}
		.searchandfilter h4[aria-expanded="false"]:after {
			content: '';
			width: 15px;
			height: 15px;
			background-image: url('images/down.png');
			position: absolute;
			right: 15px;
		}

		.searchandfilter ul li li {
			padding: 8px 0;
			padding-bottom: 0;
			line-height: 1.2;
		}



		/**
		*	Search Results
		*/
		body.search #main article {
			background-color: #f6f5fa;
			padding: 30px;
			margin-top: 30px;
		}

		body.search #main article:first-child {
			margin-top: 0;
		}

		body.search #main figure {
			width: auto;
			margin-left: -30px;
			margin-right: -30px;
			margin-top: -30px;
			margin-bottom: 30px;
		}

		body.search #main .entry-permalink {
			margin-top: 15px;
			margin-bottom: 10px;
		}



/* -------------------------- *
*
* CONTENT AREA CONTAINER
/* -------------------------- */

	aside#my_postwidget-3 time{
		font-size: 14px;
		color: #fff;
		float: right;
		display: inline;
		clear: both;
	}

	.content-area-container {
		background-color: #000;
		margin-bottom: -20px;
		padding-bottom: 30px;
	}

/*
* Banner Area
*/

	.banner-area {
		height: 300px;
		background-color: #120308;
		background-position: center;
	}


/* -------------------------- *
*
* CONTENT SECTION
/* -------------------------- */

.right-section {

}

.left-section {

}

.content-section {
	margin-top: -100px;
}

/*
* Blow the Whistle
*/

	.blow-whistle {
		background-image: url('//naotci.com/wp-content/uploads/2017/07/blowwhistle-background.png');
		background-color: #3a010e;
		background-repeat: round;
		background-position: center;
		background-size: cover;
	}

	.blow-whistle .header-title {
		font-size: 24px;
	    color: #fff;
	    font-family: 'Raleway', sans-serif;
	    margin-top: 20px;
	}

	.blow-whistle .inner {
		padding-right: 15px;
		padding-left: 15px;
	}

	.blow-whistle .content-thumbnail {
		border: 2px solid #fff;
	    padding: 76.5px;
	    border-radius: 2px;
	    background-repeat: no-repeat;
	    background-position: center;
	    background-color: #3C0210;
	}

	.blow-whistle .content-text {
		font-size: 14px;
		color: #fff;
	    font-family: 'Raleway', sans-serif;
	}

	.blow-whistle .button-container {
		padding-bottom: 15px;
	}

	.blow-whistle .submit-report {
		padding: 3px 16px;
		line-height: 1.6;
	    color: #fff;
	    background-color: #712929;
	    margin-left: auto;
	    display: table;
	}

/*
* Contact Us
*/

	.contact-us {
		background-image: url('//naotci.com/wp-content/uploads/2017/07/contact-us-background.png');
		background-color: #fff;
    	margin-top: 40px;
    	background-size: cover;
    	background-repeat: no-repeat;
    	background-position: center;
	}

	.contact-us .header-title {
		font-size: 24px;
	    color: #231e1e;
	    font-family: 'Raleway', sans-serif;
	    position: relative;
	    margin-top: 20px;
	}

	.contact-us .sub-header-title {
		font-size: 24px;
	    color: #231e1e;
	    font-family: 'Raleway', sans-serif;
	    line-height: .5;
	    margin-left: 23%;
	}

	.contact-us .inner {
		padding-right: 15px;
		padding-left: 15px;
	}

	.contact-us .contact-details {
	    font-size: 14px;
	    color: #231e1e;
	    font-family: 'Raleway', sans-serif;
	    margin-top: 20px;
	}

	.contact-us .button-container {
		text-align: right;
	}

	.contact-us .submit-contact-us {
		padding: 3px 16px;
		line-height: 1.2;
	    color: #3c0310;
	    margin-left: auto;
	    display: inline;
	}

	.contact-us .button-container {
		padding-bottom: 15px;
	}

	.frm_style_formidable-style.with_frm_style input[type=submit] {
		font-style: normal;
	}

	.frm_style_whistleblower.with_frm_style .form-field {
	    margin-bottom: 5px;
	}

	.frm_style_whistleblower.with_frm_style .frm-show-form .frm_section_heading h3 {
	    border-top: none;
	}

	.frm_style_whistleblower.with_frm_style input[type=text],
	.frm_style_whistleblower.with_frm_style input[type=tel],
	.frm_style_whistleblower.with_frm_style input[type=email] {
		height: 24px;
		font-size: 12px;
	}

	.frm_style_whistleblower.with_frm_style textarea {
		font-size: 12px;
	}

	.frm_style_whistleblower.with_frm_style label.frm_primary_label {
		font-size: 12px;
	}

	.with_frm_style textarea {
	    height: 55px;
	}

	.frm_submit {
		margin-top: 30px;
	}

	.motopress-service-box-heading-section h2 {
		hyphens: none;
	}


/*
* Divider
*/
	.content-section .content-section-divider {
		height: 2px;
	    overflow: hidden;
	    background-color: #fff;
	    width: 100%;
	    float: right;
	    margin-top: 50px;
    	margin-bottom: 50px;
	 }

/*
* About Us
*/

	.about-us {
		background-image: url('//naotci.com/wp-content/uploads/2017/07/about-us-background.png');
		background-color: #1f1f1f;
		background-size: cover;
	}

	.about-us .header-title {
		font-size: 24px;
	    color: #fff;
	    font-family: 'Raleway', sans-serif;
	    margin-top: 20px;
	}

	.about-us .inner {
		padding-right: 15px;
		padding-left: 15px;
	}

	.about-us .content-text {
		color: #fff;
		font-size: 14px;
		font-family: 'Raleway', sans-serif;
		padding: 10px;
	}

	.about-us .featured-staff {
		padding-bottom: 15px;
	}

	.featured-staff .slider-staff {
	    margin-top: 20px;
        width: 81%;
        margin-left: auto;
        margin-right: auto;
	}

	.featured-staff .slider-staff-li {
		display: table;
		outline: none;
	}

	.featured-staff .box-info {
		width: 62.4%;
		background-color: #fff;
		height: auto;
		vertical-align: top;
		display: table-cell;
	}

	.featured-staff .box-info-inner {
		padding-left: 15px;
    	padding-right: 15px;
	}

	.featured-staff .name {
	    font-size: 14px;
	    color: #0e0e0e;
	    font-weight: 700;
	    line-height: 1;
	    font-family: 'Raleway', sans-serif;
	    padding-top: 10px;
	    padding-left: 20px;
	}

	.featured-staff .name-position {
		font-size: 14px;
		color: #0e0e0e;
		font-family: 'Raleway', sans-serif;
		padding-left: 20px;
	}

	.featured-staff .divider {
		border-bottom: 2px solid #400110;
	    margin-top: 3px;
	    margin-bottom: 10px;
	}

	.featured-staff .description {
		padding-left: 20px;
		line-height: 1;
		padding-bottom: 15px;
		font-size: 14px;
		color: #0e0e0e;
		font-family: 'Raleway', sans-serif;
	}

	.featured-staff .profile {
		width: 34.6%;
	    height: auto;
	    display: table-cell;
	}
	.featured-staff .profile-img {
		padding-top: 70.6%;
		background-color: #3a010e;
		background-size: cover;
	}

	.about-us  .all-staff {
		line-height: 1.2;
	    padding: 7px 30px;
	    margin-left: auto;
	    display: inline;
	    float: right;
	}

	.about-us .button-container {
		padding-bottom: 15px;
	}

/*
* About Us Page
*/

.page-template-page-about-us .about-us-page {
	background-color: #fff;
	font-family: 'Raleway', sans-serif;
}

.page-id-758027 .motopress-tabs-obj.ui-tabs.motopress-tabs-basic .ui-tabs-nav li a,
.page-template-page-about-us .about-us-page .motopress-tabs-obj.ui-tabs.motopress-tabs-basic .ui-tabs-nav li a {
	font-size: 18px !important;
}

.page-id-758031 .content-sidebar-wrapper,
.page-id-758370 .content-sidebar-wrapper,
.page-id-758027 .content-sidebar-wrapper,
.page-template-page-org-chart .content-sidebar-wrapper {
    background-color: #fff;
}

div#subpages_tabs {
    display: none;
}

/*
* News
*/

.news {
	background-image: url('//naotci.com/wp-content/uploads/2017/07/about-us-background-1.png');
	background-color: #1f1f1f;
	padding-bottom: 18px;
	padding-bottom: 15px;
}

.news .inner {
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
}

.news .header-title {
	font-size: 24px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	margin-top: 20px;
	margin-bottom: 25px;
}

.news .main-news:hover .main-thumbnail {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	opacity: .7;
}

.news .main-news .thumb-wrapper {
	overflow: hidden;
}

.news .main-news .header-title {
	font-size: 24px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
}

.news .main-news .main-thumbnail {
	background-size: cover;
	background-position: center;
	padding-top: 67.1%;
	background-color: #3a010e;
}

.news .main-news .content {
	background-color: #fff;
    padding: 0px 15px 30px 15px;
}

.news .main-news .header-text {
	font-size: 24px;
	color: #0e0e0e;
	font-family: 'Raleway', sans-serif;
	line-height: 1;
	padding: 15px 0px;
}

.news .main-news .text-content {
	font-size: 14px;
	line-height: 1.2;
	color: #0e0e0e;
	font-family: 'Raleway', sans-serif;
}

.news .other-news {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
}

.news .other-news-wrapper {
	margin-bottom: 20px;
	display: table;
}

.news .other-news-wrapper:hover .other-news-thumbnail {
	opacity: .7;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.news .thumbnail-section {
	display: table-cell;
	width: 49.6%;
	overflow: hidden;
}

.news .other-news-thumbnail {
	padding-top: 94%;
	background-size: cover;
	background-position: center;
	background-color: #3a010e;
}

.news .thumbnail-content {
	display: table-cell;
	vertical-align: top;
	padding: 20px;
	background-color: #fff;
}

.news .thumbnail-content .header-text {
	font-size: 20px;
	color: #0e0e0e;
	font-family: 'Raleway', sans-serif;
	line-height: 1;
	padding: 0px 0px 15px 0px;
}

.news .thumbnail-content p {
	line-height: 1;
	margin-top: 5px;
}

.news .more-news {
	padding: 7px 22px;
	margin-left: auto;
	display: table;
}

div#frm_form_22_container {
	margin: 0 auto;
}

.latest-report-wrap .items:after {
    content: '';
    width: 100%;
    border-bottom: 1px solid #fff;
    height: 2px;
    display: block;
}

/*
* News Page
*/

/*
* Left News
*/

.news-page .left-news {
	float: left;
}

.news-page .left-news .thumbnail-container {
	width: 200px;
    height: 100px;
    background-color: #450111;
    position: relative;
}

.news-page .left-news .thumbnail-container .thumbnail-wrapper {
	overflow: hidden;
}

.news-page .left-news .thumbnail-container:hover .thumbnail-container-inner {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.news-page .left-news .thumbnail-container-inner {
	padding-top: 50%;
	background-size: cover;
	background-position: center;
}

.news-page .left-news .thumbnail-container:hover .description {
	display: none;
}

.news-page .left-news .thumbnail-container .description:before {
	content: '';
	height: 100%;
	background-color: #000;
	opacity: .5;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.news-page .left-news .thumbnail-container .title {
	position: absolute;
    bottom: 0;
    left: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    padding: 5px 0px;
}

.news-page .left-news .thumbnail-container .date {
	position: absolute;
    top: 0;
    right: 10px;
    color: #fff;
    font-size: 14px;
}

.latest-report-wrap {
	padding-left: 0;
    border: 5px solid #fff;
    border-radius: 5px;
    padding: 0px 10px 20px 20px;
    color: #fff;
}

.frm_dropzone.dz-clickable.frm_single_upload {
    max-width: 100% !important;
}

.latest-report-wrap .items a {
	color: #fff;
}

.latest-report-wrap .items .title:hover {
	text-decoration: underline;
}

.latest-report-wrap .title {
	float: left;
	font-size: 14px;
}

.latest-report-wrap .date {
	float: right;
	font-size: 12px;
}

/*
* Right News
*/
.news-page .right-news {
	float: right;
	position: relative;
}

.news-page .big-news-container {
	width: 569.7px;
	height: 400px;
	background-color: #450111;
}

.news-page .big-news-container:hover .big-news-inner {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.news-page .big-news-container .thumbnail-wrapper {
	overflow: hidden;
}

.news-page .big-news-inner {
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 70.3%;
	background-position: center;
}

.news-page .news-info {
	width: 100%;
    position: absolute;
    bottom: 20px;
}

.news-page .big-news-container:hover .news-info {
	display: none;
}

.news-page .news-info-inner {
	width: 485px;
	background-color: black;
    margin: 0 auto;
    padding: 10px 10px 20px 20px;
    opacity: .9;
}

.news-page .news-info .title {
	font-size: 24px;
    color: #fff;
    float: left;
    font-family: 'Raleway', sans-serif;
}

.news-page .news-info .date {
	color: #fff;
    font-size: 14px;
    float: right;
    font-family: 'Raleway', sans-serif;
}

.news-page .news-info .description {
	color: #fff;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
}

/*
* Bottom News
*/
.news-page .bottom-news {
	background-image: url(//naotci.com/wp-content/uploads/2017/08/sidebar-bg.png);
	background-color: #1f1f1f;
	margin-top: 10px;
	padding: 10px 50px 30px 50px;
}

.news-page .bottom-news .bg-thumbnail:hover .bg-thumbnail-inner {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.news-page .bottom-news .bg-thumbnail {
	height: 100px;
	background-color: #1f1f1f;
	margin-bottom: 20px;
	position: relative;
}

.news-page .bottom-news .thumbnail-wrapper {
	height: 100%;
	overflow: hidden;
}

.news-page .bottom-news .bg-thumbnail-inner {
	height: 100%;
    background-size: cover;
    background-position: center;
}

.news-page .bottom-news .bg-thumbnail:hover .description {
	display: none;
}

.news-page .bottom-news .description {
	background-color: #000;
    opacity: .9;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px 10px 10px 20px;
}

.news-page .bottom-news .description .title {
	font-size: 18px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	float: left;
}

.news-page .bottom-news .description .date {
	color: #fff;
    font-size: 14px;
    float: right;
    font-family: 'Raleway', sans-serif;
}

/*
* Single News Page
*/

body.single-post #main {
	width: 68.4%;
	float: left;
	background-color: #fff;
	padding: 20px;
}

body.single-post #primary {
	padding-right: 15px;
}

.paging-navigation a {
	padding: 10px 20px;
    background-color: #470111;
    color: #fff;
}

body .related-posts .related-posts_item  .entry-content {
	padding-left: 0px; 
	padding-right: 0px; 
}


/*
* Careers
*/

.motopress-service-box-obj.motopress-service-box-centered.motopress-service-box-basic {
	background-image: url(//naotci.com/wp-content/uploads/2017/07/about-us-background-1.png);
	background-color: #1f1f1f;
	padding: 10px;
	font-family: 'Raleway', sans-serif;
}

.motopress-service-box-content-section {
	margin-top: 10px;
	margin-bottom: 10px;
}

a.motopress-btn.motopress-btn-size-middle.motopress-btn-rounded {
	background: rgba(68,1,16,1);
    background: -moz-linear-gradient(left, rgba(68,1,16,1) 0%, rgba(100,2,25,1) 49%, rgba(68,1,16,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(68,1,16,1)), color-stop(49%, rgba(100,2,25,1)), color-stop(100%, rgba(68,1,16,1)));
    background: -webkit-linear-gradient(left, rgba(68,1,16,1) 0%, rgba(100,2,25,1) 49%, rgba(68,1,16,1) 100%);
    background: -o-linear-gradient(left, rgba(68,1,16,1) 0%, rgba(100,2,25,1) 49%, rgba(68,1,16,1) 100%);
    background: -ms-linear-gradient(left, rgba(68,1,16,1) 0%, rgba(100,2,25,1) 49%, rgba(68,1,16,1) 100%);
    background: linear-gradient(to right, rgba(68,1,16,1) 0%, rgba(100,2,25,1) 49%, rgba(68,1,16,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#440110', endColorstr='#440110', GradientType=1 );
}

.page-id-758033 .mp-row-fluid.motopress-row.mpce-dsbl-margin-left.mpce-dsbl-margin-right {
    margin-bottom: 15px;
}

/*
* Reports
*/

.archive .content-sidebar-wrapper {
	background-color: #fff;
}

.archive .reports {
	padding-top: 20px;
}

.archive .reports h1 {
	color: #000;
	text-align: center;
}

.reports .reports-list .reports-item {
	padding: 20px 0px 8px 0px;
    border: 2px solid #1c1c1c;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.reports .report-menu {
	width: 165px !important;
	float: right !important;
}

h2.rpt-title {
    text-transform: capitalize;
}

.reports .report-menu .btn-primary {
    color: #fff;
    background-color: #470111;
    border-color: #470111;
}

.reports .report-menu ul li {
	list-style: none;
}

.reports .report-menu ul li a {
	cursor: pointer;
}

.reports .report-menu ul {
    padding-left: 0px;
    margin-left: 0px; 
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #470111;
    border-color: #470111;
}

.reports .reports-list .report-icon {
	height: 48px;
	width: 48px;
	margin: 0 auto;
}

.reports .reports-list .info .report-name {
	margin-top: 25px;
	font-size: 14px;
}

.reports .reports-list .reports-item:hover {
	opacity: 1;
	background-color: #888;
}

.reports .reports-list .reports-item:hover .report-download {
	opacity: 1;
	background-color: #000;
	color: #fff;
	font-family: 'Raleway', sans-serif;
}

.reports .reports-list .report-download {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.reports .reports-list .info .report-date {
	font-size: 11px;
}

.page-id-758340 .cherry-sidebar-main.sidebar-main.widget-area,
.archive .cherry-sidebar-main.sidebar-main.widget-area {
	display: none;
}


/**
*	9. Transition and Effects
*
*	----------------------------------------------------------------------
*/

	/**
	*	Ease-out Transition fast
	*/
	.btn,
	.button,
	.car-thumb,
	.btn.alt-1,
	.nav-next a,
	.header-top,
	#menu-primar,
	.actions-menu,
	.button.alt-1,
	.search-trigger,
	.nav-previous a,
	body .slick-prev,
	body .slick-next,
	.static-header-menu,
	.car-parts-image img,
	body .menu-primary li,
	.latest-car-thumb-area,
	.header-search-container,
	body .slick-prev:before,
	body .slick-next:before,
	.new-car-post-navigation,
	.footer-top .menu-item a,
	.header-top .site-branding,
	.car-option-trigger:before,
	.form-content-inner:before,
	.quick-actions .full-filters,	
	.car-option-contents .frm_forms,
	.quick-actions .menu-action:before,
	article.car .main-image .car-image,
	.thumb-area .latest-car-thumb-area,
	.home-basic-search .car-type .inner,
	.post-container:hover .post-contents,
	.latest-offer-slider-item .thumb-area,
	.car-search-results article:hover .car,
	#menu-primary.isStick .sticky-header-logo,
	.quick-actions .action-thumb .hover-image,
	.car-search-results article.car .hover-bg,
	.finance-calculator-container .finance-form,
	.car-list-box .new-cars-image .thumb-overlay,
	.finance-calculator-container .results-screen,
	.quick-actions .action-thumb .hover-image:before,
	.new-car-overview-box-inner .overview-image-wrapper img,
	.new-car-overview-box-inner .overview-image-wrapper:before,
	.chat-popup-container {
		/* Transition */
		-webkit-transition: all 650ms cubic-bezier(0.300, 0.440, 0.020, 1.000) !important;
		   -moz-transition: all 650ms cubic-bezier(0.300, 0.440, 0.020, 1.000) !important;
		     -o-transition: all 650ms cubic-bezier(0.300, 0.440, 0.020, 1.000) !important;
		        transition: all 650ms cubic-bezier(0.300, 0.440, 0.020, 1.000) !important; /* custom */

		-webkit-transition-timing-function: cubic-bezier(0.300, 0.440, 0.020, 1.000) !important;
		   -moz-transition-timing-function: cubic-bezier(0.300, 0.440, 0.020, 1.000) !important;
		     -o-transition-timing-function: cubic-bezier(0.300, 0.440, 0.020, 1.000) !important;
		        transition-timing-function: cubic-bezier(0.300, 0.440, 0.020, 1.000) !important; /* custom */
	}

	/**
	*	Ease-out Transition mid
	*/
	.car-parts-image img,
	.quick-actions .action-thumb,
	article.car .main-image:before,
	.elements-for-this-transition-here,
	.car-list-box .new-cars-image span,
	.news-page .big-news-container .big-news-inner,
	.news-page .left-news .thumbnail-container,
	.news-page .left-news .thumbnail-container-inner,
	.news-page .bottom-news .bg-thumbnail,
	.news-page .bottom-news .bg-thumbnail-inner,
	.news .main-news .main-thumbnail,
	.news .other-news-thumbnail,
	.reports .reports-list .report-download,
	.reports .reports-list .reports-item,
	.finance-calculator-container .results-screen-inner {
		/* Transition */
		-webkit-transition: all 1500ms cubic-bezier(0.300, 0.440, 0.020, 1.000) !important;
		   -moz-transition: all 1500ms cubic-bezier(0.300, 0.440, 0.020, 1.000) !important;
		     -o-transition: all 1500ms cubic-bezier(0.300, 0.440, 0.020, 1.000) !important;
		        transition: all 1500ms cubic-bezier(0.300, 0.440, 0.020, 1.000) !important; /* custom */

		-webkit-transition-timing-function: cubic-bezier(0.300, 0.440, 0.020, 1.000) !important;
		   -moz-transition-timing-function: cubic-bezier(0.300, 0.440, 0.020, 1.000) !important;
		     -o-transition-timing-function: cubic-bezier(0.300, 0.440, 0.020, 1.000) !important;
		        transition-timing-function: cubic-bezier(0.300, 0.440, 0.020, 1.000) !important; /* custom */
	}

	/**
	*	Nav Sticky Transition
	*/
	#menu-primary.isStick {
		/* Transition */
		-webkit-transition: box-shadow 650ms cubic-bezier(0.300, 0.440, 0.020, 1.000) !important;
		   -moz-transition: box-shadow 650ms cubic-bezier(0.300, 0.440, 0.020, 1.000) !important;
		     -o-transition: box-shadow 650ms cubic-bezier(0.300, 0.440, 0.020, 1.000) !important;
		        transition: box-shadow 650ms cubic-bezier(0.300, 0.440, 0.020, 1.000) !important; /* custom */

		-webkit-transition-timing-function: cubic-bezier(0.300, 0.440, 0.020, 1.000) !important;
		   -moz-transition-timing-function: cubic-bezier(0.300, 0.440, 0.020, 1.000) !important;
		     -o-transition-timing-function: cubic-bezier(0.300, 0.440, 0.020, 1.000) !important;
		        transition-timing-function: cubic-bezier(0.300, 0.440, 0.020, 1.000) !important; /* custom */
	}

/**
* Temporary
*/

	.single-brand-new-car .site-content .content-sidebar-wrapper .navigation.post-navigation {
		display: none;
	}

/**/
.content-area a .tab-text{
	text-transform: uppercase;
	font-weight: bold;
}

.contact-detail.mail, .contact-detail.phone{
    display: inline;
}

.responsive-thumb {
	background-size: cover;
	background-position: center;
	padding-top: 76%;
}