/* 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,
.dt-header-menu .has-mega-menu h3,
.dt-header-menu .has-mega-menu h3:hover,
.cart-info .cart-icon span {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

/*--------------------------------------------------------------
3.0 - Top Bar
--------------------------------------------------------------*/

.top-bar {
    clear: both;
    float: left;
    line-height: 50px;
    margin: 0;
    max-height: 50px;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 99999;
}

.top-bar .dt-sc-button {
    margin-top: 5px;
    letter-spacing: 1px;
    font-weight: bold;
}

.top-bar .dt-sc-vertical-small-separator {
    position: relative;
    top: 2px;
}

.top-bar-right .dt-sc-vertical-small-separator {
    margin: 0px 15px;
}

.top-bar .language {
    float: left;
    margin: 0px;
    padding: 0px 20px 0px 0px;
    position: relative;
}

.top-bar .language img {
    margin: 0px 10px 0px 0px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.top-bar .language:before {
    content: "\f107";
    position: absolute;
    font-family: FontAwesome;
    font-size: 14px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.dt-no-header-builder-content .no-header-top {
    position: relative;
    margin: 0;
    max-height: 50px;
    padding: 11px 0;
    text-align: left;
}

.dt-no-header-builder-content .no-header-top>span {
    color: #fff;
    font-size: 12px;
}

.dt-no-header-builder-content.dt-no-header-trendytravel .no-header-logo-wrapper,
.dt-no-header-builder-content.dt-no-header-trendytravel .no-header-menu-wrapper {
    float: left;
    /* width: 100%; */
    position: relative;
}

/* .dt-no-header-builder-content.dt-no-header-trendytravel .no-header-logo-wrapper { border-bottom: 1px solid #ededed; padding: 0 0 25px; } */
.dt-no-header-builder-content.dt-no-header-trendytravel .no-header-top:before,
.dt-no-header-builder-content.dt-no-header-trendytravel .no-header-top:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
}

.dt-no-header-builder-content.dt-no-header-trendytravel .no-header-top::after {
    left: 100%;
}

.dt-no-header-builder-content.dt-no-header-trendytravel .no-header-menu ul li a {
    text-transform: capitalize;
}

.dt-no-header-builder-content .no-header-menu ul.dt-primary-nav>li>a {
    text-transform: uppercase;
}

.dt-no-header-builder-content.dt-no-header-trendytravel .no-header-menu ul.sub-menu li>a {
    font-size: 13px;
}

.dt-no-header-builder-content.dt-no-header-trendytravel .menu-icons-wrapper {
    margin: 20px 5px;
}

.dt-no-header-builder-content.dt-no-header-trendytravel .no-header {
    display: block;
    float: left;
    width: 100%;
    padding: 5px 0;
}

.dt-no-header-builder-content.dt-no-header-trendytravel .no-header-menu-wrapper:before,
.dt-no-header-builder-content.dt-no-header-trendytravel .no-header-menu-wrapper:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
}

.dt-no-header-builder-content.dt-no-header-trendytravel .no-header-menu-wrapper:after {
    left: 100%;
}

.dt-no-header-builder-content.dt-no-header-trendytravel .no-header-menu ul>li>ul>li.current_page_parent>a {
    background-color: transparent;
}


/*--------------------------------------------------------------
4.0 - Header
--------------------------------------------------------------*/

#header-wrapper {
    float: left;
    margin: 0 0 35px;
    padding: 0;
    width: 100%;
}

#header {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

#header .header-28-topbar .dt-custom-nav li a:hover i {
    color: #21c2f8;
}

#header .dt-header-menu .dt-primary-nav li .dt-sc-button {
    font-size: 14px;
    color: #fff;
    margin: 0;
}

/* .dt-no-header-builder-content { margin-bottom: 50px; }
	.dt-no-header-builder-content .no-header { display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -ms-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -ms-flex-align: center; align-items: center; padding: 15px 0; } */

.dt-no-header-builder-content.aligncenter .no-header {
    padding-bottom: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    flex-direction: column;
}

.dt-no-header-builder-content .no-header .no-header-logo {
    text-align: left;
}

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

.no-breadcrumb.page-with-slider #header-wrapper.bottom-header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    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 {
    margin: auto;
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
}

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

#header .dt-header-tpl .header-bottom {
    border-bottom: 1px solid #e8e8e8;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .02);
}

#header .header-3 {
    background: #fff;
}

#header .header-3.header-bottom {
    border-top: 1px dashed #e7e7e7;
}


/*----*****---- << Mega Menu >> ----*****----*/
.dt-header-menu .has-mega-menu h3,
.section-title,
.widgettitle,
.related.products .border-title,
.mobile-menu h3 {
    border-bottom: 1px solid #f9f9f9;
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 12px;
    position: relative;
    text-transform: uppercase;
}

.dt-header-menu .has-mega-menu h3,
.section-title,
.related.products .border-title,
.mobile-menu h3 {
    color: #000;
}

.dt-header-menu .has-mega-menu h3:before,
.section-title:before,
.widgettitle:before,
.related.products .border-title:before,
.mobile-menu h3:before {
    bottom: -1px;
    content: '';
    height: 4px;
    position: absolute;
    width: 74px;
}

.dt-header-menu ul.dt-primary-nav li.has-mega-menu>ul.sub-menu>li>section {
    background: #fff;
    border-top: 3px solid;
}

.dt-header-menu ul.dt-primary-nav li.has-mega-menu>ul.sub-menu>li>section .dt-border-col-with-top-title {
    margin-left: 0;
    margin-right: 0;
}

.dt-header-menu ul.dt-primary-nav li ul.sub-menu li ul li:last-child>a,
.dt-header-menu ul.dt-primary-nav li:not(.has-mega-menu) ul.sub-menu>li:last-child>a {
    border: 0;
}

.dt-header-menu .wpb_widgetised_column,
#header .wpb_widgetised_column {
    margin: 0;
}

.dt-header-menu ul.dt-primary-nav li .widget ul li:before,
#header .widget ul li:before {
    display: none;
}

#header .dt-header-menu ul.dt-primary-nav li .widget_recent_entries ul li a,
#header .widget_recent_entries ul li a {
    padding: 0 0 5px;
}

.dt-header-menu ul.dt-primary-nav li .widget ul li .post-date,
#header ul.dt-primary-nav li .widget ul li .post-date {
    float: left;
    width: 100%;
    margin-top: 6px;
    padding-left: 20px;
    font-size: 13px;
    position: relative;
}

.dt-header-menu ul.dt-primary-nav li .widget ul li .post-date,
#header ul.dt-primary-nav li .widget ul li .post-date,
#header sub {
    color: #a5a5a5
}

.dt-header-menu ul.dt-primary-nav li .widget ul li .post-date:before,
#header ul.dt-primary-nav li .widget ul li .post-date:before {
    content: "\f073";
    position: absolute;
    top: 3px;
    left: 0;
    font-family: 'fontawesome';
}

.dt-header-menu ul.dt-primary-nav li .widget_recent_entries,
#header ul.dt-primary-nav li .widget_recent_entries {
    margin-bottom: 0;
}

/*dt-custom-login */
.dt-custom-login {
    margin: 0;
    padding: 0;
    text-align: right;
}

.dt-custom-login li {
    /* line-height: 35px; */
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.dt-custom-login li a {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.2) !important;
    color: #fff;
    display: block;
    font-size: 12px;
    padding-left: 10px;
    margin-left: 10px;
}

.dt-custom-login li:first-child a {
    border-left: none;
}

.dt-custom-login li a .fa {
    font-size: 16px;
    margin-right: 2px;
}

/*--------------------------------------------------------------
   Logo
--------------------------------------------------------------*/

.dt-logo-container {
    font-size: 0;
    line-height: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.dt-logo-container.logo-align-center {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.dt-logo-container.logo-align-right {
    text-align: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.dt-logo-container a {
    color: inherit;
}

.dt-logo-container a img {
    display: inline-block;
    vertical-align: middle;
}

.dt-logo-container a span {
    clear: both;
    display: block;
}

.dt-logo-container a span~span {
    margin-top: -1px;
}

/*--------------------------------------------------------------
   Default Menu & Mobile Menu
--------------------------------------------------------------*/

/* .dt-no-header-builder-content .no-header .dt-header-menu { background-color: rgba(0,0,0,0.035);  border-bottom: 1px solid #ededed; margin: 15px 0; position: relative; width: 100%; } */
.dt-no-header-builder-content.aligncenter .no-header .dt-header-menu:before,
.dt-no-header-builder-content.aligncenter .no-header .dt-header-menu:after {
    background: inherit;
    content: "";
    border-width: inherit;
    border-style: inherit;
    border-color: inherit;
    height: auto;
    position: absolute;
    top: 0;
    bottom: -1px;
    width: 100%;
}

.dt-no-header-builder-content.aligncenter .no-header .dt-header-menu:before {
    right: 100%;
}

.dt-no-header-builder-content.aligncenter .no-header .dt-header-menu:after {
    left: 100%;
}

.no-header-menu,
.dt-header-menu,
.no-header-menu ul,
.dt-header-menu .dt-primary-nav,
.no-header-menu ul li,
.dt-header-menu .dt-primary-nav li {
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

/* .dt-no-header-builder-content:not(.aligncenter) .no-header .no-header-logo ~ .no-header-menu { padding-left: 20px; } */
/* .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,
.dt-header-menu .dt-primary-nav {
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}

.no-header-menu ul li,
.dt-header-menu .dt-primary-nav li {
    line-height: normal;
    margin: 0 2px;
    padding: 25px 0;
    position: relative;
}

.no-header-menu ul li.close-nav,
.dt-header-menu .dt-primary-nav li.close-nav {
    display: none;
}

.no-header-menu ul li a,
.dt-header-menu .dt-primary-nav li a,
.dt-header-menu ul.dt-primary-nav li ul.sub-menu>li {
    font-size: 14px;
    line-height: normal;
}

.no-header-menu ul li a,
.dt-header-menu .dt-primary-nav li a {
    display: inline-block;
    padding: 10px 14px;
    vertical-align: middle;
}

.no-header-menu>ul>li>a,
.dt-header-menu .dt-primary-nav>li>a {
    font-weight: 600;
}

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

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

.no-header-menu ul li ul.children,
.dt-header-menu ul.dt-primary-nav li ul.sub-menu {
    background-color: #fff;
    margin: 0;
    opacity: 0;
    padding: 0;
    left: 0;
    top: 100%;
    visibility: hidden;
    z-index: 2;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.no-header-menu ul li ul.children,
.dt-header-menu ul.dt-primary-nav li:not(.has-mega-menu) ul.sub-menu {
    position: absolute;
    width: 220px;
    border-top: 3px solid;
    padding: 10px 0;
}


.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 {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}

.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 {
    display: table;
}

.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;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}

.no-header-menu ul li ul.children li,
.dt-header-menu ul.dt-primary-nav li ul.sub-menu li {
    margin: 0;
}

.no-header-menu ul li ul.children li ul.children,
.dt-header-menu ul.dt-primary-nav li ul.sub-menu li ul.sub-menu {
    left: 100%;
    top: 0;
}

.dt-header-menu ul.dt-primary-nav li:not(.has-mega-menu) ul.sub-menu li ul {
    border-left: 3px solid;
    border-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: rgba(0, 0, 0, 0.8);
}

.no-header-menu ul.dt-primary-nav li ul.sub-menu li,
.dt-header-menu ul.dt-primary-nav li ul.sub-menu li {
    padding: 0 15px;
}

.no-header-menu ul.dt-primary-nav li ul.sub-menu li a,
.dt-header-menu ul.dt-primary-nav li ul.sub-menu li>a {
    border-bottom: 1px solid #f0f1ef;
    padding: 10px 0;
}

/* .no-header-menu ul.dt-primary-nav li ul.sub-menu>li:last-child a, .dt-header-menu ul.dt-primary-nav li ul.sub-menu>li:last-child a { border:none; } */

.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-no-header-trendytravel .mobile-nav-container .menu-trigger>i {
    margin: 0;
}

#header .dt-sc-button.small {
    color: #fff;
    margin: 0 0 20px;
}

#header .dt-sc-event {
    box-shadow: none;
    position: relative;
    padding-left: 45px;
}

#header .dt-sc-event-date {
    background: #EDEDED;
    font-weight: bold;
    position: absolute;
    padding: 3px;
    top: 6px;
    left: 0;
    width: 32px;
}

#header .dt-sc-event-date span {
    background: #fff;
    display: block;
    font-size: 11px;
    padding: 3px 0;
    margin-bottom: 2px;
    text-transform: uppercase;
}

#header .dt-sc-event>h4 {
    padding: 0;
    text-align: left;
    text-transform: unset;
}

#header .dt-sc-event,
#header .dt-sc-event>h4 a,
#header .dt-sc-event .dt-sc-event-detail {
    border: 0 !important;
}

#header .dt-sc-event>h4 a,
#header .dt-sc-event .dt-sc-event-detail {
    padding: 0;
}

#header .dt-sc-event>h4 a {
    font-size: 15px;
}

#header .dt-sc-event .dt-sc-event-detail {
    font-size: 13px;
}

#header .dt-sc-event .dt-sc-event-detail .event-price span {
    display: inline-block;
    border-radius: 3px;
    font-size: 13px;
    padding: 5px 10px;
    margin-top: 8px;
}

#header .dt-sc-event .dt-sc-event-detail .event-price {
    float: none;
}

.dt-sc-maaya-header .mobile-nav-container .menu-trigger {
    position: absolute;
    padding: 5px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
    cursor: pointer;
    top: 0;
    background: #000;
}

.dt-sc-maaya-header.type2 .mobile-nav-container .menu-trigger {
    display: inline-block;
    position: relative;
}

.mobile-nav-container .menu-trigger {
    cursor: pointer;
}

.mobile-nav-container .menu-trigger>i:before {
    content: "\f0c9";
    font-family: FontAwesome;
    font-size: 18px;
    font-style: normal;
}

.mobile-nav-container .menu-trigger>i,
.mobile-nav-container .menu-trigger>span {
    color: #fff;
    display: inline;
}

.mobile-nav-container .menu-trigger>i {
    float: right;
    margin-top: 5px;
}

.mobile-nav-container .menu-trigger>span {
    font-size: 16px;
    font-weight: bold;
    float: left;
    text-transform: uppercase;
}

.mobile-menu,
.mobile-menu ul.dt-primary-nav,
.mobile-menu ul.dt-primary-nav li {
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
}

.mobile-menu .dt-primary-nav li a {
    border-style: solid;
    border-width: 1px 0 0;
    /* color: initial; */
    display: block;
    padding: 5px 15px;
}

.mobile-menu .dt-primary-nav>li>a,
.mobile-menu .dt-primary-nav>li>ul>li>a,
.mobile-menu .dt-primary-nav>li>ul>li>ul>li>a,
.mobile-menu .dt-primary-nav>li>ul>li>ul>li>ul>li>a {
    height: 42px;
    line-height: 42px;
    padding-top: 0;
    padding-bottom: 0;
}

.mobile-menu ul.dt-primary-nav {
    padding-top: 50px;
}

.mobile-menu,
.mobile-menu>ul,
.mobile-menu ul.sub-menu {
    background: #fff;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-y: visible;
    overflow-x: hidden;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 4;
    transform: translateX(0);
    transition: transform 0.3s;
}

.mobile-menu {
    max-width: 260px;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transform: translateX(100%);
    transition: transform .25s, visibility 0s 0.3s, opacity .25s;
}

.mobile-nav-offcanvas-right .mobile-menu {
    right: 0;
}

.mobile-nav-offcanvas-left .mobile-menu {
    left: 0;
    right: auto;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.mobile-menu.is-hidden,
.mobile-menu ul.is-hidden {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.mobile-menu.nav-is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .25s, visibility 0s 0s;
    transition: transform .25s, visibility 0s 0s;
}

.admin-bar .mobile-menu.nav-is-visible {
    margin-top: 45px;
}

.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>li>ul.sub-menu {
    height: calc(100% - 50px);
    margin-top: 50px;
}

.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;
    margin: 0;
    left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.mobile-menu .wpb_column {
    margin: 0;
}

.mobile-menu ul li.menu-item-object-dt_mega_menus>.vc_section>.vc_row,
.mobile-menu .dt-custom-nav-wrapper[data-default-style="none"][data-hover-style="none"]:not(.inline-horizontal)>div {
    margin-left: 0;
    margin-right: 0;
}


.mobile-menu .menu-item-has-children>a,
.mobile-menu ul.dt-primary-nav li.go-back a,
.mobile-menu .dt-primary-nav li a {
    color: #1f1f1f;
    position: relative;
}

.mobile-menu ul.dt-primary-nav li.go-back a {
    height: 100%;
    padding: 0;
}

.mobile-menu .dt-primary-nav li.menu-item-has-children>a {
    padding-right: 40px;
}

.mobile-menu .dt-primary-nav li.menu-item-has-children>a i,
.mobile-menu ul.dt-primary-nav li a i {
    padding-right: 8px;
}

.mobile-menu ul.dt-primary-nav li.go-back,
.mobile-menu ul.dt-primary-nav li.close-nav {
    display: inline-block;
    height: 50px;
    width: 100%;
}


.mobile-menu ul.dt-primary-nav li.close-nav {
    border: none !important;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    text-align: center;
    width: 50px;
    cursor: pointer;
}

.mobile-menu ul.dt-primary-nav li.close-nav:before,
.mobile-menu ul.dt-primary-nav li.close-nav:after {
    background-color: #222;
    content: "";
    height: 35%;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 2px;
}

.mobile-menu ul.dt-primary-nav li.close-nav:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-menu ul.dt-primary-nav li.close-nav:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-menu ul.dt-primary-nav li.close-nav:hover:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-menu ul.dt-primary-nav li.close-nav:hover:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-menu ul.dt-primary-nav li.go-back a:before,
.mobile-menu ul.dt-primary-nav li.go-back a:after,

.mobile-menu .menu-item-has-children>a:before,
.mobile-menu .menu-item-has-children>a:after,
.mobile-menu .page_item_has_children>a:before,
.mobile-menu .page_item_has_children>a:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 15px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mobile-menu ul.dt-primary-nav li.go-back a:before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    left: 15px;
    text-align: center;
}

.mobile-menu .menu-item-has-children>a:before,
.mobile-menu .page_item_has_children>a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 25px;
    height: 42px;
    line-height: 42px;
    right: 12px;
    text-align: center;
}

.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 {
    content: "";
    background-color: currentColor;
    height: 2px;
    opacity: 0;
    visibility: hidden;
}

.mobile-menu ul.dt-primary-nav li.go-back a:hover:before {
    left: 10px;
}

.mobile-menu .menu-item-has-children>a:hover:before,
.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-style: none;
    border-width: 0 !important;
    border-radius: 0 !important;
}

#header .mobile-menu .dt-custom-nav li.current_page_item>a {
    background: #000 !important;
    color: #fff !important;
}

.mobile-menu .dt-custom-nav li {
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.075);
}

.mobile-menu .dt-custom-nav li:last-child {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mobile-menu .hr-skew-link-style ul>li>a {
    margin-bottom: 0;
}

.mobile-menu .vc_row {
    margin: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.mobile-menu .wpb_column,
.mobile-menu .wpb_column .vc_column-inner[class*="vc_custom"] {
    margin: 0 !important;
}

.mobile-menu .wpb_column .vc_column-inner[class*="vc_custom"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.mobile-menu .wpb_column .wpb_column .vc_column-inner[class*="vc_custom"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.flex-col-elements-inline-middle .mobile-menu .dt-custom-nav-wrapper.left .dt-custom-nav {
    width: 100%;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    visibility: hidden;
    width: 100%;
    z-index: 98;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}

.overlay.is-visible,
.mobile-menu ul.dt-primary-nav li.go-back a:hover:after,
.mobile-menu .menu-item-has-children>a:hover:after,
.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 {
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}


.mobile-menu ul.dt-primary-nav li.see-all a {
    background-color: rgba(0, 0, 0, 0.05);
}

.mobile-menu .dt-primary-nav li a {
    border-color: rgba(0, 0, 0, 0.06);
}

.mobile-menu ul.dt-primary-nav li.see-all a {
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06);
}


.mobile-menu .dt-custom-nav li a:not(:hover),
.mobile-menu .dt-custom-nav li a:hover,
.mobile-menu .dt-custom-nav-wrapper[data-hover-style="none"] .dt-custom-nav li a:hover {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #000 !important;
}

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


.mobile-menu ul.sub-menu::-webkit-scrollbar {
    background-color: #f1f1f1;
    width: 5px;
}

.mobile-menu ul.sub-menu::-webkit-scrollbar-track,
.mobile-menu ul.sub-menu::-webkit-scrollbar-thumb {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3) inset;
}

.mobile-menu ul.sub-menu::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 5px;
}



/*--------------------------------------------------------------
   Header Menu
--------------------------------------------------------------*/

.dt-header-menu.left {
    float: left;
}

.dt-header-menu.center {
    display: table;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.dt-header-menu.right {
    float: right;
}

.dt-header-menu.center .dt-primary-nav {
    width: auto;
}

.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: 4px;
}

.dt-header-menu ul.dt-primary-nav>li>a.icon-position-right>.menu-item-icon {
    padding-left: 4px;
}

.dt-header-menu ul.dt-primary-nav>li>a.icon-position-right>.menu-item-icon~span {
    float: left;
}


.dt-header-menu ul.dt-primary-nav>li>a,
.dt-header-menu[data-nav-item-highlight="line-through"] ul.dt-primary-nav>li>a>span {
    position: relative;
}

.dt-header-menu[data-nav-item-highlight="underline"] ul.dt-primary-nav>li>a:after,
.dt-header-menu[data-nav-item-highlight="overline"] ul.dt-primary-nav>li>a:before,
.dt-header-menu[data-nav-item-highlight="line-through"] ul.dt-primary-nav>li>a>span:before,
.dt-header-menu[data-nav-item-highlight="two-line-updown"] ul.dt-primary-nav>li>a:before,
.dt-header-menu[data-nav-item-highlight="bottom-border-only"] ul.dt-primary-nav>li>a:after,
.dt-header-menu[data-nav-item-highlight="top-border-only"] ul.dt-primary-nav>li>a:before,
.dt-header-menu[data-nav-item-highlight="two-border-updown"] ul.dt-primary-nav>li>a:before,

.dt-header-menu[data-nav-item-divider="slanting-line"] ul.dt-primary-nav>li>a>span:after,
.dt-header-menu[data-nav-item-divider="vertical-line"] ul.dt-primary-nav>li>a>span:after,

.dt-header-menu[data-nav-item-highlight="triangle-down-midtop"] ul.dt-primary-nav>li.current_page_item>a:before,
.dt-header-menu[data-nav-item-highlight="triangle-down-midtop"] ul.dt-primary-nav>li.current-menu-item>a:before,
.dt-header-menu[data-nav-item-highlight="triangle-down-midtop"] ul.dt-primary-nav>li.current-page-ancestor>a:before,
.dt-header-menu[data-nav-item-highlight="triangle-down-midtop"] ul.dt-primary-nav>li.current-menu-ancestor>a:before,

.dt-header-menu[data-nav-item-highlight="triangle-down-midbottom"] ul.dt-primary-nav>li.current_page_item>a:after,
.dt-header-menu[data-nav-item-highlight="triangle-down-midbottom"] ul.dt-primary-nav>li.current-menu-item>a:after,
.dt-header-menu[data-nav-item-highlight="triangle-down-midbottom"] ul.dt-primary-nav>li.current-page-ancestor>a:after,
.dt-header-menu[data-nav-item-highlight="triangle-down-midbottom"] ul.dt-primary-nav>li.current-menu-ancestor>a:after,

.dt-header-menu[data-nav-item-highlight="triangle-up-midbottom"] ul.dt-primary-nav>li.current_page_item>a:after,
.dt-header-menu[data-nav-item-highlight="triangle-up-midbottom"] ul.dt-primary-nav>li.current-menu-item>a:after,
.dt-header-menu[data-nav-item-highlight="triangle-up-midbottom"] ul.dt-primary-nav>li.current-page-ancestor>a:after,
.dt-header-menu[data-nav-item-highlight="triangle-up-midbottom"] ul.dt-primary-nav>li.current-menu-ancestor>a:after {
    content: "";
}

.dt-header-menu[data-nav-item-highlight="underline"] ul.dt-primary-nav>li>a:after,
.dt-header-menu[data-nav-item-highlight="overline"] ul.dt-primary-nav>li>a:before,
.dt-header-menu[data-nav-item-highlight="line-through"] ul.dt-primary-nav>li>a>span:before,
.dt-header-menu[data-nav-item-highlight="two-line-updown"] ul.dt-primary-nav>li>a:before,
.dt-header-menu[data-nav-item-highlight="bottom-border-only"] ul.dt-primary-nav>li>a:after,
.dt-header-menu[data-nav-item-highlight="top-border-only"] ul.dt-primary-nav>li>a:before,
.dt-header-menu[data-nav-item-highlight="two-border-updown"] ul.dt-primary-nav>li>a:before {
    border-style: solid;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    width: 0;
}

.dt-header-menu[data-nav-item-highlight="triangle-down-midtop"] ul.dt-primary-nav>li>a:before,
.dt-header-menu[data-nav-item-highlight="triangle-down-midbottom"] ul.dt-primary-nav>li>a:after,
.dt-header-menu[data-nav-item-highlight="triangle-up-midbottom"] ul.dt-primary-nav>li>a:after {
    border-style: solid;
    border-color: transparent;
    border-width: 6px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 0;
}

.dt-header-menu[data-nav-item-highlight="triangle-down-midtop"] ul.dt-primary-nav>li>a:before {
    border-bottom-width: 0;
    border-top-color: inherit;
    top: 0;
}

.dt-header-menu[data-nav-item-style="filled"][data-nav-item-highlight="triangle-down-midtop"] ul.dt-primary-nav>li>a:before {
    border-top-color: currentColor;
    top: -1px;
}

.dt-header-menu[data-nav-item-highlight="triangle-down-midbottom"] ul.dt-primary-nav>li>a:after {
    border-bottom-width: 0;
    border-top-color: inherit;
    top: 100%;
}

.dt-header-menu[data-nav-item-highlight="triangle-up-midbottom"] ul.dt-primary-nav>li>a:after {
    border-top-width: 0;
    border-bottom-color: inherit;
    bottom: 0;
}

.dt-header-menu[data-nav-item-style="filled"][data-nav-item-highlight="triangle-up-midbottom"] ul.dt-primary-nav>li>a:after {
    border-bottom-color: currentColor;
    bottom: -1px;
}


.dt-header-menu[data-nav-item-highlight="underline"] ul.dt-primary-nav>li>a:after {
    border-width: 0 0 2px;
    bottom: 0;
}

.dt-header-menu[data-nav-item-highlight="overline"] ul.dt-primary-nav>li>a:before {
    border-width: 2px 0 0;
    top: 0;
}

.dt-header-menu[data-nav-item-highlight="line-through"] ul.dt-primary-nav>li>a>span:before {
    border-width: 0 0 2px;
    margin: auto;
    bottom: 0;
    top: 0;
}

.dt-header-menu[data-nav-item-highlight="two-line-updown"] ul.dt-primary-nav>li>a:before {
    border-width: 2px 0;
    height: auto;
    bottom: 0;
    top: 0;
}

.dt-header-menu[data-nav-item-highlight="bottom-border-only"] ul.dt-primary-nav>li>a:after {
    border-width: 0 0 1px;
    bottom: 0;
}

.dt-header-menu[data-nav-item-style="bordered"][data-nav-item-highlight="bottom-border-only"] ul.dt-primary-nav>li>a:after {
    bottom: 1px;
}

.dt-header-menu[data-nav-item-highlight="top-border-only"] ul.dt-primary-nav>li>a:before {
    border-width: 1px 0 0;
    top: 0;
}

.dt-header-menu[data-nav-item-style="bordered"][data-nav-item-highlight="top-border-only"] ul.dt-primary-nav>li>a:before {
    top: 1px;
}

.dt-header-menu[data-nav-item-highlight="two-border-updown"] ul.dt-primary-nav>li>a:before {
    border-width: 1px 0;
    height: auto;
    bottom: 0;
    top: 0;
}

.dt-header-menu[data-nav-item-style="bordered"][data-nav-item-highlight="two-border-updown"] ul.dt-primary-nav>li>a:before {
    bottom: 1px;
    top: 1px;
}


.dt-header-menu[data-nav-item-highlight="underline"] ul.dt-primary-nav>li:hover>a:after,
.dt-header-menu[data-nav-item-highlight="underline"] ul.dt-primary-nav>li.current_page_item>a:after,
.dt-header-menu[data-nav-item-highlight="underline"] ul.dt-primary-nav>li.current-menu-item>a:after,
.dt-header-menu[data-nav-item-highlight="underline"] ul.dt-primary-nav>li.current-page-ancestor>a:after,
.dt-header-menu[data-nav-item-highlight="underline"] ul.dt-primary-nav>li.current-menu-ancestor>a:after,

.dt-header-menu[data-nav-item-highlight="overline"] ul.dt-primary-nav>li:hover>a:before,
.dt-header-menu[data-nav-item-highlight="overline"] ul.dt-primary-nav>li.current_page_item>a:before,
.dt-header-menu[data-nav-item-highlight="overline"] ul.dt-primary-nav>li.current-menu-item>a:before,
.dt-header-menu[data-nav-item-highlight="overline"] ul.dt-primary-nav>li.current-page-ancestor>a:before,
.dt-header-menu[data-nav-item-highlight="overline"] ul.dt-primary-nav>li.current-menu-ancestor>a:before,

.dt-header-menu[data-nav-item-highlight="two-line-updown"] ul.dt-primary-nav>li:hover>a:before,
.dt-header-menu[data-nav-item-highlight="two-line-updown"] ul.dt-primary-nav>li.current_page_item>a:before,
.dt-header-menu[data-nav-item-highlight="two-line-updown"] ul.dt-primary-nav>li.current-menu-item>a:before,
.dt-header-menu[data-nav-item-highlight="two-line-updown"] ul.dt-primary-nav>li.current-page-ancestor>a:before,
.dt-header-menu[data-nav-item-highlight="two-line-updown"] ul.dt-primary-nav>li.current-menu-ancestor>a:before {
    width: 75%;
}


.dt-header-menu[data-nav-item-highlight="bottom-border-only"] ul.dt-primary-nav>li:hover>a:after,
.dt-header-menu[data-nav-item-highlight="bottom-border-only"] ul.dt-primary-nav>li.current_page_item>a:after,
.dt-header-menu[data-nav-item-highlight="bottom-border-only"] ul.dt-primary-nav>li.current-menu-item>a:after,
.dt-header-menu[data-nav-item-highlight="bottom-border-only"] ul.dt-primary-nav>li.current-page-ancestor>a:after,
.dt-header-menu[data-nav-item-highlight="bottom-border-only"] ul.dt-primary-nav>li.current-menu-ancestor>a:after,

.dt-header-menu[data-nav-item-highlight="top-border-only"] ul.dt-primary-nav>li:hover>a:before,
.dt-header-menu[data-nav-item-highlight="top-border-only"] ul.dt-primary-nav>li.current_page_item>a:before,
.dt-header-menu[data-nav-item-highlight="top-border-only"] ul.dt-primary-nav>li.current-menu-item>a:before,
.dt-header-menu[data-nav-item-highlight="top-border-only"] ul.dt-primary-nav>li.current-page-ancestor>a:before,
.dt-header-menu[data-nav-item-highlight="top-border-only"] ul.dt-primary-nav>li.current-menu-ancestor>a:before,

.dt-header-menu[data-nav-item-highlight="two-border-updown"] ul.dt-primary-nav>li:hover>a:before,
.dt-header-menu[data-nav-item-highlight="two-border-updown"] ul.dt-primary-nav>li.current_page_item>a:before,
.dt-header-menu[data-nav-item-highlight="two-border-updown"] ul.dt-primary-nav>li.current-menu-item>a:before,
.dt-header-menu[data-nav-item-highlight="two-border-updown"] ul.dt-primary-nav>li.current-page-ancestor>a:before,
.dt-header-menu[data-nav-item-highlight="two-border-updown"] ul.dt-primary-nav>li.current-menu-ancestor>a:before,

.dt-header-menu[data-nav-item-highlight="line-through"] ul.dt-primary-nav>li:hover>a>span:before,
.dt-header-menu[data-nav-item-highlight="line-through"] ul.dt-primary-nav>li.current_page_item>a>span:before,
.dt-header-menu[data-nav-item-highlight="line-through"] ul.dt-primary-nav>li.current-menu-item>a>span:before,
.dt-header-menu[data-nav-item-highlight="line-through"] ul.dt-primary-nav>li.current-page-ancestor>a>span:before,
.dt-header-menu[data-nav-item-highlight="line-through"] ul.dt-primary-nav>li.current-menu-ancestor>a>span:before {
    width: 100%;
}


.dt-header-menu[data-nav-item-divider="slanting-line"] ul.dt-primary-nav>li>a>span:after,
.dt-header-menu[data-nav-item-divider="vertical-line"] ul.dt-primary-nav>li>a>span:after {
    border-color: #ccc;
    border-style: solid;
    border-width: 0 1px 0 0;
    height: 15px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    bottom: 0;
    right: -2px;
    top: 0;
    width: 1px;
}

.dt-header-menu[data-nav-item-divider="slanting-line"] ul.dt-primary-nav>li>a>span:after {
    right: -3px;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

.dt-header-menu[data-nav-item-divider="slanting-line"] ul.dt-primary-nav>li:last-child>a>span:after,
.dt-header-menu[data-nav-item-divider="vertical-line"] ul.dt-primary-nav>li:last-child>a>span:after {
    display: none;
}

.dt-header-menu ul.dt-primary-nav>li,
.dt-header-menu ul.dt-primary-nav>li a,
.dt-header-menu ul.dt-primary-nav>li>a:before,
.dt-header-menu ul.dt-primary-nav>li>a:after,
.dt-header-menu ul.dt-primary-nav>li a>span,
.dt-header-menu ul.dt-primary-nav>li a>span:before {
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.dt-header-menu ul.dt-primary-nav>li.current_page_item>a,
.dt-header-menu ul.dt-primary-nav>li.current_page_ancestor>a,
.dt-header-menu ul.dt-primary-nav>li.current-page-ancestor>a {
    border-radius: 3px;
    color: #1f1f1f !important;
}


/*----*****---- << 4.4. Header Modules >> ----*****----*/

.search-module {
    display: inline-block;
    text-align: center;
}

.menu-icons-wrapper {
    margin: 0 5px;
    padding: 5px 0;
}

.menu-icons-wrapper .search,
.menu-icons-wrapper .cart {
    display: inline-block;
    margin: 0 5px;
    text-align: center;
    width: 25px;
}

.menu-icons-wrapper.rounded-icons .search,
.menu-icons-wrapper.rounded-icons .cart {
    margin: 0 5px;
}

.menu-icons-wrapper .search a,
.menu-icons-wrapper .cart a {
    font-size: 14px;
}

.menu-icons-wrapper.rounded-icons .search a span,
.menu-icons-wrapper.rounded-icons .cart a span {
    height: 38px;
    line-height: 40px;
    text-align: center;
    width: 38px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.menu-icons-wrapper .top-menu-search-container {
    display: none;
    position: absolute;
    right: 50%;
    top: 100%;
    width: 250px;
    z-index: 9;
}

.menu-icons-wrapper .top-menu-search-container.show-top-menu-search {
    display: block;
}

.menu-icons-wrapper .top-menu-search-container .search-form label span {
    display: none;
}

.menu-icons-wrapper .top-menu-search-container .search-form input[type="submit"] {
    text-indent: -9999px;
}

.menu-icons-wrapper .top-menu-search-container .search-form input[type="search"] {
    padding-right: 30px;
    text-transform: none;
}

.menu-icons-wrapper .cart sup {
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    font-size: 9px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 50%;
    position: relative;
    top: -8px;
    left: -9px;
    display: inline-block;
}


#searchform {
    border: 1px solid;
    display: inline-block;
    margin: 0;
    max-width: 250px;
    position: relative;
}

#searchform:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 14px;
}

#searchform input[type="text"] {
    border: none;
    background: none;
    font-size: 12px;
    padding: 12px 45px 12px 15px;
    text-transform: uppercase;
    width: 220px;
}

#searchform label span {
    display: none;
}

#searchform input[type="submit"] {
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    z-index: 1;
}

#searchform .dt-search-icon {
    background-color: #ff0000;
    color: #fff;
    height: inherit;
    opacity: 0;
    left: 100%;
    visibility: hidden;
    z-index: -1;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

#searchform .dt-search-icon span {
    display: block;
    height: 100%;
    width: 100%;
}

#searchform .dt-search-icon span:before {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#searchform:before,
#searchform input[type="submit"],
#searchform .dt-search-icon {
    height: inherit;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    text-align: center;
    width: 45px;
}

#searchform:before {
    height: 0;
    line-height: 0;
}

#searchform:hover .dt-search-icon {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
}

.simple-header-search #searchform .dt-search-icon,
.overlay-header-search #searchform .dt-search-icon {
    display: none;
}

.simple-header-search.stretch,
.simple-header-search.stretch #searchform,
.simple-header-search.stretch #searchform input[type="text"] {
    height: 100%;
}

.search-module.slide-down-header-search {
    height: 100%;
}

.search-module.slide-down-header-search #searchform,
.search-module.slide-down-header-search #searchform input[type="text"] {
    width: 100%;
}

.search-module.slide-down-header-search .menu-icons-wrapper,
.search-module.slide-down-header-search .menu-icons-wrapper .search,
.search-module.slide-down-header-search .menu-icons-wrapper .search a,
.search-module.slide-down-header-search .menu-icons-wrapper .search a span {
    height: inherit;
    width: inherit;
}

.search-module.slide-down-header-search .menu-icons-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

.search-module.slide-down-header-search .menu-icons-wrapper .search a {
    display: inline-block;
}

.search-module.simple-header-search.filled #searchform {
    border-color: transparent;
}

.search-module.simple-header-search.filled.gray #searchform {
    background-color: #f3f3f3;
}

.search-module.simple-header-search.filled.gray.dt-sc-dark-bg #searchform {
    background-color: #333333;
}

.search-module.slide-down-header-search #searchform,
.search-module.simple-header-search.filled.white #searchform {
    background-color: #fff;
}

.search-module.simple-header-search.simple-rounded #searchform {
    -webkit-border-radius: 2px;
    border-radius: 2px;
}


.search-module:not(.simple-header-search).filled,
.search-module:not(.simple-header-search).filled-onhvr {
    position: relative;
    text-align: center;
}

.search-module:not(.simple-header-search).filled.stretch,
.search-module:not(.simple-header-search).filled-onhvr.stretch {
    width: 60px;
}

.search-module:not(.simple-header-search).filled.stretch .menu-icons-wrapper,
.search-module:not(.simple-header-search).filled.stretch .menu-icons-wrapper .search,
.search-module:not(.simple-header-search).filled-onhvr.stretch .menu-icons-wrapper,
.search-module:not(.simple-header-search).filled-onhvr.stretch .menu-icons-wrapper .search {
    margin-left: 0;
    margin-right: 0;
}

.search-module:not(.simple-header-search).filled .menu-icons-wrapper .search a span:before,
.search-module:not(.simple-header-search).filled-onhvr .menu-icons-wrapper .search a span:before,
.search-module:not(.simple-header-search).stretch .menu-icons-wrapper .search a span:before,
.search-module:not(.simple-header-search).stretch .menu-icons-wrapper .search a span:before {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.search-module.filled:not(.simple-header-search):not(.dt-sc-skin-highlight),
.search-module.filled-onhvr:not(.simple-header-search):not(.dt-sc-skin-highlight):hover {
    background-color: #f3f3f3;
}

.search-module:not(.simple-header-search).filled.dt-sc-dark-bg,
.search-module:not(.simple-header-search).filled-onhvr.dt-sc-dark-bg:hover {
    background-color: #000;
}

.search-module:not(.simple-header-search).filled.dt-sc-dark-bg .menu-icons-wrapper .search span,
.search-module:not(.simple-header-search).filled-onhvr.dt-sc-dark-bg:hover .menu-icons-wrapper .search span,
.search-module:not(.simple-header-search).filled.dt-sc-skin-highlight .menu-icons-wrapper .search span,
.search-module:not(.simple-header-search).filled-onhvr.dt-sc-skin-highlight:hover .menu-icons-wrapper .search span {
    color: #fff;
}

.overlay-search {
    width: auto;
    float: right;
}

.overlay-search,
.overlay-search *,
.overlay-search *:before,
.overlay-search *:after {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.overlay-search .overlay-close:before,
.overlay-search .overlay-close:after {
    border-color: #161616;
}

.overlay-search {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    background-color: #fff;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    cursor: inherit;
}

.overlay-search.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.overlay-header-search .overlay-search #searchform {
    border-style: solid;
    border-width: 0 0 1px;
    margin: 0 auto;
    max-width: none;
    padding-bottom: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay-search #searchform input[type="text"] {
    color: #000;
}

.overlay-search #searchform input[type="text"] {
    width: 100%;
    font-size: 40px;
    letter-spacing: 10px;
    text-transform: capitalize;
}

.overlay-search #searchform input[type="submit"] {
    width: 55px;
    height: 100%;
}

.overlay-header-search .overlay-search #searchform:before {
    font-size: 30px;
    right: 10px;
}

.overlay-search-icon span {
    cursor: pointer;
    color: #2f2e2e;
}

.overlay-search .overlay-close {
    cursor: pointer;
    width: 75px;
    height: 75px;
    transform: scale(0);
    position: fixed;
    right: 20px;
    top: 20px;
    font-size: 0px;
    z-index: 9;
    border-radius: 50%;
}

.overlay-search.open .overlay-close {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}

.overlay-search .overlay-close:before,
.overlay-search .overlay-close:after {
    content: '';
    position: absolute;
    height: 5px;
    width: 50px;
    top: 50%;
    left: 50%;
    background: #fff;
}

.overlay-search .overlay-close:before {
    transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
}

.overlay-search .overlay-close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
}

.search-module,
.search-module * {
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.cart-info {
    padding: 14px 20px 14px 57px;
    width: auto;
    display: inline-block;
    position: relative;
    margin: 28px 0px 0px;
}

.cart-info p {
    margin: 0px;
}

.cart-info:before {
    content: "\e66c";
    position: absolute;
    font-family: "Stroke-Gap-Icons";
    font-size: 20px;
    left: 15px;
    top: 18px;
}

.cart-info:hover .cart-icon span {
    color: #fff;
}

.cart-icon span {
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 28px;
    top: 9px;
}

.cart-total {
    font-size: 14px;
    display: inline-block;
    margin: 0px 0px 0px 20px;
    letter-spacing: 0.5px;
}


.live-chat {
    float: right;
    margin: 32px 0px 0px 10px;
}

.live-chat a {
    font-size: 10px;
    font-weight: 800;
    padding: 10px 15px 9px;
    text-transform: uppercase;
    border-radius: 5px;
}

.live-chat a span {
    font-size: 14px;
    display: inline-block;
    margin: 0px 5px 0px 0px;
}


/*--- Maaya Header ---*/

.dt-sc-maaya-header.with-border {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.dt-sc-maaya-header .dt-header-menu ul.dt-primary-nav>li:empty {
    display: none;
}

.dt-sc-maaya-header .dt-header-menu[data-nav-item-highlight="triangle-down-midbottom"] ul.dt-primary-nav>li:nth-child(2)>a {
    padding-left: 0;
}

.dt-sc-maaya-header .dt-header-menu[data-nav-item-highlight="triangle-down-midbottom"] ul.dt-primary-nav>li.menu-item-has-children>a:after {
    content: "\f107";
    position: absolute;
    font-family: FontAwesome;
    bottom: 0;
    left: auto;
    line-height: 28px;
    font-size: 14px;
    right: 8px;
    top: 7px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
    border: none;
}

.dt-sc-maaya-header .dt-header-menu[data-nav-item-highlight="triangle-down-midbottom"] ul.dt-primary-nav>li.menu-item-has-children:hover>a:after {
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    right: 4px;
    top: 10px;
}

.dt-sc-maaya-header:not(.with-border) .dt-header-menu[data-nav-item-highlight="triangle-down-midbottom"] ul.dt-primary-nav>li>ul.sub-menu>li.menu-item-has-children>a::after {
    right: 0;
}

.dt-sc-maaya-header:not(.with-border) .dt-header-menu ul.dt-primary-nav li:not(.has-mega-menu) ul.sub-menu {
    margin-left: -15px;
    padding: 0 15px;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
}

.dt-sc-maaya-header:not(.with-border) .dt-header-menu.center .dt-primary-nav li:not(.has-mega-menu) ul.sub-menu a {
    padding-left: 0;
    padding-right: 0;
}

.dt-sc-maaya-header:not(.with-border) .dt-header-menu.center .dt-primary-nav li:not(.has-mega-menu) ul.sub-menu>li:last-child>a {
    border-bottom: none !important;
}

.dt-sc-maaya-header.with-border .dt-header-menu.center .dt-primary-nav li:not(.has-mega-menu) ul.sub-menu>li:last-child>a {
    border-bottom-width: 1px;
}

.dt-sc-maaya-header.with-border ul.dt-primary-nav>li {
    padding: 5px 15px 5px 0;
}

.dt-sc-maaya-header.with-border .mobile-nav-container ul.dt-primary-nav>li {
    padding: 0;
}

.dt-sc-maaya-header:not(.with-border) .dt-header-menu ul.dt-primary-nav li:last-child>ul.sub-menu,
.dt-sc-maaya-header:not(.with-border) .dt-header-menu ul.dt-primary-nav li:nth-last-child(2)>ul.sub-menu {
    margin-right: 15px;
    margin-left: -15px;
}

.dt-sc-maaya-header:not(.with-border) .dt-header-menu ul.dt-primary-nav li:not(.has-mega-menu) ul.sub-menu li ul.sub-menu {
    margin-left: 15px;
}

.dt-sc-maaya-header .dt-sc-slide-search #searchform {
    border: none;
    height: 30px;
}

.dt-sc-maaya-header .dt-sc-slide-search #searchform:before {
    height: 30px;
    line-height: 30px;
    z-index: 1;
    top: 10px;
    color: #3d3d3d;
    text-align: right;
}

.dt-sc-maaya-header .dt-sc-slide-search #searchform input[type="text"] {
    padding: 5px 0 14px;
    font-size: 14px;
    color: #3d3d3d;
    margin: 4px 0;
    text-transform: inherit;
    border: none;
    position: absolute;
    right: 0;
    top: 2px;
    background: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    width: 150px;
}

.dt-sc-maaya-header .dt-sc-slide-search #searchform input[type="submit"] {
    font-size: 0;
    z-index: 9;
}

.dt-sc-maaya-header .dt-sc-slide-search #searchform input[type="text"]:focus {
    background: #fff;
    padding: 4px 0 15px;
    width: 1230px;
    max-width: 1230px;
    border-bottom-color: #000;
}

.dt-sc-maaya-header ul.sub-menu li:last-child>a {
    border-bottom-width: 1px !important;
}

/*------------------------------------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: 0px;
    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: 0.5px;
}

#main-menu ul.menu>li>span.nolink-menu {
    color: #000;
}

#main-menu>ul.menu>li>span.nolink-menu {
    float: left;
    padding: 0px 20px;
    line-height: 90px;
    letter-spacing: 0.5px;
}

.is-sticky #main-menu>ul.menu>li>span.nolink-menu {
    line-height: 70px;
}

/*--------------------------------------------------------------------------------*/



/*--- Slide Menu ---*/

.dt-simpler-slider {
    background: transparent;
    border: none;
    display: block;
    height: 32px;
    right: 20px;
    position: fixed;
    top: 20px;
    width: 32px;
    z-index: 999;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.dt-simpler-slider:before {
    transform: translate3d(0, 0, 0);
    transition: all 0.35s ease-in-out;
    -moz-transform: translate3d(0, 0, 0);
    -moz-transition: all 0.35s ease-in-out;
    -ms-transform: translate3d(0, 0, 0);
    -ms-transition: all 0.35s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    background: #ddd;
    content: '';
    display: block;
    font-size: 14px;
    line-height: 32px;
    opacity: 1;
    text-align: center;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -4px;
    top: -5px;
}

.dt-sc-simpler-content-open .dt-simpler-slider:before,
.dt-simpler-slider:hover:before {
    background: #000;
}

.dt-sc-simpler-content-open .dt-simpler-slider:before {
    border-radius: 50%;
}

.dt-simpler-slider span {
    width: 25px;
    height: 3px;
    background: #000;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12.5px;
    margin-top: -1.5px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.dt-simpler-slider span:first-child {
    top: 5px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.dt-simpler-slider span:last-child {
    bottom: 5px;
    -webkit-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0);
    -moz-transform: translate3d(0, 8px, 0);
    -ms-transform: translate3d(0, 8px, 0);
}

.dt-simpler-slider span:nth-child(2) {
    margin-top: -2px;
    top: 50%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.dt-simpler-slider span {
    background: #fff;
}

.dt-sc-simpler-content-open .dt-simpler-slider span:first-child {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
    -moz-transform: translate3d(0, 10px, 0) rotate(45deg);
    -ms-transform: translate3d(0, 10px, 0) rotate(45deg);
}

.dt-sc-simpler-content-open .dt-simpler-slider span:last-child {
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
    transform: translate3d(0, 0, 0) rotate(-45deg);
    -moz-transform: translate3d(0, 0, 0) rotate(-45deg);
    -ms-transform: translate3d(0, 0, 0) rotate(-45deg);
}

.dt-sc-simpler-content-open .dt-simpler-slider span:nth-child(2) {
    -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
    transform: translate3d(0, 0, 0) scale(0.1, 1);
    -moz-transform: translate3d(0, 0, 0) scale(0.1, 1);
    -ms-transform: translate3d(0, 0, 0) scale(0.1, 1);
}

.vc_row.dt-sc-simpler-content {
    margin: 0;
    position: relative;
}

.vc_row.dt-sc-simpler-content>.wpb_column.vc_column_container {
    padding: 30px 0;
    background: #fff;
}

.vc_row.dt-sc-simpler-content>.vc_column_container,
.vc_row.dt-sc-simpler-content>.vc_column-inner {
    height: 100%;
}

.dt-sc-maaya-header .dt-simpler-slider {
    background: transparent;
    border: none;
    display: block;
    height: 32px;
    left: 15px;
    position: absolute;
    top: 13px;
    width: 32px;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.dt-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 {
    position: absolute;
    content: '\f2ea';
    display: block;
    font-family: 'Material-Design-Iconic-Font';
    left: 10px;
    width: 32px;
    height: 32px;
    top: 0;
    font-size: 40px;
    color: #3d3d3d;
    background: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.dt-sc-maaya-header .dt-simpler-slider:hover:before,
.dt-sc-simpler-content-open .dt-simpler-slider:before {
    opacity: 1;
    visibility: visible;
    left: -5px;
}

.secondary-sidebar .vc_row.dt-sc-simpler-content {
    margin: 0;
    position: relative;
    overflow-y: scroll;
    background: #fff;
}

.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 {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

.vc_row.dt-sc-simpler-content.boxed-header {
    border: 20px solid rgba(0, 0, 0, 0);
}

.vc_row.dt-sc-simpler-content.boxed-header.dt-sc-simpler-content-close>.wpb_column.vc_column_container {
    margin-right: -20px;
    margin-left: 20px;
}

.vc_row.dt-sc-simpler-content.boxed-header>.vc_column_container .dt-header-menu {
    margin-left: 0;
}

.vc_row.dt-sc-simpler-content.from-left.boxed-header.dt-sc-simpler-content-close>.wpb_column.vc_column_container {
    margin-left: -20px;
    margin-right: 0;
}

.vc_row.dt-sc-simpler-content.overlay-header {
    width: 100% !important;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.vc_row.dt-sc-simpler-content.overlay-header>.wpb_column.vc_column_container {
    background: rgba(255, 255, 255, 0.9);
}

#header .dt-header-tpl .vc_row.dt-sc-simpler-content.overlay-header .dt-sc-simpler-content-top {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
}

.vc_row.dt-sc-simpler-content.overlay-header>.vc_column_container .dt-header-menu {
    width: 100%;
    text-align: center;
    margin: 0;
}

.vc_row.dt-sc-simpler-content.overlay-header>.vc_column_container .dt-header-menu .dt-primary-nav {
    text-align: center;
}

.vc_row.dt-sc-simpler-content.overlay-header>.vc_column_container .dt-header-menu ul.dt-primary-nav>li>a {
    font-size: 40px;
    letter-spacing: 3px;
}

.vc_row.dt-sc-simpler-content.overlay-header>.vc_column_container .dt-header-menu ul.dt-primary-nav>li>a>.menu-item-icon {
    display: none;
}

.vc_row.dt-sc-simpler-content.overlay-header {
    right: -100% !important;
    left: auto !important;
}

.vc_row.dt-sc-simpler-content.overlay-header.dt-sc-simpler-content-open {
    right: 0 !important;
}

.vc_row.dt-sc-simpler-content.overlay-header .dt-simpler-slider {
    left: auto;
    right: 20px;
}

.vc_row.dt-sc-simpler-content.overlay-header.from-left {
    left: -100% !important;
}

.vc_row.dt-sc-simpler-content.overlay-header.from-left .dt-simpler-slider {
    right: auto;
    left: 20px;
}

.vc_row.dt-sc-simpler-content.overlay-header.from-left.dt-sc-simpler-content-open {
    left: 0 !important;
}

.boxed-header .dt-simpler-slider {
    top: 25px;
}

.dt-sc-simpler-content-open .dt-simpler-slider,
.dt-sc-simpler-content-open.boxed-header .dt-simpler-slider {
    right: 320px;
    left: auto;
}

.from-left .dt-simpler-slider,
.overlay-header.from-left .dt-simpler-slider {
    left: 20px;
    right: auto;
}

.from-left.boxed-header .dt-simpler-slider {
    left: 25px;
    right: auto;
}

.dt-sc-simpler-content-open.from-left .dt-simpler-slider,
.dt-sc-simpler-content-open.from-left.boxed-header .dt-simpler-slider {
    left: 320px;
    right: auto;
}

.vc_row.dt-sc-simpler-content.from-left .dt-custom-nav-wrapper.inline-vertical[data-divider="yes"] .dt-custom-nav li.menu-item-has-children ul.sub-menu {
    right: -300px;
    left: auto;
}

.vc_row.dt-sc-simpler-content .dt-header-menu ul.dt-primary-nav>li {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.vc_row.dt-sc-simpler-content .dt-header-menu ul.dt-primary-nav li>ul.sub-menu {
    position: absolute;
    left: 100%;
    top: 10px;
}

.vc_row.dt-sc-simpler-content .dt-header-menu ul.dt-primary-nav li>ul.sub-menu>li.menu-item-object-dt_mega_menus>.vc_section {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: calc(100vw - 330px);
    max-width: calc(100vw - 330px);
}

.vc_row.dt-sc-simpler-content .dt-header-menu ul.dt-primary-nav li:hover>ul.sub-menu {
    top: 0;
}


/*--- 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 {
    text-align: left;
    padding-left: 50px;
    font-weight: 400;
}

#header .header-24 .dt-sc-contact-info span {
    margin-top: 5px;
    font-size: 40px;
    left: 0;
}


/*--- 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;
    position: absolute;
    font-size: 14px;
    top: 50%;
    right: -8px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    opacity: .3;
}

#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);
    -webkit-box-shadow: none;
    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 {
    line-height: 70px;
    float: left;
    padding: 0 25px;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: .2px;
}

#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 {
    width: 32px;
    position: relative;
    height: auto;
    float: none;
    display: inline-block;
    padding: 0;
    text-align: left;
    cursor: pointer;
    z-index: 9;
}

#header .header-25 .dt-sc-sociable:before {
    position: absolute;
    content: "\f1e0";
    display: block;
    left: 0;
    right: 0;
    font-family: fontawesome;
}

#header .header-25 .dt-sc-sociable li {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    float: none;
    display: inline-block;
    padding-bottom: 0;
    clear: none;
    top: -15px;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
}

#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 {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    border: 1px solid #fff;
    border-left: 0;
    text-align: center;
}

#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;
    text-align: right;
    margin: 3px 0 0;
}

#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 {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
}

#header .header-25 .menu-icons-wrapper .search {
    position: absolute;
    top: 0;
}


/*--- Header-26 - Veda Wedding ---*/

#header .header-26 {
    border-top: 1px solid;
    border-bottom: 1px solid;
    background: #fcf8f5;
    width: 100%;
    float: left;
    position: relative;
    z-index: 9;
}

/*#header .header-26:before { content: ""; position: absolute; display: block; width: 25px; height: 100%; background: #333333; top: 0; }*/
#header .header-26:after {
    content: "";
    position: absolute;
    display: block;
    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-repeat: repeat;
    width: 100%;
    height: 100%;
    background-position: center;
    opacity: 0.1;
    z-index: -1;
    transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
}

#header .header-26 .vc_col-sm-2 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -22px;
    z-index: 1;
    width: 96px;
}

#header .header-26>.dt-sc-stretch-row-content>.vc_column_container>.vc_column-inner {
    padding: 5px 0px 0 0px !important;
    font-style: italic;
}

#header .header-26>.dt-sc-stretch-row-content>.vc_column_container>.vc_col-sm-2 {
    padding-right: 10px;
    padding-left: 0px;
}


#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 {
    width: 50px;
    font-size: 20px;
    color: #fff;
    left: 0;
    top: 0;
    border-radius: 50%;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

#header .header-27 .cart-total {
    font-size: 14px;
    font-weight: bold;
}

#header .header-27 .cart-icon span {
    left: 38px;
    top: 0px;
    color: #fff;
}

#header .header-27 .search-module {
    width: 100%;
}

#header .header-27 .search-module.simple-header-search.filled.gray #searchform {
    background: none;
    border: 1px solid #e5e5e5;
    width: 100%;
    float: none;
    display: inline-block;
    max-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 {
    background: #fff;
}

#header .header-28 .cart-info {
    background: none;
    height: 50px;
    margin-top: 0;
    padding: 0;
    width: 50px;
}

#header .header-28 .cart-info:before {
    color: #fff;
    font-size: 20px;
    height: 100%;
    line-height: 50px;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    border-radius: 50%;
}

#header .header-28 .cart-total {
    display: none;
}

#header .header-28 .cart-icon span {
    position: absolute;
    top: 5px;
    right: -12px;
    width: 18px;
    height: 18px;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    line-height: 16px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #fff;
}

#header .header-28 .header-28-cart {
    position: absolute;
    right: 0;
}

#header .header-28-topbar {
    padding: 8px 0;
}

#header .header-28-topbar .dt-custom-nav li a {
    padding: 0px 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;
    width: 23px;
}

#header .header-28-topbar .dt-custom-nav-wrapper[data-link-icon-position="inside"] #menu-top-menu-left.dt-custom-nav li a>i.menu-item-icon {
    width: auto;
    padding-right: 5px;
}

#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: -6px;
}


/*--- Header-29 - Attorney ---*/

#header .header-29 .search-module.simple-header-search.filled.gray #searchform {
    background: rgba(255, 255, 255, .11);
    width: 100%;
    float: none;
    display: inline-block;
    padding: 6px 0px;
}

#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 {
    float: left;
    clear: both;
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: block;
    line-height: 0px;
}

#slider img {
    max-width: 100%;
}


/*--------------------------------------------------------------
	11.0 - Title & Breadcrumb
	--------------------------------------------------------------*/

.section-wrapper {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 0px;
    padding: 0px;
}

.section-wrapper.fullwidth-section>.container {
    width: 100%;
}

.section-wrapper.fullwidth-section {
    position: relative;
}

.dark-overlay,
.extend-bg-fullwidth-left,
.extend-bg-fullwidth-right,
.light-overlay {
    position: relative;
}

.dark-overlay:before,
.light-overlay:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: inline !important;
    z-index: 0;
}

.section-wrapper .container {
    z-index: 9;
}

.main-title-section-wrapper {
    background-color: #f8f8f8;
    clear: both;
    float: left;
    margin: 0 0 80px;
    padding: 23px 0 28px;
    position: relative;
    width: 100%;
}

.main-title-section-wrapper.dt-sc-dark-bg {
    background-color: rgba(0, 0, 0, 0.7);
}

#header-wrapper .main-title-section-wrapper {
    margin: 0 0 35px;
}

.no-breadcrumb #main {
    margin-top: 35px;
}

.main-title-section {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
    pointer-events: none;
    word-wrap: break-word;
    word-break: break-word;
}

.main-title-section h1 {
    font-size: 30px;
    font-weight: 700;
    color: #2b2b2b;
    text-transform: uppercase;
    margin-bottom: 0;
}

.breadcrumb {
    clear: both;
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
}

.breadcrumb a {
    color: #2b2b2b;
}

.breadcrumb .fa {
    display: inline-block;
    margin: 0px 4px;
    padding: 0px;
}

.breadcrumb span.current {
    color: rgba(0, 0, 0, 0.5);
}

.breadcrumb .fa.default {
    display: inline-block;
    height: 12px;
    width: 1px;
    -webkit-transform: rotate(30deg);
    -moz-transform-origin: 0 0;
    -moz-transform: rotate(30deg);
    -ms-transform-origin: 0 0;
    -ms-transform: rotate(30deg);
    transform-origin: 0 0;
    transform: rotate(30deg);
    background: #2b2b2b;
    top: 2px;
    position: relative;
    margin: 0px 6px 0px 12px;
}

.main-title-section.aligncenter {
    text-align: center;
}

.main-title-section.alignright {
    text-align: right;
}

.main-title-section-wrapper.breadcrumb-left .breadcrumb {
    clear: none;
    float: left;
    width: 35%;
    padding-right: 20px;
    margin-top: 13px;
}

.main-title-section-wrapper.breadcrumb-left .main-title-section {
    float: right;
    width: 65%;
    text-align: right;
}

.main-title-section-wrapper.breadcrumb-right .breadcrumb {
    clear: none;
    float: right;
    text-align: right;
    /* width:35%; */
    padding-left: 10px;
    margin-top: 5px;
}

.main-title-section-wrapper.breadcrumb-right .main-title-section {
    float: left;
    /* width:65%; */
}

.main-title-section-wrapper.breadcrumb-top-left-title-center .main-title-section {
    width: 100%;
    text-align: center;
}

.main-title-section-wrapper.breadcrumb-top-left-title-center .breadcrumb {
    margin-top: -70px;
    width: 100%;
    float: left;
}

.main-title-section-wrapper.breadcrumb-top-right-title-center .main-title-section {
    width: 100%;
    text-align: center;
}

.main-title-section-wrapper.breadcrumb-top-right-title-center .breadcrumb {
    margin-top: -70px;
    width: 100%;
    float: right;
    text-align: right;
}

.dt-sc-dark-bg .breadcrumb {
    color: rgba(255, 255, 255, 0.6);
}

.dt-sc-dark-bg .breadcrumb a {
    color: #ffffff;
}

.dt-sc-dark-bg .breadcrumb a:hover,
.dt-sc-dark-bg .breadcrumb span.current {
    color: rgba(255, 255, 255, 0.6);
}

.dt-sc-dark-bg .breadcrumb .fa.default {
    background: #ffffff;
}


.main-title-section-wrapper>.main-title-section-bg {
    background: rgba(0, 0, 0, 0.05);
    content: "";
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

#header-wrapper.header-top-absolute #header~.main-title-section-wrapper>.main-title-section-bg {
    height: 9999px;
}


/*----*****---- << Hotel Search Form >> ----*****----*/

.fullwidth-section {
    float: left;
    width: 100%;
    clear: both;
    margin: 0;
}

.fullwidth-section .search-container.type2 {
    position: inherit;
}

.search-container.type2 {
    position: absolute;
    bottom: 0;
    float: left;
    width: 100%;
    z-index: 99;
}

.search-container.type2 form>p,
.search-container.type2 form>p {
    width: 21%;
}

.search-container.type2 form>p.select-search-field,
.search-container.type2 form>p.select-search-field {
    width: 14.8%;
}

.search-container.type2 form input,
.search-container.type2 form input {
    min-height: 44px;
    margin: 10px 0;
    padding: 11px 12px;
}

.search-container.type2 ul.dt-sc-tabs-frame,
.search-container.type2 ul.dt-sc-tabs-horizontal-frame {
    display: inline-block;
    margin-bottom: 0;
}

.search-container.type2 .dt-sc-tabs-horizontal-frame-content,
.search-container ul.dt-sc-tabs-horizontal-frame>li>a.current,
.search-container ul.dt-sc-tabs-horizontal-frame>li>a:hover {
    background: rgba(255, 255, 255, 0.9);
}

.search-container.type2 form .selection-box {
    margin: 10px 0;
}

.search-container.type2 .selection-box:before {
    border-top-color: #fff;
}

.search-container.type2 .selection-box:after {
    border: none;
}

.search-container ul.dt-sc-tabs-horizontal-frame li {
    display: inline;
    float: left;
    margin-right: 2px;
    text-transform: uppercase;
    padding-bottom: 0;
    margin-left: 0;
}

.search-container ul.dt-sc-tabs-horizontal-frame li a {
    border-radius: 0;
    margin: 0;
}

.search-container .dt-sc-tabs-horizontal-frame>li:first-child a {
    border-radius: 5px 0px 0px 0px;
}

.search-container .dt-sc-tabs-horizontal-frame>li:last-child a {
    border-radius: 0px 5px 0px 0px;
}

.search-container.type2 ul.dt-sc-tabs-horizontal-frame li a {
    display: block;
    padding: 13px 12px;
    line-height: normal;
    border: 0;
    font-size: 16px;
    font-weight: 600;
}

.search-container form {
    float: left;
    width: 100%;
}

.search-container form p {
    position: relative;
}

.search-container form input {
    padding: 13px 12px;
    display: inline-block;
    margin-top: 0;
    min-height: 50px;
}

.search-container form>input[type="text"] {
    width: 37.5%;
    margin-right: 20px;
    float: left;
}

.search-container form>p {
    float: left;
    width: 80.9%;
    margin-right: 20px;
}

.search-container.type2 input[type="submit"] {
    font-size: 16px;
    text-transform: uppercase;
    float: right;
}

.search-container input[type="submit"]:hover,
.search-container.type2 input[type="submit"]:hover,
.search-container ul.dt-sc-tabs-horizontal-frame>li>a {
    color: #fff;
}

.search-container .dt-sc-tabs-frame-content {
    padding: 20px 2%;
}

.search-container.type2 .dt-sc-tabs-horizontal-frame-content {
    border-radius: 0px 5px 5px 5px;
    padding: 30px 2% 12px;
}

.page-with-sidebar .search-container form {
    float: left;
    margin-top: -4px;
    width: 100%;
}

.page-with-sidebar .search-container form>p {
    width: 75.3%;
}

.page-with-sidebar.with-both-sidebar .search-container form>p {
    width: 70.3%;
}

.page-with-sidebar #entry-search.search-container input[type="submit"] {
    float: left;
    margin: 0;
    padding: 13.5px 4%;
}

.search-container input[type="submit"] {
    text-transform: uppercase;
}

/*--------------------------------------------------------------
	12.0 - Footer
	--------------------------------------------------------------*/

#footer {
    width: 100%;
    float: left;
    clear: both;
    margin: 0px;
}

#footer .container {
    z-index: 9;
}

.footer-copyright {
    float: left;
    margin: 0px;
    padding: 30px 0px;
    width: 100%;
    clear: both;
    font-size: 14px;
}

.footer-copyright .alignright img {
    float: right;
}

#footer .dt-sc-fancy-list li a {
    font-size: 13px;
}

#footer .dt-sc-light-bg {
    border-top: 1px solid #e4e8ea;
    border-bottom: 1px solid #e4e8ea;
    padding: 50px 0;
}

#footer ul.dt-sc-tabs-horizontal-frame>li>a {
    font-size: 14px;
    font-weight: 100;
    padding: 14px 20px;
    color: #35383f;
}

#footer ul.dt-sc-tabs-horizontal-frame {
    padding: 8px 0 15px;
}

#footer .dt-sc-sociable li {
    margin: 0 -1px 0 0;
}

#footer .dt-custom-nav li a {
    padding: 0;
}


/*--- Footer ---*/

.dt-sc-dark-bg .responsive-map {
    color: #000;
}

.dt-mc-subscribe *,
.dt-sc-sociable li a>i {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.dt-mc-subscribe .dt-subscribe-msg {
    display: inline-block;
}

.dt-mc-subscribe .dt-subscribe-msg span {
    display: inline-block;
    line-height: normal;
    margin: 25px 0 0 0;
    position: relative;
    text-align: left;
    width: 100%;
}

.dt-sc-dark-bg .dt-mc-subscribe .dt-subscribe-msg span {
    color: #fff;
}

.dt-sc-contact-info.custom-type {
    padding-left: 30px;
    margin-bottom: 5px;
}

.dt-sc-contact-info.custom-type span {
    margin: 5px 0 0;
    font-size: 20px;
    text-align: left;
    width: auto;
}

.dt-sc-contact-info.custom-type h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

#footer .dt-sc-contact-info.type8 span {
    margin: auto;
    width: 84px;
    text-align: center;
    font-size: 32px;
}

#footer .footer-copyright .widget,
#footer .footer-copyright .wpb_content_element,
#footer>.wpb_content_element {
    margin-bottom: 0;
}

#footer h4,
.contact-info h4 {
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 600;
}

#footer h5 {
    font-size: 20px;
}

#footer .dt-custom-nav {
    margin-bottom: 10px;
}

#footer .dt-sc-footer-menu a:hover {
    color: #8b8b8b;
}

#footer p.copyright a:hover {
    color: #fff;
}

.dt-custom-nav li {
    padding-bottom: 0;
}


/*--- Footer 6 & 14 ---*/

.map-with-overlay {
    position: relative;
}

.map-with-overlay .map-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.map-with-overlay.dt-sc-dark-bg .map-overlay:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    background: rgba(8, 45, 66, 0.3);
}

.map-with-overlay.dt-sc-light-bg .map-overlay:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    background: rgba(8, 45, 66, 0.3);
}

.map-with-overlay.dt-sc-dark-bg .map-overlay:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0.7)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}

.map-with-overlay.dt-sc-light-bg,
.footer-widgets .map-with-overlay.dt-sc-light-bg a,
#footer .map-with-overlay.dt-sc-light-bg a {
    color: #000;
}

.map-with-overlay.dt-sc-light-bg .map-overlay:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.7);
}

.map-with-overlay .map-overlay .wpb_column,
.map-with-overlay .map-overlay.wpb_column .vc_column-inner,
.vc_row.vc_row-flex.map-with-overlay>.map-overlay.wpb_column.vc_column_container>.vc_column-inner {
    z-index: 2;
}

.map-with-overlay .map-overlay.wpb_column .vc_column-inner .wpb_wrapper {
    width: 80%;
    margin: 0 auto;
}

.map-with-overlay .map-overlay.wpb_column .dt-sc-tabs-horizontal-container.aligncenter ul.dt-sc-tabs-horizontal {
    border-bottom: 0;
}

.map-with-overlay .map-overlay.wpb_column .dt-sc-tabs-horizontal-container.aligncenter ul.dt-sc-tabs-horizontal>li {
    float: none;
    display: inline-block;
    margin: 0 10px;
}

.map-with-overlay .map-overlay.wpb_column .dt-sc-tabs-horizontal-container ul.dt-sc-tabs-horizontal>li>a {
    border: 1px solid;
    border-radius: 50px;
    padding: 10px 30px;
}

.map-with-overlay .map-overlay.wpb_column .dt-sc-tabs-horizontal-container ul.dt-sc-tabs-horizontal>li>a:hover,
.map-with-overlay .map-overlay.wpb_column .dt-sc-tabs-horizontal-container ul.dt-sc-tabs-horizontal>li>a.current {
    background: #fff;
}

.map-with-overlay .map-overlay.wpb_column .dt-sc-tabs-horizontal-container .dt-sc-tabs-horizontal-content {
    padding-bottom: 0;
}

#footer .map-with-overlay.dt-sc-dark-bg {
    color: rgba(255, 255, 255, 0.5);
}

#footer .bottom-bordered input[type="text"],
#footer .bottom-bordered input[type="password"],
#footer .bottom-bordered input[type="email"],
#footer .bottom-bordered input[type="url"],
#footer .bottom-bordered input[type="tel"],
#footer .bottom-bordered input[type="number"],
#footer .bottom-bordered input[type="range"],
#footer .bottom-bordered input[type="date"],
#footer .bottom-bordered textarea,
#footer .bottom-bordered input.text,
#footer .bottom-bordered input[type="search"] {
    color: #777777;
    border-width: 0 0 1px 0;
    padding: 6px 0 15px;
    font-size: 14px;
}

#footer .wpcf7-form.bottom-bordered input[type="submit"],
#footer .wpcf7-form.bottom-bordered button,
#footer .wpcf7-form.bottom-bordered input[type="button"],
#footer .wpcf7-form.bottom-bordered input[type="reset"] {
    background: none;
    border-radius: 0;
    border: 1px solid;
}

.fullwidth-on-laptop.vc_col-sm-8 h2.alignleft,
.fullwidth-on-laptop .vc_col-sm-8 h1.alignnone {
    margin-right: 25px;
    line-height: 40px;
}

.fullwidth-on-laptop.vc_col-sm-8 h1.alignnone {
    margin-right: 25px;
    line-height: 50px;
    margin-bottom: 10px;
}

.fullwidth-on-laptop.vc_col-sm-8 h1.alignnone.no-margin {
    margin-bottom: 0;
}

/*--- Footer 15 ---*/
.footer-15 .dt-sc-newsletter-section.type5 {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 0;
}

.footer-15 .dt-sc-newsletter-section.type5 input[type="text"],
.footer-15 .dt-sc-newsletter-section.type5 input[type="email"] {
    background: none;
    color: rgba(0, 0, 0, 0.3);
    border: 1px solid;
    border-radius: 0;
    padding: 16px 20px 15px;
    font-size: 12px;
    margin: 0 0 20px;
}

.footer-15 .dt-sc-newsletter-section.type5 .dt-sc-subscribe-frm input[type="submit"] {
    padding: 15px 0;
    border-radius: 0;
}

.footer-15 {
    width: 100%;
    float: left;
    position: relative;
}

.footer-15.vc_row[data-vc-full-width] {
    overflow: visible;
}

.footer-15 h3 {
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.footer-15 .dt-sc-small-separator {
    width: 70px;
    height: 1px;
}

.footer-15.dt-sc-dark-bg .dt-sc-newsletter-section.type5 input[type="text"],
.footer-15.dt-sc-dark-bg .dt-sc-newsletter-section.type5 input[type="email"] {
    color: rgba(255, 255, 255, 0.3);
}

/*--- Footer 16 ---*/
.footer-16 .dt-sc-newsletter-section.type2 {
    text-align: left;
    padding: 0;
}

.footer-16 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm {
    position: relative;
}

.footer-16 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="email"]:first-child {
    width: 100%;
}

.footer-16 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="submit"] {
    position: absolute;
    right: 0;
    margin: 0;
}


.footer-16 .dt-sc-single-line-separator {
    border-color: rgba(0, 0, 0, 0.35);
    margin: 0 0 30px 11px;
    width: 100%;
    float: left;
    position: relative;
}

.footer-16 .dt-sc-single-line-separator:before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.5);
    left: -6px;
    bottom: -2px;
    top: inherit;
    background: none;
    -webkit-transform: rotate(45deg);
    -moz-transform-origin: 0 0;
    -moz-transform: rotate(45deg);
    -ms-transform-origin: 0 0;
    -ms-transform: rotate(45deg);
    transform-origin: 0 0;
    transform: rotate(45deg);
    display: block;
}

.footer-16.dt-sc-dark-bg .dt-sc-single-line-separator {
    border-color: rgba(255, 255, 255, 0.35);
}

.footer-16.dt-sc-dark-bg .dt-sc-single-line-separator:before {
    border-color: rgba(255, 255, 255, 0.5);
}

.footer-16 .widget .recent-posts-widget li .entry-title h4 {
    font-size: 16px;
}

#footer .footer-16.dt-sc-dark-bg .recent-posts-widget a,
#footer .footer-16.dt-sc-dark-bg .widget .recent-posts-widget li .entry-meta p,
#footer .footer-16.dt-sc-dark-bg .recent-posts-widget li .entry-meta a {
    color: #fff;
}

#footer .footer-16.dt-sc-dark-bg .recent-posts-widget a:hover,
#footer .footer-16.dt-sc-dark-bg .recent-posts-widget li .entry-meta a:hover {
    color: #222222;
}

#footer .footer-16.dt-sc-dark-bg .widget ul li {
    border-color: rgba(255, 255, 255, 0.5);
}


/*--- Footer 17 ---*/
.footer-17 {
    font-size: 16px;
}

.footer-17.vc_row[data-vc-full-width] {
    overflow: visible;
}

.footer-17 h2 {
    line-height: 36px;
    margin-bottom: 20px;
}

.footer-17 .dt-sc-newsletter-section.type2 {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -100px;
}

.footer-17 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm {
    background: #0074bd;
    width: 70%;
    padding: 30px;
    float: none;
    display: inline-block;
    margin: 0px;
}

.footer-17 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="text"],
.footer-17 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="email"] {
    width: 35%;
    border: none;
    margin-right: 1px;
    font-size: 13px;
}

.footer-17 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="submit"] {
    background: #fcdb34;
    color: #1c3f55;
    font-weight: normal;
    font-size: 16px;
    text-transform: none;
    padding: 11px 20px;
}

.footer-17 .dt-sc-newsletter-section.type2 a.dt-sc-button,
#footer .footer-17 a.dt-sc-button,
.footer-17 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="submit"]:hover,
#footer .footer-17 a.dt-sc-button:hover {
    color: #fff;
}

.footer-17.dt-sc-dark-bg,
.footer-17.dt-sc-dark-bg h2 {
    color: rgba(255, 255, 255, 0.7);
}


/*--- Footer 18 ---*/
.footer-18 .dt-sc-twitter-icon {
    margin: 0;
    position: absolute;
    width: auto;
    left: 0;
    height: 100%;
}

.footer-18 .dt-sc-twitter-icon:before {
    width: 44px;
    height: 100%;
    left: 0;
    top: 0;
    background: #32aadf;
}

.footer-18 .dt-sc-twitter-icon:after {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #32aadf;
    border-bottom: 5px solid transparent;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: -5px;
    background: none;
}

.footer-18 .dt-sc-twitter-feeds {
    position: relative;
}

.footer-18 .dt-sc-twitter-feeds .dt-sc-tweet {
    text-align: left;
    padding-left: 65px;
    padding-bottom: 0;
    width: 100%;
    float: left;
    margin: 6px 0 8px;
}

.footer-18 .dt-sc-twitter-feeds .dt-sc-tweet .tweet-time {
    font-size: 14px;
    font-style: normal;
    color: #333333;
    clear: none;
    width: auto;
    float: none;
    margin: 8px 0 0 10px;
}

.footer-18 .dt-sc-twitter-feeds .tweet-text {
    color: #999999;
    font-size: 14px;
    float: left;
}

.footer-18 .dt-sc-twitter-icon span {
    font-size: 14px;
    border-radius: 0;
    width: 44px;
    background: none;
    height: 100%;
    line-height: 54px;
}

.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 {
    margin-top: -4px;
    line-height: 22px;
}

.footer18-widget .widget .recent-posts-widget li .entry-content p {
    margin-bottom: 0;
}

.footer18-widget .widget .tagcloud a {
    border-bottom: none;
    margin: 0px 3px 3px 0px;
    padding: 8px 20px;
    font-size: 13px !important;
}

.footer18-widget.dt-sc-dark-bg .widget .tagcloud a {
    background: rgba(0, 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, 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"] {
    border: none;
    background: rgba(255, 255, 255, 0.35);
    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 {
    position: absolute;
    bottom: 0;
    left: 0;
}

#footer .footer18-widget.dt-sc-dark-bg .footer-copyright {
    color: #ffffff;
}

#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, 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, 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;
    text-transform: inherit;
    margin-bottom: 7px;
}

.footer-19 .blog-entry.blog-default-style .entry-body:empty {
    display: none;
}

.footer-19 .blog-entry.blog-default-style a.dt-sc-button.small {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: 300;
}

.footer-19 .blog-entry.blog-default-style a.dt-sc-button.small:hover {
    background: none;
    color: #777777;
}

.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 {
    text-align: center;
    margin: auto;
}

.footer-19.newsletter h2 {
    font-size: 20px;
    font-weight: bold;
    margin-right: 15px;
    margin-top: 12px;
}

.footer-19.newsletter form {
    border: 1px solid #e6e6e6;
    width: 600px;
    border-radius: 3px;
}

.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"] {
    font-size: 14px;
    padding-left: 45px;
    float: left;
}

.footer-19.newsletter .dt-mc-subscribe form .btn-wrap input[type="submit"] {
    padding: 5px 25px;
    font-weight: normal;
    font-size: 14px;
    float: right;
    border-radius: 0 3px 3px 0;
}

.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: #ffffff;
}

#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: #333333;
}

#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 {
    position: absolute;
    bottom: 0;
    padding: 30px 30px 30px 30px !important;
}

.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: #222222;
}

#footer .footer-20-contact .dt-sc-contact-info {
    padding-left: 70px;
    font-size: 13px;
}

#footer .footer-20-contact .dt-sc-contact-info h6 {
    float: none;
    display: inline-block;
    margin-bottom: 0;
    color: #333;
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 8px;
}

.footer-20 .dt-sc-twitter-icon {
    margin: 0;
    position: absolute;
    width: auto;
    left: 0;
    height: 100%;
}

.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 {
    text-align: left;
    padding-left: 80px;
    padding-bottom: 0;
    width: 100%;
    float: left;
    margin: 6px 0 8px;
}

.footer-20 .dt-sc-twitter-feeds .dt-sc-tweet .tweet-time {
    font-size: 14px;
    font-style: normal;
    color: #333333;
    clear: none;
    width: auto;
    float: none;
    margin: 8px 0 0 0;
}

.footer-20 .dt-sc-twitter-feeds .tweet-text {
    color: #999999;
    font-size: 14px;
    float: left;
    margin-right: 10px;
}

.footer-20 .dt-sc-twitter-icon span {
    font-size: 70px;
    border-radius: 0;
    background: none;
    color: #f2f2f2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-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 {
    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;
    color: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    height: 32px;
    top: -15px;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    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: #222222;
}

.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: #3399ff;
}

#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: #ff0000;
}

#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: #ffffff;
}


/*--- Helen Spa Footer ---*/

#footer .footer-22.slope-bg.vc_row[data-vc-full-width] {
    position: relative;
    overflow: visible;
}

#footer .footer-22.slope-bg:before {
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    border-image: none;
    position: absolute;
    left: 0;
    top: -465px;
    border-right-width: 1920px;
    border-right-style: solid;
    border-top: 465px solid transparent;
    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 {
    width: 87.8%;
    background-color: #FFF;
    margin: 0px auto 56px;
    text-align: center;
    display: block;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
    overflow: visible;
    padding: 75px 10px;
}

.footer-info-content.vc_row .vc_column_container>.vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
}

.footer-info.vc_column_container {
    padding: 10px 110px 10px 90px;
}

.footer-info.vc_column_container .dt-sc-title.script-with-sub-title {
    margin-bottom: 0px;
}

.footer-info.vc_column_container .dt-sc-title.script-with-sub-title h3 {
    margin-bottom: 15px;
}


.footer-22 .footer-copyright.vc_row {
    border-top-width: 1px;
    border-top-style: solid;
    margin: 0px;
}

.footer-22 .footer-copyright.vc_row .dt-sc-sociable {
    margin: 0 -10px 0px 0px;
}

.footer-22 .footer-copyright.vc_row .dt-sc-sociable li {
    margin: 2px 0px;
}

.footer-22 .footer-copyright.vc_row .dt-sc-sociable li a {
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-size: 18px;
}

#footer .footer-22 .vc_column_container.no-padding-left>.vc_column-inner {
    padding-left: 0px;
}

#footer .footer-22 .vc_column_container.no-padding-right>.vc_column-inner {
    padding-right: 0px;
}

.footer-22 .footer-text {
    padding: 0px 18% 0px 0px;
}

#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: 0px;
}

#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: #222222;
}

#footer .footer-22 .dt-sc-title.script-with-sub-title h3 {
    letter-spacing: 0.2em;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 34px;
}

#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: #ffffff;
}


#footer .footer-22 .dt-sc-newsletter-section.type6 {
    padding: 12px 69px 4px;
    text-align: center;
    border-right-width: 1px;
    border-right-style: solid;
}

#footer .footer-22 .dt-sc-newsletter-section.type6>p {
    padding: 0px 70px;
    margin-bottom: 30px;
}

#footer .footer-22 .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm {
    width: 100%;
    float: left;
}

#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"] {
    width: 100%;
    margin: 0px;
    border-radius: 0px;
    font-size: 16px;
    padding: 19px 20px;
}

#footer .footer-22 .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type="submit"] {
    padding: 15px 42px 15px;
    font-size: 22px;
    font-weight: 500;
    margin: 33px 0px 0px 0px;
    float: none;
    letter-spacing: 0.12em;
    font-size: 14px;
    background-color: transparent;
    border: 2px solid;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-border-radius: 0;
}

#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: #222222;
}


/*--- Footer - 23 ---*/
#footer .footer-23 .dt-sc-newsletter-section.type7 {
    padding: 0;
}

#footer .footer-23 .dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm {
    width: 100%;
    margin: 0;
}

#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"] {
    margin: 0;
    padding: 15px 20px 15px;
    border: 1px solid #e9e9e9;
    font-size: 14px;
}

#footer .footer-23 .dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm:before {
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    bottom: auto;
}

#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;
    width: 100%;
    text-align: right;
}

#footer .footer-23.footer-copyright .wpb_image_grid .wpb_image_grid_ul li {
    float: right;
    text-align: right;
    position: static !important;
    margin-left: 10px;
}

#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: #222222;
}


/*--- 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 {
    margin-bottom: 0;
    border-bottom: none;
    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 {
    content: "\f040";
    font-size: 11px;
    background-color: #fff;
    color: #fff;
    height: 18px;
    line-height: 18px;
    left: 1px;
    text-align: center;
    width: 18px;
    border-radius: 50%;
    top: 14px;
}

#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, 0.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 {
    text-align: center;
    width: 100%;
    margin: 0px 0px 50px;
}

#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: 0.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 {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

#footer .footer-25 .footer-form .form-field i {
    left: 0;
    line-height: 50px;
    position: absolute;
    top: 0;
    color: #242524;
    font-size: 14px;
}

#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: 0px 0px 1px;
    font-size: 13px;
    color: #242524;
    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;
    letter-spacing: 0.2em;
    padding: 14px 25px;
    text-transform: uppercase;
    font-weight: 300;
}

#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: 0px 90px 0px 40px;
}

#footer .footer-25.vc_row.vc_row-no-padding .wpb_column.footer-address-content {
    padding: 0px 0px 0px 70px;
}


#footer .footer-25 .dt-sc-contact-info {
    padding-left: 30px;
    margin-bottom: 10px;
}

#footer .footer-25 .dt-sc-contact-info span {
    margin: 6px 0px 0px 0px;
    font-size: 18px;
    text-align: left;
    width: auto;
    color: #242524;
}

#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 {
    margin: auto;
    width: 84px;
    text-align: center;
    font-size: 32px;
}

#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 {
    margin: 25px 0px 0px;
    display: inline-block;
    width: 100%;
}

#footer .footer-25 .dt-sc-sociable li {
    display: inline-block;
    margin: 0px 20px;
}

#footer .footer-25 .dt-sc-sociable.left li {
    margin: 0px 40px 0px 0px;
}

#footer .footer-25 .dt-sc-sociable li a {
    height: auto;
    line-height: normal;
    width: auto;
    display: inline-block;
    float: left;
}

#footer .footer-25.dt-sc-skin-highlight .dt-sc-title h2 strong {
    color: #ffffff;
}

#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: #222222;
}

.footer-26 .dt-sc-newsletter-section.type5 {
    width: 100%;
    padding: 35px 30px 40px;
    border-color: #f4f4f4;
}

.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: 0px;
}

.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 {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#footer .footer-27 .dt-sc-contact-info.type1 {
    padding: 100px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 18px;
}

#footer .footer-27 .dt-sc-contact-info.type1.aligncenter span {
    font-size: 65px;
    position: absolute;
    top: 0;
    margin: 0 auto 30px;
    left: 0;
    text-align: center;
    right: 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 {
    text-transform: none;
    color: #000;
}

#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;
    -webkit-box-shadow: none;
    -moz-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: 0px;
}

#footer .footer-28 .dt-sc-contact-info.type8.aligncenter span {
    font-size: 27px;
    position: static;
    float: none;
    margin: 0px auto 55px;
}

.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 {
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    color: #252525;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 40px;
}

.footer-29 h3:before {
    content: "";
    position: absolute;
    left: 0;
    height: 3px;
    width: 35px;
    bottom: 0;
    display: inline-block;
}

.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 {
    padding-left: 50px;
    margin-bottom: 25px;
}

#footer .footer-29 .dt-sc-contact-info.type1 span {
    font-size: 30px;
    margin: 0px;
}

.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 {
    padding: 10px 0 10px 20px;
    margin-bottom: 0px;
}

#footer .footer-29 .dt-custom-nav li:first-child a {
    padding-top: 0px;
}

#footer .footer-29 .dt-custom-nav li:last-child {
    border-bottom: 0px;
}

.footer-29 .dt-custom-nav li {
    position: relative;
    border-bottom: 1px dashed rgba(0, 0, 0, .15);
}

.footer-29 .dt-custom-nav li:before {
    content: "-";
    font-family: FontAwesome;
    font-size: 24px;
    position: absolute;
    left: 1px;
    top: 7px;
    font-weight: bold;
}

.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: 0px;
}

#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 {
    margin: 0 0 25px;
    font-size: 24px;
    margin: 0px 0px 10px;
    position: relative;
    padding-bottom: 0px;
}

.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 {
    top: 0px;
    font-size: 20px;
}

.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 {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border-width: 0px;
}

.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"] {
    padding: 16px 20px 15px;
    font-size: 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 {
    content: "";
    position: absolute;
    top: -46px;
    left: 0px;
    width: 100%;
    height: 46px;
    background: url(../images/kidslife-footer-bg.png) center top no-repeat;
    background-size: cover;
}

.footer-31 .tweet_list li {
    padding: 0px 0px 0px 30px;
}

.footer-31 .tweet_list li:before {
    content: "";
    background: url(../images/tweety.png) no-repeat;
    float: left;
    width: 21px;
    height: 15px;
    margin: 0px 0px 0px 0px;
    background-size: 21px 15px;
}

.footer-31 .tweet_list li:hover:before {
    content: "";
}

.footer-31-copyright .alignright {
    width: auto;
    float: right;
}

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

.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"] {
    padding-left: 40px;
    font-size: 14px;
}

.footer-31 .dt-mc-subscribe.inline form .btn-wrap div {
    height: 100%;
    border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
}

.footer-31 .dt-mc-subscribe.inline.simple-rounded form>div.btn-wrap {
    padding: 0;
    float: right;
}

#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;
    text-transform: uppercase;
    padding: 22px 37px 18px;
    font-size: 15px;
}

.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: 0px;
}

.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 {
    width: 100%;
    padding: 18px 20px;
}

.footer-34 h3 {
    font-weight: bold;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.footer-34 h3:before {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    width: 40px;
    bottom: 0;
    display: inline-block;
    background-color: rgba(225, 229, 235, 0.5);
}

.footer-34 .wpb_column:hover h3:before {
    width: 50%;
}

ul.dt-working-hours {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

ul.dt-working-hours li {
    display: inline-block;
    width: 100%;
    border-bottom: 0;
    padding: 5px 15px 5px 0;
    line-height: 29px;
}

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 {
    font-weight: normal;
    float: right;
}

.footer-35 h3 {
    margin: 24px 0px 40px;
    position: relative;
    clear: both;
    font-size: 22px;
    padding-left: 30px;
}

.footer-35 h3:before {
    content: "\f1b0";
    font-size: 18px;
    margin-right: 15px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    position: absolute;
    top: 4px;
    left: 0px;
}

.footer-35 .dt-custom-nav li a {
    padding: 0px;
}

.footer-35 .dt-sc-sociable.small li a {
    width: auto;
    height: auto;
}

.footer-35 .dt-sc-sociable li {
    margin: 0px 18px;
}

.footer-35 .dt-sc-sociable li:first-child {
    margin-left: 0px;
}

.footer-36 {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
}

.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);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.zoom-hover.dt-sc-sociable li {
    display: inline-block;
    margin: 0px 15px 10px;
}

.footer-36 .dt-custom-nav-wrapper.inline-horizontal .dt-custom-nav li:first-child {
    margin-left: 0px;
}

.footer-36 .dt-custom-nav-wrapper.inline-horizontal .dt-custom-nav li:first-child a {
    padding-left: 0px;
}

.footer-36 .no-left-padding>.vc_column-inner {
    padding-left: 0px;
}

.footer-36 .vc_col-sm-8>.vc_column-inner {
    padding-left: 5%;
}

.dt-mc-subscribe.only-border-bottom {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
}

.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: 0px;
}

.dt-mc-subscribe.only-border-bottom form .email-field-wrap input[type="email"] {
    font-size: 40px;
    padding: 0px;
}

.dt-mc-subscribe.only-border-bottom form .btn-wrap input[type="submit"] {
    font-weight: normal;
    text-transform: uppercase;
    padding: 0px;
}

.dt-mc-subscribe.only-border-bottom form:before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    bottom: -1px;
    left: 0;
    transition: all 300ms linear;
}

.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, 0.6);
}

.footer-37.vc_custom_float {
    z-index: 1;
    position: relative;
}

.footer-37 .dt-custom-nav li a {
    padding-top: 0px;
    padding-bottom: 0px;
}

.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-top: 0px;
    padding-bottom: 0px;
}

.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: 0px;
}

.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 {
    height: 100%;
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
}

.footer-37 .dt-mc-subscribe.no-border form .btn-wrap input[type="submit"] {
    text-transform: uppercase;
    padding: 0px 19px;
}

.footer-37 .dt-mc-subscribe.no-border form .btn-wrap {
    padding: 0px;
}

.footer-38 .aligncenter.wpb_column {
    z-index: 1;
}

.footer-38 .aligncenter.wpb_column:before {
    content: "";
    height: auto;
    position: absolute;
    bottom: -100%;
    left: 0;
    top: -100%;
    width: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.05);
}

.footer-38 .aligncenter.wpb_column>.vc_column-inner {
    padding: 0px 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;
    content: "";
    height: 2px;
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 64px;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.footer-38 .alignright h3:before {
    left: auto;
    right: 0;
}

/*--------------------------------------------------------------
	13.0 - Side Navigation
	--------------------------------------------------------------*/

.side-navigation {
    width: 27%;
    float: left;
    margin: 0px 2% 0px 0px;
    padding: 0px;
}

.side-navigation-content {
    width: 71%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.side-navigation-bottom-content {
    width: 100%;
    float: left;
}

.side-navigation-content img {
    max-width: 100%;
}

.side-nav-container {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 98%;
}

ul.side-nav {
    border: 1px solid;
    border-bottom: 0px;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}

ul.side-nav li *,
ul.side-nav li *:before,
ul.side-nav li *:after {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

ul.side-nav li {
    float: left;
    width: 100%;
    display: block;
    padding: 0px;
    border-bottom: 1px solid;
}

ul.side-nav li a {
    color: #2d2d2d;
    padding: 12px 0px 12px 60px;
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 14px;
}

ul.side-nav li a:before {
    content: '\f301';
    font-family: Material-Design-Iconic-Font;
    font-style: normal;
    font-weight: normal;
    background: #f5f5f5;
    position: absolute;
    left: 3px;
    top: 3px;
    margin: auto;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 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 {
    content: '\f2f5';
    font-size: 24px;
    color: #fff;
}

ul.side-nav li ul {
    border-top: 1px solid;
    margin: 0px;
    padding-left: 0px;
}

ul.side-nav li ul li:last-child {
    border: none;
    padding-bottom: 0px;
}

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: 0px 0px 0px 2%;
}

.side-navigation-bottom-content .widgettitle {
    padding-bottom: 25px;
    margin-bottom: 35px;
}

.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: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 12px;
    position: absolute;
    top: 6px;
    left: 0px;
}

.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 {
    clear: both;
    display: block;
    position: relative;
    padding: 10px 0px 8px 23px;
    border-bottom: 1px solid #e5e5e5;
}

.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 {
    margin: 0 0 25px;
    padding-bottom: 25px;
    line-height: 46px;
    position: relative;
    width: 100%;
    font-size: 32px;
}

.side-navigation-content .dt-sc-wings-heading:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 3px;
}

.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 {
    content: "";
    position: absolute;
    right: -11px;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left-width: 10px;
    border-left-style: solid;
    border-bottom: 10px solid transparent;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.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);
    -ms-transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-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;
    width: 45px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.side-navigation.type3 ul.side-nav li a:before {
    border-right: 1px solid;
    content: "\f0da";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: inherit;
    margin-right: 15px
}

.side-navigation.type3 ul.side-nav li a:after {
    position: absolute;
    left: 0;
    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 {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    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 {
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, .06) inset;
    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 {
    -webkit-box-shadow: none;
    box-shadow: none
}

.side-navigation.type3 ul.side-nav li ul {
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, .06) inset;
    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 {
    color: #333;
    background: none;
    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 {
    overflow: hidden;
    border: none;
}

.side-navigation.type4 ul.side-nav li {
    margin-bottom: 7px;
    border: none;
}

.side-navigation.type4 ul.side-nav li a {
    padding: 12px 30px 12px 20px;
    text-align: right;
    background: #f4f8fb;
}

.side-navigation.type4 ul.side-nav li a:before {
    content: "";
    background: #f5f5f5;
    background-color: #000;
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    width: 5px;
    height: 100%;
    left: auto;
}

.side-navigation.type4 ul.side-nav li a:after {
    width: 5px;
    height: 100%;
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    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-right: 5px solid;
    border-right-color: currentcolor;
    border-bottom: 0;
    border-bottom-color: currentcolor;
    margin: 0;
    padding: 50px 0;
    float: left;
    width: 100%;
    border-left: none;
    border-top: none;
}

.side-navigation.type5 ul.side-nav li {
    float: left;
    width: 100%;
    display: block;
    padding: 0 30px 0 0;
    position: relative;
    border: none;
}

.side-navigation.type5 ul.side-nav li a {
    color: #2d2d2d;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 0 13px 0;
    position: relative;
    text-align: right;
    border-bottom: 1px solid currentcolor;
}

.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;
    width: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.side-navigation.type5 ul.side-nav li.current_page_item:after,
.side-navigation.type5 ul.side-nav li:hover:after {
    opacity: 1;
    width: 10px;
}


/*--------------------------------------------------------------
	14.0 - Style Picker
	--------------------------------------------------------------*/
.dt-style-picker-wrapper {
    position: fixed;
    z-index: 99999;
    left: 0px;
    top: 150px;
}

#dt-style-picker {
    background: #fff;
    border: 1px solid #DDDDDD;
    width: 225px;
    float: left;
    position: absolute;
    top: 0px;
    z-index: 1;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

#dt-style-picker h2 {
    border-bottom: 1px solid #DDDDDD;
    font-size: 12px;
    font-weight: normal;
    line-height: 48px;
    text-transform: uppercase;
    width: 100%;
    color: #848484;
    margin: 0px;
    padding: 0px;
}

#dt-style-picker h3 {
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 15px 0 0;
    width: 100%;
    color: #848484;
    margin: 0px;
    display: inline-block;
}

#dt-style-picker ul {
    float: left;
    margin: 0px;
    padding: 15px 0px;
    text-align: center;
    width: 225px;
    /* background-image:linear-gradient(to bottom, #f7f4f4, #ffffff); border-top:1px solid rgba(23, 24, 26, 0.08); */
}

#dt-style-picker ul li {
    display: inline-block;
    display: inline;
    list-style-type: none;
    padding: 0px;
    margin: 0px 4px 6px 4px;
}

#dt-style-picker ul li a {
    background: #f9f9f9;
    border: 1px solid #ffffff;
    padding: 3px;
    display: inline-block;
    margin: 0px;
    line-height: 0;
}

#dt-style-picker ul li a.selected,
#dt-style-picker ul li a:hover {
    border: 1px solid #d7d7d7;
}

#dt-style-picker ul li a img,
.style-picker-ico>img {
    border: 1px solid #f0f0f0;
}

#dt-style-picker ul.scheme-picker li a {
    padding: 7px;
}

#dt-style-picker ul.scheme-picker li a img {
    height: auto;
    border: 0;
}

#dt-style-picker .hr {
    width: 100%;
    height: 10px;
    display: block;
    float: left;
    clear: both;
    position: relative;
    z-index: 1;
    margin: 3px 0px;
}

.style-picker-ico {
    background: #F6F3EE;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.35);
    height: 48px;
    left: 224px;
    position: absolute;
    text-align: center;
    top: 25px;
    width: 50px;
    border-left: 0;
}

.style-picker-ico>i {
    color: #000;
    font-size: 27px;
    line-height: 47px;
}

.style-picker-ico.control-open>i:before {
    content: "\eb69";
    font-family: 'IcoMoon-Ultimate';
}

#dt-style-picker h3.color-scheme {
    background: #1a1a1a;
    color: #fff;
}


/*--------------------------------------------------------------
	15.0 - Loader
	--------------------------------------------------------------*/
.loader {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999991;
}

.loader-inner:before {
    content: "Loading";
    display: block;
    font-size: 10em;
    text-transform: uppercase;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 10px;
    opacity: 0.05;
    text-shadow: 5px 5px 0px #fff;
}

.loader-inner {
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
}

.loader-inner .dot {
    width: 7px;
    height: 7px;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 7px;
    animation-name: dot_move;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: 0.2s;
    -moz-animation-name: dot_move;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-delay: 0.2s;
    -ms-animation-name: dot_move;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-delay: 0.2s;
    -webkit-animation-name: dot_move;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 0.2s;
}

.loader-inner .dot1 {
    margin-left: -40px;
    animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
}

.loader-inner .dot2 {
    margin-left: -20px;
    animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
}

.loader-inner .dot3 {
    margin-left: 20px;
    animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
}

.loader-inner .dot4 {
    margin-left: 40px;
    animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -ms-animation-delay: 0s;
}

@keyframes dot_move {
    0% {
        left: 0%;
        opacity: 0;
    }

    30% {
        left: 50%;
        opacity: 1;
        height: 7px;
    }

    40% {
        height: 35px;
    }

    60% {
        height: 7px;
    }

    80% {
        left: 50%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-moz-keyframes dot_move {
    0% {
        left: 0%;
        opacity: 0;
    }

    30% {
        left: 50%;
        opacity: 1;
        height: 7px;
    }

    40% {
        height: 35px;
    }

    60% {
        height: 7px;
    }

    80% {
        left: 50%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-webkit-keyframes dot_move {
    0% {
        left: 0%;
        opacity: 0;
    }

    30% {
        left: 50%;
        opacity: 1;
        height: 7px;
    }

    40% {
        height: 35px;
    }

    60% {
        height: 7px;
    }

    80% {
        left: 50%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}


/*--------------------------------------------------------------
	16.0 - Totop
	--------------------------------------------------------------*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: url(../images/ui.totop.png) no-repeat left top;
    z-index: 9999;
}

#toTopHover {
    background: url(../images/ui.totop.png) no-repeat left -40px;
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

#toTop:active,
#toTop:focus {
    outline: none;
}

/*--------------------------------------------------------------
	17.0 - Default Color
	--------------------------------------------------------------*/

/*----*****---- << Top bar >> ----*****----*/
.dt-sc-dark-bg.top-bar a {
    color: #ffffff;
}

.top-bar a:hover,
.dt-sc-dark-bg.top-bar a:hover {
    color: #666;
}


/*----*****---- << Header Modules >> ----*****----*/

#searchform {
    border-color: #e5e5e5;
}

#searchform:before {
    color: #c2c2c2;
}

#searchform input[type="text"],
.cart-info:before,
.cart-total:before {
    color: #aaaaaa;
}

.cart-info {
    background: #f3f3f3;
}

.menu-icons-wrapper .search a,
.menu-icons-wrapper .cart a,
.menu-icons-wrapper .search a:hover span,
.menu-icons-wrapper .cart a:hover span {
    color: #2b2b2b;
}

.menu-icons-wrapper.rounded-icons .search a span,
.dt-sc-vertical-small-separator,
.cart-icon span,
.live-chat a:hover {
    background: #2b2b2b;
}

.menu-icons-wrapper .top-menu-search-container .search-form {
    background: #ffffff;
}


/*----*****---- << Footer >> ----*****----*/

.footer-copyright.dt-sc-dark-bg,
#footer .dt-sc-dark-bg a {
    color: rgba(255, 255, 255, 0.6);
}

#footer .dt-sc-dark-bg h3,
#footer .dt-sc-dark-bg h3 a {
    color: #fff;
}

#footer,
.footer-copyright {
    color: #777;
}

#footer a {
    color: #666;
}

#footer .tweet_list li {
    border-color: rgba(255, 255, 255, 0.15);
}

#footer .dt-sc-dark-bg .wpcf7-form input[type="text"],
#footer .dt-sc-dark-bg .wpcf7-form input[type="password"],
#footer .dt-sc-dark-bg .wpcf7-form input[type="email"],
#footer .dt-sc-dark-bg .wpcf7-form input[type="url"],
#footer .dt-sc-dark-bg .wpcf7-form input[type="tel"],
#footer .dt-sc-dark-bg .wpcf7-form input[type="number"],
#footer .dt-sc-dark-bg .wpcf7-form input[type="range"],
#footer .dt-sc-dark-bg .wpcf7-form input[type="date"],
#footer .dt-sc-dark-bg .wpcf7-form textarea,
#footer .dt-sc-dark-bg .wpcf7-form input.text,
#footer .dt-sc-dark-bg .wpcf7-form input[type="search"],
#footer .dt-sc-dark-bg .wpcf7-form select,
#footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type="submit"],
#footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered button,
#footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type="button"],
#footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type="reset"] {
    border-color: rgba(255, 255, 255, 0.5);
}

#footer .dt-sc-dark-bg .wpcf7-form input[type="text"],
#footer .dt-sc-dark-bg .wpcf7-form input[type="password"],
#footer .dt-sc-dark-bg .wpcf7-form input[type="email"],
#footer .dt-sc-dark-bg .wpcf7-form input[type="url"],
#footer .dt-sc-dark-bg .wpcf7-form input[type="tel"],
#footer .dt-sc-dark-bg .wpcf7-form input[type="number"],
#footer .dt-sc-dark-bg .wpcf7-form input[type="range"],
#footer .dt-sc-dark-bg .wpcf7-form input[type="date"],
#footer .dt-sc-dark-bg .wpcf7-form textarea,
#footer .dt-sc-dark-bg .wpcf7-form input.text,
#footer .dt-sc-dark-bg .wpcf7-form input[type="search"],
#footer .dt-sc-dark-bg .wpcf7-form textarea,
#footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type="submit"],
#footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered button,
#footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type="button"],
#footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type="reset"],
#footer .dt-sc-dark-bg .blog-entry.blog-thumb-style.entry-date-left .entry-date,
#footer .dt-sc-dark-bg .blog-entry.blog-thumb-style.entry-date-left .entry-author {
    color: rgba(255, 255, 255, 0.5);
}

#footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered button:hover,
#footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type="submit"]:hover,
#footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type="button"]:hover,
#footer .dt-sc-dark-bg .wpcf7-form.bottom-bordered input[type="reset"]:hover,
#footer .wpcf7-form.bottom-bordered button:hover,
#footer .wpcf7-form.bottom-bordered input[type="submit"]:hover,
#footer .wpcf7-form.bottom-bordered input[type="button"]:hover,
#footer .wpcf7-form.bottom-bordered input[type="reset"]:hover {
    color: #fff;
}

#footer .dt-sc-dark-bg .wpcf7-form-control-wrap:before {
    background: #fff;
}

#footer .dt-sc-dark-bg .dt-sc-vertical-separator:before {
    background: rgba(255, 255, 255, 0.5);
}

.upb_row_bg:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.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-radius: 0 !important;
    border: none;
    color: #4d4d4d;
    float: left;
    height: 60px;
    line-height: 60px;
    margin-right: 0;
    padding: 10px 12px;
    width: 316px;
}

#wpsl-search-wrap .wpsl-input {
    background: #fff;
    margin-right: 0;
    position: relative;
    width: 100%;
}

#wpsl-search-wrap .wpsl-search-btn-wrap,
#wpsl-search-btn {
    margin-right: 0;
}

f .dt-sc-toggle-advanced-options {
    background: #fff;
    color: #4d4d4d;
    float: left;
    height: 60px;
    line-height: 40px;
    padding: 10px;
    position: relative;
    width: 100%;
}

.dt-sc-toggle-advanced-options:hover {
    color: #4d4d4d;
}

.dt-sc-toggle-advanced-options span {
    color: #fff;
    float: right;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 60px;
}

.wpsl-input label,
#wpsl-radius label,
#wpsl-category label,
#wpsl-results label {
    width: 67% !important;
}

#wpsl-radius,
.wpsl-select-wrap #wpsl-results {
    margin-bottom: 10px;
    margin-right: 0 !important;
    width: 100% !important;
}

#wpsl-result-list li p {
    margin-bottom: 0;
}

#wpsl-search-wrap .wpsl-select-wrap div label {
    line-height: 40px;
}

#wpsl-results .wpsl-dropdown {
    z-index: 1;
}

.wpsl-select-wrap {
    margin-bottom: 0 !important;
    width: 100%;
}

#wpsl-checkbox-filter {
    margin-top: 0 !important;
}

.wpsl-dropdown {
    border-radius: 0 !important;
    width: 30% !important;
}

#wpsl-wrap #wpsl-stores,
#wpsl-wrap #wpsl-direction-details {
    height: 540px !important;
}

#wpsl-stores .wpsl-store-thumb {
    border-radius: 0 !important;
}

#wpsl-radius {
    width: 58%;
}

.wpsl-select-wrap #wpsl-results {
    margin-right: 0;
    width: 38%;
}

#wpsl-checkbox-filter input[type="checkbox"] {
    float: right;
    margin: 10px 0 0;
}

#wpsl-search-btn {
    background-image: none;
    border-radius: 0 !important;
    color: #fff;
    height: 60px;
    margin-top: 0;
    width: 60px;
}

#wpsl-wrap #wpsl-result-list ul li {
    margin: 20px 15px;
    padding: 20px 20px 10px;
}

#wpsl-wrap #wpsl-result-list li:last-child {
    border-bottom: none;
}

.wpsl-locations-details {
    color: #fff;
    float: left;
    margin-top: 25px;
    padding: 15px 10px 0;
    width: 100%;
}

.wpsl-locations-details>span {
    display: block;
    margin-bottom: 20px;
}

.single-wpsl_stores #wpsl-base-gmap_0 {
    height: 400px;
}

.dt-appointment-fix {
    float: left;
    margin: 0;
    position: relative;
}

#wpsl-stores .wpsl-directions {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 9px 7px 9px 0px;
    position: relative;
    text-align: center;
}

#wpsl-stores li>p span {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 9px 7px;
}

#wpsl-stores li>p {
    display: block;
    float: left;
    text-align: center;
    width: 100%;
}

#wpsl-stores li>p,
#wpsl-stores li>p~.wpsl-directions {
    display: inline-block;
    margin: 20px 0;
    width: 50%;
}

#wpsl-stores li>div {
    float: left;
    width: 100%;
}

#wpsl-stores li>div p a {
    display: block;
    margin-bottom: 10px;
}

#wpsl-stores li>a:before {
    font-family: FontAwesome;
    margin-right: 10px;
    vertical-align: middle;
}

#wpsl-stores li>a.dt-appointment-fix:before {
    content: "\f073";
}

#wpsl-stores li>a.wpsl-directions:before {
    content: "\f1d9";
}

#wpsl-search-btn,
#wpsl-search-wrap input {
    border: none;
}

#wpsl-wrap .wpsl-selected-item,
.wpsl-dropdown {
    color: #fff;
}

.wpsl-selected-item:after {
    border-top: 8px solid #fff !important;
}

.wpsl-active .wpsl-selected-item::after {
    border-bottom: 8px solid #fff !important;
    border-top: none !important;
    margin-top: -5px;
}

#wpsl-search-wrap #wpsl-checkbox-filter label,
#wpsl-checkbox-filter.wpsl-checkbox-3-columns li {
    margin-right: 0;
    width: 100%;
}

#wpsl-wrap #wpsl-result-list li {
    border-width: 0;
}

.wpsl-search,
#wpsl-result-list {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    background-color: rgba(237, 245, 248, 0.8);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}

#wpsl-checkbox-filter.wpsl-checkbox-3-columns li {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
    margin-right: 0;
    padding: 10px 0;
    width: 100%;
}

.dt-sc-advanced-options,
#wpsl-wrap #wpsl-result-list ul li {
    background-color: rgba(255, 255, 255, 0.64);
}

#header .star-rating-wrapper,
#header .map-marker {
    display: none;
}

#header .widget ul li {
    padding: 10px 0;
    border-bottom: 1px solid #f0f1ef;
}

#header .widget ul li:last-child {
    border: none;
}

#header .widget ul li a {
    width: auto;
    border: none;
}

#header .widget_popular_entries ul li a.thumb img,
#header .widget_recent_entries ul li a.thumb img {
    width: 75px;
}

#header .widget ul li a.thumb,
#header .widget ul li h6 a {
    display: inline;
    padding: 0;
}

/* Gallery Slider */
.entry-gallery-post-slider li {
    list-style: none;
}

#entry-gallery-pager {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

#entry-gallery-pager a {
    margin-right: 15px;
    margin-left: 15px;
    display: inline-block;
    padding-bottom: 0;
    margin-top: 10px;
}

#entry-gallery-pager a:last-child,
.dt-sc-one-third.with-sidebar #entry-gallery-pager a:last-child {
    margin-right: 0;
}

#entry-gallery-pager a:first-child,
.dt-sc-one-third.with-sidebar #entry-gallery-pager a:first-child {
    margin-left: 0;
}

.dt-sc-one-half #entry-gallery-pager a {
    margin-right: 23px;
}

.dt-sc-one-half.with-sidebar #entry-gallery-pager a {
    margin-right: 21px;
}

#entry-gallery-pager a img {
    width: 70px;
    height: auto;
    float: left;
}

.property-search-container-wrapper {
    background: #fbfbfb;
    border-top: 5px solid;
    border-bottom: 5px solid;
}

.search-container .pro-search-form {
    display: inline-block;
    float: none;
    width: 50%;
}

.search-container .pro-search-form>input[type="text"] {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
}

.search-container .pro-search-form>p {
    width: 30.5%;
}

.search-places ul.dt-sc-fancy-list li:before,
.search-places ul.dt-sc-fancy-list li {
    font-size: 16px;
}

.search-places ul.dt-sc-fancy-list li:before {
    top: 3px;
}

.aligncenter.btn-place-review {
    display: table;
    padding: 16px 6%;
}

#dt-sc-respond-wrapper.hide {
    display: none;
}

.bx-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.bx-wrapper img {
    float: left;
}

.bx-wrapper ul li {
    padding-bottom: 0;
    list-style: none;
}

.bx-controls a {
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    color: #ffffff;
    width: 45px;
    height: 70px;
    font-size: 0;
    z-index: 501;
}

.bx-controls a.bx-prev {
    left: 0px;
    background: rgba(0, 0, 0, 0.6) url(../images/slider-prev-arrow-white.png) center center no-repeat;
}

.bx-controls a.bx-next {
    right: 0px;
    background: rgba(0, 0, 0, 0.6) url(../images/slider-next-arrow-white.png) center center no-repeat;
}


/*--------------------------------------------------------------
	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 {
        width: 1110px;
        max-width: 1110px;
    }

    .fullwidth-on-laptop.vc_col-sm-8 {
        width: 100%;
        text-align: center;
    }

    .fullwidth-on-laptop.vc_col-sm-8 .vc_column-inner {
        padding-right: 0;
    }

    .fullwidth-on-laptop.vc_col-sm-8 h2.alignleft {
        margin-right: 0;
        float: right;
        width: 100%;
        text-align: center;
    }

    .fullwidth-on-laptop.vc_col-sm-8 .dt-mc-subscribe.align-none,
    .fullwidth-on-laptop.vc_col-sm-8 .dt-mc-subscribe.align-none form>div,
    .fullwidth-on-laptop.vc_col-sm-8 .dt-mc-subscribe.align-left,
    .fullwidth-on-laptop.vc_col-sm-8 .dt-mc-subscribe.align-left form>div,
    .fullwidth-on-laptop.vc_col-sm-8 .dt-mc-subscribe.align-center form>div,
    .fullwidth-on-laptop.vc_col-sm-8 .dt-mc-subscribe.align-right form>div {
        float: none;
        display: inline-block;
        margin-top: 15px;
    }

    .fullwidth-on-laptop.vc_col-sm-8 .dt-mc-subscribe.align-none,
    .fullwidth-on-laptop.vc_col-sm-8 .dt-mc-subscribe.align-left,
    .fullwidth-on-laptop.vc_col-sm-8 .dt-mc-subscribe.align-right {
        margin-bottom: 20px;
    }

    .footer-17 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm {
        width: 100%;
    }

    #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) {

    .no-header-menu>ul>li>a,
    .dt-header-menu .dt-primary-nav>li>a {
        font-size: 12px !important;
    }

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

    .search-container.type2 form>p,
    .search-container.type2 form>p {
        width: 20.33%;
    }

    .page-with-sidebar.with-both-sidebar .search-container form>p {
        width: 69.3%;
    }

    .page-with-sidebar.with-both-sidebar .hotel-item.hotel-list-view .hotel-details {
        padding-right: 20%;
    }
}


@media only screen and (min-width: 1200px) {

    .dt-header-menu {
        display: inline-block;
        float: right;
    }

    .mobile-nav-container,
    .dt-header-menu ul.dt-primary-nav li.go-back,
    .dt-header-menu ul.dt-primary-nav li.see-all {
        display: none;
    }

    .dt-header-menu.center {
        display: table;
    }

}


@media only screen and (max-width: 1199px) {

    .dt-header-menu {
        display: none;
    }

    .dt-no-header-builder-content .no-header {
        display: block;
    }

    .dt-no-header-builder-content.aligncenter .no-header {
        padding-bottom: 25px;
    }

    .dt-no-header-builder-content .no-header .no-header-logo,
    .dt-no-header-builder-content .no-header .no-header-logo h2 {
        float: left;
    }

    .dt-no-header-builder-content .no-header .mobile-nav-container {
        float: right;
        margin-top: 20px;
        padding: 4px 15px;
    }

    .no-header-menu ul li.close-nav,
    .dt-header-menu .dt-primary-nav li.close-nav {
        display: block;
    }

    #header .dt-header-tpl .flex-col-elements-inline-middle .mobile-nav-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    #header .header-3.header-bottom {
        text-align: center;
        padding: 10px 0;
    }

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

    .search-container.type2 form>p.select-search-field,
    .fullwidth-section .search-container form>p.select-search-field {
        width: 24%;
        margin-right: 0;
    }

    /*----*****---- << Slide Menu >> ----*****----*/

    .dt-sc-simpler-content .mobile-nav-container .menu-trigger {
        display: table;
        margin-left: auto;
        margin-right: auto;
        cursor: pointer;
    }

    .dt-sc-simpler-content .mobile-menu,
    .dt-sc-simpler-content .mobile-menu ul.sub-menu,
    .dt-sc-simpler-content .mobile-menu ul.dt-primary-nav {
        height: 400px;
    }

    .dt-sc-simpler-content .mobile-menu,
    .dt-sc-simpler-content .mobile-menu>ul,
    .dt-sc-simpler-content .mobile-menu ul.sub-menu {
        position: absolute;
    }

    .dt-sc-simpler-content .mobile-menu.nav-is-visible {
        -webkit-transform: none;
        transform: none;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
        width: 100%;
        max-width: 100%;
    }

    .dt-sc-simpler-content .mobile-menu {
        left: -245px;
        width: 230px;
        max-width: 230px;
        width: 0;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
        z-index: 1000;
    }

    .dt-sc-simpler-content .mobile-menu.nav-is-visible,
    .dt-sc-simpler-content .mobile-menu.nav-is-visible ul.dt-primary-nav {
        left: 0;
    }

    .vc_row.dt-sc-simpler-content.overlay-header>.vc_column_container .dt-header-menu ul.dt-primary-nav>li>a {
        font-size: 30px;
    }

    .vc_row.dt-sc-simpler-content .mobile-nav-container .menu-trigger,
    .dt-sc-simpler-content.overlay-header .mobile-nav-container .menu-trigger {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        text-align: center;
        width: 100%;
        font-size: 55px;
        text-transform: uppercase;
    }

    .vc_row.dt-sc-simpler-content .mobile-nav-container .menu-trigger>i:before {
        font-size: 55px;
    }

    .dt-sc-simpler-content .mobile-menu,
    .dt-sc-simpler-content .mobile-menu ul.sub-menu,
    .dt-sc-simpler-content .mobile-menu ul.dt-primary-nav {
        height: 100% !important;
    }

    .vc_row.dt-sc-simpler-content {
        overflow-x: hidden;
    }

}

@media only screen and (min-width:768px) and (max-width:1199px) {

    .apply-sticky-header,
    .apply-sticky-header>.vc_row:not(.vc_clearfix) {
        height: inherit;
    }

    .dt-no-header-trendytravel .mobile-nav-container .menu-trigger>span {
        margin-right: 10px;
    }

    #footer .alignleft .dt-custom-nav-wrapper.same-on-mobile.left,
    #footer .alignleft .same-on-mobile.left .menu-footer-menu-container {
        text-align: left;
    }

    #footer .alignright .dt-custom-nav-wrapper.same-on-mobile.right,
    #footer .alignright .same-on-mobile.right .menu-footer-menu-container {
        text-align: right;
    }

}


/* Note: Design for a width of 960px */
@media only screen and (min-width:992px) and (max-width:1199px) {

    /*----*****---- << Header >> ----*****----*/
    .top-bar .dt-sc-vertical-separator {
        margin: 0px 10px;
    }

    #header .dt-header-tpl .vc_col-md-12.flex-col-elements-inline-middle>.vc_column-inner>.wpb_wrapper {
        display: block;
        text-align: center;
    }

    #header .dt-header-tpl .vc_col-md-12.flex-col-elements-inline-middle .dt-custom-nav-wrapper.left~.search-module.simple-header-search {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    #header .dt-header-tpl .vc_row>div.wpb_column.dt-sc-skin-highlight.extend-bg-fullwidth-left[class*="vc_col-md"]:after {
        content: none;
    }

    .dt-sc-maaya-header .dt-sc-slide-search #searchform input[type="text"]:focus {
        width: 930px;
        max-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: 0px;
    }

    #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-28 .dt-header-menu .dt-primary-nav li li>a {
        padding: 10px 0;
    }

    #header .header-29 .no-header-menu ul li a,
    #header .header-29 .dt-header-menu .dt-primary-nav li a {
        font-size: 13px;
    }

    #header .dt-header-menu ul.dt-primary-nav>li {
        padding: 0;
    }

    #header .dt-header-menu .dt-primary-nav li a {
        font-size: 13px;
    }

    .dt-header-menu .has-mega-menu h3,
    .section-title,
    .widgettitle,
    .related.products .border-title {
        font-size: 18px;
    }

    #header .dt-sc-event>h4 a {
        padding: 10px 0 0 !important;
    }

    #header .dt-header-menu .dt-primary-nav li .dt-sc-button {
        font-size: 12px;
        padding: 10px;
    }

    #header .header-2 .dt-header-menu .dt-primary-nav li a {
        font-size: 12px;
        text-transform: capitalize;
    }

    .dt-header-menu ul.dt-primary-nav li:not(.has-mega-menu) ul.sub-menu {
        width: 170px;
    }

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

    .fullwidth-section .search-container.type2 form>p,
    .search-container.type2 form>p {
        width: 23%;
    }

    /*----*****---- << SideNav >> ----*****----*/
    ul.side-nav li a {
        font-size: 13px;
    }

    /*----*****---- << Breadcrumb >> ----*****----*/
    .main-title-section-wrapper.breadcrumb-right .main-title-section h1 {
        font-size: 24px;
    }

    .main-title-section-wrapper.breadcrumb-right .main-title-section {
        width: 58%;
    }

    .main-title-section-wrapper.breadcrumb-right .breadcrumb {
        width: 42%;
    }

    .breadcrumb {
        font-size: 12px;
    }

    #entry-search form>p {
        width: 73.3%;
    }

    .page-with-sidebar #entry-search form>p {
        width: 72%;
    }

    .with-both-sidebar #entry-search form>p {
        width: 64.3%;
    }

    /*----*****---- << Responsive Map >> ----*****----*/
    .responsive-map {
        max-width: 100%;
    }

    /*----*****---- << Footer >> ----*****----*/
    .footer-copyright .vc_col-sm-6 {
        width: 100%;
        text-align: center;
    }

    .footer-copyright .vc_col-sm-6 .vc_column-inner {
        padding: 0;
    }

    .footer-copyright .menu-links {
        text-align: center;
    }

    #footer .footer-copyright .vc_col-sm-6 .wpb_wrapper,
    #footer .footer-copyright .vc_col-sm-6 .dt-sc-sociable.right,
    #footer .footer-copyright .vc_col-sm-6 .dt-sc-sociable.left {
        text-align: center;
        float: none;
        display: inline-block;
    }

    .footer-copyright .vc_col-sm-6.alignright .dt-sc-sociable {
        float: left;
        margin-top: 10px;
        text-align: center;
        width: 100%;
    }

    .footer-copyright .vc_col-sm-6.alignright .dt-sc-sociable li {
        display: inline-block;
        float: none;
    }

    #footer h5,
    .dt-sc-contact-info.custom-type span {
        font-size: 17px;
    }

    #footer .dt-sc-contact-info p {
        font-size: 12px;
    }

    #footer .alignleft .menu-footer-menu-container,
    #footer .alignright .menu-footer-menu-container,
    #footer .alignleft .dt-custom-nav-wrapper,
    #footer .alignright .dt-custom-nav-wrapper {
        text-align: center;
    }

    #footer .footer-copyright .dt-logo-container.logo-align-left,
    #footer .footer-copyright .dt-logo-container.logo-align-right {
        float: none;
        display: inline-block;
    }

    .footer-16 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="email"]:first-child {
        font-size: 12px;
        padding: 15px;
    }

    .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: 0px;
        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 {
        width: 50%;
        text-align: left;
    }

    #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 {
        width: 100%;
        text-align: right;
        margin: 0;
    }

    #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 {
        text-align: left;
        float: 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 {
        text-align: right;
        float: right;
    }

    #footer .footer-24 h2.dt-sc-lightweight {
        font-size: 28px;
    }

}


/* Note: Design for a width of 768px */
@media only screen and (min-width:768px) and (max-width:991px) {

    .text-with-icon {
        font-size: 12px;
    }

    /*----*****---- << Header >> ----*****----*/
    .top-bar .dt-sc-vertical-separator,
    .top-bar .dt-sc-vertical-small-separator {
        margin: 0px 7px;
    }

    #header .dt-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 {
        width: 740px;
        max-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"] {
        top: -2px;
        padding-bottom: 11px;
    }

    .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 {
        padding: 10px 6px 11px;
        font-size: 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;
    }

    #header .dt-sc-event .dt-sc-event-detail {
        text-align: left;
    }

    .dt-header-menu ul.dt-primary-nav li .widget ul li .post-date,
    #header ul.dt-primary-nav li .widget ul li .post-date {
        margin: 0;
    }

    .mobile-nav-container {
        padding: 4px 15px;
        min-height: 36px;
    }

    .mobile-nav-container .menu-trigger>span {
        margin-right: 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,
    .main-title-section-wrapper.breadcrumb-right .breadcrumb {
        width: 100%;
        text-align: center;
    }

    .main-title-section-wrapper.breadcrumb-right .main-title-section h1 {
        font-size: 18px;
    }

    .main-title-section-wrapper.breadcrumb-right .breadcrumb {
        font-size: 13px;
        padding-left: 0;
    }


    /*----*****---- << Side-nav >> ----*****----*/
    ul.side-nav li a {
        font-size: 10px;
        padding: 6px 10px 6px 50px;
    }

    ul.side-nav li a:before {
        width: 30px;
        height: 30px;
        line-height: 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;
    }

    .fullwidth-section .search-container form>p,
    .search-container.type2 form>p {
        width: 22.33%;
    }

    #entry-search form>p {
        width: 62.3%;
    }

    .page-with-sidebar.with-both-sidebar #entry-search form>p {
        width: 100%;
    }

    .widgettitle {
        font-size: 17px;
    }

    /*----*****---- << Responsive Map >> ----*****----*/
    .responsive-map {
        max-width: 100%;
    }


    /*----*****---- << Footer >> ----*****----*/
    .footer-copyright .vc_col-sm-6,
    .footer-copyright .vc_col-sm-6.alignright {
        width: 100%;
        text-align: center;
        float: none;
        display: block;
    }

    .footer-copyright .vc_col-sm-6 .vc_column-inner {
        padding: 0;
    }

    .footer-copyright .menu-links {
        text-align: center;
        margin-top: 5px;
    }

    .footer-copyright .vc_col-sm-6.alignright .dt-sc-sociable {
        float: none;
        text-align: center;
        display: inline-block;
    }

    #footer .alignleft .menu-footer-menu-container {
        text-align: center;
    }

    #footer .footer-copyright .dt-logo-container.logo-align-left,
    #footer .footer-copyright .dt-logo-container.logo-align-right {
        float: none;
        display: inline-block;
    }

    #footer .footer-copyright .wpb_wrapper,
    #footer .footer-copyright .dt-sc-sociable.right,
    #footer .footer-copyright .dt-sc-sociable.left {
        text-align: center;
        float: none;
        display: inline-block;
    }

    .fullwidth-on-laptop.vc_col-sm-8 h2.alignleft.no-margin,
    .fullwidth-on-laptop .vc_col-sm-8 h1.alignnone.no-margin {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .footer-16 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="email"]:first-child {
        font-size: 10px;
        padding: 10px;
    }

    .footer-16 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="submit"] {
        padding: 14px 10px 14px;
    }

    .footer-17 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="text"],
    .footer-17 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="email"] {
        width: 30%;
    }

    .footer18-widget .widget .recent-posts-widget li .entry-content {
        width: 100%;
        float: left;
        margin-top: 0;
    }

    #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: 0px 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 {
        text-align: left;
        float: 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 {
        text-align: right;
        float: 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;
    }

}

/*----*****---- << Mobile (Landscape) >> ----*****----*/

/* Common Styles for the devices below 767px width */
@media only screen and (max-width: 767px) {


    /*----*****---- << Header >> ----*****----*/
    .top-bar {
        max-height: none;
        text-align: center;
        padding: 5px 0px;
    }

    .top-bar .wpb_column {
        margin-bottom: 0;
        padding: 0;
    }

    .top-bar .text-with-icon {
        font-size: 12px;
    }

    .top-bar .alignright {
        float: none;
        display: inline-block;
        text-align: center;
    }

    .top-bar .dt-sc-vertical-separator,
    .top-bar .dt-sc-vertical-small-separator {
        margin: 0px 10px;
    }

    .top-bar .dt-sc-sociable li {
        float: none;
    }

    .dt-custom-login {
        text-align: center;
    }

    .dt-no-header-builder-content .no-header-top {
        text-align: center;
    }

    .dt-no-header-builder-content .no-header .mobile-nav-container {
        padding: 8px 15px;
    }

    #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 .dt-logo-container a,
    #header .dt-header-tpl div[class^="dt-logo-container"][class*="vc_custom"],
    #header .no-header .dt-logo-container a {
        margin-left: auto;
        margin-right: auto;
    }

    #header .dt-header-tpl div[class^="dt-logo-container"][class*="vc_custom"] {
        width: 60%;
    }

    #header .dt-header-tpl .flex-col-elements-inline-middle.vc_column_container>.vc_column-inner>.wpb_wrapper {
        display: block;
        height: auto;
        text-align: center;
    }

    #header .dt-header-tpl .search-module.simple-header-search {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    #header .dt-header-tpl .flex-col-elements-inline-middle .mobile-nav-container~.search-module {
        margin-top: 15px;
    }

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

    #header .header-28-topbar {
        padding: 0;
    }

    .dt-header-menu ul.dt-primary-nav li .widget ul li .post-date,
    #header ul.dt-primary-nav li .widget ul li .post-date {
        margin: 0;
    }

    .dt-sc-dark-bg #logo a .darkbg_logo {
        display: none;
    }

    .dt-sc-dark-bg #logo a .normal_logo {
        display: block;
    }

    .overlay-search #searchform input[type="text"] {
        font-size: 25px;
        letter-spacing: 0.5px;
    }


    .mobile-nav-container {
        float: left;
        width: 100%;
        text-align: center;
        padding: 10px 15px;
    }

    .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: 0px;
    }

    .dt-sc-slide-menu.dt-sc-maaya-header .menu-icons-wrapper .search {
        width: 30px;
        height: 30px;
        line-height: 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;
        -webkit-transform: translateX(-75%);
        transform: translateX(-75%);
    }

    .simple-header-search.stretch,
    .simple-header-search.stretch #searchform,
    .simple-header-search.stretch #searchform input[type="text"] {
        width: 100%;
    }

    .search-module.filled:not(.simple-header-search):not(.dt-sc-skin-highlight),
    .search-module.filled-onhvr:not(.simple-header-search):not(.dt-sc-skin-highlight):hover,
    .search-module:not(.simple-header-search).filled.dt-sc-dark-bg,
    .search-module:not(.simple-header-search).filled-onhvr.dt-sc-dark-bg:hover {
        background-color: transparent;
    }

    .search-module:not(.simple-header-search).filled.dt-sc-dark-bg .menu-icons-wrapper .search span,
    .search-module:not(.simple-header-search).filled-onhvr.dt-sc-dark-bg:hover .menu-icons-wrapper .search span,
    .search-module:not(.simple-header-search).filled.dt-sc-skin-highlight .menu-icons-wrapper .search span,
    .search-module:not(.simple-header-search).filled-onhvr.dt-sc-skin-highlight:hover .menu-icons-wrapper .search span {
        color: inherit;
    }


    /*----*****---- << Slide Menu >> ----*****----*/
    .dt-sc-simpler-content.overlay-header .mobile-menu,
    .dt-sc-simpler-content.overlay-header .mobile-menu ul.dt-primary-nav {
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .dt-sc-simpler-content.overlay-header .mobile-nav-container .menu-trigger,
    .dt-sc-simpler-content.overlay-header .mobile-nav-container .menu-trigger>i:before {
        font-size: 60px;
        text-transform: uppercase;
    }

    .vc_row.dt-sc-simpler-content.overlay-header>.wpb_column.vc_column_container {
        margin: 0;
    }

    .vc_row.dt-sc-simpler-content.from-left.dt-sc-simpler-content-open .dt-simpler-slider {
        right: 20px;
    }

    .dt-sc-simpler-content .dt-simpler-slider,
    .dt-sc-simpler-content.boxed-header .dt-simpler-slider,
    .dt-sc-simpler-content-open .dt-simpler-slider,
    .dt-sc-simpler-content-close .dt-simpler-slider,
    .dt-sc-simpler-content-close.boxed-header .dt-simpler-slider,
    .dt-sc-simpler-content-open.boxed-header .dt-simpler-slider {
        top: 12px;
    }

    .vc_row.dt-sc-simpler-content .mobile-nav-container .menu-trigger,
    .dt-sc-simpler-content.overlay-header .mobile-nav-container .menu-trigger,
    .vc_row.dt-sc-simpler-content .mobile-nav-container .menu-trigger>i:before {
        font-size: 45px;
    }

    .vc_row.dt-sc-simpler-content.boxed-header .mobile-nav-container .menu-trigger {
        position: static;
        top: auto;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        font-size: 40px;
    }

    .vc_row.dt-sc-simpler-content.boxed-header .mobile-nav-container .menu-trigger>i:before {
        font-size: 40px;
    }

    .dt-sc-simpler-content.boxed-header .mobile-menu,
    .dt-sc-simpler-content.boxed-header .mobile-menu ul.sub-menu,
    .dt-sc-simpler-content.boxed-header .mobile-menu ul.dt-primary-nav,
    .dt-sc-simpler-content.overlay-header .mobile-menu,
    .dt-sc-simpler-content.overlay-header .mobile-menu ul.sub-menu,
    .dt-sc-simpler-content.overlay-header .mobile-menu ul.dt-primary-nav {
        height: 400px !important;
    }

    .dt-sc-simpler-content-open .dt-simpler-slider,
    .dt-sc-simpler-content-open.boxed-header .dt-simpler-slider {
        right: 20px;
        left: auto;
    }

    .vc_row.dt-sc-simpler-content>.wpb_column.vc_column_container {
        margin-bottom: 0;
    }

    .dt-sc-maaya-header .dt-simpler-slider {
        background: #3d3d3d;
        width: 40px;
        height: 40px;
        position: fixed;
        left: auto;
        right: 10px;
        top: 10px;
    }

    .dt-sc-maaya-header .dt-simpler-slider span {
        width: 18px;
        background: #fff;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .dt-sc-maaya-header .dt-simpler-slider span:first-child {
        top: 14px;
    }

    .dt-sc-maaya-header .dt-simpler-slider span:last-child {
        -webkit-transform: translate3d(0, 8px, 0);
        transform: translate3d(0, 8px, 0);
        -moz-transform: translate3d(0, 6px, 0);
        -ms-transform: translate3d(0, 8px, 0);
    }

    .dt-sc-maaya-header .dt-simpler-slider:before {
        color: #fff;
        top: 4px;
        font-size: 24px;
    }

    .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 {
        width: 100%;
        position: static;
        color: #fff;
    }


    .dt-sc-maaya-header .dt-sc-slide-search #searchform {
        width: 100%;
        max-width: 100%;
        float: right;
    }

    .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 {
        width: 450px;
        max-width: 450px;
    }

    #header .dt-header-tpl .dt-sc-maaya-header .search-module.simple-header-search {
        width: 100%;
    }


    #header .header-24 .dt-logo-container {
        margin-top: 50px;
        margin-bottom: 10px;
    }

    #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 {
        text-align: center;
        padding-left: 0;
    }

    #header .header-24 .dt-sc-contact-info span {
        margin: 0 0 10px 0;
        font-size: 24px;
        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 0px 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: 10px 0;
    }

    #header .header-28.header-container .dt-col-static-position {
        padding-right: 0;
    }

    #header .header-29 .alignright {
        width: auto;
        float: none;
        display: inline-block;
    }

    .dt-logo-container a img {
        width: 180px;
    }

    .dt-no-header-builder-content.dt-no-header-trendytravel .no-header-logo-wrapper,
    .dt-no-header-builder-content.dt-no-header-trendytravel .no-header-menu-wrapper {
        float: none;
    }

    .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 h1 {
        font-size: 26px;
    }

    .main-title-section,
    .main-title-section h1,
    .breadcrumb {
        text-align: center;
    }

    .main-title-section-wrapper.breadcrumb-right .main-title-section,
    .main-title-section-wrapper.breadcrumb-right .breadcrumb,
    .main-title-section-wrapper.breadcrumb-left .main-title-section,
    .main-title-section-wrapper.breadcrumb-left .breadcrumb {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .no-breadcrumb.page-with-slider #header-wrapper.header-top-absolute #header {
        position: static;
    }

    .fullwidth-section .search-container form>p,
    .search-container.type2 form>p,
    .search-container.type2 form>p.select-search-field,
    .fullwidth-section .search-container form>p.select-search-field {
        width: 100%;
        margin: 0;
    }

    .fullwidth-section .search-container.type2 {
        margin-top: 0;
    }

    .search-container.type2 {
        position: inherit;
        margin-top: 50px;
    }

    /*----*****---- << 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 {
        float: none;
        display: inline-block;
    }

    #footer .dt-custom-nav-wrapper.left.same-on-mobile {
        text-align: left;
    }

    #footer .dt-custom-nav-wrapper.right.same-on-mobile {
        text-align: right;
    }

    #footer .dt-sc-sociable.center-on-mobiles {
        text-align: center;
    }

    #footer .dt-mc-subscribe:not(.inline)>form>div.btn-wrap {
        width: 50%;
        margin-top: 10px;
    }

    #footer .dt-sc-light-bg {
        padding-bottom: 20px;
    }

    .fullwidth-on-laptop.vc_col-sm-8 h2.alignleft,
    .fullwidth-on-laptop.vc_col-sm-8 .alignright {
        margin-right: 0;
        line-height: 40px;
        width: 100%;
        margin-bottom: 10px;
    }

    .map-with-overlay .map-overlay.wpb_column .vc_column-inner .wpb_wrapper {
        width: 90%;
    }

    .footer-copyright {
        text-align: center;
    }

    .fullwidth-on-laptop.vc_col-sm-8 .dt-mc-subscribe.align-none,
    .fullwidth-on-laptop.vc_col-sm-8 .dt-mc-subscribe.align-left,
    .fullwidth-on-laptop.vc_col-sm-8 .dt-mc-subscribe.align-right {
        margin-bottom: 0;
    }

    .fullwidth-on-laptop.vc_col-sm-8 h2.alignleft.no-margin,
    .fullwidth-on-laptop .vc_col-sm-8 h1.alignnone.no-margin {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .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 {
        text-align: center;
        float: none;
        display: inline-block;
    }

    .footer-17 .dt-sc-newsletter-section.type2 {
        position: static;
    }

    .footer-17 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="text"],
    .footer-17 .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="email"] {
        width: 49%;
        margin-right: 1%;
    }

    #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 {
        position: static;
        margin: 15px 0;
    }

    .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 {
        width: 9999px;
        left: -50%;
    }

    .footer-18 .dt-sc-twitter-icon:after {
        border-left: 5px solid transparent;
        border-top: 5px solid #32aadf;
        border-right: 5px solid transparent;
        top: 100%;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        right: 0;
        background: none;
        left: 0;
        margin: -1px auto;
    }

    .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 {
        width: 100%;
        margin-top: 10px;
    }

    #footer .footer-19.newsletter form>div.email-field-wrap {
        float: left;
    }

    #footer .footer-19 .dt-mc-subscribe:not(.inline)>form>div.btn-wrap {
        width: auto;
        margin-top: 0;
    }

    #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 {
        position: static;
        bottom: 0;
        margin-top: 80px;
    }

    .footer-20-widget.vc_column_container {
        padding-left: 0;
    }

    #footer .footer-22 .dt-sc-newsletter-section.type6>p {
        padding: 0px;
    }

    #footer .footer-22 .dt-sc-newsletter-section.type6 {
        padding: 0px 15px 45px;
        border-right: 0px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

    .footer-info.vc_column_container {
        padding: 10px 15px;
        margin: 0;
    }

    #footer .footer-copyright .dt-sc-sociable.right,
    #footer .footer-copyright .dt-sc-sociable.left {
        width: 100%;
        margin: 0;
    }

    #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 {
        float: none;
        display: inline-block;
        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 {
        width: 100%;
        overflow: hidden;
    }

    #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: 0px 15px;
    }

    #footer .footer-25.vc_row.vc_row-no-padding .wpb_column.footer-address-content {
        padding: 0px;
    }

    #footer .footer-25.vc_row.vc_row-no-padding .wpb_column.footer-form-content {
        padding: 0px;
        margin: 40px 0px 0px;
    }

    /*----*****---- << Store Locator >> ----*****----*/
    .wpsl-stores-fullwidth-container {
        text-align: center;
    }

    #wpsl-wrap {
        margin: 35px auto;
        position: relative;
        top: auto;
        float: none;
        display: inline-block;
        text-align: left;
        left: 0;
    }

    #wpsl-wrap #wpsl-stores,
    #wpsl-wrap #wpsl-direction-details {
        height: 325px !important;
    }

    .wpsl-search,
    #wpsl-result-list {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .wpsl-input #wpsl-search-input {
        width: 316px !important;
    }

    #wpsl-search-wrap .wpsl-search-btn-wrap {
        clear: none;
    }

    #wpsl-search-wrap #wpsl-search-btn {
        margin-right: 0;
    }

    #wpsl-gmap {
        margin: 0;
    }

    .dt-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: 0px 10px 10px;
    }

    .footer-36 .dt-sc-sociable.extra-large li a {
        width: 40px;
        height: 40px;
        line-height: 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;
        }
    }

}

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

    #entry-search form>p {
        width: 62.3%;
    }

    /*----*****---- << Footer >> ----*****----*/
    .footer-copyright .vc_col-sm-6 {
        width: 100% !important;
        margin-bottom: 15px !important;
        text-align: center;
        padding: 0;
    }

    .footer-copyright .dt-sc-sociable li {
        display: inline-block;
        float: none;
    }

    .footer-copyright .dt-sc-sociable.diamond-square-border li {
        margin: 0 20px 0 0;
    }

    .footer-copyright .alignright img {
        display: inline-block;
        float: none;
    }

    .footer-copyright .dt-sc-contact-info span {
        width: 20px;
        margin: 7px 6px 0 0;
        font-size: 15px;
    }

}


/* Common Styles for the devices below 479px width */
@media only screen and (max-width: 479px) {

    .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: 0px 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 {
        width: 320px;
        max-width: 320px;
    }

    .dt-sc-maaya-header.with-border {
        margin: 0;
    }

    /*----*****---- << Slide Menu >> ----*****----*/
    .vc_row.dt-sc-simpler-content {
        width: 100% !important;
        left: -100% !important;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .vc_row.dt-sc-simpler-content.dt-sc-simpler-content-open {
        left: 0 !important;
    }

    .dt-sc-simpler-content.from-left .dt-simpler-slider,
    .dt-sc-simpler-content.from-left.boxed-header .dt-simpler-slider,
    .dt-sc-simpler-content-close.from-left .dt-simpler-slider,
    .dt-sc-simpler-content-close.from-left.boxed-header .dt-simpler-slider,
    .dt-sc-simpler-content-open.from-left .dt-simpler-slider,
    .dt-sc-simpler-content-open.from-left.boxed-header .dt-simpler-slider {
        right: 15px;
        left: auto;
        top: 12px;
    }

    .dt-sc-simpler-content .mobile-menu {
        width: 100%;
        max-width: 100%;
    }

    .dt-sc-simpler-content .mobile-menu,
    .dt-sc-simpler-content .mobile-menu ul.sub-menu,
    .dt-sc-simpler-content .mobile-menu ul.dt-primary-nav {
        height: 100% !important;
    }

    .vc_row.dt-sc-simpler-content.overlay-header {
        left: auto !important;
    }

    .dt-sc-simpler-content.overlay-header .mobile-nav-container .menu-trigger,
    .dt-sc-simpler-content.overlay-header .mobile-nav-container .menu-trigger>i:before {
        font-size: 55px;
    }

    .secondary-sidebar .vc_row.dt-sc-simpler-content {
        width: 260px !important;
        left: -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%;
    }

    #header .header-28-topbar .dt-custom-nav-wrapper.inline-horizontal[data-divider="yes"] .dt-custom-nav li {
        margin-left: 13px;
    }

    /*----*****---- << Breadcrumb >> ----*****----*/
    .main-title-section h1 {
        font-size: 23px;
    }


    /*----*****---- << Store Locator >> ----*****----*/
    #wpsl-wrap {
        width: 90%;
    }

    #wpsl-search-wrap .wpsl-search-btn-wrap {
        float: right;
    }

    .wpsl-input #wpsl-search-input {
        width: 77.2% !important;
    }

    #wpsl-search-wrap #wpsl-search-btn {
        margin-bottom: 0;
    }

    #entry-search form>p {
        width: 100%;
    }

    #entry-gallery-pager a img {
        width: 45px;
    }

    #entry-gallery-pager a,
    .dt-sc-one-half.with-sidebar #entry-gallery-pager a,
    .dt-sc-one-half #entry-gallery-pager a {
        margin-right: 5px;
    }

    /*----*****---- << Footer >> ----*****----*/

    .map-with-overlay .map-overlay.wpb_column .dt-sc-tabs-horizontal-container.aligncenter ul.dt-sc-tabs-horizontal>li {
        margin: 5px 0;
    }

    .footer-copyright .dt-sc-sociable li {
        display: inline-block;
        float: none;
    }

    .alignright .dt-sc-sociable {
        width: 100%;
        text-align: center;
    }

    #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 {
        width: 100%;
        text-align: left;
    }

}

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

}

.no-header #site-title {
    margin: 19px auto;
}

.no-header #site-title a {
    color: #ffffff;
}
