/*  MICROTHEMER STYLES  */


/*( Tablet & Phone )*/
@media (max-width: 767px) {

	/*= General =================== */

	/** General >> Show menu button **/
	.show-menu-button {
	visibility: hidden !important;
}


}


/*( Phone )*/
@media (max-width: 480px) {

	/*= General =================== */

	/** General >> Main header container **/
	#main-header .container {
	height: 40px !important;
}

	/** General >> Div:(1) div:(1) **/
	#main-header > div:nth-of-type(1) > div:nth-of-type(1) {
	height: 50px !important;
}

	/** General >> Logo **/
	#logo {
	width: 190% !important;
	max-width: 139% !important;
	height: 200% !important;
	box-sizing: content-box !important;
	position: absolute !important;
	top: -89px !important;
	left: -60px !important;
	right: 10px !important;
	float: left !important;
	clear: left !important;
	visibility: hidden !important;
}

	/** General >> Show menu button **/
	.show-menu-button {
	padding: 0px !important;
	display: none !important;
	overflow: hidden !important;
	overflow-x: hidden !important;
	overflow-y: hidden !important;
	visibility: hidden !important;
}

	/** General >> Main header container _2 **/
	#main-header .container {
	height: 50px !important;
}

	/** General >> Mega toggle block 1 **/
	#mega-toggle-block-1 {
	text-align: right !important;
	text-transform: uppercase !important;
	background-image: linear-gradient(rgb(170, 20, 20), transparent) !important;
	width: 100% !important;
	height: 40px !important;
	box-sizing: content-box !important;
	position: relative !important;
	top: auto !important;
	left: -80px !important;
	float: left !important;
	clear: left !important;
	overflow-y: hidden !important;
	visibility: visible !important;
}

	/** General >> Mega toggle block 1 _2 **/
	#mega-toggle-block-1 {
	background-image: linear-gradient(90deg, rgb(8, 8, 8), transparent) !important;
	width: 500px !important;
	position: absolute !important;
	left: -90px !important;
	float: left !important;
}

	/** General >> Mega menu open **/
	.mega-menu-open {
	position: static !important;
	top: 0 !important;
}

	/** General >> Mega menu wrap div **/
	.mega-menu-wrap div {
	width: 60px !important;
	position: relative !important;
	top: 0px !important;
	left: -30px !important;
	visibility: hidden !important;
}

	/** General >> Mega menu toggle **/
	.mega-menu-toggle {
	width: 340px !important;
	box-sizing: content-box !important;
	position: relative !important;
	top: -20px !important;
	float: left !important;
	clear: left !important;
}

	/** General >> Et navigation div **/
	#et-navigation div {
	font-size: 32px !important;
	line-height: 1.7em !important;
	font-weight: bold !important;
	font-variant: small-caps !important;
	text-decoration: none !important;
	width: 325px !important;
	height: 0 !important;
	box-sizing: content-box !important;
	top: -17px !important;
	left: -1px !important;
	right: 50% !important;
	z-index: 10 !important;
	float: none !important;
	clear: both !important;
	overflow-x: visible !important;
	overflow-y: visible !important;
	visibility: visible !important;
	cursor: default !important;
	opacity: 1 !important;
	content: "\00A3" !important;
}

	/** General >> Mega toggle block 1 _3 **/
	#mega-toggle-block-1 {
	width: 300px !important;
	position: static !important;
	top: -10px !important;
	left: auto !important;
	float: left !important;
	clear: left !important;
}


}

