/* Ace Responsive Menu*/
a {
	text-shadow: none;
	color: #505DF7;
}
ul {
	margin: 0px;
	padding: 0px;
}






/* Set width of menu to auto*/
.ace-responsive-menu {
	list-style: none;
	height: auto;
	/* [disabled]text-align: center; */
	float: left;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	line-height: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-top: 20px;
/*  border-bottom: 3px solid #F8F63D;*/
}
.ace-responsive-menu li{
	list-style: none;
}
.ace-responsive-menu li ul {
	display: none;
}
.ace-responsive-menu > li {
	display: block;
	margin: 0;
	padding: 0;
	border: 0px;
	float: left;
}







/* Sets subs link color*/
.ace-responsive-menu li a {
	color: #000000;
}








/* Sets heights of main menus - let menu div do that*/
/* Set color of main links*/
/* Set size of font*/
/* Sets height of all sub menus - padding works nicely*/
.ace-responsive-menu > li > a {
	display: block;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	border: 0px;
	padding-right: 8px;
	padding-left: 8px;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	height: 50px;
	width: auto;
	padding-top: 5px;
	padding-bottom: 0px;
}
.ace-responsive-menu li a i {
	padding-right: 5px;
	color: #1DD7B7;
}
.ace-responsive-menu > li > a i {
	text-shadow: none;
	color: #CCCCCC;
}
.ace-responsive-menu li ul.sub-menu li a i {
	padding-right: 10px;
	padding-top: 0px;
}







/* Sets main menus bg color*/
.ace-responsive-menu li.menu-active > a {
	background-color: none;
	color: #E30B5D;
}
.ace-responsive-menu li .menu-active {
	position: relative;
	width: 119px;
}
.ace-responsive-menu > li > a > .arrow:before {
	margin-left: 15px;
	display: inline;
	font-size: 77px;
	font-family: FontAwesome;
	height: auto;
	content: " \276F";
	font-weight: 300;
	text-shadow: none;
	width: 10px;
	display: inline-block;
	transform: rotate(90deg);
}
.ace-responsive-menu li ul.sub-menu li > a > .arrow:before {
    content: "\f105" !important;
}
.ace-responsive-menu > li > ul.sub-menu {
	display: none;
	list-style: none;
	clear: both;
	position: absolute;
	z-index: 999;
	width: auto;
	height: auto;
}







/* Sets subs bg color*/
/* Sets subs width*/
.ace-responsive-menu li ul.sub-menu {
	background-color: #E7E7E7;
}
.ace-responsive-menu li ul.sub-menu > li {
	width: 240px;
	height: auto;
}









/* Sets links/text alignment*/
/* Set size of font*/
.ace-responsive-menu li ul.sub-menu li a {
	display: block;
	margin: 0px 0px;
	padding-top: 8px;
	padding-right: 20px;
	padding-left: 15px;
	padding-bottom: 8px;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	background: none;
	text-align: center;
}
.ace-responsive-menu > li > ul.sub-menu > li {
    position: relative;
}
.ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu {
    position: absolute;
    left: 185px;
    top: 0px;
    display: none;
    list-style: none;
}
.ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
    position: absolute;
    left: 185px;
    top: 0px;
    display: none;
    list-style: none;
}
.ace-responsive-menu > li > ul.sub-menu li > a > .arrow:before {
    float: right;
    margin-top: 1px;
    margin-right: 0px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f104";
    font-weight: 300;
    text-shadow: none;
}




/* Menu Toggle Btn
----------------------------------------*/
.menu-toggle {
	display: none;
	width: 80%;
	margin-top: 4px;
	margin-bottom: 4px;
	float: left;
	padding-left: 0px;
	margin-left: 10%;
}
.menu-toggle h3 {
	float: left;
	color: #000000;
	padding-top: 21px;
	padding-left: 20px;
	padding-bottom: 0px;
	font-weight: 300;
	font-size: 20px;
}
.menu-toggle .icon-bar {
	display: block !important;
	width: 22px;
	height: 2px;
	background-color: #FFFFFF !important;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
}
.menu-toggle .icon-bar:hover {
    background-color: #C9D94E !;
}		
.menu-toggle #menu-btn {
	float: left;
	background: #202020;
	border: 1px solid #000000;
	padding: 8px;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 9px;
	margin-left: -30px;
	margin-bottom: 9px;
}
.menu-toggle .hover #menu-btn {
	float: right;
	background: #202020;
	border: 1px solid #188F5D;
	padding: 8px;
	border-radius: 5px;
	cursor: pointer;
	margin: 10px;
}
.hide-menu {
    display: none;
}












/* Responsive Menu Styles
----------------------------------------*/
/*Note: change the max-width as per your requirement and change the same in aceResponsiveMenu({resizeWidth: "768" }) function*/

/*This is the important width to switch to mobile */
@media (min-width:980px) and (max-width:980px){
    
.ace-responsive-menu {
	height: auto;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
}





/*This is the important width to switch to mobile */
/*May have to add 20px or so*/
@media screen and (max-width:1030px){
    .screenwidth {
    }
    ul[data-menu-style="vertical"] , ul[data-menu-style="accordion"],
    ul[data-menu-style="vertical"] li ul.sub-menu {
	width: 100% !important;
    } 
    .ace-responsive-menu {
	float: left;
	width: 100%;
    }
    .ace-responsive-menu > li {
	border-bottom: 1px solid #000000;
	float: none;
	height: auto;
	color: #A8E409;
    }   
    .ace-responsive-menu li a:hover {
	background-color: none !important;
	width: auto;
	color: #E30B5E;
    }


	
		
		
		
		
		
		
		
		
		
		
		
		
	
	
/* colours top border*/
    .ace-responsive-menu > li:first-child {
	border-top: 2px solid #FFFFFF;
    }    
    .ace-responsive-menu > li > a i {
	padding-right: 0px;
	color: #FF5737;
    }
    .ace-responsive-menu > li > a > .arrow:before {
	float: right;
	content: " \276F";
	font-weight: 300;
	text-shadow: none;
	width: 10px;
	display: inline-block;
	transform: rotate(90deg);
    }
    li.menu-active > a > .arrow:before {
    content: " \276F";
    font-weight: 300;
    text-shadow: none;
    width: 10px;
    display: inline-block;
	transform: rotate(90deg);
    }
    .ace-responsive-menu li ul.sub-menu > li {
    width: 100%;
    }
    .ace-responsive-menu li ul.sub-menu li ul.sub-menu li a
    {
	padding-left: 30px;
    }  
    .ace-responsive-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a 
    {
	padding-left: 50px;
    }  
    .ace-responsive-menu > li > ul.sub-menu {
    position: static;
    }
    .ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu {
	position: static;
    }
    .ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
	position: static;
    }
    .ace-responsive-menu li ul.sub-menu li.menu-active > a > .arrow:before {
    content: " \276F";
    font-weight: 300;
    text-shadow: none;
    width: 10px;
    display: inline-block;
	transform: rotate(90deg);
    }
} 
