/*!
Theme Name: Automall 2020
Theme URI: http://underscores.me/
Author: PuresaltDesign
Author URI: https://www.puresaltdesign.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: amall2k20
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Automall 2020 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}


a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

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

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*************/
/*start Fonts*/
/*************/
.nunito{font-family: 'Nunito Sans', sans-serif;}
/*
400 - regular
600 - semi-bold
700 - bold
800 - extra bold
*/
/***********/
/*end Fonts*/
/***********/



/********************/
/*start style layout*/
/********************/
body{
	background: #ffffff; 
	font-family: 'Nunito Sans', sans-serif;
}
#page{ /*all website areas*/}
.site-header{ /*website header*/}
.site-content{ /*site content main page + widget container*/}
.content-area{ /*main page area*/}
.widget-area{ /*widget area*/}
.site-footer{ /*website footer*/
	margin-top: 80px;
}
.clear{
	clear:both;
}

.but-shadow{
	-webkit-box-shadow: 10px 10px 48px -26px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 48px -26px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 48px -26px rgba(0,0,0,0.75);
}
.but-hover-op:hover{
	opacity: 0.8;
}
.but-hover-op:focus{
	outline: none;
}

header.entry-header{
	padding-top: 30px;
	border-bottom: 2px solid #f9a01b;
	margin-bottom: 40px;
}
h1.entry-title{
	font-size: 40px;
    font-weight: 800;
    color: #01bbd6;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.blue-separator div hr{
	border-bottom: 1px solid #008bd3;
}
.grey-separator div hr{
	border-bottom: 1px solid #9a9a9a;
}

/**/

.site-main h3{
	font-size: 24px;
	font-weight: 800;
	margin-bottom:25px;
}


/**/
.theme-5355{
	background: url(images/newsletter-bg-2020.jpg) center no-repeat !important;
	width: 1012px !important;
	height: 550px !important;
}
.mc-field-group input{
	margin-bottom: 16px !important;
    padding: 13px 10px !important;
    color: #464646 !important;
    font-size: 16px !important;
    border-radius: 5px !important;
    width:290px !important;
}
input#mc-embedded-subscribe{
	color: #fff !important;
    margin-top: 15px;
    background: #00abc8 !important;
    padding: 13px 10px;
    font-size: 16px;
    border-radius: 5px;
    width:290px !important;
}
/******************/
/*end style layout*/
/******************/




/********************/
/*start style Header*/
/********************/
/*navigation*/
#primary-menu{
	display: flex;
	justify-content: center;
}
#site-navigation{ /*main menu container*/}
.main-navigation ul{ /*main ul menu*/}
.main-navigation a{ /*regular item style*/
	font-size: 15px;
	line-height: 55px;
	text-transform: uppercase;
	font-weight: 600; 
	color: #fff;
	padding: 0 20px;
}
.main-navigation a:hover{ /*hover item style*/
	background: #252525;
}
.main-navigation .current_page_item a, 
.main-navigation .current-menu-item a{ /*current item style*/}
.main-navigation ul ul{ /*second menu level ul*/
	background: #f5f5f5;
	-webkit-box-shadow: 20px 1px 81px -18px rgba(0,0,0,0.75);
	-moz-box-shadow: 20px 1px 81px -18px rgba(0,0,0,0.75);
	box-shadow: 20px 1px 81px -18px rgba(0,0,0,0.75);
}
.main-navigation ul ul a{ /*second level item style*/
	color: #363636;
	font-weight: 600; 
	text-transform: none;
	line-height: 40px;
}
.main-navigation ul ul a:hover{
	background: #fff;
	-webkit-box-shadow: 10px 13px 57px -25px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 13px 57px -25px rgba(0,0,0,0.75);
	box-shadow: 10px 13px 57px -25px rgba(0,0,0,0.75);
}
.main-navigation ul ul li{ /*second level item container style*/}
/*end navigation*/

.header-container{
	-webkit-box-shadow: -4px 7px 62px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: -4px 7px 62px -10px rgba(0,0,0,0.75);
	box-shadow: -4px 7px 62px -10px rgba(0,0,0,0.75);
	padding-bottom: 15px;
	border-bottom: 20px solid #f2c406;
	background: rgb(0,76,106);
	background: -moz-linear-gradient(180deg, rgba(0,76,106,1) 0%, rgba(0,167,230,1) 87%);
	background: -webkit-linear-gradient(180deg, rgba(0,76,106,1) 0%, rgba(0,167,230,1) 87%);
	background: linear-gradient(180deg, rgba(0,76,106,1) 0%, rgba(0,167,230,1) 87%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004c6a",endColorstr="#00a7e6",GradientType=1);
}
.logo{
	margin-top: 40px;
}
.header-logos-col{
	text-align: center;
	margin-bottom: 15px;
	padding-top: 15px;
}
a.head-logo-link{
	margin: 10px 4px;
	display: inline-block;
}
a.head-logo-link:hover{
	opacity: 0.8;
}
a.head-book-service-but{
	font-size: 18px;
	color: #fff;
	font-weight: 800;
	padding: 8px 20px;
	background: #1ba9ac;
	text-transform: uppercase;
	border-radius: 5px;
	display: inline-block;
	margin: 10px 3px;
	border: 1px solid #1a8d8f;
}
a.head-book-service-but:hover{
	text-decoration: none;
	opacity: 0.9;
}
/******************/
/*end style Header*/
/******************/




/********************/
/*start style Footer*/
/********************/
.footer-container{
	background: rgba(0,128,178,1);
	background: -moz-linear-gradient(left, rgba(0,128,178,1) 0%, rgba(1,152,194,1) 27%, rgba(1,152,194,1) 72%, rgba(0,128,178,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,128,178,1)), color-stop(27%, rgba(1,152,194,1)), color-stop(72%, rgba(1,152,194,1)), color-stop(100%, rgba(0,128,178,1)));
	background: -webkit-linear-gradient(left, rgba(0,128,178,1) 0%, rgba(1,152,194,1) 27%, rgba(1,152,194,1) 72%, rgba(0,128,178,1) 100%);
	background: -o-linear-gradient(left, rgba(0,128,178,1) 0%, rgba(1,152,194,1) 27%, rgba(1,152,194,1) 72%, rgba(0,128,178,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,128,178,1) 0%, rgba(1,152,194,1) 27%, rgba(1,152,194,1) 72%, rgba(0,128,178,1) 100%);
	background: linear-gradient(to right, rgba(0,128,178,1) 0%, rgba(1,152,194,1) 27%, rgba(1,152,194,1) 72%, rgba(0,128,178,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0080b2', endColorstr='#0080b2', GradientType=1 );
	padding: 70px 0;
}
.footer-col{
	font-size: 18px;
	color: #fff;
	margin-bottom: 30px;
}
.footer-col p{
	margin-bottom: 10px !important;
}
.footer-col p a{
	color: #fff;
	font-weight: bold;
}
.footer-col p a:hover{
	color: #ffcf47;
	text-decoration: none;
}
.footer-col p a:focus{
	outline: none;
}
.footer-social-icon{
	margin: 0 10px 10px 0;
}
.footer-social-icon:hover{
	opacity: 0.8;
}
.footer-title{
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 50px;
}
.footer-col ul.menu{
	list-style: none;
	margin: 0px;
	padding-left: 0px;

}
.footer-col ul.menu li a{
	color: #fff;
	font-size: 18px;
}
.footer-col ul.menu li{
	margin-bottom: 10px;
}
.footer-col ul.menu li a:hover{
	color: #ffcf47;
	text-decoration: none;
}
/**/
.copy-container{
	padding: 33px 0;
	background: #fff;
}
.copy-col{
	color: #555555;
	font-size: 16px;
}
.copy-col a{
	font-weight: bold;
	color: #ff4d2c;
	text-decoration: none;
}

/**/
.compliance-col{
	text-align: right;	
}
.compliance-col a{
	color: #555555;
    font-size: 16px;
}
.compliance-col a:hover{
	text-decoration: none;
	color: #ff4d2c;
}
/******************/
/*end style Footer*/
/******************/





/**********************/
/*start style TPL Home*/
/**********************/
.home-slider-mobile{
	display:none;
}


body.page-template-tpl-home .site-footer{
	margin-top: 0px !important;
}
.home-ticker-col{
	color: #ff4d2c;
	font-size: 21px;
	font-weight: 800;
	padding-top: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
}

/**/
.home-about-us-container{
	background: url(images/home-about-us-bg.jpg) top center no-repeat;
	overflow: hidden;
	height: 602px;
	color: #fff;
	font-size: 21px;
}
.home-about-us-col{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 602px;
}
.home-about-us-col p:last-of-type{
	margin-bottom: 0px !important;
}
.home-about-us-container h2{
	font-size: 36px !important;
	font-weight: bold !important;
	text-transform: uppercase;
	margin-bottom: 30px !important;
}

/**/
.home-info-holder{
	margin-top: 100px;	
}
.home-info-col{
	text-align: center;
	color: #464646;
	margin-bottom: 50px;
}
.home-info-title{
	font-size: 55px;
	font-weight: 800;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.home-info-text{
	font-size: 24px;
}
.inf-text-height{
	margin-bottom: 50px;
}
.home-info-holder a:hover img{
	opacity: 0.8;
}

/**/
.pre-own-fb-container{
	background: #f5f6f7;
	margin-top: 20px;
}
.home-pre-owned-col{
	padding-left: 0px;
	padding-right: 0px;
}
.facebook-feed-col{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fb-page{
	max-width: 500px;
	width: 100%;
}

/**/
.trade-value-container{
	background: rgba(235,236,237,1);
	background: -moz-linear-gradient(top, rgba(235,236,237,1) 0%, rgba(245,246,247,1) 14%, rgba(245,246,247,1) 87%, rgba(235,236,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,236,237,1)), color-stop(14%, rgba(245,246,247,1)), color-stop(87%, rgba(245,246,247,1)), color-stop(100%, rgba(235,236,237,1)));
	background: -webkit-linear-gradient(top, rgba(235,236,237,1) 0%, rgba(245,246,247,1) 14%, rgba(245,246,247,1) 87%, rgba(235,236,237,1) 100%);
	background: -o-linear-gradient(top, rgba(235,236,237,1) 0%, rgba(245,246,247,1) 14%, rgba(245,246,247,1) 87%, rgba(235,236,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(235,236,237,1) 0%, rgba(245,246,247,1) 14%, rgba(245,246,247,1) 87%, rgba(235,236,237,1) 100%);
	background: linear-gradient(to bottom, rgba(235,236,237,1) 0%, rgba(245,246,247,1) 14%, rgba(245,246,247,1) 87%, rgba(235,236,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebeced', endColorstr='#ebeced', GradientType=0 );
	padding: 80px 0;
	font-size: 24px;
	color: #464646;
}
.trade-value-title{
	font-size: 55px;
	font-weight: 800;
	color: #01bbd6;
	text-transform: uppercase;
	margin-bottom: 30px;
}
/* contact us form */
.email-us-container{
	background: rgba(213,229,244,1);
	background: -moz-linear-gradient(top, rgba(213,229,244,1) 0%, rgba(231,238,244,1) 14%, rgba(231,238,244,1) 87%, rgba(213,229,244,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(213,229,244,1)), color-stop(14%, rgba(231,238,244,1)), color-stop(87%, rgba(231,238,244,1)), color-stop(100%, rgba(213,229,244,1)));
	background: -webkit-linear-gradient(top, rgba(213,229,244,1) 0%, rgba(231,238,244,1) 14%, rgba(231,238,244,1) 87%, rgba(213,229,244,1) 100%);
	background: -o-linear-gradient(top, rgba(213,229,244,1) 0%, rgba(231,238,244,1) 14%, rgba(231,238,244,1) 87%, rgba(213,229,244,1) 100%);
	background: -ms-linear-gradient(top, rgba(213,229,244,1) 0%, rgba(231,238,244,1) 14%, rgba(231,238,244,1) 87%, rgba(213,229,244,1) 100%);
	background: linear-gradient(to bottom, rgba(213,229,244,1) 0%, rgba(231,238,244,1) 14%, rgba(231,238,244,1) 87%, rgba(213,229,244,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5e5f4', endColorstr='#d5e5f4', GradientType=0 );
	padding: 150px 0; 
}
.email-us-title{
	font-size: 48px;
	line-height: 100px;
	height: 100px;
	color: #ff4d2c;
	border: 1px solid #ff4d2c;
	padding: 0px; 
	width: 280px;
	text-align: center;
	display: inline-block;
	position: absolute;
	background: #ecf2f8;
	left: 120px;
	margin-left: 
	z-index: 999;
	top: -50px;
}
.email-form-border{
	border:1px solid #ff4d2c;
	padding: 60px 120px 60px 120px;
	position: relative;
}
form#gform_3 li.gf_left_half,
form#gform_4 li.gf_left_half{
	float: left;
	clear: left;
}
form#gform_3 li.gf_right_half,
form#gform_4 li.gf_right_half{
	padding-right: 0px !important;
}
form#gform_3 li.gfield.gf_right_half textarea,
form#gform_4 li.gfield.gf_right_half textarea{
	width: 100% !important;
}
form#gform_3 li.gfield div.ginput_container,
form#gform_4 li.gfield div.ginput_container{
	-webkit-box-shadow: 6px 6px 33px -9px #4C4C4C; 
box-shadow: 6px 6px 33px -9px #4C4C4C;
	background: #fff;
}
form#gform_3 li.gfield div.ginput_container input,
form#gform_4 li.gfield div.ginput_container input{
	padding: 15px;
	border: none !important;
}
form#gform_3 li.gfield div.ginput_container textarea,
form#gform_4 li.gfield div.ginput_container textarea{
	border: none !important;
	height: 380px;
}
form#gform_3 label.gfield_label,
form#gform_4 label.gfield_label{
	font-size: 18px !important;
	color: #363636 !important;
	font-weight: 600 !important; 
}
form#gform_3 .gform_footer,
form#gform_4 .gform_footer{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
form#gform_3 .gform_button,
form#gform_4 .gform_button{
	color: #fff;
	font-size: 30px;
	font-weight: normal !important;
	background: #ff4d2c;
	text-shadow: none;
	text-transform: uppercase;
	line-height: 100px;
	width: 450px;
	padding: 0px !important;
	text-align: center;
	letter-spacing: 2px;
	border-radius: 4px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin: 0 0 -50px -225px; 
	display: block;
}
form#gform_3 .gform_button:hover,
form#gform_4 .gform_button:hover{
	background: #f9664b;
	cursor: pointer;
}

/*newsletter popup*/
.newspop-container{
	position: relative;
	width: 1012px; /*1062*/
	height: 550px; /*554*/
	background: url(images/newsletter-bg-2020.jpg) top center no-repeat;
}
#fancybox-outer,
#fancybox-content{
	background: transparent !important;
	box-shadow: none !important;
	border-color: transparent !important;
}
.fancybox-bg{
	background-image: none !important;
}
.newsform-pop{
	position: absolute;
	top: 195px;
	left: 38px;
	width: 360px;
}
.newsform-pop form input{
	margin-bottom: 16px;
    padding: 13px 10px;
    color: #464646;
    font-size: 16px;
    border-radius: 5px;
}
.newsform-pop label,
.infusion-option{
	color: #fff !important;
	font-weight: bold !important;
}
.newsform-pop input[type="text"],
.newsform-pop input[type="email"]{
	width:100%;
	box-sizing: border-box;
}
.newsform-pop input[type="submit"]{
	color: #fff !important;
	margin-top: 15px;
	background: #00abc8;
	text-transform: uppercase;
}
span.select-department select,
span.select-location select{
	display: block;
	width: 100%;
}

a.airbag-link-button{
	display: block;
	background: #45a4df;
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
    margin-top: 20px;
    border: 1px solid #cccccc;
}
a.airbag-link-button:hover{
	opacity: 0.8;
	color: #ffffff;
	text-decoration: none;
}
/********************/
/*end style TPL Home*/
/********************/

/**************************/
/*start style TPL PREOWNED*/
/**************************/



.preowned-news-ticker-container{
	background: #fff;
	-webkit-box-shadow: 10px 10px 48px -26px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 48px -26px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 48px -26px rgba(0,0,0,0.75);
}
body.page-template-tpl-pre-owned{
	background: #f2f9ff;
}
body.page-template-tpl-pre-owned .site-footer{
	margin-top: 0px !important;
}
.container-used-car{
	margin-bottom: 50px;
}
.car-info{
	border-bottom: 1px solid #808181;
	margin-bottom: 20px;
}
.car-info p{
	color: #ff4d2c;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px !important;
	height:72px;
}
a.view-details-button{
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	line-height: 40px;
	width: 155px;
	display: inline-block;
	background: #00aaad;
	border-radius: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	-webkit-box-shadow: 5px 5px 24px 1px rgba(0,0,0,0.28); 
	box-shadow: 5px 5px 24px 1px rgba(0,0,0,0.28);
}
a.view-details-button:hover{
	text-decoration: none;
	opacity: 0.8;
}

span.asis{
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	line-height: 40px;
	width: 70px;
	display: inline-block;
	background: #00aaad;
	border-radius: 5px;
	margin-bottom: 15px;
	-webkit-box-shadow: 5px 5px 24px 1px rgba(0,0,0,0.28); 
	box-shadow: 5px 5px 24px 1px rgba(0,0,0,0.28);
}
span.asis:hover{
	cursor: default;
}

.meta-car-details{
	border-bottom: 1px solid #808181;
	margin-bottom: 20px;
	padding-bottom: 20px;
	color: #464646;
	font-size: 17px;
	height: 220px;
}
.meta-car-details span.car-price,
.meta-car-details span.special-price{
	font-weight: bold;
	color: #ff4d2c;
	display: block;
}
.meta-car-details span.vat,
.meta-car-details span.mecspec{
	font-weight: bold;
	color: #464646;
	display: block;
}

.vehicle-details-list span.mecspec{
	font-weight: bold;
	color: #fb8800;
	font-size: 16px;
	display: block;
	margin-top: 5px;
}

ul.car-single-gallery{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

/**/
.facets-container{
	margin-top: 20px;
}
.filter-title{
	color: #464646;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 13px;
}
.facetwp-facet{
	margin-bottom: 34px !important;
}
.facetwp-dropdown,
.facetwp-sort-select,
.facetwp-per-page-select{
	width: 100%;
	padding: 12px 35px;
  	border-radius: 0px;
  	color: #464646;
  	font-size: 18px;
  	background: #fff;
  	border: 1px solid #e8eef4;
  	-webkit-box-shadow: 5px 5px 24px 1px rgba(0,0,0,0.28); 
	box-shadow: 5px 5px 24px 1px rgba(0,0,0,0.28);
}
.facetwp-sort-select,
.facetwp-per-page-select{
	margin-bottom: 30px;
}
.facetwp-autocomplete{
	width: 100%;
	padding: 12px 35px !important;
  	border-radius: 0px !important;
  	color: #464646 !important;
  	font-size: 18px !important;
  	background: #fff !important;
  	border: 1px solid #e8eef4 !important;
	-webkit-box-shadow: 5px 5px 24px 1px rgba(0,0,0,0.28); 
	box-shadow: 5px 5px 24px 1px rgba(0,0,0,0.28);
}
.facetwp-autocomplete-update,
.facetwp-slider-reset{
	background: transparent !important;
	border: none !important;
	display: inline-block !important;
	padding: 0px !important; 
	color: #464646 !important;
	font-weight: normal !important;
	font-size: 18px !important;
	width: inherit !important;
	margin-top:12px;
	font-style: italic;
}
.facetwp-autocomplete-update:hover,
.facetwp-slider-reset:hover{
	color: #000000 !important;
}
.filter-reset-but{
	padding: 0px !important;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 70px;
	width: 100%;
	display: inline-block;
	background: #00b7da;
	border-radius: 5px;
	margin-bottom: 30px;
	-webkit-box-shadow: 5px 5px 24px 1px rgba(0,0,0,0.28); 
	box-shadow: 5px 5px 24px 1px rgba(0,0,0,0.28);
}
.filter-reset-but:hover{
	opacity: 0.8;
}
a.make-offer-but{
	padding: 0px !important;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 70px;
	width: 100%;
	display: inline-block;
	background: #00aaad;
	border-radius: 5px;
	margin-bottom: 30px;
	-webkit-box-shadow: 5px 5px 24px 1px rgba(0,0,0,0.28); 
	box-shadow: 5px 5px 24px 1px rgba(0,0,0,0.28);
}
a.make-offer-but:hover{
	opacity: 0.8;
	text-decoration: none;
}

.prew-top-img-col{
	margin-bottom: 30px;
}
.row-sorter{
	margin-bottom: 50px;
}
.block-buttons{
	margin-top: 35px;
}
.block-buttons a{
	display: block;
	font-size: 21px;
	font-weight: bold;
	color: #464646;
	line-height: 50px;
	width: 100%;
	margin-bottom: 15px;
	padding-left: 10px;
}
.block-buttons a:hover{
	opacity: 0.8;
	text-decoration: none;
}
.info-block{
	margin-top: 50px;
	color: #464646;
	font-size: 21px;
}
.row-pager div{
	text-align: right;
}
.facetwp-pager{
	font-size: 21px !important;
	color: #464646 !important;
}
.facetwp-pager a.active{
	font-weight: bold;
	color: #fc4c2b;
	font-size: 21px !important;
}

.car-single-gallery{
  display: none;
}
.car-single-gallery.slick-initialized{
  display: block;
}

/*newsletter*/
.newsletter-subscribe-container{
	background: #ffcf06;
	margin-top: 80px;
	padding: 180px 0;
}
.newsletter-title{
    font-size: 40px;
    line-height: 100px;
    height: 100px;
    color: #ff4d2c;
    border: 1px solid #ff4d2c;
    padding: 0px;
    width: 600px;
    text-align: center;
    display: inline-block;
    position: absolute;
    background: #ecf2f8;
    left: 50%;
    margin-left: -300px;
    top: -50px;
}
/************************/
/*end style TPL PREOWNED*/
/************************/


/***************/
/*start CPT Car*/
/***************/

body.single-used_car #fancybox-wrap{
	background:#fff !important;
}

.car-single-gallery{
  display: none;
}
.car-single-gallery.slick-initialized{
  display: block;
}
.interior-gallery{
  display: none;
}
.interior-gallery.slick-initialized{
  display: block;
}

.share-buttons-container{
	margin-top: 20px;
}
.car-head-bg{
	display: none;
	background-position: top center;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 598px;
	z-index: -9;
}
.single-car{
	background-color: #ececeb !important;
}
.single-car .head-slider{
	display: none !important; 
}
.single-car .car-head-bg{
	display: block !important;
}

.car-banner-image-row{
	display: none;
	margin-top: 40px;
}
.single-car .car-banner-image-row{
	display: block !important;
}
.single-car .site-content{
	margin-top:0px;
}

#centeredmenu {
   	float:left;
   	width:100%;
   	overflow:hidden;
   	position:relative;
   	border-top: 1px solid #b1b1b1;
	margin-bottom: 44px;
}
#centeredmenu ul {
   	clear:left;
   	float:left;
   	list-style:none;
  	margin:0;
  	padding:0;
   	position:relative;
   	left:50%;
   	text-align:center;
}
#centeredmenu ul li {
   	display:block;
   	float:left;
   	list-style:none;
   	margin:0;
   	padding:0;
   	position:relative;
   	right:50%;
}
#centeredmenu ul li a {
   	display:block;
   	font-family: Arial;
	font-size: 12px;
	line-height: 26px;
	padding: 0 10px;
	color: #999999;
	text-transform: uppercase;
}
#centeredmenu ul li a:hover{
	color: #000000;
}

.cars-topmenu li.active a{
	color: #000000 !important;
	line-height: 27px;
	border-left: 1px solid #b9b9b8;
	border-right: 1px solid #b9b9b8;
	border-bottom: 1px solid #b9b9b8;
	border-top: 1px solid #ececeb;
	margin-top: -1px !important;
}

/*start left col*/
.full-inventory-title{
	font-size: 17px;
	color: #535353;
	padding-bottom: 10px;
	margin: 37px 0 10px 0;
	border-bottom: 3px solid #1f5990;
}
.cars-sidemnu{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.cars-sidemnu li{
	line-height: 16px;
}
.cars-sidemnu li a{
	color: #535353;
	font-size: 13px;
	line-height: 16px;
	font-family: Arial;
}
.cars-sidemnu li.active a{
	color: #0d3263;
	font-weight: bold;
}
.cars-sidemnu li a:hover{
	color: #0d3263;
}


/*start right col*/
.car-right-col{
	float: right !important;
}
h1.car-name{
	color: #0d3263 !important;
	font-size: 25px !important;
	font-weight: bold !important;
}
.ui-tabs-nav{
	margin: -30px 0 33px 0;
	padding: 0px;
	list-style: none;
	width: inherit !important;
  	float: right !important;
}
.ui-tabs-nav li{
	float: left;
	margin-left: 10px;
}
.ui-state-default a{
	font-family: Arial;
	font-size: 13px;
	line-height: 27px !important;
	color: #ffffff;
	font-weight: bold;
	padding: 0 50px 0 10px;
	background: #8f8f91;
	display: block;
}
.ui-state-default a:hover{
	cursor: pointer;
	color: #ffffff;
	opacity: 0.8;
	text-decoration: none;
}
.ui-tabs-active a{
	color: #8f8f91 !important;
	background-color: #ffffff !important;
	border: 1px solid #8f8f91;
	line-height: 25px !important;
	padding: 0 49px 0 9px !important;
}

.slick-prev,
.slick-next{
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
.slick-prev:hover,
.slick-next:hover{
	cursor: pointer;
}
.slick-disabled{
	color: #c0c0c0 !important;
}

.interior-gallery,
.exterior-gallery{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.interior-gallery li,
.exterior-gallery li{
	float: left;
}

.under-scroller{
	display: block;
	margin: 0 auto;
}

/*models*/
.models-row{
	margin-top: 20px;
}
.model-title{
	color: #004282;
	font-size: 17px;
	font-family: Arial;
	font-weight: bold;
	margin-bottom: 15px;
}
.model-sec-title{
	color: #004282;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 20px;
}
.models-row ul{
	margin: 0px;
	color: #7f8088;
	font-size: 13px;
	line-height: 15px;
	padding-left: 25px;
}

.toyota-recalls,
.hyundai-recalls{
	display: none !important;
}
.toyota .toyota-recalls{
	display: block !important;
}
.hyundai .hyundai-recalls{
	display: block !important;
}
/*************/
/*end CPT Car*/
/*************/


/*********************/
/*start CPT Used-Cars*/
/*********************/
.single-used_car{
	background-color: #ffffff !important;
}
.single-used_car .head-slider{
	display: none !important; 
}

.prew-cars-list-gallery-holder{
	height: 250px !important;
	margin-bottom: 30px;
}
.car-single-gallery{
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0px;
}
.interior-gallery li img{
	padding: 2px;
}
.interior-gallery li img:hover{
	cursor: pointer;
	opacity: 0.8;
}


.make-offer-form input[type="text"],
.make-offer-form input[type="email"],
.make-offer-form input[type="number"]{
	padding: 5px 8px;
	border-radius: 3px;
	margin:2px 0 15px 0;
	width:100%;
	box-sizing: border-box;
}
.make-offer-form input[type="number"]{
	border: 1px solid #000000;
}
.make-offer-form input[type="submit"]{
	font-weight: normal !important;
	font-family: Arial;
	padding: 6px 0;
	background: #00a3f8;
    color: #ffffff;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}
.make-offer-but{
	background: #00a3f8;
	color: #ffffff;
	padding: 8px 0;
	width: 100%;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 30px 0 0 0;
}
.make-offer-but:hover{
	color: #ffffff;
	opacity: 0.8;
}

.meta-value-title{
	border-bottom: 1px solid red;
	padding-bottom: 2px;
	margin-bottom: 8px;
	display: block;
}
.meta-car-value-list ul{
	list-style-image: url('images/check_box.png'); 
	padding-left: 23px;
}

/**/
/*left column*/

.vehicle-details-list{
	margin:0px; 
	padding:0px; 
	list-style:none;
}
.vehicle-details-list li{
	color: #535353;
	font-size: 13px;
	line-height: 16px;
	font-family: Arial;
}

.used-cars-sidemnu{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.used-cars-sidemnu li{
	line-height: 16px;
}
.used-cars-sidemnu li a{
	color: #535353;
	font-size: 13px;
	line-height: 16px;
	font-family: Arial;
}
.used-cars-sidemnu li.active a{
	color: #0d3263;
	font-weight: bold;
}
.used-cars-sidemnu li a:hover{
	color: #0d3263;
}

/**/
.meta-car-value{
	font-weight: bold;
}

.facetwp-facet input[type=button]{
	border:1px solid #000 !important;
	padding:5px 10px !important;
	background: #00b7da !important;
    color: #fff !important;
    box-shadow: none !important;
    border-radius:3px;
}
.facetwp-facet input[type=button]:hover{
	background:#ff4d2c !important;
}

/*******************/
/*end CPT Used-Cars*/
/*******************/

/*************************/
/*start CPT ONLINE ORDERS*/
/*************************/
body.page-template-tpl-online-orders{
	background: #f2f9ff;
}
.oo-orange-line{
	background: #ff4d2c;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
	margin-top: 45px;
}
h2.gsection_title{
	font-size: 21px;
	font-weight: bold;
	color: #ff4d2c;
}
label.gfield_label{
	font-size: 18px !important;
	color: #363636 !important;
	font-weight: normal !important;
}


form#gform_5 li.gfield div.ginput_container,
form#gform_6 li.gfield div.ginput_container,
form#gform_7 li.gfield div.ginput_container{
	-webkit-box-shadow: 6px 6px 33px -9px #4C4C4C; 
    box-shadow: 6px 6px 33px -9px #4C4C4C;
	background: #fff;
}
.ginput_container_date input{
	width: 90% !important;
	color: #ff4d2c;
}
form#gform_5 li.gfield div.ginput_container input,
form#gform_6 li.gfield div.ginput_container input,
form#gform_7 li.gfield div.ginput_container input{
	padding: 15px;
	border: none !important;
	color: #ff4d2c;
}
form#gform_5 li.gfield div.ginput_container select,
form#gform_6 li.gfield div.ginput_container select,
form#gform_7 li.gfield div.ginput_container select{
	padding: 15px;
	border: none !important;
	color: #ff4d2c;
}
form#gform_5 li.gfield div.ginput_container textarea,
form#gform_6 li.gfield div.ginput_container textarea,
form#gform_7 li.gfield div.ginput_container textarea{
	border: none !important;
	height: 200px;
	color: #ff4d2c;
}
div.ginput_container_consent{
	-webkit-box-shadow: none !important; 
    box-shadow: none !important;
	background: transparent !important;
	color: #000;
	font-weight: bold;
	margin-top: 10px !important;
}

#gform_submit_button_5,
#gform_submit_button_6,
#gform_submit_button_7{
	display: block;
	width: 300px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	box-shadow: none;
	border: none;
	background: #ff4d2c;
	border-radius: 0px;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 55px;
}
/***********************/
/*end CPT ONLINE ORDERS*/
/***********************/


/*************************/
/*start style TPL Service*/
/*************************/

.services-blue-holder{
	background: #29abe2;
	padding:60px 0;
}
.service-step-icon{
	margin-right:15px;
	margin-bottom:15px;
}
.service-step-title{
	font-family: 'Nunito Sans', sans-serif;
	font-size: 48px;
	font-weight: 800;
	text-transform: uppercase;
	color: #464646;
}
.service-step-info{
	font-family: 'Nunito Sans', sans-serif;
	font-size: 18px;
	color: #464646;
}
.services-buttons-holder{
	padding:60px 0 40px 0;
	background: #fdfdfd;
}
.service-loc-col{
	text-align: center;
	margin-bottom:20px;
}
.service-loc-col a:hover img{
	opacity: 0.8;
}
.service-loc-col a:focus{
	outline:none;
}

.services-info-col{
	font-size: 18px;
	font-family: 'Nunito Sans', sans-serif;
	color: #464646;
}
.services-info-col h3{
	font-size: 24px;
	font-weight: 800;
	margin-bottom:25px;
}

.services-shuttle-holder{
	background: #f2f9ff;
	padding:60px 0 40px 0;
	margin-top:30px;
}

body.page-template-tpl-service .newsletter-subscribe-container{
	background: #d7e6f4 !important;
	margin-top:0px !important;
}
body.page-template-tpl-service .site-footer{
	margin-top:0px !important;
}
/***********************/
/*end style TPL Service*/
/***********************/


/**************************/
/*Start style TPL ABOUT US*/
/**************************/
.about-us-statement-holder{
	background: url('images/about-us-header-bg.jpg') top center no-repeat;
	font-size:18px;
	height: 440px;
	margin-bottom:70px;
	color: #fff;
	font-family: 'Nunito Sans', sans-serif;
}
.about-us-pay-online-holder{
	background: #f2f9ff;
	padding:60px 0 40px 0;
	margin-top:60px;
}
body.page-template-tpl-about-us .site-footer{
	margin-top:0px !important;
}
/************************/
/*End style TPL ABOUT US*/
/************************/


/***********************/
/*start style TPL Parts*/
/***********************/
.parts-cat-holder div a{
	display: block;
	margin-bottom: 34px;
	border-bottom: 2px solid #929292;
	padding-bottom: 9px;
}
.parts-cat-holder div a:hover{
	opacity: 0.8;
}
.parts-cat-img{
	border: 3px solid #ff0000;
}
.part-container{
	margin-bottom: 40px;
	border-bottom: 2px solid #929292;
	padding-bottom: 3px;
}
.parts-featured-title{
	color: #004282;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}
.part-name{
	font-size: 17px;
	line-height: 19px;
	color: #939393;
	font-family: 'Arial';
	margin-bottom: 5px;
}
.part-img{
	border: 3px solid #ff0000;
}
.part-viewdetail:hover{
	opacity: 0.8;
}


/**/
.aus-2k-parts-step-col{
	text-align: center;
	margin-bottom:20px;
}
.aus-wk-parts-info-col{
	color: #464646;
	font-size: 18px;
}
.aus-2k-parts-title{
	text-transform: uppercase;
	color: #464646;
	font-size: 48px;
	line-height:55px;
	font-weight: 900;
	margin-bottom:30px;
}


/*********************/
/*end style TPL Parts*/
/*********************/


/*start FAQ Page*/
h2.faq-sec-title{
	font-size: 21px !important;
    font-weight: bold !important;
    color: #ff4d2c !important;
    text-transform: uppercase;
}
h3.ui-accordion-header{
	font-size: 18px;
    color: #363636;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px !important;
}
h3.ui-accordion-header:hover{
	cursor: pointer;
	color: #ff4d2c;
}
h3.ui-accordion-header:focus{
	outline: none !important;
}
h3.ui-accordion-header-active{
	border-bottom: 3px solid #ff4d2c !important;
}
div.ui-accordion-content{
	font-size: 16px;
	color: #000;
	margin-bottom: 15px;
	border-left: 3px solid #ff4d2c;
	padding: 0 0 0 8px !important;
}
div.ui-accordion-content p:last-of-type{
	margin-bottom: 0px !important;
}
/*end FAQ Page*/


/****************************/
/*start media fluid breakout*/
/****************************/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

	/*header*/
	.logo-col{
		text-align: center;
		margin-bottom: 30px;
	}

	/*HOME*/
	.home-pre-owned-col{
		text-align: center;
	}
	.facebook-feed-col{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.trade-value-col{
		text-align: center;
	}



}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	
	.home-slider-mobile{
		display:block;
	}
	.home-slider-desktop{
		display:none;
	}

	/*cpt car*/
	ul.cars-topmenu{
		position: static;
		left: inherit;
		width: 100%;
		margin-top: 20px !important;
	}
	ul.cars-topmenu li{
		float: left;
		clear: left;
		width: 100%;
		padding: 5px 0 !important;
		border-bottom: 1px solid #b9b9b8;
	}
	ul.cars-topmenu li a{
		font-size: 16px !important;
	}
	ul.cars-topmenu li.active a{
		border:none;
	}

	/**/
	
	.header-logos-col{
		border-top: 1px solid #d1d1d1;
	}
	a.head-logo-link{
		margin: 10px 0px;
		display: inline-block;
	}
	a.head-logo-link img{
		max-width: 70%;
	}
	a.head-book-service-but{
		display: block;
		max-width: 150px;
    	margin: 15px auto;
    	font-size: 12px;
    	padding: 8px 10px;
	}

	/*home*/
	.email-form-border{
		padding: 60px 30px;
	}
	.email-us-title{
		left: 50%;
		margin-left: -140px;
	}
	li.gf_left_half{
		width: 100%;
		padding: 0px;
	},
	li.gf_right_half{
		float: left;
		clear: left;
		width: 100%;
	}
	form#gform_3 li.gfield div.ginput_container textarea,
	form#gform_4 li.gfield div.ginput_container textarea{
		border: none !important;
		height: 280px;
	}
	form#gform_3 .gform_button,
	form#gform_4 .gform_button{
		width: 380px;
		margin: 0 0 -50px -190px;
	}




}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

	.newsletter-title{
		font-size: 35px;
	    line-height: 40px;
	    width: 100%;
	    height: auto;
	    margin: 0 auto;
	    position: static;
	}

	li.gf_left_half, form#gform_4 li.gf_left_half{
		padding-top:20px;
	}
	li.gf_right_half, form#gform_4 li.gf_right_half{
		padding-top:20px;
	}

	/*footer*/
	.copy-col{
		text-align: center;
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #ccc;
	}
	.compliance-col{
		text-align: center;
	}

	/*parts*/
	.aus-2k-parts-title{
		text-align: center;
	}

	
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
}

/**************************/
/*end media fluid breakout*/
/**************************/
