/* CSS
Author: GILLAN E SOLUTIONS
Created: 22-11-2016
*/
/*
-------------------------------------------------------------- 
BROWSER SPECIFICATION STYLES
-------------------------------------------------------------- 
*/ 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a {
	color: #ffd022;
}
a:hover {
	transition: all 0.4s ease-in-out;
}
h1 {
	font-size: 35px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 18px;
	padding-bottom: 24px;
	border-bottom: 2px solid #fff;
}
h2 {
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 18px;
}
h3 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 15px;
}
/*
-------------------------------------------------------------- 
GLOBAL STYLE
-------------------------------------------------------------- 
*/
.border-none {
	border: 0 !important;
}
.table-cell {
	display: table-cell;
}
.white-border {
	border-bottom: 1px solid #fff;
}
.margin-bottom28 {
	margin-bottom: 28px !important;
}
img {
	height:auto;
}
.white-btn {
	display: inline-block;
	font-family: 'ZonaPro-Bold';
	font-size: 24px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.66);
	-moz-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.66);
	box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.66);
	text-shadow: 0px 0px 5px rgba(150, 150, 150, 1);
	padding: 22px 20px 22px;
	transition: all 0.4s ease-in-out;
}
.white-btn:hover, .white-btn:focus {
	background: #000;
	color: #fff;
	border: 5px solid #000;
	text-decoration: none;
}
/*
* scrollbar
*/
.scrollbar {
	float: left;
	width: 100%;
	height: 450px;
	overflow-y: scroll;
	padding-right: 15px;
}
#style-3::-webkit-scrollbar-track {
 background-color: transparent;
}
#style-3::-webkit-scrollbar {
 width: 6px;
 background-color: transparent;
}
#style-3::-webkit-scrollbar-thumb {
 background-color: #000000;
}
.scrollbar li a {
    color: #568f2a;
}
/*
-------------------------------------------------------------- 
HEADER STYLE
-------------------------------------------------------------- 
*/
.header {
	background: #000;
	float: left;
	width: 100%;
	padding: 5px 0 16px;
}
.logo {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
}
.tag-line {
	display: inline-block;
	font-family: 'ZonaPro-Thin';
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 49px;
}
.tag-line a {
	color: #fff;
}
.tag-line a:hover, .tag-line a:focus {
	color: #fff;
	text-decoration: none;
}
/*
-------------------------------------------------------------- 
MAIN-NAV STYLE
-------------------------------------------------------------- 
*/
.main-nav {
	float: right;
	padding-top: 40px;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	font-family: 'ZonaPro-Bold';
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
	background: rgba(218, 218, 218, 0.7);
	width: 200px;
	padding: 10px;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	background: #fff;
	color: #000;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, .main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
	background: #dadada;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-current-menu-item a.mega-menu-link {
	background: #dadada;
	color: #000;
}
/*
-------------------------------------------------------------- 
SHOWROOM MENU STYLE
-------------------------------------------------------------- 
*/
.side-menu {
	display: block;
	text-align: center;
	margin-bottom: 30px;
}
.side-menu ul {
	list-style: none;
}
.side-menu ul li {
	display: block;
	padding: 0px 0px 10px 0px;
}
.side-menu ul li a {
	color: #ffd022;
}
.side-menu ul li a:hover, .side-menu ul li a:focus {
	color: #fff;
}
.showroom-staff {
	position: relative;
	color: #000;
	padding: 40px 0px;
}
.showroom-staff h4 {
	font-family: 'ZonaPro-Bold';
	font-size: 20px;
	color: #000;
	text-align: center;
	border-bottom: 2px solid #ffd021;
	text-transform: uppercase;
	padding-bottom: 8px;
	margin-bottom: 15px;
}
.showroom-staff h4 span {
	display: block;
	font-family: 'ZonaPro-Thin';
	font-size: 16px;
	padding-top: 5px;
}
/*
-------------------------------------------------------------- 
BANNER STYLE
-------------------------------------------------------------- 
*/
.banner-area {
	float: left;
	width: 100%;
	min-height: 480px;
	position: relative;
}
.banner-area img {
	width: 100%;
}
/*
-------------------------------------------------------------- 
CONTENT STYLE
-------------------------------------------------------------- 
*/
.content-area {
	float: left;
	width: 100%;
}
.content-nav {
	background: #000;
	float: left;
	width: 100%;
}
.content-nav ul {
	list-style: none;
	text-align: center;
}
.content-nav ul li {
	display: inline-block;
}
.content-nav ul li a {
	display: block;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	padding: 24px 47px 23px;
}
.content-nav ul li a:hover, .content-nav ul li a:focus {
	background: #fff;
	color: #000;
	text-decoration: none;
}
.welcome-area {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 40px;
	background:#fff;
}
.welcome-area img {
	width: 100%;
}
.welcome-area h4 {
	font-family: 'ZonaPro-Bold';
	font-size: 18px;
	color: #000;
	text-transform: none;
	margin-bottom: 5px;
}
.welcome-text {
	display: block;
	font-size: 15px;
	color: #000;
	line-height: 30px;
	padding: 0 23% 16px;
}
/*
-------------------------------------------------------------- 
FULL-WIDTH-IMG STYLE
-------------------------------------------------------------- 
*/
.full-width-img {
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
	border-bottom: 1px solid #fff;
}
.full-width-img p {
	margin-bottom: 0px;
}
.full-width-img img {
	width: 100%;
}
.full-width-img .white-btn {
	position: absolute;
	top: 45%;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
	width: 369px;
	height: 60px;
	padding: 15px 0 0;
}
/*
-------------------------------------------------------------- 
FOOTER STYLE
-------------------------------------------------------------- 
*/
.footer {
	background: #000;
	float: left;
	width: 100%;
	padding: 40px 0 25px;
}
.footer-left {
	float: left;
	color: #fff;
}
.footer-left .tag-line p {
	margin-bottom: 13px;
}
.footer-left .tag-line {
	padding: 0;
}
.footer-left .table-cell {
	vertical-align: middle;
}
.footer-left .table-cell a {
	color: #FFF;
}
.footer-left h6 {
	font-family: 'ZonaPro-Bold';
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}
.f-logo {
	display: table-cell;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform .5s ease-in-out;
	-moz-transition: -moz-transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
	padding-right: 30px;
}
.f-logo:hover {
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	transform: translateY(-6px);
	cursor: pointer;
}
.copy-right {
	display: block;
	font-size: 17px;
	margin-bottom: 8px;
}
.footer-nav {
	float: right;
	padding-top: 3px;
}
.footer-nav ul {
	list-style: none;
}
.footer-nav ul li {
	display: block;
	text-align: right;
	padding-bottom: 4px;
}
.footer-nav ul li a {
	display: block;
	font-family: 'ZonaPro-Bold';
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}
.footer-nav ul li a:hover, .footer-nav ul li a:focus {
	color: #fff;
	text-decoration: underline;
}
.social-div {
	float: left;
	margin-left: 40px;
}
.social-div a {
	display: inline-block;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	padding-top: 8px;
	margin-right: 6px;
}
.social-div .socialmedia-buttons img.fade {
	opacity: 1 !important;
}
.social-div .socialmedia-buttons a {
	background: #fff !important;
}
.social-div .socialmedia-buttons a:hover {
	background: #b6b4b6 !important;
}
.social-div .smw_center img, .social-div .smw_left img {
	margin: 0 !important;
}
.footer .socialmedia-buttons.smw_left {
	margin-top: 0px;
}
/*
-------------------------------------------------------------- 
INNER-CONTENT STYLE
-------------------------------------------------------------- 
*/
.banner-caption-area {
	background: rgba(255,255,255,.75);
	max-width: 40%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	padding: 50px 40px 0 100px;
	z-index: 100;
}
.contact-us-area .banner-caption-area {
	width: 50%;
}
.banner-caption {
	display: block;
	color: #000;
}
.banner-caption h1 {
	color: #000;
	border-bottom: 2px solid #000;
}
.banner-caption h2 {
	color: #000;
}
.banner-caption .white-btn {
	font-size: 15px;
	border: 2px solid #ffd021;
	color: #ffd021;
	padding: 9px 40px 9px;
	background: none;
	text-shadow: none;
}
.banner-caption .white-btn:hover {
	background: #ffd021;
	color: #000;
}
.banner-caption .gform_wrapper div.validation_error {
	color: #ff3131;
	font-size: 12px;
	border-top: 2px solid #ff3131;
	border-bottom: 2px solid #ff3131;
	padding: 10px 0;
}
.banner-caption .gform_wrapper li.gfield.gfield_error, .banner-caption .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: inherit;
	border-top: 0px;
	border-bottom: 0px;
	padding-bottom: 6px;
	padding-top: 8px;
}
.banner-caption .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .banner-caption .gform_wrapper li.gfield_error textarea {
	border: 1px solid #000;
}
.banner-caption .gform_wrapper .gfield_error .gfield_label {
	color: #ff3131;
}
.banner-caption .gform_wrapper .validation_message {
	color: #ff3131;
}
.banner-caption .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .banner-caption .gform_wrapper li.gfield_error ul.gfield_checkbox, .banner-caption .gform_wrapper li.gfield_error ul.gfield_radio {
	color: #ff3131;
}
.content-div {
	display: block;
	min-height: 450px;
	padding: 50px 0 50px;
}
.banner-caption input[type=text] {
	width: 100% !important;
	height: 43px;
	background: none;
	border: 1px solid #000;
}
.banner-caption select {
	height: 43px;
	background: none;
	border: 1px solid #000;
}
.banner-caption .gform_wrapper select option {
	font-size: 16px;
	color: #000;
}
.banner-caption input[type=submit] {
	font-family: 'ZonaPro-Bold';
	font-size: 15px;
	border: 2px solid #000;
	color: #000;
	padding: 9px 40px 9px;
	background: none;
	text-shadow: none;
	transition: all 0.4s ease-in-out;
}
.banner-caption input[type=submit]:hover {
	background: #fff;
	color: #000;
}
.banner-caption .gchoice_2_5_1 label {
	vertical-align: sub !important;
}
.banner-caption .gform_wrapper textarea.medium {
	height: 160px;
	width: 100%;
	background: none;
	border: 1px solid #000;
}
img.gfield_captcha {
    width: 50%;
}

/* I Pad Landscape */
@media only screen and (max-width:1024px) {
.logo {
	margin-right: 10px;
}
.tag-line {
	font-size: 18px;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	padding: 0px 5px 0px 5px;
}
.banner-caption-area {
    padding: 50px 40px 0 35px;
    max-width: 50%;
}
.banner-area {
	min-height: inherit;
}
.scrollbar {
    height: 300px;
}
}

/* I Pad Potrait */
@media (min-width: 768px) and (max-width: 979px) {
.header {
	text-align: center;
}
.main-nav {
	float: right;
	width: 100%;
	text-align: center;
	padding-top: 30px;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary {
	text-align: center;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	padding: 0px 10px 0px 10px;
}
.welcome-text {
	padding: 0 10% 16px;
}
.banner-caption-area {
	background: #fff;
	position: inherit;
	max-width: inherit;
	float: left;
	width: 100%;
	padding: 50px 30px 20px 30px;
}
.banner-area img {
	width: 100%;
	height: auto;
}
.showroom-staff h4 {
	font-size: 19px;
}
.showroom-staff h4 span {
	font-size: 15px;
}
.content-nav ul li a {
    padding: 20px 30px 20px;
}
.social-div {
    margin-left: 0px;
    width: 100%;
    margin:0px 0px 30px;
}
.footer .socialmedia-buttons.smw_left {
	text-align:center;
}
.footer-left {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.f-logo {
	display: inline-block;
}
.footer-left .table-cell {
	display: inline-block;
}
.footer-nav {
	float: left;
	width: 100%;
	padding-top: 0px;
}
.footer-nav ul li {
	text-align: left;
	border-bottom: 1px solid #1e1e1e;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.contact-us-area .banner-caption-area {
    width: 100%;
}
}

/* I Phone 6 Land Scape */
@media (max-width: 767px) {
.header {
	text-align: center;
	padding: 15px 0 0px;
}
.tag-line {
	font-size: 16px;
}
.main-nav {
	float: right;
	width: 100%;
	padding-top: 20px;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
	padding: 0px 10px 10px 10px;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	border: 1px solid #ffd022;
	padding: 0px 10px 0px 10px;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, .main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, .main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
	background: #ffd022;
	color: #fff;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, .main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, .main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
	background: #ffd022;
	color: #fff;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
	width: 100%;
}
.banner-caption-area {
	background: #fff;
	position: inherit;
	max-width: inherit;
	float: left;
	width: 100%;
	padding: 50px 30px 20px 30px;
}
.banner-area img {
	width: 100%;
	height: auto;
}
.welcome-text {
	padding: 0 0 16px;
}
.content-nav ul li a {
	padding: 20px 20px 18px;
}
.full-width-img img {
	width: 100%;
	height: auto;
}
.full-width-img .white-btn {
	top: 35%;
}
.showroom-staff .col-sm-4 {
	margin-bottom: 20px;
}
.footer-left {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.f-logo {
	display: inline-block;
}
.footer-left .table-cell {
	display: inline-block;
}
.footer-nav {
	float: left;
	width: 100%;
	padding-top: 0px;
}
.footer-nav ul li {
	text-align: left;
	border-bottom: 1px solid #1e1e1e;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.social-div {
    margin-left: 0px;
    width: 100%;
    margin:0px 0px 30px;
}
.footer .socialmedia-buttons.smw_left {
	text-align:center;
}
.contact-us-area .banner-caption-area {
    width: 100%;
}
}

/* Mobile Phone */
@media (max-width: 480px) {
.content-nav ul li a {
	padding: 15px 15px 13px;
}
.content-nav {
	position: inherit !important;
}
.content-nav ul li {
    display: block;
}
.welcome-area img {
    min-height: 70px;
}
.full-width-img .white-btn {
    font-size: 21px;
    width: 286px;
}
}
 @media (max-width:479px) {
h1 {
	font-size: 30px;
	line-height: normal;
}
.tag-line {
	font-size: 15px;
	padding-top: 20px;
}
.banner-caption-area {
	padding: 50px 20px 20px 20px;
}
.content-nav ul li {
	display: block;
}
.welcome-area h4 {
	font-size: 17px;
}
.full-width-img img {
	width: 100%;
	height: 300px;
}
.full-width-img .white-btn {
	top: 40%;
	font-size: 19px;
	width: 260px;
}
.footer-left .tag-line {
	padding: 10px 0 0 0px;
}
.copy-right {
	font-size: 13px;
}
.footer-left h6 {
	font-size: 14px;
}
.footer-left {
	margin-bottom: 40px;
}
}