/* =Mobile Menu
---------------------------------------------------------------------- */

input[type="search"], #header input[type="text"] {
	-webkit-appearance: none;
	border-radius: 0;
}

#mobile-menu, #mobile-screen, #mobile-header {
	display: none;
}
#mobile-menu {
	background: #ffffff;
	right: -42%;
	width: 42%;
	overflow: auto;
	transform: translatez(0);
	-o-transform: translatez(0);
	-ms-transform: translatez(0);
	-moz-transform: translatez(0);
	-webkit-transform: translatez(0);
}
#mobile-screen {
	background: rgba(0,0,0,0.5);
	left: 0;
	width: 58%;
	height: 100%;
}
#mobile-screen, #mobile-menu {
	position: relative;
	z-index: 50000;
	display: none;
	float: right;
}
#mobile-header {
	width: 100%;
	background: #F0F2F3;
	float: left;
}
#mobile-socials {
	float: left;
	width: 100%;
	padding: 0.7% 0;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	background: #F0F2F3;
	position: relative;
	z-index: 10;
}
#mobile-socials > div {
	display: table;
	margin: 0 auto;
}
#mobile-logo {
	text-decoration: none;
}
#mobile-logo img {
	float: left;
	width: 32px;
	padding: 12px;
}
#mobile-title {
	float: left;
	font-size: 19px;
	line-height: 165%;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 13px 0 0 0;
}
#mobile-title-1 {
	color: #24b3df;
	font-weight: 700;
}
#mobile-title-2 {
	color: #3d1868;
	font-weight: 700;
}
#mobile-title-3 {
	color: #242424;
	font-weight: 200;
}
#mobile-header-icon {
	font-size: 40px;
	color: #999999;
	cursor: pointer;
	float: right;
	margin-top: 7px;
}
#mobile-header-icon:before {
	padding: 6px;
}
#mobile-menu-wrapper ul {
	margin: 0px;
	float: left;
	width: 100%;
}
#mobile-menu-wrapper li {
	margin: 0px;
	float: left;
	width: 100%;
}
#mobile-menu-wrapper li.menu-item-has-children > a:before {
	content: 'c';
	font-family: 'proto2'!important;
	font-style: normal!important;
	font-weight: normal!important;
	font-variant: normal!important;
	text-transform: none!important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: -14%;
	width: 20%px;
	float: left;
	font-size: 21px;
	color: #b3b3b3;
	transition: 0.1s transform;
	-ms-transition: 0.1s -ms-transform;
	-webkit-transition: 0.1s -webkit-transform;
}
#mobile-menu-wrapper li.men