c/* CSS Document */
/* Table of Content 
	================================================== 
	1.0 - Transition 
	2.0 - Logo 
	3.0 - Top Bar 
	4.0 - Header 
	5.0 - Default Color 
	6.0 - Sticky Header 
	7.0 - Simple Drop Down Menu 
	8.0 - Mega Menu 
	9.0 - Mobile Menu 
	10.0 - Slider 
	11.0 - Title & Breadcrumb 
	12.0 - Footer 
	13.0 - Side Navigation 
	14.0 - Style Picker 
	15.0 - Loader 
	16.0 - Totop 
	17.0 - Default Color 
	18.0 - DT Responsive */ 
	
/*-------------------------------------------------------------- 
	1.0 - Transition
--------------------------------------------------------------*/ 
.menu-icons-wrapper .search a span,
.menu-icons-wrapper .cart a span,
#main-menu ul li.menu-item-simple-parent ul li a .fa,
#main-menu .megamenu-child-container > ul.sub-menu > li > a .menu-item-description {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
/*-------------------------------------------------------------- 
	3.0 - Top Bar
--------------------------------------------------------------*/
.top-bar {
	clear: both;
	float: left;
	line-height: 50px;
	margin: 0;
	max-height: 50px;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 99999;
}
.top-bar .dt-sc-button {
	margin-top: 5px;
	letter-spacing: 1px;
	font-weight: bold;
}
.top-bar .dt-sc-vertical-small-separator {
	position: relative;
	top: 2px;
}
.top-bar-right .dt-sc-vertical-small-separator { margin: 0px 15px; }
.top-bar .language {
	float: left;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	position: relative;
}
.top-bar .language img {
	margin: 0px 10px 0px 0px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.top-bar .language:before {
	content: "\f107";
	position: absolute;
	font-family: FontAwesome;
	font-size: 14px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}
.dt-no-header-builder-content .no-header-top {
	border-bottom: 1px solid #ededed;
	margin: 0;
	max-height: 50px;
	padding: 10px 0;
}
.dt-no-header-builder-content .no-header-top > span {
	font-style: italic;
	font-weight: lighter;
}
/*-------------------------------------------------------------- 
4.0 - Header 
--------------------------------------------------------------*/
#header-wrapper {
	float: left;
	margin: 0 0 35px;
	padding: 0;
	width: 100%;
}
.home.blog #header-wrapper {
	background-image: url(http://nichewpthemes.com/dev1/wp-content/themes/athma/images/breadcrumb.jpg);
	background-position: left top;
	background-size: auto;
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: rgba(0,0,0,0.86);
	margin-bottom: 0px;
}
#header {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 9;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}
/* .dt-no-header-builder-content { margin-bottom: 50px; } */
.dt-no-header-builder-content .no-header {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 0;
}
.dt-no-header-builder-content.aligncenter .no-header {
	padding-bottom: 0;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	flex-direction: column;
}
.dt-no-header-builder-content .no-header .no-header-logo h2 { margin: 10px 0; }
/* #header .dt-header-tpl > .vc_row:not(.dt-sc-simpler-content), #header .dt-header-tpl > .vc_row:not(.dt-sc-simpler-content) .vc_row.vc_inner { position: relative; z-index: 1; }*/
#header .dt-header-tpl > .vc_row.vc_row-flex > .vc_column_container > .vc_column-inner,
#header .dt-header-tpl > .vc_row .vc_row.vc_row-flex.vc_inner > .vc_column_container > .vc_column-inner { z-index: auto; }
#header .dt-header-tpl .vc_row[data-vc-full-width] { overflow: visible; }
#header.header-top-relative {
	position: relative;
	z-index: 9;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.no-breadcrumb.page-with-slider #header.header-top-absolute {
	position: absolute;
}
body:not(.no-breadcrumb) #header.header-top-absolute .dt-header-tpl { margin-top: 35px; }
.dt-no-header-builder-content.dt-no-header-athma { position: relative; }
.dt-no-header-builder-content.dt-no-header-athma:before,
.dt-no-header-builder-content.dt-no-header-athma:after {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}
.dt-no-header-builder-content.dt-no-header-athma:before { left: -50%; }
.dt-no-header-builder-content.dt-no-header-athma:after { right: -50%; }
.no-header-menu.dt-header-menu { width: 100%; }
.no-header-menu.dt-header-menu .menu-container { float: right; }
div:not(.mobile-menu) > ul.dt-primary-nav > li.current_page_item > a:before,
div:not(.mobile-menu) > ul.dt-primary-nav > li.current-menu-item > a:before,
div:not(.mobile-menu) > .no-header-menu ul li a:before,
div:not(.mobile-menu) > .dt-header-menu .dt-primary-nav li a:before {
	content: '';
	position: absolute;
	height: 0%;
	width: 100%;
	transition: 0.3s linear;
	bottom: 0px;
	z-index: -1;
	left: 0;
	right: 0;
}
div:not(.mobile-menu) > ul.dt-primary-nav > li.current_page_item > a:before,
div:not(.mobile-menu) > ul.dt-primary-nav > li.current-menu-item > a:before,
div:not(.mobile-menu) > ul.dt-primary-nav > li.current_page_item:hover > a:before,
div:not(.mobile-menu) > ul.dt-primary-nav > li.current-menu-item:hover > a:before,
div:not(.mobile-menu) > .no-header-menuul.dt-primary-nav > li:hover a:before,
div:not(.mobile-menu) > ul.dt-primary-nav > li:hover a:before {
	height: 100%;
	transition: 0.3s linear;
	animation-name: menu_effect;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}
/*-------------------------------------------------------------- 
Logo 
--------------------------------------------------------------*/
.dt-logo-container {
	font-size: 0;
	line-height: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.dt-logo-container.logo-align-center {
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.dt-logo-container.logo-align-right {
	text-align: right;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.dt-logo-container a { color: inherit; }
.dt-logo-container a img {
	display: inline-block;
	vertical-align: middle;
}
.dt-logo-container a span {
	clear: both;
	display: block;
}
.dt-logo-container a span ~ span { margin-top: -1px; }
/*-------------------------------------------------------------- 
Default Menu & Mobile Menu 
--------------------------------------------------------------*/
.dt-no-header-builder-content.aligncenter .no-header .dt-header-menu {
	background-color: rgba(0,0,0,0.035);
	border-bottom: 1px solid #ededed;
	margin-top: 15px;
	position: relative;
	width: 100%;
}
.dt-no-header-builder-content.aligncenter .no-header .dt-header-menu:before,
.dt-no-header-builder-content.aligncenter .no-header .dt-header-menu:after {
	background: inherit;
	content: "";
	border-width: inherit;
	border-style: inherit;
	border-color: inherit;
	height: auto;
	position: absolute;
	top: 0;
	bottom: -1px;
	width: 100%;
}
.dt-no-header-builder-content.aligncenter .no-header .dt-header-menu:before { right: 100%; }
.dt-no-header-builder-content.aligncenter .no-header .dt-header-menu:after { left: 100%; }
.no-header-menu,
.dt-header-menu,
.no-header-menu ul,
.dt-header-menu .dt-primary-nav,
.no-header-menu ul li,
.dt-header-menu .dt-primary-nav li {
	display: inline-block;
	font-size: 0;
	line-height: 0;
}
.dt-no-header-builder-content:not(.aligncenter) .no-header .no-header-logo ~ .no-header-menu { padding-left: 20px; }
.no-header-menu ul,
.dt-header-menu .dt-primary-nav {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}
.dt-no-header-builder-content.aligncenter .no-header .no-header-menu > ul,
.dt-no-header-builder-content.aligncenter .no-header .dt-header-menu .dt-primary-nav { text-align: center; }
.no-header-menu ul li,
.dt-header-menu .dt-primary-nav li {
	line-height: normal;
	margin: 0 2px;
	padding: 0;
	position: relative;
	white-space: normal;
}
.no-header-menu ul li a,
.dt-header-menu .dt-primary-nav li a,
.dt-header-menu ul.dt-primary-nav li ul.sub-menu > li {
	font-size: 14px;
	line-height: normal;
	font-weight: 500;
}
.dt-header-menu .dt-primary-nav>li>a { line-height: 80px; }
.no-header-menu ul li a,
.dt-header-menu .dt-primary-nav li a {
	display: inline-block;
	padding: 10px 15px;
	vertical-align: middle;
	position: relative
}
.no-header-menu.dt-header-menu li a { padding: 10px 8px; }
/* .dt-no-header-builder-content.aligncenter .no-header .no-header-menu ul li a,  .dt-no-header-builder-content.aligncenter .no-header .dt-header-menu .dt-primary-nav li a { padding-top: 15px; padding-bottom: 15px; } */
.no-header-menu ul li ul.children,
.dt-header-menu ul.dt-primary-nav li ul.sub-menu,
.dt-header-menu ul.dt-primary-nav li.has-mega-menu ul.sub-menu {
	background-color: #fff;
	margin: 0;
	opacity: 0;
	padding: 0;
	left: 0;
	top: 100%;
	visibility: hidden;
	z-index: 2;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.25);
	box-shadow: 0 0 2px rgba(0,0,0,0.25);
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.no-header-menu ul li ul.children,
.dt-header-menu ul.dt-primary-nav li:not(.has-mega-menu) ul.sub-menu {
	position: absolute;
	width: 250px;
	padding: 10px 0 10px
}
.dt-header-menu ul.dt-primary-nav li.has-mega-menu { position: static; }
.dt-header-menu ul.dt-primary-nav li ul.sub-menu > li a { padding: 10px 15px; }
.dt-header-menu ul.dt-primary-nav li ul.sub-menu > li { padding: 0 20px; }
.dt-header-menu ul.dt-primary-nav li.has-mega-menu > ul.sub-menu,
.dt-header-menu ul.dt-primary-nav li.has-mega-menu > ul.sub-menu > li {
	display: block;
	font-size: 14px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
}
.no-header-menu ul li ul.children li,
.dt-header-menu ul.dt-primary-nav li ul.sub-menu li { margin: 0; }
.no-header-menu ul li ul.children li ul.children,
.dt-header-menu ul.dt-primary-nav li ul.sub-menu li ul.sub-menu {
	left: 100%;
	top: 0;
}
.no-header-menu ul li:last-child > ul.children,
.dt-header-menu ul.dt-primary-nav li:last-child > ul.sub-menu,
.no-header-menu ul li:nth-last-child(2) > ul.children,
.dt-header-menu ul.dt-primary-nav li:nth-last-child(2) > ul.sub-menu {
	left: auto;
	right: 0;
}
.no-header-menu ul li:last-child > ul.children li ul.children,
.dt-header-menu ul.dt-primary-nav li:last-child ul.sub-menu li ul.sub-menu,
.no-header-menu ul li:nth-last-child(2) > ul.children li ul.children,
.dt-header-menu ul.dt-primary-nav li:nth-last-child(2) ul.sub-menu li ul.sub-menu {
	left: auto;
	right: 100%;
}
.no-header-menu ul li ul.children li,
.dt-header-menu ul.dt-primary-nav li ul.sub-menu li,
.no-header-menu ul li ul.children li a,
.dt-header-menu ul.dt-primary-nav li ul.sub-menu li a { width: 100%; }
.no-header-menu ul li:hover > ul.children,
.dt-header-menu ul.dt-primary-nav li:hover > ul.sub-menu {
	opacity: 1;
	visibility: visible;
}
.mobile-nav-container .menu-trigger > i:before {
	content: "\f0c9";
	font-family: FontAwesome;
	font-size: 14px;
	font-style: normal;
}
.mobile-nav-container .menu-trigger > i,
.mobile-nav-container .menu-trigger > span {
	display: inline;
	padding: 0 5px;
}
.mobile-menu,
.mobile-menu ul.dt-primary-nav,
.mobile-menu ul.dt-primary-nav li {
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
}
.mobile-menu .dt-primary-nav li a {
	border-style: solid;
	border-width: 1px 0 0;
	color: initial;
	display: block;
	padding: 5px 15px;
}
.mobile-menu .dt-primary-nav > li > a,
.mobile-menu .dt-primary-nav > li > ul > li > a,
.mobile-menu .dt-primary-nav > li > ul > li > ul > li > a,
.mobile-menu .dt-primary-nav > li > ul > li > ul > li > ul > li > a {
	height: 42px;
	line-height: 42px;
	padding-top: 0;
	padding-bottom: 0;
}
.mobile-menu ul.dt-primary-nav { padding-top: 50px; }
.mobile-menu,
.mobile-menu > ul,
.mobile-menu ul.sub-menu {
	background: #fff;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-y: visible;
	overflow-x: hidden;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 4;
	transform: translateX(0);
	transition: transform 0.3s;
}
.mobile-menu {
	max-width: 260px;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
	transform: translateX(100%);
	transition: transform .25s, visibility 0s 0.3s, opacity .25s;
}
.mobile-nav-offcanvas-right .mobile-menu { right: 0; }
.mobile-nav-offcanvas-right {
	float: right;
	color: #fff;
	padding: 15px 0px;
}
.no-header-logo-wrapper { float: left; }
.mobile-nav-offcanvas-left .mobile-menu {
	left: 0;
	right: auto;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.mobile-menu.is-hidden,
.mobile-menu ul.is-hidden {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.mobile-menu.nav-is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: -webkit-transform .25s, visibility 0s 0s;
	transition: transform .25s, visibility 0s 0s;
}
.mobile-menu ul.sub-menu,
.mobile-menu ul li.menu-item-object-dt_mega_menus,
.mobile-menu ul li.menu-item-object-dt_mega_menus > .vc_section,
.mobile-menu .wpb_column { width: 100% !important; }
.mobile-menu ul.sub-menu {
	left: auto !important;
	right: auto !important;
}
.mobile-menu ul.sub-menu li {
	float: left;
	width: 100%;
}
.mobile-menu ul.sub-menu li h4 {
	color: #000;
	padding: 0px !important
}
.mobile-menu ul li.menu-item-object-dt_mega_menus > .vc_section {
	background: none !important;
	border: none !important;
	margin: 0;
	left: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}
.mobile-menu .wpb_column { margin: 0; }
.mobile-menu ul li.menu-item-object-dt_mega_menus > .vc_section > .vc_row,
.mobile-menu .dt-custom-nav-wrapper[data-default-style="none"][data-hover-style="none"]:not(.inline-horizontal) > div {
	margin-left: 0;
	margin-right: 0;
}
.mobile-menu .menu-item-has-children > a,
.mobile-menu ul.dt-primary-nav li.go-back a { position: relative; }
.mobile-menu ul.dt-primary-nav li.go-back a {
	height: 100%;
	padding: 0;
}
.mobile-menu .dt-primary-nav li.menu-item-has-children > a { padding-right: 40px; }
.mobile-menu ul.dt-primary-nav li.go-back,
.mobile-menu ul.dt-primary-nav li.close-nav {
	display: inline-block;
	height: 50px;
	width: 100%;
}
.mobile-menu ul.dt-primary-nav li.close-nav {
	border: none !important;
	line-height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	text-align: center;
	width: 50px;
	cursor: pointer;
}
.mobile-menu ul.dt-primary-nav li.close-nav:before,
.mobile-menu ul.dt-primary-nav li.close-nav:after {
	background-color: #222;
	content: "";
	height: 35%;
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	width: 2px;
}
.mobile-menu ul.dt-primary-nav li.close-nav:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mobile-menu ul.dt-primary-nav li.close-nav:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mobile-menu ul.dt-primary-nav li.close-nav:hover:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mobile-menu ul.dt-primary-nav li.close-nav:hover:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mobile-menu ul.dt-primary-nav li.go-back a:before,
.mobile-menu ul.dt-primary-nav li.go-back a:after,
.mobile-menu .menu-item-has-children > a:before,
.mobile-menu .menu-item-has-children > a:after {
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 15px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.mobile-menu ul.dt-primary-nav li.go-back a:before {
	content: "\f104";
	font-family: FontAwesome;
	font-size: 25px;
	height: 50px;
	line-height: 50px;
	left: 15px;
	text-align: center;
}
.mobile-menu .menu-item-has-children > a:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 25px;
	height: 42px;
	line-height: 42px;
	right: 12px;
	text-align: center;
}
.mobile-menu ul.dt-primary-nav li.go-back a:after,
.mobile-menu .menu-item-has-children > a:after {
	content: "";
	background-color: currentColor;
	height: 2px;
	opacity: 0;
	visibility: hidden;
}
.mobile-menu ul.dt-primary-nav li.go-back a:hover:before { left: 10px; }
.mobile-menu .menu-item-has-children > a:hover:before { right: 8px; }
.mobile-menu ul.dt-primary-nav li.go-back a:after { left: 25px; }
.mobile-menu ul.dt-primary-nav li.go-back a:hover:after { left: 15px; }
.mobile-menu .menu-item-has-children > a:after { right: 18px; }
.mobile-menu .menu-item-has-children > a:hover:after { right: 12px; }
@-moz-document url-prefix() {
.mobile-menu ul.dt-primary-nav li.go-back a::after, .mobile-menu .menu-item-has-children > a::after {
margin-top:2px;
}
}
.mobile-menu .dt-custom-nav li a:before,
.mobile-menu .dt-custom-nav li a:after,
.mobile-menu .dt-custom-nav li a span:before,
.mobile-menu .dt-custom-nav li a span:after { content: none !important; }
.mobile-menu .dt-custom-nav li a,
.mobile-menu .dt-primary-nav li .dt-custom-nav li a {
	border-style: none;
	border-width: 0 !important;
	border-radius: 0 !important;
}
.mobile-menu .dt-custom-nav li {
	-webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,0.075);
	box-shadow: 0 1px 0 0 rgba(0,0,0,0.075);
}
.mobile-menu .dt-custom-nav li:last-child {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.mobile-menu .hr-skew-link-style ul > li > a { margin-bottom: 0; }
.mobile-menu .vc_row {
	margin: 0;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.mobile-menu .wpb_column,
.mobile-menu .wpb_column .vc_column-inner[class*="vc_custom"] { margin: 0 !important; }
.mobile-menu .wpb_column .vc_column-inner[class*="vc_custom"] {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.mobile-menu .wpb_column .wpb_column .vc_column-inner[class*="vc_custom"] {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.flex-col-elements-inline-middle .mobile-menu .dt-custom-nav-wrapper.left .dt-custom-nav { width: 100%; }
.overlay {
	background-color: rgba(0,0,0,0.5);
	cursor: pointer;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	position: fixed;
	visibility: hidden;
	width: 100%;
	z-index: 98;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}
.overlay.is-visible,
.mobile-menu ul.dt-primary-nav li.go-back a:hover:after,
.mobile-menu .menu-item-has-children > a:hover:after {
	opacity: 1;
	visibility: visible;
}
.mobile-menu ul.dt-primary-nav li.close-nav,
.mobile-menu ul.dt-primary-nav li.close-nav:before,
.mobile-menu ul.dt-primary-nav li.close-nav:after,
.mobile-menu ul.dt-primary-nav li a,
.mobile-menu ul.dt-primary-nav li a:before,
.mobile-menu ul.dt-primary-nav li a:after,
.mobile-menu .dt-custom-nav li,
.mobile-menu .dt-custom-nav-wrapper[data-hover-style="none"] .dt-custom-nav li {
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.mobile-menu ul.dt-primary-nav li.see-all a { background-color: rgba(0,0,0,0.05); }
.mobile-menu .dt-primary-nav li a { border-color: rgba(0,0,0,0.06); }
.mobile-menu ul.dt-primary-nav li.see-all a {
	-webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,0.06);
	box-shadow: 0 1px 0 0 rgba(0,0,0,0.06);
}
.mobile-menu .dt-custom-nav li a:not(:hover),
.mobile-menu .dt-custom-nav li a:hover,
.mobile-menu .dt-custom-nav-wrapper[data-hover-style="none"] .dt-custom-nav li a:hover {
	background-color: rgba(0,0,0,0) !important;
	color: #000 !important;
}
.mobile-menu ul.sub-menu::-webkit-scrollbar {
background-color: #f1f1f1;
width: 5px;
}
.mobile-menu ul.sub-menu::-webkit-scrollbar-track, .mobile-menu ul.sub-menu::-webkit-scrollbar-thumb {
-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.3) inset;
box-shadow: 0 0 6px rgba(0,0,0,0.3) inset;
}
.mobile-menu ul.sub-menu::-webkit-scrollbar-thumb {
background-color: #c1c1c1;
border-radius: 5px;
}
.mobile-menu .menu-item-has-children > a:before,
.mobile-menu .page_item_has_children > a:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 25px;
	height: 42px;
	line-height: 42px;
	right: 12px;
	text-align: center;
}
.dt-header-menu ul.dt-primary-nav li ul.sub-menu li a::before,
.dt-header-menu .menu-item-megamenu-parent .megamenu-child-container ul.sub-menu > li > ul > li > a::before {
	z-index: 1;
	border-style: solid;
	border-width: 0 0 1px;
	content: "";
	height: 1px;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	-webkit-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}
.dt-header-menu ul.dt-primary-nav li ul.sub-menu li a:hover:before,
.dt-header-menu .menu-item-megamenu-parent .megamenu-child-container ul.sub-menu > li > ul > li > a:hover:before {
	width: 100%;
	transition: all .3s linear 0s;
}
.dt-header-menu ul li.menu-item-has-children ul>li>a:after,
.dt-header-menu .menu-item-has-children.has-mega-menu ul.sub-menu>li>ul>li>a:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	width: 10px;
	height: 10px;
	top: 13px;
	background: url(../images/list.png) no-repeat left;
	background-size: contain;
}
.dt-header-menu ul li.menu-item-simple-parent ul>li>a:after,
.dt-header-menu .menu-item-megamenu-parent .megamenu-child-container ul.sub-menu>li>ul>li>a:after { border-color: transparent; }
.dt-header-menu ul.dt-custom-nav li a,
.dt-header-menu ul.dt-custom-nav li a:hover,
.dt-header-menu ul.dt-primary-nav li ul.sub-menu li a,
.dt-header-menu ul.dt-primary-nav li ul.sub-menu li a:hover {
	border-style: solid !important;
	border-width: 0 0 0px !important;
	border-radius: 0 !important;
}
.dt-header-menu ul.dt-primary-nav > li h4 {
	font-weight: bold;
	padding: 0 !important;
}
.dt-header-menu ul.dt-primary-nav li:not(.has-mega-menu) ul.sub-menu:after { content: "";/* border-style: solid; border-width: 1px; height: auto; pointer-events: none; position: absolute; bottom: 8px; left: 8px; right: 8px; top: 8px; width: auto; border-radius: inherit;*/ }
.dt-header-menu ul li.menu-item-simple-parent ul li:last-child > a { border: 0; }
.dt-header-menu ul.dt-primary-nav li:not(.has-mega-menu) ul.sub-menu li:last-child a:after,
.dt-header-menu ul.dt-primary-nav li:not(.has-mega-menu) ul.sub-menu li:last-child a:before,
.dt-header-menu ul.dt-primary-nav li:not(.has-mega-menu) ul.sub-menu li:last-child a:hover::before { border: 0; }
.dt-header-menu ul.dt-primary-nav li.has-mega-menu > ul.sub-menu > li.menu-item-object-dt_mega_menus > .vc_section {
	padding: 35px 8px 0;
	box-shadow: 0px 5px 25px #7f7f7f;
}
/*megamenu 1*/
.dt-header-menu .megamenu-child-container.menu-hasbg {
	background-color: #fff;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 50% auto;
}
.dt-header-menu .vc_custom_1520310063246 {
	width: 1130px;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 50% auto;
	height: 400px;
}
/*megamenu 2*/
.dt-header-menu ul.dt-primary-nav li.has-mega-menu > ul.sub-menu > li.menu-item-object-dt_mega_menus > .vc_section { position: relative; }
.dt-header-menu ul.dt-primary-nav li.has-mega-menu > ul.sub-menu > li.menu-item-object-dt_mega_menus > .vc_section:after {
	content: "";
	border-style: dashed;
	border-width: 1px;
	height: auto;
	pointer-events: none;
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	top: 10px;
	width: auto;
	border-radius: inherit;
}
.dt-header-menu ul.dt-primary-nav li.has-mega-menu > ul.sub-menu > li.menu-item-object-dt_mega_menus .dt-custom-nav-wrapper.no-bottom-space .dt-custom-nav { margin-bottom: 0; }
.dt-header-menu ul.dt-primary-nav li.has-mega-menu > ul.sub-menu > li.menu-item-object-dt_mega_menus .dt-custom-nav-wrapper .dt-custom-nav li a { padding: 10px 15px; }
.dt-header-menu ul.dt-primary-nav li.has-mega-menu > ul.sub-menu > li.menu-item-object-dt_mega_menus .dt-custom-nav-wrapper .dt-custom-nav li a:not(:hover) {
	border-style: dashed !important;
	border-color: transparent transparent currentColor !important;
}
.dt-header-menu ul.dt-primary-nav li.has-mega-menu > ul.sub-menu > li.menu-item-object-dt_mega_menus .dt-custom-nav-wrapper .dt-custom-nav li:last-child a:not(:hover) { border-color: transparent !important; }
/*-------------------------------------------------------------- 
Header Menu 
--------------------------------------------------------------*/
.dt-header-menu.left { float: left; }
.dt-header-menu.center {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.dt-header-menu.right { float: right; }
.flex-col-elements-inline-middle .dt-header-menu.left {
	display: table;
	margin-right: auto;
}
.flex-col-elements-inline-middle .dt-header-menu.center {
	display: table;
	margin-left: 0;
	margin-right: 0;
}
.flex-col-elements-inline-middle .dt-header-menu.right {
	display: table;
	margin-left: auto;
}
.dt-header-menu.gap_none .dt-primary-nav li { margin: 0; }
.dt-header-menu.gap_1 .dt-primary-nav li { margin: 0 1px 0 0; }
.vc_row.vc_row-flex > .vc_column_container .dt-header-menu.justify { display: inline-block; }
.dt-header-menu[data-nav-item-display="stretch"] ul.dt-primary-nav > li { line-height: 70px; }
.dt-header-menu[data-nav-item-display="stretch"] ul.dt-primary-nav > li > a { line-height: inherit; }
.dt-header-menu[data-nav-item-display="stretch"] ul.dt-primary-nav > li ul.sub-menu { line-height: normal; }
.dt-header-menu ul.dt-primary-nav > li > a.icon-position-left > .menu-item-icon { padding-right: 6px; }
.dt-header-menu ul.dt-primary-nav > li > a.icon-position-right > .menu-item-icon { padding-left: 6px; }
.dt-header-menu ul.dt-primary-nav > li > a.icon-position-right > .menu-item-icon ~ span { float: left; }
.dt-header-menu ul.dt-primary-nav > li > a,
.dt-header-menu[data-nav-item-highlight="line-through"] ul.dt-primary-nav > li > a > span { position: relative; }
.dt-header-menu[data-nav-item-highlight="underline"] ul.dt-primary-nav > li > a:after,
.dt-header-menu[data-nav-item-highlight="overline"] ul.dt-primary-nav > li > a:before,
.dt-header-menu[data-nav-item-highlight="line-through"] ul.dt-primary-nav > li > a > span:before,
.dt-header-menu[data-nav-item-highlight="two-line-updown"] ul.dt-primary-nav > li > a:before,
.dt-header-menu[data-nav-item-highlight="bottom-border-only"] ul.dt-primary-nav > li > a:after,
.dt-header-menu[data-nav-item-highlight="top-border-only"] ul.dt-primary-nav > li > a:before,
.dt-header-menu[data-nav-item-highlight="two-border-updown"] ul.dt-primary-nav > li > a:before,
.dt-header-menu[data-nav-item-divider="slanting-line"] ul.dt-primary-nav > li > a > span:after,
.dt-header-menu[data-nav-item-divider="vertical-line"] ul.dt-primary-nav > li > a > span:after,
.dt-header-menu[data-nav-item-highlight="triangle-down-midtop"] ul.dt-primary-nav > li.current_page_item > a:before,
.dt-header-menu[data-nav-item-highlight="triangle-down-midtop"] ul.dt-primary-nav > li.current-menu-item > a:before,
.dt-header-menu[data-nav-item-highlight="triangle-down-midtop"] ul.dt-primary-nav > li.current-page-ancestor > a:before,
.dt-header-menu[data-nav-item-highlight="triangle-down-midtop"] ul.dt-primary-nav > li.current-menu-ancestor > a:before,
.dt-header-menu[data-nav-item-highlight="triangle-down-midbottom"] ul.dt-primary-nav > li.current_page_item > a:after,
.dt-header-menu[data-nav-item-highlight="triangle-down-midbottom"] ul.dt-primary-nav > li.current-menu-item > a:after,
.dt-header-menu[data-nav-item-highlight="triangle-down-midbottom"] ul.dt-primary-nav > li.current-page-ancestor > a:after,
.dt-header-menu[data-nav-item-highlight="triangle-down-midbottom"] ul.dt-primary-nav > li.current-menu-ancestor > a:after,
.dt-header-menu[data-nav-item-highlight="triangle-up-midbottom"] ul.dt-primary-nav > li.current_page_item > a:after,
.dt-header-menu[data-nav-item-highlight="triangle-up-midbottom"] ul.dt-primary-nav > li.current-menu-item > a:after,
.dt-header-menu[data-nav-item-highlight="triangle-up-midbottom"] ul.dt-primary-nav > li.current-page-ancestor > a:after,
.dt-header-menu[data-nav-item-highlight="triangle-up-midbottom"] ul.dt-primary-nav > li.current-menu-ancestor > a:after { content: ""; }
.dt-header-menu[data-nav-item-highlight="underline"] ul.dt-primary-nav > li > a:after,
.dt-header-menu[data-nav-item-highlight="overline"] ul.dt-primary-nav > li > a:before,
.dt-header-menu[data-nav-item-highlight="line-through"] ul.dt-primary-nav > li > a > span:before,
.dt-header-menu[data-nav-item-highlight="two-line-updown"] ul.dt-primary-nav > li > a:before,
.dt-header-menu[data-nav-item-highlight="bottom-border-only"] ul.dt-primary-nav > li > a:after,
.dt-header-menu[data-nav-item-highlight="top-border-only"] ul.dt-primary-nav > li > a:before,
.dt-header-menu[data-nav-item-highlight="two-border-updown"] ul.dt-primary-nav > li > a:before {
	border-style: solid;
	height: 2px;
	margin-left: auto;
	margin-right: auto;
	pointer-events: none;
	position: absolute;
	left: 0;
	right: 0;
	width: 0;
}
.dt-header-menu[data-nav-item-highlight="triangle-down-midtop"] ul.dt-primary-nav > li > a:before,
.dt-header-menu[data-nav-item-highlight="triangle-down-midbottom"] ul.dt-primary-nav > li > a:after,
.dt-header-menu[data-nav-item-highlight="triangle-up-midbottom"] ul.dt-primary-nav > li > a:after {
	border-style: solid;
	border-color: transparent;
	border-width: 6px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	width: 0;
}
.dt-header-menu[data-nav-item-highlight="triangle-down-midtop"] ul.dt-primary-nav > li > a:before {
	border-bottom-width: 0;
	border-top-color: inherit;
	top: 0;
}
.dt-header-menu[data-nav-item-style="filled"][data-nav-item-highlight="triangle-down-midtop"] ul.dt-primary-nav > li > a:before {
	border-top-color: currentColor;
	top: -1px;
}
.dt-header-menu[data-nav-item-highlight="triangle-down-midbottom"] ul.dt-primary-nav > li > a:after {
	border-bottom-width: 0;
	border-top-color: inherit;
	top: 100%;
}
.dt-header-menu[data-nav-item-highlight="triangle-up-midbottom"] ul.dt-primary-nav > li > a:after {
	border-top-width: 0;
	border-bottom-color: inherit;
	bottom: 0;
}
.dt-header-menu[data-nav-item-style="filled"][data-nav-item-highlight="triangle-up-midbottom"] ul.dt-primary-nav > li > a:after {
	border-bottom-color: currentColor;
	bottom: -1px;
}
.dt-header-menu[data-nav-item-highlight="underline"] ul.dt-primary-nav > li > a:after {
	border-width: 0 0 2px;
	bottom: 0;
}
.dt-header-menu[data-nav-item-highlight="overline"] ul.dt-primary-nav > li > a:before {
	border-width: 2px 0 0;
	top: 0;
}
.dt-header-menu[data-nav-item-highlight="line-through"] ul.dt-primary-nav > li > a > span:before {
	border-width: 0 0 2px;
	margin: auto;
	bottom: 0;
	top: 0;
}
.dt-header-menu[data-nav-item-highlight="two-line-updown"] ul.dt-primary-nav > li > a:before {
	border-width: 2px 0;
	height: auto;
	bottom: 0;
	top: 0;
}
.dt-header-menu[data-nav-item-highlight="bottom-border-only"] ul.dt-primary-nav > li > a:after {
	border-width: 0 0 1px;
	bottom: 0;
}
.dt-header-menu[data-nav-item-style="bordered"][data-nav-item-highlight="bottom-border-only"] ul.dt-primary-nav > li > a:after { bottom: 1px; }
.dt-header-menu[data-nav-item-highlight="top-border-only"] ul.dt-primary-nav > li > a:before {
	border-width: 1px 0 0;
	top: 0;
}
.dt-header-menu[data-nav-item-style="bordered"][data-nav-item-highlight="top-border-only"] ul.dt-primary-nav > li > a:before { top: 1px; }
.dt-header-menu[data-nav-item-highlight="two-border-updown"] ul.dt-primary-nav > li > a:before {
	border-width: 1px 0;
	height: auto;
	bottom: 0;
	top: 0;
}
.dt-header-menu[data-nav-item-style="bordered"][data-nav-item-highlight="two-border-updown"] ul.dt-primary-nav > li > a:before {
	bottom: 1px;
	top: 1px;
}
.dt-header-menu[data-nav-item-highlight="underline"] ul.dt-primary-nav > li:hover > a:after,
.dt-header-menu[data-nav-item-highlight="underline"] ul.dt-primary-nav > li.current_page_item > a:after,
.dt-header-menu[data-nav-item-highlight="underline"] ul.dt-primary-nav > li.current-menu-item > a:after,
.dt-header-menu[data-nav-item-highlight="underline"] ul.dt-primary-nav > li.current-page-ancestor > a:after,
.dt-header-menu[data-nav-item-highlight="underline"] ul.dt-primary-nav > li.current-menu-ancestor > a:after,
.dt-header-menu[data-nav-item-highlight="overline"] ul.dt-primary-nav > li:hover > a:before,
.dt-header-menu[data-nav-item-highlight="overline"] ul.dt-primary-nav > li.current_page_item > a:before,
.dt-header-menu[data-nav-item-highlight="overline"] ul.dt-primary-nav > li.current-menu-item > a:before,
.dt-header-menu[data-nav-item-highlight="overline"] ul.dt-primary-nav > li.current-page-ancestor > a:before,
.dt-header-menu[data-nav-item-highlight="overline"] ul.dt-primary-nav > li.current-menu-ancestor > a:before,
.dt-header-menu[data-nav-item-highlight="two-line-updown"] ul.dt-primary-nav > li:hover > a:before,
.dt-header-menu[data-nav-item-highlight="two-line-updown"] ul.dt-primary-nav > li.current_page_item > a:before,
.dt-header-menu[data-nav-item-highlight="two-line-updown"] ul.dt-primary-nav > li.current-menu-item > a:before,
.dt-header-menu[data-nav-item-highlight="two-line-updown"] ul.dt-primary-nav > li.current-page-ancestor > a:before,
.dt-header-menu[data-nav-item-highlight="two-line-updown"] ul.dt-primary-nav > li.current-menu-ancestor > a:before { width: 75%; }
.dt-header-menu[data-nav-item-highlight="bottom-border-only"] ul.dt-primary-nav > li:hover > a:after,
.dt-header-menu[data-nav-item-highlight="bottom-border-only"] ul.dt-primary-nav > li.current_page_item > a:after,
.dt-header-menu[data-nav-item-highlight="bottom-border-only"] ul.dt-primary-nav > li.current-menu-item > a:after,
.dt-header-menu[data-nav-item-highlight="bottom-border-only"] ul.dt-primary-nav > li.current-page-ancestor > a:after,
.dt-header-menu[data-nav-item-highlight="bottom-border-only"] ul.dt-primary-nav > li.current-menu-ancestor > a:after,
.dt-header-menu[data-nav-item-highlight="top-border-only"] ul.dt-primary-nav > li:hover > a:before,
.dt-header-menu[data-nav-item-highlight="top-border-only"] ul.dt-primary-nav > li.current_page_item > a:before,
.dt-header-menu[data-nav-item-highlight="top-border-only"] ul.dt-primary-nav > li.current-menu-item > a:before,
.dt-header-menu[data-nav-item-highlight="top-border-only"] ul.dt-primary-nav > li.current-page-ancestor > a:before,
.dt-header-menu[data-nav-item-highlight="top-border-only"] ul.dt-primary-nav > li.current-menu-ancestor > a:before,
.dt-header-menu[data-nav-item-highlight="two-border-updown"] ul.dt-primary-nav > li:hover > a:before,
.dt-header-menu[data-nav-item-highlight="two-border-updown"] ul.dt-primary-nav > li.current_page_item > a:before,
.dt-header-menu[data-nav-item-highlight="two-border-updown"] ul.dt-primary-nav > li.current-menu-item > a:before,
.dt-header-menu[data-nav-item-highlight="two-border-updown"] ul.dt-primary-nav > li.current-page-ancestor > a:before,
.dt-header-menu[data-nav-item-highlight="two-border-updown"] ul.dt-primary-nav > li.current-menu-ancestor > a:before,
.dt-header-menu[data-nav-item-highlight="line-through"] ul.dt-primary-nav > li:hover > a > span:before,
.dt-header-menu[data-nav-item-highlight="line-through"] ul.dt-primary-nav > li.current_page_item > a > span:before,
.dt-header-menu[data-nav-item-highlight="line-through"] ul.dt-primary-nav > li.current-menu-item > a > span:before,
.dt-header-menu[data-nav-item-highlight="line-through"] ul.dt-primary-nav > li.current-page-ancestor > a > span:before,
.dt-header-menu[data-nav-item-highlight="line-through"] ul.dt-primary-nav > li.current-menu-ancestor > a > span:before { width: 100%; }
.dt-header-menu[data-nav-item-divider="slanting-line"] ul.dt-primary-nav > li > a > span:after,
.dt-header-menu[data-nav-item-divider="vertical-line"] ul.dt-primary-nav > li > a > span:after {
	border-color: #ccc;
	border-style: solid;
	border-width: 0 1px 0 0;
	height: 15px;
	margin-top: auto;
	margin-bottom: auto;
	position: absolute;
	bottom: 0;
	right: -2px;
	top: 0;
	width: 1px;
}
.dt-header-menu[data-nav-item-divider="slanting-line"] ul.dt-primary-nav > li > a > span:after {
	right: -3px;
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
}
.dt-header-menu[data-nav-item-divider="slanting-line"] ul.dt-primary-nav > li:last-child > a > span:after,
.dt-header-menu[data-nav-item-divider="vertical-line"] ul.dt-primary-nav > li:last-child > a > span:after { display: none; }
.dt-header-menu ul.dt-primary-nav > li,
.dt-header-menu ul.dt-primary-nav > li a,
.dt-header-menu ul.dt-primary-nav > li > a:before,
.dt-header-menu ul.dt-primary-nav > li > a:after,
.dt-header-menu ul.dt-primary-nav > li a > span,
.dt-header-menu ul.dt-primary-nav > li a > span:before {
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
/*----*****---- << 4.4. Header Modules >> ----*****----*/
.search-module {
	display: inline-block;
	text-align: center;
}
.menu-icons-wrapper {
	margin: 0 5px;
	padding: 5px 0;
}
.menu-icons-wrapper .search,
.menu-icons-wrapper .cart {
	display: inline-block;
	margin: 0 5px;
	text-align: center;
	width: 25px;
}
.menu-icons-wrapper.rounded-icons .search,
.menu-icons-wrapper.rounded-icons .cart { margin: 0 5px; }
.menu-icons-wrapper .search a,
.menu-icons-wrapper .cart a { font-size: 14px; }
.menu-icons-wrapper.rounded-icons .search a span,
.menu-icons-wrapper.rounded-icons .cart a span {
	height: 38px;
	line-height: 40px;
	text-align: center;
	width: 38px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.menu-icons-wrapper .top-menu-search-container {
	display: none;
	position: absolute;
	right: 50%;
	top: 100%;
	width: 250px;
	z-index: 9;
}
.menu-icons-wrapper .top-menu-search-container.show-top-menu-search { display: block; }
.menu-icons-wrapper .top-menu-search-container .search-form label span { display: none; }
.menu-icons-wrapper .top-menu-search-container .search-form input[type="submit"] { text-indent: -9999px; }
.menu-icons-wrapper .top-menu-search-container .search-form input[type="search"] {
	padding-right: 30px;
	text-transform: none;
}
.menu-icons-wrapper .cart sup {
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
	border-radius: 50%;
	position: relative;
	top: -8px;
	left: -9px;
	display: inline-block;
}
#searchform {
	border: 1px solid;
	display: inline-block;
	margin: 0;
	max-width: 250px;
	position: relative;
}
#searchform:before {
	content: "\f002";
	font-family: FontAwesome;
	font-size: 14px;
}
#searchform input[type="text"] {
	border: none;
	background: none;
	font-size: 12px;
	padding: 12px 45px 12px 15px;
	text-transform: uppercase;
	width: 220px;
}
#searchform label span { display: none; }
#searchform input[type="submit"] {
	background: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	z-index: 1;
}
#searchform .dt-search-icon {
	background-color: #ff0000;
	color: #fff;
	height: inherit;
	opacity: 0;
	left: 100%;
	visibility: hidden;
	z-index: -1;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
#searchform .dt-search-icon span {
	display: block;
	height: 100%;
	width: 100%;
}
#searchform .dt-search-icon span:before {
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#searchform:before,
#searchform input[type="submit"],
#searchform .dt-search-icon {
	height: inherit;
	margin-top: auto;
	margin-bottom: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	text-align: center;
	width: 45px;
}
#searchform:before {
	height: 0;
	line-height: 0;
}
#searchform:hover .dt-search-icon {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(1px);
	transform: translateX(1px);
}
.simple-header-search #searchform .dt-search-icon,
.overlay-header-search #searchform .dt-search-icon { display: none; }
.simple-header-search.stretch,
.simple-header-search.stretch #searchform,
.simple-header-search.stretch #searchform input[type="text"] { height: 100%; }
.search-module.slide-down-header-search { height: 100%; }
.search-module.slide-down-header-search #searchform,
.search-module.slide-down-header-search #searchform input[type="text"] { width: 100%; }
.search-module.slide-down-header-search .menu-icons-wrapper,
.search-module.slide-down-header-search .menu-icons-wrapper .search,
.search-module.slide-down-header-search .menu-icons-wrapper .search a,
.search-module.slide-down-header-search .menu-icons-wrapper .search a span {
	height: inherit;
	width: inherit;
}
.search-module.slide-down-header-search .menu-icons-wrapper {
	padding-top: 0;
	padding-bottom: 0;
}
.search-module.slide-down-header-search .menu-icons-wrapper .search a { display: inline-block; }
.search-module.simple-header-search.filled #searchform { border-color: transparent; }
.search-module.simple-header-search.filled.gray #searchform { background-color: #f3f3f3; }
.search-module.simple-header-search.filled.gray.dt-sc-dark-bg #searchform { background-color: #333333; }
.search-module.slide-down-header-search #searchform,
.search-module.simple-header-search.filled.white #searchform { background-color: #fff; }
.search-module.simple-header-search.simple-rounded #searchform {
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.search-module:not(.simple-header-search).filled,
.search-module:not(.simple-header-search).filled-onhvr {
	position: relative;
	text-align: center;
}
.search-module:not(.simple-header-search).filled.stretch,
.search-module:not(.simple-header-search).filled-onhvr.stretch { width: 60px; }
.search-module:not(.simple-header-search).filled.stretch .menu-icons-wrapper,
.search-module:not(.simple-header-search).filled.stretch .menu-icons-wrapper .search,
.search-module:not(.simple-header-search).filled-onhvr.stretch .menu-icons-wrapper,
.search-module:not(.simple-header-search).filled-onhvr.stretch .menu-icons-wrapper .search {
	margin-left: 0;
	margin-right: 0;
}
.search-module:not(.simple-header-search).filled .menu-icons-wrapper .search a span:before,
.search-module:not(.simple-header-search).filled-onhvr .menu-icons-wrapper .search a span:before,
.search-module:not(.simple-header-search).stretch .menu-icons-wrapper .search a span:before,
.search-module:not(.simple-header-search).stretch .menu-icons-wrapper .search a span:before {
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.search-module.filled:not(.simple-header-search):not(.dt-sc-skin-highlight),
.search-module.filled-onhvr:not(.simple-header-search):not(.dt-sc-skin-highlight):hover { background-color: #f3f3f3; }
.search-module:not(.simple-header-search).filled.dt-sc-dark-bg,
.search-module:not(.simple-header-search).filled-onhvr.dt-sc-dark-bg:hover { background-color: #000; }
.search-module:not(.simple-header-search).filled.dt-sc-dark-bg .menu-icons-wrapper .search span,
.search-module:not(.simple-header-search).filled-onhvr.dt-sc-dark-bg:hover .menu-icons-wrapper .search span,
.search-module:not(.simple-header-search).filled.dt-sc-skin-highlight .menu-icons-wrapper .search span,
.search-module:not(.simple-header-search).filled-onhvr.dt-sc-skin-highlight:hover .menu-icons-wrapper .search span { color: #fff; }
.overlay-search {
	width: auto;
	float: right;
}
.overlay-search,
.overlay-search *,
.overlay-search *:before,
.overlay-search *:after {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.overlay-search .overlay-close:before,
.overlay-search .overlay-close:after { border-color: #161616; }
.overlay-search {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10000;
	background-color: #fff;
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
	cursor: inherit;
}
.overlay-search.open {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.overlay-header-search .overlay-search #searchform {
	border-style: solid;
	border-width: 0 0 1px;
	margin: 0 auto;
	max-width: none;
	padding-bottom: 10px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	width: 50%;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.overlay-search #searchform input[type="text"] { color: #000; }
.overlay-search #searchform input[type="text"] {
	width: 100%;
	font-size: 40px;
	letter-spacing: 10px;
	text-transform: capitalize;
}
.overlay-search #searchform input[type="submit"] {
	width: 55px;
	height: 100%;
}
.overlay-header-search .overlay-search #searchform:before {
	font-size: 30px;
	right: 10px;
}
.overlay-search-icon span {
	cursor: pointer;
	color: #2f2e2e;
}
.overlay-search .overlay-close {
	cursor: pointer;
	width: 75px;
	height: 75px;
	transform: scale(0);
	position: fixed;
	right: 20px;
	top: 20px;
	font-size: 0px;
	z-index: 9;
	border-radius: 50%;
}
.overlay-search.open .overlay-close {
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
}
.overlay-search .overlay-close:before,
.overlay-search .overlay-close:after {
	content: '';
	position: absolute;
	height: 5px;
	width: 50px;
	top: 50%;
	left: 50%;
	background: #fff;
}
.overlay-search .overlay-close:before {
	transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
}
.overlay-search .overlay-close:after {
	transform: translate(-50%, -50%) rotate(-45deg);
	-moz-transform: translate(-50%, -50%) rotate(-45deg);
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
}
.search-module,
.search-module * {
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.cart-info {
	padding: 14px 20px 14px 57px;
	width: auto;
	display: inline-block;
	position: relative;
	margin: 28px 0px 0px;
}
.cart-info p { margin: 0px; }
.cart-info:before {
	content: "\e66c";
	position: absolute;
	font-family: "Stroke-Gap-Icons";
	font-size: 20px;
	left: 15px;
	top: 18px;
}
.cart-icon span {
	font-size: 12px;
	line-height: 20px;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	left: 28px;
	top: 9px;
}
.cart-total {
	font-size: 14px;
	display: inline-block;
	margin: 0px 0px 0px 20px;
	letter-spacing: 0.5px;
}
.live-chat {
	float: right;
	margin: 32px 0px 0px 10px;
}
.live-chat a {
	font-size: 10px;
	font-weight: 800;
	padding: 10px 15px 9px;
	text-transform: uppercase;
	border-radius: 5px;
}
.live-chat a span {
	font-size: 14px;
	display: inline-block;
	margin: 0px 5px 0px 0px;
}
/*--- Slide Menu ---*/
.dt-simpler-slider {
	background: transparent;
	border: none;
	display: block;
	height: 32px;
	right: 20px;
	position: fixed;
	top: 20px;
	width: 32px;
	z-index: 999;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.dt-simpler-slider:before {
	transform: translate3d(0, 0, 0);
	transition: all 0.35s ease-in-out;
	-moz-transform: translate3d(0, 0, 0);
	-moz-transition: all 0.35s ease-in-out;
	-ms-transform: translate3d(0, 0, 0);
	-ms-transition: all 0.35s ease-in-out;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transition: all 0.35s ease-in-out;
	background: #ddd;
	content: '';
	display: block;
	font-size: 14px;
	line-height: 32px;
	opacity: 1;
	text-align: center;
	width: 40px;
	height: 40px;
	position: absolute;
	left: -4px;
	top: -5px;
}
.dt-sc-simpler-content-open .dt-simpler-slider:before,
.dt-simpler-slider:hover:before { background: #000; }
.dt-sc-simpler-content-open .dt-simpler-slider:before { border-radius: 50%; }
.dt-simpler-slider span {
	width: 25px;
	height: 3px;
	background: #000;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -12.5px;
	margin-top: -1.5px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.dt-simpler-slider span:first-child {
	top: 5px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.dt-simpler-slider span:last-child {
	bottom: 5px;
	-webkit-transform: translate3d(0, 8px, 0);
	transform: translate3d(0, 8px, 0);
	-moz-transform: translate3d(0, 8px, 0);
	-ms-transform: translate3d(0, 8px, 0);
}
.dt-simpler-slider span:nth-child(2) {
	margin-top: -2px;
	top: 50%;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.dt-simpler-slider span { background: #fff; }
.dt-sc-simpler-content-open .dt-simpler-slider span:first-child {
	-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
	transform: translate3d(0, 10px, 0) rotate(45deg);
	-moz-transform: translate3d(0, 10px, 0) rotate(45deg);
	-ms-transform: translate3d(0, 10px, 0) rotate(45deg);
}
.dt-sc-simpler-content-open .dt-simpler-slider span:last-child {
	-webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
	transform: translate3d(0, 0, 0) rotate(-45deg);
	-moz-transform: translate3d(0, 0, 0) rotate(-45deg);
	-ms-transform: translate3d(0, 0, 0) rotate(-45deg);
}
.dt-sc-simpler-content-open .dt-simpler-slider span:nth-child(2) {
	-webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
	transform: translate3d(0, 0, 0) scale(0.1, 1);
	-moz-transform: translate3d(0, 0, 0) scale(0.1, 1);
	-ms-transform: translate3d(0, 0, 0) scale(0.1, 1);
}
.vc_row.dt-sc-simpler-content {
	margin: 0;
	position: relative;
}
.vc_row.dt-sc-simpler-content > .wpb_column.vc_column_container {
	padding: 30px 0;
	background: #fff;
}
.vc_row.dt-sc-simpler-content > .vc_column_container,
.vc_row.dt-sc-simpler-content > .vc_column-inner { height: 100%; }
.vc_row.dt-sc-simpler-content > .vc_column_container .dt-logo-container.logo-align-center { padding: 0 30px; }
.vc_row.dt-sc-simpler-content > .vc_column_container .dt-header-menu { margin-left: 30px; }
#header .dt-header-tpl .vc_row.dt-sc-simpler-content .dt-sc-simpler-content-bottom {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
}
.vc_row.dt-sc-simpler-content.boxed-header { border: 20px solid rgba(0,0,0,0); }
.vc_row.dt-sc-simpler-content.boxed-header.dt-sc-simpler-content-close > .wpb_column.vc_column_container {
	margin-right: -20px;
	margin-left: 20px;
}
.vc_row.dt-sc-simpler-content.boxed-header > .vc_column_container .dt-header-menu { margin-left: 0; }
.vc_row.dt-sc-simpler-content.from-left.boxed-header.dt-sc-simpler-content-close > .wpb_column.vc_column_container {
	margin-left: -20px;
	margin-right: 0;
}
.vc_row.dt-sc-simpler-content.overlay-header {
	width: 100% !important;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.vc_row.dt-sc-simpler-content.overlay-header > .wpb_column.vc_column_container { background: rgba(255,255,255,0.9); }
#header .dt-header-tpl .vc_row.dt-sc-simpler-content.overlay-header .dt-sc-simpler-content-top {
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
}
.vc_row.dt-sc-simpler-content.overlay-header > .vc_column_container .dt-header-menu {
	width: 100%;
	text-align: center;
	margin: 0;
}
.vc_row.dt-sc-simpler-content.overlay-header > .vc_column_container .dt-header-menu .dt-primary-nav { text-align: center; }
.vc_row.dt-sc-simpler-content.overlay-header > .vc_column_container .dt-header-menu ul.dt-primary-nav > li > a {
	font-size: 40px;
	letter-spacing: 3px;
}
.vc_row.dt-sc-simpler-content.overlay-header > .vc_column_container .dt-header-menu ul.dt-primary-nav > li > a > .menu-item-icon { display: none; }
.vc_row.dt-sc-simpler-content.overlay-header {
	right: -100% !important;
	left: auto !important;
}
.vc_row.dt-sc-simpler-content.overlay-header.dt-sc-simpler-content-open { right: 0 !important; }
.vc_row.dt-sc-simpler-content.overlay-header .dt-simpler-slider {
	left: auto;
	right: 20px;
}
.vc_row.dt-sc-simpler-content.overlay-header.from-left { left: -100% !important; }
.vc_row.dt-sc-simpler-content.overlay-header.from-left .dt-simpler-slider {
	right: auto;
	left: 20px;
}
.vc_row.dt-sc-simpler-content.overlay-header.from-left.dt-sc-simpler-content-open { left: 0 !important; }
.boxed-header .dt-simpler-slider { top: 25px; }
.dt-sc-simpler-content-open .dt-simpler-slider,
.dt-sc-simpler-content-open.boxed-header .dt-simpler-slider {
	right: 320px;
	left: auto;
}
.from-left .dt-simpler-slider,
.overlay-header.from-left .dt-simpler-slider {
	left: 20px;
	right: auto;
}
.from-left.boxed-header .dt-simpler-slider {
	left: 25px;
	right: auto;
}
.dt-sc-simpler-content-open.from-left .dt-simpler-slider,
.dt-sc-simpler-content-open.from-left.boxed-header .dt-simpler-slider {
	left: 320px;
	right: auto;
}
.vc_row.dt-sc-simpler-content.from-left .dt-custom-nav-wrapper.inline-vertical[data-divider="yes"] .dt-custom-nav li.menu-item-has-children ul.sub-menu {
	right: -300px;
	left: auto;
}
.vc_row.dt-sc-simpler-content .dt-header-menu ul.dt-primary-nav > li {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}
.vc_row.dt-sc-simpler-content .dt-header-menu ul.dt-primary-nav li > ul.sub-menu {
	position: absolute;
	left: 100%;
	top: 10px;
}
.vc_row.dt-sc-simpler-content .dt-header-menu ul.dt-primary-nav li > ul.sub-menu > li.menu-item-object-dt_mega_menus > .vc_section {
	margin-left: 0;
	margin-right: 0;
	padding-left: 15px;
	padding-right: 15px;
	left: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: calc(100vw - 330px);
	max-width: calc(100vw - 330px);
}
.vc_row.dt-sc-simpler-content .dt-header-menu ul.dt-primary-nav li:hover > ul.sub-menu { top: 0; }
/*-------------------------------------------------------------- 

10.0 - Slider

 --------------------------------------------------------------*/
#slider {
	float: left;
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: block;
	line-height: 0px;
}
#slider img { max-width: 100%; }
/*-------------------------------------------------------------- 

11.0 - Title & Breadcrumb 

--------------------------------------------------------------*/
.section-wrapper {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 0px;
	padding: 0px;
}
.section-wrapper.fullwidth-section > .container { width: 100%; }
.section-wrapper.fullwidth-section { position: relative; }
.dark-overlay,
.extend-bg-fullwidth-left,
.extend-bg-fullwidth-right,
.light-overlay { position: relative; }
.dark-overlay:before,
.light-overlay:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	display: inline !important;
	z-index: 0;
}
.section-wrapper .container { z-index: 9; }
.main-title-section-wrapper {
	background-color: rgba(0, 0, 0, 0.05);
	clear: both;
	float: left;
	margin: 0 0 80px;
	padding: 126px 0;
	position: relative;
	width: 100%;
}
.main-title-section-wrapper.dt-sc-dark-bg { background-color: rgba(0, 0, 0, 0.7); }
.main-title-section-wrapper > .main-title-section-bg {
	background-image: url("../images/breadcrumb.jpg");
	background-color: rgba(0, 0, 0, 0.05);
	content: "";
	height: 9999px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
.main-title-section-bg:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.86);
    left: 0;
}
#header-wrapper .main-title-section-wrapper { margin: 0 0 35px; }
.no-breadcrumb #main { margin-top: 35px; }
.main-title-section {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	pointer-events: none;
}
.main-title-section h1 {
	font-size: 30px;
	font-weight: 700;
	color: #2b2b2b;
	text-transform: uppercase;
	margin-bottom: 0;
}
.aligncenter .main-title-section h1 {
	font-size: 36px;
	color: #fff;
}
.aligncenter .breadcrumb a,
.aligncenter .breadcrumb span,
.aligncenter .breadcrumb span.current { color:#afafaf; }
.aligncenter .breadcrumb .fa.default { background: #fff; }
.breadcrumb {
	clear: both;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: 500;
	color: rgb(175, 175, 175);
}
.breadcrumb a { color: #2b2b2b; }
.breadcrumb .fa {
	display: inline-block;
	margin: 0px 4px;
	padding: 0px;
}
.breadcrumb span.current { color: rgba(0, 0, 0, 0.5); }
.breadcrumb .fa.default {
	display: inline-block;
	height: 14px;
	width: 1px;
	-webkit-transform: rotate(30deg);
	-moz-transform-origin: 0 0;
	-moz-transform: rotate(30deg);
	-ms-transform-origin: 0 0;
	-ms-transform: rotate(30deg);
	transform-origin: 0 0;
	transform: rotate(30deg);
	background: #2b2b2b;
	top: 3px;
	position: relative;
	margin: 0px 5px 0px 10px;
}
.main-title-section.aligncenter { text-align: center; }
.main-title-section.alignright { text-align: right; }
.main-title-section-wrapper.breadcrumb-left .breadcrumb {
	clear: none;
	float: left;
	width: 35%;
	padding-right: 20px;
	margin-top: 13px;
}
.main-title-section-wrapper.breadcrumb-left .main-title-section {
	float: right;
	width: 65%;
	text-align: right;
}
.main-title-section-wrapper.breadcrumb-right .breadcrumb {
	clear: none;
	float: right;
	text-align: right;
	width: 35%;
	padding-left: 20px;
	margin-top: 13px;
}
.main-title-section-wrapper.breadcrumb-right .main-title-section {
	float: left;
	width: 65%;
}
.main-title-section-wrapper.breadcrumb-top-left-title-center .main-title-section {
	width: 100%;
	text-align: center;
}
.main-title-section-wrapper.breadcrumb-top-left-title-center .breadcrumb {
	margin-top: -70px;
	width: 100%;
	float: left;
}
.main-title-section-wrapper.breadcrumb-top-right-title-center .main-title-section {
	width: 100%;
	text-align: center;
}
.main-title-section-wrapper.breadcrumb-top-right-title-center .breadcrumb {
	margin-top: -70px;
	width: 100%;
	float: right;
	text-align: right;
}
.dt-sc-dark-bg .breadcrumb { color: rgba(255, 255, 255, 0.6); }
.dt-sc-dark-bg .breadcrumb a { color: #ffffff; }
.dt-sc-dark-bg .breadcrumb a:hover,
.dt-sc-dark-bg .breadcrumb span.current { color: rgba(255, 255, 255, 0.6); }
.dt-sc-dark-bg .breadcrumb .fa.default { background: #ffffff; }
.main-title-section-wrapper { background-color: rgba(0,0,0,0) !important; }
.main-title-section-wrapper:before {
	background: rgba(0, 0, 0, 0.05);
	content: "";
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
.breadcrumb a:hover{ color:#FFF;}
#header.header-top-absolute ~ .main-title-section-wrapper:before { height: 9999px; }

/*-------------------------------------------------------------- 
12.0 - Footer 
--------------------------------------------------------------*/
#footer {
	clear: both;
	float: left;
	margin: 0;
	position: relative;
	width: 100%;
}

#footer:after { background-image: url(../images/footer-bgimage.png); background-position: bottom center; background-repeat: no-repeat; background-size: 100% auto; content: ""; height: 100%; position: absolute; bottom: 0; left: 0; right: 0; width: 100%; z-index: -1; -webkit-transform: translateY(15%); transform: translateY(15%); }


#footer .container, .footer-copyright { border-top: 1px solid rgba(0,0,0,0.15); }


.footer-copyright {
	clear: both;
	float: left;
	font-size: 14px;
	margin: 0;
	padding: 30px 0px;
	width: 100%;
}
.footer-copyright .alignright img { float: right; }


/*--- Footer ---*/
.dt-sc-dark-bg .responsive-map { color: #000; }
.footer-widgets a { color: #777; }
.dt-mc-subscribe *,
.dt-sc-sociable li a > i {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.dt-mc-subscribe .dt-subscribe-msg { display: inline-block; }
.dt-mc-subscribe .dt-subscribe-msg span {
	margin: 10px 0;
	line-height: 30px;
}
.dt-sc-dark-bg .dt-mc-subscribe .dt-subscribe-msg span { color: #fff; }
#footer .dt-sc-contact-info {
	padding-left: 30px;
	margin-bottom: 5px;
}
#footer .dt-sc-contact-info span {
	margin: 8px 0px 0px 0px;
	font-size: 14px;
	text-align: left;
	width: auto;
}
#footer .dt-sc-contact-info.type8 span {
	margin: auto;
	width: 84px;
	text-align: center;
	font-size: 32px;
}
#footer .footer-copyright .widget,
#footer .footer-copyright .wpb_content_element,
#footer > .wpb_content_element { margin-bottom: 0; }
.dt-custom-nav li { padding-bottom: 0; }

#footer .dt-sc-sociable a {
	margin-right: 5px;
	border-radius: 50px;
	color: #FFF;
}

.list-style-left ul.dt-custom-nav {
	margin-left: -15px;
	margin-right: -15px;
}

/*--- Footer 6 & 14 ---*/
.map-with-overlay { position: relative; }
.map-with-overlay .map-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.map-with-overlay.dt-sc-dark-bg .map-overlay:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1;
	background: rgba(8, 45, 66, 0.3);
}
.map-with-overlay.dt-sc-light-bg .map-overlay:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1;
	background: rgba(8, 45, 66, 0.3);
}
.map-with-overlay.dt-sc-dark-bg .map-overlay:before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1;
	transform: scaleY(-1);
	-moz-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 50%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0,0,0,0.7)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 50%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.7) 50%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.7) 50%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.7) 50%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}
.map-with-overlay.dt-sc-light-bg,
.footer-widgets .map-with-overlay.dt-sc-light-bg a,
#footer .map-with-overlay.dt-sc-light-bg a { color: #000; }
.map-with-overlay.dt-sc-light-bg .map-overlay:before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1;
	background: rgba(255,255,255,0.7);
}
.map-with-overlay .map-overlay .wpb_column,
.map-with-overlay .map-overlay.wpb_column .vc_column-inner,
.vc_row.vc_row-flex.map-with-overlay > .map-overlay.wpb_column.vc_column_container > .vc_column-inner { z-index: 2; }
.map-with-overlay .map-overlay.wpb_column .vc_column-inner .wpb_wrapper {
	width: 80%;
	margin: 0 auto;
}
.map-with-overlay .map-overlay.wpb_column .dt-sc-tabs-horizontal-container.aligncenter ul.dt-sc-tabs-horizontal { border-bottom: 0; }
.map-with-overlay .map-overlay.wpb_column .dt-sc-tabs-horizontal-container.aligncenter ul.dt-sc-tabs-horizontal > li {
	float: none;
	display: inline-block;
	margin: 0 10px;
}
.map-with-overlay .map-overlay.wpb_column .dt-sc-tabs-horizontal-container ul.dt-sc-tabs-horizontal > li > a {
	border: 1px solid;
	border-radius: 50px;
	padding: 10px 30px;
}
.map-with-overlay .map-overlay.wpb_column .dt-sc-tabs-horizontal-container ul.dt-sc-tabs-horizontal > li > a:hover,
.map-with-overlay .map-overlay.wpb_column .dt-sc-tabs-horizontal-container ul.dt-sc-tabs-horizontal > li > a.current { background: #fff; }
.map-with-overlay .map-overlay.wpb_column .dt-sc-tabs-horizontal-container .dt-sc-tabs-horizontal-content { padding-bottom: 0; }
#footer .map-with-overlay.dt-sc-dark-bg { color: rgba(255,255,255, 0.5); }

#footer .bottom-bordered input[type="text"],
#footer .bottom-bordered input[type="password"],
#footer .bottom-bordered input[type="email"],
#footer .bottom-bordered input[type="url"],
#footer .bottom-bordered input[type="tel"],
#footer .bottom-bordered input[type="number"],
#footer .bottom-bordered input[type="range"],
#footer .bottom-bordered input[type="date"],
#footer .bottom-bordered textarea,
#footer .bottom-bordered input.text,
#footer .bottom-bordered input[type="search"] {
	color: #777777;
	border-width: 0 0 1px 0;
	padding: 6px 0 15px;
	font-size: 14px;
}
#footer .wpcf7-form.bottom-bordered input[type="submit"],
#footer .wpcf7-form.bottom-bordered button,
#footer .wpcf7-form.bottom-bordered input[type="button"],
#footer .wpcf7-form.bottom-bordered input[type="reset"] {
	background: none;
	border-radius: 0;
	border: 1px solid;
}
.fullwidth-on-laptop.vc_col-sm-8 h2.alignleft,
.fullwidth-on-laptop .vc_col-sm-8 h1.alignnone {
	margin-right: 25px;
	line-height: 40px;
}
.fullwidth-on-laptop.vc_col-sm-8 h1.alignnone {
	margin-right: 25px;
	line-height: 50px;
	margin-bottom: 10px;
}
.fullwidth-on-laptop.vc_col-sm-8 h1.alignnone.no-margin { margin-bottom: 0; }

/*--- Footer 15 ---*/
.footer-15 .dt-sc-newsletter-section.type5 {
	width: 100%;
	background: none;
	border: none;
	text-align: left;
	padding: 0;
}
.footer-15 .dt-sc-newsletter-section.type5 input[type="text"],
.footer-15 .dt-sc-newsletter-section.type5 input[type="email"] {
	background: none;
	color: rgba(0, 0, 0, 0.3);
	border: 1px solid;
	border-radius: 0;
	padding: 16px 20px 15px;
	font-size: 12px;
	margin: 0 0 20px;
}
.footer-15 .dt-sc-newsletter-section.type5 .dt-sc-subscribe-frm input[type="submit"] {
	padding: 15px 0;
	border-radius: 0;
}
.footer-15 {
	width: 100%;
	float: left;
	position: relative;
}
.footer-15.vc_row[data-vc-full-width] { overflow: visible; }
.footer-15 h3 {
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 0.5px;
}
.footer-15 .dt-sc-small-separator {
	width: 70px;
	height: 1px;
}
.footer-15.dt-sc-dark-bg .dt-sc-newsletter-section.type5 input[type="text"],
.footer-15.dt-sc-dark-bg .dt-sc-newsletter-section.type5 input[type="email"] { color: rgba(255, 255, 255, 0.3); }

/*--- Footer 16 ---*/
.footer-16 .dt-sc-newsletter-section.type2 {
	text-align: left;
	padding: 0;
}
.footer-16 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm { position: relative; }
.footer-16 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="email"]:first-child { width: 100%; }
.footer-16 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="submit"] {
	position: absolute;
	right: 0;
	margin: 0;
}
.footer-16 .dt-sc-single-line-separator {
	border-color: rgba(0, 0, 0, 0.35);
	margin: 0 0 30px 11px;
	width: 100%;
	float: left;
	position: relative;
}
.footer-16 .dt-sc-single-line-separator:before {
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.5);
	left: -6px;
	bottom: -2px;
	top: inherit;
	background: none;
	-webkit-transform: rotate(45deg);
	-moz-transform-origin: 0 0;
	-moz-transform: rotate(45deg);
	-ms-transform-origin: 0 0;
	-ms-transform: rotate(45deg);
	transform-origin: 0 0;
	transform: rotate(45deg);
	display: block;
}
.footer-16.dt-sc-dark-bg .dt-sc-single-line-separator { border-color: rgba(255, 255, 255, 0.35); }
.footer-16.dt-sc-dark-bg .dt-sc-single-line-separator:before { border-color: rgba(255, 255, 255, 0.5); }
.footer-16 .widget .recent-posts-widget li .entry-title h4 { font-size: 16px; }
#footer .footer-16.dt-sc-dark-bg .recent-posts-widget a,
#footer .footer-16.dt-sc-dark-bg .widget .recent-posts-widget li .entry-meta p,
#footer .footer-16.dt-sc-dark-bg .recent-posts-widget li .entry-meta a { color: #fff; }
#footer .footer-16.dt-sc-dark-bg .recent-posts-widget a:hover,
#footer .footer-16.dt-sc-dark-bg .recent-posts-widget li .entry-meta a:hover { color: #222222; }
#footer .footer-16.dt-sc-dark-bg .widget ul li { border-color: rgba(255, 255, 255, 0.5); }

/*--- Footer 17 ---*/
.footer-17 { font-size: 16px; }
.footer-17.vc_row[data-vc-full-width] { overflow: visible; }
.footer-17 h2 {
	line-height: 36px;
	margin-bottom: 20px;
}
.footer-17 .dt-sc-newsletter-section.type2 {
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	top: -100px;
}
.footer-17 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm {
	background: #0074bd;
	width: 70%;
	padding: 30px;
	float: none;
	display: inline-block;
	margin: 0px;
}
.footer-17 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="text"],
.footer-17 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="email"] {
	width: 35%;
	border: none;
	margin-right: 1px;
	font-size: 13px;
}
.footer-17 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="submit"] {
	background: #fcdb34;
	color: #1c3f55;
	font-weight: normal;
	font-size: 16px;
	text-transform: none;
	padding: 11px 20px;
}
.footer-17 .dt-sc-newsletter-section.type2 a.dt-sc-button,
#footer .footer-17 a.dt-sc-button,
.footer-17 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="submit"]:hover,
#footer .footer-17 a.dt-sc-button:hover { color: #fff; }
.footer-17.dt-sc-dark-bg,
.footer-17.dt-sc-dark-bg h2 { color: rgba(255,255,255,0.7); }

/*-------------------------------------------------------------- 
13.0 - Side Navigation 
--------------------------------------------------------------*/
.side-navigation {
	width: 27%;
	float: left;
	margin: 0px 2% 0px 0px;
	padding: 0px;
}
.side-navigation-content {
	width: 71%;
	float: left;
	margin: 0px;
	padding: 0px;
}
.side-navigation-bottom-content {
	width: 100%;
	float: left;
}
.side-navigation-content img { max-width: 100%; }
.side-nav-container {
	float: left;
	margin: 0px 0px 40px 0px;
	padding: 0px;
	width: 98%;
}
ul.side-nav {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
    counter-reset: section;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.1) inset;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1) inset;
}
ul.side-nav li *,
ul.side-nav li *:before,
ul.side-nav li *:after {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
ul.side-nav li {
	display: block;
	float: left;
	padding: 0;
	width: 100%;
	-webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,0.1) inset;
	box-shadow: 0 1px 0 0 rgba(0,0,0,0.1) inset;
}
ul.side-nav li a {
	padding: 12px 0px 12px 60px;
	display: block;
	position: relative;
	font-weight: 600;
	font-size: 14px;
    transition: 0.3s all linear;
}
ul.side-nav li a:hover {
    transition: 0.3s all linear;
}
ul.side-nav li a:before {
    position: absolute;
    left: 5px;
    top: 5px;
    margin: auto;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    box-shadow:-1px 0px 0px 0px #e3e3e3 inset;
    counter-increment: section;
    content: counter(section);
}
ul.side-nav > li.current_page_item > a:before,
ul.side-nav > li > a:hover:before{ box-shadow:-1px 0px 0px 0px rgba(255, 255, 255, 0.3) inset;}
.side-nav-container ul.side-nav li a:hover:before { color: #fff; }

ul.side-nav li ul {
	border-top: 1px solid;
	margin: 0px;
	padding-left: 0px;
}
ul.side-nav li:last-child { border-width: 0; }
ul.side-nav li ul li:last-child {
	padding-bottom: 0;
}
ul.side-nav li ul li a { padding-left: 85px; }
ul.side-nav ul ul li a { padding-left: 120px; }
ul.side-nav,
ul.side-nav li,
ul.side-nav li ul { border-color: rgba(0,0,0,0.1); }
ul.side-nav li a, 
ul.side-nav li a:before,
ul.side-nav > li > a:hover,
ul.side-nav > li > ul > li > a:hover,
ul.side-nav > li > ul > li > ul > li > a:hover { color: #000; }
.sidenav-alignright .side-navigation {
	float: right;
	margin: 0 0 0 2%;
}
.side-navigation-bottom-content .widgettitle {
	padding-bottom: 25px;
	margin-bottom: 35px;
}
ul.side-nav > li.current_page_item > a,
ul.side-nav > li:hover > a { color: #fff; }
ul.side-nav > li.current_page_item > a:hover:before,
ul.side-nav li a:hover:before,
ul.side-nav > li.current_page_item > a:before,
ul.side-nav > li > ul > li.current_page_item > a:before,
ul.side-nav > li > ul > li > ul > li.current_page_item > a:before {
	color: #fff !important;
	background-color: rgba(0, 0, 0, 0);
}
/*-------------------------------------------------------------- 
14.0 - Style Picker 
--------------------------------------------------------------*/
.dt-style-picker-wrapper {
	position: fixed;
	z-index: 99999;
	left: 0px;
	top: 150px;
}
#dt-style-picker {
	background: #f9f9f9;
	width: 225px;
	float: left;
	position: absolute;
	top: 0px;
	z-index: 1;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#dt-style-picker h2 {
	font-size: 17px;
	font-weight: normal;
	line-height: 48px;
	text-transform: capitalize;
	width: 100%;
	color: #fff;
	margin: 0px;
	padding: 0px;
	background-color: #1a1a1a;
}
#dt-style-picker h3 {
	font-size: 15px;
	font-weight: normal;
	padding: 15px 0;
	width: 100%;
	color: #666;
	margin: 0px;
	display: inline-block;
}
#dt-style-picker ul {
	float: left;
	margin: 0px;
	padding: 15px 0px;
	text-align: center;
	width: 225px;
	background-image: linear-gradient(to bottom, #f7f4f4, #ffffff);
	border-top: 1px solid rgba(23, 24, 26, 0.08);
}
#dt-style-picker ul li {
	display: inline-block;
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px 4px 6px 4px;
}
#dt-style-picker ul li a {
	background: #f9f9f9;
	border: 1px solid #ffffff;
	padding: 3px;
	display: inline-block;
	margin: 0px;
	line-height: 0;
}
#dt-style-picker ul li a.selected,
#dt-style-picker ul li a:hover { border: 1px solid #d7d7d7; }
#dt-style-picker ul li a img,
.style-picker-ico > img { border: 1px solid #f0f0f0; }
#dt-style-picker ul.scheme-picker li a { padding: 7px; }
#dt-style-picker ul.scheme-picker li a img {
	height: auto;
	border: 0;
}
#dt-style-picker .hr {
	width: 100%;
	height: 10px;
	display: block;
	float: left;
	clear: both;
	position: relative;
	z-index: 1;
	margin: 3px 0px;
}
.style-picker-ico {
	background: #1a1a1a;
	height: 48px;
	left: 224px;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 50px;
	border-left: 0;
}
.style-picker-ico > i {
	color: #fff;
	font-size: 27px;
	line-height: 47px;
}
.style-picker-ico.control-open > i:before {
	content: "\eb69";
	font-family: 'IcoMoon-Ultimate';
}
#dt-style-picker h3.color-scheme {
	background: #1a1a1a;
	color: #fff;
}
/*-------------------------------------------------------------- 
15.0 - Loader 
--------------------------------------------------------------*/
.loader {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999991;
}
.loader-inner:before {
	content: "Loading";
	display: block;
	font-size: 10em;
	text-transform: uppercase;
	left: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: 0;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 10px;
	opacity: 0.05;
	text-shadow: 5px 5px 0px #fff;
}
.loader-inner {
	left: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: 0;
	margin: 0 auto;
}
.loader-inner .dot {
	width: 7px;
	height: 7px;
	background-color: #fff;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 7px;
	animation-name: dot_move;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-delay: 0.2s;
	-moz-animation-name: dot_move;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-delay: 0.2s;
	-ms-animation-name: dot_move;
	-ms-animation-duration: 2s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-delay: 0.2s;
	-webkit-animation-name: dot_move;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-delay: 0.2s;
}
.loader-inner .dot1 {
	margin-left: -40px;
	animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
	-ms-animation-delay: 0.4s;
}
.loader-inner .dot2 {
	margin-left: -20px;
	animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
	-ms-animation-delay: 0.3s;
}
.loader-inner .dot3 {
	margin-left: 20px;
	animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	-webkit-animation-delay: 0.1s;
	-ms-animation-delay: 0.1s;
}
.loader-inner .dot4 {
	margin-left: 40px;
	animation-delay: 0s;
	-moz-animation-delay: 0s;
	-webkit-animation-delay: 0s;
	-ms-animation-delay: 0s;
}
@keyframes dot_move { 0% {
left: 0%;
opacity: 0;
}
30% {
left: 50%;
opacity: 1;
height: 7px;
}
40% {
height: 35px;
}
60% {
height: 7px;
}
80% {
left: 50%;
opacity: 1;
}
100% {
left: 100%;
opacity: 0;
}
}
@-moz-keyframes dot_move { 0% {
left: 0%;
opacity: 0;
}
30% {
left: 50%;
opacity: 1;
height: 7px;
}
40% {
height: 35px;
}
60% {
height: 7px;
}
80% {
left: 50%;
opacity: 1;
}
100% {
left: 100%;
opacity: 0;
}
}
@-webkit-keyframes dot_move { 0% {
left: 0%;
opacity: 0;
}
30% {
left: 50%;
opacity: 1;
height: 7px;
}
40% {
height: 35px;
}
60% {
height: 7px;
}
80% {
left: 50%;
opacity: 1;
}
100% {
left: 100%;
opacity: 0;
}
}
/*-------------------------------------------------------------- 
16.0 - Totop 
--------------------------------------------------------------*/
#toTop {
	position: fixed;
	display: none;
	text-decoration: none;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 60px;
	height: 60px;
	border: none;
	text-indent: 100%;
	background: url(../images/floral-ring.png) no-repeat right bottom;
	z-index: 999;
	text-indent: -9999px;
	background-size: 100%;
}
#toTop:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background-color: #fff;
	border-radius: 50%;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#toTop:hover:before {
	width: 45px;
	height: 45px;
}
#toTop:after {
	content: "";
	display: block;
	position: absolute;
	width: 25px;
	height: 50px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background: url(../images/totop-after.png) no-repeat center;
	border-radius: 50%;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background-size: 0;
}
#toTop:hover:after {
	background-size: 50%;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
#toTop:active,
#toTop:focus { outline: none; }
/*-------------------------------------------------------------- 
	17.0 - Default Color 
--------------------------------------------------------------*/

/*----*****---- << Top bar >> ----*****----*/
.dt-sc-dark-bg.top-bar a { color: #ffffff; }
.top-bar a:hover,
.dt-sc-dark-bg.top-bar a:hover { color: #666; }

/*----*****---- << Header Modules >> ----*****----*/
#searchform { border-color: #e5e5e5; }
#searchform:before { color: #c2c2c2; }
#searchform input[type="text"],
.cart-info:before,
.cart-total:before { color: #aaaaaa; }
.cart-info { background: #f3f3f3; }
.menu-icons-wrapper .search a,
.menu-icons-wrapper .cart a,
.menu-icons-wrapper .search a:hover span,
.menu-icons-wrapper .cart a:hover span { color: #2b2b2b; }
.menu-icons-wrapper.rounded-icons .search a span,
.dt-sc-vertical-small-separator,
.cart-icon span,
.live-chat a:hover { background: #2b2b2b; }
.menu-icons-wrapper .top-menu-search-container .search-form { background: #ffffff; }

/*----*****---- << Footer >> ----*****----*/

#footer .dt-sc-dark-bg .widget .recent-posts-widget li .entry-meta p,
#footer .dt-sc-dark-bg .widget .recent-posts-widget a { color: #a9a9a9; }
#footer .dt-sc-dark-bg .widget .recent-posts-widget a:hover{ color: #FFF; }
#footer .dt-sc-dark-bg h3,
#footer .dt-sc-dark-bg h3 a { color: #fff; }
#footer,
.footer-copyright { color: #000; }
#footer .tweet_list li { border-color: rgba(255, 255, 255, 0.15); }
#footer .dt-sc-dark-bg .wpcf7-form input[type="text"],
#footer .dt-sc-dark-bg .wpcf7-form input[type="password"],
#footer .dt-sc-dark-bg .wpcf7-form input[type="email"],
#footer .dt-sc-dark-bg .wpcf7-form input[type="url"],
#footer .dt-sc-dark-bg .wpcf7-form input[type="tel"],
#footer .dt-sc-dark-bg .wpcf7-form input[type="number"],
#footer .dt-sc-dark-bg .wpcf7-form input[type="range"],
#footer .dt-sc-dark-bg .wpcf7-form input[type="date"],
#footer .dt-sc-dark-bg .wpcf7-form textarea,
#footer .dt-sc-dark-bg .wpcf7-form input.text,
#footer .dt-sc-dark-bg .wpcf7-form input[type="search"],
#footer .dt-sc-dark-bg .wpcf7-form select,
#footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type="submit"],
#footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered button,
#footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type="button"],
#footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type="reset"] { border-color: rgba(255,255,255, 0.5); }
#footer .dt-sc-dark-bg .wpcf7-form input[type="text"],
#footer .dt-sc-dark-bg .wpcf7-form input[type="password"],
#footer .dt-sc-dark-bg .wpcf7-form input[type="email"],
#footer .dt-sc-dark-bg .wpcf7-form input[type="url"],
#footer .dt-sc-dark-bg .wpcf7-form input[type="tel"],
#footer .dt-sc-dark-bg .wpcf7-form input[type="number"],
#footer .dt-sc-dark-bg .wpcf7-form input[type="range"],
#footer .dt-sc-dark-bg .wpcf7-form input[type="date"],
#footer .dt-sc-dark-bg .wpcf7-form textarea,
#footer .dt-sc-dark-bg .wpcf7-form input.text,
#footer .dt-sc-dark-bg .wpcf7-form input[type="search"],
#footer .dt-sc-dark-bg .wpcf7-form textarea,
#footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type="submit"],
#footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered button,
#footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type="button"],
#footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type="reset"],
#footer .dt-sc-dark-bg .blog-entry.blog-thumb-style.entry-date-left .entry-date,
#footer .dt-sc-dark-bg .blog-entry.blog-thumb-style.entry-date-left .entry-author { color: rgba(255,255,255, 0.5); }
#footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered button:hover,
#footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type="submit"]:hover,
#footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type="button"]:hover,
#footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type="reset"]:hover,
#footer .wpcf7-form.bottom-bordered button:hover,
#footer .wpcf7-form.bottom-bordered input[type="submit"]:hover,
#footer .wpcf7-form.bottom-bordered input[type="button"]:hover,
#footer .wpcf7-form.bottom-bordered input[type="reset"]:hover { color: #fff; }
#footer .dt-sc-dark-bg .wpcf7-form-control-wrap:before { background: #fff; }
#footer .dt-sc-dark-bg .dt-sc-vertical-separator:before { background: rgba(255,255,255, 0.5); }


/*-------------------------------------------------------------- 
	17.0 - Store Locator
--------------------------------------------------------------*/
.wpsl-stores-fullwidth-container .page .vc_row.wpb_row.vc_row-fluid { overflow: hidden; }
#wpsl-gmap,
#wpsl-result-list { width: 100%; }
#wpsl-wrap {
	left: 30px;
	overflow: visible;
	position: absolute;
	top: 60px;
	width: 400px;
}
.wpsl-search-btn-wrap .dt-sc-storesearch-btn { font-family: Fontawesome; }
.dt-sc-advanced-options {
	display: none;
	float: left;
	margin: 10px 0 0;
	padding: 20px 15px;
	width: 100%;
}
.wpsl-input #wpsl-search-input {
	border-radius: 0!important;
	border: none;
	color: #4d4d4d;
	float: left;
	height: 60px;
	line-height: 60px;
	margin-right: 0;
	padding: 10px 12px;
	width: 316px;
}
#wpsl-search-wrap .wpsl-input {
	background: #fff;
	margin-right: 0;
	position: relative;
	width: 100%;
}
#wpsl-search-wrap .wpsl-search-btn-wrap,
#wpsl-search-btn { margin-right: 0; }
.dt-sc-toggle-advanced-options {
	background: #fff;
	color: #4d4d4d;
	float: left;
	height: 60px;
	line-height: 40px;
	padding: 10px;
	position: relative;
	width: 100%;
}
.dt-sc-toggle-advanced-options:hover { color: #4d4d4d; }
.dt-sc-toggle-advanced-options span {
	color: #fff;
	float: right;
	font-size: 20px;
	height: 60px;
	line-height: 60px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 60px;
}
.wpsl-input label,
#wpsl-radius label,
#wpsl-category label,
#wpsl-results label { width: 67%!important; }
#wpsl-radius,
.wpsl-select-wrap #wpsl-results {
	margin-bottom: 10px;
	margin-right: 0!important;
	width: 100%!important;
}
#wpsl-result-list li p { margin-bottom: 0; }
#wpsl-search-wrap .wpsl-select-wrap div label { line-height: 40px; }
#wpsl-results .wpsl-dropdown { z-index: 1; }
.wpsl-select-wrap {
	margin-bottom: 0!important;
	width: 100%;
}
#wpsl-checkbox-filter { margin-top: 0!important; }
.wpsl-dropdown {
	border-radius: 0!important;
	width: 30%!important;
}
#wpsl-wrap #wpsl-stores,
#wpsl-wrap #wpsl-direction-details { height: 540px!important; }
#wpsl-stores .wpsl-store-thumb { border-radius: 0!important; }
#wpsl-radius { width: 58%; }
.wpsl-select-wrap #wpsl-results {
	margin-right: 0;
	width: 38%;
}
#wpsl-checkbox-filter input[type="checkbox"] {
	float: right;
	margin: 10px 0 0;
}
#wpsl-search-btn {
	background-image: none;
	border-radius: 0!important;
	color: #fff;
	height: 60px;
	margin-top: 0;
	width: 60px;
}
#wpsl-wrap #wpsl-result-list ul li {
	margin: 20px 15px;
	padding: 20px 20px 10px;
}
#wpsl-wrap #wpsl-result-list li:last-child { border-bottom: none; }
.wpsl-locations-details {
	color: #fff;
	float: left;
	margin-top: 25px;
	padding: 15px 10px 0;
	width: 100%;
}
.wpsl-locations-details > span {
	display: block;
	margin-bottom: 20px;
}
.single-wpsl_stores #wpsl-base-gmap_0 { height: 400px; }
.dt-appointment-fix {
	float: left;
	margin: 0;
	position: relative;
}
#wpsl-stores .wpsl-directions {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 9px 7px 9px 0px;
	position: relative;
	text-align: center;
}
#wpsl-stores li > p span {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 9px 7px;
}
#wpsl-stores li > p {
	display: block;
	float: left;
	text-align: center;
	width: 100%;
}
#wpsl-stores li > p,
#wpsl-stores li > p ~ .wpsl-directions {
	display: inline-block;
	margin: 20px 0;
	width: 50%;
}
#wpsl-stores li > div {
	float: left;
	width: 100%;
}
#wpsl-stores li > div p a {
	display: block;
	margin-bottom: 10px;
}
#wpsl-stores li > a:before {
	font-family: FontAwesome;
	margin-right: 10px;
	vertical-align: middle;
}
#wpsl-stores li > a.dt-appointment-fix:before { content: "\f073"; }
#wpsl-stores li > a.wpsl-directions:before { content: "\f1d9"; }
#wpsl-search-btn,
#wpsl-search-wrap input { border: none; }
#wpsl-wrap .wpsl-selected-item,
.wpsl-dropdown { color: #fff; }
.wpsl-selected-item:after { border-top: 8px solid #fff!important; }
.wpsl-active .wpsl-selected-item::after {
	border-bottom: 8px solid #fff!important;
	border-top: none!important;
	margin-top: -5px;
}
#wpsl-search-wrap #wpsl-checkbox-filter label,
#wpsl-checkbox-filter.wpsl-checkbox-3-columns li {
	margin-right: 0;
	width: 100%;
}
#wpsl-wrap #wpsl-result-list li { border-width: 0; }
.wpsl-search,
#wpsl-result-list {
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
	background-color: rgba(237, 245, 248, 0.8);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}
#wpsl-checkbox-filter.wpsl-checkbox-3-columns li {
	border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
	margin-right: 0;
	padding: 10px 0;
	width: 100%;
}
.dt-sc-advanced-options,
#wpsl-wrap #wpsl-result-list ul li { background-color: rgba(255, 255, 255, 0.64); }


/*-------------------------------------------------------------- 
	18.0 - DT Responsive 
--------------------------------------------------------------*/
/* Common Styles for the devices below 1380px width */
@media only screen and (max-width: 1380px) {
.fullwidth-on-laptop.vc_col-sm-8 {
	width: 100%;
	text-align: center;
}
.fullwidth-on-laptop.vc_col-sm-8 .vc_column-inner { padding-right: 0; }
.fullwidth-on-laptop.vc_col-sm-8 h2.alignleft {
	margin-right: 0;
	float: right;
	width: 100%;
	text-align: center;
}
.fullwidth-on-laptop.vc_col-sm-8 .dt-mc-subscribe.align-none,
.fullwidth-on-laptop.vc_col-sm-8 .dt-mc-subscribe.align-none form > div,
.fullwidth-on-laptop.vc_col-sm-8 .dt-mc-subscribe.align-left,
.fullwidth-on-laptop.vc_col-sm-8 .dt-mc-subscribe.align-left form > div,
.fullwidth-on-laptop.vc_col-sm-8 .dt-mc-subscribe.align-center form > div,
.fullwidth-on-laptop.vc_col-sm-8 .dt-mc-subscribe.align-right form > div {
	float: none;
	display: inline-block;
	margin-top: 15px;
}
.fullwidth-on-laptop.vc_col-sm-8 .dt-mc-subscribe.align-none,
.fullwidth-on-laptop.vc_col-sm-8 .dt-mc-subscribe.align-left,
.fullwidth-on-laptop.vc_col-sm-8 .dt-mc-subscribe.align-right { margin-bottom: 20px; }
.footer-17 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm { width: 100%; }
}

@media only screen and (min-width: 1200px) {
.dt-header-menu { display: inline-block; }
.mobile-nav-container,
.dt-header-menu ul.dt-primary-nav li.go-back,
.dt-header-menu ul.dt-primary-nav li.see-all { display: none; }
.dt-header-menu.center { display: table; }
}

@media only screen and (max-width: 1199px) {
.dt-header-menu { display: none; }
.dt-no-header-builder-content .no-header { display: block; }
.dt-no-header-builder-content.aligncenter .no-header { padding-bottom: 25px; }
.dt-no-header-builder-content .no-header .no-header-logo,
.dt-no-header-builder-content .no-header .no-header-logo h2 { text-align: center; }
#header .dt-header-tpl .flex-col-elements-inline-middle .mobile-nav-container {
	padding-left: 15px;
	padding-right: 15px;
}
.overlay-header-search .overlay-search #searchform { width: 75%; }
.simple-header-search.stretch,
.simple-header-search.stretch #searchform,
.simple-header-search.stretch #searchform input[type="text"] { height: auto; }

/*----*****---- << Slide Menu >> ----*****----*/
.dt-sc-simpler-content .mobile-nav-container .menu-trigger {
	display: table;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
.dt-sc-simpler-content .mobile-menu,
.dt-sc-simpler-content .mobile-menu ul.sub-menu,
.dt-sc-simpler-content .mobile-menu ul.dt-primary-nav { height: 400px; }
.dt-sc-simpler-content .mobile-menu,
.dt-sc-simpler-content .mobile-menu > ul,
.dt-sc-simpler-content .mobile-menu ul.sub-menu { position: absolute; }
.dt-sc-simpler-content .mobile-menu.nav-is-visible {
	-webkit-transform: none;
	transform: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	width: 100%;
	max-width: 100%;
}
.dt-sc-simpler-content .mobile-menu {
	left: -245px;
	width: 230px;
	max-width: 230px;
	width: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: 1000;
}
.dt-sc-simpler-content .mobile-menu.nav-is-visible,
.dt-sc-simpler-content .mobile-menu.nav-is-visible ul.dt-primary-nav { left: 0; }
.vc_row.dt-sc-simpler-content.overlay-header > .vc_column_container .dt-header-menu ul.dt-primary-nav > li > a { font-size: 30px; }
.vc_row.dt-sc-simpler-content .mobile-nav-container .menu-trigger,
.dt-sc-simpler-content.overlay-header .mobile-nav-container .menu-trigger {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	text-align: center;
	width: 100%;
	font-size: 55px;
	text-transform: uppercase;
}
.vc_row.dt-sc-simpler-content .mobile-nav-container .menu-trigger > i:before { font-size: 55px; }
.dt-sc-simpler-content .mobile-menu,
.dt-sc-simpler-content .mobile-menu ul.sub-menu,
.dt-sc-simpler-content .mobile-menu ul.dt-primary-nav { height: 100% !important; }
.vc_row.dt-sc-simpler-content { overflow-x: hidden; }
}

@media only screen and (min-width:768px) and (max-width:1199px) {

#footer .alignleft .dt-custom-nav-wrapper.same-on-mobile.left,
#footer .alignleft .same-on-mobile.left .menu-footer-menu-container { text-align: left; }
#footer .alignright .dt-custom-nav-wrapper.same-on-mobile.right,
#footer .alignright .same-on-mobile.right .menu-footer-menu-container { text-align: right; }

}

/* Note: Design for a width of 960px */
@media only screen and (min-width:992px) and (max-width:1199px) {

/*----*****---- << Header >> ----*****----*/
.top-bar .dt-sc-vertical-separator { margin: 0px 10px; }
#header .dt-header-tpl .vc_col-md-12.flex-col-elements-inline-middle > .vc_column-inner > .wpb_wrapper {
	display: block;
	text-align: center;
}
#header .dt-header-tpl .vc_col-md-12.flex-col-elements-inline-middle .dt-custom-nav-wrapper.left ~ .search-module.simple-header-search {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
#header .dt-header-tpl .vc_row > div.wpb_column.dt-sc-skin-highlight.extend-bg-fullwidth-left[class*="vc_col-md"]:after { content: none; }

/*----*****---- << SideNav >> ----*****----*/
ul.side-nav li a { font-size: 11px; padding: 5px 5px 5px 50px; }
ul.side-nav li a:before { height: 35px; line-height: 35px; bottom: 0; left: 0; top: 0; width: 35px; }

/*----*****---- << Breadcrumb >> ----*****----*/
.main-title-section-wrapper.breadcrumb-right .main-title-section h1 { font-size: 26px; }
.main-title-section-wrapper.breadcrumb-right .main-title-section { width: 58%; }
.main-title-section-wrapper.breadcrumb-right .breadcrumb { width: 42%; }

/*----*****---- << Responsive Map >> ----*****----*/
.responsive-map { max-width: 100%; }

/*----*****---- << Footer >> ----*****----*/
#footer:after { -webkit-transform: translateY(10%); transform: translateY(10%); }

.footer-copyright .vc_col-sm-6 {
	width: 100%;
	text-align: center;
}
.footer-copyright .vc_col-sm-6 .vc_column-inner { padding: 0; }
.footer-copyright .menu-links { text-align: center; }
#footer .footer-copyright .vc_col-sm-6 .wpb_wrapper,
#footer .footer-copyright .vc_col-sm-6 .dt-sc-sociable.right,
#footer .footer-copyright .vc_col-sm-6 .dt-sc-sociable.left {
	text-align: center;
	float: none;
	display: inline-block;
}
.footer-copyright .vc_col-sm-6.alignright .dt-sc-sociable {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 100%;
}
.footer-copyright .vc_col-sm-6.alignright .dt-sc-sociable li {
	display: inline-block;
	float: none;
}
#footer .alignleft .menu-footer-menu-container,
#footer .alignright .menu-footer-menu-container,
#footer .alignleft .dt-custom-nav-wrapper,
#footer .alignright .dt-custom-nav-wrapper { text-align: center; }
#footer .footer-copyright .dt-logo-container.logo-align-left,
#footer .footer-copyright .dt-logo-container.logo-align-right {
	float: none;
	display: inline-block;
}
.footer-16 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="email"]:first-child {
	font-size: 12px;
	padding: 15px;
}

}

/* Note: Design for a width of 768px */
@media only screen and (min-width:768px) and (max-width:991px) {

.text-with-icon { font-size: 12px; }

/*----*****---- << Header >> ----*****----*/
.top-bar .dt-sc-vertical-separator,
.top-bar .dt-sc-vertical-small-separator { margin: 0px 7px; }

#header .dt-logo-container { text-align: center; }
#header .dt-header-tpl .rs_col-sm-12 > .vc_column-inner > .wpb_wrapper > .dt-custom-nav-wrapper:only-child,
#header .dt-header-tpl .rs_col-sm-12 > .vc_column-inner > .wpb_wrapper > .dt-sc-sociable:only-child,
#header .dt-header-tpl .rs_col-sm-12 > .vc_column-inner > .wpb_wrapper > .dt-logo-container:only-child {
	float: none !important;
	text-align: center !important;
}
#header .dt-header-tpl .rs_col-sm-12 > .vc_column-inner > .wpb_wrapper > .dt-logo-container:only-child { display: block; }
#header .dt-header-tpl .rs_col-sm-12.flex-col-elements-inline-middle > .vc_column-inner > .wpb_wrapper {
	display: block;
	text-align: center;
}
#header .dt-header-tpl .rs_col-sm-12.flex-col-elements-inline-middle .dt-custom-nav-wrapper.left ~ .search-module.simple-header-search {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
#header .dt-header-tpl .vc_row > div.wpb_column.dt-sc-skin-highlight.extend-bg-fullwidth-left[class*="rs_col-sm"]:after { content: none; }

/*----*****---- << Breadcrumb >> ----*****----*/
.main-title-section-wrapper.breadcrumb-right .main-title-section h1 {
	font-size: 24px;
	margin-top: 11px;
}

/*----*****---- << Side-nav >> ----*****----*/
ul.side-nav li a {
	font-size: 10px;
	padding: 5px 10px 5px 35px;
}
ul.side-nav li a:before { height: 25px; line-height: 25px; bottom: 0; left: 0; top: 0; width: 25px; }


/*----*****---- << Responsive Map >> ----*****----*/
.responsive-map { max-width: 100%; }

/*----*****---- << Footer >> ----*****----*/

#footer:after { -webkit-transform: translateY(5%); transform: translateY(5%); }

.footer-copyright .vc_col-sm-6,
.footer-copyright .vc_col-sm-6.alignright {
	width: 100%;
	text-align: center;
	float: none;
	display: block;
}
.footer-copyright .vc_col-sm-6 .vc_column-inner { padding: 0; }
.footer-copyright .menu-links {
	text-align: center;
	margin-top: 5px;
}
.footer-copyright .vc_col-sm-6.alignright .dt-sc-sociable {
	float: none;
	text-align: center;
	display: inline-block;
}
#footer .alignleft .menu-footer-menu-container { text-align: center; }
#footer .footer-copyright .dt-logo-container.logo-align-left,
#footer .footer-copyright .dt-logo-container.logo-align-right {
	float: none;
	display: inline-block;
}
#footer .footer-copyright .wpb_wrapper,
#footer .footer-copyright .dt-sc-sociable.right,
#footer .footer-copyright .dt-sc-sociable.left {
	text-align: center;
	float: none;
	display: inline-block;
}
.fullwidth-on-laptop.vc_col-sm-8 h2.alignleft.no-margin,
.fullwidth-on-laptop .vc_col-sm-8 h1.alignnone.no-margin {
	margin-right: 0;
	margin-bottom: 10px;
}
.footer-16 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="email"]:first-child {
	font-size: 10px;
	padding: 10px;
}
.footer-16 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="submit"] { padding: 14px 10px 14px; }
.footer-17 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="text"],
.footer-17 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="email"] { width: 30%; }
/*Mobile Menu*/
ul.dt-primary-nav > li.current_page_item > a:before,
ul.dt-primary-nav > li.current-menu-item > a:before,
ul.dt-primary-nav > li.current_page_item:hover > a:before,
ul.dt-primary-nav > li.current-menu-item:hover > a:before,
.no-header-menuul.dt-primary-nav > li:hover a:before,
ul.dt-primary-nav > li:hover a:before { background-color: #FFF !important; }
.main-title-section-wrapper { padding: 40px 0;}

}

/*----*****---- << Mobile (Landscape) >> ----*****----*/
/* Common Styles for the devices below 767px width */
@media only screen and (max-width: 767px) {
.dt-logo-container {
	display: block;
}

#header .dt-logo-container {
	text-align: center;
}

.dt-sc-dark-bg #logo a .darkbg_logo { display: none; }
.dt-sc-dark-bg #logo a .normal_logo { display: block; }
.overlay-search #searchform input[type="text"] {
	font-size: 25px;
	letter-spacing: 0.5px;
}

.no-breadcrumb #main { margin-top: 0; }

/*----*****---- << Header >> ----*****----*/
.top-bar {
	max-height: none;
	text-align: center;
	padding: 5px 0px;
}
.top-bar .wpb_column {
	margin-bottom: 0;
	padding: 0;
}
.top-bar .text-with-icon { font-size: 12px; }
.top-bar .alignright {
	float: none;
	display: inline-block;
	text-align: center;
}
.top-bar .dt-sc-vertical-separator,
.top-bar .dt-sc-vertical-small-separator { margin: 0px 10px; }
.top-bar .dt-sc-sociable li { float: none; }

#header .dt-header-tpl .wpb_column > .vc_column-inner > .wpb_wrapper > .dt-custom-nav-wrapper:only-child,
#header .dt-header-tpl .wpb_column > .vc_column-inner > .wpb_wrapper > .dt-sc-sociable:only-child {
	float: none !important;
	text-align: center !important;
}
#header .dt-header-tpl .dt-logo-container a,
#header .dt-header-tpl div[class^="dt-logo-container"][class*="vc_custom"] {
	margin-left: auto;
	margin-right: auto;
}
#header .dt-header-tpl div[class^="dt-logo-container"][class*="vc_custom"] { width: 60%; }
#header .dt-header-tpl .flex-col-elements-inline-middle.vc_column_container > .vc_column-inner > .wpb_wrapper {
	display: block;
	height: auto;
	text-align: center;
}
#header .dt-header-tpl .search-module.simple-header-search {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
#header .dt-header-tpl .flex-col-elements-inline-middle .mobile-nav-container ~ .search-module { margin-top: 15px; }
.mobile-nav-container {
	text-align: center;
	float: none;
	padding: 0px;
	color: #FFF;
}
.main-title-section-wrapper { padding: 40px 0; }
.search-module.slide-down-header-search .menu-icons-wrapper .top-menu-search-container {
	left: 75%;
	right: auto;
	-webkit-transform: translateX(-75%);
	transform: translateX(-75%);
}
.simple-header-search.stretch,
.simple-header-search.stretch #searchform,
.simple-header-search.stretch #searchform input[type="text"] { width: 100%; }
.search-module.filled:not(.simple-header-search):not(.dt-sc-skin-highlight),
.search-module.filled-onhvr:not(.simple-header-search):not(.dt-sc-skin-highlight):hover,
.search-module:not(.simple-header-search).filled.dt-sc-dark-bg,
.search-module:not(.simple-header-search).filled-onhvr.dt-sc-dark-bg:hover { background-color: transparent; }
.search-module:not(.simple-header-search).filled.dt-sc-dark-bg .menu-icons-wrapper .search span,
.search-module:not(.simple-header-search).filled-onhvr.dt-sc-dark-bg:hover .menu-icons-wrapper .search span,
.search-module:not(.simple-header-search).filled.dt-sc-skin-highlight .menu-icons-wrapper .search span,
.search-module:not(.simple-header-search).filled-onhvr.dt-sc-skin-highlight:hover .menu-icons-wrapper .search span { color: inherit; }

/*----*****---- << Slide Menu >> ----*****----*/
.dt-sc-simpler-content.overlay-header .mobile-menu,
.dt-sc-simpler-content.overlay-header .mobile-menu ul.dt-primary-nav {
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.dt-sc-simpler-content.overlay-header .mobile-nav-container .menu-trigger,
.dt-sc-simpler-content.overlay-header .mobile-nav-container .menu-trigger > i:before {
	font-size: 60px;
	text-transform: uppercase;
}
.vc_row.dt-sc-simpler-content.overlay-header > .wpb_column.vc_column_container { margin: 0; }
.vc_row.dt-sc-simpler-content.from-left.dt-sc-simpler-content-open .dt-simpler-slider { right: 20px; }
.dt-sc-simpler-content .dt-simpler-slider,
.dt-sc-simpler-content.boxed-header .dt-simpler-slider,
.dt-sc-simpler-content-open .dt-simpler-slider,
.dt-sc-simpler-content-close .dt-simpler-slider,
.dt-sc-simpler-content-close.boxed-header .dt-simpler-slider,
.dt-sc-simpler-content-open.boxed-header .dt-simpler-slider { top: 12px; }
.vc_row.dt-sc-simpler-content .mobile-nav-container .menu-trigger,
.dt-sc-simpler-content.overlay-header .mobile-nav-container .menu-trigger,
.vc_row.dt-sc-simpler-content .mobile-nav-container .menu-trigger > i:before { font-size: 45px; }
.vc_row.dt-sc-simpler-content.boxed-header .mobile-nav-container .menu-trigger {
	position: static;
	top: auto;
	transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	font-size: 40px;
}
.vc_row.dt-sc-simpler-content.boxed-header .mobile-nav-container .menu-trigger > i:before { font-size: 40px; }
.dt-sc-simpler-content.boxed-header .mobile-menu,
.dt-sc-simpler-content.boxed-header .mobile-menu ul.sub-menu,
.dt-sc-simpler-content.boxed-header .mobile-menu ul.dt-primary-nav,
.dt-sc-simpler-content.overlay-header .mobile-menu,
.dt-sc-simpler-content.overlay-header .mobile-menu ul.sub-menu,
.dt-sc-simpler-content.overlay-header .mobile-menu ul.dt-primary-nav { height: 400px !important; }
.dt-sc-simpler-content-open .dt-simpler-slider,
.dt-sc-simpler-content-open.boxed-header .dt-simpler-slider {
	right: 20px;
	left: auto;
}
.vc_row.dt-sc-simpler-content > .wpb_column.vc_column_container { margin-bottom: 0; }

/*----*****---- << Breadcrumb >> ----*****----*/
.main-title-section h1 { font-size: 26px; }
.main-title-section,
.main-title-section h1,
.breadcrumb { text-align: center; }
.main-title-section-wrapper.breadcrumb-right .main-title-section,
.main-title-section-wrapper.breadcrumb-right .breadcrumb,
.main-title-section-wrapper.breadcrumb-left .main-title-section,
.main-title-section-wrapper.breadcrumb-left .breadcrumb {
	width: 100%;
	padding: 0;
	text-align: center;
}

/*----*****---- << Side-navigation >> ----*****----*/
.side-navigation,
.side-navigation-content { width: 100%; }
.side-navigation { margin-bottom: 30px; }

/*----*****---- << Responsive Map >> ----*****----*/
.responsive-map { max-width: 100%; }

/*----*****---- << Footer >> ----*****----*/
#footer:after { -webkit-transform: none; transform: none; }

#footer .footer-copyright .vc_col-sm-6,
#footer .footer-copyright .alignright.vc_col-sm-6,
#footer .footer-copyright .alignleft.vc_col-sm-6,
#footer .footer-copyright .dt-custom-nav-wrapper .custom-sub-nav.dt-custom-nav,
#footer .alignright.wpb_column,
#footer .alignleft.wpb_column,
#footer .footer-copyright .dt-logo-container.logo-align-left,
#footer .footer-copyright .dt-logo-container.logo-align-right { text-align: center; }
#footer .footer-copyright .dt-custom-nav-wrapper .custom-sub-nav.dt-custom-nav li,
#footer .footer-copyright .dt-logo-container.logo-align-left,
#footer .footer-copyright .dt-logo-container.logo-align-right {
	float: none;
	display: inline-block;
}
#footer .dt-custom-nav-wrapper.left.same-on-mobile { text-align: left; }
#footer .dt-custom-nav-wrapper.right.same-on-mobile { text-align: right; }
#footer .dt-sc-sociable.center-on-mobiles { text-align: center; }
#footer .dt-mc-subscribe:not(.inline) > form > div.btn-wrap {
	width: 50%;
	margin-top: 10px;
}
.fullwidth-on-laptop.vc_col-sm-8 h2.alignleft,
.fullwidth-on-laptop.vc_col-sm-8 .alignright {
	margin-right: 0;
	line-height: 40px;
	width: 100%;
	margin-bottom: 10px;
}
.map-with-overlay .map-overlay.wpb_column .vc_column-inner .wpb_wrapper { width: 90%; }
.footer-copyright { text-align: center; }
.fullwidth-on-laptop.vc_col-sm-8 .dt-mc-subscribe.align-none,
.fullwidth-on-laptop.vc_col-sm-8 .dt-mc-subscribe.align-left,
.fullwidth-on-laptop.vc_col-sm-8 .dt-mc-subscribe.align-right { margin-bottom: 0; }
.fullwidth-on-laptop.vc_col-sm-8 h2.alignleft.no-margin,
.fullwidth-on-laptop .vc_col-sm-8 h1.alignnone.no-margin {
	margin-right: 0;
	margin-bottom: 10px;
}
#footer .alignleft .dt-custom-nav-wrapper.same-on-mobile.left,
#footer .alignleft .same-on-mobile.left .menu-footer-menu-container,
#footer .alignright .dt-custom-nav-wrapper.same-on-mobile.right,
#footer .alignright .same-on-mobile.right .menu-footer-menu-container { text-align: center; }
#footer .footer-copyright .wpb_wrapper,
#footer .footer-copyright .dt-sc-sociable.right,
#footer .footer-copyright .dt-sc-sociable.left {
	text-align: center;
	float: none;
	display: inline-block;
}
.footer-17 .dt-sc-newsletter-section.type2 { position: static; }
.footer-17 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="text"],
.footer-17 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="email"] {
	width: 49%;
	margin-right: 1%;
}
/*----*****---- << Store Locator >> ----*****----*/
.wpsl-stores-fullwidth-container { text-align: center; }
#wpsl-wrap {
	margin: 35px auto;
	position: relative;
	top: auto;
	float: none;
	display: inline-block;
	text-align: left;
	left: 0;
}
#wpsl-wrap #wpsl-stores,
#wpsl-wrap #wpsl-direction-details { height: 325px !important; }
.wpsl-search,
#wpsl-result-list {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.wpsl-input #wpsl-search-input { width: 316px !important; }
#wpsl-search-wrap .wpsl-search-btn-wrap { clear: none; }
#wpsl-search-wrap #wpsl-search-btn { margin-right: 0; }
#wpsl-gmap { margin: 0; }


.dt-sc-counter.type3:after { border: none; }
.vertical_layer_parallax{ background-image:none !important}
}

/*----*****---- << Mobile (Landscape) >> ----*****----*/
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.loader-inner::before { font-size: 5em; }
/*----*****---- << Slide Menu >> ----*****----*/
.dt-sc-simpler-content .mobile-menu,
.dt-sc-simpler-content .mobile-menu ul.sub-menu,
.dt-sc-simpler-content .mobile-menu ul.dt-primary-nav { height: 400px !important; }
/*----*****---- << Footer >> ----*****----*/
.footer-copyright .vc_col-sm-6 {
	width: 100% !important;
	margin-bottom: 15px !important;
	text-align: center;
	padding: 0;
}
.footer-copyright .dt-sc-sociable li {
	display: inline-block;
	float: none;
}
.footer-copyright .dt-sc-sociable.diamond-square-border li { margin: 0 20px 0 0; }
.footer-copyright .alignright img {
	display: inline-block;
	float: none;
}
.footer-copyright .dt-sc-contact-info span {
	width: 20px;
	margin: 7px 6px 0 0;
	font-size: 15px;
}
}

/* Common Styles for the devices below 479px width */
@media only screen and (max-width: 479px) {

/*----*****---- << Header >> ----*****----*/
.top-bar {
	line-height: 35px;
	padding-bottom: 10px;
}
.top-bar .dt-sc-vertical-separator,
.top-bar .dt-sc-vertical-small-separator { display: none; }
.top-bar .dt-sc-sociable { float: none; }
.top-bar .text-with-icon { margin: 0px 5px; }
.overlay-header-search .overlay-search #searchform { width: 90%; }
.search-module.slide-down-header-search #searchform { max-width: 175px; }

/*----*****---- << Slide Menu >> ----*****----*/
.vc_row.dt-sc-simpler-content {
	width: 100% !important;
	left: -100% !important;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.vc_row.dt-sc-simpler-content.dt-sc-simpler-content-open { left: 0 !important; }
.dt-sc-simpler-content.from-left .dt-simpler-slider,
.dt-sc-simpler-content.from-left.boxed-header .dt-simpler-slider,
.dt-sc-simpler-content-close.from-left .dt-simpler-slider,
.dt-sc-simpler-content-close.from-left.boxed-header .dt-simpler-slider,
.dt-sc-simpler-content-open.from-left .dt-simpler-slider,
.dt-sc-simpler-content-open.from-left.boxed-header .dt-simpler-slider {
	right: 15px;
	left: auto;
	top: 12px;
}
.dt-sc-simpler-content .mobile-menu {
	width: 100%;
	max-width: 100%;
}
.dt-sc-simpler-content .mobile-menu,
.dt-sc-simpler-content .mobile-menu ul.sub-menu,
.dt-sc-simpler-content .mobile-menu ul.dt-primary-nav { height: 100% !important; }
.vc_row.dt-sc-simpler-content.overlay-header { left: auto !important; }
.dt-sc-simpler-content.overlay-header .mobile-nav-container .menu-trigger,
.dt-sc-simpler-content.overlay-header .mobile-nav-container .menu-trigger > i:before { font-size: 55px; }

/*----*****---- << Breadcrumb >> ----*****----*/
.main-title-section h1 { font-size: 23px; }

/*----*****---- << Store Locator >> ----*****----*/
#wpsl-wrap { width: 90%; }
#wpsl-search-wrap .wpsl-search-btn-wrap { float: right; }
.wpsl-input #wpsl-search-input { width: 77.2% !important; }
#wpsl-search-wrap #wpsl-search-btn { margin-bottom: 0; }

/*----*****---- << Footer >> ----*****----*/
.map-with-overlay .map-overlay.wpb_column .dt-sc-tabs-horizontal-container.aligncenter ul.dt-sc-tabs-horizontal > li { margin: 5px 0; }
.footer-copyright .dt-sc-sociable li {
	display: inline-block;
	float: none;
}
.alignright .dt-sc-sociable {
	width: 100%;
	text-align: center;
}

.loader-inner::before { font-size: 4em; }


}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (min-width: 320px) and (max-width: 479px) {
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 319px) { /*----*****---- << Top Bar >> ----*****----*/
.top-bar .text-with-icon {
	font-size: 11px;
	margin: 0 3px;
}
.top-bar .text-with-icon .icon,
.top-bar .text-with-icon .fa {
	font-size: 12px;
	margin: 0 3px 0 0;
}
/*----*****---- << Menu Icons wrapper >> ----*****----*/
.menu-icons-wrapper {
	float: none;
	margin: 0 auto;
	position: static;
	text-align: center;
}
.menu-icons-wrapper .search,
.menu-icons-wrapper .cart {
	display: inline-block;
	float: none;
}
/*----*****---- << Footer >> ----*****----*/
.footer-copyright .dt-sc-sociable li { margin-bottom: 7px; }
}
@media only screen and (max-height: 500px) {
.dt-sc-simpler-content.boxed-header .mobile-menu,
.dt-sc-simpler-content.boxed-header .mobile-menu ul.sub-menu,
.dt-sc-simpler-content.boxed-header .mobile-menu ul.dt-primary-nav,
.dt-sc-simpler-content.overlay-header .mobile-menu,
.dt-sc-simpler-content.overlay-header .mobile-menu ul.sub-menu,
.dt-sc-simpler-content.overlay-header .mobile-menu ul.dt-primary-nav { height: 320px !important; }
}
@media only screen and (max-height: 400px) {
.dt-sc-simpler-content.boxed-header .mobile-menu,
.dt-sc-simpler-content.boxed-header .mobile-menu ul.sub-menu,
.dt-sc-simpler-content.boxed-header .mobile-menu ul.dt-primary-nav,
.dt-sc-simpler-content.overlay-header .mobile-menu,
.dt-sc-simpler-content.overlay-header .mobile-menu ul.sub-menu,
.dt-sc-simpler-content.overlay-header .mobile-menu ul.dt-primary-nav { height: 200px !important; }
}
