@media all and (min-width: 800px) {

nav, #menu-fixed {
	background-color: rgba(237,28,43,0.9); /* --- Select menu background color --- */
	width: 100%;
	height: 116px;
	position:relative;
	z-index:999;
	border-bottom:10px solid rgba(0,0,0,0.8);
	padding:0 20px;
}

nav ul, #menu-fixed ul {
	width:100%;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto; 
	list-style-type: none;
	
}
		
nav ul li, #menu-fixed ul li{
	float: left;
	text-transform: uppercase;
	height:100%;
	position:relative;
	padding-right:40px;
}

nav ul li.right, #menu-fixed ul li.right{float:right;padding:10px 20px 7px 20px;height:auto;background:white;margin-top:30px;}

#menu-fixed ul li.right{float:right;padding:0 10px 0 10px;height:auto;background:white;margin-top:7px;}

#first{
	-webkit-border-top-left-radius:15px;-webkit-border-bottom-left-radius:15px;
	-moz-border-radius-topleft:15px;-moz-border-radius-bottomleft:15px;
	border-top-left-radius:15px;border-bottom-left-radius:15px;
}

#menu-fixed #first{
	-webkit-border-top-left-radius:7px;-webkit-border-bottom-left-radius:7px;
	-moz-border-radius-topleft:7px;-moz-border-radius-bottomleft:7px;
	border-top-left-radius:7px;border-bottom-left-radius:7px;
}

#second{
	-webkit-border-top-right-radius:15px;-webkit-border-bottom-right-radius:15px;
	-moz-border-radius-topright:15px;-moz-border-radius-bottomright:15px;
	border-top-right-radius:15px;border-bottom-right-radius:15px;
}

#menu-fixed #second{
	-webkit-border-top-right-radius:7px;-webkit-border-bottom-right-radius:7px;
	-moz-border-radius-topright:7px;-moz-border-radius-bottomright:7px;
	border-top-right-radius:7px;border-bottom-right-radius:7px;
}

#menu-fixed li img{height:15px;width:auto;margin-top:4px;}

nav ul li a, #menu-fixed ul li a {
	color: white; /* --- Select color for menu text --- */
	display:block;
	font-size: 14px;
	line-height: 106px;
	text-align:center;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;	
	font-family:days, sans-serif;
}

.dropdown a{padding-right:20px;background:url(../images/down-arrow.png) no-repeat right center;}

.dropdown a:hover{background:url(../images/down-arrow-hover.png) no-repeat right center;}

.dropdown ul li a{padding-right:0;background:none;}

.dropdown ul li a:hover{background:none;}

nav ul li.right a, #menu-fixed ul li.right a{line-height:25px;color:#ec303d;font-size:13px;float:right;padding-left:15px;}

#menu-fixed ul li.right a{font-size:12px;padding-left:10px;}

nav ul li a:hover, #menu-fixed ul li a:hover{color:#322f31;}

nav ul li:hover > ul, #menu-fixed ul li:hover > ul {
	display: block;
}

nav ul li ul, #menu-fixed ul li ul{
	background-color:#ec303d; /* Select drop down menu colour */
	display:none;
	position:absolute;
	width:auto;
	left:-5px;
	top:75px;
	height:auto;
	width:160px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#menu-fixed ul li ul{top:100%;}

nav ul li ul li, #menu-fixed ul li ul li {
	border-top: 1px solid #ed1c24; /* Select  border color for drop down menu */
	width: 100%;
	border-right:none;
	padding:0 15px;
}

nav ul li ul li a, #menu-fixed ul li ul li a {
	height:39px;
	font-size: 11px;
	line-height:40px;
	padding-bottom:1px;
	font-weight:normal;
	text-align:left;
}				

nav ul li ul li:last-child a:hover, #menu-fixed ul li ul li:last-child a:hover {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#menu-fixed{
	height:50px;
	position:fixed;
	top:-50px;
	z-index:999;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;	
}

#menu-fixed ul li a {line-height:40px;}


.menu-tag{
	display:none;
}

}

@media all and (min-width: 800px) and (max-width: 960px) {
		
nav ul li{
	float: left;
	text-transform: uppercase;
	height:100%;
	position:relative;
	padding-right:20px;
}

nav ul li.right{float:right;padding:10px 10px 7px 10px;height:auto;background:white;margin-top:30px;}

nav ul li a{
	color: white; /* --- Select color for menu text --- */
	display:block;
	font-size: 13px;
	line-height: 106px;
	text-align:center;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;	
	font-family:days, sans-serif;
}

nav ul li.right a{line-height:25px;color:#ec303d;font-size:12px;float:right;padding-left:10px;}

#menu-fixed ul li a{font-size:12px;}

#menu-fixed ul li {padding-right:20px}

nav ul li:hover > ul, #menu-fixed ul li:hover > ul {
	display: block;
}

nav ul li ul, #menu-fixed ul li ul{
	background-color:#0072bc; /* Select drop down menu colour */
	display:none;
	position:absolute;
	width:auto;
	left:-1px;
	right:-1px;
	margin-top:-1px;
	top:100%;
	height:auto;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

nav ul li ul li, #menu-fixed ul li ul li {
	border-top: 1px solid #00548f; /* Select  border color for drop down menu */
	width: 100%;
	border-right:none;
	height: 40px;
}

nav ul li ul li a, #menu-fixed ul li ul li a {
	height:39px;
	font-size: 11px;
	line-height:40px;
	padding-bottom:1px;
	font-weight:normal;
}				

nav ul li ul li:last-child a:hover, #menu-fixed ul li ul li:last-child a:hover {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}


#menu-fixed ul li a {line-height:40px;}


.menu-tag{
	display:none;
}

}

@media all and (max-width: 800px) {
	
#menu-fixed{
	display:none;
}	
	
.navigation{
	clear:both;
	/*border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;*/
	overflow:hidden;
	background:#ed1b24;
	position:relative;
}

.menu-tag{
	position:absolute;
	top:0;
	left:15px;
	height:50px;
	line-height:50px;
	color:white;
	display:block;
	font-size:14px;
	text-transform:uppercase;
	font-family:days, sans-serif;
}

a.meanmenu-reveal {
	display: none;
}

.mean-container .mean-bar {
	width: 100%;
	position: relative;
	padding: 1px 0;
	min-height: 40px;
	z-index: 100;
	text-align:right;
}

.mean-container a.meanmenu-reveal {
	width: 100%;
	height: 25px;
	padding: 10px 0 11px 0;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-weight: 700;
	text-align:right;
	text-align:right;
}

.mean-container a.meanmenu-reveal span{
	display: block;
	background: #fff;
	height: 3px;
	width:25px;
	margin-top: 5px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	float:right;
	clear:both;
	margin-right:15px;
}

.mean-container a.meanmenu-reveal div{
	float:right;
	width:25px;
	padding-right:15px;
	padding-top:2px;
}

.mean-container .mean-nav {
	width: 100%;
	background: #ed1b24;
	margin-top: 48px;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
	border-radius:7px;
}

.mean-container .mean-nav ul li {
	position: relative;
	width: 100%;
	border-right:none;
	margin:0;
	height:auto;
	padding:0;
}

.mean-container .mean-nav ul li a {
	display: block;
	width: 100%;
	padding: 0 15px;
	height:40px;
	font-size:12px;
	line-height:40px;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid rgba(255,255,255,0.5);
	text-decoration: none;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mean-container .mean-nav ul li li a {
	width: 100%;
	height:40px;
	line-height:40px;
	padding-left:25px;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255,255,255,0.25);
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
	background: #252525;
	color:white;
	background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
	width: 39px;
	height: 39px;
	line-height:39px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	margin-top:1px;
	padding:0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,0.1);
	border: none !important;
	border-left: 1px solid rgba(255,255,255,0.4) !important;
	
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(255,255,255,0.5);
}

.mean-container .mean-push {
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.mean-remove {
	display: none !important;
}

nav ul li.right{display:none;}

}