/* CSS Document */

@media only screen and (min-width: 1024px) {

	.arx_header_mobile_version {

		display:none !important;

	}

	.arx_header_desktop_version {

		display:block !important;

	}



}



@media only screen and (max-width: 1024px) {

	.arx_header_mobile_version {

		display:block !important;

	}

	.arx_header_desktop_version {

		display:none !important;

	}



}




#arx_mobile_menu {

		overflow-y: scroll!important;

		-webkit-transition: all 0.5s 0s ease, all 0.5s 0s ease;

		-moz-transition: all 0.5s 0s ease, all 0.5s 0s ease;

		-o-transition: all 0.5s 0s ease, all 0.5s 0s ease;

		transition: all 0.5s 0s ease, all 0.5s 0s ease;

		left:-100vw;

	}
#arx_header_mobile {
	-webkit-transition: all 0.5s 0s ease;
-moz-transition: all 0.5s 0s ease;
-o-transition: all 0.5s 0s ease;
transition: all 0.5s 0s ease;
}
/*
#arx_header_mobile.negative_top {
	top:-200px;	
}
*/
/*
#arx_header_mobile.sticky {
	position:fixed;
	top:0px;
	width:100vw;
	background-color: #008DCB !important;
	background: rgb(33,169,229);
	background: linear-gradient(176deg, rgba(33,169,229,1) 0%, rgba(1,234,254,1) 100%);
	
}
*/
	#arx_mobile_menu.visible {

		left:0px !important;	

	}



#arx_mobile_menu .menu a {


	font-size:18px;

		color:#000;

}



#arx_mobile_menu .menu li {

	border-bottom:dotted 0px rgba(0,0,0,0.4) !important;
list-style: none !important;
	padding-bottom:10px !important;

}

#arx_mobile_menu .menu li.arx-menu-item-has-children:before {
	display:block;
	content:'+';
	position:absolute;
	right:0px;
	font-size:30px;
	margin-top:-5px !important;
}
#arx_mobile_menu .menu li.arx-menu-item-has-children.opened:before {
	content:'-';
}

#arx_mobile_menu .menu .sub-menu {
	display:none;
	padding-top:15px !important;
	margin-left:0px !important;
	background-color: #F9F9F9 !important;
}

/*
#arx_mobile_menu .menu li.arx-menu-item-has-children.opened .sub-menu {
	display:block;
}
*/


#arx_mobile_menu  .et_pb_widget_area_left {
    border-right: 0px solid rgba(0,0,0,0);
    padding-right: 0px;
}

#arx_mobile_menu   .widget_nav_menu {
	width:100% !important;
}