/* 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 {
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	-webkit-transition: all .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 {
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 5px;
}
.top-bar .dt-sc-vertical-small-separator {
	position: relative;
	top: 2px;
}
.top-bar-right .dt-sc-vertical-small-separator {
	margin: 0 15px;
}
.top-bar .language {
	float: left;
	margin: 0;
	padding: 0 20px 0 0;
	position: relative;
}
.top-bar .language img {
	margin: 0 10px 0 0;
	position: relative;
	top: -1px;
	vertical-align: middle;
}
.top-bar .language:before {
	bottom: 0;
	content: '\f107';
	font-family: 'Font Awesome 5 Free';
	font-size: 14px;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
}
.dt-no-header-builder-content .no-header-top{ color:rgba(255,255,255,0.32);}
.no-header-menu ul li ul.sub-menu li:hover > a, .no-header-menu ul > li.current_page_item > a, .no-header-menu ul > li.current-menu-item > a, .no-header-menu ul > li.current-page-ancestor > a, .no-header-menu ul > li.current-menu-ancestor > a, .no-header-menu ul li ul.children li:hover > a, .no-header-menu ul li ul.children li > a:hover { color:rgba(255,255,255); }

.dt-no-header-builder-content .mobile-menu .dt-primary-nav > li > a {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
.dt-no-header-builder-content .no-header-top {
	border-bottom: 1px solid rgba(237, 237, 237, 0.19);
	margin: 0;
	max-height: 50px;
	padding: 10px 0;
}

.dt-no-header-builder-content .no-header-top > span {
    font-style: italic;

}
.dt-no-header-builder-content:before,
.dt-no-header-builder-content:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	bottom: 0;
	right: auto;
}
.dt-no-header-builder-content:after {
	right: -100%;
	left: auto;
}
.no-header-logo-wrapper {
	display: inline-block;
}

.no-header-logo{ 
    float: left;
	padding: 15px 0;
}
.no-header-menu-wrapper {
	float: right;
}
/*--------------------------------------------------------------
4.0 - Header
--------------------------------------------------------------*/

#header-wrapper {
	float: left;
	margin: 0 0 25px;
	padding: 0;
	width: 100%;
}
#header {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 99;
}
.home.blog .dt-no-header-builder-content { margin-bottom: 50px; } 
.dt-no-header-builder-content .no-header {
	display: block;
	padding: 15px 0;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.dt-no-header-builder-content.aligncenter .no-header {
	flex-direction: column;
	padding-bottom: 0;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.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],
#header .dt-header-tpl > .vc_section[data-vc-full-width] {
	overflow: visible;
}
#header-wrapper.header-top-relative #header {
	position: relative;
}
.no-breadcrumb.page-with-slider #header-wrapper.header-top-absolute #header {
	position: absolute;
	z-index: 1;
}
body:not(.no-breadcrumb) #header-wrapper.header-top-absolute #header .dt-header-tpl {
	margin-top: 35px;
}
/*	.no-breadcrumb.page-with-slider #header-wrapper.bottom-header { display: table; float: none; width: 100%; }
	.no-breadcrumb.page-with-slider #header-wrapper.bottom-header #header { display: table-footer-group; float: none; }
	.no-breadcrumb.page-with-slider #header-wrapper.bottom-header #header ~ #slider { display: table-header-group; float: none; }*/

.header-top-absolute .dt-sc-skin-highlight {
	background-color: rgba(0, 0, 0, 0.3) !important
}
.no-breadcrumb.page-with-slider #header-wrapper.bottom-header {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	flex-direction: column-reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
}
#header .dt-header-tpl .sticky-wrapper {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
}
#header .dt-header-tpl .sticky-wrapper .apply-sticky-header {
	left: 0;
	margin: auto;
	position: relative;
	right: 0;
	width: 100%;
}
.layout-boxed #header .dt-header-tpl .sticky-wrapper .apply-sticky-header {
	position: relative !important
}
#header .dt-header-tpl .sticky-wrapper,
#header .dt-header-tpl .sticky-wrapper .apply-sticky-header {
	z-index: 9999 !important;
}
#header .dt-header-tpl .sticky-wrapper .apply-sticky-header > .vc_row:not(.vc_clearfix) {
	clear: both;
}
/*--------------------------------------------------------------
   Logo
--------------------------------------------------------------*/

.dt-logo-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	font-size: 0;
	line-height: 0;
	-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,.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;
	border-color: inherit;
	border-style: inherit;
	border-width: inherit;
	bottom: -1px;
	content: '';
	height: auto;
	position: absolute;
	top: 0;
	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 3px;
	padding: 0;
	position: relative;
}
.dt-header-menu .dt-primary-nav li a{
	line-height: normal;
	display: inline-block;
    padding: 10px 22px 8px;
    vertical-align: middle;
}
.no-header-menu.dt-header-menu .dt-primary-nav ul.sub-menu a{
	padding:0px;
}
.no-header-menu.dt-header-menu .dt-primary-nav > li > a {
    display: inline-block;
    padding: 10px 15px;
    margin: 20px 0px 26px 0px;
    vertical-align: middle;
    border: 2px solid transparent;
	border-radius:50px;
    text-transform: uppercase;
}

.no-header #site-title {
    margin: 19px auto;
}
.no-header #site-title a{ color:#ffffff;}

.no-header-menu.dt-header-menu ul.dt-primary-nav li ul.sub-menu > li {
	padding:10px;
}

/* .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 {
	background-color: #fff;
	left: 0;
	margin: 0;
	opacity: 0;
	padding: 0;
	top: 100%;
	transition: all .3s linear 0s;
	-webkit-transition: all .3s linear 0s;
	visibility: hidden;
	z-index: 2;
}
/*div:not(.dt-sc-maaya-header.with-border) .no-header-menu ul li ul.children, div:not(.dt-sc-maaya-header.with-border) .dt-header-menu ul.dt-primary-nav li:not(.has-mega-menu) ul.sub-menu, div:not(.dt-sc-maaya-header.with-border) .no-header-menu ul li ul.children, div:not(.dt-sc-maaya-header.with-border) .dt-header-menu ul.dt-primary-nav li.has-mega-menu ul.sub-menu .vc_section { -webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,0.25); box-shadow: 0 0 2px 1px rgba(0,0,0,0.25); }*/

div:not(.dt-sc-maaya-header) .no-header-menu ul li ul.children,
div:not(.dt-sc-maaya-header) .dt-header-menu ul.dt-primary-nav li:not(.has-mega-menu) ul.sub-menu,
div:not(.dt-sc-maaya-header) .no-header-menu ul li ul.children,
div:not(.dt-sc-maaya-header) .dt-header-menu ul.dt-primary-nav li.has-mega-menu ul.sub-menu .vc_section {
	box-shadow: 0 0 2px 1px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,.25);
}
.no-header-menu ul li ul.children,
.dt-header-menu ul.dt-primary-nav li:not(.has-mega-menu) ul.sub-menu {
	padding: 10px 0;
	position: absolute;
	width: 220px;
}
.no-header-menu ul li ul.children,
.dt-header-menu ul.dt-primary-nav li:not(.has-mega-menu) ul.sub-menu,
.no-header-menu ul li ul.children,
.dt-header-menu ul.dt-primary-nav li.has-mega-menu ul.sub-menu .menu-item-object-dt_mega_menus > .vc_row,
.no-header-menu ul li ul.children,
.dt-header-menu ul.dt-primary-nav li.has-mega-menu ul.sub-menu .menu-item-object-dt_mega_menus > .vc_section {
	box-shadow: 0 0 2px 1px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,.25);
}
.dt-col-static-position.wpb_column {
	position: static;
}
.dt-header-menu ul.dt-primary-nav li.has-mega-menu {
	position: static;
}
.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;
	left: 0;
	margin: 0 auto;
	padding:0px;
	position: absolute;
	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.has-mega-menu:last-child > ul.children,
.dt-header-menu ul.dt-primary-nav li.has-mega-menu:last-child > ul.sub-menu,
.no-header-menu ul li.has-mega-menu:nth-last-child(2) > ul.children,
.dt-header-menu ul.dt-primary-nav li.has-mega-menu:nth-last-child(2) > ul.sub-menu {
	left: 0;
	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 a,
.dt-header-menu .dt-primary-nav li a,
.no-header-menu ul li ul.children li a,
.dt-header-menu ul.dt-primary-nav li ul.sub-menu li a { color:#fff;}

.no-header-menu.dt-header-menu  ul li.current_page_item > a, .no-header-menu.dt-header-menu  ul li.current_page_ancestor > a{ border-color:#FFF;}

.dt-header-menu ul.dt-primary-nav > li:hover > a, 
 .no-header-menu ul > li:hover > a,
 .dt-header-menu ul.dt-primary-nav li ul.sub-menu li:hover > a{    color: rgba(255,255,255,0.6);}

.no-header-menu ul li:hover > ul.children,
.dt-header-menu ul.dt-primary-nav li:hover > ul.sub-menu {
	opacity: 1;
	visibility: visible;
}
.dt-sc-maaya-header .mobile-nav-container .menu-trigger {
	background: #000;
	cursor: pointer;
	letter-spacing: 1px;
	line-height: normal;
	padding: 5px 10px;
	position: absolute;
	text-transform: uppercase;
	top: 0;
}
.dt-sc-maaya-header.type2 .mobile-nav-container .menu-trigger {
	display: inline-block;
	position: relative;
}
.mobile-nav-container .menu-trigger {
	cursor: pointer;
	color:#FFF;
}
.mobile-nav-container .menu-trigger > i:before {
	content: '\f0c9';
	font-family: 'Font Awesome 5 Free';
	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 {
	line-height: 42px;
	padding-bottom: 0;
	padding-top: 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;
	overflow-x: hidden;
	overflow-y: visible;
	padding: 0;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(0);
	transition: transform .3s;
	width: 100%;
	z-index: 4;
}
.mobile-menu {
	max-width: 260px;
	opacity: 0;
	transform: translateX(100%);
	transition: transform .25s, visibility 0s .3s, opacity .25s;
	visibility: hidden;
	z-index: 99;
}
.mobile-nav-offcanvas-right .mobile-menu {
	right: 0;
}
.mobile-nav-offcanvas-left .mobile-menu {
	left: 0;
	right: auto;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
}
.mobile-menu.is-hidden,
.mobile-menu ul.is-hidden {
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
}
.mobile-menu.nav-is-visible {
	opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	transition: transform .25s, visibility 0s 0s;
	-webkit-transition: -webkit-transform .25s, visibility 0s 0s;
	visibility: visible;
}
.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 li.menu-item-object-dt_mega_menus > .vc_section {
	background: none !important;
	border: none !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	left: 0 !important;
	margin: 0;
	padding-left: 0 !important;
	padding-right: 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 .page_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,
.mobile-menu .dt-primary-nav li.page_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;
	cursor: pointer;
	line-height: 50px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 50px;
	z-index: 5;
}
.mobile-menu ul.dt-primary-nav li.close-nav:before,
.mobile-menu ul.dt-primary-nav li.close-nav:after {
	background-color: #222;
	bottom: 0;
	content: '';
	height: 35%;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 2px;
}
.mobile-menu ul.dt-primary-nav li.close-nav:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.mobile-menu ul.dt-primary-nav li.close-nav:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.mobile-menu ul.dt-primary-nav li.close-nav:hover:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.mobile-menu ul.dt-primary-nav li.close-nav:hover:after {
	transform: rotate(45deg);
	-webkit-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,

.mobile-menu .page_item_has_children > a:before,
.mobile-menu .page_item_has_children > a:after {
	backface-visibility: hidden;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 15px;
	-webkit-backface-visibility: hidden;
}
.mobile-menu ul.dt-primary-nav li.go-back a:before {
	content: '\f104';
	font-family: 'Font Awesome 5 Free';
	font-size: 25px;
	height: 50px;
	left: 15px;
	line-height: 50px;
	text-align: center;
}
.mobile-menu .menu-item-has-children > a:before,
.mobile-menu .page_item_has_children  > a:before {
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	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,
.mobile-menu .page_item_has_children  > a:after {
	background-color: currentColor;
	content: '';
	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,
.mobile-menu .page_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,
.mobile-menu .page_item_has_children  > a:after {
	right: 18px;
}
.mobile-menu .menu-item-has-children > a:hover:after,
.mobile-menu .page_item_has_children  > a:hover:after {
	right: 12px;
}
.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-radius: 0 !important;
	margin-bottom: 0px !important;
	border-style: none;
	border-width: 0 !important;
}
.mobile-menu .dt-custom-nav li {
	box-shadow: 0 1px 0 0 rgba(0,0,0,.075);
	-webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.075);
}
.mobile-menu .dt-custom-nav li:last-child {
	box-shadow: none;
	-webkit-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;
	background: none;
	background-image: none !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 {
	backface-visibility: hidden;
	background-color: rgba(0,0,0,.5);
	cursor: pointer;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: opacity .3s 0s, visibility 0s .3s, transform .3s 0s;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s, transform .3s 0s;
	visibility: hidden;
	width: 100%;
	z-index: 98;
	-webkit-backface-visibility: hidden;
}
.overlay.is-visible,
.mobile-menu ul.dt-primary-nav li.go-back a:hover:after,
.mobile-menu .menu-item-has-children > a:hover:after,
.mobile-menu .page_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 {
	transition: all .3s linear 0s;
	-webkit-transition: all .3s linear 0s;
}
.mobile-menu ul.dt-primary-nav li.see-all a {
	background-color: rgba(0,0,0,.05);
}
.mobile-menu .dt-primary-nav li a {
	border-color: rgba(0,0,0,.06);
}
.mobile-menu ul.dt-primary-nav li.see-all a {
	box-shadow: 0 1px 0 0 rgba(0,0,0,.06);
	-webkit-box-shadow: 0 1px 0 0 rgba(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 .dt-custom-nav li:hover,
.mobile-menu .dt-custom-nav-wrapper[data-hover-style='none'] .dt-custom-nav li:hover {
	background-color: #000 !important;
}
.mobile-menu .dt-custom-nav li:hover > a,
.mobile-menu .dt-custom-nav-wrapper[data-hover-style='none'] .dt-custom-nav li:hover > a {
	color: #fff !important;
}
.mobile-menu .dt-sc-dark-bg h1,
.mobile-menu .dt-sc-dark-bg h2,
.mobile-menu .dt-sc-dark-bg h3,
.mobile-menu .dt-sc-dark-bg h4,
.mobile-menu .dt-sc-dark-bg h5,
.mobile-menu .dt-sc-dark-bg h6,
.mobile-menu .dt-sc-dark-bg p {
	color: #000 !important;
	border-color: #efefef !important;
	padding: 10px 0px !important;
	font-weight: 500;
}
 .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 {
 box-shadow: 0 0 6px rgba(0,0,0,.3) inset;
 -webkit-box-shadow: 0 0 6px rgba(0,0,0,.3) inset;
}
.mobile-menu ul.sub-menu::-webkit-scrollbar-thumb {
 background-color: #c1c1c1;
 border-radius: 5px;
}
/*--------------------------------------------------------------
   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;
}
.dt-sc-maaya-header.dt-sc-slide-menu .dt-sc-single-line-separator {
	margin: 0;
}
.dt-sc-maaya-header.dt-sc-slide-menu .menu-icons-wrapper,
.dt-sc-maaya-header.dt-sc-slide-menu .menu-icons-wrapper .search {
	margin: 0;
}
.dt-sc-maaya-header.dt-sc-slide-menu .search-module {
	float: right;
	text-align: 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;
	display: none;
}
.dt-header-menu ul.dt-primary-nav > li > a.icon-position-right > .menu-item-icon {
	padding-left: 6px;
	display: none;
}
.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;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	pointer-events: none;
	position: absolute;
	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-color: transparent;
	border-style: solid;
	border-width: 6px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	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-bottom-color: inherit;
	border-top-width: 0;
	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;
	bottom: 0;
	margin: auto;
	top: 0;
}
.dt-header-menu[data-nav-item-highlight='two-line-updown'] ul.dt-primary-nav > li > a:before {
	border-width: 2px 0;
	bottom: 0;
	height: auto;
	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;
	bottom: 0;
	height: auto;
	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;
	bottom: 0;
	height: 15px;
	margin-bottom: auto;
	margin-top: auto;
	position: absolute;
	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;
	transform: rotate(15deg);
	-webkit-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 {
	transition: all .3s linear 0s;
	-webkit-transition: all .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 {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	height: 38px;
	line-height: 40px;
	text-align: center;
	width: 38px;
}
.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 {
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 9px;
	font-weight: bold;
	height: 15px;
	left: -9px;
	line-height: 15px;
	position: relative;
	text-align: center;
	top: -8px;
	width: 15px;
}
#searchform {
	border: 1px solid;
	display: inline-block;
	margin: 0;
	width: 100%;
	max-width: 260px;
	position: relative;
}
#searchform:before {
    content: '\f002';
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    font-weight: 900;
}
#searchform input[type='text'] {
	background: none;
	border: none;
	padding: 14px 45px 13px 15px;
	width: 220px;
	margin: 0px;
}
#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: #f00;
	color: #fff;
	height: inherit;
	left: 100%;
	opacity: 0;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	visibility: hidden;
	z-index: -1;
}
#searchform .dt-search-icon span {
	display: block;
	height: 100%;
	width: 100%;
}
#searchform .dt-search-icon span:before {
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#searchform:before,
#searchform input[type='submit'],
#searchform .dt-search-icon {
	bottom: 0;
	height: inherit;
	margin-bottom: auto;
	margin-top: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 45px;
}
#searchform:before {
	height: 0;
	line-height: 0;
}
#searchform:hover .dt-search-icon {
	opacity: 1;
	transform: translateX(1px);
	-webkit-transform: translateX(1px);
	visibility: visible;
}
.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-bottom: 0;
	padding-top: 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: #333;
}
.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 {
	border-radius: 2px;
	-webkit-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 {
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-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 {
	float: right;
	width: auto;
}
.overlay-search,
.overlay-search *,
.overlay-search *:before,
.overlay-search *:after {
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.overlay-search .overlay-close:before,
.overlay-search .overlay-close:after {
	border-color: #161616;
}
.overlay-search {
	background-color: #fff;
	cursor: inherit;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transform: scale(.95);
	-webkit-transform: scale(.95);
	visibility: hidden;
	width: 100%;
	z-index: 10000;
}
.overlay-search.open {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	visibility: visible;
}
.overlay-header-search .overlay-search #searchform {
	border-style: solid;
	border-width: 0 0 1px;
	box-shadow: none;
	-webkit-box-shadow: none;
	left: 0;
	margin: 0 auto;
	max-width: none;
	padding-bottom: 10px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 50%;
}
.overlay-search #searchform input[type='text'] {
	color: #000;
}
.overlay-search #searchform input[type='text'] {
	font-size: 40px;
	letter-spacing: 10px;
	text-transform: capitalize;
	width: 100%;
}
.overlay-search #searchform input[type='submit'] {
	height: 100%;
	width: 55px;
}
.overlay-header-search .overlay-search #searchform:before {
	font-size: 30px;
	right: 10px;
}
.overlay-search-icon span {
	color: #2f2e2e;
	cursor: pointer;
}
.overlay-search .overlay-close {
	border-radius: 50%;
	cursor: pointer;
	font-size: 0;
	height: 75px;
	position: fixed;
	right: 20px;
	top: 20px;
	transform: scale(0);
	width: 75px;
	z-index: 9;
}
.overlay-search.open .overlay-close {
	transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
}
.overlay-search .overlay-close:before,
.overlay-search .overlay-close:after {
	background: #fff;
	content: '';
	height: 5px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 50px;
}
.overlay-search .overlay-close:before {
	transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
}
.overlay-search .overlay-close:after {
	transform: translate(-50%, -50%) rotate(-45deg);
	-moz-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
}
.search-module,
.search-module * {
	transition: all .3s linear 0s;
	-webkit-transition: all .3s linear 0s;
}
/*Spalab*/
.main-title-section-wrapper.default .breadcrumb ~ #searchform {
	position: absolute;
	top: 0;
	margin: 30px auto;
}
.main-title-section-wrapper.alignright .breadcrumb ~ #searchform {
	position: absolute;
	right: auto;
	left: 0;
}
.main-title-section-wrapper.aligncenter .breadcrumb ~ #searchform {
	position: relative;
	top: 0;
	margin: 15px auto 30px auto;
}
.main-title-section-wrapper.breadcrumb-left .breadcrumb ~ #searchform {
	position: absolute;
	right: auto;
	left: 0;
}
.main-title-section-wrapper.breadcrumb-right .breadcrumb ~ #searchform {
	position: absolute;
	left: auto;
	right: 0;
	top: 30px;
}
.main-title-section-wrapper.breadcrumb-top-right-title-center .breadcrumb ~ #searchform,
.main-title-section-wrapper.breadcrumb-top-left-title-center .breadcrumb ~ #searchform {
	position: relative;
	top: 0;
	margin: 15px auto 30px auto;
	display: block;
}
.breadcrumb ~ #searchform {
	position: absolute;
	right: 0;
	background-color: #fff;
	border-radius: 30px;
	width: 100%;
	max-width: 262px;
	border: 0px;
	top: 30px;
}
.breadcrumb ~ #searchform input[type='text'] {
	font-size: 12px;
}
.breadcrumb ~ #searchform input[type='submit'] {
	border: none;
	border-left: 1px solid #ededed;
}
.breadcrumb ~ #searchform .dt-search-icon {
	display: none;
}

.mfp-close-btn-in .mfp-close { 
	position: absolute !important; 
	background-color: transparent !important;
	font-size: 28px;
}

.cart-info {

	display: inline-block;
	padding: 14px 20px 14px 57px;
	position: relative;
	width: auto;
}
.cart-info p {
	margin: 0;
}
.cart-info:before {
	content: '\e66c';
	font-family: 'Stroke-Gap-Icons';
	font-size: 20px;
	left: 15px;
	position: absolute;
	top: 18px;
}
.cart-icon span {
	border-radius: 50%;
	display: inline-block;
	font-size: 12px;
	height: 20px;
	left: 28px;
	line-height: 20px;
	position: absolute;
	text-align: center;
	top: 9px;
	width: 20px;
}
.cart-total {
	display: inline-block;
	font-size: 14px;
	letter-spacing: .5px;
	margin: 0 0 0 20px;
}
.live-chat {
	float: right;
	margin: 32px 0 0 10px;
}
.live-chat a {
	border-radius: 5px;
	font-size: 10px;
	font-weight: 800;
	padding: 10px 15px 9px;
	text-transform: uppercase;
}
.live-chat a span {
	display: inline-block;
	font-size: 14px;
	margin: 0 5px 0 0;
}
/*--- Slide Menu ---*/

.dt-simpler-slider {
	background: transparent;
	border: none;
	cursor: pointer;
	display: block;
	height: 32px;
	position: fixed;
	right: 20px;
	top: 20px;
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	width: 32px;
	z-index: 999;
}
.dt-simpler-slider:before {
	background: #ddd;
	content: '';
	display: block;
	font-size: 14px;
	height: 40px;
	left: -4px;
	line-height: 32px;
	opacity: 1;
	position: absolute;
	text-align: center;
	top: -5px;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	width: 40px;
}
.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 {
	background: #000;
	display: block;
	height: 3px;
	left: 50%;
	margin-left: -12.5px;
	margin-top: -1.5px;
	position: absolute;
	top: 50%;
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	width: 25px;
}
.dt-simpler-slider span:first-child {
	top: 5px;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.dt-simpler-slider span:last-child {
	bottom: 5px;
	transform: translate3d(0, 8px, 0);
	-moz-transform: translate3d(0, 8px, 0);
	-ms-transform: translate3d(0, 8px, 0);
	-webkit-transform: translate3d(0, 8px, 0);
}
.dt-simpler-slider span:nth-child(2) {
	margin-top: -2px;
	top: 50%;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.dt-simpler-slider span {
	background: #fff;
}
.dt-sc-simpler-content-open .dt-simpler-slider span:first-child {
	transform: translate3d(0, 10px, 0) rotate(45deg);
	-moz-transform: translate3d(0, 10px, 0) rotate(45deg);
	-ms-transform: translate3d(0, 10px, 0) rotate(45deg);
	-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
}
.dt-sc-simpler-content-open .dt-simpler-slider span:last-child {
	transform: translate3d(0, 0, 0) rotate(-45deg);
	-moz-transform: translate3d(0, 0, 0) rotate(-45deg);
	-ms-transform: translate3d(0, 0, 0) rotate(-45deg);
	-webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
}
.dt-sc-simpler-content-open .dt-simpler-slider span:nth-child(2) {
	transform: translate3d(0, 0, 0) scale(.1, 1);
	-moz-transform: translate3d(0, 0, 0) scale(.1, 1);
	-ms-transform: translate3d(0, 0, 0) scale(.1, 1);
	-webkit-transform: translate3d(0, 0, 0) scale(.1, 1);
}
.vc_row.dt-sc-simpler-content {
	margin: 0;
	position: relative;
}
.vc_row.dt-sc-simpler-content > .wpb_column.vc_column_container {
	background: #fff;
	padding: 30px 0;
}
.vc_row.dt-sc-simpler-content > .vc_column_container,
.vc_row.dt-sc-simpler-content > .vc_column-inner {
	height: 100%;
}
.dt-sc-maaya-header .dt-simpler-slider {
	background: transparent;
	border: none;
	cursor: pointer;
	display: block;
	height: 32px;
	left: 15px;
	position: absolute;
	top: 13px;
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	width: 32px;
	z-index: 2;
}
.dt-sc-maaya-header .dt-simpler-slider span {
	background: #3d3d3d;
}
.dt-sc-maaya-header .dt-simpler-slider:hover span:first-child,
.dt-sc-maaya-header .dt-simpler-slider:hover span:last-child,
.dt-sc-maaya-header .dt-simpler-slider:hover span:nth-child(2),
.dt-sc-maaya-header .dt-sc-simpler-content-open .dt-simpler-slider span:first-child,
.dt-sc-maaya-header .dt-sc-simpler-content-open .dt-simpler-slider span:last-child,
.dt-sc-simpler-content-open .dt-simpler-slider span:nth-child(2) {
	width: 0;
}
.dt-sc-maaya-header .dt-simpler-slider:before {
	background: none;
	color: #3d3d3d;
	content: '\f2ea';
	display: block;
	font-family: 'Material-Design-Iconic-Font';
	font-size: 40px;
	height: 32px;
	left: 10px;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	visibility: hidden;
	width: 32px;
}
.dt-sc-maaya-header .dt-simpler-slider:hover:before,
.dt-sc-simpler-content-open .dt-simpler-slider:before {
	left: -5px;
	opacity: 1;
	visibility: visible;
}
.secondary-sidebar .vc_row.dt-sc-simpler-content {
	background: #fff;
	margin: 0;
	overflow-y: scroll;
	position: relative;
}
.secondary-sidebar .vc_row.dt-sc-simpler-content .widget #searchform {
	max-width: 100%;
	width: 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;
}
.vc_row.dt-sc-simpler-content > .secondary-sidebar .widget:last-child {
	margin-bottom: 30px;
}
.vc_row.dt-sc-simpler-content > .secondary-sidebar .type7 aside {
	padding: 25px;
}
#header .dt-header-tpl .vc_row.dt-sc-simpler-content .dt-sc-simpler-content-bottom {
	bottom: 30px;
	left: 0;
	position: absolute;
	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-left: 20px;
	margin-right: -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 {
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	width: 100% !important;
}
.vc_row.dt-sc-simpler-content.overlay-header > .wpb_column.vc_column_container {
	background: rgba(255,255,255,.9);
}
#header .dt-header-tpl .vc_row.dt-sc-simpler-content.overlay-header .dt-sc-simpler-content-top {
	left: 0;
	position: absolute;
	right: 0;
	top: 30px;
}
.vc_row.dt-sc-simpler-content.overlay-header > .vc_column_container .dt-header-menu {
	margin: 0;
	text-align: center;
	width: 100%;
}
.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 {
	left: auto !important;
	right: -100% !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 {
	left: 20px;
	right: auto;
}
.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 {
	left: auto;
	right: 320px;
}
.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 {
	left: auto;
	right: -300px;
}
.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 {
	left: 100%;
	position: absolute;
	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 {
	left: 0 !important;
	margin-left: 0;
	margin-right: 0;
	max-width: calc(100vw - 330px);
	padding-left: 15px;
	padding-left: 0 !important;
	padding-right: 15px;
	padding-right: 0 !important;
	width: calc(100vw - 330px);
}
.vc_row.dt-sc-simpler-content .dt-header-menu ul.dt-primary-nav li:hover > ul.sub-menu {
	top: 0;
}
/*--- Header-24 - OldHaven ---*/

#header .header-24.top-bar {
	line-height: normal;
	max-height: inherit;
	z-index: auto;
}
#header .header-24.top-bar .dt-sc-button {
	margin-top: 0;
}
#header .header-24 .dt-sc-contact-info {
	font-weight: 400;
	padding-left: 50px;
	text-align: left;
}
#header .header-24 .dt-sc-contact-info span {
	font-size: 40px;
	left: 0;
	margin-top: 5px;
}
/*--- Header-25 - Malar ---*/

#header .header-25 .dt-header-menu .dt-primary-nav > li:not(.close-nav) > a:before,
#header .header-25.top-bar .dt-custom-nav li:before {
	content: '\f169';
	display: block;
	font-family: Material-Design-Iconic-Font;
	font-size: 14px;
	opacity: .3;
	position: absolute;
	right: -8px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#header .header-25.top-bar .dt-custom-nav li:before {
	right: -14px;
}
#header .header-25 .dt-header-menu .dt-primary-nav > li:last-child:before,
#header .header-25.top-bar .dt-custom-nav li:last-child:before {
	display: none;
}
#header .header-25 .dt-custom-nav-wrapper.inline-horizontal .dt-custom-nav li {
	margin: 0 8px;
}
#header .header-25 .dt-header-menu,
#header .header-25 .dt-header-menu .dt-primary-nav,
#header .header-25 .dt-header-menu .dt-primary-nav > li {
	float: left;
}
#header .header-25 .dt-header-menu .dt-primary-nav > li:first-child > a {
	padding-left: 0;
}
#header .header-25 .dt-header-menu .dt-primary-nav > li a {
	font-size: 14px;
}
#header .header-25 .dt-header-menu .dt-primary-nav li ul.sub-menu li {
	width: 100%;
}
#header .header-25 .dt-header-menu .dt-primary-nav li ul.sub-menu {
	border: 10px solid rgba(0,0,0,0);
	box-shadow: none;
	-webkit-box-shadow: none;
}
#header .header-25 .dt-header-menu .dt-primary-nav li:nth-child(2) ul.sub-menu {
	border-left: none;
}
#header .header-25 .dt-header-menu .dt-primary-nav li:hover ul.sub-menu {
	background: none;
}
#header .header-25 .dt-header-menu .dt-primary-nav li ul.sub-menu li {
	background: #fdf7ff;
}
#header .header-25 .dt-header-menu .dt-primary-nav li ul.sub-menu > li a {
	padding: 15px 15px 0 15px;
}
#header .header-25 .dt-header-menu .dt-primary-nav li ul.sub-menu > li:last-child a {
	padding-bottom: 15px;
}
#header .header-25 .dt-header-menu .dt-primary-nav > li > a {
	float: left;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: .2px;
	line-height: 70px;
	padding: 0 25px;
}
#header .header-25 .dt-header-menu .dt-primary-nav > li:nth-child(2) > a {
	padding-left: 0;
}
#header .header-25.top-bar {
	height: auto;
	line-height: normal;
	z-index: 0;
}
#header .header-25.top-bar .dt-header-menu .dt-primary-nav > li > a {
	line-height: normal;
}
#header .header-25 .cart-info {
	background: none;
	margin: 0 0 0 20px;
}
#header .header-25 .cart-info p.cart-total,
#header .header-25 .cart-icon span {
	display: none;
}
#header .header-25 .cart-info:before {
	top: 17px;
}
#header .header-25 .dt-sc-sociable {
	cursor: pointer;
	display: inline-block;
	float: none;
	height: auto;
	padding: 0;
	position: relative;
	text-align: left;
	width: 32px;
	z-index: 9;
}
#header .header-25 .dt-sc-sociable:before {
	content: '\f1e0';
	display: block;
	font-family: fontawesome;
	left: 0;
	position: absolute;
	right: 0;
}
#header .header-25 .dt-sc-sociable li {
	clear: none;
	display: inline-block;
	float: none;
	opacity: 0;
	padding-bottom: 0;
	position: absolute;
	top: -15px;
	transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-ms-transition: all .3s linear 0s;
	-webkit-transition: all .3s linear 0s;
	visibility: hidden;
}
#header .header-25 .dt-sc-sociable li:nth-child(1) {
	left: -10px;
}
#header .header-25 .dt-sc-sociable li:nth-child(2) {
	left: 20px;
}
#header .header-25 .dt-sc-sociable li:nth-child(3) {
	left: 50px;
}
#header .header-25 .dt-sc-sociable li:nth-child(4) {
	left: 80px;
}
#header .header-25 .dt-sc-sociable li:nth-child(5) {
	left: 110px;
}
#header .header-25 .dt-sc-sociable:hover li {
	opacity: 1;
	visibility: visible;
}
#header .header-25 .dt-sc-sociable li a {
	border: 1px solid #fff;
	border-left: 0;
	color: #fff;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}
#header .header-25 .dt-sc-sociable li:first-child a {
	border-left: 1px solid #fff;
}
#header .header-25 .dt-sc-sociable li.facebook a:hover {
	background: #3162a2;
}
#header .header-25 .dt-sc-sociable li.twitter a:hover {
	background: #2fb1eb;
}
#header .header-25 .dt-sc-sociable li.dribbble a:hover {
	background: #ff68c5;
}
#header .header-25 .dt-sc-sociable li.tumblr a:hover {
	background: #34465d;
}
#header .header-25 .dt-sc-sociable li.google-plus a:hover {
	background: #c54542;
}
#header .header-25 .dt-sc-sociable li.delicious a:hover {
	background: #2648be;
}
#header .header-25 .dt-sc-sociable li.deviantart a:hover {
	background: #54675a;
}
#header .header-25 .dt-sc-sociable li.digg a:hover {
	background: #1a5891;
}
#header .header-25 .dt-sc-sociable li.flickr a:hover {
	background: #e30377;
}
#header .header-25 .dt-sc-sociable li.comment a:hover {
	background: #5fb749;
}
#header .header-25 .dt-sc-sociable li.instagram a:hover {
	background: #895a4d;
}
#header .header-25 .dt-sc-sociable li.lastfm a:hover {
	background: #d12540;
}
#header .header-25 .dt-sc-sociable li.linkedin a:hover {
	background: #0173b2;
}
#header .header-25 .dt-sc-sociable li.mail a:hover {
	background: #edc719;
}

#header .header-25 .dt-sc-sociable li.pinterest a:hover {
	background: #ca1325;
}
#header .header-25 .dt-sc-sociable li.reddit a:hover {
	background: #ff1a00;
}
#header .header-25 .dt-sc-sociable li.rss a:hover {
	background: #ffb922;
}
#header .header-25 .dt-sc-sociable li.skype a:hover {
	background: #00aaf1;
}
#header .header-25 .dt-sc-sociable li.stumbleupon a:hover {
	background: #eb4924;
}

#header .header-25 .dt-sc-sociable li.twitter a:hover {
	background: #2caae1;
}
#header .header-25 .dt-sc-sociable li.viadeo a:hover {
	background: #f4982b;
}
#header .header-25 .dt-sc-sociable li.vimeo a:hover {
	background: #41b2dc;
}
#header .header-25 .dt-sc-sociable li.yahoo a:hover {
	background: #7c1f70;
}
#header .header-25 .dt-sc-sociable li.youtube a:hover {
	background: #ff3431;
}
#header .header-25 .menu-icons-wrapper {
	float: right;
	margin: 3px 0 0;
	text-align: right;
}
#header .header-25 .menu-icons-wrapper div:last-child {
	margin-left: 0;
}
#header .header-25 .menu-icons-wrapper .search a,
.menu-icons-wrapper .cart a {
	font-size: 14px;
}
#header .header-25 .menu-icons-wrapper .search a span,
.menu-icons-wrapper .cart a span {
	line-height: 65px;
}
#header .header-25 .menu-icons-wrapper.rounded-icons .search a span,
.menu-icons-wrapper.rounded-icons .cart a span {
	border-radius: 50%;
	height: 38px;
	line-height: 40px;
	text-align: center;
	width: 38px;
}
#header .header-25 .menu-icons-wrapper .search {
	position: absolute;
	top: 0;
}
/*--- Header-26 - Veda Wedding ---*/

#header .header-26 {
	background: #fcf8f5;
	border-bottom: 1px solid;
	border-top: 1px solid;
	float: left;
	position: relative;
	width: 100%;
	z-index: 9;
}
/*#header .header-26:before { content: ""; position: absolute; display: block; width: 25px; height: 100%; background: #333333; top: 0; }*/
#header .header-26:after {
	background-image: url(http://fw.dttheme.com/wp-content/uploads/2018/03/header-26-bg.png); /*download and attach the image in theme folder, if using this header*/
	background-position: center;
	background-repeat: repeat;
	content: '';
	display: block;
	height: 100%;
	opacity: .1;
	position: absolute;
	transform: scaleY(-1);
	-moz-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	width: 100%;
	z-index: -1;
}
#header .header-26 .vc_col-sm-2 {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: -22px;
	width: 96px;
	z-index: 1;
}
#header .header-26 > .dt-sc-stretch-row-content > .vc_column_container > .vc_column-inner {
	font-style: italic;
	padding: 5px 0 0 0 !important;
}
#header .header-26 > .dt-sc-stretch-row-content > .vc_column_container > .vc_col-sm-2 {
	padding-left: 0;
	padding-right: 10px;
}
#header .header-26 .no-header-menu ul li a,
#header .header-26 .dt-header-menu .dt-primary-nav li a {
	padding: 5px 15px 10px;
}
#header .header-26 .vc_col-sm-5 {
	width: 50%;
}
#header .header-26 .vc_col-sm-5:first-child {
	padding-right: 50px;
}
#header .header-26 .vc_col-sm-5:last-child {
	padding-left: 50px;
}
/*--- Header-27 - WooShop Fashion ---*/

#header .header-27 .wpb_content_element {
	margin-bottom: 0;
}
#header .header-27 .dt-sc-sociable li {
	margin-left: 0;
	margin-right: 0;
}
#header .header-27 .dt-sc-sociable.small li a {
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	width: 25px;
}
#header .header-27 .cart-info {
	background: none;
	margin: 0;
}
#header .header-27 .cart-info:before {
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	height: 50px;
	left: 0;
	line-height: 50px;
	text-align: center;
	top: 0;
	width: 50px;
}
#header .header-27 .cart-total {
	font-size: 14px;
	font-weight: bold;
}
#header .header-27 .cart-icon span {
	color: #fff;
	left: 38px;
	top: 0;
}
#header .header-27 .search-module {
	width: 100%;
}
#header .header-27 .search-module.simple-header-search.filled.gray #searchform {
	background: none;
	border: 1px solid #e5e5e5;
	display: inline-block;
	float: none;
	max-width: 100%;
	width: 100%;
}
#header .header-27 #searchform input[type='text'] {
	width: 100%;
}
#header .header-27 #searchform input[type='submit'] {
	border-left: 1px solid #e5e5e5;
	border-radius: 0;
}
/*--- Header-28 - Whistle ---*/

#header .header-28 .cart-info {
	background: none;
	height: 50px;
	margin-top: 0;
	padding: 0;
	width: 50px;
}
#header .header-28 .cart-info:before {
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	height: 100%;
	left: 0;
	line-height: 50px;
	text-align: center;
	top: 0;
	width: 100%;
}
#header .header-28 .cart-total {
	display: none;
}
#header .header-28 .cart-icon span {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	height: 18px;
	line-height: 16px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: 5px;
	width: 18px;
}
#header .header-28 .header-28-cart {
	position: absolute;
	right: 0;
}
#header .header-28-topbar .dt-custom-nav li a {
	padding: 0 15px;
}
#header .header-28-topbar .dt-custom-nav-wrapper[data-link-icon-position='inside'] .dt-custom-nav li a > i.menu-item-icon,
#header .header-28-topbar .dt-custom-nav-wrapper[data-link-icon-position='outside'] .dt-custom-nav li a > i.menu-item-icon {
	padding: 2px 0 0 0;
}
#header .header-28-topbar .dt-custom-nav-wrapper.inline-horizontal[data-default-style='none'][data-hover-style='none'] .dt-custom-nav li a {
	padding-left: 0;
	padding-right: 0;
}
#header .header-28-topbar .dt-custom-nav-wrapper.inline-horizontal[data-divider='yes'] .dt-custom-nav li:last-child span.divider {
	display: none;
}
#header .header-28-topbar .dt-custom-nav-wrapper.right[data-link-icon-position='inside'] .dt-custom-nav li a > i.menu-item-icon {
	float: left;
}
#header .header-28-topbar .dt-custom-nav-wrapper.inline-horizontal[data-divider='yes'] .dt-custom-nav li {
	margin-left: -10px;
}
/*--- Header-29 - Attorney ---*/

#header .header-29 .search-module.simple-header-search.filled.gray #searchform {
	background: rgba(255,255,255,.11);
	display: inline-block;
	float: none;
	padding: 6px 0;
	width: 100%;
}
#header .header-29 #searchform input[type='text'] {
	width: 100%;
}
#header .header-29 #searchform input[type='submit'] {
	border-radius: 0;
	width: 60px;
}
#header .header-29 .no-header-menu ul > li,
#header .header-29 .dt-header-menu .dt-primary-nav > li {
	margin: 0 5px 0 0;
}
#header .header-29 .no-header-menu ul li:empty-child, #header .header-29 .dt-header-menu .dt-primary-nav li:empty-child {
 display: none;
}
#header .header-29 .dt-custom-nav-wrapper.right[data-link-icon-position='inside'] .dt-custom-nav li a > i.menu-item-icon {
	float: left;
	margin: 0 10px 0 0;
}
/*--------------------------------------------------------------
	10.0 - Slider
	--------------------------------------------------------------*/

#slider {
	clear: both;
	display: block;
	float: left;
	line-height: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}
#slider img {
	max-width: 100%;
}
/*--------------------------------------------------------------
	11.0 - Title & Breadcrumb
	--------------------------------------------------------------*/

.section-wrapper {
	clear: both;
	float: left;
	margin-bottom: 0;
	padding: 0;
	width: 100%;
}
.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 {
	content: '';
	display: inline !important;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
.section-wrapper .container {
	z-index: 9;
}
.main-title-section-wrapper {
	background-color: rgba(0, 0, 0, .05);
	clear: both;
	float: left;
	margin: 0 0 80px;
	padding: 30px 0 16px;
	position: relative;
	width: 100%;
}
.main-title-section-wrapper.dt-sc-dark-bg {
	background-color: rgba(0, 0, 0, .7);
}
#header-wrapper .main-title-section-wrapper {
	margin: 0 0 35px;
	min-height: 167px;
}
.no-breadcrumb #main {
	margin-top: 35px;
}
.main-title-section {
	float: left;
	margin: 0;
	padding: 0 0 36px 0;
	pointer-events: none;
	position: relative;
	width: 100%;
}
.main-title-section-wrapper:not(.default) .main-title-section {
	padding: 0px;
}
.main-title-section-wrapper.default .main-title-section h1 {
	margin-bottom: 0;
	width: 70%;
	/*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
}
.main-title-section h1 {
	width: 100%;
	white-space: initial;
}
.breadcrumb {
	clear: both;
	color: #fff;
	float: left;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	padding: 0 6px;
	width: 100%;
}
div.breadcrumb a:hover {
	color: #FFF;
}
.breadcrumb strong {
	font-weight: 600;
	padding-right: 2px;
}
.breadcrumb a {
	color: #fff;
}
.breadcrumb .fa {
	display: inline-block;
	margin: 0 6px;
	padding: 0;
}
.breadcrumb span.current {
	font-weight: 300;
	color: rgba(255,255,255,.6);
}
.breadcrumb .fa.default {
	background: #2b2b2b;
	display: inline-block;
	height: 14px;
	margin: 0 5px 0 10px;
	position: relative;
	top: 3px;
	transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	width: 1px;
}
.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;
	padding-right: 20px;
	width: 35%;
}
.main-title-section-wrapper.breadcrumb-left .main-title-section {
	float: right;
	text-align: right;
	width: 65%;
}
.main-title-section-wrapper.breadcrumb-right .breadcrumb {
	clear: none;
	float: right;
	padding-left: 20px;
	text-align: right;
	width: 35%;
}
.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 {
	text-align: center;
	width: 100%;
}
.main-title-section-wrapper.breadcrumb-top-left-title-center .breadcrumb {
	float: left;
	margin-top: -70px;
	width: 100%;
}
.main-title-section-wrapper.breadcrumb-top-right-title-center .main-title-section {
	text-align: center;
	width: 100%;
}
.main-title-section-wrapper.breadcrumb-top-right-title-center .breadcrumb {
	float: right;
	margin-top: -70px;
	text-align: right;
	width: 100%;
}
.dt-sc-dark-bg .breadcrumb {
	color: rgba(255, 255, 255, .6);
}
.dt-sc-dark-bg .breadcrumb a {
	color: #fff;
}
.dt-sc-dark-bg .breadcrumb a:hover,
.dt-sc-dark-bg .breadcrumb span.current {
	color: rgba(255, 255, 255, .6);
}
.dt-sc-dark-bg .breadcrumb .fa.default {
	background: #fff;
}
.main-title-section-wrapper {
	background-color: rgba(0,0,0,0) !important;
}
.main-title-section-wrapper > .main-title-section-bg {
	background: rgba(0, 0, 0, .05);
	bottom: 0;
	content: '';
	height: 100%;
	min-height:400px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}
#header-wrapper.header-top-absolute #header ~ .main-title-section-wrapper > .main-title-section-bg {
	min-height: 350px;
}
.dt-sc-dark-bg.under-construction h2,
.dt-sc-dark-bg.under-construction h3,
.dt-sc-dark-bg.under-construction.type5 .dt-sc-counter-number,
.dt-sc-dark-bg .under-construction p,
.dt-sc-dark-bg .dt-sc-title.with-two-border.with-sub-title.comingsoon_title h6{
	color: #fff !important;
}
/*--------------------------------------------------------------
	12.0 - Footer
	--------------------------------------------------------------*/
.dt-no-footer-builder-content,
.dt-no-footer-builder-content a {
	color: #FFF !important;
	text-align: center !important;
	position: inherit;
}
.dt-no-footer-builder-content:before,
.dt-no-footer-builder-content:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	bottom: 0;
	right: auto;
}
.dt-no-footer-builder-content:after {
	right: -100%;
	left: auto;
}
#footer {
	clear: both;
	float: left;
	margin: 0;
	width: 100%;
}
#footer .container {
	z-index: 9;
}
.footer-copyright {
	clear: both;
	float: left;
	font-size: 14px;
	margin: 0;
	padding: 30px 0;
	width: 100%;
}
.footer-copyright .alignright img {
	float: right;
}
/*--- Footer ---*/

.dt-sc-dark-bg .responsive-map {
	color: #000;
}
.footer-widgets a,
#footer a {
	color: #777;
}
.dt-mc-subscribe *,
.dt-sc-sociable li a > i {
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.dt-mc-subscribe .dt-subscribe-msg {
	display: inline-block;
}
.dt-mc-subscribe .dt-subscribe-msg span {
	line-height: 30px;
	margin: 10px 0;
}
.dt-sc-dark-bg .dt-mc-subscribe .dt-subscribe-msg span {
	color: #fff;
}
#footer .dt-sc-contact-info {
	line-height: 26px;
	margin-bottom: 5px;
	padding-left: 30px;
}
#footer .dt-sc-contact-info span {
	font-size: 20px;
	margin: 3px 0 0 0;
	text-align: left;
	width: auto;
}
#footer .dt-sc-contact-info.type8 span {
	font-size: 32px;
	margin: auto;
	text-align: center;
	width: 84px;
}
#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 6 & 14 ---*/

.map-with-overlay {
	position: relative;
}
.map-with-overlay .map-overlay {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.map-with-overlay.dt-sc-dark-bg .map-overlay:after {
	background: rgba(8, 45, 66, .3);
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.map-with-overlay.dt-sc-light-bg .map-overlay:after {
	background: rgba(8, 45, 66, .3);
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.map-with-overlay.dt-sc-dark-bg .map-overlay:before {
	background: -moz-linear-gradient(top, rgba(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,.7)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,.7) 50%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,.7) 50%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,.7) 50%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,.7) 50%, rgba(0,0,0,1) 100%);
	content: '';
	display: block;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
	height: 100%;
	position: absolute;
	top: 0;
	transform: scaleY(-1);
	-moz-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	width: 100%;
	z-index: 1;
}
.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 {
	background: rgba(255,255,255,.7);
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.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 {
	margin: 0 auto;
	width: 80%;
}
.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 {
	display: inline-block;
	float: none;
	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, .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'] {
	border-width: 0 0 1px 0;
	color: #777;
	font-size: 14px;
	padding: 6px 0 15px;
}
#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: 1px solid;
	border-radius: 0;
}
.fullwidth-on-laptop.vc_col-sm-8 h2.alignleft,
.fullwidth-on-laptop .vc_col-sm-8 h1.alignnone {
	line-height: 40px;
	margin-right: 25px;
}
.fullwidth-on-laptop.vc_col-sm-8 h1.alignnone {
	line-height: 50px;
	margin-bottom: 10px;
	margin-right: 25px;
}
.fullwidth-on-laptop.vc_col-sm-8 h1.alignnone.no-margin {
	margin-bottom: 0;
}
/*--- Footer 15 ---*/
.footer-15 .dt-sc-newsletter-section.type5 {
	background: none;
	border: none;
	padding: 0;
	text-align: left;
	width: 100%;
}
.footer-15 .dt-sc-newsletter-section.type5 input[type='text'],
.footer-15 .dt-sc-newsletter-section.type5 input[type='email'] {
	background: none;
	border: 1px solid;
	border-radius: 0;
	color: rgba(0, 0, 0, .3);
	font-size: 12px;
	margin: 0 0 20px;
	padding: 16px 20px 15px;
}
.footer-15 .dt-sc-newsletter-section.type5 .dt-sc-subscribe-frm input[type='submit'] {
	border-radius: 0;
	padding: 15px 0;
}
.footer-15 {
	float: left;
	position: relative;
	width: 100%;
}
.footer-15.vc_row[data-vc-full-width] {
	overflow: visible;
}
.footer-15 h3 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: .5px;
}
.footer-15 .dt-sc-small-separator {
	height: 1px;
	width: 70px;
}
.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, .3);
}
/*--- Footer 16 ---*/
.footer-16 .dt-sc-newsletter-section.type2 {
	padding: 0;
	text-align: left;
}
.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'] {
	margin: 0;
	position: absolute;
	right: 0;
}
.footer-16 .dt-sc-single-line-separator {
	border-color: rgba(0, 0, 0, .35);
	float: left;
	margin: 0 0 30px 11px;
	position: relative;
	width: 100%;
}
.footer-16 .dt-sc-single-line-separator:before {
	background: none;
	border-color: rgba(0, 0, 0, .5);
	border-style: solid;
	border-width: 1px;
	bottom: -2px;
	content: '';
	display: block;
	height: 9px;
	left: -6px;
	position: absolute;
	top: inherit;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	width: 9px;
}
.footer-16.dt-sc-dark-bg .dt-sc-single-line-separator {
	border-color: rgba(255, 255, 255, .35);
}
.footer-16.dt-sc-dark-bg .dt-sc-single-line-separator:before {
	border-color: rgba(255, 255, 255, .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: #222;
}
#footer .footer-16.dt-sc-dark-bg .widget ul li {
	border-color: rgba(255, 255, 255, .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 {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: -100px;
}
.footer-17 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm {
	background: #0074bd;
	display: inline-block;
	float: none;
	margin: 0;
	padding: 30px;
	width: 70%;
}
.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'] {
	border: none;
	font-size: 13px;
	margin-right: 1px;
	width: 35%;
}
.footer-17 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type='submit'] {
	background: #fcdb34;
	color: #1c3f55;
	font-size: 16px;
	font-weight: normal;
	padding: 11px 20px;
	text-transform: none;
}
.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,.7);
}
/*--- Footer 18 ---*/
.footer-18 .dt-sc-twitter-icon {
	height: 100%;
	left: 0;
	margin: 0;
	position: absolute;
	width: auto;
}
.footer-18 .dt-sc-twitter-icon:before {
	background: #32aadf;
	height: 100%;
	left: 0;
	top: 0;
	width: 44px;
}
.footer-18 .dt-sc-twitter-icon:after {
	background: none;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #32aadf;
	border-top: 5px solid transparent;
	height: 0;
	right: -5px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 0;
}
.footer-18 .dt-sc-twitter-feeds {
	position: relative;
}
.footer-18 .dt-sc-twitter-feeds .dt-sc-tweet {
	float: left;
	margin: 6px 0 8px;
	padding-bottom: 0;
	padding-left: 65px;
	text-align: left;
	width: 100%;
}
.footer-18 .dt-sc-twitter-feeds .dt-sc-tweet .tweet-time {
	clear: none;
	color: #333;
	float: none;
	font-size: 14px;
	font-style: normal;
	margin: 8px 0 0 10px;
	width: auto;
}
.footer-18 .dt-sc-twitter-feeds .tweet-text {
	color: #999;
	float: left;
	font-size: 14px;
}
.footer-18 .dt-sc-twitter-icon span {
	background: none;
	border-radius: 0;
	font-size: 14px;
	height: 100%;
	line-height: 54px;
	width: 44px;
}
.footer18-widget .widgettitle,
.footer18-widget .widget .recent-posts-widget li .entry-title h4,
.footer18-widget .widget .recent-posts-widget li .entry-meta {
	display: none;
}
.footer18-title {
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
}
.footer18-widget .dt-custom-nav-wrapper[data-default-style='none'][data-hover-style='none']:not(.inline-vertical):not(.inline-horizontal) .dt-custom-nav li a {
	margin-bottom: 0;
	padding-bottom: 0;
}
.footer18-widget .widget .recent-posts-widget li {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.footer18-widget .widget .recent-posts-widget li .entry-content {
	line-height: 22px;
	margin-top: -4px;
}
.footer18-widget .widget .recent-posts-widget li .entry-content p {
	margin-bottom: 0;
}
.footer18-widget .widget .tagcloud a {
	border-bottom: none;
	font-size: 13px !important;
	margin: 0 3px 3px 0;
	padding: 8px 20px;
}
.footer18-widget.dt-sc-dark-bg .widget .tagcloud a {
	background: rgba(0, 0, 0, .2);
}
.footer18-widget .vc_column_container.extend-bg-fullwidth-right {
	padding-left: 30px;
}
.footer18-widget .vc_column_container.extend-bg-fullwidth-right > .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}
.footer18-widget .dt-sc-contact-info a:hover {
	color: rgba(0, 0, 0, .2);
}
.footer18-widget input[type='text'],
.footer18-widget input[type='password'],
.footer18-widget input[type='email'],
.footer18-widget input[type='url'],
.footer18-widget input[type='tel'],
.footer18-widget input[type='number'],
.footer18-widget input[type='range'],
.footer18-widget input[type='date'],
.footer18-widget textarea,
.footer18-widget input.text,
.footer18-widget input[type='search'] {
	background: rgba(255,255,255, .35);
	border: none;
	font-size: 12px;
}
.footer18-widget textarea {
	height: 45px;
}
.footer18-widget .wpcf7-form-control-wrap:before {
	display: none;
}
.footer18-widget input[type='submit'],
.footer18-widget button,
.footer18-widget input[type='button'],
.footer18-widget input[type='reset'] {
	border-radius: 0;
}
.footer18-widget.dt-sc-dark-bg input[type='submit'],
.footer18-widget.dt-sc-dark-bg button,
.footer18-widget.dt-sc-dark-bg input[type='button'],
.footer18-widget.dt-sc-dark-bg input[type='reset'] {
	background: #000;
}
#footer .footer18-widget .dt-sc-contact-info {
	padding-left: 25px;
}
#footer .footer18-widget.dt-sc-dark-bg .dt-sc-contact-info span,
#footer .footer18-widget.dt-sc-dark-bg .dt-sc-contact-info a:hover,
#footer .footer18-widget.dt-sc-dark-bg .footer-copyright a:hover {
	color: #000;
}
#footer .footer18-widget .footer-copyright {
	bottom: 0;
	left: 0;
	position: absolute;
}
#footer .footer18-widget.dt-sc-dark-bg .footer-copyright {
	color: #fff;
}
#footer .footer18-widget:not(.dt-sc-dark-bg) .extend-bg-fullwidth-left:after,
#footer .footer18-widget:not(.dt-sc-dark-bg) .extend-bg-fullwidth-right:after {
	background: rgba(0,0,0,.1);
}
#footer .footer18-widget .extend-bg-fullwidth-right:not(.dt-sc-skin-highlight),
#footer .footer18-widget .extend-bg-fullwidth-left:not(.dt-sc-skin-highlight),
#footer .footer18-widget .extend-bg-fullwidth-right:not(.dt-sc-skin-highlight):after,
#footer .footer18-widget .extend-bg-fullwidth-left:not(.dt-sc-skin-highlight):after {
	background: rgba(0,0,0,.025);
}
/*--- Footer 19 ---*/

.footer-19 .blog-entry.blog-default-style .entry-meta .date {
	font-size: 12px;
}
.footer-19 .blog-entry.blog-default-style .entry-title h4 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 7px;
	text-transform: inherit;
}
.footer-19 .blog-entry.blog-default-style .entry-body:empty {
	display: none;
}
.footer-19 .blog-entry.blog-default-style a.dt-sc-button.small {
	font-size: 12px;
	font-weight: 300;
	margin: 0;
	padding: 0;
}
.footer-19 .blog-entry.blog-default-style a.dt-sc-button.small:hover {
	background: none;
	color: #777;
}
.footer-19 .dt-custom-nav li a {
	padding: 5px 0;
}
.footer-19 .dt-custom-nav-wrapper[data-default-style='none'][data-hover-style='none']:not(.inline-vertical):not(.inline-horizontal) .dt-custom-nav li a {
	margin-bottom: 0;
}
.footer-19 .aligncenter .wpb_wrapper {
	margin: auto;
	text-align: center;
}
.footer-19.newsletter h2 {
	font-size: 20px;
	font-weight: bold;
	margin-right: 15px;
	margin-top: 12px;
}
.footer-19.newsletter form {
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	width: 600px;
}
.footer-19.newsletter .dt-mc-subscribe.align-none form > div.email-field-wrap {
	border-radius: 3px;
}
.footer-19.newsletter .dt-mc-subscribe.align-none form > div.btn-wrap {
	float: right;
}
.footer-19.newsletter .dt-mc-subscribe form .email-field-wrap i.left ~ input[type='email'] {
	float: left;
	font-size: 14px;
	padding-left: 45px;
}
.footer-19.newsletter .dt-mc-subscribe form .btn-wrap input[type='submit'] {
	border-radius: 0 3px 3px 0;
	float: right;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 25px;
}
.footer-19.dt-sc-dark-bg .blog-entry.blog-default-style .entry-meta .date,
#footer .footer-19.dt-sc-dark-bg .blog-entry.blog-default-style a.dt-sc-button.small,
#footer .dt-sc-dark-bg .dt-sc-contact-info a,
#footer .footer-19.dt-sc-dark-bg .blog-entry.blog-default-style .entry-meta .date,
#footer .footer-19.dt-sc-dark-bg .blog-entry.blog-default-style a.dt-sc-button.small,
#footer .footer-19.dt-sc-dark-bg .blog-entry.blog-default-style .entry-title h4 a {
	color: #fff;
}
#footer .footer-19.dt-sc-dark-bg .blog-entry.blog-default-style a.dt-sc-button.small:hover,
#footer .footer-19.dt-sc-dark-bg .blog-entry.blog-default-style .entry-title h4 a:hover,
#footer .footer-19.dt-sc-dark-bg .dt-sc-contact-info a:hover,
#footer .footer-19.dt-sc-dark-bg.footer-copyright a:hover {
	color: #333;
}
#footer .footer-19.dt-sc-dark-bg.footer-copyright,
#footer .footer-19.dt-sc-dark-bg.footer-copyright a {
	color: #fff;
}
/*--- Footer 20 ---*/

.footer-20 p {
	font-size: 13px;
}
.footer-20.vc_row[data-vc-full-width] {
	overflow: visible;
}
.footer-20 .footer-20-contact .vc_column-inner {
	bottom: 0;
	padding: 30px 30px 30px 30px !important;
	position: absolute;
}
.footer-20 .footer20-title {
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
	text-transform: uppercase;
}
.footer-20 .footer-20-contact .vc_column-inner a:hover {
	color: #222;
}
#footer .footer-20-contact .dt-sc-contact-info {
	font-size: 13px;
	padding-left: 70px;
}
#footer .footer-20-contact .dt-sc-contact-info h6 {
	color: #333;
	display: inline-block;
	float: none;
	font-size: 13px;
	left: 0;
	margin-bottom: 0;
	position: absolute;
	top: 8px;
}
.footer-20 .dt-sc-twitter-icon {
	height: 100%;
	left: 0;
	margin: 0;
	position: absolute;
	width: auto;
}
.footer-20 .dt-sc-twitter-icon:before,
.footer-20 .dt-sc-twitter-icon:after {
	display: none;
}
.footer-20 .dt-sc-twitter-feeds {
	position: relative;
}
.footer-20 .dt-sc-twitter-feeds .dt-sc-tweet {
	float: left;
	margin: 6px 0 8px;
	padding-bottom: 0;
	padding-left: 80px;
	text-align: left;
	width: 100%;
}
.footer-20 .dt-sc-twitter-feeds .dt-sc-tweet .tweet-time {
	clear: none;
	color: #333;
	float: none;
	font-size: 14px;
	font-style: normal;
	margin: 8px 0 0 0;
	width: auto;
}
.footer-20 .dt-sc-twitter-feeds .tweet-text {
	color: #999;
	float: left;
	font-size: 14px;
	margin-right: 10px;
}
.footer-20 .dt-sc-twitter-icon span {
	background: none;
	border-radius: 0;
	color: #f2f2f2;
	font-size: 70px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.footer-20-widget.vc_column_container {
	padding-left: 15px;
}
.footer-20-widget .widget {
	margin-bottom: 32px;
}
.footer-20-widget .widget .recent-posts-widget li {
	border-bottom: none;
	margin: 0;
	padding: 0;
}
.footer-20-widget .widget .recent-posts-widget li .entry-content p {
	margin-bottom: 0;
}
.footer-20-widget .widget .recent-posts-widget li .entry-meta p {
	font-size: 12px;
}
.footer-20-widget .widget .recent-posts-widget li .entry-title h4,
.footer-20-widget .widget .recent-posts-widget li .entry-meta p a {
	display: none;
}
.footer-20-widget .widget .recent-posts-widget li .entry-content {
	margin-top: -5px;
}
.footer-20 .dt-custom-nav-wrapper[data-default-style='none'][data-hover-style='none']:not(.inline-vertical):not(.inline-horizontal) .dt-custom-nav li a {
	margin-bottom: 0;
	padding-bottom: 0;
}
/*--- Footer 21 ---*/

.footer-21.vc_row:after {
	color: #fff;
	content: '\f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111\f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111\f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111\f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111\f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111\f111 \f111 \f111';
	font-family: fontawesome;
	font-size: 28px;
	height: 32px;
	left: 0;
	position: absolute;
	top: -15px;
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	width: 100%;
	z-index: 9;
}
#footer .footer-21.dt-sc-dark-bg,
#footer .footer-21.dt-sc-dark-bg a {
	color: #fff;
}
#footer .footer-21.dt-sc-dark-bg a:hover {
	color: #222;
}
.dt-sc-sociable.partially-rounded li > a {
	border-radius: 10px 0 10px 0;
}
.dt-sc-sociable.partially-rounded li > a:hover {
	border-radius: 0 10px 0 10px;
}
#footer .footer-21 .dt-sc-sociable.partially-rounded li > a > i {
	color: #fff;
}
#footer .footer-21 ul.dt-custom-nav li a {
	font-style: italic;
}
#footer .footer-21 .dt-sc-sociable.partially-rounded li.facebook > a {
	background: #3162a2;
}
#footer .footer-21 .dt-sc-sociable.partially-rounded li.twitter > a {
	background: #2fb1eb;
}
#footer .footer-21 .dt-sc-sociable.partially-rounded li.deviantart > a {
	background: #4dc47d;
}
#footer .footer-21 .dt-sc-sociable.partially-rounded li.tumblr > a {
	background: #34465d;
}
#footer .footer-21 .dt-sc-sociable.partially-rounded li.google-plus > a {
	background: #c44542;
}
#footer .footer-21 .dt-sc-sociable.partially-rounded li.dribbble > a {
	background: #ff68c5;
}
#footer .footer-21 .dt-sc-sociable.partially-rounded li.delicious > a {
	background: #39f;
}
#footer .footer-21 .dt-sc-sociable.partially-rounded li.digg > a {
	background: #005be2;
}
#footer .footer-21 .dt-sc-sociable.partially-rounded li.envelope > a {
	background: #e84f4b;
}
#footer .footer-21 .dt-sc-sociable.partially-rounded li.stumbleupon > a {
	background: #eb4924;
}
#footer .footer-21 .dt-sc-sociable.partially-rounded li.flickr > a {
	background: #ff0084;
}
#footer .footer-21 .dt-sc-sociable.partially-rounded li.instagram > a {
	background: #405de6;
}
#footer .footer-21 .dt-sc-sociable.partially-rounded li.lastfm > a {
	background: #d51007;
}
#footer .footer-21 .dt-sc-sociable.partially-rounded li.linkedin > a {
	background: #0077b5;
}
#footer .footer-21 .dt-sc-sociable.partially-rounded li.pinterest > a {
	background: #bd081c;
}
#footer .footer-21 .dt-sc-sociable.partially-rounded li.reddit > a {
	background: #ff4500;
}
#footer .footer-21 .dt-sc-sociable.partially-rounded li.rss > a {
	background: #f26522;
}
#footer .footer-21 .dt-sc-sociable.partially-rounded li.skype > a {
	background: #00aff0;
}
#footer .footer-21 .dt-sc-sociable.partially-rounded li.viadeo > a {
	background: #f07355;
}
#footer .footer-21 .dt-sc-sociable.partially-rounded li.vimeo > a {
	background: #3498b9;
}
#footer .footer-21 .dt-sc-sociable.partially-rounded li.yahoo > a {
	background: #410093;
}
#footer .footer-21 .dt-sc-sociable.partially-rounded li.youtube > a {
	background: #f00;
}
#footer .footer-21 .dt-sc-sociable.partially-rounded li.facebook > a:hover,
#footer .footer-21 .dt-sc-sociable.partially-rounded li.twitter > a:hover,
#footer .footer-21 .dt-sc-sociable.partially-rounded li.deviantart > a:hover,
#footer .footer-21 .dt-sc-sociable.partially-rounded li.tumblr > a:hover,
#footer .footer-21 .dt-sc-sociable.partially-rounded li.google-plus > a:hover,
#footer .footer-21 .dt-sc-sociable.partially-rounded li.dribbble > a:hover,
#footer .footer-21 .dt-sc-sociable.partially-rounded li.delicious > a:hover,
#footer .footer-21 .dt-sc-sociable.partially-rounded li.digg > a:hover,
#footer .footer-21 .dt-sc-sociable.partially-rounded li.envelope > a:hover,
#footer .footer-21 .dt-sc-sociable.partially-rounded li.stumbleupon > a:hover,
#footer .footer-21 .dt-sc-sociable.partially-rounded li.flickr > a:hover,
#footer .footer-21 .dt-sc-sociable.partially-rounded li.instagram > a:hover,
#footer .footer-21 .dt-sc-sociable.partially-rounded li.lastfm > a:hover,
#footer .footer-21 .dt-sc-sociable.partially-rounded li.linkedin > a:hover,
#footer .footer-21 .dt-sc-sociable.partially-rounded li.pinterest > a:hover,
#footer .footer-21 .dt-sc-sociable.partially-rounded li.reddit > a:hover,
#footer .footer-21 .dt-sc-sociable.partially-rounded li.rss > a:hover,
#footer .footer-21 .dt-sc-sociable.partially-rounded li.skype > a:hover,
#footer .footer-21 .dt-sc-sociable.partially-rounded li.viadeo > a:hover,
#footer .footer-21 .dt-sc-sociable.partially-rounded li.vimeo > a:hover,
#footer .footer-21 .dt-sc-sociable.partially-rounded li.yahoo > a:hover,
#footer .footer-21 .dt-sc-sociable.partially-rounded li.youtube > a {
	background: #fff;
}
/*--- Helen Spa Footer ---*/

#footer .footer-22.slope-bg.vc_row[data-vc-full-width] {
	overflow: visible;
	position: relative;
}
#footer .footer-22.slope-bg:before {
	border-image: none;
	border-right-style: solid;
	border-right-width: 1920px;
	border-top: 465px solid transparent;
	content: '';
	display: inline-block;
	height: 0;
	left: 0;
	position: absolute;
	top: -465px;
	width: 0;
	z-index: -1;
}
#footer .footer-22.slope-bg:not(.dt-sc-skin-highlight) {
	background: #e9e9e9;
}
#footer .footer-22.slope-bg:before {
	border-right-color: #e9e9e9;
}
#footer .footer-22 {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
}
.footer-info-content.vc_row {
	background-color: #fff;
	box-shadow: 0 0 50px 0 rgba(0,0,0,.10);
	-moz-box-shadow: 0 0 50px 0 rgba(0,0,0,.10);
	-webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,.10);
	display: block;
	margin: 0 auto 56px;
	overflow: visible;
	padding: 75px 10px;
	text-align: center;
	width: 87.8%;
}
.footer-info-content.vc_row .vc_column_container > .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}
.footer-info.vc_column_container {
	padding: 10px 110px 10px 90px;
}
.footer-info.vc_column_container .dt-sc-title.script-with-sub-title {
	margin-bottom: 0;
}
.footer-info.vc_column_container .dt-sc-title.script-with-sub-title h3 {
	margin-bottom: 15px;
}
.footer-22 .footer-copyright.vc_row {
	border-top-style: solid;
	border-top-width: 1px;
	margin: 0;
}
.footer-22 .footer-copyright.vc_row .dt-sc-sociable {
	margin: 0 -10px 0 0;
}
.footer-22 .footer-copyright.vc_row .dt-sc-sociable li {
	margin: 2px 0;
}
.footer-22 .footer-copyright.vc_row .dt-sc-sociable li a {
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	width: 30px;
}
#footer .footer-22 .vc_column_container.no-padding-left > .vc_column-inner {
	padding-left: 0;
}
#footer .footer-22 .vc_column_container.no-padding-right > .vc_column-inner {
	padding-right: 0;
}
.footer-22 .footer-text {
	padding: 0 18% 0 0;
}
#footer .footer-22 .dt-sc-title.script-with-sub-title.alignright,
#footer .footer-22 .dt-sc-title.script-with-sub-title.alignright h3 {
	margin-bottom: 0;
}
#footer .footer-22.dt-sc-dark-bg .footer-copyright.vc_row,
#footer .footer-22.dt-sc-dark-bg .footer-copyright.vc_row a {
	color: #fff;
}
#footer .footer-22.dt-sc-dark-bg .footer-copyright.vc_row a:hover {
	color: #222;
}
#footer .footer-22 .dt-sc-title.script-with-sub-title h3 {
	font-size: 30px;
	letter-spacing: .2em;
	line-height: 34px;
	text-transform: uppercase;
}
#footer .footer-22.dt-sc-dark-bg .dt-sc-title.script-with-sub-title h2,
#footer .footer-22.dt-sc-dark-bg .dt-sc-title.script-with-sub-title h3 {
	color: #fff;
}
#footer .footer-22 .dt-sc-newsletter-section.type6 {
	border-right-style: solid;
	border-right-width: 1px;
	padding: 12px 69px 4px;
	text-align: center;
}
#footer .footer-22 .dt-sc-newsletter-section.type6 > p {
	margin-bottom: 30px;
	padding: 0 70px;
}
#footer .footer-22 .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm {
	float: left;
	width: 100%;
}
#footer .footer-22 .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type='email'],
#footer .footer-22 .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type='text'] {
	border-radius: 0;
	font-size: 16px;
	margin: 0;
	padding: 19px 20px;
	width: 100%;
}
#footer .footer-22 .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type='submit'] {
	background-color: transparent;
	border: 2px solid;
	border-radius: 0;
	-webkit-border-radius: 0;
	float: none;
	font-size: 22px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .12em;
	margin: 33px 0 0 0;
	padding: 15px 42px 15px;
	text-transform: uppercase;
}
#footer .footer-22 .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type='submit']:hover {
	color: #fff;
}
#footer .footer-22 .dt-sc-contact-info a:hover {
	color: #222;
}
/*--- Footer - 23 ---*/
#footer .footer-23 .dt-sc-newsletter-section.type7 {
	padding: 0;
}
#footer .footer-23 .dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm {
	margin: 0;
	width: 100%;
}
#footer .footer-23 .dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm input[type='email'],
#footer .footer-23 .dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm input[type='text'] {
	border: 1px solid #e9e9e9;
	font-size: 14px;
	margin: 0;
	padding: 15px 20px 15px;
}
#footer .footer-23 .dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm:before {
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#footer .footer-23 .dt-sc-contact-info.without-icon {
	padding-left: 0;
}
#footer .footer-23 .dt-custom-nav-wrapper[data-default-style='none'][data-hover-style='none']:not(.inline-vertical):not(.inline-horizontal) .dt-custom-nav li a {
	margin-bottom: 0;
}
#footer .footer-23 .footer-23-title {
	margin-bottom: 13px;
}
#footer .footer-23.footer-copyright .wpb_image_grid .wpb_image_grid_ul {
	float: right;
	text-align: right;
	width: 100%;
}
#footer .footer-23.footer-copyright .wpb_image_grid .wpb_image_grid_ul li {
	float: right;
	margin-left: 10px;
	position: static !important;
	text-align: right;
}
#footer .footer-23.footer-copyright .wpb_image_grid .wpb_image_grid_ul li:last-child {
	margin-left: 0;
}
#footer .footer-23.dt-sc-dark-bg .dt-sc-contact-info a:hover {
	color: #222;
}
/*--- Footer - 24 ---*/

#footer .footer-24 h2.dt-sc-lightweight {
	font-size: 38px;
	font-weight: 500;
	line-height: 50px;
	margin-bottom: 0;
}
#footer .footer-24.dt-sc-dark-bg h2.dt-sc-lightweight strong {
	color: #fff;
}
#footer .footer-24 .dt-custom-fullwidth .dt-mc-subscribe.square.inline,
#footer .footer-24 .dt-custom-fullwidth .dt-mc-subscribe.square.inline form {
	width: 100%;
}
#footer .footer-24 .dt-custom-fullwidth .dt-mc-subscribe.square.inline form .email-field-wrap {
	border-width: 2px !important;
}
#footer .footer-24 .dt-custom-fullwidth .dt-mc-subscribe.square.inline form .email-field-wrap div {
	width: 100%;
}
#footer .footer-24 .dt-custom-fullwidth .dt-mc-subscribe.square.inline form .email-field-wrap:after {
	border-width: 0;
}
#footer .footer-24 .dt-custom-fullwidth .dt-mc-subscribe.square.inline form .btn-wrap {
	border-width: 0 !important;
	padding: 0 3px;
}
#footer .footer-24 .dt-custom-fullwidth .dt-mc-subscribe.square.inline form .btn-wrap div {
	height: 100%;
	width: 100%;
}
#footer .footer-24 .dt-custom-fullwidth .dt-mc-subscribe.square.inline form .btn-wrap div input {
	font-size: 18px;
	text-align: center;
	width: 100%;
}
#footer .footer-24 .no-widgettitle .widgettitle {
	display: none;
}
#footer .footer-24 .widget.widget_recent_entries ul li {
	border-bottom: none;
	margin-bottom: 0;
	padding-left: 25px;
}
#footer .footer-24 .widget.widget_recent_entries ul li:first-child:before {
	top: 5px;
}
#footer .footer-24 .widget.widget_recent_entries ul li:before {
	background-color: #fff;
	border-radius: 50%;
	color: #fff;
	content: '\f040';
	font-size: 11px;
	height: 18px;
	left: 1px;
	line-height: 18px;
	text-align: center;
	top: 14px;
	width: 18px;
}
#footer .footer-24 .widget.widget_recent_entries ul li a {
	font-size: 16px;
}
#footer .footer-24.dt-sc-dark-bg .widget.widget_recent_entries ul li:before {
	color: #000;
}
#footer .footer-24.dt-sc-dark-bg .widget.widget_recent_entries ul li a:hover {
	color: rgba(255,255,255, .5);
}
#footer .footer-24 .dt-custom-nav-wrapper.inline-vertical[data-default-style='none'][data-hover-style='none'] .dt-custom-nav li {
	margin-left: 15px;
}
#footer .footer-24 .dt-custom-nav-wrapper.inline-vertical[data-default-style='none'][data-hover-style='none'] .dt-custom-nav li a {
	padding-left: 0;
}
#footer .footer-24 .dt-sc-sociable[data-default-style='none'][data-hover-style='none'].left {
	margin-left: -9px;
}
/*--- Footer - 25 ---*/

#footer .footer-25 .dt-sc-title * {
	text-transform: uppercase;
}
#footer .footer-25 .dt-sc-title {
	margin: 0 0 50px;
	text-align: center;
	width: 100%;
}
#footer .footer-25 .dt-sc-title h2:before,
.footer-25 .dt-sc-title h2:after {
	display: none;
}
#footer .footer-25 .dt-sc-title h2 {
	font-size: 32px;
	font-weight: 300;
	letter-spacing: .1em;
}
#footer .footer-25 .dt-sc-title h5 {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: normal;
	margin-bottom: 7px;
}
#footer .footer-25 .footer-form .form-field {
	float: left;
	margin-bottom: 5px;
	position: relative;
	width: 100%;
}
#footer .footer-25 .footer-form .form-field i {
	color: #242524;
	font-size: 14px;
	left: 0;
	line-height: 50px;
	position: absolute;
	top: 0;
}
#footer .footer-25 .footer-form input[type='text'],
.footer-form input[type='email'],
#footer .footer-25 .footer-form input[type='tel'],
#footer .footer-25 .footer-form textarea {
	border-color: #b9b9b9;
	border-width: 0 0 1px;
	color: #242524;
	font-size: 13px;
	padding: 17px 12px 14px 24px;
}
#footer .footer-25 input[type='submit'],
#footer .footer-25 button,
#footer .footer-25 input[type='button'],
#footer .footer-25 input[type='reset'] {
	border-radius: 50px;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: .2em;
	padding: 14px 25px;
	text-transform: uppercase;
}
#footer .footer-25 input[type='submit']:hover,
#footer .footer-25 button:hover,
#footer .footer-25 input[type='button']:hover,
#footer .footer-25 input[type='reset']:hover {
	border-radius: 0;
}
#footer .footer-25.vc_row.vc_row-no-padding .wpb_column.footer-form-content {
	padding: 0 90px 0 40px;
}
#footer .footer-25.vc_row.vc_row-no-padding .wpb_column.footer-address-content {
	padding: 0 0 0 70px;
}
#footer .footer-25 .dt-sc-contact-info {
	margin-bottom: 10px;
	padding-left: 30px;
}
#footer .footer-25 .dt-sc-contact-info span {
	color: #242524;
	font-size: 18px;
	margin: 6px 0 0 0;
	text-align: left;
	width: auto;
}
#footer .footer-25 .dt-sc-contact-info.type1 span.fa-envelope {
	font-size: 14px;
	margin-top: 7px;
}
#footer .footer-25 .dt-sc-contact-info.type8 span {
	font-size: 32px;
	margin: auto;
	text-align: center;
	width: 84px;
}
#footer .footer-25 .footer-copyright .widget,
#footer .footer-25 .footer-copyright .wpb_content_element,
#footer .footer-25 > .wpb_content_element {
	margin-bottom: 0;
}
#footer .footer-25 .dt-sc-sociable {
	display: inline-block;
	margin: 25px 0 0;
	width: 100%;
}
#footer .footer-25 .dt-sc-sociable li {
	display: inline-block;
	margin: 0 20px;
}
#footer .footer-25 .dt-sc-sociable.left li {
	margin: 0 40px 0 0;
}
#footer .footer-25 .dt-sc-sociable li a {
	display: inline-block;
	float: left;
	height: auto;
	line-height: normal;
	width: auto;
}
#footer .footer-25.dt-sc-skin-highlight .dt-sc-title h2 strong {
	color: #fff;
}
#footer .footer-25.dt-sc-skin-highlight input[type='submit'],
#footer .footer-25.dt-sc-skin-highlight button,
#footer .footer-25.dt-sc-skin-highlight input[type='button'],
#footer .footer-25.dt-sc-skin-highlight input[type='reset'] {
	background: #fff;
}
#footer .footer-25.dt-sc-skin-highlight .dt-sc-contact-info.type1 a:hover {
	color: #222;
}
.footer-26 .dt-sc-newsletter-section.type5 {
	border-color: #f4f4f4;
	padding: 35px 30px 40px;
	width: 100%;
}
.footer-26 .dt-sc-newsletter-section.type5 h2 {
	font-size: 30px;
	margin-bottom: 20px;
}
.footer-26 .dt-sc-newsletter-section.type5 .dt-sc-subscribe-frm input[type='email'],
.footer-26 .dt-sc-newsletter-section.type5 .dt-sc-subscribe-frm input[type='submit'] {
	border-radius: 0;
}
.footer-26 .tagcloud a {
	border-bottom: 2px solid;
	font-size: 16px !important;
}
.footer-26 .tagcloud a:hover {
	background-color: #000;
}
.footer-27 .dt-sc-contact-info.type1 span {
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
#footer .footer-27 .dt-sc-contact-info.type1 {
	font-size: 18px;
	margin: 0;
	padding: 100px 0 0;
	text-transform: uppercase;
}
#footer .footer-27 .dt-sc-contact-info.type1.aligncenter span {
	font-size: 65px;
	left: 0;
	margin: 0 auto 30px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: auto;
}
#footer .footer-27 .dt-sc-contact-info.type1:hover span {
	top: -5px;
}
#footer .footer-27 .dt-sc-contact-info.type1 span.fa-mobile {
	font-size: 80px;
}
#footer .footer-27 .dt-sc-contact-info.type1 a {
	color: #000;
	text-transform: none;
}
#footer .footer-27 .dt-sc-contact-info.type1:hover span {
	top: -5px;
}
.footer-28 .dt-sc-contact-info.type8 span {
	background: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}
.footer-28 .dt-sc-contact-info.type8 h6 {
	line-height: 30px;
}
#footer .footer-28 .dt-sc-contact-info.type8 {
	margin: 0;
}
#footer .footer-28 .dt-sc-contact-info.type8.aligncenter span {
	float: none;
	font-size: 27px;
	margin: 0 auto 55px;
	position: static;
}
.footer-28.footer-copyright.dt-sc-dark-bg,
#footer .footer-28.footer-copyright.dt-sc-dark-bg a {
	color: #fff;
}
#footer .footer-28.footer-copyright .dt-sc-sociable li a:hover {
	color: #fff;
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.facebook > a > .dt-icon-default:before,
.dt-sc-sociable.hover-bg[data-hover-style='filled'] li.facebook > a > .dt-icon-hover:before {
	background: #3162a2;
}
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.twitter a > .dt-icon-default:before,
.dt-sc-sociable.hover-bg[data-hover-style='filled'] li.twitter > a > .dt-icon-hover:before {
	background: #2fb1eb;
}
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.dribbble a > .dt-icon-default:before,
.dt-sc-sociable.hover-bg[data-hover-style='filled'] li.dribbble > a > .dt-icon-hover:before {
	background: #ff68c5;
}
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.tumblr a > .dt-icon-default:before,
.dt-sc-sociable.hover-bg[data-hover-style='filled'] li.tumblr > a > .dt-icon-hover:before {
	background: #34465d;
}
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.google-plus a > .dt-icon-default:before,
.dt-sc-sociable.hover-bg[data-hover-style='filled'] li.google-plus > a > .dt-icon-hover:before {
	background: #c54542;
}
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.delicious a > .dt-icon-default:before,
.dt-sc-sociable.hover-bg[data-hover-style='filled'] li.delicious > a > .dt-icon-hover:before {
	background: #2648be;
}
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.deviantart a > .dt-icon-default:before,
.dt-sc-sociable.hover-bg[data-hover-style='filled'] li.deviantart > a > .dt-icon-hover:before {
	background: #54675a;
}
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.digg a > .dt-icon-default:before,
.dt-sc-sociable.hover-bg[data-hover-style='filled'] li.digg > a > .dt-icon-hover:before {
	background: #1a5891;
}
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.flickr a > .dt-icon-default:before,
.dt-sc-sociable.hover-bg[data-hover-style='filled'] li.flickr > a > .dt-icon-hover:before {
	background: #e30377;
}
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.comment a > .dt-icon-default:before,
.dt-sc-sociable.hover-bg[data-hover-style='filled'] li.comment > a > .dt-icon-hover:before {
	background: #5fb749;
}
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.instagram a > .dt-icon-default:before,
.dt-sc-sociable.hover-bg[data-hover-style='filled'] li.instagram > a > .dt-icon-hover:before {
	background: #895a4d;
}
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.lastfm a > .dt-icon-default:before,
.dt-sc-sociable.hover-bg[data-hover-style='filled'] li.lastfm > a > .dt-icon-hover:before {
	background: #d12540;
}
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.linkedin a > .dt-icon-default:before,
.dt-sc-sociable.hover-bg[data-hover-style='filled'] li.linkedin > a > .dt-icon-hover:before {
	background: #0173b2;
}
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.mail a > .dt-icon-default:before,
.dt-sc-sociable.hover-bg[data-hover-style='filled'] li.mail > a > .dt-icon-hover:before {
	background: #edc719;
}

#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.pinterest a > .dt-icon-default:before,
.dt-sc-sociable.hover-bg[data-hover-style='filled'] li.pinterest > a > .dt-icon-hover:before {
	background: #ca1325;
}
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.reddit a > .dt-icon-default:before,
.dt-sc-sociable.hover-bg[data-hover-style='filled'] li.reddit > a > .dt-icon-hover:before {
	background: #ff1a00;
}
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.rss a > .dt-icon-default:before,
.dt-sc-sociable.hover-bg[data-hover-style='filled'] li.rss > a > .dt-icon-hover:before {
	background: #ffb922;
}
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.skype a > .dt-icon-default:before,
.dt-sc-sociable.hover-bg[data-hover-style='filled'] li.skype > a > .dt-icon-hover:before {
	background: #00aaf1;
}
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.stumbleupon a > .dt-icon-default:before,
.dt-sc-sociable.hover-bg[data-hover-style='filled'] li.stumbleupon > a > .dt-icon-hover:before {
	background: #eb4924;
}

#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.twitter a > .dt-icon-default:before,
.dt-sc-sociable.hover-bg[data-hover-style='filled'] li.twitter > a > .dt-icon-hover:before {
	background: #2caae1;
}
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.viadeo a > .dt-icon-default:before,
.dt-sc-sociable.hover-bg[data-hover-style='filled'] li.viadeo > a > .dt-icon-hover:before {
	background: #f4982b;
}
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.vimeo a > .dt-icon-default:before,
.dt-sc-sociable.hover-bg[data-hover-style='filled'] li.vimeo > a > .dt-icon-hover:before {
	background: #41b2dc;
}
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.yahoo a > .dt-icon-default:before,
.dt-sc-sociable.hover-bg[data-hover-style='filled'] li.yahoo > a > .dt-icon-hover:before {
	background: #7c1f70;
}
#footer .footer-28 .dt-sc-sociable[data-default-style='filled'] li.youtube a > .dt-icon-default:before,
.dt-sc-sociable.hover-bg[data-hover-style='filled'] li.youtube > a > .dt-icon-hover:before {
	background: #ff3431;
}
.footer-29 h3:before,
#footer .footer-29 .dt-sc-contact-info.type1 span,
.footer-34 h3:before {
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.footer-29 h3 {
	color: #252525;
	font-size: 20px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 40px;
	padding-bottom: 15px;
	position: relative;
}
.footer-29 h3:before {
	bottom: 0;
	content: '';
	display: inline-block;
	height: 3px;
	left: 0;
	position: absolute;
	width: 35px;
}
.footer-29 .wpb_column:hover h3:before {
	width: 50px;
}
#footer .footer-29 .dt-sc-button.fully-rounded-border:hover {
	color: #fff;
}
.footer-29 .dt-sc-button.large {
	font-size: 17px;
	padding: 12px 50px 12px;
}
#footer .footer-29 .dt-sc-contact-info.type1 {
	margin-bottom: 25px;
	padding-left: 50px;
}
#footer .footer-29 .dt-sc-contact-info.type1 span {
	font-size: 30px;
	margin: 0;
}
.footer-29 .dt-sc-contact-info.type1 span.fa-envelope {
	font-size: 25px;
}
.footer-29 .dt-sc-contact-info.type1:hover span {
	transform: translateX(5px);
	-moz-transform: translateX(5px);
	-webkit-transform: translateX(5px);
}
#footer .footer-29 .dt-custom-nav a {
	margin-bottom: 0;
	padding: 10px 0 10px 20px;
}
#footer .footer-29 .dt-custom-nav li:first-child a {
	padding-top: 0;
}
#footer .footer-29 .dt-custom-nav li:last-child {
	border-bottom: 0;
}
.footer-29 .dt-custom-nav li {
	border-bottom: 1px dashed rgba(0,0,0,.15);
	position: relative;
}
.footer-29 .dt-custom-nav li:before {
	content: '-';
	font-family: 'Font Awesome 5 Free';
	font-size: 24px;
	font-weight: bold;
	left: 1px;
	position: absolute;
	top: 7px;
}
.footer-29 .dt-custom-nav li:first-child:before {
	top: -3px;
}
#footer .footer-29 .dt-custom-nav-wrapper[data-default-style='none'][data-hover-style='none']:not(.inline-horizontal) > div {
	margin: 0;
}
#footer .footer-29 .dt-mc-subscribe.inline.simple-rounded form > div.email-field-wrap,
#footer .footer-29 .dt-mc-subscribe.inline.simple-rounded form > div.btn-wrap {
	border: none;
}
.footer-30 h3 {
	font-size: 24px;
	margin: 0 0 25px;
	margin: 0 0 10px;
	padding-bottom: 0;
	position: relative;
}
.footer-30 h3.wisteria {
	color: #673ab7;
}
.footer-30 h3.green {
	color: #88d914;
}
.footer-30 h3.punch {
	color: #f05c5c;
}
#footer .footer-30 .dt-sc-contact-info.type1 {
	padding-left: 45px;
}
#footer .footer-30 .dt-sc-contact-info.type1 span {
	font-size: 20px;
	top: 0;
}
.footer-30 ul.dt-sc-fancy-list li:hover:before {
	content: '\f006';
}
#footer .footer-30 .dt-mc-subscribe.inline.simple-rounded form > div.email-field-wrap {
	border-radius: 0;
	-webkit-border-radius: 0;
	border-width: 0;
}
.footer-30 .dt-mc-subscribe.inline.simple-rounded form > div.btn-wrap {
	border: none !important;
}
.footer-30 .dt-mc-subscribe form .email-field-wrap input[type='email'] {
	font-size: 15px;
	padding: 16px 20px 15px;
}
.footer-30 .dt-mc-subscribe,
.footer-30 .dt-mc-subscribe form {
	width: 100%;
}
#footer .footer-30 .dt-mc-subscribe form .email-field-wrap:after {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	border-width: 3px;
}
.footer-31 {
	overflow: visible !important;
}
.footer-31:before {
	background: url(../images/kidslife-footer-bg.png) center top no-repeat;
	background-size: cover;
	content: '';
	height: 46px;
	left: 0;
	position: absolute;
	top: -46px;
	width: 100%;
}
.footer-31 .tweet_list li {
	padding: 0 0 0 30px;
}
.footer-31 .tweet_list li:before {
	background: url(../images/tweety.png) no-repeat;
	background-size: 21px 15px;
	content: '';
	float: left;
	height: 15px;
	margin: 0 0 0 0;
	width: 21px;
}
.footer-31 .tweet_list li:hover:before {
	content: '';
}
.footer-31-copyright .alignright {
	float: right;
	width: auto;
}
.footer-31-copyright .alignright .wpb_text_column,
.footer-31-copyright .alignright .wpb_single_image {
	float: left;
}
.footer-31-copyright .alignright .dt-sc-sociable {
	clear: none;
	margin: 3px 0 0;
}
.footer-31 .dt-mc-subscribe form .email-field-wrap i.left {
	border: none !important;
}
.footer-31 .dt-mc-subscribe form .email-field-wrap i.left ~ input[type='email'] {
	font-size: 14px;
	padding-left: 40px;
}
.footer-31 .dt-mc-subscribe.inline form .btn-wrap div {
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	height: 100%;
}
.footer-31 .dt-mc-subscribe.inline.simple-rounded form > div.btn-wrap {
	float: right;
	padding: 0;
}
#footer .footer-31-copyright.dt-sc-dark-bg a,
#footer .footer-35.dt-sc-dark-bg {
	color: #fff;
}
#footer .footer-31-copyright.dt-sc-dark-bg a:hover {
	color: #2b2b2b;
}
#footer .footer-32 .dt-sc-button.large {
	color: #fff;
	font-size: 15px;
	padding: 22px 37px 18px;
	text-transform: uppercase;
}
.footer-32 .dt-custom-nav-wrapper[data-default-style='none'][data-hover-style='none']:not(.inline-vertical):not(.inline-horizontal) .dt-custom-nav li a {
	margin-bottom: 0;
}
.footer-32 .dt-custom-nav li {
	line-height: 20px;
}
/*.no-border.dt-mc-subscribe.inline form .email-field-wrap, .no-border.dt-mc-subscribe.inline.circle form > div.btn-wrap, .no-border.dt-mc-subscribe.inline.simple-rounded form > div.btn-wrap{border:none !important;}*/
.no-border.dt-mc-subscribe.inline form .email-field-wrap,
.no-border.dt-mc-subscribe.inline form > div.btn-wrap,
.no-border.dt-mc-subscribe.inline form > div.btn-wrap {
	border: none !important;
}
.footer-33 .dt-mc-subscribe form .btn-wrap i ~ input[type='submit'] {
	padding-right: 43px;
}
.footer-33 .no-border.dt-mc-subscribe.inline form .email-field-wrap {
	padding: 18px 20px;
	width: 100%;
}
.footer-34 h3 {
	font-weight: bold;
	margin-bottom: 30px;
	padding-bottom: 20px;
	position: relative;
}
.footer-34 h3:before {
	background-color: rgba(225,229,235,.5);
	bottom: 0;
	content: '';
	display: inline-block;
	height: 2px;
	left: 0;
	position: absolute;
	width: 40px;
}
.footer-34 .wpb_column:hover h3:before {
	width: 50%;
}
ul.dt-working-hours {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
ul.dt-working-hours li {
	border-bottom: 0;
	display: inline-block;
	line-height: 29px;
	padding: 5px 15px 5px 0;
	width: 100%;
}
ul.dt-working-hours li {
	padding: 5px 40px 5px 0;
}
ul.dt-working-hours li:before {
	display: none;
}
ul.dt-working-hours li:first-child {
	padding-top: 0;
}
ul.dt-working-hours li:last-child {
	border-bottom: 0;
}
ul.dt-working-hours li span.time {
	float: right;
	font-weight: normal;
}
.footer-35 h3 {
	clear: both;
	font-size: 22px;
	margin: 24px 0 40px;
	padding-left: 30px;
	position: relative;
}
.footer-35 h3:before {
	content: '\f1b0';
	font-family: 'Font Awesome 5 Free';
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	left: 0;
	margin-right: 15px;
	position: absolute;
	top: 4px;
}
.footer-35 .dt-custom-nav li a {
	padding: 0;
}
.footer-35 .dt-sc-sociable.small li a {
	height: auto;
	width: auto;
}
.footer-35 .dt-sc-sociable li {
	margin: 0 18px;
}
.footer-35 .dt-sc-sociable li:first-child {
	margin-left: 0;
}
.footer-36 {
	color: rgba(255,255,255,.6);
	font-size: 18px;
}
.zoom-hover.dt-sc-sociable li a > .dt-icon-default:after,
.zoom-hover.dt-sc-sociable li a > .dt-icon-hover:after {
	border-style: dashed;
}
.zoom-hover.dt-sc-sociable li a:hover > .dt-icon-default:after,
.zoom-hover.dt-sc-sociable li a:hover > .dt-icon-hover:after {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.zoom-hover.dt-sc-sociable li {
	display: inline-block;
	margin: 0 15px 10px;
}
.footer-36 .dt-custom-nav-wrapper.inline-horizontal .dt-custom-nav li:first-child {
	margin-left: 0;
}
.footer-36 .dt-custom-nav-wrapper.inline-horizontal .dt-custom-nav li:first-child a {
	padding-left: 0;
}
.footer-36 .no-left-padding > .vc_column-inner {
	padding-left: 0;
}
.footer-36 .vc_col-sm-8 > .vc_column-inner {
	padding-left: 5%;
}
.dt-mc-subscribe.only-border-bottom {
	border-bottom: 1px solid rgba(255,255,255,.6);
	width: 100%;
}
.dt-mc-subscribe.inline.only-border-bottom form .email-field-wrap {
	width: 100%;
}
.dt-mc-subscribe.inline.only-border-bottom form .email-field-wrap,
.dt-mc-subscribe.inline.only-border-bottom form .btn-wrap {
	border: none !important;
	padding: 0;
}
.dt-mc-subscribe.only-border-bottom form .email-field-wrap input[type='email'] {
	font-size: 40px;
	padding: 0;
}
.dt-mc-subscribe.only-border-bottom form .btn-wrap input[type='submit'] {
	font-weight: normal;
	padding: 0;
	text-transform: uppercase;
}
.dt-mc-subscribe.only-border-bottom form:before {
	bottom: -1px;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	transition: all 300ms linear;
	width: 0;
}
.dt-mc-subscribe.only-border-bottom form:hover:before,
.dt-mc-subscribe.only-border-bottom form > div.email-field-wrap > div {
	width: 100%;
}
.dt-mc-subscribe.only-border-bottom form .btn-wrap input[type='submit']:hover {
	padding-right: 10px;
}
#footer .footer-37.dt-sc-dark-bg h2 strong {
	color: #fff;
}
.footer-37 {
	color: rgba(255, 255, 255, .6);
}
.footer-37.vc_custom_float {
	position: relative;
	z-index: 1;
}
.footer-37 .dt-custom-nav li a {
	padding-bottom: 0;
	padding-top: 0;
}
.vc_row.vc_row-o-content-middle.footer-37 > .vc_column_container > .vc_column-inner > .wpb_wrapper > .dt-custom-nav-wrapper.inline-horizontal[data-default-style='none'][data-hover-style='none'] .dt-custom-nav li {
	padding-bottom: 0;
	padding-top: 0;
}
.footer-37 .dt-custom-nav-wrapper.inline-horizontal[data-divider='yes'] .dt-custom-nav li:last-child span.divider {
	display: none;
}
.footer-37 .dt-custom-nav-wrapper.inline-horizontal[data-divider='yes'] .dt-custom-nav li:last-child a {
	padding-right: 0;
}
.dt-mc-subscribe.inline.no-border form > div.email-field-wrap {
	width: 100%;
}
.footer-37 .dt-mc-subscribe.no-border form .email-field-wrap input[type='email'] {
	font-size: 13px;
}
.footer-37 .dt-mc-subscribe.no-border form .btn-wrap div {
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	height: 100%;
}
.footer-37 .dt-mc-subscribe.no-border form .btn-wrap input[type='submit'] {
	padding: 0 19px;
	text-transform: uppercase;
}
.footer-37 .dt-mc-subscribe.no-border form .btn-wrap {
	padding: 0;
}
.footer-38 .aligncenter.wpb_column {
	z-index: 1;
}
.footer-38 .aligncenter.wpb_column:before {
	background-color: rgba(0,0,0,.05);
	bottom: -100%;
	content: '';
	height: auto;
	left: 0;
	position: absolute;
	top: -100%;
	width: 100%;
	z-index: -1;
}
.footer-38 .aligncenter.wpb_column > .vc_column-inner {
	padding: 0 50px;
}
.footer-38 h3 {
	clear: both;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: normal;
	margin: 15px 0 50px;
	position: relative;
}
.footer-38 h3:before {
	border-style: dashed none solid;
	border-width: 1px 0;
	bottom: -15px;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	content: '';
	display: inline-block;
	height: 2px;
	left: 0;
	position: absolute;
	width: 64px;
}
.footer-38 .alignright h3:before {
	left: auto;
	right: 0;
}
/*--------------------------------------------------------------
	13.0 - Side Navigation
	--------------------------------------------------------------*/

.side-navigation {
	float: left;
	margin: 0 2% 0 0;
	padding: 0;
	width: 27%;
}
.side-navigation-content {
	float: left;
	margin: 0;
	padding: 0;
	width: 71%;
}
.side-navigation-bottom-content {
	float: left;
	width: 100%;
}
.side-navigation-content img {
	max-width: 100%;
}
.side-nav-container {
	float: left;
	margin: 0;
	padding: 0;
	width: 98%;
}
ul.side-nav {
	border: 1px solid;
	border-bottom: 0;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
ul.side-nav li *,
ul.side-nav li *:before,
ul.side-nav li *:after {
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
ul.side-nav li {
	border-bottom: 1px solid;
	display: block;
	float: left;
	padding: 0;
	width: 100%;
}
ul.side-nav li a {
	color: #2d2d2d;
	display: block;
	font-size: 14px;
	font-weight: 600;
	padding: 12px 0 12px 60px;
	position: relative;
}
ul.side-nav li a:before {
	background: #f5f5f5;
	content: '\f301';
	font-family: Material-Design-Iconic-Font;
	font-style: normal;
	font-weight: normal;
	height: 42px;
	left: 3px;
	line-height: 42px;
	margin: auto;
	position: absolute;
	text-align: center;
	top: 3px;
	width: 42px;
}
ul.side-nav li a:hover:before {
	color: #fff;
}
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;
	content: '\f2f5';
	font-size: 24px;
}
ul.side-nav li ul {
	border-top: 1px solid;
	margin: 0;
	padding-left: 0;
}
ul.side-nav li ul li:last-child {
	border: none;
	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: #e3e3e3;
}
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: #2d2d29;
}
.sidenav-alignright .side-navigation {
	float: right;
	margin: 0 0 0 2%;
}
.side-navigation-bottom-content .widgettitle {
	margin-bottom: 35px;
	padding-bottom: 25px;
}
.side-navigation-content ul.dt-sc-fancy-list.arrow.dt-sc-consultancy-list li:before {
	content: '\f105';
}
.side-navigation-content ul.dt-sc-fancy-list.dt-sc-consultancy-list li:first-child:before {
	top: 1px;
}
.side-navigation-content ul.dt-sc-fancy-list.dt-sc-consultancy-list li:before {
	font-family: 'Font Awesome 5 Free';
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	left: 0;
	position: absolute;
	text-decoration: inherit;
	top: 6px;
}
.side-navigation-content ul.dt-sc-fancy-list.arrow.dt-sc-consultancy-list li {
	padding-left: 25px;
}
.side-navigation-content ul.dt-sc-fancy-list.dt-sc-consultancy-list li:first-child {
	padding-top: 0;
}
.side-navigation-content ul.dt-sc-fancy-list.dt-sc-consultancy-list li {
	border-bottom: 1px solid #e5e5e5;
	clear: both;
	display: block;
	padding: 10px 0 8px 23px;
	position: relative;
}
.side-navigation-content ul.dt-sc-fancy-list.dt-sc-consultancy-list li:last-child {
	border-bottom: none;
}
.side-navigation.type1 ul.side-nav > li.current_page_item > a {
	color: #fff;
}
.side-navigation-content .dt-sc-wings-heading {
	font-size: 32px;
	line-height: 46px;
	margin: 0 0 25px;
	padding-bottom: 25px;
	position: relative;
	width: 100%;
}
.side-navigation-content .dt-sc-wings-heading:after {
	bottom: 0;
	content: '';
	display: block;
	height: 3px;
	left: 0;
	position: absolute;
	width: 45px;
}
.side-navigation.type2 ul.side-nav > li.current_page_item > a:after,
.side-navigation.type2 ul.side-nav > li > ul > li.current_page_item > a:after {
	border-bottom: 10px solid transparent;
	border-left-style: solid;
	border-left-width: 10px;
	border-top: 10px solid transparent;
	content: '';
	height: 0;
	position: absolute;
	right: -11px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 0;
}
.side-navigation.type2 ul.side-nav > li.current_page_item > a {
	color: #fff;
}
.sidenav-alignright .side-navigation.type2 ul.side-nav > li.current_page_item > a:after,
.sidenav-alignright .side-navigation.type2 ul.side-nav > li > ul > li.current_page_item > a:after {
	left: -11px;
	right: auto;
	transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
}
.side-navigation.type3 ul.side-nav li {
	border-bottom: none;
}
.side-navigation.type3 ul.side-nav li a:before,
.side-navigation.type3 ul.side-nav li a:after {
	height: 28px;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 45px;
}
.side-navigation.type3 ul.side-nav li a:before {
	border-right: 1px solid;
	content: '\f0da';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: normal;
	line-height: inherit;
	margin-right: 15px;
}
.side-navigation.type3 ul.side-nav li a:after {
	left: 0;
	position: absolute;
	top: 0;
	z-index: -1;
}
.side-navigation.type3 ul.side-nav li a:hover:before,
ul.side-nav > li.current_page_item > a:before,
.side-navigation.type3 ul.side-nav > li > ul > li.current_page_item > a:before,
ul.side-nav > li > ul > li > ul > li.current_page_item > a:before {
	border-color: transparent;
	margin-right: 0;
}
.side-navigation.type3 ul.side-nav li:hover a:after,
.side-navigation.type3 ul.side-nav > li.current_page_item > a:after,
.side-navigation.type3 ul.side-nav > li > ul > li.current_page_item > a:after,
.side-navigation.type3 ul.side-nav > li > ul > li > ul > li.current_page_item > a:after {
	width: 0;
}
.side-navigation.type3 ul.side-nav li ul {
	margin: 0;
	padding-left: 0;
}
.side-navigation.type3 ul.side-nav li ul li:last-child {
	padding-bottom: 0;
}
.side-navigation.type3 ul.side-nav li ul li a {
	padding-left: 130px;
}
.side-navigation.type3 ul.side-nav > li.current_page_item > a,
.side-navigation.type3 ul.side-nav > li:hover > a {
	padding-left: 45px;
}
.side-navigation.type3 ul.side-nav li,
.side-navigation.type3 ul.side-nav li a,
.side-navigation.type3 ul.side-nav li a:before {
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.side-navigation.type3 ul.side-nav > li > a:hover,
.side-navigation.type3 ul.side-nav > li > ul > li > a:hover,
.side-navigation.type3 ul.side-nav > li > ul > li > ul > li > a:hover,
.side-navigation.type3 ul.side-nav > li.current_page_item > a,
.side-navigation.type3 ul.side-nav > li > ul > li.current_page_item > a,
.side-navigation.type3 ul.side-nav > li > ul > li > ul > li.current_page_item > a,
.side-navigation.type3 ul.side-nav > li > a:hover:before,
.side-navigation.type3 ul.side-nav > li > ul > li > a:hover:before,
.side-navigation.type3 ul.side-nav > li > ul > li > ul > li > a:hover:before,
.side-navigation.type3 ul.side-nav > li.current_page_item > a:before,
.side-navigation.type3 ul.side-nav > li > ul > li.current_page_item > a:before,
.side-navigation.type3 ul.side-nav > li > ul > li > ul > li.current_page_item > a:before {
	color: #fff;
}
.side-navigation.type3 ul.side-nav {
	border-bottom: 1px solid #e3e3e3;
}
.side-navigation.type3 ul.side-nav li {
	box-shadow: 0 -1px 0 0 rgba(0,0,0,.06) inset;
	;
	-webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.06) inset;
}
.side-navigation.type3 ul.side-nav li:last-child,
.side-navigation.type3 ul.side-nav li ul li:last-child {
	box-shadow: none;
	;
	-webkit-box-shadow: none;
}
.side-navigation.type3 ul.side-nav li ul {
	box-shadow: 0 1px 0 0 rgba(0,0,0,.06) inset;
	;
	-webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.06) inset;
}
.side-navigation.type3 ul.side-nav li ul,
.side-navigation.type3 ul.side-nav li a:before {
	border-color: #e3e3e3;
}
.side-navigation.type3 ul.side-nav li a,
.side-navigation.type3 ul.side-nav li a:before {
	background: none;
	color: #333;
	font-size: 14px;
	line-height: 28px;
}
.side-navigation.type3 ul.side-nav li.current_page_item a:before {
	border-right: none;
}
.side-navigation.type3 ul.side-nav li:hover a:after {
	height: 0;
}
.side-navigation.type4 ul.side-nav {
	border: none;
	overflow: hidden;
}
.side-navigation.type4 ul.side-nav li {
	border: none;
	margin-bottom: 7px;
}
.side-navigation.type4 ul.side-nav li a {
	background: #f4f8fb;
	padding: 12px 30px 12px 20px;
	text-align: right;
}
.side-navigation.type4 ul.side-nav li a:before {
	background: #f5f5f5;
	background-color: #000;
	content: '';
	height: 100%;
	left: auto;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 5px;
}
.side-navigation.type4 ul.side-nav li a:after {
	content: '';
	height: 100%;
	position: absolute;
	right: -10px;
	top: 0;
	width: 5px;
	z-index: 9;
}
.side-navigation.type4 ul.side-nav > li > a:hover:after,
.side-navigation.type4 ul.side-nav li.current_page_item > a:after {
	right: 0;
}
.side-navigation.type5 ul.side-nav {
	border-bottom: 0;
	border-bottom-color: currentcolor;
	border-left: none;
	border-right: 5px solid;
	border-right-color: currentcolor;
	border-top: none;
	float: left;
	margin: 0;
	padding: 50px 0;
	width: 100%;
}
.side-navigation.type5 ul.side-nav li {
	border: none;
	display: block;
	float: left;
	padding: 0 30px 0 0;
	position: relative;
	width: 100%;
}
.side-navigation.type5 ul.side-nav li a {
	border-bottom: 1px solid currentcolor;
	color: #2d2d2d;
	display: block;
	font-size: 16px;
	font-weight: 400;
	padding: 12px 0 13px 0;
	position: relative;
	text-align: right;
}
.side-navigation.type5 ul.side-nav li ul {
	border-top: 1px solid;
	margin: 0;
	padding-left: 0;
}
.side-navigation.type5 ul.side-nav li ul li:last-child {
	border: 0;
	padding-bottom: 0;
}
.side-navigation.type5 ul.side-nav li ul li a {
	padding-left: 85px;
}
.side-navigation.type5 ul.side-nav ul ul li a {
	padding-left: 120px;
}
.side-navigation.type5 ul.side-nav li a:before {
	display: none;
}
.side-navigation.type5 ul.side-nav li:after {
	content: '';
	height: 100%;
	opacity: 0;
	position: absolute;
	right: -6px;
	top: 0;
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	width: 0;
}
.side-navigation.type5 ul.side-nav li.current_page_item:after,
.side-navigation.type5 ul.side-nav li:hover:after {
	opacity: 1;
	width: 10px;
}
/*spalab*/
.side-navigation.type10 ul.side-nav > li.current_page_item > a:after,
.side-navigation.type10 ul.side-nav > li > ul > li.current_page_item > a:after {
	border-bottom: 25px solid transparent;
	border-left-style: solid;
	border-left-width: 11px;
	border-top: 25px solid transparent;
	border-left-color: #ededed;
	content: '';
	height: 0;
	position: absolute;
	right: -11px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 0;
}
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 .side-navigation.type10 ul.side-nav li a {
padding: 10px 0 10px 60px;
}
.side-navigation.type10 ul.side-nav li a:before {
	left: 0;
	top: 0;
	width: 45px;
	height: 44px;
	line-height: 44px;
	content: "\f0da";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 14px;
	background: #ededed;
}
.side-navigation.type10 ul.side-nav > li > a {
	padding: 10px 0 10px 60px;
	font-weight: normal;
}
.sidenav-alignright .side-navigation.type10 ul.side-nav > li.current_page_item > a:after,
.sidenav-alignright .side-navigation.type10 ul.side-nav > li > ul > li.current_page_item > a:after {
	left: -11px;
	right: auto;
	transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
}
.side-navigation.type10 ul.side-nav > li.current_page_item > a {
	background: #ededed;
}
/*--------------------------------------------------------------
	14.0 - Style Picker
	--------------------------------------------------------------*/
.dt-style-picker-wrapper {
	left: 0;
	position: fixed;
	top: 150px;
	z-index: 99999;
}
#dt-style-picker {
	background: #f9f9f9;
	float: left;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 225px;
	z-index: 1;
}
#dt-style-picker h2 {
	background-color: #1a1a1a;
	color: #fff;
	font-size: 17px;
	font-weight: normal;
	line-height: 48px;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
	width: 100%;
}
#dt-style-picker h3 {
	color: #666;
	display: inline-block;
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	padding: 15px 0;
	width: 100%;
}
#dt-style-picker ul {
	background-image: linear-gradient(to bottom, #f7f4f4, #fff);
	border-top: 1px solid rgba(23, 24, 26, .08);
	float: left;
	margin: 0;
	padding: 15px 0;
	text-align: center;
	width: 225px;
}
#dt-style-picker ul li {
	display: inline-block;
	display: inline;
	list-style-type: none;
	margin: 0 4px 6px 4px;
	padding: 0;
}
#dt-style-picker ul li a {
	background: #f9f9f9;
	border: 1px solid #fff;
	display: inline-block;
	line-height: 0;
	margin: 0;
	padding: 3px;
}
#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 {
	border: 0;
	height: auto;
}
#dt-style-picker .hr {
	clear: both;
	display: block;
	float: left;
	height: 10px;
	margin: 3px 0;
	position: relative;
	width: 100%;
	z-index: 1;
}
.style-picker-ico {
	background: #1a1a1a;
	border-left: 0;
	height: 48px;
	left: 224px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 50px;
}
.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;
	left: 0;
	letter-spacing: 10px;
	margin: 0 auto;
	opacity: .05;
	position: absolute;
	right: 0;
	text-align: center;
	text-shadow: 5px 5px 0 #fff;
	text-transform: uppercase;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
}
.loader-inner {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
}
.loader-inner .dot {
	animation-delay: .2s;
	-moz-animation-delay: .2s;
	-ms-animation-delay: .2s;
	-webkit-animation-delay: .2s;
	animation-duration: 2s;
	-moz-animation-duration: 2s;
	-ms-animation-duration: 2s;
	-webkit-animation-duration: 2s;
	animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-name: dot_move;
	-moz-animation-name: dot_move;
	-ms-animation-name: dot_move;
	-webkit-animation-name: dot_move;
	background-color: #fff;
	border-radius: 7px;
	display: block;
	height: 7px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 7px;
}
.loader-inner .dot1 {
	animation-delay: .4s;
	-moz-animation-delay: .4s;
	-ms-animation-delay: .4s;
	-webkit-animation-delay: .4s;
	margin-left: -40px;
}
.loader-inner .dot2 {
	animation-delay: .3s;
	-moz-animation-delay: .3s;
	-ms-animation-delay: .3s;
	-webkit-animation-delay: .3s;
	margin-left: -20px;
}
.loader-inner .dot3 {
	animation-delay: .1s;
	-moz-animation-delay: .1s;
	-ms-animation-delay: .1s;
	-webkit-animation-delay: .1s;
	margin-left: 20px;
}
.loader-inner .dot4 {
	animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-webkit-animation-delay: 0s;
	margin-left: 40px;
}
 @keyframes dot_move {
0% {
 left: 0;
 opacity: 0;
}
 30% {
 height: 7px;
 left: 50%;
 opacity: 1;
}
 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% {
 height: 7px;
 left: 50%;
 opacity: 1;
}
 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% {
 height: 7px;
 left: 50%;
 opacity: 1;
}
 40% {
 height: 35px;
}
 60% {
 height: 7px;
}
 80% {
 left: 50%;
 opacity: 1;
}
 100% {
 left: 100%;
 opacity: 0;
}
}
/*--------------------------------------------------------------
	16.0 - Totop
	--------------------------------------------------------------*/
#toTop {
	background: url(../images/ui.totop.png) no-repeat;
	background-size: 100%;
	border: none;
	bottom: 30px;
	height: 40px;
	overflow: hidden;
	position: fixed;
	right: 30px;
	text-decoration: none;
	text-indent: 100%;
	text-indent: -9999px;
	width: 40px;
	z-index: 999;
}
#toTop:hover {
	background: url(../images/ui.totop2.png) no-repeat;
}
/*--------------------------------------------------------------
	17.0 - Default Color
	--------------------------------------------------------------*/

/*----*****---- << Top bar >> ----*****----*/
.dt-sc-dark-bg.top-bar a {
	color: #fff;
}
.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: #aaa;
}
.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;
	color:#FFF;
}
.menu-icons-wrapper .top-menu-search-container .search-form {
	background: #fff;
}
/*----*****---- << Footer >> ----*****----*/

.footer-copyright.dt-sc-dark-bg,
#footer .dt-sc-dark-bg a {
	color: rgba(255, 255, 255, .6);
}
#footer .dt-sc-dark-bg a.dt-sc-button {
	color: #fff;
}
#footer,
.footer-copyright {
	color: #777;
}
#footer a {
	color: #666;
}
#footer .tweet_list li {
	border-color: rgba(255, 255, 255, .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, .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, .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, .5);
}
.upb_row_bg:before {
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.list-style-left ul.dt-custom-nav {
	margin-left: -15px;
	margin-right: -15px;
}
/*--------------------------------------------------------------
	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: none;
	border-radius: 0!important;
	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 0;
	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: 'Font Awesome 5 Free';
	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 {
	background-color: rgba(237, 245, 248, .8);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
}
#wpsl-checkbox-filter.wpsl-checkbox-3-columns li {
	border-bottom: 1px dashed rgba(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, .64);
}
/*------------------------------------No link menu style--------------------------------------------*/

.semi-transparent-header #main-menu ul.menu > li > span.nolink-menu {
	color: #000;
}
.menu-active-highlight-grey #main-menu ul.menu > li > span.nolink-menu {
	padding: 0;
	position: relative;
}
#main-menu ul.menu > li > span.nolink-menu {
	font-family: Raleway, sans-serif;
}
#main-menu ul.menu > li > span.nolink-menu,
.left-header #main-menu > ul.menu > li > span.nolink-menu {
	font-size: 13px;
	font-weight: normal;
	letter-spacing: .5px;
}
#main-menu ul.menu > li > span.nolink-menu {
	color: #000;
}
#main-menu > ul.menu > li > span.nolink-menu {
	float: left;
	letter-spacing: .5px;
	line-height: 90px;
	padding: 0 20px;
}
.is-sticky #main-menu > ul.menu > li > span.nolink-menu {
	line-height: 70px;
}
/*--------------------------------------------------------------------------------*/


/*--------------------------------------------------------------
	*************************Spalab*************************
	--------------------------------------------------------------*/
.header_bg:after {
	background-image: url(../images/header-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	bottom: 0;
	content: '';
	display: inline !important;
	height: 141px;
	position: absolute;
	right: 0;
	width: 310px;
}
.is-sticky .header_bg {
	border-bottom: 2px solid;
	box-shadow: 0 3px 5px -2px rgba(0, 0, 0, .55);
	-moz-box-shadow: 0 3px 5px -2px rgba(0, 0, 0, .55);
	-webkit-box-shadow: 0 3px 5px -2px rgba(0, 0, 0, .55);
	transition: height .3s ease 0s;
	-moz-transition: height .3s ease 0s;
	-ms-transition: height .3s ease 0s;
	-o-transition: height .3s ease 0s;
	-webkit-transition: height .3s ease 0s;
	-ms-box-shadow: 0 3px 5px -2px rgba(0, 0, 0, .55);
	-o-box-shadow: 0 3px 5px -2px rgba(0, 0, 0, .55);
}
#header .blog-entry a {
	margin: 0;
	padding: 0;
	width: auto;
}
#header .blog-entry .entry-thumb a {
	border: 5px solid;
	display: block;
	padding: 0;
}
.dt-sc-dark-bg a,
.dt-sc-dark-bg .entry-meta-data p a,
.dt-sc-dark-bg .entry-meta-data p i {
	color: #fff;
}
.dt-sc-dark-bg a:hover,
.dt-sc-dark-bg .entry-meta-data p a:hover {
	color: rgba(255, 255, 255, .6);
}
.gradient-bg,
.gradient {
	background-image: url(fallback-gradient.svg);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)) 25%, color-stop(40%, rgba(0,0,0,0.1)), to(rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.1) 40%, rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.1) 40%, rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.1) 40%, rgba(255, 255, 255, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.1) 40%, rgba(255, 255, 255, 0));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#000000, endColorstr=#ffffff);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#000000, endColorstr=#ffffff)";
}
/*Header start*/
.mega-menu-page-equal .dt-mc-subscribe form .btn-wrap div,
.mega-menu-page-equal .dt-mc-subscribe form .btn-wrap input[type='submit'] {
	width: 100%;
	margin: 0px;
    height: 47px;
}
.dt-header-menu .dt-primary-nav li label[for="dt_mc_privacy"] a{
	padding: 0;
    text-decoration: underline;
}
.dt-header-menu .dt-primary-nav li label[for="dt_mc_privacy"] a:hover{
    text-decoration: none;
}
.dt-header-menu ul.dt-primary-nav li > a:hover,
.dt-header-menu ul.dt-primary-nav li:hover > a,
.dt-header-menu ul.dt-primary-nav li ul.sub-menu li > a:hover,
.dt-header-menu ul.dt-primary-nav li ul.sub-menu li:hover > a,
.dt-header-menu ul.dt-primary-nav li ul.sub-menu li.current_page_ancestor > a,
.dt-header-menu ul.dt-primary-nav li ul.sub-menu li.current_page_item > a {
	color:rgba(255,255,255,0.6);
}
.mega-menu-page-equal .dt-sc-button.large {
	font-size: 18px;
	padding: 18px 45px;
	text-align: center;
}
.dt-header-menu .has-mega-menu ul.sub-menu li a:not(.dt-sc-button) {
	padding-bottom: 0;
	width: auto; 
}
/*footer start*/
#footer p,
#footer a:not(.dt-sc-button) {
	color: rgba(255, 255, 255, .32);
}
#footer a:hover {
	color: #fff !important;
}
.flower_icon:after,
#footer h3:after {
	background-image: url(../images/ico-flower-small.png);
	background-position: right top;
	background-repeat: no-repeat;
	content: '';
	display: inline-block;
	filter: alpha(opacity=45);
	height: 11px;
	margin-left: 10px;
	opacity: .45;
	width: 11px;
}
.vc_separator.bg_center {
	background-position: center 23px !important;
}
.flower_right {
	position: relative;
}
.flower_right:after {
	content: '';
	position: absolute;
	background-image: url(../images/icon-flower.png);
	background-size: 15px;
	background-position: right;
	background-repeat: no-repeat;
	right: 0;
	left: auto;
	bottom: -18px;
	width: 20px;
	height: 20px;
	background-color: #fff;
}
.flower_right:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #acabb1;
	bottom: -10px;
	left: 0;
}
#footer section:after {
	background-image: url(../images/footer-bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	bottom: 0;
	content: '';
	height: 179px;
	position: absolute;
	right: 0;
	width: 402px;
}
#footer .dt-sc-button.large {
	padding: 18px 45px;
}
#footer .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
	width: 43px;
}
.copyright {
	line-height: 27px;
	font-size: 13px;
}
/*Breadcrumb*/
.main-title-section-wrapper:before {
	background-image: url(fallback-gradient.svg);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .2)) 25%, color-stop(40%, rgba(0,0,0,.1)), to(rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .1) 40%, rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .1) 40%, rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .1) 40%, rgba(255, 255, 255, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .1) 40%, rgba(255, 255, 255, 0));
	content: '';
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#000000, endColorstr=#ffffff);
	height: 100%;
	left: 0;
	bottom: 0;
	min-height: 400px;
	opacity: .6;
	position: absolute;
	width: 100%;
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#000000, endColorstr=#ffffff)';
}
.main-title-section-wrapper.default {
	box-shadow: inset 0 -30px 40px 0 rgba(0,0,0,.8);
	-moz-box-shadow: inset 0 -30px 40px 0 rgba(0,0,0,.8);
	-webkit-box-shadow: inset 0 -30px 40px 0 rgba(0,0,0,.8);
	position: relative;
	-ms-box-shadow: inset 0 -30px 40px 0 rgba(0,0,0,.8);
}
.main-title-section-wrapper.default .container{ display: table;}
.main-title-section-wrapper.default .container:before {
	background-image: url(../images/bottom-shadow-right.jpg);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	bottom: -41px;
	content: '';
	height: 34px;
	left: auto;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 50%;
}
.main-title-section-wrapper.default .container:after {
	background-image: url(../images/bottom-shadow.jpg);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	bottom: -41px;
	content: '';
	height: 34px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: auto;
	width: 50%;
}
/*Abou*/

/*Reservation Sidebar*/
.ad-promobox {
	float: left;
	line-height: 0;
	position: relative;
	width: 100%;
}
.ad-promobox:before {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	box-shadow: 0 0 0 4px #ededed inset;
	-webkit-box-shadow: 0 0 0 4px #ededed inset;
	-moz-box-shadow: 0 0 0 4px #ededed inset;
	-ms-box-shadow: 0 0 0 4px #ededed inset;
	-o-box-shadow: 0 0 0 4px #ededed inset;
}
/*Moving Bg*/
.dt-sc-moving-bg {
	width: 100%;
	float: left;
	clear: both;
	margin: 0px;
	text-align: center;
	color: #FFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-animation: mov 10s infinite linear;
	-moz-animation: mov 10s infinite linear;
	-ms-animation: mov 10s infinite linear;
	-o-animation: mov 10s infinite linear;
	animation: mov 10s infinite linear;
}
.dt-sc-moving-bg-content {
	width: 100%;
	float: left;
	clear: both;
	background-color: none;
	padding: 50px 0px 50px 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.dt-sc-moving-bg h1,
.dt-sc-moving-bg h2,
.dt-sc-moving-bg h3,
.dt-sc-moving-bg h4,
.dt-sc-moving-bg h5,
.dt-sc-moving-bg h6,
.dt-sc-moving-bg p {
	color: #FFF;
	padding-right: 20px;
	padding-left: 20px;
}
 @-moz-keyframes mov {
0% {
background-position: 0 0;
}
 100% {
background-position: 100% 0%;
}
}
@-webkit-keyframes mov {
0% {
background-position: 0 0;
}
 100% {
background-position: 100% 0%;
}
}
/*Button start*/
.dt-sc-button:after {
	background-color: #00000014;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	content: '';
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	width: 100%;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.dt-sc-button:hover:after {
	height: 100%;
}
/*with-icon button*/
.dt-sc-button.type-1 span {
	visibility: hidden;
	position: relative;
	transform: translateY(-50px);
	transition: 0.3s all linear;
}
.dt-sc-button.type-1:hover span {
	visibility: visible;
	transform: translateY(0px);
}
.dt-sc-button.type-1.small {
	padding: 10px 10px 10px 30px;
}
.dt-sc-button.type-1.medium {
	padding: 11px 25px 11px 45px;
}
.dt-sc-button.type-1.large {
	padding: 18px 35px 18px 55px;
}
.dt-sc-button.type-1.xlarge {
	padding: 20px 45px 20px 65px;
}
.dt-sc-button.type-1.small:hover {
	padding: 10px 20px 10px 20px;
}
.dt-sc-button.type-1.medium:hover {
	padding: 11px 35px 11px 35px;
}
.dt-sc-button.type-1.large:hover {
	padding: 18px 45px 18px 45px;
}
.dt-sc-button.type-1.xlarge:hover {
	padding: 20px 55px 20px 55px;
}
/*type2 button*/
.dt-sc-button.type-2 span {
	margin-left: 0px;
	position: absolute;
	right: 15%;
	left: auto;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s all linear;
}
.dt-sc-button.type-2:hover span {
	right: 75%;
	margin-left: 0px;
	transition: 0.3s all linear;
}
.dt-sc-button.type-2.small {
	padding: 10px 40px 10px 10px;
}
.dt-sc-button.type-2.medium {
	padding: 11px 45px 11px 25px;
}
.dt-sc-button.type-2.large {
	padding: 18px 55px 18px 35px;
}
.dt-sc-button.type-2.xlarge {
	padding: 20px 65px 20px 45px;
}
.dt-sc-button.type-2.small:hover {
	padding: 10px 10px 10px 40px;
}
.dt-sc-button.type-2.medium:hover {
	padding: 11px 25px 11px 45px
}
.dt-sc-button.type-2.large:hover {
	padding: 18px 35px 18px 55px;
}
.dt-sc-button.type-2.xlarge:hover {
	padding: 20px 45px 20px 65px;
}
.dt-sc-hr {
	background: url(../images/splitter.png) repeat-x;
	clear: both;
	display: block;
	float: left;
	height: 10px;
	margin: 40px 0;
	position: relative;
	width: 100%;
	z-index: 1;
}
.dt-sc-hr-border-small:after {
	border-top: 1px solid #ebebeb;
	content: "";
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	width: 310px;
}
/*Header types*/
.bg_overlay:before {
	content: '';
	background-color: rgba(0,0,0,0.45);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block !important;
}
.header2 .dt-header-menu .dt-primary-nav li a {
	padding: 4px 17px 8px;
	border-width: 0 0 2px 2px !important;
	transition: 0.3s;
	margin-top: 8px;
}
.header2 .dt-header-menu .dt-primary-nav .sub-menu li a {
	padding: 4px 0px 8px 30px;
}
.header2 .dt-header-menu ul.dt-primary-nav li ul.sub-menu,
.header2 .dt-skin-secondary-bg {
	background: #292929;
}

.header2 .dt-header-menu ul.dt-primary-nav li ul.sub-menu li a:hover:before,
.header2 .dt-header-menu ul.dt-primary-nav li ul.sub-menu li.current-menu-item a:before {
	visibility: visible;
	height: 25px;
}
.header2 .dt-header-menu ul.dt-primary-nav li ul.sub-menu li a:before {
	content: '';
	position: absolute;
	width: 2px;
	height: 0px;
	left: 15px;
	top: 10px;
	transition: 0.3s linear all;
	visibility: hidden;
}
.header2 .dt-header-menu ul.dt-primary-nav li ul.sub-menu li a:hover:after,
.header2 .dt-header-menu ul.dt-primary-nav li ul.sub-menu li.current-menu-item a:after {
	bottom: 0px;
	visibility: visible;
}
.header2 .dt-header-menu ul.dt-primary-nav li ul.sub-menu li a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 20px;
	left: 15px;
	transition: 0.3s linear all;
	visibility: hidden;
}
.header2 .dt-custom-nav-wrapper[data-default-style="none"][data-hover-style="none"]:not(.inline-vertical):not(.inline-horizontal) .dt-custom-nav li a {
	position: initial;
	margin-bottom: 5px;
}
.header2 .dt-custom-nav {
	margin-left: -15px;
}
.header3 .dt-header-menu .dt-primary-nav li a {
	padding: 4px 15px 8px;
	border-width: 0 0 2px 2px !important;
	transition: 0.3s;
	margin-top: 8px;
}
.header3 .dt-header-menu .dt-primary-nav .sub-menu li a {
	padding: 4px 0px 8px 30px;
}
.header3 .dt-header-menu ul.dt-primary-nav li ul.sub-menu,
.header3 .dt-skin-secondary-bg {
	background: #292929;
}

.header3 .dt-header-menu ul.dt-primary-nav li ul.sub-menu li a:hover:before,
.header3 .dt-header-menu ul.dt-primary-nav li ul.sub-menu li.current-menu-item a:before {
	visibility: visible;
	height: 25px;
}
.header3 .dt-header-menu ul.dt-primary-nav li ul.sub-menu li a:before {
	content: '';
	position: absolute;
	width: 2px;
	height: 0px;
	left: 15px;
	top: 10px;
	transition: 0.3s linear all;
	visibility: hidden;
}
.header3 .dt-header-menu ul.dt-primary-nav li ul.sub-menu li a:hover:after,
.header3 .dt-header-menu ul.dt-primary-nav li ul.sub-menu li.current-menu-item a:after {
	bottom: 0px;
	visibility: visible;
}
.header3 .dt-header-menu ul.dt-primary-nav li ul.sub-menu li a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 20px;
	left: 15px;
	transition: 0.3s linear all;
	visibility: hidden;
}
.header3 .dt-custom-nav-wrapper[data-default-style="none"][data-hover-style="none"]:not(.inline-vertical):not(.inline-horizontal) .dt-custom-nav li a {
	position: initial;
	margin-bottom: 5px;
}
.header3 .dt-custom-nav {
	margin-left: -15px;
}
.header3 .menu-item-icon {
	font-size: 14px;
}
.header3 .menu-item-icon,
.header4 .menu-item-icon {
	display: inline-block !important;
}
.menu-item-description {
	display: none;
	color: #9c9c9c;
	font-size: 11px;
	padding: 6px 0 0;
	text-transform: capitalize;
	position: relative;
	left: 18px;
}
.header4 .menu-item-icon {
	font-size: 18px;
}
.header4 .menu-item-description {
	display: block;
}
.header4 .dt-header-menu .dt-primary-nav > li > a {
	padding: 32px 12px;
}
.header4 .dt-header-menu .dt-primary-nav > li > a:after,
.header4 .dt-header-menu .dt-primary-nav > li.current-page-ancestor > a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 0;
	transition: 0.3s all linear;
	z-index: -1;
}
.header4 .dt-header-menu .dt-primary-nav > li > a:hover:after,
.header4 .dt-header-menu .dt-primary-nav > li.current_page_parent  > a:after,
.header4 .dt-header-menu .dt-primary-nav > li.current-page-ancestor > a:after {
	height: 100%;
}
.header4 .fixed-header-sticky-wrapper,
.header8 .fixed-header-sticky-wrapper {
	height: auto !important;
}
.header5 .dt-header-menu .dt-primary-nav > li > a:after {
	border-top-color: #fff;
	border-width: 10px;
}
.header5 .dt-header-menu .dt-primary-nav > li > a:after,
.header5 .dt-header-menu .dt-primary-nav > li > a:before {
	border-style: solid;
	border-color: rgba(0,0,0,0);
	border-top: 8px solid #fff;
	content: "";
	display: none;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	width: 0;
}
.header5 .dt-header-menu .dt-primary-nav > li.current-menu-ancestor > a:before,
.header5 .dt-header-menu .dt-primary-nav > li.current-menu-ancestor > a:after,
.header5 .dt-header-menu .dt-primary-nav > li > a:hover:after,
.header5 .dt-header-menu .dt-primary-nav > li > a:hover:before,
.header5 .dt-header-menu .dt-primary-nav > li:hover > a:after,
.header5 .dt-header-menu .dt-primary-nav > li:hover > a:before {
	display: block !important
}
.header5 .dt-header-menu .dt-primary-nav > li > a:before {
	border-width: 6px;
	z-index: 1;
}
.header8 .dt-header-menu .dt-primary-nav > li > a:before,
.header8 .dt-header-menu .dt-primary-nav > li.current-page-ancestor > a:before {
	content: "•";
	position: absolute;
	left: 50%;
	color: transparent;
	width: 100%;
	text-shadow: transparent 0px 0px;
	font-size: 14px;
	bottom: -15px;
	clear: both;
	height: auto;
	display: inline-block;
	z-index: -1;
	margin: 0px 0px 0px -3px;
	transition: text-shadow 0.3s ease 0s, color 0.3s ease 0s;
}
.header8 .dt-header-menu .dt-primary-nav > li > a:hover:before,
.header8 .dt-header-menu .dt-primary-nav > li > a:focus:before,
.header8 .dt-header-menu .dt-primary-nav > li.current_page_parent > a:before,
.header8 .dt-header-menu .dt-primary-nav > li.current-page-ancestor > a:before {
	color: #FFF;
	text-shadow: 10px 0px #FFF, -10px 0px #FFF;
}
.header8 .dt-header-menu .dt-primary-nav li > a {
	padding: 10px 15px;
}
.header9 .dt-header-menu .dt-primary-nav > li > a:before,
.header9 .dt-header-menu .dt-primary-nav > li > a:after {
	display: inline-block;
	opacity: 0;
	transition: transform 0.3s, opacity 0.2s;
}
.header9 .dt-header-menu .dt-primary-nav > li > a:before {
	margin-right: 0px;
	content: '|';
	transform: translateX(20px);
}
.header9 .dt-header-menu .dt-primary-nav > li > a:after {
	margin-left: 0px;
	content: '|';
	transform: translateX(-20px);
}
.header9 .dt-header-menu .dt-primary-nav > li:hover > a:before,
.header9 .dt-header-menu .dt-primary-nav > li:hover > a:after,
.header9 .dt-header-menu .dt-primary-nav > li:focus > a:before,
.header9 .dt-header-menu .dt-primary-nav > li:focus > a:after,
.header9 .dt-header-menu .dt-primary-nav > li.current_page_item > a:before,
.header9 .dt-header-menu .dt-primary-nav > li.current_page_item > a:after,
.header9 .dt-header-menu .dt-primary-nav > li.current-menu-item > a:before,
.header9 .dt-header-menu .dt-primary-nav > li.current-menu-item > a:after,
.header9 .dt-header-menu .dt-primary-nav > li.current-menu-ancestor > a:before,
.header9 .dt-header-menu .dt-primary-nav > li.current-menu-ancestor > a:after,
.header9 .dt-header-menu .dt-primary-nav > li.current_page_ancestor > a:before,
.header9 .dt-header-menu .dt-primary-nav > li.current_page_ancestor > a:after {
	opacity: 1;
	transform: translateX(-10px);
}
.header9 .dt-header-menu .dt-primary-nav > li:hover > a:after,
.header9 .dt-header-menu .dt-primary-nav > li:focus > a:after,
.header9 .dt-header-menu .dt-primary-nav > li.current_page_item > a:after,
.header9 .dt-header-menu .dt-primary-nav > li.current-menu-item > a:after,
.header9 .dt-header-menu .dt-primary-nav > li.current-menu-ancestor > a:after,
.header9 .dt-header-menu .dt-primary-nav > li.current_page_ancestor > a:after {
	opacity: 1;
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	transform: translateX(10px);
}
.header9 .dt-header-menu .dt-primary-nav li a {
	padding: 10px 15px 8px 15px;
}
.header10 .dt-header-menu .dt-primary-nav > li > a {
	padding: 0px 18px 8px 15px;
	border-right-color: transparent !important;
	border-top-color: transparent !important
}
/*----*****---- << Slider >> ----*****----*/	
.icon-list:before {
	display: none;
}
.icon-list i {
	font-family: 'Font Awesome 5 Free';
    font-weight: 900; 
	background: #da676e;
	border: 3px solid #c4575d;
	color: #ffffff;
	display: inline-block;
	float: left;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	margin-right: 20px;
	text-align: center;
	width: 50px;
}
.icon-list h3 {
	color: #000000;
	font-size: 16px;
	line-height: 56px;
}
.enquiry_form input[type='text'],
.enquiry_form input[type='password'],
.enquiry_form input[type='email'],
.enquiry_form input[type='url'],
.enquiry_form input[type='tel'],
.enquiry_form input[type='number'],
.enquiry_form input[type='range'],
.enquiry_form input[type='date'],
.enquiry_form textarea,
.enquiry_form input.text,
.enquiry_form input[type='search'] {
	margin-top: 0px;
    margin-bottom: 10px;
}
.enquiry_form textarea {
	height: 80px;
}
.enquiry_form input[type="submit"] {
	margin: auto;
	position: relative;
	top: 10px;
}
.vc_row-fluid.strip-bg:before,
.vc_row-fluid.strip-bg:after {
	content: "";
	background-image: url(../images/strip_bg.png);
	background-repeat: repeat-x;
	height: 8px;
	background-position: left top;
	width: 100%;
	display: inline-block;
	position: absolute;
	top: 0;
	float: left;
	clear: both;
	left: 0;
	z-index: 9;
}
.vc_row-fluid.strip-bg:after {
	background-position: left bottom;
	bottom: 0;
	top: auto;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.comment-form-dt-privatepolicy { display:initial;}
/*--------------------------------------------------------------
	18.0 - DT Responsive
	--------------------------------------------------------------*/


/* Common Styles for the devices below 1380px width */
@media only screen and (max-width: 1380px) {
.dt-sc-maaya-header .dt-sc-slide-search #searchform input[type='text']:focus {
	max-width: 1110px;
	width: 1110px;
}
.fullwidth-on-laptop.vc_col-sm-8 {
	text-align: center;
	width: 100%;
}
.fullwidth-on-laptop.vc_col-sm-8 .vc_column-inner {
	padding-right: 0;
}
.fullwidth-on-laptop.vc_col-sm-8 h2.alignleft {
	float: right;
	margin-right: 0;
	text-align: center;
	width: 100%;
}
.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 {
	display: inline-block;
	float: none;
	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%;
}
#footer .footer-24 h2.dt-sc-lightweight {
	font-size: 32px;
}
}

/*@media only screen and (max-width: 1280px) {
		
		.fullwidth-on-laptop .vc_col-sm-8 h1.alignnone { margin-right: 0; float: right; width: 100%; text-align: center; margin-bottom: 10px; }
		
	}*/

@media only screen and (min-width:1200px) and (max-width:1380px) {
.rs_aligncenter_hxlg .dt-logo-container.logo-align-left a,
 .rs_aligncenter_hxlg .dt-logo-container.logo-align-right a {
	margin: auto;
}
.rs_aligncenter_hxlg .dt-header-menu.left,
 .rs_aligncenter_hxlg .dt-header-menu.right {
	float: none;
}
.no-header-menu ul li a,
.dt-header-menu .dt-primary-nav li a {
	padding: 10px 15px 8px;
}
.dt-header-menu .dt-primary-nav li {
padding: 30px 0px 28px 0px
}
.main-title-section-wrapper.default .container:after,
.main-title-section-wrapper.default .container:before {
    bottom: -40px;
}
}
 @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;
}
.dt-header-menu .dt-primary-nav li.close-nav {
	display: none;
}
}
 @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;
}
.no-header-menu ul li a,
.dt-header-menu .dt-primary-nav li a {
	padding: 10px 15px 8px;
	font-size: 12px !important;
}
/*----*****---- << Slide Menu >> ----*****----*/

.dt-sc-simpler-content .mobile-nav-container .menu-trigger {
	cursor: pointer;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.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 {
	max-width: 100%;
	transform: none;
	-webkit-transform: none;
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	width: 100%;
}
.dt-sc-simpler-content .mobile-menu {
	left: -245px;
	max-width: 230px;
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	width: 230px;
	width: 0;
	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 {
	font-size: 55px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
}
.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) {
.apply-sticky-header,
 .apply-sticky-header > .vc_row:not(.vc_clearfix) {
	height: inherit;
}
#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;
}
.side-navigation {
	width: 30%;
}
.side-navigation-content {
	width: 68%;
}
}


/* 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: 0 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;
}
.dt-sc-maaya-header .dt-sc-slide-search #searchform input[type='text']:focus {
	max-width: 930px;
	width: 930px;
}
.dt-sc-maaya-header.with-border .vc_col-sm-1.vc_col-lg-10.vc_col-md-12.wpb_column,
 .dt-sc-maaya-header .vc_col-md-12.wpb_column,
 .dt-sc-maaya-header .vc_col-md-10.wpb_column,
 .dt-sc-maaya-header .vc_col-md-8.wpb_column,
 .dt-sc-maaya-header .vc_col-md-6.wpb_column {
	margin-bottom: 0;
}
#header .header-24 .dt-sc-contact-info {
	font-size: 11px;
}
#header .header-25 .dt-header-menu .dt-primary-nav > li > a {
	padding: 0 16px;
}
#header .header-25 .dt-header-menu .dt-primary-nav > li a {
	font-size: 13px;
}
#header .header-28 .vc_col-md-8.wpb_column {
	margin-bottom: 0;
}
#header .header-28 .no-header-menu ul li a,
 #header .header-28 .dt-header-menu .dt-primary-nav li a {
	padding: 10px 10px;
}
#header .header-29 .no-header-menu ul li a,
 #header .header-29 .dt-header-menu .dt-primary-nav li a {
	font-size: 13px;
}
.rs_aligncenter_md .dt-logo-container.logo-align-left a,
 .rs_aligncenter_md .dt-logo-container.logo-align-right a {
	margin: auto;
}
.rs_aligncenter_md .dt-header-menu.left,
 .rs_aligncenter_md .dt-header-menu.right {
	float: none;
}

/*----*****---- << SideNav >> ----*****----*/
ul.side-nav li a {
	font-size: 13px;
}
/*----*****---- << 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-copyright .vc_col-sm-6 {
	text-align: center;
	width: 100%;
}
.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 {
	display: inline-block;
	float: none;
	text-align: center;
}
.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 {
	display: inline-block;
	float: none;
}
.footer-16 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type='email']:first-child {
	font-size: 12px;
	padding: 15px;
}
.footer18-widget .widget .recent-posts-widget li .entry-content p {
	font-size: 12px;
	line-height: 20px;
}
.footer-20 .dt-sc-twitter-icon span {
	font-size: 40px;
}
/*.footer-20 .dt-sc-twitter-feeds .tweet-text, .footer-20 .dt-sc-twitter-feeds .dt-sc-tweet .tweet-time { font-size: 12px; }*/
.footer-20 .dt-sc-twitter-icon span {
	text-align: left;
}
.footer-20 .dt-sc-twitter-feeds .dt-sc-tweet {
	padding-left: 60px;
}
.footer-20 .footer-20-contact .vc_column-inner {
	margin-top: 0;
	padding: 15px 30px 30px 30px !important;
	position: static;
}
.footer-info-content.vc_row {
	width: 100%;
}
#footer .footer-22 .dt-sc-newsletter-section.type6 {
	padding: 12px 30px 4px;
}
#footer .footer-22 .footer-copyright .vc_col-sm-6 {
	text-align: left;
	width: 50%;
}
#footer .footer-22 .footer-copyright .vc_col-sm-6:last-child {
	text-align: right;
}
#footer .footer-22 .footer-copyright .vc_col-sm-6 .dt-sc-sociable.right {
	margin: 0;
	text-align: right;
	width: 100%;
}
#footer .footer-22 .footer-copyright .vc_col-sm-6:last-child .wpb_wrapper {
	width: 100%;
}
#footer .footer-23.footer-copyright .vc_col-sm-6 {
	width: 50%;
}
#footer .footer-23.footer-copyright .vc_col-sm-6:first-child,
 #footer .footer-23.footer-copyright .vc_col-sm-6:first-child .wpb_wrapper {
	float: left;
	text-align: left;
}
#footer .footer-23.footer-copyright .vc_col-sm-6:last-child,
 #footer .footer-23.footer-copyright .vc_col-sm-6:last-child .wpb_wrapper {
	float: right;
	text-align: right;
}
#footer .footer-24 h2.dt-sc-lightweight {
	font-size: 28px;
}
.main-title-section-wrapper.default .main-title-section h1 {
	font-size: 36px !important;
	width: 65%;
}
.main-title-section-wrapper.default .container:after,
.main-title-section-wrapper.default .container:before {
	bottom: -36px
}
.dt-no-header-builder-content .no-header-top {
	text-align: center;
}
.dt-no-header-builder-content .mobile-nav-container {
	margin-bottom: 0;
}
.dt-no-header-builder-content .mobile-nav-container {
	float: right;
	margin: 30px 0px;
}
.main-title-section-wrapper.breadcrumb-top-left-title-center .breadcrumb {
	margin-top: -20px;
	text-align: center;
}
}


/* Note: Design for a width of 768px */
@media only screen and (min-width:768px) and (max-width:991px) {
/*----*****---- << Header >> ----*****----*/
.top-bar .dt-sc-vertical-separator,
 .top-bar .dt-sc-vertical-small-separator {
	margin: 0 7px;
}
#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 {
	display: table;
	float: none !important;
	margin-left: auto;
	margin-right: auto;
	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;
}
.dt-sc-maaya-header .dt-sc-slide-search #searchform input[type='text']:focus {
	max-width: 740px;
	width: 740px;
}
.dt-sc-maaya-header.with-border .mobile-nav-container .menu-trigger {
	top: 7px;
}
.dt-sc-maaya-header.with-border .dt-sc-slide-search #searchform input[type='text'] {
	padding-bottom: 11px;
	top: -2px;
}
.dt-sc-maaya-header.with-border .dt-sc-slide-search #searchform::before {
	top: 3px;
}
.dt-sc-maaya-header.with-border .alignright.rs_col-sm-6.wpb_column.vc_col-sm-2 {
	margin-bottom: 0;
}
.header-24 .dt-logo-container {
	margin-top: 30px;
}
#header .header-25 .mobile-nav-container {
	margin: 12px 0;
}
#header .header-25 .menu-icons-wrapper {
	margin: -9px 0 0;
}
#header .header-27 .no-header-menu ul li a,
 #header .header-27 .dt-header-menu .dt-primary-nav li a {
	padding: 10px 12px;
}
#header .header-27 .vc_column_container section > .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}
#header .header-27 .dt-custom-nav li {
	white-space: inherit;
}
#header .header-28-topbar .dt-custom-nav-wrapper.inline-horizontal.dt-simple-menu.right .dt-custom-nav {
	float: right;
}
#header .header-28.header-container .dt-col-static-position > .vc_column-inner {
	padding-left: 0;
}
#header .header-28 .no-header-menu ul li a,
 #header .header-28 .dt-header-menu .dt-primary-nav li a {
	font-size: 11px;
	padding: 10px 6px 11px;
}
#header .header-28-topbar .dt-custom-nav-wrapper.left {
	float: left;
}
#header .header-28-topbar .dt-custom-nav-wrapper.right {
	float: right;
}
#header .header-28 .cart-info:before {
	font-size: 16px;
}
#header .header-29 .wpb_column.rs_col-sm-12.vc_col-sm-6 {
	width: 50%;
}
#header .header-29 .rs_col-sm-12.vc_col-sm-6 > .vc_column-inner > .wpb_wrapper > .dt-custom-nav-wrapper:only-child,
 #header .header-29 .rs_col-sm-12.vc_col-sm-6 > .vc_column-inner > .wpb_wrapper > .dt-logo-container:only-child {
	float: right !important;
	text-align: right !important;
}
#header .header-29 .rs_col-sm-12.vc_col-sm-6 > .vc_column-inner > .wpb_wrapper > .dt-sc-sociable:only-child {
	float: left !important;
	text-align: left !important;
}
#header .header-29 .no-header-menu ul li a,
 #header .header-29 .dt-header-menu .dt-primary-nav li a {
	font-size: 9px;
}
#header .header-29 .no-header-menu ul li,
 #header .header-29 .dt-header-menu .dt-primary-nav li {
	margin: 0 2px 0 0;
}
#header .header-29 #searchform input[type='text'] {
	font-size: 10px;
}
.rs_aligncenter_sm .dt-logo-container.logo-align-left a,
 .rs_aligncenter_sm .dt-logo-container.logo-align-right a {
	margin: auto;
}
.rs_aligncenter_sm .dt-header-menu.left,
 .rs_aligncenter_sm .dt-header-menu.right {
	float: none;
}
.rs_aligncenter_sm .mobile-nav-container {
	text-align: center;
}
/*----*****---- << 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: 6px 10px 6px 50px;
}
ul.side-nav li a:before {
	height: 30px;
	line-height: 30px;
	width: 30px;
}
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 {
	font-size: 18px;
}
.side-navigation.type3 ul.side-nav > li.current_page_item > a,
 .side-navigation.type3 ul.side-nav > li:hover > a {
	padding-left: 35px;
}
.side-navigation.type3 ul.side-nav li a,
 .side-navigation.type3 ul.side-nav li a:before {
	font-size: 10px;
}
.side-navigation.type3 ul.side-nav li a:before,
 .side-navigation.type3 ul.side-nav li a:after {
	width: 35px;
}
.side-navigation.type5 ul.side-nav li a {
	font-size: 12px;
	padding: 8px 0 9px 0;
}
/*----*****---- << Responsive Map >> ----*****----*/
.responsive-map {
	max-width: 100%;
}
/*----*****---- << Footer >> ----*****----*/
.footer-copyright .vc_col-sm-6,
 .footer-copyright .vc_col-sm-6.alignright {
	display: block;
	float: none;
	text-align: center;
	width: 100%;
}
.footer-copyright .vc_col-sm-6 .vc_column-inner {
	padding: 0;
}
.footer-copyright .menu-links {
	margin-top: 5px;
	text-align: center;
}
.footer-copyright .vc_col-sm-6.alignright .dt-sc-sociable {
	display: inline-block;
	float: none;
	text-align: center;
}
#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 {
	display: inline-block;
	float: none;
}
#footer .footer-copyright .wpb_wrapper,
 #footer .footer-copyright .dt-sc-sociable.right,
 #footer .footer-copyright .dt-sc-sociable.left {
	display: inline-block;
	float: none;
	text-align: center;
}
.fullwidth-on-laptop.vc_col-sm-8 h2.alignleft.no-margin,
 .fullwidth-on-laptop .vc_col-sm-8 h1.alignnone.no-margin {
	margin-bottom: 10px;
	margin-right: 0;
}
.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%;
}
.footer18-widget .widget .recent-posts-widget li .entry-content {
	float: left;
	margin-top: 0;
	width: 100%;
}
#footer .footer18-widget .footer-copyright .wpb_wrapper {
	text-align: left;
}
.footer-18 .dt-sc-twitter-feeds .tweet-text,
 .footer-18 .dt-sc-twitter-feeds .dt-sc-tweet .tweet-time {
	font-size: 10px;
}
.footer-19.newsletter form {
	width: 400px;
}
.footer-20 .dt-sc-twitter-icon span {
	font-size: 40px;
}
.footer-20 .dt-sc-twitter-feeds .tweet-text,
 .footer-20 .dt-sc-twitter-feeds .dt-sc-tweet .tweet-time {
	font-size: 11px;
}
.footer-20 .dt-sc-twitter-icon span {
	text-align: left;
}
.footer-20 .dt-sc-twitter-feeds .dt-sc-tweet {
	padding-left: 60px;
}
.footer-20 .footer-20-contact .vc_column-inner {
	position: static;
}
.footer-info-content.vc_row {
	width: 100%;
}
.footer-info.vc_column_container {
	padding: 10px;
}
#footer .footer-22 .dt-sc-newsletter-section.type6 {
	padding: 12px 10px 4px;
}
#footer .footer-22 .dt-sc-newsletter-section.type6 > p {
	padding: 0 10px;
}
#footer .footer-23.footer-copyright .vc_col-sm-6 {
	width: 50%;
}
#footer .footer-23.footer-copyright .vc_col-sm-6:first-child,
 #footer .footer-23.footer-copyright .vc_col-sm-6:first-child .wpb_wrapper {
	float: left;
	text-align: left;
}
#footer .footer-23.footer-copyright .vc_col-sm-6:last-child,
 #footer .footer-23.footer-copyright .vc_col-sm-6:last-child .wpb_wrapper {
	float: right;
	text-align: right;
}
#footer .footer-24 .dt-custom-fullwidth .dt-mc-subscribe.square.inline form .email-field-wrap,
 #footer .footer-24 .dt-custom-fullwidth .dt-mc-subscribe.square.inline form .btn-wrap {
	display: block;
}
#footer .footer-24 .dt-custom-fullwidth .dt-mc-subscribe.square.inline form .email-field-wrap {
	width: 100%;
}
#footer .footer-24 .dt-custom-fullwidth .dt-mc-subscribe.square.inline form .btn-wrap {
	margin-top: 3px;
	padding-left: 0;
	padding-right: 0;
}
#footer .footer-24 h2.dt-sc-lightweight {
	font-size: 38px;
}
/*spalab*/
.main-title-section-wrapper.breadcrumb-top-left-title-center .breadcrumb {
	margin-top: -20px;
	text-align: center;
}
.main-title-section h1 {
	font-size: 30px !important;
}
.dt-logo-container.logo-align-left {
	padding-top: 7px;
}
#header-wrapper .main-title-section-wrapper{ min-height:inherit;}
.main-title-section-wrapper.default .container:after,
.main-title-section-wrapper.default .container:before {
	    bottom: -31px;

}
.main-title-section-wrapper.default .main-title-section h1 {
	font-size: 30px !important;
	width: 60%;
}
.main-title-section {
	padding-bottom: 15px;
}
.fa.menu-item-icon {
	display: none;
}
.header12 .mobile-nav-container,
.header10 .mobile-nav-container {
	margin-bottom: 0px;
}
#header .header12 .mobile-nav-container,
#header .header10 .mobile-nav-container {
	padding: 10px 0;
}
.dt-no-header-builder-content .no-header-top {
	text-align: center;
}
.dt-no-header-builder-content .mobile-nav-container {
	margin-bottom: 0;
}
.dt-no-header-builder-content .mobile-nav-container {
	float: right;
	margin: 30px 0px;
}
}

/*----*****---- << Mobile (Landscape) >> ----*****----*/

/* Common Styles for the devices below 767px width */
@media only screen and (max-width: 767px) {
/*----*****---- << Header >> ----*****----*/
.top-bar {
	max-height: none;
	padding: 5px 0;
	text-align: center;
}
.top-bar .wpb_column {
	margin-bottom: 0;
	padding: 0;
}
.top-bar .text-with-icon {
	font-size: 12px;
}
.top-bar .alignright {
	display: inline-block;
	float: none;
	text-align: center;
}
.top-bar .dt-sc-vertical-separator,
 .top-bar .dt-sc-vertical-small-separator {
	margin: 0 10px;
}
.top-bar .dt-sc-sociable li {
	float: none;
}

.no-header-logo-wrapper {
    text-align: center;
}

#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 {
	display: table;
	float: none !important;
	margin-left: auto;
	margin-right: auto;
	text-align: center !important;
}
#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;
}
#header .dt-header-tpl .sticky-wrapper .apply-sticky-header {
	position: relative !important;
}
#header .dt-header-tpl .sticky-wrapper .apply-sticky-header,
 #header .dt-header-tpl .sticky-wrapper .apply-sticky-header > .vc_row:not(.vc_clearfix) {
	height: inherit;
}
#header .dt-header-tpl .sticky-wrapper.is-sticky .apply-sticky-header > .vc_row:not(.vc_clearfix) {
	box-shadow: none;
}
.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: .5px;
}
.dt-sc-slide-menu .menu-icons-wrapper,
 .dt-sc-slide-menu .menu-icons-wrapper .search {
	padding: 0;
}
.dt-sc-slide-menu.dt-sc-maaya-header .wpb_column {
	margin-bottom: 0;
}
.dt-sc-slide-menu.dt-sc-maaya-header .menu-icons-wrapper .search {
	height: 30px;
	line-height: 30px;
	width: 30px;
}
.dt-sc-slide-menu.dt-sc-maaya-header .wpb_column.vc_col-xs-6 {
	width: 50%;
}
.search-module.slide-down-header-search .menu-icons-wrapper .top-menu-search-container {
	left: 75%;
	right: auto;
	transform: translateX(-75%);
	-webkit-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%);
	-ms-transform: translateY(-50%);
	-webkit-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 {
	font-size: 40px;
	position: static;
	top: auto;
	transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-webkit-transform: none;
}
.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 {
	left: auto;
	right: 20px;
}
.vc_row.dt-sc-simpler-content > .wpb_column.vc_column_container {
	margin-bottom: 0;
}
.dt-sc-maaya-header .dt-simpler-slider {
	background: #3d3d3d;
	height: 40px;
	left: auto;
	position: fixed;
	right: 10px;
	top: 10px;
	width: 40px;
}
.dt-sc-maaya-header .dt-simpler-slider span {
	background: #fff;
	left: 0;
	margin: 0 auto;
	right: 0;
	width: 18px;
}
.dt-sc-maaya-header .dt-simpler-slider span:first-child {
	top: 14px;
}
.dt-sc-maaya-header .dt-simpler-slider span:last-child {
	transform: translate3d(0, 8px, 0);
	-moz-transform: translate3d(0, 6px, 0);
	-ms-transform: translate3d(0, 8px, 0);
	-webkit-transform: translate3d(0, 8px, 0);
}
.dt-sc-maaya-header .dt-simpler-slider:before {
	color: #fff;
	font-size: 24px;
	top: 4px;
}
.dt-sc-maaya-header .dt-simpler-slider:hover:before,
 .dt-sc-maaya-header .dt-sc-simpler-content-open .dt-simpler-slider:before {
	left: 4px;
}
.dt-sc-maaya-header.with-border {
	padding-top: 20px;
}
.dt-sc-maaya-header.with-border .mobile-nav-container .menu-trigger {
	color: #fff;
	position: static;
	width: 100%;
}
.dt-sc-maaya-header .dt-sc-slide-search #searchform {
	float: right;
	max-width: 100%;
	width: 100%;
}
.dt-sc-maaya-header .dt-sc-slide-search #searchform input[type='text'],
 .dt-sc-maaya-header .dt-sc-slide-search #searchform input[type='text']:focus {
	padding: 4px 0 20px;
	width: 100%;
}
.dt-sc-maaya-header:not(.with-border) .dt-sc-slide-search #searchform input[type='text']:focus {
	max-width: 450px;
	width: 450px;
}
#header .dt-header-tpl .dt-sc-maaya-header .search-module.simple-header-search {
	width: 100%;
}
#header .header-24 .dt-logo-container {
	margin-bottom: 10px;
	margin-top: 50px;
}
#header .header-24.top-bar p {
	line-height: 50px;
}
#header .header-24.top-bar p,
 #header .header-24.top-bar .wpb_wrapper {
	text-align: center;
}
#header .header-24.top-bar .dt-sc-button {
	margin-bottom: 20px;
}
#header .header-24 .dt-sc-contact-info {
	padding-left: 0;
	text-align: center;
}
#header .header-24 .dt-sc-contact-info span {
	font-size: 24px;
	margin: 0 0 10px 0;
	position: static;
	width: 100%;
}
#header .header-24 .alignright .vc_col-sm-4 {
	width: 50%;
}
#header .header-24 .alignright .vc_col-sm-4:last-child {
	width: 100%;
}
.header-24 .mobile-nav-container {
	padding: 5px 0;
}
#header .header-25 .wpb_column {
	margin-bottom: 0;
}
#header .header-25 .mobile-nav-container {
	margin: 12px 0 0;
}
#header .header-25 .menu-icons-wrapper {
	margin: 0 0 18px;
	text-align: center;
}
#header .header-25 .cart-info {
	padding: 14px 0 14px 27px;
}
#header .header-26 .vc_col-sm-2 {
	top: -30px;
}
#header .header-26 .vc_col-sm-5 {
	margin-bottom: 5px;
}
#header .header-27 .vc_col-sm-3.vc_col-xs-6,
 #header .header-27 .vc_col-sm-2.vc_col-xs-6 {
	margin-bottom: 0;
}
#header .header-27 .is-sticky .apply-sticky-header .dt-col-static-position {
	margin-top: 20px;
}
#header .header-28-topbar .wpb_column {
	margin: 10px 0 0 0;
}
#header .header-28-topbar .wpb_column:last-child {
	margin-bottom: 10px;
}
#header .header-28 {
	padding-top: 27px;
}
#header .header-28.header-container .dt-col-static-position {
	padding-right: 0;
}
#header .header-29 .alignright {
	display: inline-block;
	float: none;
	width: auto;
}
.rs_aligncenter_xs .dt-logo-container.logo-align-left a,
 .rs_aligncenter_xs .dt-logo-container.logo-align-right a {
	margin: auto;
}
.rs_aligncenter_xs .dt-header-menu.left,
 .rs_aligncenter_xs .dt-header-menu.right {
	float: none;
}
/*----*****---- << Breadcrumb >> ----*****----*/
.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 {
	padding: 0;
	text-align: center;
	width: 100%;
}
.no-breadcrumb.page-with-slider #header-wrapper.header-top-absolute #header {
	position: static;
}
.main-title-section-wrapper.default .breadcrumb ~ #searchform {
	position: inherit !important;
	top: auto;
	margin: 15px auto !important;
	display: block !important;
	width: 100% !important;
}
.breadcrumb {
	padding-bottom: 20px;
	font-size: 12px;
	margin-top: -10px !important;
}
.main-title-section-wrapper.default .main-title-section h1 {
	font-size: 24px !important;
	width: auto;
	white-space: inherit;
	overflow: auto;
	text-overflow: inherit;
}
.main-title-section {
	padding-bottom: 10px;
}
.main-title-section-wrapper.default .container:before,
.main-title-section-wrapper.default .container:after {
	display: none;
}
#header-wrapper {
	margin-bottom: 0px
}
/*----*****---- << Side-navigation >> ----*****----*/
.side-navigation,
 .side-navigation-content {
	width: 100%;
}
.side-navigation {
	margin-bottom: 30px;
}
/*----*****---- << Responsive Map >> ----*****----*/
.responsive-map {
	max-width: 100%;
}
/*----*****---- << Footer >> ----*****----*/

#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 {
	display: inline-block;
	float: none;
}
#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 {
	margin-top: 10px;
	width: 50%;
}
.fullwidth-on-laptop.vc_col-sm-8 h2.alignleft,
 .fullwidth-on-laptop.vc_col-sm-8 .alignright {
	line-height: 40px;
	margin-bottom: 10px;
	margin-right: 0;
	width: 100%;
}
.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-bottom: 10px;
	margin-right: 0;
}
.dt-custom-nav-wrapper.left.rs_align_sm-center,
 .dt-custom-nav-wrapper.right.rs_align_sm-center {
	text-align: center;
}
.flex-col-elements-inline-middle .dt-custom-nav-wrapper.left .dt-custom-nav,
 .flex-col-elements-inline-middle .dt-custom-nav-wrapper.center .dt-custom-nav,
 .flex-col-elements-inline-middle .dt-custom-nav-wrapper.right .dt-custom-nav {
	margin-left: auto;
	margin-right: auto;
}
.dt-custom-nav-wrapper.left.rs_align_sm-center .dt-custom-nav > li,
 .dt-custom-nav-wrapper.right.rs_align_sm-center .dt-custom-nav > li,
 .flex-col-elements-inline-middle .dt-custom-nav-wrapper.left .dt-custom-nav > li,
 .flex-col-elements-inline-middle .dt-custom-nav-wrapper.center .dt-custom-nav > li,
 .flex-col-elements-inline-middle .dt-custom-nav-wrapper.right .dt-custom-nav > li {
	float: none;
}
#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 {
	display: inline-block;
	float: none;
	text-align: center;
}
.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'] {
	margin-right: 1%;
	width: 49%;
}
#footer .footer18-widget .extend-bg-fullwidth-right,
 #footer .footer18-widget .extend-bg-fullwidth-left,
 #footer .footer18-widget .extend-bg-fullwidth-right:after,
 #footer .footer18-widget .extend-bg-fullwidth-left:after {
	margin-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
}
#footer .footer18-widget .extend-bg-fullwidth-right:not(.dt-sc-skin-highlight),
 #footer .footer18-widget .extend-bg-fullwidth-left:not(.dt-sc-skin-highlight),
 #footer .footer18-widget .extend-bg-fullwidth-right:not(.dt-sc-skin-highlight):after,
 #footer .footer18-widget .extend-bg-fullwidth-left:not(.dt-sc-skin-highlight):after {
	background: #c2c2c2;
}
#footer .footer18-widget .extend-bg-fullwidth-right:after {
	left: -50%;
}
#footer .footer18-widget .extend-bg-fullwidth-left:after {
	right: -50%;
}
#footer .footer18-widget .footer-copyright {
	margin: 15px 0;
	position: static;
}
.footer18-widget .vc_column_container.extend-bg-fullwidth-right {
	padding-left: 30px;
}
.footer-18 .dt-sc-twitter-icon {
	height: auto;
	width: 100%;
	z-index: 1;
}
.footer-18 .dt-sc-twitter-icon:before {
	left: -50%;
	width: 9999px;
}
.footer-18 .dt-sc-twitter-icon:after {
	background: none;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #32aadf;
	left: 0;
	margin: -1px auto;
	right: 0;
	top: 100%;
	transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-webkit-transform: none;
}
.footer-18 .dt-sc-twitter-feeds .dt-sc-tweet {
	padding-left: 0;
	padding-top: 77px;
}
.footer-18 .dt-sc-twitter-feeds .tweet-text,
 .footer-18 .dt-sc-twitter-feeds .dt-sc-tweet .tweet-time {
	font-size: 12px;
	line-height: 20px;
}
.footer-18 .dt-sc-twitter-feeds .dt-sc-tweet .tweet-time {
	margin: 0;
}
#footer .footer-19.newsletter form {
	margin-top: 10px;
	width: 100%;
}
#footer .footer-19.newsletter form > div.email-field-wrap {
	float: left;
}
#footer .footer-19 .dt-mc-subscribe:not(.inline) > form > div.btn-wrap {
	margin-top: 0;
	width: auto;
}
#footer .footer-19.footer-copyright .wpb_column {
	margin-bottom: 0;
}
.footer-20.vc_row[data-vc-full-width] {
	overflow: hidden;
}
.footer-20 .footer-20-contact .vc_column-inner {
	bottom: 0;
	margin-top: 80px;
	position: static;
}
.footer-20-widget.vc_column_container {
	padding-left: 0;
}
#footer .footer-22 .dt-sc-newsletter-section.type6 > p {
	padding: 0;
}
#footer .footer-22 .dt-sc-newsletter-section.type6 {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right: 0;
	padding: 0 15px 45px;
}
.footer-info.vc_column_container {
	margin: 0;
	padding: 10px 15px;
}
#footer .footer-copyright .dt-sc-sociable.right,
 #footer .footer-copyright .dt-sc-sociable.left {
	margin: 0;
	width: 100%;
}
#footer .footer-22 .vc_column_container.no-padding-right > .vc_column-inner {
	padding-left: 0;
}
.footer-22 .footer-copyright.vc_row {
	padding-bottom: 0;
}
#footer .footer-23 .dt-logo-container,
 #footer .footer-23 .dt-sc-sociable.right {
	display: inline-block;
	float: none;
	text-align: center;
	width: 100%;
}
#footer .footer-24 .dt-custom-fullwidth .dt-mc-subscribe.square.inline form .btn-wrap {
	margin-top: 3px;
	padding-left: 0;
	padding-right: 0;
}
#footer .footer-24 .dt-mc-subscribe.square.inline.dt-custom-fullwidth form .email-field-wrap div,
 #footer .footer-24 .dt-mc-subscribe.square.inline.dt-custom-fullwidth form .btn-wrap div {
	display: table-cell;
	float: none;
}
#footer .footer-24 .dt-custom-nav-wrapper.inline-vertical[data-default-style='none'][data-hover-style='none'] .dt-custom-nav {
	overflow: hidden;
	width: 100%;
}
#footer .footer-24 .dt-custom-nav-wrapper.inline-vertical[data-default-style='none'][data-hover-style='none'] .dt-custom-nav li {
	text-align: left;
}
#footer .footer-25.vc_row.vc_row-no-padding .vc_column-inner {
	padding: 0 15px;
}
#footer .footer-25.vc_row.vc_row-no-padding .wpb_column.footer-address-content {
	padding: 0;
}
#footer .footer-25.vc_row.vc_row-no-padding .wpb_column.footer-form-content {
	margin: 40px 0 0;
	padding: 0;
}
/*----*****---- << Store Locator >> ----*****----*/
.wpsl-stores-fullwidth-container {
	text-align: center;
}
#wpsl-wrap {
	display: inline-block;
	float: none;
	left: 0;
	margin: 35px auto;
	position: relative;
	text-align: left;
	top: auto;
}
#wpsl-wrap #wpsl-stores,
 #wpsl-wrap #wpsl-direction-details {
	height: 325px !important;
}
.wpsl-search,
 #wpsl-result-list {
	box-shadow: none;
	-webkit-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-mc-subscribe.only-border-bottom form .email-field-wrap input[type='email'] {
	font-size: 30px;
}
.zoom-hover.dt-sc-sociable li:first-child {
	margin-left: 10px;
}
.zoom-hover.dt-sc-sociable li {
	margin: 0 10px 10px;
}
.footer-36 .dt-sc-sociable.extra-large li a {
	height: 40px;
	line-height: 40px;
	width: 40px;
}
.footer-36 .dt-custom-nav-wrapper.inline-horizontal .dt-custom-nav li:first-child {
	margin-left: 2px;
}
.footer-36 .dt-custom-nav-wrapper.inline-horizontal .dt-custom-nav li:first-child a {
	padding-left: 10px;
}
.footer-36 .no-left-padding > .vc_column-inner {
	padding-left: 15px;
}
.footer-36 .vc_col-sm-8 > .vc_column-inner {
	padding-left: 15px;
}

/*Iphone sidebar fix */
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
 #primary.with-left-sidebar, #primary.with-right-sidebar, #primary.with-both-sidebar {
display: inline-block;
float: left;
}
}
/*Spalab*/
.dt-logo-container.logo-align-left {
	padding-top: 7px;
}
.header_bg:after,
.copyright,
.copyright .alignright {
	text-align: center;
	float: none;
}
.copyright .wpb_column {
	margin-bottom: 0;
}
.menu-sidebar {
	margin-bottom: 40px;
}
.icon-list h3 {
	font-size: 14px !important;
}
.main-title-section h1 {
	font-size: 30px !important;
}
.main-title-section-wrapper .breadcrumb ~ #searchform {
	margin: auto;
	position: relative !important;
	top: 15px;
	margin-bottom: 30px;
	display: block;
}
.header6 .mobile-nav-container,
.header7 .mobile-nav-container,
.header10 .mobile-nav-container,
.header12 .mobile-nav-container {
	margin-bottom: 0px;
}
#header .header6 .mobile-nav-container,
#header .header7 .mobile-nav-container,
#header .header10 .mobile-nav-container,
#header .header12 .mobile-nav-container {
	padding: 10px 0;
}
.fa.menu-item-icon {
	display: none;
}
.dt-no-header-builder-content .no-header-top {
	text-align: center;
}
.dt-no-header-builder-content .mobile-nav-container {
	margin-bottom: 0;
}
.dt-no-header-builder-content .mobile-nav-container {
	float: right;
	margin: 30px 0px;
}
}

/*----*****---- << 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 {
	margin-bottom: 15px !important;
	padding: 0;
	text-align: center;
	width: 100% !important;
}
.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 {
	font-size: 15px;
	margin: 7px 6px 0 0;
	width: 20px;
}
.header6 .dt-logo-container a {
	margin: 0 auto 15px auto;
	float: none;
}
}


/* Common Styles for the devices below 479px width */
@media only screen and (max-width: 479px) {
.hr-title:after {
	top: auto;
	bottom: -5px;
}
.loader-inner::before {
	font-size: 4em;
}
/*----*****---- << 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: 0 5px;
}
.overlay-header-search .overlay-search #searchform {
	width: 90%;
}
.search-module.slide-down-header-search #searchform {
	max-width: 175px;
}
.dt-sc-maaya-header:not(.with-border) .dt-sc-slide-search #searchform input[type='text']:focus {
	max-width: 320px;
	width: 320px;
}
.dt-sc-maaya-header.with-border {
	margin: 0;
}
/*----*****---- << Slide Menu >> ----*****----*/
.vc_row.dt-sc-simpler-content {
	left: -100% !important;
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	width: 100% !important;
}
.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 {
	left: auto;
	right: 15px;
	top: 12px;
}
.dt-sc-simpler-content .mobile-menu {
	max-width: 100%;
	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;
}
.secondary-sidebar .vc_row.dt-sc-simpler-content {
	left: -260px !important;
	width: 260px !important;
}
.secondary-sidebar .vc_row.dt-sc-simpler-content.dt-sc-simpler-content-open {
	left: 0 !important;
}
#header .header-24 .alignright .vc_col-sm-4 {
	width: 100%;
}
/*----*****---- << Breadcrumb >> ----*****----*/
.main-title-section h1 {
	font-size: 23px !important;
	margin-bottom: 15px;
}
/*----*****---- << 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 {
	text-align: center;
	width: 100%;
}
#footer .footer-19.newsletter form > div.email-field-wrap {
	width: 60%;
}
.footer-19.newsletter .dt-mc-subscribe form .btn-wrap input[type='submit'] {
	padding: 5px 20px;
}
.footer-info-content.vc_row {
	width: 100%;
}
#footer .footer-23.footer-copyright .wpb_image_grid .wpb_image_grid_ul li {
	width: 16%;
}
#footer .footer-24 .dt-custom-nav {
	text-align: left;
	width: 100%;
}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (min-width: 320px) and (max-width: 479px) {
#header .dt-header-tpl div[class^='dt-logo-container'][class*='vc_custom'] {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
.mobile-nav-container {
	text-align: center;
	padding: 10px 0px;
	background-color: rgba(0, 0, 0, 0.5);
	margin-bottom: 15px;
}
.dt-logo-container a {
	margin: 0 auto 15px auto;
	float: none;
}
.no-header-logo-wrapper {
	display: block;
}
.dt-no-header-builder-content .mobile-nav-container {
	float: none;
	margin: auto;
}
}


/* 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;
}
}

/* ------------------------------- Custom CSS --------------------------------------------- */

.wdt-custom-btn-bg .wdt-button .wdt-button-icon:after{ content: ''; position: absolute; z-index: -1;}

.wdt-custom-btn-bg .wdt-button .wdt-button-icon:after{
	width: 34%;
    height: 200%;
    z-index: 1;
    right: 0;
    top: 0;
    margin: -5px 0 0 -5px;
    -webkit-transform-origin: 0 0;
    -webkit-transform: rotate(-20deg);
    -moz-transform-origin: 0 0;
    -moz-transform: rotate(-20deg);
    -ms-transform-origin: 0 0;
    -ms-transform: rotate(-20deg);
    transform-origin: 0 0;
    transform:	 rotate(-20deg);
	transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.wdt-custom-btn-bg .wdt-button{ overflow: hidden; }

.wdt-custom-btn-bg .wdt-button .wdt-button-icon:after{ background: rgba(0, 0, 0, 0.1); }

.wdt-custom-btn-bg .wdt-button:hover .wdt-button-icon:after{ width: 36%; }

/* ---------------------------------------------------------------------------------------------- */

.wdt-custom-btn-line .wdt-button .wdt-button-icon:after{
	content: "";
    position: absolute;
    top: 0;
    height: 100%;
    border-left: 1px solid #0000000d;
    border-right: 1px solid #ffffff33;
}

.wdt-custom-btn-line .wdt-button .wdt-button-icon span{ margin-left: 15px; }

.wdt-custom-btn-line .wdt-button .wdt-button-icon span i{ transition: unset; -webkit-transition: unset; }

.wdt-custom-btn-line-left .wdt-button .wdt-button-icon:after{
	content: "";
    position: absolute;
    top: 0;
    height: 100%;
    border-left: 1px solid #0000000d;
    border-right: 1px solid #ffffff33;
}

 .wdt-button .wdt-button-icon span{ margin-right: 15px; }

/* ---------------------------Btn Shortcodes IconBox------------------------- */

 .wdt-custom-btn-iconbox .wdt-icon-box-holder .wdt-column .wdt-content-media-group{
	display: flex; align-items: center; justify-content: flex-start;
 }

 .wdt-custom-btn-iconbox .wdt-icon-box-holder .wdt-column .wdt-content-media-group .wdt-content-elements-group{ margin-left: 25px; }

 /* ----------------------------------------------------------------------------- */

 .wdt-custom-manuallist-texteditor .elementor-widget-container ol li{ background-color: #5c3474; }