#theoutset-header-elementor{
	position: relative;
	display: block;
    width: 100%;
    z-index: 10;
}
#theoutset-header-elementor.header-transparent, #theoutset-header-elementor.header-sticky.header-transparent{
	position: absolute;
	display: block;
    width: 100%;
    z-index: 10;
    right: 0;
    left: 0;
    top: 0;
}
#theoutset-header-elementor.header-transparent{
	background:transparent;
}
#theoutset-header-elementor.header-sticky .header-sticky-menu {
	position: fixed;
    width: 100%;
    z-index: 10;
    right: 0;
    left: 0;
    top: -100%;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
#theoutset-header-elementor.header-sticky.fixed-sticky .header-sticky-menu {
	top:0;
	
}
.admin-bar #theoutset-header-elementor.header-sticky.fixed-sticky .header-sticky-menu{
	top: 32px;
}
.admin-bar #theoutset-header-elementor.header-sticky.header-transparent{
	top:0px;
}
/*logo css*/
.outset-header-logo {
    position: relative;
    display: block;
    width: 100%;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.outset-header-logo .header-logo-wrap {
    display: inline-block;
    position: relative;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.outset-header-logo  a.header-normal-logo{
    position: relative;
    display: inline-block;
	-webkit-transition: all .3s ease-in-out 0.2s;
    -moz-transition: all .3s ease-in-out 0.2s;
    -o-transition: all .3s ease-in-out 0.2s;
    -ms-transition: all .3s ease-in-out 0.2s;
    transition: all .3s ease-in-out 0.2s;
}
.outset-header-logo .header-normal-logo img.image-logo-wrap{
	width:100%;
	max-width:100px;
}
a.header-normal-logo img{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

a.header-normal-logo.hover-logo{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0) scale(0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out 0.1s;
    -moz-transition: all .3s ease-in-out 0.1s;
    -o-transition: all .3s ease-in-out 0.1s;
    -ms-transition: all .3s ease-in-out 0.1s;
    transition: all .3s ease-in-out 0.1s;
}
.header-logo-wrap.logo-hover-normal:hover a.header-normal-logo.hover-logo{
	visibility:visible;
	opacity:1;
	transform: translate3d(-50%,-50%,0) scale(1);
	-webkit-transition: all .3s ease-in-out 0.2s;
    -moz-transition: all .3s ease-in-out 0.2s;
    -o-transition: all .3s ease-in-out 0.2s;
    -ms-transition: all .3s ease-in-out 0.2s;
    transition: all .3s ease-in-out 0.2s;
}
.header-logo-wrap.logo-hover-normal:hover a.header-normal-logo:not(.hover-logo){
	visibility:hidden;
	opacity:0;
	transform: scale(0.5);
}

/*navigation widget menu*/
.outset-header-navigation {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
}
#theoutset-navigation-normal-menu {
    padding: 0;
    margin: 0;
}
.outset-navigation-menu {
    display: -webkit-box;
	display: -moz-box; 
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    position: relative;
	-webkit-align-items: center;
    align-items: center;
}
.outset-header-navigation.text-center .outset-navigation-menu{
	justify-content: center;
}
.outset-header-navigation.text-left .outset-navigation-menu{
	justify-content: flex-start;
}
.outset-header-navigation.text-right .outset-navigation-menu{
	justify-content: flex-end;
}
.outset-navigation-menu .nav>li {
    display: inline-block;
}
.outset-navigation-menu .nav>li {
    display: inline-block;
    padding: 5px;
    height: 100%;
    vertical-align: middle;
	-webkit-align-items: center;
    align-items: center;
}
.outset-navigation-menu .nav li a{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*dropdown menu css*/
.outset-navigation-menu .nav>li ul.dropdown-menu {
    position: absolute;
	background: #fff;
    border: 0;
    -moz-box-shadow: initial;
    -webkit-box-shadow: initial;
    box-shadow: initial;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.10);
}
.outset-navigation-menu .nav li ul.dropdown-menu ul.dropdown-menu {
    left: 100%;
    top: 0;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}

.outset-navigation-menu .nav ul.dropdown-menu li>.dropdown-menu{
    display: none;
    transition: none;
     opacity: 1;
    z-index: 1;
}
.outset-navigation-menu .nav .dropdown-menu>li>a {
    font-size: 15px;
    line-height: 24px;
}
.outset-navigation-menu .nav li.dropdown .dropdown-menu > li > a {
    padding: 0 !important;
}

/*main menu hover style*/
.outset-navigation-menu .navbar-nav.menu-hover-style-1 > li > a:before {
    content: '';
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 0;
    height: 1px;
    background-color: #222;
    -webkit-transition: all .4s cubic-bezier(.175,.885,.32,1.075);
    -moz-transition: all .4s cubic-bezier(.175,.885,.32,1.075);
    -o-transition: all .4s cubic-bezier(.175,.885,.32,1.075);
    -ms-transition: all .4s cubic-bezier(.175,.885,.32,1.075);
	transition: all .4s cubic-bezier(.175,.885,.32,1.075);
}
.outset-navigation-menu .navbar-nav.menu-hover-style-1 > li:hover > a:before,.outset-navigation-menu .navbar-nav.menu-hover-style-1 > li:focus > a:before,.outset-navigation-menu .navbar-nav.menu-hover-style-1 > li.active > a:before{
    width: 100%;
}
.outset-navigation-menu .navbar-nav ul.dropdown-menu li .dropdown-menu .depth-3 .dropdown-menu{
	top: 0;
}
.outset-navigation-menu .navbar-nav.menu-hover-style-2 > li > a:after, .outset-navigation-menu .navbar-nav.menu-hover-style-2 > li > a:before {
    content: "";
    bottom: 0;
    position: absolute;
    width: 0;
    height: 1px;
	z-index: -1;
}
.outset-navigation-menu .navbar-nav.menu-hover-style-2 > li > a:before {
    right: 0px;
    transition: width .7s cubic-bezier(.77,0,.175,1) 0s,opacity .4s ease-in-out .4s;
    width: calc(100% - 0px);
}
.outset-navigation-menu .navbar-nav.menu-hover-style-2 > li > a:after {
    left: 0;
    right: 0;
    transition: width .4s cubic-bezier(.77,0,.175,1) 0s,opacity .4s ease-in-out .4s;
    width: 0;
}
.outset-navigation-menu .navbar-nav.menu-hover-style-2 > li > a:after, .outset-navigation-menu .navbar-nav.menu-hover-style-2 > li > a:before {
    background: rgba(0, 0, 0, 0.4);
}
.outset-navigation-menu .navbar-nav.menu-hover-style-2 > li > a:not(:hover):after, .outset-navigation-menu .navbar-nav.menu-hover-style-2 > li > a:not(:hover):before {
    opacity: 0;
}
.outset-navigation-menu .navbar-nav.menu-hover-style-2 > li > a:not(:hover):after, .outset-navigation-menu .navbar-nav.menu-hover-style-2 > li > a:not(:hover):before {
    opacity: 0;
}
.outset-navigation-menu .navbar-nav.menu-hover-style-2 > li > a:hover:after, .outset-navigation-menu .navbar-nav.menu-hover-style-2 > li > a:hover:before {
    background: rgba(0, 0, 0, 0.8);
}
.outset-navigation-menu .navbar-nav.menu-hover-style-2 > li > a:hover:before {
    transition: width .4s cubic-bezier(.77,0,.175,1) 0s,opacity .4s ease-in-out 0s;
    width: 0;
}
.outset-navigation-menu .navbar-nav.menu-hover-style-2 > li > a:hover:after {
    transition: width .7s cubic-bezier(.77,0,.175,1) 0s,opacity .4s ease-in-out 0s;
    width: calc(100% - 0px);
}
/*main menu hover style*/
/*main menu Indicator style*/
.outset-header-navigation .header-navigation-wrap.main-menu-indicator-style-1 .outset-navigation-menu .navbar-nav > li.dropdown > a:after,.outset-header-navigation .header-navigation-wrap.main-menu-indicator-style-1 .outset-mobile-menu .navbar-nav li.dropdown > a:after,.outset-header-navigation .outset-mobile-menu .navbar-nav li.dropdown ul.dropdown-menu > li.dropdown-submenu > a:after {
    content: "\f107";
    position: relative;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    padding-left: 5px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*main menu Indicator style*/
/*Sub menu Indicator style*/
.outset-header-navigation .header-navigation-wrap.sub-menu-indicator-style-1 .outset-navigation-menu .navbar-nav ul.dropdown-menu > li.dropdown-submenu > a:after{
    content: "\f105";
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.outset-header-navigation .header-navigation-wrap.sub-menu-indicator-style-2 .outset-navigation-menu .navbar-nav ul.dropdown-menu > li.dropdown-submenu > a:before,.outset-header-navigation .header-navigation-wrap.sub-menu-indicator-style-2 .outset-navigation-menu .navbar-nav ul.dropdown-menu > li.dropdown-submenu > a:after{
    content: "";
    position: absolute;
    display: inline-block;
    background: #404044;
    width: 2px;
    height: 2px;
    position: absolute;
    right: 1px;
    vertical-align: middle;
    top: 50%;
    -webkit-transform: translateY(-50%);
	-moz-transform:    translateY(-50%);
	-ms-transform:     translateY(-50%);
	-o-transform:      translateY(-50%);
	transform:         translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.outset-header-navigation .header-navigation-wrap.sub-menu-indicator-style-2 .outset-navigation-menu .navbar-nav ul.dropdown-menu > li.dropdown-submenu > a:before{
    background: 0 0;
    width: 8px;
    border: 2px solid #000000;
    border-top: none;
    border-bottom: none;
    right: 7px;
}
.outset-header-navigation .navbar-nav .dropdown-menu>li>a{
	position:relative;
}
/*Sub menu Indicator style*/
/*mega menu*/
.outset-header-navigation .header-navigation-wrap:not(.mega-menu-fullwidth) .navbar-nav>.yamm-fw>.dropdown-menu {
    right: 0;
    left: auto;
    width: 100%;
}
.outset-navigation-menu .nav>li.yamm-fw {
    position: initial;
}
/*mega menu*/
/*vertical menu*/
.outset-navigation-menu.menu-vertical .navbar-nav li{
	display:block;
}
.outset-navigation-menu.menu-vertical .nav>li ul.dropdown-menu {
    position: relative;
    left: 0 !important;
    right: 0;
}
.outset-header-navigation .header-navigation-wrap.sub-menu-indicator-style-2 .outset-navigation-menu.menu-vertical .navbar-nav ul.dropdown-menu > li.dropdown-submenu > a:after{
	right:15px;
}
.outset-header-navigation .header-navigation-wrap.sub-menu-indicator-style-2 .outset-navigation-menu.menu-vertical .navbar-nav ul.dropdown-menu > li.dropdown-submenu > a:before{
	right:21px;
}
.outset-header-navigation .header-navigation-wrap.main-menu-indicator-style-1 .outset-navigation-menu.menu-vertical .navbar-nav > li.dropdown > a:after{
	position:absolute;
	top:50%;	
	-webkit-transform: translateY(-50%);
	-moz-transform:    translateY(-50%);
	-ms-transform:     translateY(-50%);
	-o-transform:      translateY(-50%);
	transform:         translateY(-50%);
}
/*vertical menu*/
/*Mobile Menu Toggle*/
@media (min-width: 992px){
	.outset-mobile-menu-content.collapse{
		display: none !important;
	}
}
.outset-mobile-menu-content.collapse{
    display: none;	
}
.outset-mobile-menu-content {
    position: absolute;
    height: auto;
    background: #dedede;
    left: 0;
    right: 0;
	padding:0;	
	border:0px;
}
.outset-mobile-menu-content.collapse.in{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
    -webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	width: 100%;
}
.theoutset-header-mobile-toggle.mobile-toggle {
    display: none;
	float: none;
}
.outset-mobile-menu.outset-navigation-menu .nav>li{
	display:block;
}

.outset-mobile-menu-content .outset-mobile-menu {
    position: relative;
    display: block;
    text-align: left;
    padding: 0;
    width: 100%;
}

.outset-mobile-menu .navbar-nav li a {
    padding: 10px 10px !important;
    border-bottom: 1px solid #aaa;
}
.outset-mobile-menu-content .outset-mobile-menu .dropdown-menu{
	border-radius:0;
	border: 0px;
}

.outset-header-navigation .header-navigation-wrap.main-menu-indicator-style-1 .outset-mobile-menu .navbar-nav  li.dropdown > a:after,.outset-header-navigation .outset-mobile-menu .navbar-nav li.dropdown ul.dropdown-menu > li > a:after,.outset-header-navigation .outset-mobile-menu .navbar-nav li.dropdown ul.dropdown-menu > li.dropdown-submenu > a:after{
    right: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #313131;
}
.outset-mobile-menu .navbar-nav .dropdown-menu>li>a {
    position: relative;
    font-size: 15px;
    line-height: 20px;
    color: #313131;
}
/*toggle style 1*/
.mobile-outset-toggle-menu{
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
	margin: 0em;
	width: 2.25em;
	height: 2.25em;
}
.mobile-outset-toggle-menu  ul.toggle-lines {
	width: 1.625em;
	height: 1.625em;
	list-style: none;
	margin: -0.8125em 0 0 -0.8125em;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1), color 1s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: -moz-transform 1s cubic-bezier(0.23, 1, 0.32, 1), color 1s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: -o-transform 1s cubic-bezier(0.23, 1, 0.32, 1), color 1s cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: -ms-transform 1s cubic-bezier(0.23, 1, 0.32, 1), color 1s cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), color 1s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform:  translateZ(0);
	transform: translateZ(0);
}
.mobile-outset-toggle-menu ul.toggle-lines li.toggle-line {
	width: 100%;
	height: 2px;
	background: #ff214f;
	position: absolute;
	top: 50%;
	margin-top: -0.75px;
	-webkit-transform: translateY(-3.75px) translateZ(0);
	-ms-transform: translateY(-3.75px) translateZ(0);
	-moz-transform: translateY(-3.75px) translateZ(0);
	-o-transform:  translateY(-3.75px) translateZ(0);
	transform: translateY(-3.75px) translateZ(0);
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1), background 1s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition:  -moz-transform 1s cubic-bezier(0.23, 1, 0.32, 1), background 1s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: -o-transform 1s cubic-bezier(0.23, 1, 0.32, 1), background 1s cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: -ms-transform 1s cubic-bezier(0.23, 1, 0.32, 1), background 1s cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), background 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.mobile-outset-toggle-menu.collapsed ul.toggle-lines li.toggle-line:last-child {
	-webkit-transform: translateY(3.75px) translateZ(0);
	transform: translateY(3.75px) translateZ(0);
}
.mobile-outset-toggle-menu:not(.collapsed) ul.toggle-lines li.toggle-line{
		-webkit-transform: rotate(45deg) translateZ(0);
		transform: rotate(45deg) translateZ(0);
}
.mobile-outset-toggle-menu:not(.collapsed) ul.toggle-lines li.toggle-line:last-child {
		-webkit-transform: rotate(-45deg) translateZ(0);
		transform: rotate(-45deg) translateZ(0);
}
/*toggle style 1*/
/*Mobile Menu Toggle*/

/* Extra Meta Content Icons*/
.header-extra-icons {
    position: relative;
    display: block;
    width: 100%;
}
.header-extra-icons ul.icons-content-list {
    position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
    -webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	padding:0;
	margin:0;
	list-style:none;
	line-height: 1;
}
.header-extra-icons ul.icons-content-list li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
    -webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	padding: 6px 8px;
}
.header-extra-icons li .content-icon-list {
    display: block;
    position: relative;
    line-height: 1;
}

/*Extra Toggle Content*/

.header-extra-toggle-click {
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-extra-toggle-content{
    background: #fff none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    text-align: left;
    top: 0;
    max-width: 400px;
	width:100%;
    z-index: 123;
    color: #fff;
    overflow-y: auto;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    -ms-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
	-webkit-overflow-scrolling: touch;
}
.admin-bar .header-extra-toggle-content{
	top:32px;
	height:calc(100% - 32px);
}

.header-extra-toggle-content.right{
	right:0;
	-webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
    -o-transform: translate(100%, 0px);
	transform: translate(100%, 0px);
}
.header-extra-toggle-content.left{
	left:0;
	-webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
    -o-transform: translate(-100%, 0px);
	transform: translate(-100%, 0px);
}
.header-extra-toggle-content.top{
	top: 0;
    left: 0;
    right: 0;
	height:100%;
	max-height:300px;
	width:100%;
	max-width:100%;
	-webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -o-transform: translate(0,-100%);
	transform: translate(0, -100%);
}
.admin-bar .header-extra-toggle-content.top{
	top: 32px;
}
.header-extra-toggle-content.bottom{
	top: auto;
	bottom:0;
    left: 0;
    right: 0;
	height:100%;
	max-height:300px;
	width:100%;
	max-width:100%;
	-webkit-transform: translate(0,100%);
    -ms-transform: translate(0,100%);
    transform: translate(0,100%);
    -o-transform: translate(0,100%);
	transform: translate(0,100%);
}
.header-extra-toggle-content.open {    
    visibility: visible;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-overflow-scrolling: touch;
}
.header-extra-toggle-content.right.open {
	right:0;
}
.header-extra-toggle-content.left.open {
	left:0;
}
.header-extra-toggle-content.full-width-content{
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}
.admin-bar .header-extra-toggle-content.full-width-content {
    top: 32px;
    height: calc(100% - 32px );
}
.extra-toggle-content-overlay {
    background: #202020 none repeat scroll 0 0;
    height: 100%;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    visibility: hidden;
    z-index: 12;
    width: 100%;
    cursor: pointer;
    -webkit-transition: color .4s linear, background .3s linear;
    -moz-transition: color .4s linear, background .3s linear;
    -ms-transition: color .4s linear, background .3s linear;
    -o-transition: color .4s linear, background .3s linear;
    transition: color .4s linear, background .3s linear;
}
.extra-toggle-content-overlay.open {
    cursor: url(../../images/overlay-close-icon.png),pointer;
    filter: alpha(opacity=60);
    opacity: 0.7;
    z-index: 12;
    visibility: visible;
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.extra-toggle-close-menu {
position: absolute;
    width: 40px;
    height: 40px;
    right: 5px;
	top:5px;
    border-radius: 3px;
	background:red;
    box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.37);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    cursor: pointer;
}
.extra-toggle-close-menu:before,.extra-toggle-close-menu:after {
    content: '';
    position: absolute;
    background: #fff;
    width: 25px;
    height: 2px;
    top: 50%;
	-webkit-transform: rotate(45deg) translate3d(-50%,-50%,0);
    -moz-transform: rotate(45deg)translate3d(-50%,-50%,0);
    -ms-transform: rotate(45deg) translate3d(-50%,-50%,0);
    -o-transform: rotate(45deg) translate3d(-50%,-50%,0);
	transform: rotate(45deg) translate3d(-50%,-50%,0);
    left: 50%;
    transform-origin: left center;
    border-radius: 2px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.extra-toggle-close-menu:after {    
	-webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
    -moz-transform: translate3d(-50%,-50%,0) rotate(-45deg);
    -ms-transform: translate3d(-50%,-50%,0) rotate(-45deg);
    -o-transform: translate3d(-50%,-50%,0) rotate(-45deg);
    transform: translate3d(-50%,-50%,0) rotate(-45deg);
	transform-origin: center center;
}
.extra-toggle-close-menu:hover:before {
    -webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
    -moz-transform: translate3d(-50%,-50%,0) rotate(-45deg);
    -ms-transform: translate3d(-50%,-50%,0) rotate(-45deg);
    -o-transform: translate3d(-50%,-50%,0) rotate(-45deg);
    transform: translate3d(-50%,-50%,0) rotate(-45deg);
    transform-origin: center;
}
.extra-toggle-close-menu:hover:after{
    -webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
    -moz-transform: translate3d(-50%,-50%,0) rotate(45deg);
    -ms-transform: translate3d(-50%,-50%,0) rotate(45deg);
    -o-transform: translate3d(-50%,-50%,0) rotate(45deg);
    transform: translate3d(-50%,-50%,0) rotate(45deg);
    transform-origin: center;
}
/*toggle style-1*/
.header-extra-toggle-click.style-1{
	position: relative;
    width: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0px;
}
.header-extra-toggle-click.style-1 span.menu_line{
    height: 1px;
    background: #212121;
    transition: opacity .5s,background .5s,-webkit-transform .5s;
    transition: opacity .5s,transform .5s,background .5s;
    transition: opacity .5s,transform .5s,background .5s,-webkit-transform .5s;
    display: block;
	width:100%;
}
.header-extra-toggle-click.style-1 span.menu_line{
	-moz-transform-origin: right;
	-ms-transform-origin: right;
	-o-transform-origin:right;
	-webkit-transform-origin: right;
	transform-origin: right;
}
.header-extra-toggle-click.style-1 span.menu_line.menu_line--center{
    margin: .3125em 0;
    position: relative;
    background: #212121;
}
.header-extra-toggle-click.style-1 span.menu_line.menu_line--bottom{
    -webkit-transform: scaleX(.33) translateZ(0);
    transform: scaleX(.33) translateZ(0);
}
.header-extra-toggle-click.style-1 span.menu_line.menu_line--center{
    -webkit-transform: scaleX(.66) translateZ(0);
    transform: scaleX(.66) translateZ(0);
}
.header-extra-toggle-click.style-1:hover span.menu_line.menu_line--bottom {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
}
.header-extra-toggle-click.style-1:hover span.menu_line.menu_line--top {
	-webkit-transform: scaleX(.66) translateZ(0);
    transform: scaleX(.33) translateZ(0);
}
/*toggle style-1*/
/*Extra Toggle Content*/
/*Search Bar*/
.header-extra-icons li.search-icon .outset-post-search-icon svg,.header-extra-icons li.search-icon .outset-post-search-icon svg path {
    fill: #fff;    
    stroke: #fff;
	-webkit-transition: fill .2s ease-in-out,stroke .2s ease-in-out;
	transition: fill .2s ease-in-out,stroke .2s ease-in-out;
}
.header-extra-icons li.search-icon .outset-post-search-icon svg{
	max-width:20px;
	max-height: 20px;
}
.header-extra-icons .icons-content-list .search-icon .outset-post-search-icon{
    cursor: pointer;
    position: relative;
    display: block;
    text-align: center;
}
.outset-search-form.outset-search-form-content.style-1 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.98);
    z-index: 1111;
    overflow: hidden;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-transform: translate3d(0,0,1px);
    transform: translate3d(0,0,1px);
}
.outset-search-form.outset-search-form-content.style-1 > .outset-search-section {
    position: relative;
    top: 50%;
    margin: 0 auto;
    height: 100%;
    overflow-y: hidden;
    text-align: center;
}
.outset-search-form.outset-search-form-content.style-1 .outset-search-section >form {
    line-height: 100%;
    width: 48%;
    max-width: 960px;
    display: inline-block;
    position: relative;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.outset-search-form.outset-search-form-content.style-1 input.outset-search-field {
    max-width: none;
    padding: 15px 50px 15px 0;
    width: 100%;
    height: 100%;
    text-align: left;
    font-weight: 600;
    font-size: 28px;
    border: none;
	background: transparent;
	border-bottom: 2px solid #313131;
    border-radius: 0px;
}
.outset-search-form.outset-search-form-content.style-1 .outset-submit-icon-container {
    position: absolute;
    color: #bbb;
    right: 0px;
    height: 100%;
    -webkit-transition: color .3s;
    transition: color .3s;
    top: 0;
}
.outset-search-form.outset-search-form-content.style-1 .outset-search-submit {
    width: 40px;
    height: 70px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: 0 0 !important;
    border: 0px;
    box-shadow: none;
    position: relative;
    display: inline-block;
}
.header-extra-icons li.search-icon .outset-search-form .outset-search-submit svg{
	max-width: 25px;
    width: 25px;
	height: auto;
}
.header-extra-icons li.search-icon .outset-search-form .outset-search-submit svg,.header-extra-icons li.search-icon .outset-search-form .outset-search-submit svg path {
	fill: #313131;    
    stroke: #313131;
	-webkit-transition: fill .2s ease-in-out,stroke .2s ease-in-out;
	transition: fill .2s ease-in-out,stroke .2s ease-in-out;
}
.outset-search-form.style-1 .outset-search-close{
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 12px;
    padding: 6px;
    cursor: pointer;
    z-index: 1;
    top: 0;
    box-shadow: 0px 2px 13px -2px #0000007d;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.outset-search-form.style-1 .outset-search-close{
	top:32px;
}
.outset-search-form.style-1 .outset-search-close .search-close {
    width: 100%;
    height: 100%;
    position: relative;
	top: 8px
}
.outset-search-form.style-1 .outset-search-close .search-close:before,.outset-search-form.style-1 .outset-search-close .search-close:after{
	content: "";
    position: absolute;
    display: block;
    height: 2px;
    width: 100%;
    background-color: #333;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.outset-search-form.style-1 .outset-search-close .search-close:before{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.outset-search-form.style-1 .outset-search-close .search-close:after{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*style-2 search content*/
.outset-search-form.style-2 .outset-search-close{
	display:none;
}
.outset-search-form.style-2 .outset-search-section form {
    position: relative;
    display: block;
    width: 100%;
}
.outset-search-form.style-2 {
	opacity:0;
	visibility:hidden;
    position: absolute;
    right: -15px;
    top: auto;
    padding: 12px 12px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 1px 1px 10px -1px #00000063;
    margin-top: 8px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.outset-search-form.style-2.open{
	opacity:1;
	visibility:visible;
}
.outset-search-form.style-2 .outset-search-section:before {
    position: absolute;
    top: -7px;
    right: 18px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    content: '';
}
.outset-search-form.style-2 .outset-search-section input.outset-search-field {
	position: relative;
    display: block;
    width: 220px;
    border: 1px solid #d6d6d6;
    font-size: 14px;
    color: #313131;
    box-shadow: 0px 1px 15px -4px #00000047;
    padding: 10px 30px 10px 10px;
    border-radius: 1px;
    background: #f5f5f5;
    outline: none;
}
.outset-search-form.style-2 .outset-search-section .outset-submit-icon-container {
    position: absolute;
    right: 0px;
    top: 0;
    width: 40px;
    height: 43px;
}
.outset-search-form.style-2 .outset-submit-icon-container button.outset-search-submit {
    border: 0px;
	padding: 11px;
    box-shadow: none;
    background: none;
}
.header-extra-icons li.search-icon .outset-search-form.style-2 .outset-search-submit svg {
    max-width: 20px;
    width: 20px;
    height: auto;
}
/*style-2 search content*/
/*Search Bar*/
/*Cart icon style*/
.mini-cart-icon .content-icon-list {
    display: block;
    position: relative;
    line-height: 1;
}
.mini-cart-icon  .outset-cart-icon.style-1 {
    cursor: pointer;
    position: relative;
    display: block;
    text-align: center;
}
.outset-cart-icon.style-1 svg {
    max-width: 25px;
    width: max-content;
}
.header-extra-icons li.mini-cart-icon .outset-cart-icon.style-1 svg,.header-extra-icons li.mini-cart-icon .outset-cart-icon.style-1 svg path {
	fill: none;
    stroke: #313131;
	-webkit-transition: stroke .2s ease-in-out;
	transition:stroke .2s ease-in-out;
}
.outset-cart-icon .cart-wrap {
    font-size: 12px;
    margin-right: 0;
    z-index: 1;
    color: #fff;
}
.outset-cart-icon .cart-wrap span {
    background: none repeat scroll 0 0 #8072fc;
    border-radius: 35px;
    display: block;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    width: 22px;
    height: 22px;
    position: absolute;
    top: -8px;
    left: 100%;
    box-shadow: 0px 5px 12px rgba(0,0,0,0.2);
    margin-left: -10px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	animation: .6s ease-in-out .12s normal both 1 bounce_in_animation;
    -webkit-animation: .6s ease-in-out .12s normal both 1 bounce_in_animation;
}
@keyframes bounce_in_animation {
    0% {
        transform: scale(0,0);
    }

    20% {
        transform: scale(1.4,1.4);
    }

    50% {
        transform: scale(0.8,0.8);
    }

    85% {
        transform: scale(1.1,1.1);
    }

    100% {
        transform: scale(1,1);
    }
}

@-webkit-keyframes bounce_in_animation {
    0% {
        -webkit-transform: scale(0,0)
    }

    20% {
        -webkit-transform: scale(1.4,1.4)
    }

    50% {
        -webkit-transform: scale(0.8,0.8)
    }

    85% {
        -webkit-transform: scale(1.1,1.1)
    }

    100% {
        -webkit-transform: scale(1,1)
    }
}
/*Cart icon style*/
/*Mini Cart Listing*/
.header-extra-icons .mini-cart-icon .widget.woocommerce.widget_shopping_cart .widgettitle {
    display: none;
}
.header-extra-icons .mini-cart-icon .widget.woocommerce.widget_shopping_cart {
    position: absolute;
    right: 5px;
    top: 100%;
    z-index: 1000;
    padding: 0px;
	margin-top: 0;
	display: none;
}
.header-extra-icons .mini-cart-icon .widget.woocommerce.widget_shopping_cart.open{
	pointer-events: auto;
}
.header-extra-icons .mini-cart-icon .widget_shopping_cart_content {
    background-color: #fff;
	border-radius: 3px;
    overflow: hidden;
	box-shadow: 0 3px 20px rgba(0,0,0,0.09);
    -webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.09);
	-webkit-transition: all 0.4s cubic-bezier(0.2,.8,.25,1);
	-ms-transition: all 0.4s cubic-bezier(0.2,.8,.25,1);
	transition: all 0.4s cubic-bezier(0.2,.8,.25,1);
}
.header-extra-icons .mini-cart-icon .widget_shopping_cart .cart_list {
    display: block;
    position: relative!important;
    top: 0px!important;
    width: 325px;
    left: auto;
    max-height: 318px;
    overflow-y: auto;
	opacity: 0;
    -ms-transition: all 0.65s cubic-bezier(0.2,.8,.25,1);
    transition: all 0.65s cubic-bezier(0.2,.8,.25,1);
    -webkit-transition: all 0.65s cubic-bezier(0.2,.8,.25,1);
}
.header-extra-icons .mini-cart-icon .widget_shopping_cart.open .cart_list{
    opacity: 1;
}
.header-extra-icons .mini-cart-icon  ul.cart_list, .header-extra-icons .mini-cart-icon  ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0;
	margin-bottom: 15px;
}
.header-extra-icons .mini-cart-icon .widget_shopping_cart .cart_list > li {
	border-bottom: 1px solid rgba(0,0,0,0.07);
}
.header-extra-icons .mini-cart-icon .widget_shopping_cart .cart_list li {
	position: relative;
	float: none;
	list-style: none;
	padding: 14px 20px;
    padding-bottom: 20px;
    padding-top: 20px;
	color: #999;
	text-align: left;
	margin: 0;
	font-size: 12px;
    line-height: 22px;
	align-items: flex-start;
}
.header-extra-icons .mini-cart-icon ul.product_list_widget li img {
    height: auto;
    width: 75px;
    margin-left: 0px;
    margin-right: 15px;
    float: left;
    margin-bottom: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
}
.header-extra-icons .mini-cart-icon.widget_shopping_cart .cart_list a img {
    width: 55px;
    float: left;
    margin-left: 0px!important;
}
.header-extra-icons .mini-cart-icon ul.product_list_widget li img {
    border-radius: 4px;
}
.header-extra-icons .mini-cart-icon .widget_shopping_cart .cart_list li .product-meta a,.header-extra-icons .mini-cart-icon .widget_shopping_cart .cart_list li > a > img {
    -webkit-transition: opacity 0.25s ease, color 0.25s ease;
    transition: opacity 0.25s ease, color 0.25s ease;
}
.header-extra-icons .mini-cart-icon .widget_shopping_cart .cart_list li > a:hover > img {
    opacity: 0.75;
}
.header-extra-icons .mini-cart-icon ul.product_list_widget .product-meta{
    float: right;
    padding-left: 0;
    width: calc(100% - 90px);
}
.header-extra-icons .mini-cart-icon .widget_shopping_cart .cart_list li a.remove {
    top: 0;
    right: 0;
    left: auto;
    position: absolute;
    margin-right: 15px;
    margin-top: 10px;
    font-size: 20px;
    height: 20px;
    line-height: 15px;
    padding: 0;
    transition: all 0.2s linear 0s;
    width: 20px;
    border-radius: 30%;
    text-align: center;
    background: transparent;
    color: #848484 !important;
	-webkit-transition: opacity 0.25s ease, color 0.25s ease;
    transition: opacity 0.25s ease, color 0.25s ease;
}
.header-extra-icons .mini-cart-icon .widget_shopping_cart .cart_list li a.remove:hover {
    opacity: 0.8;
}
.header-extra-icons .mini-cart-icon .widget_shopping_cart .cart_list li .product-meta a {
    display: inline-block;
    transition: 0.2s ease color!important;
}

.header-extra-icons .mini-cart-icon .widget_shopping_cart .cart_list li .product-meta > a {
    line-height: 1.3em;
    margin-bottom: 6px;
    max-width: calc(100% - 26px);
    padding-bottom: 0;
    font-size: 14px;
	color: #848484;
}
.header-extra-icons .mini-cart-icon .widget_shopping_cart .cart_list .product-meta a img {
    display: none;
}
.header-extra-icons .mini-cart-icon .widget_shopping_cart .quantity {
    margin-left: 0px;
    line-height: 14px;
    height: 14px;
    display: block;
    color: rgba(255,255,255,0.8);
}
.header-extra-icons .mini-cart-icon .widget_shopping_cart .quantity, .header-extra-icons .mini-cart-icon .widget_shopping_cart .quantity span {
    font-size: 14px;
	color: #848484;
}
.header-extra-icons .mini-cart-icon .total,.header-extra-icons .mini-cart-icon .total strong {
    text-transform: none;
    letter-spacing: 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}
.header-extra-icons .mini-cart-icon .total{
    clear: both;
    color: #ccc;
    padding: 17px 20px;
}
.header-extra-icons .mini-cart-icon .widget_shopping_cart a.button {
	background-color: #8072fc;
    font-size: 13px;
    display: inline-block;
    padding: 12px 15px;
    width: calc(50% - 7px);
    margin: 0;
    border: 0px;
    color: #fff;
    font-weight: 500;
    border-radius: 4px !important;
    box-shadow: 0px 2px 20px -2px rgba(0, 0, 0, 0.10);
}
.header-extra-icons .mini-cart-icon .widget_shopping_cart a.button.checkout {
    margin-left: 10px;
}
.header-extra-icons .mini-cart-icon .widget_shopping_cart .buttons {
    padding: 3px 20px 20px 20px;
    clear: both;
}
.header-extra-icons .mini-cart-icon .widget_shopping_cart .total{
    border: 0px;
    padding: 0;
    display: block;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 0px;
}
/*Mini Cart Listing*/

/*Call to Action 1*/
.header-extra-icons .call-to-action-1 .outset-action-button {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 10px 15px;
    background: #222;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .2px;
    line-height: 18px;
    color: #fff;
    box-shadow: 0px 6px 15px -4px rgba(0, 0, 0, 0.23);
}
.header-extra-icons .call-to-action-1 .outset-action-button .btn-icon.button-after {
    margin-left: 8px;
	font-size: 16px;
}
.header-extra-icons .call-to-action-1 .outset-action-button .btn-icon.button-before {
    margin-right: 8px;
	font-size: 16px;
}

/*Call to Action 1*/
/*Call to Action 2*/
.header-extra-icons .call-to-action-2 .outset-action-button {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 10px 20px;
    background: transparent;
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .2px;
    line-height: 18px;
    color: #fff;
	border:1px solid #313131;
    box-shadow: 0px 6px 15px -4px rgba(0, 0, 0, 0.23);
}
.header-extra-icons .call-to-action-2 .outset-action-button .btn-icon.button-after {
    margin-left: 8px;
	font-size: 16px;
}
.header-extra-icons .call-to-action-2 .outset-action-button .btn-icon.button-before {
    margin-right: 8px;
	font-size: 16px;
}

/*Call to Action 2*/
/*Music Bar*/
.header-outset-music-toggle{
position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    z-index: 1;
    cursor: pointer;
    background: #ff0202;
    border-radius: 30px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.header-outset-music-toggle.style-1 > div {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 20px;
    height: 20px;
}
.header-outset-music-toggle.style-1 > div > span {
    display: inline-flex;
    margin: 0 1px;
    width: 2px;
    height: 7px;
    background: #fff;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.header-outset-music-toggle.style-1.on span:nth-child(1) {
    -moz-animation: header-bgmusic-bar-style-1 2s 1s ease-out alternate infinite;
    -webkit-animation: header-bgmusic-bar-style-1 2s 1s ease-out alternate infinite;
    animation: header-bgmusic-bar-style-1 2s 1s ease-out alternate infinite
}

.header-outset-music-toggle.style-1.on span:nth-child(2) {
    -moz-animation: header-bgmusic-bar-style-1 2s 0.5s ease-out alternate infinite;
    -webkit-animation: header-bgmusic-bar-style-1 2s 0.5s ease-out alternate infinite;
    animation: header-bgmusic-bar-style-1 2s 0.5s ease-out alternate infinite
}

.header-outset-music-toggle.style-1.on span:nth-child(3) {
    -moz-animation: header-bgmusic-bar-style-1 2s 1.5s ease-out alternate infinite;
    -webkit-animation: header-bgmusic-bar-style-1 2s 1.5s ease-out alternate infinite;
    animation: header-bgmusic-bar-style-1 2s 1.5s ease-out alternate infinite
}

.header-outset-music-toggle.style-1.on span:nth-child(4) {
    -moz-animation: header-bgmusic-bar-style-1 2s 0.25s ease-out alternate infinite;
    -webkit-animation: header-bgmusic-bar-style-1 2s 0.25s ease-out alternate infinite;
    animation: header-bgmusic-bar-style-1 2s 0.25s ease-out alternate infinite
}

.header-outset-music-toggle.style-1.on span:nth-child(5) {
    -moz-animation: header-bgmusic-bar-style-1 2s 0.75s ease-out alternate infinite;
    -webkit-animation: header-bgmusic-bar-style-1 2s 0.75s ease-out alternate infinite;
    animation: header-bgmusic-bar-style-1 2s 0.75s ease-out alternate infinite
}
.header-outset-music-toggle.style-1:hover,.header-outset-music-toggle.style-1.on {
    background: #ff0202;
}
@-moz-keyframes header-bgmusic-bar-style-1 {
    0% {  height: 6px  }
    10% {  height: 10px  }
    20% {   height: 6px  }
    30% {   height: 14px  }
    40% {  height: 18px }
    50% {   height: 6px  }
    60% {   height: 16px  }
    70% {   height: 10px  }
    80% {   height: 12px  }
	90% {   height: 4px  }
    100% {  height: 18px }
}

@-webkit-keyframes header-bgmusic-bar-style-1 {
    0% {   height: 6px  }
	10% {  height: 10px }
    20% {  height: 6px }
    30% {  height: 14px }
    40% {  height: 18px }
    50% {  height: 6px }
    60% {  height: 16px }
    70% {  height: 10px }
    80% {  height: 12px }
    90% {  height: 4px }
    100% { height: 18px }
}

@keyframes header-bgmusic-bar-style-1 {
    0% {  height: 6px  }
    10% {    height: 10px  }
    20% {    height: 6px  }
    30% {    height: 14px  }
    40% {    height: 18px  }
    50% {    height: 6px  }
    60% {    height: 16px  }
    70% {    height: 10px  }
    80% {    height: 12px }
    90% {    height: 4px }
    100% {   height: 18px  }
}
.header-outset-music-toggle.style-2{
	background:transparent;
	width:auto;
	height:auto;
}
.header-outset-music-toggle.style-2 >div {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 22px;
    height: 22px;
    overflow: hidden;
	margin: 0 auto;
}
.header-outset-music-toggle.style-2 span{
	width: 2px;
    height: 100%;
	opacity: 1;
    background: #212121;
	 -webkit-animation-timing-function: east-out;
    animation-timing-function: east-out;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
	-webkit-transition: background .5s;
	-moz-transition: background .5s;
	-o-transition: background .5s;
	-ms-transition: background .5s;
    transition: background .5s;
}
.header-outset-music-toggle.style-2.on span{
    -webkit-animation-name: header-bgmusic-bar-style-2;
    animation-name: header-bgmusic-bar-style-2;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-animation-timing-function: cubic-bezier(.455,.03,.515,.955);
    animation-timing-function: cubic-bezier(.455,.03,.515,.955);
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
.header-outset-music-toggle.style-2:not(.on) span {
    height: 10px;
}
.header-outset-music-toggle.style-2 span:first-child {
    -webkit-animation-duration: .468s;
    animation-duration: .468s
}

.header-outset-music-toggle.style-2 span:nth-child(2) {
    -webkit-animation-duration: .489s;
    animation-duration: .489s
}

.header-outset-music-toggle.style-2 span:nth-child(3) {
    -webkit-animation-duration: .405s;
    animation-duration: .405s
}

.header-outset-music-toggle.style-2 span:nth-child(4) {
    -webkit-animation-duration: .412s;
    animation-duration: .412s
}

.header-outset-music-toggle.style-2 span:nth-child(5) {
    -webkit-animation-duration: .421s;
    animation-duration: .421s
}

.header-outset-music-toggle.style-2:before {
    content: "Off";
    z-index: 1;
    position: absolute;
    top: 17px;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    font-size: 9px;
    font-weight: 500;
    color: #313131;
    letter-spacing: .075em;
    text-align: center;
    text-transform: uppercase;
	-webkit-transition:  opacity .5s .2s,color .5s;
	-moz-transition:  opacity .5s .2s,color .5s;
	-o-transition:  opacity .5s .2s,color .5s;
	-ms-transition:  opacity .5s .2s,color .5s;
    transition: opacity .5s .2s,color .5s;
}
.header-outset-music-toggle.style-2:not(.on):before{
	opacity:1;
}
@-webkit-keyframes header-bgmusic-bar-style-2 {
    0% {
        opacity: .8;
        -webkit-transform: translateY(87%);
        transform: translateY(87%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes header-bgmusic-bar-style-2 {
    0% {
        opacity: .8;
        -webkit-transform: translateY(87%);
        transform: translateY(87%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
/*Music Bar*/

/* Extra Meta Content Icons*/
@media (min-width:992px){
	.header-extra-icons ul.icons-content-list .header-extra-icons-hidden-desktop{
		display:none;
	}
}
@media (max-width:991px) and (min-width:601px){
	.header-extra-icons ul.icons-content-list .header-extra-icons-hidden-tablet{
		display:none;
	}
}
@media (max-width:782px){
	.admin-bar #theoutset-header-elementor.header-sticky.fixed-sticky .header-sticky-menu {
		top: 45px;
	}	
}
@media (max-width:600px){
	.header-extra-icons ul.icons-content-list .header-extra-icons-hidden-mobile{
		display:none;
	}
}