/*******************************************************************************************************
** LAYOUT INFERIORE 1023
*/
@media only screen and (max-width: 1023px) {
	#desktop-header-menu{display: none;}
	#responsive-header-menu{display: block;}
	.main-header-outer-box {
		margin: 7px 0 12px 0;
	}
	.header-logo-box img{
		width: 130px;
		padding-left: 15px;
	}

	.header-mobile-menu-burger-box{
		text-align: right;
		padding-right: 15px;
		float: right;
	}
	.header-mobile-menu-burger-image{
		margin-top: 7px;
		display: block;
	}
	.header-mobile-menu-close-image{
		margin-top: 5px;
		display: none;
	}
	.mobile-menu-outer-box{
		width: 100%;
		min-height: 100px;
		background-color: #ffffff;
		position: absolute;
		top: 47px;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 101;
		display: none;
	}
	.header-menu-box{
		padding: 0 15px;
	}
	.header-menu-ul{
		margin: 30px 0 0 0 ;
		padding: 0;
		list-style: none;
	}
	.header-menu-li{
		list-style: none;
		display: block;
		padding: 15px 0px;
		text-align: left;
		border-bottom: 1px solid #3E464D;
	}

	.header-menu-ul li:last-child{
		border-bottom: none;
	}

	.header-menu-li a{
		font-size: 14px;
		color: #3E464D;
		font-weight: 700;
		text-transform: uppercase;
	}
	.header-menu-li a:hover{
		color: #EA8128;
	}

	.header-fixed{
		width: 100%;
		display: inline-block;
		height: 50px;
		position: fixed;
		left: 0;
		right: 0;
		margin: auto;
		top: 0;
		background-color: #ffffff;
		z-index: 101;
		-webkit-box-shadow: 0 4px 6px -6px #3E464D;
		-moz-box-shadow: 0 4px 6px -6px #3E464D;
		box-shadow: 0 4px 6px -6px #3E464D;
	}

	.slider-bg-box{
		height: 91.5vh;
	}
}		