/*
 *  CSS Arshifa Mega Responsive Menu v1.0
 *
 *  Copyright (c) 2016
 *
 *  Released under - The MIT License (MIT)
 *
 *  Author - Shahnawaz Khan
 *
 *  URL - http://arshifa.com
 *
 */

/* Mult-Level Dropdown Menus Start */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.arshmenu  {
	/*position: relative;*/
	height: 50px;
}
.arshmenu ul {
	list-style: none;
}
.arshmenu > ul {
	margin: 0;
	padding: 0;
	font-family: 'Arial', sans-serif;
	height: 50px;
	padding: 0;
	max-width: 100%;
	margin: 0;
}

.arshmenu > ul > li {
	position: relative;
	float: left;
	list-style-type: none;
	line-height: 92px;
	margin: 0 19.5px;
	border-radius: 0;
	border-bottom: 5px solid #fff;	
}
.arshmenu > ul > li:last-child {
	margin-right: 0px;
}

.arshmenu > ul > li > a {
	display: block;
	padding: 3px 1px 0;
	color: #333333;
	text-decoration: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
	font-size: 24px;
	text-transform: none;
	font-family: 'SuzukiPROHeadline';
	
}
.arshmenu > ul > li span {
	text-transform: lowercase;
}

.arshmenu > ul > li:hover,
.arshmenu > ul > li.active {
	border-bottom: 5px solid #00344d;
}

/* hide dropdown */

.arshmenu > ul > li ul {
	width: 200px;
	height: auto;
	padding: 0px 0px;
	position: absolute;
	top: 100%;
	left: 0px;
	background: #FFFFFF;
	list-style:none;
	border: 1px solid #ECECEC;
	display: none;
	-webkit-box-shadow: 1px 1px 0px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 0px 0 rgba(0,0,0,0.1);
	box-shadow: 1px 1px 0px 0 rgba(0,0,0,0.1);
	z-index:99999;
}
.arshmenu > ul > li > ul {
	width: 100%;
	min-width: 200px;
}
.arshmenu > ul > li:last-child > ul {
	left: inherit;
	right: 0px;
}
.arshmenu > ul > li > ul li {
	line-height: 18px;
	padding: 8px 10px;
	position: relative;
	border-bottom: 1px solid #ECECEC;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.arshmenu > ul > li > ul li:last-child {
	border-bottom: 0px;
}
.arshmenu > ul > li li:hover {
	background: #e8e8e8;
}
.arshmenu > ul > li ul li a img {
	max-width: 100%;
}

/* Show dropdown */
.arshmenu > ul > li:hover > ul {
	display: block;
}
.arshmenu > ul > li li:hover > ul {
	display: block;
}


.arshmenu > ul > li > ul li a {
	display: block;
	font-size: 12px;
	color: #494949;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.arshmenu > ul > li > ul ul {
	left: 100%;
	top: 0px;
}
.arshmenu > ul > li.right_dir > ul ul {
	left: inherit;
	right: 100%;
	top: 0px;
}
.arshmenu > ul > li li:hover > a {
	color: #494949;
}
.arshmenu > ul > li.submenu {
	/*background-image: url('../images/arrow-down.png');
	background-repeat: no-repeat;
	background-position: 90%;
	padding-right: 20px;*/
}
.arshmenu > ul > li ul li.multimenu {
	background-image: url('../images/arrow-right.png');
	background-repeat: no-repeat;
	background-position: 95%;
	padding-right: 20px;
}

.arshmenu .arshmenu_toggle {
    display: none;
    height: 57px;
    position: absolute;
    right: 0px;
    text-align: right;
    top: 0px;
    width: 57px;
    background: #fff url('../images/toggle_navclose.png') 17px 20px no-repeat;
    color: #fff;
	cursor: pointer;
	border-left: 1px solid #00344d;
}
.arshmenu .arshmenu_toggle.menuclose {
	background-color: #fff;
	background-position: 17px -20px;
}
.arshmenu span[class^="active_down_arrow"] {
    /*background-color: rgba(0, 0, 0, 1);*/
    background: url('../images/plus-icon.png') center center;
    /*background-position: 6px 10px*/
    background-repeat: no-repeat;
    cursor: pointer;
    display: none;
    float: right;
    height: 35px;
    position: absolute;
    right: 5px;
    top: 1.5px;
    width: 35px;
    z-index: 999;
}
.arshmenu span[class^="active_down_arrow"].active {
	/*background-position: 6px -35px;*/
	background: url('../images/minus.png') no-repeat center center;
}

/* Full Width menu Start */
.arshmenu > ul > li.fullWidth {
	position: static;
}
.arshmenu > ul > li.fullWidth div.fullWidth_container {
	left: 0px;
	top:100%;
	width: 100%;
	position: absolute;
	display:none;
	background: #00344d;
	background: rgba(0,52,77,0.8);
	-webkit-box-shadow: 1px 1px 0px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 0px 0 rgba(0,0,0,0.1);
	box-shadow: 1px 1px 0px 0 rgba(0,0,0,0.1);
	z-index:99999;
	padding: 30px 0;
}
.arshmenu > ul > li.fullWidth:hover > div.fullWidth_container {
	display: block !important;
	
}
.arshmenu > ul > li div.fullWidth_container ul {
	position: static;
	display: block !important;
	width: 80%;
	border: 0px;
	-webkit-box-shadow: 0px 0px 0px 0 rgba(0,0,0,0);
	-webkit-box-shadow: 0px 0px 0px 0 rgba(0,0,0,0);
	box-shadow: 0px 0px 0px 0 rgba(0,0,0,0);
	background: transparent;
	margin: 0 auto;
}
.arshmenu > ul > li div.fullWidth_container > ul > li.fullWidth_section {
	float: left;
    vertical-align: top;
	/*background: #F7F7F7;
	border-right: 1px solid #ECECEC;
	border-left: 1px solid #ECECEC;*/
}
.arshmenu > ul > li div.fullWidth_container > ul > li:last-child.fullWidth_section {
	border-right: 0px;
}
.arshmenu > ul > li div.fullWidth_container > ul > li:nth-child(2n+2).fullWidth_section {
	/*background: #fff*/
	border-right: 0px solid #ECECEC;
	border-left: 0px solid #ECECEC;
}
.arshmenu > ul > li div.fullWidth_container > ul > li > ul {
	padding: 0px;
	width: initial;
	background: none;
	border-left: 1px solid #809aa6;
}
.arshmenu > ul > li div.fullWidth_container > ul > li:first-child.fullWidth_section > ul {
	border-left: 0px solid #809aa6;
}
.arshmenu > ul > li div.fullWidth_container > ul > li:last-child > ul {
	border-right: 0px;
}
.arshmenu > ul > li div.fullWidth_container > ul > li > ul ul {
	margin-bottom: 10px;
	margin-top: 1px;
	background: none;
}
.arshmenu > ul > li div.fullWidth_container > ul > li > ul ul ul {
	margin-left: 10px;
	width: inherit;
}
.arshmenu > ul > li div.fullWidth_container > ul > li > ul ul ul li {
	border-left: 2px solid #e8e8e8;
	margin-bottom: 2px;
}
.arshmenu > ul > li div.fullWidth_container > ul > li > ul li {
	line-height: 18px;
	padding: 0px;
	position: relative;
	border-bottom: 1px solid #505050;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	border: 0px;
	background: none;
	margin-bottom: 2px;
}

.arshmenu > ul > li div.fullWidth_container > ul > li > ul li a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 4px 6px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	font-family: 'SuzukiPROHeadline';
	text-align: center;
}
.arshmenu > ul > li div.fullWidth_container > ul > li > ul > li > a {
	font-weight: bold;
	font-size: 24px;
}
.arshmenu > ul > li div.fullWidth_container > ul > li > ul > li > ul ul li a {
	font-size: 12px;
}
.arshmenu > ul > li div.fullWidth_container > ul > li > ul li a:hover {
	background: none;
	color:#d7d7d7;
	
}
.arshmenu > ul > li div.fullWidth_container > ul > li:hover {
	background: none;
}

/* code for responsive menus Start */
.responsive-menus .arshmenu_toggle {
	display: block;
}
.responsive-menus.arshmenu {
	background: none;
	height: auto;
}
.responsive-menus.arshmenu > ul  {
	display: none;
	position: fixed;
	top: 58px;
	right: 0px;
	width:100%;
	height: auto;
	max-height: 82%;
	margin-bottom: 10px;
	z-index:99999;
	padding: 2px;
	-webkit-box-shadow: 0 0 2px 2px rgba(3,3,3,0.3);
	-moz-box-shadow: 0 0 2px 2px rgba(3,3,3,0.3);
	box-shadow: 0 0 2px 2px rgba(3,3,3,0.3);
	overflow: auto;
	background: #00344d;
	background: rgba(0,52,77,0.8);
}
.responsive-menus.arshmenu > ul > li {
	float: none;
	display: block;
	line-height: inherit;
	border-radius: 0px;
	margin-bottom: 2px;
	position: relative;
	border-bottom: 0px;
	margin-left: 0px;
	border-bottom: 1px solid #00344d;
}
.responsive-menus.arshmenu > ul > li:last-child {
	border: 0px;
}
.responsive-menus.arshmenu > ul > li:last-child {
	margin-bottom: 0px;
}
.responsive-menus.arshmenu > ul > li > a {
	padding: 10px 10px;
	font-family: 'SuzukiPROHeadline';
	color: #fff;
}
.responsive-menus.arshmenu > ul > li ul {
	width: inherit;
	position: static;
	top: inherit;
	left:inherit;
	display:none;
	border: 0px;
	-webkit-box-shadow: 0px 0px 0px 0 rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 0px 0 rgba(0,0,0,0);
	box-shadow: 0px 0px 0px 0 rgba(0,0,0,0);
	margin-left: 10px;
	background: transparent;
}
.responsive-menus.arshmenu > ul > li:hover > ul {
	display: none;
}
.responsive-menus.arshmenu > ul > li li:hover > ul {
	display: none;
}
.responsive-menus.arshmenu > ul > li {
	background-image: none;
	padding-right: 0px;
	margin-right: 0px;
}
.responsive-menus.arshmenu > ul > li ul li.multimenu {
	background-image: none;
	padding-right: 0px;
}
.responsive-menus.arshmenu > ul > li > ul li {
	padding: 0px;
	border: 0px;
	border-bottom: 0px solid #00344d;
}
.responsive-menus.arshmenu > ul > li > ul li a {
	padding: 10px 10px;
	display: inline-block;
	font-family: 'SuzukiPROHeadline';
	color: #fff;
}
.responsive-menus.arshmenu > ul > li > ul > li > a {
	font-weight: bold;
	font-size: 14px;
	font-family: 'SuzukiPROHeadline';
}
.responsive-menus.arshmenu > ul li span[class^="active_down_arrow"] {
	display: block;
}
.responsive-menus.arshmenu > ul li a > span.level_arrows {
	display:inline-block;
	margin-right:4px;
	font-weight: normal;
}
.responsive-menus.arshmenu > ul > li li:hover {
	background-color: transparent;
}
	
/* code for responsive menus End */

/* Mult-Level Dropdown Menus End */
