/* 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.rounded-icons .search a span,
.menu-icons-wrapper.rounded-icons .cart a span,
.menu-icons-wrapper .search a span,
.menu-icons-wrapper .cart a span,
#main-menu ul li.menu-item-simple-parent ul li a .fa,
.megamenu-child-container ul.sub-menu > li > ul li a .fa,
#main-menu .megamenu-child-container > ul.sub-menu > li > a .menu-item-description
{
            transition: all .3s linear; 
       -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
         -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}





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

	2.0 - Logo

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

#logo
{
    display: flex;

    align-items: center;
    flex-grow: 1;
}

#logo a
{
    display: block;
    float: left;
    height: 40px; 
    margin: 0;
    overflow: hidden;
    padding: 0;
}

#logo a img
{
    display: block;
    height: inherit;
    overflow: hidden;
}

#logo a .retina_logo
{
    display: none;
}





/*----*****---- << 2.1. Darkbg Logo >> ----*****----*/

#logo a .darkbg_logo,
.dt-sc-dark-bg #logo a .normal_logo
{
    display: none;
}

.dt-sc-dark-bg #logo a .darkbg_logo
{
    display: block;
}



.is-sticky #logo a
{
    height: 20px;
}

.is-sticky #logo a img
{
    height: auto;
    max-height: 100%;
    max-width: 100%; 
    width: auto;
}





/*----*****---- << 2.2. Logo Title >> ----*****----*/

#logo .logo-title
{
    margin-top: 16px;
}

#logo .logo-title > h1
{
    font-weight: bold; 
    line-height: normal;
    margin-bottom: 0;
}

#logo .logo-title h2
{
    clear: both; 
    display: block;
    font-size: 20px;
}

#logo .logo-title > h1 a
{
    height: auto;
    line-height: normal;
    padding: 0; 
    width: auto;
}

.left-header #logo .logo-title
{
    padding: 0 20px;
}





/*----*****---- << 2.3. Split Logo >> ----*****----*/

.split-header #logo
{
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 18%;
    z-index: 9999;
}

.split-header #logo a
{
    float: none;
    margin: 0 auto; 
    max-width: 100%;
}

.split-header #logo a img
{
    margin: 0 auto; 
    max-height: 100%;
    max-width: 100%;
}





/*----*****---- << 2.4. Header Align Center >> ----*****----*/

.header-align-center #logo
{
    display: inline-block; 
    text-align: center;
    width: 29.8%;
}

.header-align-center .main-header #logo a
{
    float: none;
    height: auto;
    padding-bottom: 20px; 
    padding-top: 25px;
}

.header-align-center .main-header #logo a img
{
    margin: 0 auto;
}



.header-align-center .main-header > div:nth-child(1):nth-last-child(2),
.header-align-center .main-header > .header-left:empty ~ #logo
{
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}





/*----*****---- << 2.5. Header Align Left >> ----*****----*/

.header-align-left .main-header #logo a img,
.header-align-center .main-header #logo a img,
.overlay-header #logo a img
{
    width: 50%;
}



.header-align-left #logo
{
    display: inline-block;
    padding-bottom: 20px; 
    padding-top: 24px;
    width: 24.7%;
}

.header-align-left #logo a
{
    height: auto;
}





/*----*****---- << 2.6. Left Header >> ----*****----*/

.left-header #header-wrapper #logo a
{
    display: inline-block;
    float: none;
    width: 100%;
}

.left-header #header-wrapper #logo a img
{
    margin: 0 auto;
}

.left-header #logo
{
    clear: both; 
    margin: 35px 0;
    text-align: center;
    width: 100%;
}

.left-header.left-header-boxed #logo
{
    margin: 0;
    padding: 40px 0 20px;
    text-align: center;
}





/*----*****---- << 2.7. Overlay Header >> ----*****----*/

.overlay-header #logo a
{
    height: auto; 
    padding: 20px 0;
}





@media screen and (-webkit-min-device-pixel-ratio:0)
{
    ::i-block-chrome,
    .main-header,
    #logo,
    #logo a
    {
        display: -webkit-box;
        position: relative; 

        -webkit-box-align: center;
        -webkit-box-flex: 1;
    }

    ::i-block-chrome,
    .left-header #header-wrapper #logo a,
    ::i-block-chrome,
    .overlay-header .main-header,
    .overlay-header #logo,
    .overlay-header #logo a
    {
        display: block;
    }
}









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

	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-left
{
    float: left; 
    width: 49%;
}

.top-bar-right
{
    float: right;
    text-align: right; 
    width: 49%;
}



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

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



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

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

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



.text-with-icon
{
    display: inline-block;
}

.text-with-icon .icon,
.text-with-icon .fa
{
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin: 0 5px 0 0;
    position: relative;
    top: 0;
}



.top-bar .dt-sc-sociable
{
    float: right;
    margin: 0;
    padding: 0;
}

.top-bar .dt-sc-sociable li
{
    display: inline-block;
    margin: 0;
    padding: 0;
}

.top-bar .dt-sc-sociable li a
{
    height: auto;
    line-height: 50px; 
    padding: 0 10px;
    width: auto;
}



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



.top-bar ul li
{
    display: line;
    float: left;
    margin-right: 15px;
}

.top-bar ul li:last-child
{
    margin-right: 0;
}





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

	4.0 - Header

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

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

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



.header-on-slider .main-header-wrapper
{
    position: inherit;
}

/*.header-on-slider.header-with-topbar .main-header-wrapper { margin-top: 100px; }

	.header-on-slider .main-header-wrapper, .header-on-slider.header-with-topbar .top-bar, .header-on-slider.header-with-topbar.page-with-slider .main-header-wrapper { margin-top:50px; }

	.header-on-slider .is-sticky .main-header-wrapper, .header-on-slider.page-with-slider .main-header-wrapper { margin-top:0; }	

	

	.header-on-slider.page-with-slider .main-header-wrapper { position: absolute; top: 50px; }

	.header-on-slider.header-with-topbar .top-bar { margin-top: 50px; position: absolute; }



	.header-below-slider .main-header-wrapper { margin-top: 0; }*/



.main-header-wrapper
{
    float: left;
    left: 0;
    position: absolute;
    top: 0;
            transition: all 300ms linear 0s; 
    -webkit-transition: all 300ms linear 0s;
    width: 100%;
}

.main-header
{
    display: flex;
    float: left;
    margin: 0;
    padding: 0;
    position: relative; 
    width: 100%;
}



.standard-header .main-header-wrapper
{
    clear: both;
    float: left;
    position: inherit;
    top: 0;
    width: 100%;
}



.layout-boxed.standard-header .main-header-wrapper
{
    width: 1250px;
}

.layout-boxed.left-header .main-header-wrapper
{
    width: 100%;
}



/*.header-on-slider.boxed-header .main-header-wrapper { top:50px; }*/

.boxed-header .main-header
{
    padding: 0 30px;
}



/*----*****---- << 4.1. Split Header >> ----*****----*/

.split-header #main-menu .menu-left,
.split-header #main-menu .menu-right
{
    width: 40%;
}

.split-header #main-menu .menu-right
{
    float: right;
}

.split-header .menu-wrapper,
.split-header #main-menu
{
    margin: 0; 
    width: 100%;
}

.split-header #main-menu ul.menu > li > a
{
    padding: 0 21px;
}

.split-header .is-sticky .menu-active-with-double-border #main-menu ul.menu > li > a
{
    line-height: 66px;
}



.split-header #main-menu ul.menu
{
    line-height: 0; 
    text-align: left;
}

.split-header #main-menu ul.menu li
{
    line-height: 24px;
}

.split-header #main-menu ul.menu.menu-right
{
    text-align: right;
}

.split-header #main-menu ul.menu > li
{
    display: inline-block;
    float: none;
    text-align: center;
}



.split-header.transparent-header #main-menu ul.menu > li > a
{
    padding: 0;
}

.split-header.transparent-header #main-menu ul.menu > li
{
    padding: 0 20px;
}



.transparent-header .main-header,
.transparent-header .main-header-wrapper,
.left-header.transparent-header .main-header,
.left-header.transparent-header .main-header-wrapper
{
    background: none;
}





/*----*****---- << 4.2. Two Color Header >> ----*****----*/

.two-color-header .main-header-wrapper:before
{
    content: '';
    height: 100%;
    left: -5%;
    position: absolute;
    top: 0;
            transform: skewX(-30deg); 
    -webkit-transform: skewX(-30deg);
    width: 39.5%;
}

.two-color-header .main-header-wrapper:after
{
    content: '';
    height: 100%;
    position: absolute;
    right: -5%;
    top: 0;
            transform: skewX(-30deg); 
    -webkit-transform: skewX(-30deg);
    width: 70%;
}

.two-color-header .menu-wrapper
{
    position: relative;
    z-index: 1;
}

.two-color-header .dt-sc-dark-bg .main-header-wrapper
{
    background: none;
}



.fullwidth-menu-header .menu-wrapper
{
    border-bottom: 1px solid;
    border-top: 1px solid;
    clear: both;
    float: left; 
    margin-left: 0;
    text-align: center;
    width: 100%;
}

.fullwidth-menu-header .dt-sc-dark-bg .menu-wrapper
{
    border-bottom-color: rgba(255,255,255,.3);
    border-top-color: rgba(255,255,255,.3);
}





/*----*****---- << 4.3. Header Align Center >> ----*****----*/

.header-align-center.fullwidth-menu-header #main-menu,
.header-align-center #main-menu ul.menu
{
    display: inline-block;
    float: none; 
    text-align: center;
}

.header-align-center.fullwidth-menu-header #main-menu ul.menu > li,
.header-align-center #main-menu ul.menu > li > a
{
    display: inline-block; 
    float: none;
}

.header-align-center.fullwidth-menu-header #main-menu ul.menu > li > a
{
    line-height: 70px;
}



.header-align-center.fullwidth-menu-header .menu-icons-wrapper
{
    display: inline-block;
    float: none;
    height: auto;
    padding: 0;
}

.header-align-center.fullwidth-menu-header .menu-icons-wrapper .search,
.header-align-center.fullwidth-menu-header .menu-icons-wrapper .cart
{
    display: inline-block; 
    float: none;
}

.header-align-center.fullwidth-menu-header .menu-icons-wrapper .search a,
.header-align-center.fullwidth-menu-header .menu-icons-wrapper .cart a
{
    line-height: 50px;
}



.header-align-center .header-left,
.header-align-center .header-right,
.header-align-left .header-right
{
    padding-bottom: 20px; 
    padding-top: 20px;
}

.header-align-center .header-left:empty,
.header-align-center .header-right:empty,
.header-align-left .header-right:empty
{
    display: none;
}



.header-align-left.fullwidth-menu-header .dt-sc-dark-bg .is-sticky .menu-wrapper,
.header-align-center.fullwidth-menu-header .dt-sc-dark-bg .is-sticky .menu-wrapper,
.header-align-left.fullwidth-menu-header.semi-transparent-header .dt-sc-dark-bg .is-sticky .menu-wrapper
{
    background: rgba(0, 0, 0, .9);
}



.header-align-center .header-left,
.header-right
{
    width: 35%;
}



.header-align-center .main-header
{
    display: block;
}



.header-align-center .header-left
{
    float: left;
}

.header-align-center .header-right
{
    float: right;
    text-align: right;
}



.header-align-left .header-right
{
    float: right;
    text-align: right; 
    width: 75%;
}

.header-align-left.fullwidth-menu-header .menu-wrapper
{
    border-bottom: none;
}



.header-ad
{
    line-height: 150px; 
    width: 100%;
}

.header-ad img
{
    max-width: 100%;
    vertical-align: middle;
}





/*----*****---- << 4.4. Header Search Form >> ----*****----*/

.main-header #searchform
{
    border: 1px solid;
    margin: 0; 
    max-width: 250px;
    padding: 13px 15px;
    position: relative;
}

.main-header #searchform:before
{
    bottom: 0;
    content: '\f002';
    font-family: FontAwesome;
    font-size: 14px;
    height: 22px; 
    margin: auto;
    position: absolute;
    right: 15px;
    top: -4px;
}

.main-header #searchform input[type='text']
{
    background: none;
    border: none;
    font-size: 12px;
    padding: 0 25px 0 0;
    text-transform: uppercase;
    width: 220px;

    -webkit-appearance: none;
}

.main-header #searchform label span
{
    display: none;
}

.main-header #searchform input[type='submit']
{
    background: none;
    cursor: pointer;
    height: 42px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-indent: -9999px; 
    top: 0;
    width: 45px;
    z-index: 1;
}





/*----*****---- << 4.5. Menu Icons Wrapper >> ----*****----*/

.menu-icons-wrapper
{
    float: right;
    height: 70px; 
    margin: 0 0 0 10px;
    padding: 8px 0;
}

.menu-icons-wrapper .search,
.menu-icons-wrapper .cart
{
    float: left;
    margin: 0 10px;
}

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

.menu-icons-wrapper div:last-child
{
    margin-right: 0;
}

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

.menu-icons-wrapper .search a span,
.menu-icons-wrapper .cart a span
{
    line-height: 70px;
}

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



.menu-icons-wrapper .search
{
    position: relative;
}

.menu-icons-wrapper .top-menu-search-container
{
    bottom: -55px;
    display: none;
    position: absolute;
    right: -10px;
    z-index: 9;
}

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

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

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

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

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



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

.cart-info p
{
    margin: 0;
}

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

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

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



.main-header .menu-icons-wrapper #searchform
{
    margin: 0;
}

#searchform .dt-search-icon
{
    display: none;
}



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

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

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





/*----*****---- << 4.6. Menu Active Style >> ----*****----*/

.menu-wrapper
{
    float: right;
    margin: 0 0 0 20px;
}

#main-menu,
#main-menu ul.menu
{
    float: left;
    margin: 0;
    padding: 0;
}

#main-menu ul.menu li
{
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
}

#main-menu > ul.menu > li > a
{
    float: left;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .3px; 
    line-height: 90px;
    padding: 0 20px;
    text-transform: uppercase;
}



.menu-active-highlight-grey #main-menu ul.menu > li
{
    padding: 0 20px;
}

.menu-active-highlight-grey #main-menu ul.menu > li > a
{
    padding: 0;
    position: relative;
}

.menu-active-highlight-grey #main-menu ul.menu > li > a:before
{
    bottom: 0; 
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}



.left-header .menu-active-highlight-grey #main-menu ul.menu > li
{
    padding: 0;
}

.left-header #main-menu,
.left-header #main-menu ul.menu
{
    width: 100%;
}

.left-header .menu-with-slanting-splitter #main-menu ul.menu > li:before
{
    content: none;
}

.left-header #main-menu ul.menu > li > .megamenu-child-container
{
    height: 400px; 
    overflow-y: scroll;
}



.left-header .top-bar
{
    clear: both;
    float: left;
    height: auto;
    left: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100vw;
}



@media screen and (-webkit-min-device-pixel-ratio:0)
{
    /* Safari */

    ::i-block-chrome,
    .left-header .top-bar
    {
        left: 100%;
        width: 1170px;
    }

    ::i-block-chrome,
    .left-header .top-bar:before
    {
        background: #eee;
        content: '';
        display: block;
        height: 100%; 
        left: -500px;
        position: absolute;
        top: 0;
        width: 500px;
    }

    ::i-block-chrome,
    .left-header .top-bar:after
    {
        background: #eee;
        content: '';
        display: block;
        height: 100%; 
        position: absolute;
        right: -500px;
        top: 0;
        width: 500px;
    }
}



.left-header #header-wrapper .top-bar .container
{
    width: 1170px;
}

.left-header .vc_row.vc_row-no-padding
{
    left: 0 !important;
    margin: 0 auto;
    width: 100% !important;
}



.left-header .menu-active-with-icon.menu-active-highlight #main-menu > ul.menu > li > a:before,
.left-header .menu-active-with-icon.menu-active-highlight #main-menu > ul.menu > li > a:after
{
    content: none;
}



.left-header .menu-active-highlight-with-arrow #main-menu > ul.menu > li.current_page_item > a:before,
.left-header .menu-active-highlight-with-arrow #main-menu > ul.menu > li.current_page_ancestor > a:before,
.left-header .menu-active-highlight-with-arrow #main-menu > ul.menu > li.current-menu-item > a:before,
.left-header .menu-active-highlight-with-arrow #main-menu > ul.menu > li.current-menu-ancestor > a:before
{
    bottom: 0;
    left: auto; 
    margin: auto;
    right: -26px;
    top: 0;
            transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}



.menu-active-with-double-border #main-menu ul.menu > li > a
{
    border-bottom: 4px double transparent;
}

.left-header .menu-active-with-double-border #main-menu ul.menu > li > a
{
    border-bottom-color: transparent;
}

.left-header .menu-active-with-double-border #main-menu > ul.menu > li.current-menu-item > a
{
    border-top-color: rgba(0,0,0,.09);
}



.split-header.transparent-header .menu-active-with-icon #main-menu > ul.menu > li.current_page_item > a:before,
.split-header.transparent-header .menu-active-with-icon #main-menu > ul.menu > li.current_page_ancestor > a:before,
.split-header.transparent-header .menu-active-with-icon #main-menu > ul.menu > li.current-menu-item > a:before,
.split-header.transparent-header .menu-active-with-icon #main-menu > ul.menu > li.current-menu-ancestor > a:before
{
    bottom: -2px;
}



.split-header.transparent-header .menu-active-with-icon #main-menu > ul.menu > li.current_page_item > a:after,
.split-header.transparent-header .menu-active-with-icon #main-menu > ul.menu > li.current_page_ancestor > a:after,
.split-header.transparent-header .menu-active-with-icon #main-menu > ul.menu > li.current-menu-item > a:after,
.split-header.transparent-header .menu-active-with-icon #main-menu > ul.menu > li.current-menu-ancestor > a:after
{
    bottom: -8px;
}



.menu-active-with-icon #main-menu > ul.menu > li.current_page_item > a,
.menu-active-with-icon #main-menu > ul.menu > li.current_page_ancestor > a,
.menu-active-with-icon #main-menu > ul.menu > li.current-menu-item > a,
.menu-active-with-icon #main-menu > ul.menu > li.current-menu-ancestor > a
{
    position: relative;
}



.menu-active-with-icon #main-menu > ul.menu > li.current_page_item > a:before,
.menu-active-with-icon #main-menu > ul.menu > li.current_page_ancestor > a:before,
.menu-active-with-icon #main-menu > ul.menu > li.current-menu-item > a:before,
.menu-active-with-icon #main-menu > ul.menu > li.current-menu-ancestor > a:before,
.menu-active-with-icon #main-menu > ul.menu > li.current_page_item > a:after,
.menu-active-with-icon #main-menu > ul.menu > li.current_page_ancestor > a:after,
.menu-active-with-icon #main-menu > ul.menu > li.current-menu-item > a:after,
.menu-active-with-icon #main-menu > ul.menu > li.current-menu-ancestor > a:after
{
    content: '';
    left: 0;
    margin: auto; 
    position: absolute;
    right: 0;
}



.menu-active-with-icon #main-menu > ul.menu > li.current_page_item > a:before,
.menu-active-with-icon #main-menu > ul.menu > li.current_page_ancestor > a:before,
.menu-active-with-icon #main-menu > ul.menu > li.current-menu-item > a:before,
.menu-active-with-icon #main-menu > ul.menu > li.current-menu-ancestor > a:before
{
    bottom: 20px;
    height: 1px; 
    width: 13px;
}



.menu-active-with-icon #main-menu > ul.menu > li.current_page_item > a:after,
.menu-active-with-icon #main-menu > ul.menu > li.current_page_ancestor > a:after,
.menu-active-with-icon #main-menu > ul.menu > li.current-menu-item > a:after,
.menu-active-with-icon #main-menu > ul.menu > li.current-menu-ancestor > a:after
{
    bottom: 14px;
    height: 13px;
    width: 1px;
}



.menu-active-with-icon #main-menu > ul.menu > li.current_page_item > a,
.menu-active-with-icon #main-menu > ul.menu > li.current_page_ancestor > a,
.menu-active-with-icon #main-menu > ul.menu > li.current-menu-item > a,
.menu-active-with-icon #main-menu > ul.menu > li.current-menu-ancestor > a
{
    border: none;
}



.menu-active-border-with-arrow  #main-menu > ul.menu > li.current_page_item > a,
.menu-active-border-with-arrow  #main-menu > ul.menu > li.current_page_ancestor > a,
.menu-active-border-with-arrow  #main-menu > ul.menu > li.current-menu-item > a,
.menu-active-border-with-arrow  #main-menu > ul.menu > li.current-menu-ancestor > a
{
    position: relative;
}



.menu-active-border-with-arrow #main-menu > ul.menu > li.current_page_item > a:before,
.menu-active-border-with-arrow #main-menu > ul.menu > li.current_page_ancestor > a:before,
.menu-active-border-with-arrow #main-menu > ul.menu > li.current-menu-item > a:before,
.menu-active-border-with-arrow #main-menu > ul.menu > li.current-menu-ancestor > a:before,
.menu-active-border-with-arrow #main-menu > ul.menu > li.current_page_item > a:after,
.menu-active-border-with-arrow #main-menu > ul.menu > li.current_page_ancestor > a:after,
.menu-active-border-with-arrow #main-menu > ul.menu > li.current-menu-item > a:after,
.menu-active-border-with-arrow #main-menu > ul.menu > li.current-menu-ancestor > a:after
{
    bottom: 0;
    content: '';
    left: 0;
    margin: auto; 
    position: absolute;
    width: 100%;
}



.menu-active-border-with-arrow  #main-menu > ul.menu > li.current_page_item > a:before,
.menu-active-border-with-arrow  #main-menu > ul.menu > li.current_page_ancestor > a:before,
.menu-active-border-with-arrow  #main-menu > ul.menu > li.current-menu-item > a:before,
.menu-active-border-with-arrow  #main-menu > ul.menu > li.current-menu-ancestor > a:before
{
    border-bottom: 3px solid;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    bottom: 2px; 
    right: 0;
    width: 0;
}

.menu-active-border-with-arrow  #main-menu > ul.menu > li.current_page_item > a:after,
.menu-active-border-with-arrow  #main-menu > ul.menu > li.current_page_ancestor > a:after,
.menu-active-border-with-arrow  #main-menu > ul.menu > li.current-menu-item > a:after,
.menu-active-border-with-arrow  #main-menu > ul.menu > li.current-menu-ancestor > a:after
{
    height: 2px;
}



.menu-active-with-two-border #main-menu > ul.menu > li.current_page_item > a,
.menu-active-with-two-border #main-menu > ul.menu > li.current_page_ancestor > a,
.menu-active-with-two-border #main-menu > ul.menu > li.current-menu-item > a,
.menu-active-with-two-border #main-menu > ul.menu > li.current-menu-ancestor > a
{
    position: relative;
}

.menu-active-with-two-border #main-menu > ul.menu > li.current_page_item > a:before,
.menu-active-with-two-border #main-menu > ul.menu > li.current_page_ancestor > a:before,
.menu-active-with-two-border #main-menu > ul.menu > li.current-menu-item > a:before,
.menu-active-with-two-border #main-menu > ul.menu > li.current-menu-ancestor > a:before,
.menu-active-with-two-border #main-menu > ul.menu > li.current_page_item > a:after,
.menu-active-with-two-border #main-menu > ul.menu > li.current_page_ancestor > a:after,
.menu-active-with-two-border #main-menu > ul.menu > li.current-menu-item > a:after,
.menu-active-with-two-border #main-menu > ul.menu > li.current-menu-ancestor > a:after
{
    content: '';
    height: 2px; 
    left: 0;
    position: absolute;
    width: 100%;
}



.menu-active-with-two-border #main-menu > ul.menu > li.current_page_item > a:before,
.menu-active-with-two-border #main-menu > ul.menu > li.current_page_ancestor > a:before,
.menu-active-with-two-border #main-menu > ul.menu > li.current-menu-item > a:before,
.menu-active-with-two-border #main-menu > ul.menu > li.current-menu-ancestor > a:before
{
    top: 0;
}

.menu-active-with-two-border #main-menu > ul.menu > li.current_page_item > a:after,
.menu-active-with-two-border #main-menu > ul.menu > li.current_page_ancestor > a:after,
.menu-active-with-two-border #main-menu > ul.menu > li.current-menu-item > a:after,
.menu-active-with-two-border #main-menu > ul.menu > li.current-menu-ancestor > a:after
{
    bottom: 0;
}



.menu-active-highlight-with-arrow #main-menu > ul.menu > li.current_page_item > a,
.menu-active-highlight-with-arrow #main-menu > ul.menu > li.current_page_ancestor > a,
.menu-active-highlight-with-arrow #main-menu > ul.menu > li.current-menu-item > a,
.menu-active-highlight-with-arrow #main-menu > ul.menu > li.current-menu-ancestor > a
{
    position: relative;
}

.menu-active-highlight-with-arrow #main-menu > ul.menu > li.current_page_item > a:before,
.menu-active-highlight-with-arrow #main-menu > ul.menu > li.current_page_ancestor > a:before,
.menu-active-highlight-with-arrow #main-menu > ul.menu > li.current-menu-item > a:before,
.menu-active-highlight-with-arrow #main-menu > ul.menu > li.current-menu-ancestor > a:before
{
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 12px solid;
    bottom: -9px;
    content: '';
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0; 
    width: 0;
}



@media screen and (-webkit-min-device-pixel-ratio:0)
{
    /* Safari */

    ::i-block-chrome,
    .menu-active-highlight-with-arrow #main-menu > ul.menu > li.current_page_item > a:before,
    .menu-active-highlight-with-arrow #main-menu > ul.menu > li.current_page_ancestor > a:before,
    .menu-active-highlight-with-arrow #main-menu > ul.menu > li.current-menu-item > a:before,
    .menu-active-highlight-with-arrow #main-menu > ul.menu > li.current-menu-ancestor > a:before
    {
        border-left-width: 34px;
        border-right-width: 34px;
    }
}



.menu-with-small-splitter #main-menu ul.menu > li
{
    position: relative;
}

.menu-with-small-splitter #main-menu ul.menu > li:before
{
    bottom: 0;
    content: '';
    height: 20px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}

.menu-with-small-splitter #main-menu ul.menu > li:last-child:before
{
    background: none;
}



.menu-with-slanting-splitter #main-menu ul.menu > li
{
    position: relative;
}

.menu-with-slanting-splitter #main-menu ul.menu > li:before
{
    bottom: 0;
    content: '';
    height: 25px;
    margin: auto;
    position: absolute;
    right: -6px;
    top: 3px;
            transform: rotate(30deg); 
       -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
         transform-origin: 0 0;
    -moz-transform-origin: 0 0;
     -ms-transform-origin: 0 0;
    width: 1px;
}

.menu-with-slanting-splitter #main-menu ul.menu > li:last-child:before,
.dt-sc-dark-bg .menu-with-slanting-splitter #main-menu ul.menu > li:last-child:before
{
    background: none;
}

.overlay-header .menu-with-slanting-splitter #main-menu ul.menu > li:before
{
    bottom: 27px;
    height: 1px;
    left: 0;
    right: 0;
    top: auto;
    transform: none; 
    width: 25px;
}





/*----*****---- << 4.7 - Left Header >> ----*****----*/

html
{
    height: 100%;
}



.left-header #header-wrapper .main-header
{
    display: inline-block;
}



.left-header #header-wrapper .main-header-wrapper,
.left-header #header-wrapper .main-header
{
    height: 100%;
}

.left-header #header-wrapper
{
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 260px;
    z-index: 9999;
}

.left-header #header
{
    height: 100%;
}

.left-header .main-header-wrapper
{
    position: inherit;
}

.left-header.header-on-slider.header-with-topbar .main-header-wrapper
{
    margin-top: 0;
}

.left-header.header-on-slider.page-with-slider .main-header-wrapper
{
    top: auto;
}

.left-header .menu-wrapper
{
    clear: both;
    margin: 0; 
    width: 100%;
}

.left-header #header-wrapper .container
{
    height: 100%; 
    width: 100%;
}





.left-header #main-menu ul.menu li,
.left-header #main-menu ul.menu li a
{
    width: 100%;
}

.left-header #main-menu > ul.menu > li > a
{
    border-top: 1px solid; 
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    padding: 16px 25px 15px;
}

.left-header #main-menu > ul.menu > li:last-child > a
{
    border-bottom: 1px solid;
}

.left-header .menu-active-with-double-border #main-menu ul.menu > li:last-child > a
{
    border-bottom: 4px double;
}



.left-header:not(.left-header-boxed) .menu-active-border-with-arrow  #main-menu > ul.menu > li.current_page_item > a:before,
.left-header:not(.left-header-boxed) .menu-active-border-with-arrow  #main-menu > ul.menu > li.current_page_ancestor > a:before,
.left-header:not(.left-header-boxed) .menu-active-border-with-arrow  #main-menu > ul.menu > li.current-menu-item > a:before,
.left-header:not(.left-header-boxed) .menu-active-border-with-arrow  #main-menu > ul.menu > li.current-menu-ancestor > a:before
{
    left: 25px;
    right: auto;
}



.left-header-footer
{
    bottom: 0;
    clear: both;
    padding: 30px 20px;  
    position: absolute;
    text-align: center;
    width: 100%;
}

.left-header-footer:empty
{
    display: none;
}

.left-header-footer h5
{
    text-transform: uppercase;
}

.left-header-footer .dt-sc-sociable
{
    text-align: center; 
    width: 100%;
}

.left-header-footer .dt-sc-sociable li,
.left-header-footer .dt-sc-sociable li a
{
    display: inline-block;
    float: none;
}

.left-header-footer .dt-sc-sociable li
{
    margin: 0 5px 5px;
}

.left-header-footer .dt-sc-sociable.filled li a
{
    height: 32px;
    line-height: 32px; 
    width: 32px;
}

.left-header-footer p
{
    display: inline-block; 
    font-size: 13px;
    line-height: 24px;
    margin: 20px 0 0;
}



.left-header
{
    overflow-x: hidden;
}

.left-header #main
{
    padding-left: 260px;
}

.left-header.layout-boxed #main
{
    padding-left: 0;
}

.left-header .menu-icons-wrapper
{
    display: none;
}



.left-header #main-menu ul.menu > li > .megamenu-child-container
{
    left: 260px;
    top: 0;
}

.left-header .main-header-wrapper #main-menu ul li.menu-item-simple-parent ul
{
    left: 100%;
    top: 0;
}



.left-header .section-wrapper.vc_row[data-vc-full-width-init]
{
    padding-left: 260px;
}

.left-header.left-header-boxed .section-wrapper.vc_row[data-vc-full-width-init]
{
    padding-left: 0;
}

.left-header.left-header-creative .section-wrapper.vc_row[data-vc-full-width-init]
{
    padding-left: 0;
}





/*----*****---- << 4.8 - Left Header Creative >> ----*****----*/

.left-header.left-header-creative #main
{
    padding-left: 0;
}



.left-header.left-header-creative #toggle-sidebar
{
    display: block !important;
}

.left-header #toggle-sidebar
{
    cursor: pointer;
    height: 45px;
    left: 20px;
    position: fixed;
    top: 20px;
    width: 45px;
    z-index: 3000;
}



.left-header #toggle-sidebar:before
{
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    bottom: 0;
    content: '';
    height: 14px;
    left: 0;
    margin: auto; 
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;
}

.left-header #toggle-sidebar:after
{
    background: #fff;
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    margin: auto; 
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;
}



.left-header #toggle-sidebar.close-icon
{
    display: none;
}

.left-header.left-header-creative #header-wrapper[data-simplesidebar='disabled'] .menu-active-highlight-with-arrow #main-menu > ul.menu > li.current_page_item > a::before,
.left-header.left-header-creative #header-wrapper[data-simplesidebar='disabled'] .menu-active-highlight-with-arrow #main-menu > ul.menu > li.current_page_ancestor > a::before,
.left-header.left-header-creative #header-wrapper[data-simplesidebar='disabled'] .menu-active-highlight-with-arrow #main-menu > ul.menu > li.current-menu-item > a::before,
.left-header.left-header-creative #header-wrapper[data-simplesidebar='disabled'] .menu-active-highlight-with-arrow #main-menu > ul.menu > li.current-menu-ancestor > a::before
{
    visibility: hidden;
}





/*----*****---- << 4.9 Left Header Boxed >> ----*****----*/

.left-header.left-header-boxed #main
{
    padding-left: 0;
}



.left-header.left-header-boxed #header-wrapper
{
    bottom: 40px;
    height: auto; 
    left: 40px;
    top: 40px;
}



.left-header.left-header-boxed #main-menu > ul.menu > li > a
{
    text-align: center;
}





/*----*****---- << 4.10 - Overlay Menu >> ----*****----*/

.overlay-header.header-on-slider.header-with-topbar .main-header-wrapper
{
    margin-top: 50px;
}

.overlay-header.header-on-slider.page-with-slider .main-header-wrapper
{
    margin-top: 0;
}

.overlay-header .overlay nav
{
    font-size: 54px;
    position: relative;
    text-align: center;
    top: 50%;
            transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
}

.overlay-header .overlay ul
{
    display: inline-block;
    float: none; 
    height: 100%;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.overlay-header .overlay ul li
{
    display: block;
    height: 16.6666667%;
    height: calc(100% / 6);
    min-height: 54px;
}



.overlay-header .dt-sc-dark-bg .main-header-wrapper
{
    background: none;
}



.overlay-hugeinc
{
    opacity: 0;
            transition: opacity .5s, visibility 0s .5s; 
    -webkit-transition: opacity .5s, visibility 0s .5s;
    visibility: hidden;
}

.overlay-hugeinc.open
{
    opacity: 1;
            transition: opacity .5s; 
    -webkit-transition: opacity .5s;
    visibility: visible;
}

.overlay-hugeinc nav
{
    -webkit-perspective: 1200px;
            perspective: 1200px;
}

.overlay-hugeinc nav ul
{
    opacity: .4;
            transform: translateY(-25%) rotateX(35deg);
    -webkit-transform: translateY(-25%) rotateX(35deg);
            transition:         transform .5s, opacity .5s; 
    -webkit-transition: -webkit-transform .5s, opacity .5s;
}

.overlay-hugeinc.open nav ul
{
    opacity: 1;
            transform: rotateX(0deg); 
    -webkit-transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul
{
            transform: translateY(25%) rotateX(-35deg); 
    -webkit-transform: translateY(25%) rotateX(-35deg);
}



.overlay-header .sticky-wrapper .main-header-wrapper,
.overlay-header .main-header-wrapper
{
    z-index: 99999;
}



@media screen and (max-height: 30.5em)
{
    .overlay-header .overlay nav
    {
        height: 70%;
    }

    .overlay-header .overlay ul li
    {
        min-height: 34px;
    }
}



.overlay-header #main-header-wrapper.main-header-wrapper
{
    background: transparent;
}

.overlay-header .overlay
{
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.overlay-header #trigger-overlay,
.overlay-header .overlay .overlay-close
{
    cursor: pointer;
    font-size: 0;
    height: 46px;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 46px;
    z-index: 9;
}



.overlay-header #trigger-overlay:before
{
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    bottom: 0;
    content: '';
    height: 14px;
    left: 0;
    margin: auto; 
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;
}

.overlay-header #trigger-overlay:after
{
    background: #fff;
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    margin: auto; 
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;
}



.overlay-header .overlay .overlay-close:before,
.overlay-header .overlay .overlay-close:after
{
    background: #fff;
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
            transform: rotate(45deg); 
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 26px;
}

.overlay-header .overlay .overlay-close:after
{
            transform: rotate(-45deg); 
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.overlay-header .dt-sc-dark-bg .overlay .overlay-close
{
    background: rgba(0, 0, 0, .1);
}



.overlay-header .overlay #main-menu,
.overlay-header .overlay #main-menu ul.menu
{
    float: none;
    text-align: center;
}

.overlay-header .overlay #main-menu > ul.menu > li
{
    clear: both;
    display: block;
    float: none;
    text-align: center;
    top: 50%;
    transform: translateY(-50%); 
    width: 100%;
}

.overlay-header .overlay #main-menu > ul.menu > li > a
{
    display: inline-block;
    float: none;
    font-size: 20px;
    line-height: normal;
    padding: 0;
    position: relative;
}

.overlay-header .dt-sc-dark-bg .overlay #main-menu > ul.menu > li > a
{
    color: rgba(255,255,255,.6);
}

.overlay-header .dt-sc-dark-bg .overlay #main-menu > ul.menu > li.current-menu-item > a,
.overlay-header .dt-sc-dark-bg .overlay #main-menu > ul.menu > li.current_page_item > a,
.overlay-header .dt-sc-dark-bg .overlay #main-menu > ul.menu > li > a:hover
{
    color: #fff;
}



.overlay-header .dt-sc-dark-bg .overlay #main-menu ul li.menu-item-megamenu-parent:hover > a,
.overlay-header .dt-sc-dark-bg .overlay #main-menu ul > li.menu-item-simple-parent:hover > a
{
    color: #fff;
}



.overlay-header .menu-active-with-icon #main-menu > ul.menu > li.current_page_item > a:before,
.overlay-header .menu-active-with-icon #main-menu > ul.menu > li.current_page_ancestor > a:before,
.overlay-header .menu-active-with-icon #main-menu > ul.menu > li.current-menu-item > a:before,
.overlay-header .menu-active-with-icon #main-menu > ul.menu > li.current-menu-ancestor > a:before
{
    height: auto;
    position: inherit; 
    width: auto;
}



.overlay-header .overlay #main-menu > ul > li.current_page_item,
.overlay-header .overlay #main-menu > ul > li.current_page_ancestor,
.overlay-header .overlay #main-menu > ul > li.current-menu-item,
.overlay-header .overlay #main-menu ul > li.current-menu-ancestor,
.overlay-header .overlay #main-menu > ul > li.current_page_item > a,
.overlay-header .overlay #main-menu > ul > li.current_page_ancestor > a,
.overlay-header .overlay #main-menu > ul > li.current-menu-item > a,
.overlay-header .overlay #main-menu ul > li.current-menu-ancestor > a,
.overlay-header .overlay #main-menu > ul.menu > li > a:before,
.overlay-header .overlay #main-menu > ul.menu > li > a:after
{
    background-color: rgba(0,0,0,0) !important;
    border: none;
}

.overlay-header .overlay
{
    background: rgba(255,255,255,.9);
}



.overlay-header .overlay #main-menu > ul.menu > li > a:before,
.overlay-header .overlay #main-menu > ul.menu > li > a:after
{
    bottom: auto;
    display: inline-block;
    left: auto;
    opacity: 0;
    right: auto;
            transition:         transform .3s, opacity .2s; 
       -moz-transition:    -moz-transform .3s, opacity .2s;
    -webkit-transition: -webkit-transform .3s, opacity .2s;
    width: 0;
}

.overlay-header .overlay #main-menu > ul.menu > li > a:before
{
    content: '[';
    height: auto;
    position: inherit;
    width: auto;
}

.overlay-header .overlay #main-menu > ul.menu > li > a:after
{
    content: ']';
}



.overlay-header .overlay #main-menu > ul.menu > li:hover > a:before,
.overlay-header .overlay #main-menu > ul.menu > li:hover > a:after,
.overlay-header .overlay #main-menu > ul.menu > li > a:hover:before,
.overlay-header .overlay #main-menu > ul.menu > li > a:hover:after
{
    opacity: 1;
            transform: translateX(0px); 
       -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
}

.overlay-header .overlay #main-menu > ul.menu > li > a:before,
.overlay-header .overlay #main-menu > ul.menu > li:hover > a:after,
.overlay-header .overlay #main-menu > ul.menu > li > a:hover:after
{
            transform: translateX(15px); 
       -moz-transform: translateX(15px);
    -webkit-transform: translateX(15px);
}

.overlay-header .overlay #main-menu > ul.menu > li > a:after,
.overlay-header .overlay #main-menu > ul.menu > li:hover > a:before,
.overlay-header .overlay #main-menu > ul.menu > li > a:hover:before
{
            transform: translateX(-15px); 
       -moz-transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
}



.overlay-header .menu-with-slanting-splitter #main-menu ul.menu > li::before
{
    content: none;
}







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

	5.0 - Default Color

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



.dt-sc-dark-bg #main-menu ul.menu > li > a
{
    color: #fff;
}



.menu-active-highlight #main-menu > ul.menu > li.current_page_item > a,
.menu-active-highlight #main-menu > ul.menu > li.current_page_ancestor > a,
.menu-active-highlight #main-menu > ul.menu > li.current-menu-item > a,
.menu-active-highlight #main-menu > ul.menu > li.current-menu-ancestor > a,
.menu-active-highlight-with-arrow #main-menu > ul.menu > li.current_page_item > a,
.menu-active-highlight-with-arrow #main-menu > ul.menu > li.current_page_ancestor > a,
.menu-active-highlight-with-arrow #main-menu > ul.menu > li.current-menu-item > a,
.menu-active-highlight-with-arrow #main-menu > ul.menu > li.current-menu-ancestor > a,
.left-header .menu-active-highlight #main-menu > ul.menu > li.current_page_item > a,
.left-header .menu-active-highlight #main-menu > ul.menu > li.current_page_ancestor > a,
.left-header .menu-active-highlight #main-menu > ul.menu > li.current-menu-item > a,
.left-header .menu-active-highlight #main-menu > ul.menu > li.current-menu-ancestor > a,
.left-header .menu-active-highlight-with-arrow #main-menu > ul.menu > li.current_page_item > a,
.left-header .menu-active-highlight-with-arrow #main-menu > ul.menu > li.current_page_ancestor > a,
.left-header .menu-active-highlight-with-arrow #main-menu > ul.menu > li.current-menu-item > a,
.left-header .menu-active-highlight-with-arrow #main-menu > ul.menu > li.current-menu-ancestor > a,
.menu-active-highlight #main-menu > ul.menu > li.current_page_item:hover > a,
.menu-active-highlight #main-menu > ul.menu > li.current_page_ancestor:hover > a,
.menu-active-highlight #main-menu > ul.menu > li.current-menu-item:hover > a,
.menu-active-highlight #main-menu > ul.menu > li.current-menu-ancestor:hover > a,
.menu-active-highlight-with-arrow #main-menu > ul.menu > li.current_page_item:hover > a,
.menu-active-highlight-with-arrow #main-menu > ul.menu > li.current_page_ancestor:hover > a,
.menu-active-highlight-with-arrow #main-menu > ul.menu > li.current-menu-item:hover > a,
.menu-active-highlight-with-arrow #main-menu > ul.menu > li.current-menu-ancestor:hover > a
{
    color: #fff;
}



.menu-active-highlight-grey #main-menu > ul.menu > li.current_page_item,
.menu-active-highlight-grey #main-menu > ul.menu > li.current_page_ancestor,
.menu-active-highlight-grey #main-menu > ul.menu > li.current-menu-item,
.menu-active-highlight-grey #main-menu > ul.menu > li.current-menu-ancestor
{
    background: #eee;
}



.menu-active-with-icon #main-menu > ul.menu > li.current_page_item > a:before,
.menu-active-with-icon #main-menu > ul.menu > li.current_page_ancestor > a:before,
.menu-active-with-icon #main-menu > ul.menu > li.current-menu-item > a:before,
.menu-active-with-icon #main-menu > ul.menu > li.current-menu-ancestor > a:before,
.menu-active-with-icon #main-menu > ul.menu > li.current_page_item > a:after,
.menu-active-with-icon #main-menu > ul.menu > li.current_page_ancestor > a:after,
.menu-active-with-icon #main-menu > ul.menu > li.current-menu-item > a:after,
.menu-active-with-icon #main-menu > ul.menu > li.current-menu-ancestor > a:after
{
    background: #000;
}



.menu-active-highlight.menu-active-with-icon #main-menu > ul.menu > li.current_page_item > a:before,
.menu-active-highlight.menu-active-with-icon #main-menu > ul.menu > li.current_page_ancestor > a:before,
.menu-active-highlight.menu-active-with-icon #main-menu > ul.menu > li.current-menu-item > a:before,
.menu-active-highlight.menu-active-with-icon #main-menu > ul.menu > li.current-menu-ancestor > a:before,
.menu-active-highlight.menu-active-with-icon #main-menu > ul.menu > li.current_page_item > a:after,
.menu-active-highlight.menu-active-with-icon #main-menu > ul.menu > li.current_page_ancestor > a:after,
.menu-active-highlight.menu-active-with-icon #main-menu > ul.menu > li.current-menu-item > a:after,
.menu-active-highlight.menu-active-with-icon #main-menu > ul.menu > li.current-menu-ancestor > a:after
{
    background: #fff;
}



.menu-with-small-splitter #main-menu ul.menu > li:before
{
    background: rgba(0, 0, 0, .1);
}

.menu-with-slanting-splitter #main-menu ul.menu > li:before
{
    background: rgba(0, 0, 0, .8);
}

.left-header #main-menu > ul.menu > li > a,
.left-header #main-menu > ul.menu > li:last-child > a
{
    border-color: rgba(0, 0, 0, .08);
}

.left-header .dt-sc-dark-bg #main-menu > ul.menu > li > a,
.left-header .dt-sc-dark-bg #main-menu > ul.menu > li:last-child > a
{
    border-color: rgba(255, 255, 255, .2);
}



.boxed-header .main-header,
.left-header.left-header-boxed #header-wrapper,
#main-menu ul li.menu-item-simple-parent ul,
#main-menu .menu-item-megamenu-parent .megamenu-child-container
{
            box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15); 
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
}



.dt-sc-dark-bg .menu-with-slanting-splitter #main-menu ul.menu > li:before
{
    background: rgba(255, 255, 255, .8);
}





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

	6.0 - Sticky Header

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



.sticky-wrapper
{
    float: left;
    height: auto !important;
    position: relative; 
    width: 100%;
    z-index: 9999;
}

.sticky-wrapper .main-header-wrapper,
.main-header-wrapper
{
    z-index: 9999;
}



.header-align-center.fullwidth-menu-header .is-sticky .menu-wrapper
{
    left: 0;
}

.header-align-left.fullwidth-menu-header .is-sticky .menu-wrapper,
.header-align-center.fullwidth-menu-header .is-sticky .menu-wrapper,
.standard-header .is-sticky .main-header-wrapper,
.header-on-slider .is-sticky .main-header-wrapper,
.fullwidth-header.semi-transparent-header.header-on-slider .is-sticky .main-header-wrapper,
.header-align-left.fullwidth-menu-header.semi-transparent-header .is-sticky .menu-wrapper,
.header-align-left.transparent-header .is-sticky .menu-wrapper,
.transparent-header .is-sticky .main-header-wrapper,
.fullwidth-header.transparent-header .is-sticky .main-header-wrapper
{
    background: rgba(30, 33, 42, .95);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}



.two-color-header .is-sticky .main-header-wrapper
{
    background: none;
    border: none;
}



.header-align-left .main-header
{
    display: block;
}



.header-align-left.fullwidth-menu-header .is-sticky .menu-wrapper
{
    left: 0;
}

.header-align-left.fullwidth-menu-header .is-sticky .menu-wrapper
{
    border-radius: 0;
}

.header-align-left.fullwidth-menu-header .is-sticky #main-menu,
.header-align-left.fullwidth-menu-header .is-sticky #main-menu ul.menu
{
    display: inline-block;
    float: none; 
    text-align: center;
}

.header-align-left.fullwidth-menu-header .is-sticky .menu-icons-wrapper
{
    display: inline-block;
    float: none;
    height: 39px;
}

.header-align-left.fullwidth-menu-header .is-sticky .menu-icons-wrapper .search a span,
.header-align-left.fullwidth-menu-header .is-sticky .menu-icons-wrapper .cart a span
{
    line-height: 50px;
}

.header-align-left.fullwidth-menu-header .is-sticky #main-menu ul.menu > li,
.header-align-left.fullwidth-menu-header .is-sticky #main-menu ul.menu > li > a
{
    display: inline-block; 
    float: none;
    text-align: center;
}





.is-sticky #main-menu > ul.menu > li > a
{
    line-height: 45px;
}

.is-sticky .menu-active-with-double-border #main-menu ul.menu > li > a
{
    line-height: 66px;
}



.is-sticky .menu-icons-wrapper
{
    height: 45px;
}

.is-sticky .menu-icons-wrapper .search a span,
.is-sticky .menu-icons-wrapper .cart a span
{
    line-height: 28px;
}



#main-menu ul.menu > li > a > i
{
    margin-right: 5px;
}



/*.header-on-slider .sticky-wrapper { position:absolute; }*/

.fullwidth-menu-header.header-on-slider .sticky-wrapper
{
    position: inherit;
}

.header-on-slider .is-sticky
{
    height: 70px;
}



#header-wrapper.dt-sc-dark-bg .is-sticky .main-header-wrapper
{
    background: rgba(0, 0, 0, .8);
    border: none;
}

.two-color-header #header-wrapper.dt-sc-dark-bg .is-sticky .main-header-wrapper
{
    background: transparent;
}



.boxed-header .is-sticky .main-header,
.boxed-header.semi-transparent-header .is-sticky .main-header
{
    background: none;
}



.is-sticky .menu-active-with-icon #main-menu > ul.menu > li.current_page_item > a:before,
.is-sticky .menu-active-with-icon #main-menu > ul.menu > li.current_page_ancestor > a:before,
.is-sticky .menu-active-with-icon #main-menu > ul.menu > li.current-menu-item > a:before,
.is-sticky .menu-active-with-icon #main-menu > ul.menu > li.current-menu-ancestor > a:before
{
    bottom: 10px;
}

.is-sticky .menu-active-with-icon #main-menu > ul.menu > li.current_page_item > a:after,
.is-sticky .menu-active-with-icon #main-menu > ul.menu > li.current_page_ancestor > a:after,
.is-sticky .menu-active-with-icon #main-menu > ul.menu > li.current-menu-item > a:after,
.is-sticky .menu-active-with-icon #main-menu > ul.menu > li.current-menu-ancestor > a:after
{
    bottom: 5px;
}



.split-header.transparent-header .is-sticky #main-menu ul.menu > li > a
{
    line-height: 66px;
}



/*Ato Header*/

.sticky-wrapper
{
    /*position: absolute !important;top: 50px;*/
}

#main-menu > ul.menu > li > a
{
    float: left;
    line-height: 70px;
    padding: 0 20px;
}

.main-header-wrapper
{
    background: transparent;
}

#logo a
{
    height: 47px;
}

.menu-icons-wrapper .search a span
{
    line-height: 54px;
}





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

	7.0 - Simple Drop Down Menu

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

#main-menu ul.menu > li
{
    position: relative;
}



#main-menu ul li.menu-item-simple-parent ul,
#main-menu ul li.menu-item-simple-parent ul li ul,
#main-menu ul li.menu-item-simple-parent ul li ul li ul
{
    display: none;
    text-align: left;
    z-index: 9999;
}



#main-menu ul li.menu-item-simple-parent ul
{
    background: #fff;
    border-bottom: solid 3px;
    float: left;
    left: 0;
    margin-top: 0;
    padding: 10px 0 10px;
    position: absolute;
    top: 100%;
    width: 260px;
}
#main-menu ul li.menu-item-simple-parent ul li:last-child
{
    border-bottom: thin none;
}


#main-menu ul li.menu-item-simple-parent ul li
{
    border-bottom: solid 1px #e0e0e0; 
    display: block;
    padding: 2px 15px 7px;
    position: relative;
    width: 100%;
}

#main-menu ul li.menu-item-simple-parent ul li a
{
    color: #000;
    display: block; 
    font-size: 14px;
    line-height: 24px;
    position: relative;
}





#main-menu ul li.menu-item-simple-parent ul li ul
{
    left: 100%;
    padding-top: 5px; 
    top: 0;
}



#main-menu ul li.menu-item-simple-parent:last-child ul,
#main-menu ul li.menu-item-simple-parent:nth-last-child(1) ul,
#main-menu ul li.menu-item-simple-parent:nth-last-child(2) ul
{
    left: auto; 
    right: 0;
}

#main-menu ul li.menu-item-simple-parent:last-child ul li ul,
#main-menu ul li.menu-item-simple-parent:nth-last-child(1) ul li ul,
#main-menu ul li.menu-item-simple-parent:nth-last-child(2) ul li ul
{
    left: auto; 
    right: 100%;
}



#main-menu ul li.menu-item-simple-parent ul li a .fa
{
    margin-right: 10px;
    position: relative;
    top: -1px;
}



#main-menu ul li.menu-item-simple-parent.dt-sc-dark-bg ul li a,
#main-menu ul li.menu-item-simple-parent.dt-sc-dark-bg ul li a .fa
{
    color: #fff;
}





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

	8.0 - Mega Menu

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

#main-menu ul.menu > li > .megamenu-child-container
{
    display: none;
    z-index: 9999;
}



#main-menu .megamenu-child-container
{
    background: #fff;
    border-bottom: solid 3px; 
    float: left;
    left: 0;
    padding: 10px 10px 0;
    position: absolute;
    top: 100%;
}



#main-menu .megamenu-child-container img
{
    max-width: 100%;
}





/*----*****---- << New Menu >> ----*****----*/



#main-menu .megamenu-child-container > ul.sub-menu
{
    margin: 0;
    padding: 0;
    text-align: left;
}

#main-menu .megamenu-child-container > ul.sub-menu > li > a,
#main-menu .megamenu-child-container > ul.sub-menu > li > .nolink-menu
{
    color: #000;
    display: block;
    font-size: 14px; 
    font-weight: 600;
    margin-bottom: 15px;
    padding: 0;
    text-transform: uppercase;
}



#main-menu .megamenu-child-container > ul.sub-menu > li a .fa,
#main-menu .megamenu-child-container > ul.sub-menu > li .fa
{
    margin-right: 5px;
}

#main-menu .megamenu-child-container > ul.sub-menu > li .featured-product .featured-tag a .fa,
#main-menu .megamenu-child-container > ul.sub-menu > li .featured-product .featured-tag .fa
{
    margin-right: 0;
}



#main-menu .megamenu-child-container > ul.sub-menu > li > a .menu-item-description,
#main-menu .menu-item-description
{
    color: #696969;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: normal; 
    padding: 0;
    position: relative;
    text-transform: none;
    top: -3px;
}

.dt-megamenu-custom-content
{
    display: block;
    padding: 10px 0 0;
}



#main-menu .megamenu-child-container ul.sub-menu > li > ul
{
    margin: 0; 
    padding: 0;
}

#main-menu .megamenu-child-container ul.sub-menu > li > ul li
{
    border-bottom: solid 1px #e0e0e0;
    display: block;
    float: none;
    padding: 0;
}

#main-menu .megamenu-child-container ul.sub-menu > li > ul li:last-child
{
    border-bottom: none;
}



#main-menu .megamenu-child-container ul.sub-menu > li > ul li,
#main-menu .megamenu-child-container ul.sub-menu > li > ul li a
{
    clear: both;
}



#main-menu .megamenu-child-container ul.sub-menu > li > ul li a
{
    color: #000;
    display: block; 
    font-size: 14px;
    padding: 10px 0;
    position: relative;
}

#main-menu .megamenu-child-container ul.sub-menu > li > ul li:last-child a
{
    border: none;
}

#main-menu .megamenu-child-container ul.sub-menu > li > ul li a .fa
{
    margin-right: 10px;
    position: relative;
    top: -1px;
}



#main-menu .megamenu-child-container ul.sub-menu > li > ul > li > ul
{
    padding-left: 20px;
}



#main-menu .megamenu-child-container > ul.sub-menu > li.fulwidth-image-link > .nolink-menu
{
    padding: 0;
}

#main-menu .megamenu-child-container > ul.sub-menu > li.fulwidth-image-link ul.sub-menu
{
    padding-top: 0;
}

#main-menu .megamenu-child-container > ul.sub-menu > li.fulwidth-image-link img
{
    max-width: 100%;
}



#main-menu .megamenu-child-container.dt-sc-dark-bg > ul.sub-menu > li > a,
#main-menu .megamenu-child-container.dt-sc-dark-bg > ul.sub-menu > li > .nolink-menu,
#main-menu .megamenu-child-container.dt-sc-dark-bg ul.sub-menu > li > ul li a,
#main-menu .megamenu-child-container.dt-sc-dark-bg ul.sub-menu > li > ul li a .fa
{
    color: #fff;
}

#main-menu .megamenu-child-container.dt-sc-dark-bg > ul.sub-menu > li > a .menu-item-description,
#main-menu .dt-sc-dark-bg .menu-item-description
{
    color: rgba(255, 255, 255, .5);
}



.dt-sc-dark-bg ul.menu li ul,
.dt-sc-dark-bg ul.menu li h2,
.dt-sc-dark-bg ul.menu li h3,
.dt-sc-dark-bg ul.menu li h4,
.dt-sc-dark-bg ul.menu li h5,
.dt-sc-dark-bg ul.menu li h6
{
    color: #000;
}







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

	9.0 - Mobile Menu

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

.dt-menu-toggle
{
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 15px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.dt-menu-toggle-icon
{
    background: #fff;
    bottom: 0;
    display: inline-block;
    height: 2px;
    margin: auto; 
    position: absolute;
    right: 15px;
    text-align: left;
    top: 0;
    width: 20px;
}

.dt-menu-toggle-icon:before,
.dt-menu-toggle-icon:after
{
    background: #fff;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    top: -5px; 
    width: 20px;
}

.dt-menu-toggle-icon:after
{
    top: 5px;
}



#main-menu ul.menu li a.dt-menu-expand
{
    border: none !important;
    cursor: pointer;
    display: none;
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: normal;
    height: 38px;
    line-height: 38px;
    margin: auto;
    padding: 0 !important;
    position: absolute !important;
    right: 0;
    text-align: center;
    top: 0;
    width: 38px !important;
}

.header-align-left.fullwidth-menu-header .is-sticky #main-menu ul.menu > li > a.dt-menu-expand
{
    display: none;
}

#main-menu ul li.menu-item-simple-parent.menu-links-with-bg ul > li > a.dt-menu-expand,
#main-menu ul li.menu-item-simple-parent.menu-links-with-arrow.single ul > li > a.dt-menu-expand:before
{
    display: none;
}

#main-menu .menu-item-megamenu-parent.menu-title-with-bg a.dt-menu-expand
{
    height: 44px;
    line-height: 44px;
    margin: 0;
}

#main-menu ul.menu li a.dt-menu-expand.dt-mean-clicked
{
    font-family: monospace;
}





/*----*****---- << New Styles >> ----*****----*/

#main-menu ul li.menu-item-simple-parent ul > li > a,
#main-menu .menu-item-megamenu-parent .megamenu-child-container ul.sub-menu > li > ul > li > a
{
    position: relative;
}



#main-menu .menu-item-megamenu-parent .megamenu-child-container ul.sub-menu > li > ul > li > a,
#main-menu ul li.menu-item-simple-parent ul > li > a,
#main-menu ul li.menu-item-simple-parent ul > li:last-child > a
{
    border: thin none;
}



#main-menu ul li.menu-item-simple-parent ul > li > a:after,
#main-menu .menu-item-megamenu-parent .megamenu-child-container ul.sub-menu > li > ul > li > a:after
{
    border-color: transparent;
            border-radius: inherit;
    -webkit-border-radius: inherit;
    border-style: solid;
    border-width: 1px;
    content: '';
    display: inline-block;
    filter: alpha(opacity=0);
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
            transition: all .3s linear 0s; 
    -webkit-transition: all .3s linear 0s;
    visibility: hidden;
    width: 100%;
}



#main-menu ul li.menu-item-simple-parent ul > li > a:hover:after,
#main-menu .menu-item-megamenu-parent .megamenu-child-container ul.sub-menu > li > ul > li > a:hover:after
{
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}









#main-menu ul li.menu-item-simple-parent.with-box-shadow ul,
#main-menu .menu-item-megamenu-parent.with-box-shadow .megamenu-child-container
{
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1); 
       -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}



/*----*****---- << Mega Menu Title With Background >> ----*****----*/

#main-menu .menu-item-megamenu-parent.menu-title-with-bg .megamenu-child-container > ul.sub-menu > li > a,
#main-menu .menu-item-megamenu-parent.menu-title-with-bg .megamenu-child-container > ul.sub-menu > li > .nolink-menu
{
    margin-bottom: 10px;  
    padding: 10px 15px;
}



#main-menu .megamenu-child-container.menu-hasbg
{
    background-color: #fff;
    background-position: right bottom;
    background-repeat: no-repeat;
}



/*----*****---- << Mega Menu Title With Border >> ----*****----*/

#main-menu .menu-item-megamenu-parent.menu-title-with-border .megamenu-child-container > ul.sub-menu > li > a,
#main-menu .menu-item-megamenu-parent.menu-title-with-border .megamenu-child-container > ul.sub-menu > li > .nolink-menu
{
    padding-bottom: 10px;
}



/*----*****---- << Mega Menu Links With Background >> ----*****----*/

#main-menu .menu-item-megamenu-parent.menu-links-with-bg .megamenu-child-container ul.sub-menu > li > ul > li,
#main-menu .menu-item-megamenu-parent.menu-links-with-border .megamenu-child-container ul.sub-menu > li > ul > li
{
    width: 100%;
}

#main-menu .menu-item-megamenu-parent.menu-links-with-bg .megamenu-child-container ul.sub-menu > li > ul > li > a,
#main-menu ul li.menu-item-simple-parent.menu-links-with-bg ul > li > a
{
    display: inline-block; 
    float: left;
    margin-bottom: 7px;
    padding: 7px 12px;
    width: 100%;
}



/*----*****---- << Mega Menu Links With Border >> ----*****----*/

#main-menu .menu-item-megamenu-parent.menu-links-with-border .megamenu-child-container ul.sub-menu > li > ul > li > a,
#main-menu ul li.menu-item-simple-parent.menu-links-with-border ul > li > a
{
    padding-bottom: 10px;
}

#main-menu .menu-item-megamenu-parent.menu-links-with-border .megamenu-child-container ul.sub-menu > li > ul > li:last-child > a,
#main-menu ul li.menu-item-simple-parent.menu-links-with-border ul > li:last-child > a
{
    border: none !important;
}

#main-menu .menu-item-megamenu-parent.menu-links-with-border .megamenu-child-container ul.sub-menu > li > ul > li > a
{
    display: inline-block; 
    float: left;
    width: 100%;
}



/*----*****---- << Mega Menu Links With Arrow >> ----*****----*/

#main-menu .menu-item-megamenu-parent.menu-links-with-arrow .megamenu-child-container ul.sub-menu > li > ul > li > a,
#main-menu ul li.menu-item-simple-parent.menu-links-with-arrow ul > li > a
{
    padding-left: 25px;
}

#main-menu .menu-item-megamenu-parent.menu-links-with-arrow .megamenu-child-container ul.sub-menu > li > ul > li > a:before,
#main-menu ul li.menu-item-simple-parent.menu-links-with-arrow ul > li > a:before
{
    font-family: FontAwesome;
    font-size: 14px; 
    left: 10px;
    position: absolute;
}

#main-menu .menu-item-megamenu-parent.menu-links-with-arrow.single .megamenu-child-container ul.sub-menu > li > ul > li > a:before,
#main-menu ul li.menu-item-simple-parent.menu-links-with-arrow.single ul > li > a:before
{
    content: '\f105';
}

#main-menu .menu-item-megamenu-parent.menu-links-with-arrow.double .megamenu-child-container ul.sub-menu > li > ul > li > a:before,
#main-menu ul li.menu-item-simple-parent.menu-links-with-arrow.double ul > li > a:before
{
    content: '\f101';
}

#main-menu .menu-item-megamenu-parent.menu-links-with-arrow.disc .megamenu-child-container ul.sub-menu > li > ul > li > a:before,
#main-menu ul li.menu-item-simple-parent.menu-links-with-arrow.disc ul > li > a:before
{
    content: '\f111';
    font-size: 8px;
}



#main-menu .menu-item-megamenu-parent.menu-links-with-bg.menu-links-with-arrow .megamenu-child-container ul.sub-menu > li > ul > li > a,
#main-menu ul li.menu-item-simple-parent.menu-links-with-bg.menu-links-with-arrow ul > li > a
{
    padding-left: 27px;
}

#main-menu .menu-item-megamenu-parent.menu-links-with-bg.menu-links-with-arrow .megamenu-child-container ul.sub-menu > li > ul > li > a:before,
#main-menu ul li.menu-item-simple-parent.menu-links-with-bg.menu-links-with-arrow ul > li > a:before
{
    left: 12px;
}





#main-menu ul li ul.children,
#main-menu ul li ul li ul.children,
#main-menu ul li ul li ul li ul.children
{
    display: none;
}

#main-menu ul li:hover > ul.children,
#main-menu ul li ul li:hover ul.children,
#main-menu ul li ul li ul li:hover ul.children
{
    display: block;
}



#main-menu ul li ul.children
{
    background: #fff;
    border-bottom: solid 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    float: left;
    left: 0;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 260px;
    z-index: 1;
}

#main-menu ul li ul.children li
{
    border-bottom: solid 1px #e0e0e0; 
    display: block;
    padding: 2px 15px 7px;
    position: relative;
    width: 100%;
}
#main-menu ul li ul.children li:last-child
{
    border-bottom: thin none;
}

#main-menu ul li ul.children li a
{
    color: #000;
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0 10px 10px;
    position: relative;
}

#main-menu ul li ul li ul.children
{
    left: 100%;
    padding-top: 5px;
    top: -10px;
}



.left-header #main-menu ul li ul.children
{
    left: 100%;
    top: -10px;
}





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

	10.0 - Slider

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



#slider
{
    clear: both;
    display: block;
    float: left;
    line-height: 0; 
    margin: 0;
    padding: 0;
    width: 100%;
}

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





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

	11.0 - Title & Breadcrumb

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



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

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

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

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

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



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



.main-title-section-wrapper
{
    background-color: rgba(0, 0, 0, .05); 
    clear: both;
    float: left;
    margin: 0 0 65px;
    padding: 40px 0 43px;
    position: relative;
    width: 100%;
}

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



.header-on-slider .main-title-section-wrapper
{
    background: rgba(0, 0, 0, 0);
    border-bottom: solid 1px #ccc6;
}

.header-on-slider .main-title-section-wrapper:before
{
    bottom: 0;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}



.home.header-on-slider #header-wrapper,
.header-on-slider.no-breadcrumb #main
{
    min-height: 140px;
}

.home #header-wrapper
{
    margin-bottom: 50px;
}

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



.page-with-slider.header-below-slider #slider,
.home.overlay-header #header-wrapper
{
    margin-bottom: 0;
}

.page-with-slider.overlay-header #slider,
.page-with-slider.left-header #slider
{
    margin-bottom: 50px;
}



.home.header-on-slider.page-with-slider .main-title-section-wrapper
{
    padding-top: 90px;
}

/*.header-on-slider.no-breadcrumb #main { margin-top:90px; }*/

.home.header-on-slider.page-with-slider #main,
.header-on-slider.page-with-slider #main
{
    margin-top: 0;
}





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

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



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

.breadcrumb a
{
    color: #000;
}

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

.breadcrumb span.current
{
    
    word-wrap: anywhere;
}



.breadcrumb .fa.default
{
    background: #000;
    display: inline-block;
    height: 14px;
    margin: 0 5px 0 10px; 
    position: relative;
    top: 3px;
            transform: rotate(30deg);
       -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
         transform-origin: 0 0;
    -moz-transform-origin: 0 0;
     -ms-transform-origin: 0 0;
    width: 1px;
}



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

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



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

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

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

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



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

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



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

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



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

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

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

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



.page.header-on-slider.transparent-header .dt-sc-dark-bg .main-header-wrapper
{
    background: transparent;
}

.home-page.page.header-on-slider.transparent-header .dt-sc-dark-bg .main-header-wrapper
{
    background: transparent;
}



.fullwidth-header.semi-transparent-header .dt-sc-dark-bg .main-header-wrapper,
.boxed-header.semi-transparent-header .dt-sc-dark-bg .main-header,
.left-header.semi-transparent-header .dt-sc-dark-bg .main-header-wrapper,
.left-header.semi-transparent-header .dt-sc-dark-bg .main-header,
.icon-menu-header.semi-transparent-header .dt-sc-dark-bg .main-header-wrapper
{
    background: rgba(0, 0, 0, .9);
}





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

	12.0 - Footer

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



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

.footer-widgets
{
    background-color: #000; 
    clear: both;
    float: left;
    margin: 0;
    padding: 90px 0 40px;
    width: 100%;
}

.footer-widgets .dt-sc-contact-info span
{
    color: #fff;
}



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



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



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

.copyright-left
{
    float: left;
    margin: 0;
    padding: 0; 
    width: 48%;
}

.copyright-right
{
    float: right;
    margin: 0;
    padding: 0;
    text-align: right; 
    width: 48%;
}



.footer-copyright .menu-links
{
    margin: 0;
    padding: 0; 
    text-align: right;
}

.footer-copyright .menu-links li
{
    display: inline-block;
    float: none; 
    margin: 0 0 0 15px;
    padding: 0;
}

.footer-copyright::before
{
    bottom: 0;
    content: '';
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 1170px;
}



#footer h3.dt-sc-main-title
{
    font-size: 25px;
}





.aligncenter .menu-links
{
    text-align: center;
}

.aligncenter .menu-links li
{
    display: inline-block;
    float: none;
    text-align: center;
}



.menu-links.with-splitter li
{
    margin: 0;
}

.footer-copyright .menu-links.with-splitter li a
{
    border-right: 1px solid; 
    padding: 0 15px;
}

.footer-copyright .menu-links.with-splitter li:last-child a
{
    border-right: 0;
}



.copyright-align-center
{
    text-align: center;
}

.copyright-align-center .copyright-left,
.copyright-align-center .copyright-right,
.copyright-align-center .dt-sc-sociable,
.copyright-align-center .copyright-right
{
    clear: both;
    float: left;
    margin: 10px 0; 
    text-align: center;
    width: 100%;
}

.copyright-align-center .menu-links,
.copyright-align-center .dt-sc-sociable
{
    text-align: center;
}

.copyright-align-center .menu-links li,
.copyright-align-center .dt-sc-sociable li,
.copyright-align-center .dt-sc-sociable li a
{
    display: inline-block;
    float: none;
    text-align: center;
}



.custom-social li a span
{
    font-size: 18px;
    margin: 0 10px 0 0;
    text-align: center; 
    width: 20px;
}



.copyright-right .dt-sc-sociable
{
    text-align: right;
    width: 100%;
}

.copyright-right .dt-sc-sociable li
{
    display: inline-block;
    float: none;
    text-align: right;
}
.footer-copyright #menu-footer-menu ul
{
    margin-bottom: 0;
}



.dt_ajax_subscribe_msg .success-msg
{
    color: #15d401;
}

.dt_ajax_subscribe_msg .error-msg
{
    color: #bd0404;
}


.footer-copyright .container:first-child
{
    text-transform: uppercase;
}





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

	13.0 - Side Navigation

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



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

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



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



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

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

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

ul.side-nav li a
{
    color: #2d2d29;
    display: block;
    padding: 12px 0 11px 60px;
    position: relative;
}

ul.side-nav li a:before
{
    color: #444446;
    content: '\f0da';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    height: 100%;
    left: 0;
    line-height: 47px;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 0;
            transition: all .3s linear; 
       -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
         -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    width: 45px;
}



ul.side-nav > li.current_page_item > a:after,
ul.side-nav > li > ul > li.current_page_item > a:after
{
    background: url(images/side-nav-active.png) no-repeat;
    content: '';
    height: 46px;
    position: absolute;
    right: -11px;
    top: 0; 
    width: 11px;
}



ul.side-nav li a:hover:before,
ul.side-nav > li.current_page_item > a:before,
ul.side-nav > li > ul > li.current_page_item > a:before,
ul.side-nav > li > ul > li > ul > li.current_page_item > a:before
{
    color: #fff;
}



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

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

ul.side-nav li ul li a
{
    padding-left: 85px;
}

ul.side-nav ul ul li a
{
    padding-left: 120px;
}



ul.side-nav 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,
ul.side-nav > li.current_page_item > a,
ul.side-nav > li > ul > li.current_page_item > a,
ul.side-nav > li > ul > li > ul > li.current_page_item > a
{
    background: #ededed;
}

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



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

	14.0 - Style Picker

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

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

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

#dt-style-picker h2
{
    background-color: #1a1a1a; 
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    line-height: 48px;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    width: 100%;
}

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

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

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

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

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

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

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

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

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

.style-picker-ico
{
    background: #1a1a1a;
    border-left: 0; 
    height: 48px;
    left: 224px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
}

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

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

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





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

	15.0 - Loader

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

.loader
{
    background-color: #000;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999991;
}

.loader .loader-inner
{
    display: inline-block;
    float: none;
    height: 100%;
    text-align: center;
    width: 100%;
}

.loader .loader-inner .text
{
    display: block;
    font-size: 10em;
    left: 0;
    line-height: normal;
    margin: 0 auto;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: capitalize;
    top: 50%;
            transform: translateY(-50%);
       -moz-transform: translateY(-50%);
         -o-transform: translateY(-50%); 
    -webkit-transform: translateY(-50%);
}



.loader .loader-inner .text .dt-sc-main-title
{
    text-align: center;
}



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

	16.0 - Totop

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



#toTop,
#toTop::before,
#toTop::after
{
            transition: all .3s linear 0s; 
       -moz-transition: all .3s linear 0s;
        -ms-transition: all .3s linear 0s;
         -o-transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
}



#toTop
{
    background-color: rgba(213,213,213,.8);
    border: 1px solid #7a7a7a;
    border-radius: 50%;
    bottom: 10px;
    display: none;
    height: 60px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-decoration: none;
    text-indent: -9999px;
    width: 60px;
    z-index: 999;
}



#toTop::after
{
    background: rgba(0, 0, 0, 0) url('../images/totop-after.png') no-repeat center center / 50% auto;
    border-radius: 50%;
    content: '';
    display: block;
    height: 80px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
            transform: translateY(-50%); 
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 58px;
}



#toTop::before
{
    background: rgba(0, 0, 0, 0) url('../images/totop-before.png') no-repeat scroll center 200% / 50% auto;
    border-radius: 50%;
    content: '';
    display: block;
    height: 47px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
            transform: translateY(-50%); 
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 25px;
}



#toTop:hover::after
{
    background-position: center -40px;
    transition-delay: .3s;
}



#toTop:hover::before
{
    background-position: center center;
    transition-delay: .3s;
}



#toTop:hover
{
    
    transition-delay: .3s;
}



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

	17.0 - Default Color

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



.main-header #searchform
{
    border-color: #e5e5e5;
}

.main-header #searchform:before
{
    color: #c2c2c2;
}

.main-header #searchform input[type='text'],
.cart-info:before,
.cart-total:before
{
    color: #aaa;
}



.fullwidth-menu-header .menu-wrapper
{
    border-bottom-color: #eee; 
    border-top-color: #eee;
}

.boxed-header .main-header,
.left-header .main-header-wrapper,
.main-header #searchform
{
    background: #fff;
}





/*----*****---- << Top bar >> ----*****----*/

.top-bar
{
    color: #fff;
}

.dt-sc-dark-bg.top-bar a
{
    color: #fff;
}



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





/*----*****---- << Fullwidth Header >> ----*****----*/

.transparent-header .main-header-wrapper,
.transparent-header .menu-wrapper,
.transparent-header .dt-sc-dark-bg .main-header-wrapper,
.fullwidth-header.transparent-header .main-header-wrapper
{
    background: none;
}



.main-header-wrapper
{
    background: rgba(255,255,255,1);
}

.dt-sc-dark-bg .main-header-wrapper
{
    background: rgba(0,0,0,1);
}





/*----*****---- << Two Color Header >> ----*****----*/

.two-color-header.semi-transparent-header .dt-sc-dark-bg .main-header-wrapper:after,
.two-color-header.transparent-header .dt-sc-dark-bg .is-sticky .main-header-wrapper:after
{
    background: rgba(0,0,0,.7);
}



.two-color-header.semi-transparent-header .main-header-wrapper:after,
.two-color-header.transparent-header .is-sticky .main-header-wrapper:after,
.fullwidth-header.semi-transparent-header .main-header-wrapper,
.left-header.semi-transparent-header .main-header-wrapper,
.left-header.semi-transparent-header .main-header
{
    background: rgba(255,255,255,.7);
}

.two-color-header .dt-sc-dark-bg .main-header-wrapper:after
{
    background: #000;
}



.two-color-header.semi-transparent-header #main-header-wrapper.main-header-wrapper,
.two-color-header.transparent-header .main-header-wrapper,
.two-color-header.transparent-header .main-header-wrapper:after,
.two-color-header.transparent-header .main-header-wrapper:before,
.two-color-header.standard-header .is-sticky .main-header-wrapper,
.two-color-header .main-header-wrapper
{
    background: none;
}



.two-color-header .main-header-wrapper:after
{
    background: rgba(255,255,255,1);
}



/*----*****---- << Boxed Header >> ----*****----*/

.boxed-header.semi-transparent-header .main-header,
.semi-transparent-header.boxed-header .is-sticky .main-header-wrapper
{
    background: rgba(255,255,255,.7);
}



.page.header-on-slider.boxed-header.transparent-header .dt-sc-dark-bg .is-sticky .main-header,
.boxed-header.transparent-header .dt-sc-dark-bg .main-header,
.boxed-header.transparent-header .dt-sc-dark-bg .is-sticky .main-header,
.boxed-header .dt-sc-dark-bg .main-header-wrapper,
.boxed-header .dt-sc-dark-bg .is-sticky .main-header,
.boxed-header .main-header-wrapper,
.semi-transparent-header.boxed-header .main-header-wrapper,
.transparent-header.boxed-header .main-header,
.page.header-on-slider.boxed-header.transparent-header .dt-sc-dark-bg .main-header-wrapper,
.boxed-header.transparent-header .dt-sc-dark-bg .main-header-wrapper,
.boxed-header.semi-transparent-header .dt-sc-dark-bg .is-sticky .main-header
{
    background: none;
}



.boxed-header .main-header
{
    background: rgba(255,255,255,1);
}

.boxed-header .dt-sc-dark-bg .main-header
{
    background: rgba(0,0,0,1);
}



/*----*****---- << Left Header >> ----*****----*/

.left-header-footer .dt-sc-sociable.filled li a:hover
{
    color: #000;
}

.left-header-footer p
{
    color: rgba(0, 0, 0, .4);
}

.left-header-footer .dt-sc-sociable.filled li a
{
    background: #000 !important;
}

.left-header-footer .dt-sc-sociable.filled li a:hover
{
    background: rgba(0, 0, 0, .1) !important;
}



.transparent-header.left-header .main-header-wrapper,
.transparent-header.left-header .main-header,
.left-header.transparent-header #header-wrapper,
.left-header.transparent-header .dt-sc-dark-bg .main-header-wrapper,
.left-header.transparent-header .dt-sc-dark-bg .main-header
{
    background: none;
}



.left-header .main-header-wrapper,
.left-header .main-header
{
    background: rgba(255,255,255,1);
}

.left-header .dt-sc-dark-bg .main-header-wrapper,
.left-header .dt-sc-dark-bg .main-header
{
    background: rgba(0,0,0,1);
}



/*----*****---- << Header Menu Icons Wrapper >> ----*****----*/

.cart-info
{
    background: #f3f3f3;
}

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



.menu-icons-wrapper .search a,
.menu-icons-wrapper .cart a
{
    color: #eef1f3;
}

.dt-sc-dark-bg .menu-icons-wrapper .search a,
.dt-sc-dark-bg .menu-icons-wrapper .cart a,
.cart-icon span,
.menu-icons-wrapper.rounded-icons .search a span,
.menu-icons-wrapper.rounded-icons .cart a span
{
    color: #fff;
}



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



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



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

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



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

.footer-widgets a,
#footer a,
#footer h3
{
    color: #777;
}





.footer-copyright .menu-links.with-splitter li a
{
    border-right-color: rgba(0, 0, 0, .2);
}

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

.dt-sc-dark-bg.footer-copyright .menu-links.with-splitter li a
{
    border-right-color: rgba(255, 255, 255, .2);
}



#footer .mailchimp-form input[type='submit'],
#footer .dt-sc-sociable.filled li a
{
    color: #fff;
}

#footer .mailchimp-form input[type='email']
{
    color: rgba(255, 255, 255, .5);
}

.footer-copyright
{
    background: #2b3041;
}





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

	18.0 - DT Responsive

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

/*----*****---- << Desktop >> ----*****----*/

@media only screen and (min-width:1200px) and (max-width:1280px)
{
    /*----*****---- << Header >> ----*****----*/

    .left-header #main-menu .megamenu-2-columns-group .megamenu-child-container
    {
        width: 460px;
    }

    .left-header #main-menu .megamenu-3-columns-group .megamenu-child-container
    {
        width: 680px;
    }

    .left-header #main-menu .megamenu-4-columns-group .megamenu-child-container
    {
        width: 900px;
    }



    .footer-copyright::before
    {
        width: 1080px;
    }
}







/* Note: Design for a width of 960px */

@media only screen and (min-width:992px) and (max-width:1199px)
{
    /*----*****---- << Topbar >> ----*****----*/

    .top-bar .dt-sc-vertical-separator
    {
        margin: 0 10px;
    }



    /*----*****---- << Menu >> ----*****----*/

    #main-menu > ul.menu > li > a
    {
        padding: 0 12px;
    }

    .menu-with-slanting-splitter #main-menu > ul.menu > li > a
    {
        padding: 0 10px;
    }

    .menu-active-border-with-arrow #main-menu > ul.menu > li > a
    {
        font-size: 12px; 
        padding: 0 9px;
    }

    .menu-active-with-icon #main-menu > ul.menu > li > a
    {
        padding: 0 8px;
    }

    .menu-active-highlight-grey #main-menu ul.menu > li
    {
        padding: 0 12px;
    }

    #main-menu ul li ul li ul.children
    {
        left: -100%;
    }



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

    .split-header #main-menu ul.menu > li > a
    {
        padding: 0 15px;
    }

    .split-header.transparent-header #main-menu ul.menu > li
    {
        padding: 0 10px;
    }

    .split-header .menu-with-slanting-splitter #main-menu > ul.menu > li > a
    {
        font-size: 11px;
        padding: 0 7px;
    }

    .split-header .menu-with-slanting-splitter #main-menu ul.menu > li:before
    {
        right: -8px;
    }

    .split-header #main-menu .menu-left,
    .split-header #main-menu .menu-right
    {
        width: 41%;
    }



    /*----*****---- << Hosting >> ----*****----*/

    ul.side-nav li a
    {
        font-size: 13px;
    }



    /*----*****---- << Breadcrumb >> ----*****----*/

    .main-title-section-wrapper.breadcrumb-right .main-title-section h1
    {
        font-size: 26px;
    }

    .main-title-section-wrapper.breadcrumb-right .main-title-section
    {
        width: 58%;
    }

    .main-title-section-wrapper.breadcrumb-right .breadcrumb
    {
        width: 42%;
    }



    /*----*****---- << Responsive Map >> ----*****----*/

    .responsive-map
    {
        max-width: 100%;
    }



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

    .footer-copyright .vc_col-sm-6
    {
        text-align: center; 
        width: 100%;
    }

    .footer-copyright .vc_col-sm-6 .vc_column-inner
    {
        padding: 0;
    }

    .footer-copyright .menu-links
    {
        text-align: center;
    }
    .footer-copyright .menu-links li
    {
        margin: 0 0 0 7px;
    }


    .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-copyright::before
    {
        width: 900px;
    }
}





/* Note: Design for a width of 768px */

@media only screen and (min-width:768px) and (max-width:991px)
{
    /*----*****---- << Top Bar >> ----*****----*/

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

    .text-with-icon
    {
        font-size: 12px;
    }



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

    .boxed-header .main-header
    {
        padding: 0 20px;
    }



    #logo a
    {
        line-height: normal;
    }

    .left-headerleft-header #logo
    {
        max-width: 100%;
    }

    .header-align-center #logo
    {
        max-width: none;
    }



    .split-header #main-menu ul.menu > li > a
    {
        font-size: 12px; 
        padding: 0 8px;
    }

    .split-header.transparent-header #main-menu ul.menu > li
    {
        padding: 0 5px;
    }

    .split-header .menu-with-slanting-splitter #main-menu > ul.menu > li > a
    {
        padding: 0 6px;
    }

    .split-header .menu-with-slanting-splitter #main-menu ul.menu > li:before
    {
        right: -8px;
    }

    .header-align-center .main-header #searchform
    {
        width: 60%;
    }



    .header-align-center .header-left
    {
        width: 36%;
    }

    .header-align-center .header-right
    {
        width: 34%;
    }



    .header-left .text-with-icon
    {
        font-size: 10px;
    }

    .header-left .text-with-icon .icon,
    .header-left .text-with-icon .fa
    {
        font-size: 12px;
        margin: 0 2px 0 0;
    }

    .header-left .dt-sc-vertical-small-separator
    {
        margin: 0 5px;
    }



    .header-right .dt-sc-button
    {
        margin-bottom: 10px; 
        margin-top: 0;
    }





    /*----*****---- << Menu Icons Wrapper >> ----*****----*/

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





    /*----*****---- << Menu >> ----*****----*/

    #main-menu .megamenu-child-container > ul.sub-menu > li > a,
    #main-menu .megamenu-child-container > ul.sub-menu > li > .nolink-menu
    {
        font-size: 12px;
    }

    #main-menu ul li.menu-item-simple-parent ul li a,
    #main-menu .megamenu-child-container ul.sub-menu > li > ul li a
    {
        font-size: 13px;
    }



    #main-menu ul li.menu-item-simple-parent ul
    {
        width: 200px;
    }



    #main-menu > ul.menu > li > a
    {
        font-size: 10px; 
        padding: 0 7px;
    }

    .menu-active-highlight-grey #main-menu ul.menu > li
    {
        padding: 0 8px;
    }

    .menu-active-border-with-arrow #main-menu ul.menu > li > a
    {
        padding: 0 5px;
    }



    /*----*****---- << Breadcrumb >> ----*****----*/

    .main-title-section-wrapper.breadcrumb-right .main-title-section h1
    {
        font-size: 24px;
        margin-top: 11px;
    }





    /*----*****---- << Side-nav >> ----*****----*/

    ul.side-nav li a
    {
        font-size: 13px;
        padding-right: 5px;
    }





    /*----*****---- << Responsive Map >> ----*****----*/

    .responsive-map
    {
        max-width: 100%;
    }





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

    .footer-copyright .menu-links li
    {
        margin: 0 0 0 5px;
    }

    .footer-copyright .vc_col-sm-6,
    .footer-copyright .vc_col-sm-6.alignright
    {
        display: block; 
        float: none;
        text-align: center;
        width: 100%;
    }

    .footer-copyright .vc_col-sm-6 .vc_column-inner
    {
        padding: 0;
    }

    .footer-copyright .menu-links
    {
        margin-top: 5px; 
        text-align: center;
    }

    .footer-copyright .vc_col-sm-6.alignright .dt-sc-sociable
    {
        display: inline-block; 
        float: none;
        text-align: center;
    }

    .footer-copyright::before
    {
        width: 710px;
    }
    .footer-copyright .menu-links li
    {
        margin: 0 0 0 7px;
    }
}





/*----*****---- << Mobile (Landscape) >> ----*****----*/



/* Common Styles for the devices below 767px width */

@media only screen and (max-width: 767px)
{
    #logo
    {
        display: inline-block;
        padding: 20px 0; 
        text-align: center;
        width: 100%;
    }

    #logo a
    {
        float: left;
    }
    .menu-icons-wrapper div:last-child
    {
        margin-right: 15px;
    }

    #logo img
    {
        margin: 0 auto;
    }

    .main-header
    {
        display: block;
    }

    .dt-sc-dark-bg #logo a .darkbg_logo
    {
        display: none;
    }

    .dt-sc-dark-bg #logo a .normal_logo
    {
        display: block;
    }



    .left-header.standard-header #header-wrapper .main-header-wrapper,
    .left-header.standard-header #header-wrapper .main-header
    {
        height: auto;
    }

    .left-header.standard-header #header-wrapper
    {
        position: inherit; 
        width: 100%;
    }

    .left-header.standard-header .left-header-footer
    {
        position: inherit;
    }

    .left-header.standard-header .menu-wrapper
    {
        float: none; 
        margin: 0 auto;
        width: 70%;
    }

    .left-header.standard-header #main-menu > ul.menu > li > a
    {
        text-align: left;
    }

    .left-header #header-wrapper .main-header-wrapper,
    .left-header #header-wrapper .main-header
    {
        height: auto;
    }

    .left-header #header
    {
        height: auto; 
        overflow-y: visible;
    }

    .left-header #header-wrapper
    {
        float: none;
        margin: 0 auto;
        position: inherit;
        width: 80%;
    }

    .left-header.left-header-creative #header-wrapper
    {
        position: inherit !important;
        width: 80% !important;
    }

    .left-header.left-header-creative #toggle-sidebar
    {
        display: none !important;
    }



    .left-header .main-header-wrapper
    {
        padding-bottom: 0;
    }

    .left-header-footer:empty
    {
        display: none;
    }

    .left-header #logo
    {
        margin: 0;
        padding-left: 0;
    }



    .left-header #main
    {
        padding-left: 0;
    }

    .left-header #main-menu ul.menu > li > .megamenu-child-container
    {
        left: 0;
    }





    .left-header #main-menu ul.menu li a.dt-menu-expand
    {
        font-size: 20px;
        text-align: center;
    }

    .left-header.left-header-boxed #main-menu > ul.menu > li > a
    {
        text-align: left;
    }

    .left-header.left-header-boxed #main-menu > ul.menu > li > a.dt-menu-expand
    {
        text-align: center;
    }

    .left-header #main-menu ul.menu > li > .megamenu-child-container
    {
        height: auto;
        overflow: inherit;
    }



    .layout-boxed .wrapper,
    .layout-boxed .main-header-wrapper,
    .layout-boxed.standard-header .main-header-wrapper,
    .layout-boxed.header-align-center .menu-wrapper,
    .layout-boxed.header-align-left .is-sticky .menu-wrapper
    {
        width: 100%;
    }





    /*----*****---- << Mobile Menu >> ----*****----*/

    .dt-menu-toggle
    {
        display: block;
    }

    .main-header-wrapper .menu-wrapper
    {
        background: transparent;
    }



    .overlay-header .dt-menu-toggle
    {
        display: none;
    }

    .overlay-header #main-menu
    {
        background: transparent;
    }

    .overlay-header #main-menu > ul.menu
    {
        display: block;
    }



    #main-menu > ul.menu,
    .header-align-center #main-menu ul.menu
    {
        display: none;
        width: 100%;
    }

    .menu-wrapper #main-menu ul li.menu-item-simple-parent ul,
    .menu-wrapper #main-menu .megamenu-child-container
    {
        border: 0;
    }



    #main-menu ul li.menu-item-simple-parent:last-child ul li ul,
    #main-menu ul li.menu-item-simple-parent:nth-child(6) ul li ul,
    #main-menu ul li.menu-item-simple-parent:nth-child(7) ul li ul
    {
        right: auto;
    }



    #main-menu
    {
        width: 100%;
    }

    #main-menu ul li ul.children
    {
        position: static;
        width: 100%;
    }



    #main-menu ul.menu > li > .megamenu-child-container
    {
        display: block;
        padding: 0;
    }

    #main-menu .megamenu-child-container ul.sub-menu
    {
        display: none;
        padding-top: 10px;
    }

    #main-menu ul.menu > li > .megamenu-child-container > .dt-menu-expand
    {
        display: none !important;
    }



    .menu-wrapper
    {
        clear: both; 
        float: left;
        margin: 0;
        width: 100%;
    }

    #main-menu
    {
        position: relative;
        z-index: 9999;
    }



    #main-menu ul.menu li
    {
        width: 100%;
    }

    #main-menu > ul.menu > li > a
    {
        line-height: 38px;
        padding: 0 15px;
        width: 100%;
    }

    .header-align-center.fullwidth-menu-header #main-menu ul.menu > li > a
    {
        line-height: 38px;
    }



    .split-header #main-menu .menu-left,
    .split-header #main-menu .menu-right
    {
        float: left;
        text-align: left; 
        width: 100%;
    }

    .split-header #main-menu ul.menu > li
    {
        text-align: left;
    }



    .left-header .main-header-wrapper #main-menu ul li.menu-item-simple-parent ul
    {
        left: 0;
    }



    #main-menu ul.menu li
    {
        position: relative;
    }

    #main-menu ul.menu li a.dt-menu-expand,
    .header-align-left.fullwidth-menu-header .is-sticky #main-menu ul.menu > li > a.dt-menu-expand,
    #main-menu ul li.menu-item-simple-parent.menu-links-with-bg ul > li > a.dt-menu-expand
    {
        display: block;
    }



    #main-menu ul.menu > li > .megamenu-child-container,
    #main-menu ul li.menu-item-simple-parent ul,
    #main-menu ul li.menu-item-simple-parent ul li ul
    {
        left: 0;
        margin: 0;
        position: inherit;
        top: 0;
        width: 100%;
    }



    /*----*****---- << New style >> ----*****----*/

    .menu-with-slanting-splitter #main-menu ul.menu > li:before,
    .menu-active-highlight-grey #main-menu ul.menu > li > a:before
    {
        display: none;
    }

    #main-menu .megamenu-child-container.menu-hasbg,
    #main-menu ul li.menu-item-simple-parent ul,
    #main-menu .megamenu-child-container
    {
        background-image: none !important;
    }

    #main-menu ul li.menu-item-simple-parent ul,
    #main-menu .megamenu-child-container
    {
        border-radius: 0;
    }

    #main-menu ul.menu
    {
        padding: 10px 0;
    }

    .left-header #main-menu ul
    {
        padding: 0;
    }

    .split-header #main-menu .menu-right
    {
        padding-top: 0;
    }

    .split-header #main-menu .menu-left
    {
        padding-bottom: 0;
    }

    .menu-active-highlight-grey #main-menu ul.menu > li,
    .split-header.transparent-header #main-menu ul.menu > li
    {
        padding: 0;
    }

    .menu-active-highlight-grey #main-menu ul.menu > li > a,
    .split-header.transparent-header #main-menu ul.menu > li > a
    {
        padding-left: 15px;
        padding-right: 15px;
    }

    #main-menu ul li.menu-item-simple-parent ul,
    #main-menu ul li.menu-item-simple-parent ul li ul
    {
        padding: 15px 0;
    }



    #main-menu ul li.menu-item-simple-parent.with-box-shadow ul,
    #main-menu .menu-item-megamenu-parent.with-box-shadow .megamenu-child-container
    {
        box-shadow: none;
    }

    #main-menu ul li.menu-item-simple-parent ul li
    {
        padding: 0 0 0 15px;
    }

    #main-menu ul li.menu-item-simple-parent ul li li li
    {
        padding: 0;
    }

    #main-menu .menu-item-megamenu-parent .megamenu-child-container > ul.sub-menu > li > a,
    #main-menu .menu-item-megamenu-parent .megamenu-child-container > ul.sub-menu > li > .nolink-menu,
    #main-menu .menu-item-megamenu-parent.menu-links-with-border .megamenu-child-container ul.sub-menu > li > ul > li > a,
    #main-menu ul li.menu-item-simple-parent.menu-links-with-border ul > li > a
    {
        border: 0;
    }

    #main-menu .menu-item-megamenu-parent .megamenu-child-container > ul.sub-menu > li > a,
    #main-menu .menu-item-megamenu-parent .megamenu-child-container > ul.sub-menu > li > .nolink-menu
    {
        padding-bottom: 0;
    }

    #main-menu .menu-item-megamenu-parent.menu-title-with-bg .megamenu-child-container > ul.sub-menu > li > a,
    #main-menu .menu-item-megamenu-parent.menu-title-with-bg .megamenu-child-container > ul.sub-menu > li > .nolink-menu,
    #main-menu .megamenu-child-container ul.sub-menu > li > ul li a
    {
        padding-bottom: 0; 
        padding-top: 0;
    }



    #main-menu ul li.menu-item-simple-parent ul,
    #main-menu .megamenu-child-container
    {
        box-shadow: none;
    }

    #main-menu .menu-item-megamenu-parent .megamenu-child-container ul.sub-menu > li > ul > li > a:hover,
    #main-menu ul li.menu-item-simple-parent ul > li > a:hover
    {
        border: none;
    }

    #main-menu .menu-item-megamenu-parent .megamenu-child-container ul.sub-menu > li > ul > li > a,
    #main-menu ul li.menu-item-simple-parent ul > li > a,
    #main-menu ul li.menu-item-simple-parent ul > li:last-child > a
    {
        border: 0;
    }

    #main-menu .megamenu-child-container > ul.sub-menu > li > a,
    #main-menu .megamenu-child-container > ul.sub-menu > li > .nolink-menu
    {
        font-weight: normal;
        text-transform: capitalize;
    }

    #main-menu ul li.menu-item-simple-parent ul li a
    {
        padding-left: 0;
    }

    #main-menu .menu-item-megamenu-parent .megamenu-child-container > ul.sub-menu > li > a:after,
    #main-menu .menu-item-megamenu-parent .megamenu-child-container > ul.sub-menu > li > a:before
    {
        content: none;
    }

    #main-menu ul li.menu-item-simple-parent.menu-links-with-arrow.double ul > li > a.dt-menu-expand::before,
    #main-menu ul.menu > li.menu-item-has-children:hover > a::before
    {
        content: none;
    }

    #main-menu .menu-item-megamenu-parent a.dt-menu-expand,
    #main-menu ul.menu li a.dt-menu-expand
    {
        height: 38px; 
        line-height: 38px;
    }

    .left-header #main-menu ul.menu li a.dt-menu-expand
    {
        height: 46px; 
        line-height: 46px;
    }



    #main-menu ul.menu .megamenu-child-container li a.dt-menu-expand
    {
        top: -5px;
    }

    #main-menu .megamenu-child-container .widget .woocommerce .products li.product:before
    {
        content: none;
    }



    .boxed-header .main-header,
    .boxed-header .dt-sc-dark-bg .main-header,
    .main-header-wrapper,
    .fullwidth-header .main-header-wrapper,
    .left-header .main-header-wrapper,
    .left-header .main-header,
    .two-color-header .main-header-wrapper:before,
    .header-on-slider.transparent-header .is-sticky .main-header-wrapper,
    .left-header .dt-sc-dark-bg .main-header-wrapper,
    .left-header .dt-sc-dark-bg .main-header,
    .two-color-header .main-header-wrapper:before,
    .dt-sc-dark-bg .main-header-wrapper
    {
    }



    .menu-active-highlight.menu-active-with-icon #main-menu > ul.menu > li.current_page_item > a:before,
    .menu-active-highlight.menu-active-with-icon #main-menu > ul.menu > li.current_page_ancestor > a:before,
    .menu-active-highlight.menu-active-with-icon #main-menu > ul.menu > li.current-menu-item > a:before,
    .menu-active-highlight.menu-active-with-icon #main-menu > ul.menu > li.current-menu-ancestor > a:before,
    .menu-active-highlight.menu-active-with-icon #main-menu > ul.menu > li.current_page_item > a:after,
    .menu-active-highlight.menu-active-with-icon #main-menu > ul.menu > li.current_page_ancestor > a:after,
    .menu-active-highlight.menu-active-with-icon #main-menu > ul.menu > li.current-menu-item > a:after,
    .menu-active-highlight.menu-active-with-icon #main-menu > ul.menu > li.current-menu-ancestor > a:after
    {
        display: none;
    }



    #main-menu .menu-item-widget-area-container
    {
        margin: 0;
    }



    .left-header #main-menu .megamenu-child-container > ul.sub-menu > li,
    .split-header #main-menu .megamenu-child-container > ul.sub-menu > li
    {
        padding: 0 35px;
    }

    .left-header #main-menu ul li.menu-item-simple-parent ul li,
    .split-header #main-menu ul li.menu-item-simple-parent ul li
    {
        padding: 0 0 0 25px;
    }

    .left-header #main-menu > ul.menu > li > a
    {
        padding-left: 15px;
        padding-right: 15px;
    }

    .overlay-header .dt-sc-dark-bg #main-menu
    {
        background: none;
    }



    .left-header .dt-sc-dark-bg ul.menu li ul,
    .left-header .dt-sc-dark-bg ul.menu li h3,
    .left-header .dt-sc-dark-bg #main-menu .menu-item-widget-area-container .widget ul li > a
    {
        color: #fff;
    }



    /** New style ends */



    .menu-wrapper #main-menu ul li.menu-item-simple-parent ul,
    .menu-wrapper #main-menu .megamenu-child-container
    {
        border: none;
    }



    .menu-active-highlight-grey #main-menu > ul.menu > li.current_page_item,
    .menu-active-highlight-grey #main-menu > ul.menu > li.current_page_ancestor,
    .menu-active-highlight-grey #main-menu > ul.menu > li.current-menu-item,
    .menu-active-highlight-grey #main-menu > ul.menu > li.current-menu-ancestor
    {
        background: none;
    }

    .menu-active-highlight-grey #main-menu > ul.menu > li.current_page_item > a:before,
    .menu-active-highlight-grey #main-menu > ul.menu > li.current_page_ancestor > a:before,
    .menu-active-highlight-grey #main-menu > ul.menu > li.current-menu-item > a:before,
    .menu-active-highlight-grey #main-menu > ul.menu > li.current-menu-ancestor > a:before
    {
        background: none;
    }



    .menu-active-with-two-border #main-menu > ul.menu > li.current_page_item > a:before,
    .menu-active-with-two-border #main-menu > ul.menu > li.current_page_ancestor > a:before,
    .menu-active-with-two-border #main-menu > ul.menu > li.current-menu-item > a:before,
    .menu-active-with-two-border #main-menu > ul.menu > li.current-menu-ancestor > a:before,
    .menu-active-with-two-border #main-menu > ul.menu > li.current_page_item > a:after,
    .menu-active-with-two-border #main-menu > ul.menu > li.current_page_ancestor > a:after,
    .menu-active-with-two-border #main-menu > ul.menu > li.current-menu-item > a:after,
    .menu-active-with-two-border #main-menu > ul.menu > li.current-menu-ancestor > a:after
    {
        display: none;
    }



    .menu-active-highlight-with-arrow #main-menu > ul.menu > li.current_page_item > a:before,
    .menu-active-highlight-with-arrow #main-menu > ul.menu > li.current_page_ancestor > a:before,
    .menu-active-highlight-with-arrow #main-menu > ul.menu > li.current-menu-item > a:before,
    .menu-active-highlight-with-arrow #main-menu > ul.menu > li.current-menu-ancestor > a:before
    {
        border: none;
    }



    .menu-active-highlight.menu-active-with-icon #main-menu > ul.menu > li.current_page_item > a:before,
    .menu-active-highlight.menu-active-with-icon #main-menu > ul.menu > li.current_page_ancestor > a:before,
    .menu-active-highlight.menu-active-with-icon #main-menu > ul.menu > li.current-menu-item > a:before,
    .menu-active-highlight.menu-active-with-icon #main-menu > ul.menu > li.current-menu-ancestor > a:before,
    .menu-active-highlight.menu-active-with-icon #main-menu > ul.menu > li.current_page_item > a:after,
    .menu-active-highlight.menu-active-with-icon #main-menu > ul.menu > li.current_page_ancestor > a:after,
    .menu-active-highlight.menu-active-with-icon #main-menu > ul.menu > li.current-menu-item > a:after,
    .menu-active-highlight.menu-active-with-icon #main-menu > ul.menu > li.current-menu-ancestor > a:after
    {
        background: none;
    }





    .menu-active-border-with-arrow #main-menu > ul.menu > li.current_page_item > a:before,
    .menu-active-border-with-arrow #main-menu > ul.menu > li.current_page_ancestor > a:before,
    .menu-active-border-with-arrow #main-menu > ul.menu > li.current-menu-item > a:before,
    .menu-active-border-with-arrow #main-menu > ul.menu > li.current-menu-ancestor > a:before,
    .menu-active-border-with-arrow #main-menu > ul.menu > li.current_page_item > a:after,
    .menu-active-border-with-arrow #main-menu > ul.menu > li.current_page_ancestor > a:after,
    .menu-active-border-with-arrow #main-menu > ul.menu > li.current-menu-item > a:after,
    .menu-active-border-with-arrow #main-menu > ul.menu > li.current-menu-ancestor > a:after
    {
        background: none;
        border: none;
        display: none;
    }



    .menu-active-with-double-border #main-menu > ul.menu > li.current_page_item > a,
    .menu-active-with-double-border #main-menu > ul.menu > li.current_page_ancestor > a,
    .menu-active-with-double-border #main-menu > ul.menu > li.current-menu-item > a,
    .menu-active-with-double-border #main-menu > ul.menu > li.current-menu-ancestor > a
    {
        border: none;
    }



    .menu-with-slanting-splitter #main-menu ul.menu > li:before
    {
        background: none;
    }

    .fullwidth-menu-header.header-align-center .dt-sc-dark-bg .menu-wrapper,
    .fullwidth-menu-header.header-align-center .menu-wrapper
    {
        border: 0;
    }



    .fullwidth-menu-header .menu-wrapper,
    .header-align-center.fullwidth-menu-header #main-menu,
    .header-align-center #main-menu ul.menu
    {
        text-align: left;
    }



    .menu-icons-wrapper
    {
        position: absolute;
        right: 0;
        top: 16px;
    }



    .top-bar .dt-sc-sociable li
    {
        float: none;
    }

    .top-bar .wpb_column
    {
        margin-bottom: 0;
    }

    .top-bar .dt-sc-vertical-separator,
    .top-bar .dt-sc-vertical-small-separator
    {
        display: none;
    }

    .top-bar .text-with-icon
    {
        margin: 0 5px;
    }



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

    .top-bar
    {
        line-height: 30px; 
        max-height: none;
        padding: 5px 0;
        text-align: center;
    }

    .top-bar .wpb_column
    {
        padding: 0;
    }

    .top-bar .vc_column_container > .vc_column-inner
    {
        padding-left: 0;
        padding-right: 0;
    }

    .top-bar .text-with-icon
    {
        font-size: 12px;
    }

    .top-bar .alignright
    {
        display: inline-block;
        float: none;
        text-align: center;
    }

    .top-bar .dt-sc-vertical-separator,
    .top-bar .dt-sc-vertical-small-separator,
    .header-align-left .header-right .dt-sc-vertical-small-separator
    {
        margin: 0 10px;
    }



    .header-align-left .header-right
    {
        display: inline-block; 
        float: none;
        font-size: 12px;
        text-align: center;
        width: 100%;
    }

    .header-align-left .header-right .text-with-icon
    {
        line-height: 60px;
    }



    .header-align-center .header-left,
    .header-align-center #logo,
    .header-align-center .header-right
    {
        display: inline-block;
        float: none;
        text-align: center;
        width: 100%;
    }

    .header-align-center #header .text-with-icon
    {
        margin-top: 0;
    }

    .header-align-center .header-left,
    .header-align-center .dt-sc-button,
    .header-align-left .dt-sc-button
    {
        margin-top: 0;
    }

    .header-align-center .header-right
    {
        margin-bottom: 0;
    }

    .header-align-center #logo
    {
        margin: 0;
    }



    .header-align-center .main-header .header-left #searchform
    {
        display: inline-block;
        margin-top: 10px; 
        width: 100%;
    }

    .header-align-center .main-header #logo a
    {
        line-height: normal;
        padding: 0;
    }

    .header-align-center .header-right .cart-info
    {
        margin: 0 0 10px;
    }

    .header-align-center .main-header-wrapper
    {
        padding-bottom: 0;
    }



    .header-align-left #logo
    {
        display: block;
        width: auto;
    }

    .left-header #header-wrapper #logo a,
    .overlay-header .main-header-wrapper,
    .overlay-header #logo a
    {
        padding: 0;
    }



    .split-header #logo
    {
        position: inherit;
        text-align: center;
        top: 0; 
        width: 100%;
    }

    .split-header.boxed-header.transparent-header .main-header-wrapper
    {
        top: 0;
    }



    .main-header-wrapper
    {
        float: left;
        padding: 0 0 20px; 
        position: inherit;
        top: 0;
        width: 100%;
    }

    .header-with-topbar .main-header-wrapper,
    .header-with-topbar.header-on-slider .main-header-wrapper,
    .boxed-header .main-header-wrapper,
    .header-on-slider.boxed-header .main-header-wrapper
    {
        top: 0;
    }

    .boxed-header .main-header
    {
        padding: 0;
    }

    .header-on-slider .main-title-section-wrapper
    {
        padding-top: 43px;
    }



    .two-color-header .menu-wrapper
    {
        position: static;
    }

    .two-color-header .main-header-wrapper:before,
    .two-color-header .main-header-wrapper:after,
    .two-color-header .dt-sc-dark-bg .main-header-wrapper:after,
    .two-color-header.semi-transparent-header .dt-sc-dark-bg .main-header-wrapper:after,
    .two-color-header.semi-transparent-header .main-header-wrapper:after
    {
        background: none;
    }

    .two-color-header .dt-menu-toggle
    {
        position: relative;
        z-index: 1;
    }

    .two-color-header .menu-icons-wrapper
    {
        z-index: 1;
    }



    #main-menu
    {
        background: #2b3041;
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    }

    #main-menu ul.menu > li.menu-item-has-children:hover > a::after
    {
        content: none;
    }



    .overlay-header #main-menu
    {
        background: transparent;
    }

    .overlay-header #main-menu > ul.menu
    {
        display: block;
    }



    .dt-sc-dark-bg #main-menu
    {
        background: #000;
    }

    .standard-header.header-below-slider .dt-sc-dark-bg .main-header-wrapper #main-menu
    {
        background: #000;
    }

    .home-page.page.header-on-slider.transparent-header .dt-sc-dark-bg .main-header-wrapper
    {
        background: #000 !important;
    }

    .header-on-slider.transparent-header .dt-sc-dark-bg .main-header-wrapper #main-menu,
    .dt-sc-dark-bg #main-menu .megamenu-child-container,
    .dt-sc-dark-bg #main-menu ul li.menu-item-simple-parent ul
    {
        background: #000;
    }

    .dt-sc-dark-bg #main-menu .megamenu-child-container > ul.sub-menu > li > a,
    .dt-sc-dark-bg #main-menu .megamenu-child-container > ul.sub-menu > li > .nolink-menu,
    .dt-sc-dark-bg #main-menu ul li.menu-item-simple-parent ul li a,
    .dt-sc-dark-bg #main-menu .megamenu-child-container ul.sub-menu > li > ul li a
    {
        color: #fff;
    }



    /*----*****---- << Breadcrumb >> ----*****----*/

    .main-title-section h1
    {
        font-size: 26px;
    }

    .main-title-section h1,
    .breadcrumb
    {
        text-align: center;
    }



    .main-title-section-wrapper.breadcrumb-right .main-title-section,
    .main-title-section-wrapper.breadcrumb-right .breadcrumb,
    .main-title-section-wrapper.breadcrumb-left .main-title-section,
    .main-title-section-wrapper.breadcrumb-left .breadcrumb
    {
        padding: 0;
        text-align: center; 
        width: 100%;
    }

    .boxed-header.header-on-slider .main-title-section-wrapper
    {
        padding-top: 45px;
    }



    /*----*****---- << Side-navigation >> ----*****----*/

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

    .side-navigation
    {
        margin-bottom: 30px;
    }



    /*----*****---- << Responsive Map >> ----*****----*/

    .responsive-map
    {
        max-width: 100%;
    }



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

    .footer-copyright .vc_col-sm-6
    {
        margin-bottom: 15px !important; 
        width: 100% !important;
    }

    .footer-copyright
    {
        text-align: center;
    }



    .menu-icons-wrapper
    {
        padding: 0;
    }



    .dt-sc-dark-bg .menu-icons-wrapper .search a,
    .dt-sc-dark-bg .menu-icons-wrapper .cart a,
    .cart-icon span,
    .menu-icons-wrapper.rounded-icons .search a span,
    .menu-icons-wrapper.rounded-icons .cart a span
    {
        color: #000;
    }



    .footer-copyright::before
    {
        width: 420px;
    }
}



/*----*****---- << Mobile (Landscape) >> ----*****----*/

/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px)
{
    /*----*****---- << Footer >> ----*****----*/

    .footer-copyright .vc_col-sm-6
    {
        margin-bottom: 15px !important;
        padding: 0; 
        text-align: center;
        width: 100% !important;
    }

    .footer-copyright .dt-sc-sociable li
    {
        display: inline-block;
        float: none;
    }

    .footer-copyright .dt-sc-sociable.diamond-square-border li
    {
        margin: 0 20px 0 0;
    }



    .footer-copyright .menu-links
    {
        text-align: center;
    }

    .footer-copyright .menu-links li
    {
        margin: 0 0 0 10px;
    }

    .footer-copyright .menu-links.with-splitter li
    {
        margin: 0;
    }

    .footer-copyright .menu-links li:first-child
    {
        margin: 0;
    }

    .footer-copyright .alignright img
    {
        display: inline-block;
        float: none;
    }

    .footer-copyright .dt-sc-contact-info span
    {
        font-size: 15px; 
        margin: 7px 6px 0 0;
        width: 20px;
    }
}





/* Common Styles for the devices below 479px width */

@media only screen and (max-width: 479px)
{
    /*----*****---- << Header >> ----*****----*/

    .top-bar
    {
        line-height: 35px;
        padding-bottom: 10px;
    }

    .top-bar .dt-sc-vertical-separator,
    .top-bar .dt-sc-vertical-small-separator
    {
        display: none;
    }

    .top-bar .dt-sc-sociable
    {
        float: none;
    }

    .top-bar .text-with-icon
    {
        margin: 0 5px;
    }





    /*----*****---- << Breadcrump >> ----*****----*/

    .main-title-section h1
    {
        font-size: 23px;
    }



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

    .main-header #searchform
    {
        box-sizing: border-box; 
        max-width: 100%;
        width: 100%;
    }



    .header-align-left .header-right .text-with-icon
    {
        line-height: 40px;
        margin: 0 5px;
    }

    .header-align-left .header-right .dt-sc-vertical-small-separator
    {
        display: none;
    }



    .header-align-center .header-left .dt-sc-vertical-small-separator
    {
        display: none;
    }

    .header-align-center .header-left .text-with-icon
    {
        margin: 0 5px;
    }





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

    .footer-copyright .vc_col-sm-6
    {
        margin-bottom: 15px !important;
        padding: 0; 
        text-align: center;
        width: 100% !important;
    }

    .footer-copyright .dt-sc-sociable li
    {
        display: inline-block;
        float: none;
    }

    .footer-copyright .dt-sc-sociable.diamond-square-border li
    {
        margin: 0 20px 0 0;
    }

    .alignright .dt-sc-sociable
    {
        text-align: center; 
        width: 100%;
    }



    .footer-copyright .menu-links
    {
        text-align: center;
    }

    .footer-copyright .menu-links li
    {
        margin: 0 0 0 10px;
    }

    .footer-copyright .menu-links.with-splitter li
    {
        margin: 0;
    }

    .footer-copyright .menu-links li:first-child
    {
        margin: 0;
    }

    .footer-copyright .alignright img
    {
        display: inline-block;
        float: none;
    }
}



/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

@media only screen and (min-width: 320px) and (max-width: 479px)
{
    /*----*****---- << footer >> ----*****----*/

    .footer-copyright .menu-links.with-splitter li a
    {
        padding: 0 7px;
    }

    .footer-copyright::before
    {
        width: 290px;
    }
}





/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

@media only screen and (max-width: 319px)
{
    /*----*****---- << Logo >> ----*****----*/

    #logo
    {
        text-align: center !important;
    }





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

    .menu-icons-wrapper .top-menu-search-container
    {
        bottom: -43px;
        right: -115px;
    }

    .main-header-wrapper
    {
        padding: 0;
    }





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

    .footer-copyright .dt-sc-sociable li
    {
        margin-bottom: 7px;
    }

    .footer-copyright .menu-links.with-splitter li a
    {
        padding: 0 7px;
    }





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



/*Contact page*/

.dt-sc-testimonial.type5 .dt-sc-testimonial-quote
{
    border: none;
    padding: 0;
}

.dt-sc-newsletter-section.type3
{
    margin-bottom: -52px;
}

.dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm
{
            box-shadow: 2px 2px 1px #dedfe3;
       -moz-box-shadow: 2px 2px 1px #dedfe3;
    -webkit-box-shadow: 2px 2px 1px #dedfe3;
}
