#menu ul
{
	margin: 0;
	padding: 0;
}

#menu li
{
	display: inline-block;
	position: relative; 
	list-style-type: none;
}

#menu li a
{
	display: inline-block;
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-decoration: none;
}

/* Check Box */
#menu-checkbox
{
	cursor: pointer;
	display: none;
	opacity: 0;
	width: 60px;
	height: 40px;
	position: absolute;
	top: 0;
	z-index: 5;
}

[dir="rtl"] #menu-checkbox { left: 0; }
[dir="ltr"] #menu-checkbox { right: 0; }

/* Icon */
#menu-icon
{
	cursor: pointer;
	display: none;
	width: 60px;
	height: 40px;
	position: absolute;
	top: 0;
	line-height: 50px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

[dir="rtl"] #menu-icon { left: 0; }
[dir="ltr"] #menu-icon { right: 0; }

#menu-icon span
{
	display: inline-block;
	width: 30px;
	height: 4px;
	left: 15px;
	position: absolute;
	background-color: #fff;
	outline: 1px solid transparent;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	transform-origin: 50%;
}

#menu-icon span:nth-child(1) { top: 10px; }
#menu-icon span:nth-child(2) { top: 18px; }
#menu-icon span:nth-child(3) { top: 26px; }

#menu-checkbox:checked ~ #menu-icon span:nth-child(1)
{
	top: 18px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#menu-checkbox:checked ~ #menu-icon span:nth-child(2) { opacity: 0; }

#menu-checkbox:checked ~ #menu-icon span:nth-child(3)
{
	top: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#menu-checkbox:checked ~ #menu-icon span { background-color: #D32F2F; }

#menu-icon:hover span:nth-child(1)
{
	width: 20px;
	top: 19px;
	left: 40px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

#menu-icon:hover span:nth-child(2)
{
	opacity: 1;
	top: 22px;
}

#menu-icon:hover span:nth-child(3)
{
	top: 16px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

#menu-icon:hover span { background-color: #03A9F4; }

@media (max-width: 47.9375em)
{
	#menu-checkbox, #menu-icon { display: inline-block; }

	#menu ul
	{
		width: 100%;
		float: left;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		overflow: hidden;
	}

	#menu .menu
	{
		visibility: hidden;
		opacity: 0;
		height: 0;
		margin-top: 40px;
	}

	#menu-checkbox:checked ~ .menu
	{
		visibility: visible;
		opacity: 1;
		height: auto;
		margin-bottom: 10px;
	}

	#menu li
	{
		width: 100%;
		float: left;
	}

	#menu li a
	{
		width: 90%;
		padding: 0 5%;
		font-size: .8em;
		float: left;
		color: #555;
	}

	#menu .active > a
	{
		color: #333;
		background-color: rgba(0, 0, 0, .02);
	}

	#menu li:hover > a
	{
		color: #000;
		background-color: rgba(0, 0, 0, .05);
	}

	#menu .parent > a:after
	{
		content: "\e90b";
		width: 25px;
		position: absolute;
		top: 0;
		font-family: "Icon FrameWork";
		line-height: 25px;
		text-align: center;
	}

	[dir="rtl"] #menu .parent > a:after { left: 0; }
	[dir="ltr"] #menu .parent > a:after { right: 0; }

	#menu .parent.showing > a
	{
		color: #ddd;
		background-color: rgba(0, 0, 0, .05);
	}

	#menu .parent.showing > a:after { content: "\e907"; }

	#menu .parent ul
	{
		display: none;
		width: 90%;
		padding: 0 5%;
		background-color: rgba(0, 0, 0, .05);
	}

	#menu .parent.showing > ul, #menu .parent.active > ul { display: inline-block; }

	#menu .parent li a
	{
		width: 80%;
		padding: 0 10%;
	}

	#menu .parent .active > a { background-color: transparent; }

	#menu .parent .parent li a
	{
		width: 70%;
		padding: 0 15%;
	}
}

@media (min-width: 48em)
{
	[dir="rtl"] #menu li { float: right; }
	[dir="ltr"] #menu li { float: left; }

	#menu li a
	{
		padding: 0 15px;
		font-size: 1em;
		line-height: 40px;
		color: rgba(255, 255, 255, 1);
	}

	#menu .active > a
	{
		color: rgba(255, 255, 255, 1);
		background-color: rgba(255, 255, 255, .1);
	}

	#menu li:hover a
	{
		color: #fff;
		background-color: rgba(255, 255, 255, .2);
	}

	#menu .menu > li:hover > a
	{
		-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
		box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
	}

	#menu .active:hover > a { color: #fff; }
	[dir="rtl"] #menu .menu > .parent > a { padding-left: 25px; }
	[dir="ltr"] #menu .menu > .parent > a { padding-right: 25px; }

	#menu .menu > .parent > a:after
	{
		content: "\e90b";
		width: 20px;
		position: absolute;
		top: 0;
		font-family: "Icon FrameWork";
		line-height: 40px;
		text-align: center;
	}

	[dir="rtl"] #menu .menu > .parent > a:after { left: 5px; }
	[dir="ltr"] #menu .menu > .parent > a:after { right: 5px; }
	#menu .menu > .parent:hover > a:after { content: "\e907"; }
	#menu .menu > .parent { position: static; }

	#menu .parent img
	{
		width: 200px;
		height: 250px;
		position: absolute;
		top: calc(50% - 125px);
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center center;
		object-position: center center;
	}

	[dir="rtl"] #menu .parent img { left: 0; }
	[dir="ltr"] #menu .parent img { right: 0; }

	#menu .parent ul
	{
		display: none;
		width: 100%;
		min-height: 250px;
		position: absolute;
		top: 50px;
		padding: 5px 0;
		background-color: #fff;
		-webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, .25);
		box-shadow: 0 4px 7px rgba(0, 0, 0, .25);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	[dir="rtl"] #menu .parent ul
	{
		right: 0;
		padding-left: 200px;
	}

	[dir="ltr"] #menu .parent ul
	{
		left: 0;
		padding-right: 200px;
	}

	#menu .parent:hover > ul { display: inline-block; }

	[dir="rtl"] #menu .parent:hover > ul { right: 0; }
	[dir="ltr"] #menu .parent:hover > ul { left: 0; }
	#menu .parent li { width: 100%; }

	#menu .parent li a
	{
		width: 100%;
		height: 40px;
		font-size: 1em;
		line-height: 40px;
		border-bottom: 0;
		color: #111;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		-webkit-white-space: nowrap;
		-moz-white-space: nowrap;
		-ms-white-space: nowrap;
		-o-white-space: nowrap;
		white-space: nowrap;
		overflow: hidden;
	}

	[dir="rtl"] #menu .parent li a { padding-right: 15px; }
	[dir="ltr"] #menu .parent li a { padding-left: 15px; }

	#menu .parent li a:before
	{
		display: inline-block;
		width: 30px;
		position: relative;
		top: 3px;
		font-family: "Icon FrameWork";
		font-size: 1.2em;
		line-height: 30px;
		text-align: center;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}

	[dir="rtl"] #menu .parent li a:before { content: "\e912"; }
	[dir="ltr"] #menu .parent li a:before { content: "\e910"; }

	#menu .parent .parent > a:after
	{
		width: 30px;
		position: absolute;
		top: 0;
		font-family: "Icon FrameWork";
		line-height: 30px;
		text-align: center;
	}

	[dir="rtl"] #menu .parent .parent > a:after { content: "\e912"; left: 5px; }
	[dir="ltr"] #menu .parent .parent > a:after { content: "\e910"; right: 5px; }
	[dir="rtl"] #menu .parent .parent:hover > a:after { content: "\e910"; }
	[dir="ltr"] #menu .parent .parent:hover > a:after { content: "\e912"; }

	#menu .parent .active > a
	{
		color: #ff2f00;
		border-bottom: 0;
	}

	[dir="rtl"] #menu .parent li:hover > a:before
	{
		width: 20px;
		padding-right: 10px;
	}

	[dir="ltr"] #menu .parent li:hover > a:before
	{
		width: 20px;
		padding-left: 10px;
	}

	#menu .parent li:hover > a
	{
		color: #0368ba;
		border-bottom: 0;
	}

	#menu .parent .active:hover > a { color: #0368ba; }

	#menu .parent .parent ul { top: -5px; }
	[dir="rtl"] #menu .parent .parent ul { right: 340px; }
	[dir="ltr"] #menu .parent .parent ul { left: 340px; }
	[dir="rtl"] #menu .parent .parent:hover > ul { right: 240px; }
	[dir="ltr"] #menu .parent .parent:hover > ul { left: 240px; }
}

@media (min-width: 64em)
{
	[dir="rtl"] #menu { padding-left: 27%; }
	[dir="ltr"] #menu { padding-right: 27%; }
	#menu .parent li { width: 25%; }

	#menu .parent ul
	{
		min-height: 274px;
		top: 40px;
	}

	[dir="rtl"] #menu .parent ul { padding-left: 224px; }
	[dir="ltr"] #menu .parent ul { padding-right: 224px; }

	#menu .parent img
	{
		width: 224px;
		height: 274px;
		top: calc(50% - 137px);
	}
}

@media (min-width: 80em)
{
	[dir="rtl"] #menu { padding-left: 21%; }
	[dir="ltr"] #menu { padding-right: 21%; }
	#menu .parent li { width: 20%; }
	#menu .parent ul { min-height: 300px; }
	[dir="rtl"] #menu .parent ul { padding-left: 250px; }
	[dir="ltr"] #menu .parent ul { padding-right: 250px; }

	#menu .parent img
	{
		width: 250px;
		height: 300px;
		top: calc(50% - 150px);
	}
}

@media (min-width: 90em)
{
	[dir="rtl"] #menu { padding-left: 18.5%; }
	[dir="ltr"] #menu { padding-right: 18.5%; }
}