/*!
Theme Name: Sun Stopppers
Theme URI: http://underscores.me/
Author: Mike Dickerman
Author URI: https://godigitalalchemy.com/
Description: Sun Stopppers - v1
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sun_stopppers
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.

Sun Stopppers 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-font-smoothing: antialiased;
	-ms-text-size-adjust: 100%;
	-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.
 */

/* 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: 700;
}

/**
 * 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: 35%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -1.22em;
}

/* 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: "proxima-nova",sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "proxima-nova",sans-serif;
	font-weight:700;
	clear: both;
}

h1{ font-size:60px;}
h2{ font-size:55px;}
h3{ font-size:40px;}
h4{ font-size:25px;}
h5{ font-size:21px;}
h6{ font-size:16px;}

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. */
	
	image-rendering: -webkit-optimize-contrast;
}

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"] {
	font-family: "proxima-nova",sans-serif;
	font-weight:700;
	border: 2px solid;
	border-color: #000 #000 #000;
	border-radius: 3px;
	background: #ffff;
	color: rgba(0, 0, 0, 0.8);
	font-size: 14px;
	line-height: 1;
	padding:5px 10px;
	height:35px;
	outline:0;
	line-height:23px;
	text-transform:uppercase;
}

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 {
	font-family: "proxima-nova",sans-serif;
	font-weight:400;
	color: #666;
	border-radius:3px;
	border:1px solid #ccc;
	padding:5px 10px;
	height:35px;
	outline:0;
	line-height:25px;
}

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%;
	height:150px;
}

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

a:visited {
	
}

a:hover, a:focus, a:active {
	
}

a:focus {
	outline: 0;
}

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

a:hover, a:focus{
	color:#1d1d1d;
	}

/*--------------------------------------------------------------
## 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;
}

.center-block{
	float:none;
	}

/*--------------------------------------------------------------
# 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  ul{
	list-style:disc inside;
	margin-left:0;
	padding-left:0;
	}

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

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

.hentry {
	margin: 0 0 1.5em;
}

.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;
}

/*--------------------------------------------------------------
## CTA
--------------------------------------------------------------*/	
.cta-btn{
	display:inline-block;
	font-family: "proxima-nova",sans-serif;
	font-weight:700;
	font-size:15px;
	color:#ffffff;
	text-transform:uppercase;
	border:2px solid #fff;
	min-width:158px;
	min-height:48px;
	padding:5px 10px;
	line-height:34px;
	text-align:center;
	}
	
a.cta-btn{
	color:#ffffff;
	text-decoration:none;
	}
	
.cta-btn.fill{
	background-color:#ffffff;
	font-size:14px;
	color:#000000;
	border:0px;
	line-height:38px;
	letter-spacing:1px;
	}			


/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
body{overflow-x: hidden;}
.header-wrap{
	width:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:999;
	}

.header-top-wrap{
	padding:15px 0 11px;
	background-color:rgba(0, 0, 0, 0.87);
	}		
	
.logo{
	max-width:237px;
	}

.header-right{
	float:right;
	padding:20px 0;
	}	

.header-social {
    float: left;
    font-size: 30px;
    color: #fff;
    padding-top: 2px;
}

.header-social a:hover,.header-social a:focus {
	color: #e18f1b;
}

.header-right .callus{
	font-family: "proxima-nova",sans-serif;
	font-weight:400;
	color:#fff;
	margin:12px 25px !important;
	float:left;
	}
	
.header-right .callus .fas{
	color:#7a7a7a;
	}	
	
.header-right .callus a{
	color:#b6a285;
	}
	
.header-right .callus .cta-btn{
	float:left;
	}
	
.header-bottom-wrap{
	background-color:rgba(0, 0, 0, 0.87);
	border:1px solid rgba(255, 255, 255, 0.40);
	}	
	
.main-nav{
	text-align:center;
	}
	
.main-nav ul{
	padding:0;
	margin:0;
	list-style:none;
	}
	
.main-nav ul li{
	display:inline-block;
	position:relative;
	margin-right:-5px;
	}
	
.main-nav ul li:first-child a{
	border-left:1px solid rgba(255, 255, 255, 0.40);
	}
	
/*.main-nav ul li:last-child a{
	border-right:0;
	}*/		
	
.main-nav ul li a{
	display:inline-block;
	min-width:148px;
	min-height:62px;
	text-align:center;
	padding:10px;
	line-height:42px; 
	font-size:16px;
	color:#ffffff;
	font-weight:600;
	text-transform:capitalize;
	border-right:1px solid rgba(255, 255, 255, 0.40);
	text-decoration:none;
	}
	
.main-nav ul li:hover a,
.main-nav ul li.current_page_item a{
	background-color:rgba(0, 0, 0, 0.50);
	}	
	
.main-nav ul ul{
	background-color:rgba(0, 0, 0, 0.50);
	width:270px;
	border:1px solid rgba(255, 255, 255, 0.40);
	position:absolute;
	left:0;
	top:120%;
	visibility:hidden;
	opacity:0;
	transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	}
	
.main-nav ul li:hover > ul{
	top:100%;
	visibility:visible;
	opacity:1;
	}	
	
.main-nav li li{
	display:block;
	margin-right:0;
	}
	
.main-nav li li a{
	background-color:transparent !important;
	border:0 !important;
	padding:15px 10px;
	border-bottom:1px solid rgba(255, 255, 255, 0.40) !important;
	min-height:52px;
	line-height:normal;
	display:block;
	text-align:left;
	}
	
	
.main-nav li li:last-child a{
	border-bottom:0px !important;
	}	
	
.main-nav li li a:hover{
	background-color:rgba(0, 0, 0, 0.50) !important;
	}

.main-nav ul.sub-menu ul.sub-menu {left: 100%;top: 0;}


/*--------------------------------------------------------------
## Banner Wrap
--------------------------------------------------------------*/

.banner-wrap{
	position: relative;
	}
	
.slide{
	background-color:#333;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	height:100vh;
	position:relative;
	font-family: "proxima-nova",sans-serif;
	font-weight:400;
	font-size:25px;
	color:#c6b28f;
	overflow:hidden;
	}
	
.slide h2{
	margin:0;
	font-family: "proxima-nova",sans-serif;
	font-size:50px;
	font-weight:500;
	line-height:normal;
	color:#fff;
	text-transform:capitalize;
	}	
	
.slide p{
	line-height:normal;
	margin:0;
	}		
	
.slide .slide-content{
	position:absolute;
	width:100%;
	padding:0;
	z-index:3;
	}

.slide-overlay{
	position:absolute;
	left:0;
	top:0;
	background:linear-gradient(to top, #000 10%, transparent);
	width:100%;
	height:100%;
	opacity:0.80;	
	}
	
.container-wrap{
	background-color:#fff;
	box-shadow:0 5px 10px rgba(0, 0, 0, 0.18);
	position:relative;
	z-index:600;
	}
	
.section-row {
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	padding:185px 0;
	/*min-height:690px;*/
	position:relative;
	font-size:22px;
	color:#a6a6a6;
	font-weight:400;
	margin-bottom:0px;
	overflow:hidden;
	}
	
.container-wrap .section-row:last-child{
	margin-bottom:0;
	}	
	
.section-row.medium-padding{
	padding:65px 0;
	}
	
.section-row.small-padding{
	padding:0;
	}			
	
.section-row h2{
	margin:30px 0;
	text-transform:uppercase;
	}
	
.section-row p{
	margin:30px 0;
	}
	
.section-row ul{
	margin:30px 0;
	}			
	
.section-row h2 span{
	display:block;
	font-size:40px;
	}
	
.section-content{
	max-width:445px;
	}
	
.section-content .cta-btn{
	margin:0 -3px;
	}		
	
.text-right	.section-content{
	float:right;
	}	
	
.text-left	.section-content{
	float:left;
	}		
	
	
.cta-row{
	padding:80px 0 60px;
	min-height:100%;
	font-weight:300;
	color:#424242;
	}

.cta-row h2{
	margin:20px 0;
	}
	
.cta-row p{
	line-height:normal;
	}	
	
.cta-row .container{
	position:relative;
	}
	
.sep{
	content:'';
	display:block;
	background-color:#b6a285;
	width:3px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	}
	
.cta-row .container .sep{
	left:calc(41.66666667% - 35px);
	}	
	
.cta-row .col-lg-5 .row-col{
	padding-right:35px;
	} 
	
.cta-row .col-lg-7 .row-col{
	padding-left:35px;
	} 
	
.cta-row .row-col p:first-child{ margin-top:0;}	
.cta-row .row-col p:last-child{ margin-bottom:0;}

.cta-row.vertical-middle .col-lg-7 .row-col{}
	
.cta-row.vertical-middle .row-col{ height:144px;}

.cta-row.vertical-middle h2{ margin:0;}

.cta-row.vertical-middle figure{ max-width:300px; margin:0 auto; display:block;}

.cta-row.vertical-middle h2,.cta-row.vertical-middle p,.cta-row.vertical-middle figure,.cta-row.vertical-middle .cta-btn{
	position:relative;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	}
	
.cta-row .cta-btn{ float:right;}	
	
.information-row{
	padding:85px 0;
	color:#fff;
	font-size:16px;
	}
	
.information-row .row{
	position:relative;
	}
	
.information-row .row-col-header{
	margin:0 0 70px;
	}	
	
.information-row .row .sep{
	background-color:#797979;
	left:50%;
	}
	
.information-row .col-lg-6 .row-col{
	padding-right:125px;
	} 
	
.information-row .sep + .col-lg-6 .row-col{
	padding-left:125px;
	padding-right:0;
	} 						
	
.map-wrap .acf-map {
	width: 100%;
	height: 840px;
}

.location-info{
	max-width:477px;
	padding:12px 12px 12px 0px;
	clear:both;
	overflow:hidden;
	text-transform:capitalize;
	}
	
.location-info .location-detail{
	width:calc(100% - 200px);
	float:left;
	color:#000000;
	}
	
.location-info .location-detail h6{
	margin:0 0 0;
	}
	
.location-info .location-detail p{
	line-height:20px;
	margin:0 0 25px;
	}
	
.location-info .location-detail p:last-child{
	margin-bottom:0;
	}
	
.location-info .location-detail a{
	color:#f99d1b;
	text-decoration:none;
	}				
	
.location-info figure{
	background-color:#fff;
	width:195px;
	padding:5px;
	float:right;
	margin:0;
	box-shadow:0 0 5px rgba(0, 0, 0, 0.55);
	}
	
.location-info figure img{
	width:auto;
	max-width:100%;
	}
	
.contact-row{
	padding-bottom:145px;
	}

.info-row-heading{
	background-color:#0c7894;
	padding:30px 40px;
	margin:0 0 60px;
	color:#fff;
	box-shadow:0 0 20px rgba(0, 0, 0, 0.60);
	}
	
.info-row-heading h3{
	margin:0 0 5px;
	text-transform:uppercase;
	}
	
.info-row-heading h4{
	margin:0;
	font-weight:300;
	}		

.info-row-col{
	display:inline-table;
	vertical-align:top;
	float:none;
	padding:40px;
	margin-right:-4px;
	}

.info-row-col .info-col-content{
	background-color:#ffffff;
	box-shadow:0px 0px 20px rgba(0, 0, 0, 0.33);
	padding:0 30px 35px;
	min-height:345px;
	text-align:center;
	color:#424242;
	font-size:16px;
	}
	
.info-col-content h5{
	font-size:23px;
	margin-bottom:3px;
	}	
	
.info-col-content h5,.info-col-content h6{
	text-transform:uppercase;
	}
	
.info-col-content h6{
	font-weight:600;
	margin:0 0 30px;
	}	
	
.info-col-content .col-icon{
	background-color:#0c7894;
	width:60px;
	height:60px;
	border-radius:30px;
	display:block;
	margin:0 auto -7px;
	position:relative;
	top:-30px;
	color:#fff;
	text-align:center;
	line-height:60px;
	font-size:25px;
	
	}
	
.info-col-content hr{
	background-color:#0c7894;
	width:75px;
	height:4px;
	border:0;
	margin:0 auto 20px;
	display:block;
	}
	
.info-col-content ul{
	text-align:left;
	padding:0 0 0 20px;
	margin:0;
	}				
					
	
.footer-main-wrap{
	background-color:#000000;
	padding:50px 0;
	color:#FFF;
	font-size:14px;
	position:relative;
	z-index:500;
	}
	
.footer-main-wrap a{
	color:#f99d1b;
	text-decoration:none;
	}
	
.footer-main-wrap p{
	margin:0 0 30px;
	line-height:28px;
	}
	
.footer-main-wrap p:last-child{
	margin-bottom:0;
	}			
	
.footer-widget{
	padding:0 15px;
	float:left;
	}
	
.footer-widget h5{
	color:#b6a285;
	text-transform:uppercase;
	}
	
.footer-widget ul{
	padding:0;
	margin:0;
	list-style:none;
	}
	
.footer-widget ul li{
	display:block;
	margin:0 0 10px;
	}
	
@media (min-width: 992px) {
 .footer-main-wrap .row div.footer-widget:nth-child(1){ width:30%;}
 .footer-main-wrap .row div.footer-widget:nth-child(2){ width:30%;}
 .footer-main-wrap .row div.footer-widget:nth-child(3){ width:40%;}
}

.footer-bottom-wrap{
	background-color:#b6a285;
	padding:22px 0;
	font-size:13px;
	color:#fff;
	letter-spacing:1px;
	}
	
.footer-bottom-wrap a{
	color:inherit;
	}	

.footer-bottom-main{}

.footer-bottom-main ul{
	padding:0;
	margin:0;
	list-style:none;
	display:inline;
	}
	
.footer-bottom-main ul li{
	display:inline;
	}
	
.footer-bottom-main ul li:after{
	content:'|';
	padding:0 0 0 5px;
	}
	
.footer-bottom-main ul li:last-child:after{
	display:none;
	}			


.gallery-row{
	background-color:#f9f6f1;
	}

.gallery-content ul{
	padding:0;
	margin:0;
	list-style:none;
	}
	
.gallery-content ul li{
	width:33.33%;
	display:block;
	float:left;
	padding:15px;
	}
	
.gallery-content ul li img{
	width:100%;
	height:350px;
	border:4px solid #fff;
	display:block;
	object-fit: cover;
	object-position: center center;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.25);
	}			
	
					
.columns-content{
	color:#414141;
	float:none;
	display:inline-table;
	vertical-align:top;
	margin:0 -4px 0 0;
	padding:30px;
	font-size:16px;
	}

.columns-content figure{
	display:block;
	margin:0 0 30px;
	}
	
.columns-content figure img{
	display:block;
	width:100%;
	height:175px;
	object-fit: cover;
	object-position: center center;
	}	

.columns-content h5{
	margin:0 0 10px;
	color:#97080f;
	}
	
.columns-content h5 a{
	color:inherit;
	text-decoration:none;
	}
	
.columns-content p{
	line-height:normal;
	margin-top:0;
	}		
	
.columns-content .meta-row{
	color:#b6a285;
	margin:0 0 18px;
	}

.columns-content .meta-row a{
	color:inherit;
	text-decoration:none;
	}
	
.columns-content .cta-btn.fill{
	background-color:#97080f;
	color:#fff;
	}
	
.modal-popup{
	max-width:700px;
	font-family: "proxima-nova",sans-serif;
	font-weight:300;
	}

.modal-popup figure{
	max-width:650px;
	margin:0 auto 50px;
	}
	
.modal-popup figure img{
	width:100%;
	height:250px;
	display:block;
	object-fit: cover;
	object-position: center center;
	}
	
.modal-popup h5{
	color:#97080f;
	margin:0 0 12px;
	}
	
.modal-popup h5 a{
	color:inherit;
	text-decoration:none;
	}
	
.modal-popup .meta-row{
	color:#b6a285;
	margin:0 0 30px;
	}
	
.modal-popup .meta-row a{
	color:inherit;
	}
	
.modal-popup p{
	line-height:normal;
	margin:30px 0;
	}	
	
.modal-popup ul{
	margin:30px 0;
	padding:0 0 0 20px;
	}
	
.modal-popup ul li{
	line-height:normal;
	}
	
.modal-popup .cta-btn.fill{
	background-color:#97080f;
	color:#fff;
	margin-top:70px;
	}
	
.modal-popup .fancybox-close-small:after{
	background-color:#97080f;
	color:#fff;
	}					
														
.video-row{
	padding:55px 0;
	}
								
.video{
	border:5px solid #ffffff;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.35);
	margin:0 0 40px;
	}
	
.video .item-video{
	height:680px;
	}	
	
.video-thumb-row{
	text-align:center;
	}	
	
.video-thumb-row .video-thumb{
	display:inline-block;
	width:223px;
	height:126px;
	border:5px solid #ffffff;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.35);
	}
	
.video-thumb-row .video-thumb img{
	display:block;
	width:223px;
	height:117px;
	object-fit: cover;
	object-position: center center;
	}
	
#sync1,#sync2{
	overflow:hidden;
	}	
	
	
.content-sidebar-row{
	padding:0 15px;
	margin-bottom:0;
	font-size:16px;
	}
	
.content-sidebar{
	width:385px;
	float:left;
	}
	
.sidebar-nav{
	position:relative;
	padding-top:4px;
	padding-right:4px;
	}
	
.sidebar-nav:before{
	content:'';
	width:6000px;
	height:100%;
	border-top:1px solid #e1f1b5;
	border-right:1px solid #e1f1b5;
	position:absolute;
	right:0;
	top:0;
	}	

.sidebar-nav ul{
	padding:0;
	margin:0;
	list-style:none;
	}
	
.sidebar-nav ul li{
	display:block;
	position:relative;
	margin-bottom:3px;
	}
	
.sidebar-nav ul li:before{
	background-color:#effad1;
	border:1px solid #e1f1b5;
	border-left:0;
	height:100%;
	width:6000px;
	content:'';
	display:block;
	position:absolute;
	right:0;
	top:0;
	z-index:99;
	}
		
	
.sidebar-nav ul li a{
	text-align:right;
	padding:25px 60px 25px 60px;
	display:block;
	font-size:21px;
	text-decoration:none;
	color:#8dc002;
	text-transform:capitalize;
	position:relative;
	z-index:100;
	}
	
.sidebar-nav ul li:last-child{
	margin-bottom:0;
	}
	
.sidebar-nav ul li:last-child:after{
	border-bottom:0;
	}
	
.sidebar-nav ul li a:after{
	font-family: 'Font Awesome 5 Pro';
	content: '\f35a';
	display: block;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	}
	
.sidebar-nav ul li.current:before{
	background-color:#f9fcf1;
	border-color:#f9fcf1;
	border-top-color:#e1f1b5;
	border-bottom-color:#e1f1b5;
	height:100%;
	top:0;
	right:-4px;
	}
	
.sidebar-nav ul li:first-child.current:before{
	height:calc(100% + 3px);
	top:-3px;
	border-color:#f9fcf1;
	border-top-color:#f9fcf1;
	border-bottom-color:#e1f1b5;
	}		
	
					
	
.content-mian{
	width:calc(100% - 385px);
	background-color:#f9fcf1;
	border-left:1px solid #e1f1b5;
	border-top:1px solid #e1f1b5;
	padding:20px 50px;
	position:relative;
	/*min-height:1100px;*/
	left:-1px;
	margin-left:-1px;
	float:left;
	}
	
.content-mian:after{
	content:'';
	display:block;
	background-color:#f9fcf1;
	border-top:1px solid #e1f1b5;
	position:absolute;
	width:6000px;
	height:calc(100% + 1px);
	left:100%;
	top:-1px;
	}
	
.content-mian{
	color:#414141;
	}
	
.content-mian strong{
	font-weight:700;
	color:#8dc002;
	text-transform:uppercase;
	}
	
.content-mian  p{
	margin:25px 0;
	}
	
.content-mian h1,.content-mian h2,.content-mian h3,
.content-mian h4,.content-mian h5,.content-mian h6{ margin:25px 0; text-transform:uppercase;}


.panes{ display:none;}


.videotab-container .ug-theme-panel{ visibility:hidden;}
.videotab-container .ug-strip-panel{ visibility:visible;}

.hamburger-menu{ display:none; }
.hamburger-menu{ margin:15px 15px 15px 0; width:30px; height:25px; position:relative; float:right; cursor: pointer;}
.hamburger-menu span{ display:block; background-color:#fff; width:100%; height:3px; position:absolute; left:0; top:0; 
transform:rotate(0); -webkit-transform:rotate(0); transition:transform 0.2s ease; -webkit-transition:transform 0.2s ease;}
.hamburger-menu span:nth-child(1){ top:3px;}
.hamburger-menu span:nth-child(2){ top:12px;}
.hamburger-menu span:nth-child(3){ top:20px;}

.hamburger-menu.active span:nth-child(1){
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	top:11px;	
	}
	
.hamburger-menu.active span:nth-child(2){
	display:none;
	}
	
.hamburger-menu.active span:nth-child(3){
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	top:11px;	
	}
	
.section-row.error-404{
	font-family: "proxima-nova",sans-serif;
	font-weight:300;
	color:#3b3e43;
	font-size:16px;
	margin-top:180px;
	}	
	
.error-404 h3{
	font-family: "proxima-nova",sans-serif;
	font-weight:300;
	font-size:32px;
	font-weight:300;
	color:#757575;
	}
	
.error-404 .cta-btn{
	border-color:#303030;
	color:#000000;
	padding:5px 30px;
	border-radius:3px;
	}
	
.error-404 .cta-btn:hover{
	background-color:#fbc242;
	border-color:#fbc242;
	}						

.content-section{
	padding:35px 0;
	}
	
.gform_wrapper div.validation_error{
	background-color: #f1c40f;
	}
	
body .gform_wrapper .gform_confirmation_message, body .gform_wrapper div.validation_error{
	position: relative;
    padding: 17px 30px;
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
	}
	
.header-wrap.no-banner + .container-wrap{ margin-top:180px;}

.single-map-wrap{
	background-color:#666;
	}
	
.single-map-wrap .acf-map{ height:450px;}
.single-map-wrap .location-info .location-detail{ width:auto; float:none;}	
	
.contact-wrap{
	padding:40px 0 90px;
	}
	
.section-myaccount{
	}
	
.section-myaccount h3{
	margin:0 0 40px;
	}	
	
.section-myaccount label{
	display:none;
	}
	
.section-myaccount input[id="user_login"]{
	display:block;
	width:100%;
	}
.information-row p a{ color:#b6a285;}	
.page-id-396 ul{ margin-left:0;}
.easy_youtube_gallery.col-4.video-gallery .eytg-item {
   width: calc(25% - 4px);
   margin: 0 2px;
   padding: 5px;
   background: white;
   border: 1px solid #ddd;
}
.easy_youtube_gallery .eytg-item .eytg-title {
   position: absolute;
   z-index: 5;
   width: 100%;
   text-align: center;
   background: rgba(0,0,0,0.2);
   color: #fff;
   font-size: 12px;
   text-shadow: 1px 1px 1px #000;
}
.video-gallery .eytg-item .eytg-title {
   background: #eee;
   color: #000;
   text-shadow: none;
   padding: 5px 0;
   left: 0;
}
.easy_youtube_gallery .eytg-item .eytg-title.bottom {
   bottom: 0;
}
/*===========================================================
[Partners Listing]
============================================================*/

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.row-eq-height [class*="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.partner_module {
	padding:60px 0;
	font-weight:300;
}

.partner_info {
	padding-left: 70px;
	border-left: 3px solid #b6a285;
}

.section-row .partner_info h3 {
	margin-top:0;
}
.section-row .partner_info p {
	margin:0 0 25px;
}

.partner_info .cta-btn {
	padding: 5px 25px;
}

.partner_logo .row-col {
	width:100%;
	position:relative;
	top:50%;
	transform: translateY(-50%);
}
.partner_logo .row-col figure {
	width:275px;
	margin:0 auto;
}    
.information-row.two_column_text{
	color:#424242;
	font-size:22px;
}
.information-row.two_column_text .col-lg-6 .row-col{
	padding-right: 50px;
}
/*================================[2018-04-25]=====================================*/
.home .banner-wrap {
	height:100vh;
	background-color:#333;
	position:relative;
}

.parallax-window {
	background-attachment:fixed;
}

.solid-bg .header-bottom-wrap, .solid-bg .header-top-wrap {
	background: rgba(0, 0, 0, 1);
}

.ug-videoplayer .ug-videoplayer-button-close {
	display:none !important;
}
/*.cta-row.vertical-middle a {
	color: #0c7894;
}*/

.slide iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 116%;
    border: 0;
	z-index:5;
}

.video_overlay {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background:rgba(0,0,0,0.1);
	z-index:2;
}
.page-id-396 .content-section {
	padding: 30px 0;
	background-color:#f8f6f6;
}

.banner-wrap .owl-nav i {
	font-size:100px;
	color:#FFF;
}

.banner-wrap .owl-nav .owl-prev, .banner-wrap .owl-nav .owl-next {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	z-index:99;
	height:100px;
}
.banner-wrap .owl-nav .owl-prev {
	left: 20px;
}
.banner-wrap .owl-nav .owl-next {
	right:20px;
}

.banner-wrap .owl-carousel {
	position:fixed;
	z-index:1;
}

.owl-carousel .fadeIn {
	opacity:1;
}



.anim_content  {
	position:relative;
	transition: all 0.9s ease-in-out 0.9s;
}


.footer-wrap {
	position:relative;
	z-index:2;
}

.cover_image {
	width:100%;
	height:100%;
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	transform: scale(1.6 , 1.6);
    -webkit-transform: scale(1.6 , 1.6);
	
	-webkit-transition: all 0.9s ease-in-out 0.9s;
    -moz-transition: all 0.9s ease-in-out 0.9s;
    -o-transition: all 0.9s ease-in-out 0.9s;
    transition: all 0.9s ease-in-out 0.9s;
}
.home .section-row.go .cover_image {
	transform: scale(1 , 1);
	-webkit-transform: scale(1 , 1);
}

.cover_text {
	position:relative;
	z-index:5;
}

.text-left .cover_text .section-content {
	position:relative;
	right:100%;
	transition-property: right;
	transition: all 0.9s ease-in-out 0.9s;
}

.home .section-row.text-left.go .cover_text .section-content {
	right:0;
}

.text-right .cover_text .section-content {
	position:relative;
	left:100%;
	transition-property: left;
	transition: all 0.9s ease-in-out 0.9s;
}

.home .section-row.text-right.go .cover_text .section-content {
	left:0;
}

.footer-wrap .map-wrap {
	background:#FFF;
}

/*===================[Scroll-arrow]==========================*/
.down_arrow {
	display:block;
	width: 24px;
	height: 24px;
	position:absolute;
	bottom:50px;
	left:50%;
	transform:translateX(-50%);
	z-index:100;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.down_arrow .text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

/*=============[2018-04-27]==================*/
.slide .slide-content.left_position {
	left:5%;
	top:50%;
	transform: translateY(-50%);
}

.slide .slide-content.center_position {
	left:0;
	top:50%;
	transform: translateY(-50%);
	text-align:center;
}

.slide .slide-content.right_position {
	right:0;
	top:50%;
	text-align:right;
	transform: translateY(-50%);
}
.slide .slide-content.top_position {
	left:0;
	top:25%;
	text-align:center;
}

.slide .slide-content.bottom_position {
	left:0;
	bottom:10%;
	text-align:center;
}

.left_position .anim_content {
	right:100%;
	transition-property: right;
}
.right_position .anim_content  {
	left:100%;
	transition-property: left;
}
.top_position .anim_content  {
	bottom:100vh;
	transition-property: bottom;
}
.bottom_position .anim_content  {
	top:100vh;
	transition-property: top;
}

.owl-item.active .left_position .anim_content { right:0; }
.owl-item.active .right_position .anim_content { left:0; }
.owl-item.active .top_position .anim_content { bottom:0; }
.owl-item.active .bottom_position .anim_content { top:0; }
.img_overlay {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background:rgba(0,0,0,0.6);
	z-index:2;
}

.text_info .row-col {
	width:100%;
	position:relative;
	top:50%;
	transform: translateY(-50%);
}

/*.page-id-515 .information-row p a {
	color:#f99d1b;
}*/

.page-id-471 .content-mian {
	min-height:inherit;
}
/*==================[2018-04-30]====================*/
.page-template-template-contact .map_heading {
	background-color:#f9f9f9;
	border-top: 1px solid #ededed;
	margin-bottom:0;
}

.all_address {
	font-size:14px;
	line-height:20px;
}
.all_address span {
	display:block;
}
.all_address h5 {
	padding-bottom:20px;
	border-bottom: 1px solid #ededed;
	margin-bottom:0;
}
.all_address h6 {
	margin-top:25px;
	margin-bottom:5px;
}

.all_address a {
	color:#f99d1b;
}
.all_address a:hover {
	text-decoration:underline;
}

.vmiddle_content {
	display:table;
	width:100%;
}

.vmiddle_content .vmiddle_inner {
	display:table-cell;
	float:none;
	vertical-align:middle;
}

.vmiddle_inner figure {
	text-align:center;
	max-width: 70%;
}

.cta-row {
	min-height:inherit;
}

.desk_btn { display:inline-block; }
.mob_btn { 
	display: none;
	float:left;
}
.cta-btn.mob_btn {
	padding: 3px 10px;
	line-height:25px;
	min-height:inherit;
	margin:5px 0 0 15px;
}

#instafeed li {
	display: none;
}

#instafeed li:nth-of-type(3n+3) {
 display: block;
}

#instafeed:after {
	clear: both;
	content: "";
	display: table;
}
#instalink_btn { display:none; }
.morebtn_area { text-align: center; margin-top: 40px;  }

.morebtn_area a {
	display: inline-block;
}

/*Car Design
------------------------------*/
.customizer-link{
	float:right;
	padding:9px 20px;
	background: linear-gradient(#fee602, rgb(248, 153, 29));
	margin-left:10px;
}

.header-bottom-wrap .customizer-link{
	display:none;
	}

.customizer-link span{
	position:relative;
	top:-3px;
	}
.customizer-link a{
	font-size:14px;
	font-weight:700;
	color:#000;
	text-transform:uppercase;
	text-decoration:none !important;
}
.customizer-link a i{
	color:#000;
	font-size:27px;
	margin-right:10px;
}

.car-banner{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cdcdcd+0,201f1f+100 */
	
	
	padding:0px 8% 0;
	overflow:hidden;
	
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:990;
	margin-top:179px;
	display:none;
}
.car-banner:before {
	background: rgba(0,0,0,0.8);
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
}
.car-bg {
	position: relative;
}
.car-bg:before {
    background: rgb(205,205,205); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(205,205,205,1) 0%, rgba(32,31,31,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(205,205,205,1) 0%,rgba(32,31,31,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(205,205,205,1) 0%,rgba(32,31,31,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcdcd', endColorstr='#201f1f',GradientType=0 ); /* IE6-9 */
    content: "";
    height: calc(100% + 25px);
    width: 200%;
    left: -50%;
    top: -25px;
    position: absolute;
}
.window-tint-service{ padding-top:25px;}
.car-customize{ 
	position:relative; 
	text-align:center;
}
.services {
	overflow:hidden;
	clear:both;
	padding: 0 0 10px 60px;
}
.customize-option{
	margin-bottom:112px;
	overflow:hidden;
}
.customize-option .steps{ 
	position:relative;
	margin-right:65px;
	float:left;
	min-width: 200px;
	font-family: "azo-sans-web",sans-serif;
}
.customize-option .steps:last-child{
	margin-right:0;
}
.customize-option .step-count{
	height:34px;
	width:34px;
	background:#fff;
	border:1px solid #000;
	border-radius:50%;
	text-align:center;
	line-height:34px;
	position:absolute;
	top:0;
	left:-50px;
	font-weight:700;
	font-size:18px;
}
.variations .choosen{
	background: #efb238 !important;
}
.variations{ position:relative; margin:0 -8px;}
.variation-box{ display:inline-block; padding:0 8px;}
.variation-box h4{
	position:relative;
	font-size:13px;
	font-weight:700;
	color:#000;
	/*padding-left:20px;*/
	text-transform:uppercase;
	font-family: "azo-sans-web",sans-serif;
}
.variation-box h4:before{
	content:"";
	height:12px;
	width:12px;
	background:white;
	position:absolute;
	left:0px;
	top:0;
	display:none;
}
.variation-box ul{
	list-style:none;
	padding:0;
	margin:0;
}
.variation-box ul li{
	display:inline-block;
	margin:0 -2px;
	text-align:center;
}
.variation-box ul li a{
	width:38px;
	height:35px;
	line-height:35px;
	display:block;
	font-size:11px;
	color:#fff;
	font-weight:500;
}
.variation-box ul li a:hover{
	color:#fff;
	text-decoration:none;
}
.customize-option .steps select{
	font-weight:700;
	text-transform:uppercase;
	font-size:14px;
	color:#000000;
	font-family: "azo-sans-web",sans-serif;
	letter-spacing:1px;
	position:relative;
	width:100%;
	height:36px;
	background:white;
	border:1px solid #f2f2f2;
	padding:7px 16px;
	z-index:99;
	
}
.customize-option .steps select option{
	font-weight:400;
	text-transform:uppercase;
}

/*estimate-data*/
.estimate-data{}

.data-top{ background:#fcaf17; text-align:center; position:relative;}
.data-top:before{ background:#fcaf17; content:""; height:160px; width:100%; left:-100%; top:0; position:absolute;}
.data-top:after{ background:#fcaf17; content:""; height:160px; width:100%; right:-100%; top:0; position:absolute;}
.data-top h2{ font-weight:700; font-size:37px; color:#fff; text-transform:uppercase; margin:0; padding:39px 0 38px; position:relative; z-index:100;}
.data-top h2:after{ 
	content:"";
	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-left-width: 38px;
	border-right-width: 38px;
	border-top: 66px solid #fcaf17;
	
	position:absolute; 
	left:50%; 
	bottom:-56px; 
	transform:translateX(-50%); 
	-webkit-transform:translateX(-50%);
}
.data-top strong{ color:#000;}

.data-content-section{ background:#fff; text-align:center; padding:185px 0 45px; position:relative;}
.data-content-section:before{ background:#fff; content:""; height:100%; width:100%; left:-100%; top:0; position:absolute;}
.data-content-section:after{ background:#fff; content:""; height:100%; width:100%; right:-100%; top:0; position:absolute;}
.data-heading h2{ font-size:55px; font-weight:700; text-transform:uppercase; color:#b6a285; border-top:3px solid #b6a285; display:inline-block; padding-top:20px; margin:20px 0 90px;}
.data-heading h2 strong{ color:#424242;}

.data-content{ text-align:left; font-size: 15px; color:#424242;}
.data-content-lt{ float:left; width:50%; padding-right:160px;}
.data-content-rt{ float:right; width:50%;}
.data-content h3{ color:#fcaf17; font-size:23px; text-transform:uppercase; font-weight:500; margin:0 0 35px;}
.data-content h4{ text-transform:uppercase; font-weight:700; margin:0; font-size:14px;}
.data-content ol{ padding:0; margin:0;}
.data-content ol li{
	padding-left:20px;
	position:relative;
	list-style:none;
}
.data-content ol li:after{ content:""; width:4px; height:4px; background:#646464; position:absolute; left:10px; top:10px; border-radius:50%;}

.data-content ul{ list-style:none; padding:0; margin:0;}
.data-content ul li{ margin-bottom:15px;}
.data-content ul li i{
	background:#fcaf17;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	border-radius:50%;
	float:left;
	margin:0px 30px 12px 0;
	color:#fff;
	font-size:21px;
	letter-spacing: 0.5px;
}
.data-content ul li .box{
	overflow:hidden;
}
.data-content-lt big{ font-size:23px; font-weight:300;}


/*change-parameter*/
.change-parameter{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	text-align:center;
}

.paint-protection-service{ padding-top:25px; position:relative;}
.paint-protection-service .data-top{ background:#8dc002;}
.paint-protection-service .data-top:before{ background:#8dc002;}
.paint-protection-service .data-top:after{ background:#8dc002;}
.paint-protection-service .data-top h2:after{ border-top-color:#8dc002;}
.paint-protection-service .data-content h3{ color:#8dc002;}
.paint-protection-service .data-content ul li span{ background:#8dc002;}

.ceramic-coatings{ padding-top:25px; position:relative;}
.ceramic-coatings .data-top{ background:#d8277d;}
.ceramic-coatings .data-top:before{ background:#d8277d;}
.ceramic-coatings .data-top:after{ background:#d8277d;}
.ceramic-coatings .data-top h2:after{ border-top-color:#d8277d;}
.ceramic-coatings .data-content h3{ color:#d8277d;}
.ceramic-coatings .data-content ul li span{ background:#d8277d;}


.main-nav .customizer-link{ display:none;}

.service_inner_block, .service_inner_block_wind { display:none;}

.no-banner{ margin-top:182px;}

.information-row .row-col-header h2 span{ color:#fff !important;}
.information-row .row-col-header h4 a{color:#fff !important;}
#wind_shield_tinting_premium .data-top{ background:#0c7894;}
#wind_shield_tinting_premium .data-top:before{ background:#0c7894;}
#wind_shield_tinting_premium .data-top:after{ background:#0c7894;}
#wind_shield_tinting_premium .data-top h2::after { border-top-color:#0c7894;}

/*Blog
-------------------------*/
.blog-section{
	margin-bottom:50px;
}
.post_blog {
    padding: 10px 20px 40px 0;
    border-bottom: 2px solid #999;
}
.post_blog:last-child{
	border:0px;
}
.comments-area .form-submit .submit,
.btn{
	background:#e18f1b;
	display: inline-block;
    font-family: "proxima-nova",sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    border: 2px solid #fff;
    min-width: 158px;
    min-height: 48px;
    padding: 5px 10px;
    line-height: 34px;
    text-align: center;
}
.entry-meta{ margin-bottom:15px;}
.entry-meta a{ color:#e18f1b;}
.post_blog h3 {
    font-size: 34px;
}
.blog-sidebar .widget ul {
    list-style: outside;
	padding-left: 20px;
}
.blog-sidebar .widget {
    margin: 0 0 1.5em;
    background: #f8f6f6;
    padding: 10px 15px;
    border-top: 4px solid tan;
}
.widget.widget_search{padding: 10px 10px;}
.blog-sidebar .widget input[type="submit"]{ font-size:11px; border-width:1px; padding: 6px 10px; height: 34px;}
.blog-sidebar ul li { margin-bottom: 10px;}
nav.navigation.posts-navigation { padding-top: 20px;}
.single-post h1{ font-size:44px;}
.single-post h2{ font-size:36px;}
.single-post h3{ font-size:26px; margin-bottom:15px;}
.post-single-area{ margin-bottom:50px;}

aside.widget-area .search-form label{ width: 71%; margin-right: 2%;}
aside.widget-area .search-form .search-field{ width: 100%;}
.fg-default.fg-gutter-15 { padding: 50px 0 0; text-align:center;}
.blog-sidebar { padding-top: 40px;}
#go-top{ position:fixed; right:50px; bottom:50px;}

.page-id-471 .row-col-header h2 span h4{ text-transform:none;}

.page-id-174 .map-wrap,
.page-id-168 .map-wrap,
.page-id-515 .map-wrap{ display:none;}

/*=============================================================================
[Customize your car]
=============================================================================*/
.page-template-template-customize .car-banner {
	display:block !important;
	position:relative;
}
.page-template-template-customize .car-banner:before {
	display:none;
}

.page-template-template-customize .customizer-link, .page-template-template-customize .header-bottom-wrap .customizer-link {
	display:none;
}


/* ==========================================================================
   Galleries-page
   ========================================================================== */

.galleries-section{
	background-color:#f8f6f6;
	padding:60px 0px;
	}
	
.image-box{
	background-color:#ffffff;
	-webkit-box-shadow: 0 0 27px 0 rgba(0,0,0,.21);
    box-shadow: 0 0 27px 0 rgba(0,0,0,.21);
	margin:0 0 20px 0;
	}	
	
.image-box img{
	height:200px;
	object-fit:cover;
	width:100%;
	}	
.image_title{
	padding: 12px;
	text-align:center;
	display:table;
	width:100%;
	min-height:76px;
	}
	
.image_title h6{
	font-size:18px;
	line-height:24px;
	color:#404040;
	display:table-cell;
	vertical-align:middle;
	}	
	
.image_title h6 a{
	text-decoration:none;
	}	

.image_title h6 a:hover{
	color:#b6a285;
	}	

.gallery-box{
	margin:-2px;
	overflow:hidden;
	}
	
.image-gallery-box{
	width:25%;
	padding:2px;
	float:left;
	}	
.image-gallery-box img{
	width:100%;
	height:250px;
	object-fit:cover;
	}	
	
.gallery-box img{
	height:250px;
	object-fit:cover;
	width:25%;
	padding:2px;
	float:left;
	border:0;
	outline:0;
	cursor:pointer;
	}







img.lazy { 
    display: block;
    /* optional way, set loading as background */
    background-image: url('images/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


.gallery-nav{
	text-align:center;
	margin:0 0 30px 0;
	}  

.gallery-nav a{
	display:inline-block;
	font-size:16px;
	font-weight:700;
	color:#f8991d;
	margin:5px;
	text-transform:uppercase;
	padding:5px 10px;
	border:#f8991d 1px solid;
	}

.gallery-nav a.is-checked {
	background-color: #f8991d;
	color:#fff;
}
 
 
.email-cta{
	margin: 10px 0;
    position: absolute;
    left: 50%;
    top: calc(100% + 54px);
    transform: translateX(-50%);
    border-color: #000;
    color: #000;
    cursor: pointer;
	white-space:nowrap;
	overflow:hidden;
	}
	
.email-cta span{
	position:relative;
	z-index:100;
	}
	
.email-cta:after{
	background-color: #000;
    width: calc(100% + 100px);
    height: calc(100% + 100px);
	margin:-13% 0 0 -195%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99;
    content: '';
    transform: skew(38deg);
	-webkit-transform: skew(38deg);
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	}
	
.email-cta:hover,.email-cta.active{
	color:#fff;
	}	
	
.email-cta:hover:after,.email-cta.active:after{
	margin:-20% 0 0 -70%;
	}			
	
	
.email-overlay{
	background-color:rgba(0, 0, 0, 0.60);
	width:100%;
	height:100%;
	left:0;
	top:0;
	position:fixed;
	z-index:1200;
	display:none;
	}
	
.email-container{
	background-color:#fff;
	width:640px;
	position:fixed;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	z-index:1201;
	display:none;
	}
	
.email-content-holder{
	position:relative;
	padding:20px;
	}
	
.email-content-holder .email-content-holder-col{
	width: calc(50% - 10px);
	float: left;
	margin: 7px 5px;
	}
	
.email-content-holder label{
	display:block;
	}	
	
.email-content-holder input[type="email"],.email-content-holder input[type="text"],.email-content-holder input[type="tel"],li.gfield select{
    width:100%;
   height: 40px;
   font-size: 16px;
   padding: 10px 15px;
   line-height: 20px;
    display:block;
    }
    
.email-content-holder input[type="submit"],.email-content-holder .gform_wrapper .gform_footer input[type="submit"]{
   background: linear-gradient(#fee602, rgb(248, 153, 29));
   width: 100px;
   height: 40px;
   display: block;
   font-size: 16px;
   color: #000;
   border: 0;
   border-radius: 0;
   letter-spacing: 2px;
   cursor:pointer;
   margin:0 auto 0;
   position:relative;
   top:5px;
   }
.email-content-holder .gform_wrapper .gform_footer{padding:0; margin:10px 0 0;}
.email-content-holder .gform_confirmation_message{padding: 20px; font-size: 20px;}
	
.email-content-holder .email-close-btn{
	background-color:#fff;
	width:26px;
	height:26px;
	font-size:26px;
	line-height:26px;
	position:absolute;
	right:-14px;
	top:-14px;
	border-radius:13px;
	cursor:pointer;
	}
	
.email-content-holder .notification{ 
	display:none;
	position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    left: 0;
    top: 0;
    padding: 20px;
    font-size: 20px;
	}
	
	
.column-box-row{

	background-color:#ffffff;

	padding:80px 0;

	}



.column-box-row .col-lg-4{ display:inline-table; vertical-align:top; float:none;}	

	

.column-box{

	text-align:left;

	margin:0 0 40px 0;

	} 



.column-box img{

	height:250px;

	width:100%;

	object-fit:cover;

	margin:0 0 40px 0;

	}



.column-box p{

	color: #404040;

	font-family: "proxima-nova",sans-serif;

	font-size: 16px;

	margin:0 0 20px 0;

}

   

.column-box h4{

	color: #404040;

	font-family: "proxima-nova",sans-serif;

	font-size: 20px;

	font-weight:600;

	margin:0 0 15px 0;

	}    

.column-box-row h3{

	color: #404040;

	font-family: "proxima-nova",sans-serif;

	font-size: 32px;

	line-height:normal;

	text-transform:uppercase;

	font-weight:600;

	margin:0 0 50px 0;

	} 	   


/* ==========================================================================
   Media Queries
   ========================================================================== */
   
@media only screen and (min-width: 1200px) and (max-width: 1299px) { .container{ width:1170px;} } 

@media only screen and (max-width: 1515px) {
	.customize-option .steps:nth-child(1){ min-width:calc(50% - 60px); width:calc(50% - 60px); margin-right:0; margin-bottom:15px;}
	.customize-option .steps:nth-child(2){ min-width:calc(50% - 5px); width:calc(50% - 5px); margin-right:0; float:right; margin-bottom:15px;}
	.customize-option .steps:nth-child(3){ min-width:100%; width:100%; margin-right:0;}
	.slide, .home .banner-wrap { height:78vh;}
}


@media only screen and (max-width: 1299px) {
	h2{ font-size:50px;}
	.slide h2{ font-size:45px;}
	.cta-row.vertical-middle .row-col{ height:160px;}
	.map-wrap .acf-map{ height:640px;}
	
	.information-row .col-lg-6 .row-col{ padding-right:90px; } 
	.information-row .sep + .col-lg-6 .row-col{ padding-left:90px; padding-right:0; }
	
	.header-right .customizer-link a i{ margin-right:0;}
	.main-nav ul li a { min-width: 136px;}
}  

@media only screen and (max-width: 1199px) {
	h2{ font-size:45px;}
	.section-row h2 span{ font-size:30px;}
	.header-right .callus{ margin:0px 25px; max-width:405px; text-align:right;}
	.section-row{ font-size:20px; padding:70px 0;}
	.cta-row.vertical-middle .row-col{ padding:0;}
	.cta-row .container .sep{ left:calc(41.66666667% - 4px);}
	.map-wrap .acf-map{ height:540px;}
	.info-row-col{ padding:10px;}
	.info-col-content h6{ margin-bottom:20px;}
	.info-row-col .info-col-content{ padding:0 25px 25px;}
	.gallery-content ul li{ width:50%;}
	h3{ font-size:35px;}
	.sidebar-nav ul li a{ padding:25px 60px 25px 0px;}
	.content-sidebar{ width:285px;}
	.content-mian{ padding:35px 25px;}
	
	.information-row .col-lg-6 .row-col{ padding-right:60px; } 
	.information-row .sep + .col-lg-6 .row-col{ padding-left:60px; padding-right:0; }
	.main-nav ul li a{ min-width:135px;}
	.data-heading h2{ font-size:45px;}
	.data-top h2{ font-size:30px;}
	.data-content-lt{ padding-right:60px;}
	.header-right .customizer-link a i{ margin-right:0;}
	.main-nav ul li a { min-width: 108px;}
	.slide .slide-content{ width:100%;}
	.sidebar-nav ul li a { padding: 15px 60px 15px 0px;}
	
	.all_address .col-md-6 {
		width: 50%;
		display: inline-block;
		float: none;
		margin: 0 -2px;
		vertical-align: top;
	}
	.slide {
		position: relative;
	    overflow: hidden;
	    padding-top: 56.25%;
		height:auto;
	}
	.slide iframe { height: 100%;}
	
	.home .banner-wrap {height: auto; padding-bottom: 56.25%;}
	
	.gallery-box img{ height:200px;}
}

@media only screen and (min-width: 992px) {
	.main-nav{ display:inline-block !important;}
	.main-nav .menu-arrow{ display:none;}
	.main-nav ul ul{ display:block !important; }	
}
   
@media only screen and (max-width: 991px) {
	.header-bottom-wrap .customizer-link{display:block;}
	h2{ font-size:40px;}
	.slide{ font-size:18px;}
	.slide h2{ font-size:36px;}
	.header-right .callus{ max-width:270px; margin:0 12px;}
	.header-bottom-wrap{ border:0; border-top:1px solid rgba(255, 255, 255, 0.40);}	
	.hamburger-menu{ display:block;}
	.main-nav{ background-color:rgba(0, 0, 0, 0.87); width:calc(100% + 30px); position:absolute; left:-15px; top:calc(100% + 45px); text-align:left; 
	border:1px solid rgba(255, 255, 255, 0.40); borde-top:0; display:none;}
	.main-nav ul li{ display:block; margin:0; position:relative;}
	.main-nav ul li:first-child a{ border-left:0;}
	.main-nav ul li a{ display:block; text-align:left; min-height:100%; line-height:normal; padding:10px 15px; border:0; border-right:0;}
	.main-nav ul ul{ width:auto; position:relative; opacity:1; visibility:visible;}
	.main-nav li li a{ border:0; padding:10px 20px }
	.main-nav .menu-arrow{ cursor:pointer; display:block; width:100%; height:40px; position:absolute; right:0; top:0; font-size:21px;}
	.main-nav .menu-arrow:before{ font-family: 'Font Awesome 5 Pro'; content:'\f107'; display:block; color:#fff; position:absolute; right:20px; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%);}
	
	.main-nav ul ul{ display:none;}
	.main-nav ul li.sub-active > .menu-arrow:before{ content:'\f106';}
	.main-nav ul.sub-menu ul.sub-menu {left: 0;}
	.cta-row{ padding:30px 0;}
	.cta-row .cta-btn{ float:none;}
	.cta-row.vertical-middle .row-col{ height:auto; padding:15px 0;}
	.cta-row .container .sep,.information-row .row .sep{ position:relative; left:0; top:0; transform:none; -webkit-transform:none; height:3px; width:calc(100% - 30px); margin:0 15px; clear:both;}
	.cta-row.vertical-middle h2, .cta-row.vertical-middle p, .cta-row.vertical-middle figure, .cta-row.vertical-middle .cta-btn{ top:0; transform:none; -webkit-transform:none;}
	.map-wrap .acf-map{ height:440px;}
	.information-row .row-col-header{ margin-bottom:35px;}
	.cta-row{ text-align:center;}
	.section-row { padding:30px 0;}
	.cta-row.section-row { padding:0 0 60px;}
	.cta-row.section-row.small-padding { padding:20px 0; }
	.content-sidebar{ width:auto; float:none;}
	.sidebar-nav{width:100%; overflow:auto; padding:0;}
	.sidebar-nav ul{ display:table; width:100%;}
	.sidebar-nav ul li{ display:table-cell;}
	.sidebar-nav ul li a{ min-width:260px;}
	.sidebar-nav ul li:before{ width:100%;}
	.content-mian:after{ width:100%; height:100%; left:0; top:0; z-index:-1;}
	.content-mian{ width:100%; border:0;}
		
	.information-row .col-lg-6 .row-col{ padding-right:0; } 
	.information-row .sep + .col-lg-6 .row-col{ padding-left:0; padding-right:0; }
	
	.section-row.error-404{ margin-top:217px; margin-bottom:30px;}
	.header-wrap.no-banner + .container-wrap{ margin-top:0;}
	.page-template-template-contact .header-wrap.no-banner + .container-wrap { margin-top:162px; }
	.desk_btn { display:none; }
	.mob_btn { display:block; }
	
	.owl-item.active .left_position .anim_content { right:-60px; }
	.owl-item.active .right_position .anim_content { left: -60px; }
	.vmiddle_content { display:block; }
	.vmiddle_content .vmiddle_inner { display:block; padding-top:30px; }
	.benefit_area .section-row { min-height:390px; } 
	/*.home .banner-wrap, .slide { height:50vh; }*/
	
	.banner-wrap .slide h2{ font-size:36px;}
	.content-section { padding:0; }
	.vmiddle_inner figure { max-width:250px; margin-left:auto; margin-right:auto; }
	.panes .easy_youtube_gallery { max-width:350px; margin-left:auto; margin-right:auto; } 
	
	.main-nav .customizer-link{ display:block;}
	.main-nav + .customizer-link{ display:none;}
	.customizer-link { float:left; padding:12px 15px; min-width:165px;}
	.customizer-link span{ display:inline-block;} 
	.customizer-link a i{ display:inline-block; margin-right:10px;}
	.header-right .customizer-link{ display:block;}
	.car-banner{ margin-top:141px; padding-left:15px; padding-right:15px;}
	.data-top h2{ font-size:28px; padding:30px 0 30px;}
	.data-heading h2{ font-size:40px;}
	.data-content-lt{ padding-right:30px;}
	
	.data-content-lt{ margin-bottom:15px;}
	.data-content-lt,.data-content-rt{ float:none; width:100%;}
	.variation-box{ width:50%; margin-right:-3px; display:inline-table;}
	.customize-option .steps:nth-child(1),
	.customize-option .steps:nth-child(2),
	.customize-option .steps:nth-child(3){ min-width:100%; width:100%; margin-bottom:10px;}
	.customize-option .steps:nth-child(3){ margin-bottom:0;}
	.window-tint-service, 
	.paint-protection-service,
	.ceramic-coatings{ margin-top:30px;}
	.header-right .customizer-link{ display:none;}
	
	.vmiddle_content { width:auto;}
	.cta-row .col-lg-7 .row-col { padding-left: 0;}
	.cta-row .col-lg-5 .row-col { padding-right: 0;}
	.sidebar-nav ul li a { min-width: 170px;white-space: nowrap;}
	
	.no-banner .content-section{ padding-top:20px;}
	.content-section ul{ margin-left:0px;}
	
	.slide iframe{ height:100%;}
	.sidebar-nav ul li.current:before {right: 0;}
	.content-mian {left: 0;margin-left: 0;}
	.customize-option {margin-bottom: 20px;}
	
	.gallery-box img{ height:150px;}
}

@media only screen and (max-width: 767px) {
	
	
	body{ font-size:15px;}
	.section-row{ font-size:15px; min-height:100%;}
	
	h1{ font-size:40px;}
	h2{ font-size:35px;}
	h3{ font-size:25px;}
	h4{ font-size:22px;}
	h5{ font-size:18px;}
	h6{ font-size:15px;}
	
	.slide h2{ font-size:30px;}
	.slide p br{ display:none;}
	.cta-btn{ line-height:26px; min-height:40px;}	
	.logo{ max-width:175px; margin:0 auto 10px;}
	.header-right{ max-width:none; float:none; padding:0; text-align:center;}
	.header-right .callus{ max-width:none; float:none; margin:0 0 7px; text-align:center;}
	.gallery-content ul li img{ height:350px;}
	.header-right .callus{}
	.footer-main-wrap p{ margin-bottom:20px;}
	.footer-widget{ margin-bottom:20px;}
	.footer-widget ul li{ margin-bottom:5px;}
	.footer-widget:last-child{ margin-bottom:0;}
	.main-nav{ left:0; width:100%;}
	.section-row.medium-padding{ padding:30px 0;}
	.info-row-heading{ padding:20px;}
	.info-row-heading h4{ font-size:18px;}
	
	.vmiddle_content { display:block; }
	.vmiddle_content .vmiddle_inner { display:block; }
	.cta-row .col-lg-7 .row-col { padding:10px 15px; }
	.mob_hidden { display:none; }
	.banner-wrap .owl-nav .owl-prev, .banner-wrap .owl-nav .owl-next { display:none; }
	.header-wrap, .banner-wrap .owl-carousel { position:relative; }
	.slide .slide-content.bottom_position { bottom:30%; }
	.content-section { padding:0; }
	.container .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) { line-height:normal; }
	.information-row .row-col-header { margin-bottom:10px; }
	.section-row h2 { margin:30px 0 10px; }
	.content-mian { min-height: inherit; }
	.contact-wrap { padding:10px 0 40px; }
	.row-eq-height { display:block; }
	.partner_info { padding-left:0px; padding-right:0; margin-left:15px; margin-right:15px; border-left: none; border-top:3px solid #b6a285; width:calc(100% - 30px); }
	.partner_logo .row-col { top:0; transform:translateY(0); }
	.partner_module { padding:30px 0; text-align:center; }
	.header-wrap.no-banner + .container-wrap, .page-template-template-contact .header-wrap.no-banner + .container-wrap { margin-top:0;}
	.owl-item.active .left_position .anim_content { right:0px; }
	.owl-item.active .right_position .anim_content { left:0px; }
	.data-top h2{ margin-top:30px;}
	.data-heading h2{ margin-bottom:30px;}
	.data-content-lt big{ font-size:20px; line-height:normal;}
	
	.page-id-306{ margin-top:0px;}
	.vmiddle_content { width:auto;}
	.cta-row .col-lg-5 .row-col {padding-right: 0px;}
	
	.banner-wrap .slide h2 { font-size: 32px;}
	.slide { font-size: 16px;}
	.alignright{ margin-left:0;}
	.partner_module { padding: 5px 0;}
	.sidebar-nav ul li { display: block;}
	.no-banner { margin-top: 0px;}
	#go-top{ right:10px;}
	.home .banner-wrap {padding-bottom: 0;}
	.content-sidebar-row {padding-bottom: 0;}
	.car-banner {margin-top: 204px;}
	.window-tint-service, .paint-protection-service, .ceramic-coatings {margin-top: 0;}
	.car-bg:before {height: calc(100% + 60px);}
	
	.gallery-box img{ width:50%; height:250px;}
}

@media only screen and (max-width: 640px) {
	
	.gallery-content ul li img{ height:250px;}
	.content-section .container .row [class*="col-"] { text-align:center;}
	.content-section .container .row .alignright { float:none; }
	.panes .foogallery { max-width:160px; margin-left:auto; margin-right:auto; }
	
	.data-top h2{ font-size:20px;}
	.data-heading h2{ font-size:35px;}
	.variation-box{ width:50%; margin-right:-3px; display:inline-table;}
	.variation-box h4{ font-size:10px;}
	.variation-box ul li a{ width:32px; height:32px; font-size:9px;}
	.footer-bottom-main {text-align: center;}
	.footer-bottom-main ul {display: inline-block; text-align: center;}
	.benefit_area .section-row p, .down_arrow {display: none;}
	
	.gallery-box img{ height:250px;  width:100%;}
	
	.gallery-nav a{ font-size:12px; letter-spacing:1px; margin: 2px; padding: 4px 8px;}
	
	.email-container{ width:calc(100% - 40px);} 
	.email-content-holder .email-content-holder-col{ width:100%; float:none; margin:0 0 10px;}
	.email-content-holder input[type="submit"]{ float:none; margin-top:15px; width:100%;}
	
	.column-box-row h3{ font-size:26px;}	
}

@media only screen and (max-width: 639px) {
	.banner-wrap .slide h2 { font-size: 24px;}
	.section-row h2 { margin: 0;}
	.cta-row.section-row { padding: 0 0 20px;}
	.section-row h2{ font-size:30px;}
	.section-row h2 span { font-size: 22px; padding-bottom: 10px;}
	.footer-main-wrap{ padding: 25px 0;}
	.map-wrap .acf-map { height: 280px;}
	.page-id-396 .content-section { padding: 10px 0;}
	.vmiddle_content .vmiddle_inner{ padding-top:20px;}
	.content-section ul{ text-align:left; margin-left:0;}
	.cta-row .col-lg-7 .row-col { padding: 10px 15px;}
	.section-row p { margin: 15px 0;}
	.section-row p { margin: 10px 0;}
	
}

@media only screen and (max-width: 479px) {
	.gallery-content ul li{ width:100%; float:none;}
	.cta-btn {min-width: 145px;}
	
}		
@media only screen and (max-width: 400px) {
	.fg-default.fg-gutter-15 .fg-item{ margin-right:0;}
	h2 { font-size: 28px;}
	h3 { font-size: 20px;}
	.variation-box ul li a{ width:30px;}
	.customize-option .step-count{ width:28px; height:28px; line-height:28px; font-size:14px; left: -40px;}
	.services{ padding-left:40px;}
}

.wpvl_auto_thumb_box, .video_lightbox_auto_anchor_image {
	width: 100%;
	height: auto;
}
.wpvl_auto_thumb_play {
    left: 50%;
    top: 50%;
    margin: -24px 0 0 -24px;
}

.page-id-170 .panes h5 a{ text-transform:none;}
							