/**
 * Respnsive Menu
 */


* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
nav {
	width: 100.12%;
	overflow: hidden;
	margin-bottom: 0;
	padding-bottom: 0
}
nav ul {
	list-style: none;
	overflow: hidden;
}
nav li a {
	border-right: 1px solid #fff;
	color: #fff;
	display: block;
	float: left;
	padding: 10px 2px;
	text-align: center;
	vertical-align: central;
	text-decoration: none;
	text-transform: capitalize;
	width: 12.5%;
	/*TRANSISTIONS*/
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	transition: background 0.5s ease;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.4;
	font-weight: 400;
}
/*HOVER*/
nav li a:hover {
	background: #444;
}
/*SMALL*/
nav small {
	font: 100 11px/1 Helvetica, Verdana, Arial, sans-serif;
	text-transform: none;
	color: #aaa;
}
/*BORDER FIX*/
nav li:last-child a {
	border: none;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
nav li:first-child a {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
/*BLUE MENU*/
nav .blue {
	margin-top: 50px;
}
.blue li a {
	background: #007298; /* Old browsers */
	background: -moz-linear-gradient(top, #007298 0%, #004a70 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #007298), color-stop(100%, #004a70)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #007298 0%, #004a70 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #007298 0%, #004a70 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #007298 0%, #004a70 100%); /* IE10+ */
	background: linear-gradient(to bottom, #007298 0%, #004a70 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007298', endColorstr='#004a70', GradientType=0 ); /* IE6-9 */
}
.blue small {
	color: white;
}
.blue li a:visited, .blue li a:active { color:#FFF}

.blue li a:hover {
	background: #3dc18a; /* Old browsers */
	background: -moz-linear-gradient(top, #3dc18a 0%, #00884a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3dc18a), color-stop(100%, #00884a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3dc18a 0%, #00884a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3dc18a 0%, #00884a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3dc18a 0%, #00884a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3dc18a 0%, #00884a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3dc18a', endColorstr='#00884a', GradientType=0 ); /* IE6-9 */
	color: #FFF;
	/*TRANSISTIONS*/
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
/*RED MENU*/

nav .red {
	margin-top: 50px;
}
.red li a {
	background: #5C0002;
}
.red small {
	color: white;
}
.red li a:hover {
	background: #a60306;
}

/* MEDIA QUERIES*/
@media only screen and (max-width : 1220px), only screen and (max-device-width : 1220px) {
nav li a {
	font: 400 10px/1.4 'Cutive', Helvetica, Verdana, Arial, sans-serif;
}
nav small {
	font: 100 10px/1 Helvetica, Verdana, Arial, sans-serif;
}
}
 @media only screen and (max-width : 930px), only screen and (max-device-width : 930px) {

nav {
	width: 100.12%;
	

}
nav li a {
	width: 12.5%;

}
nav li:last-child a, nav li:nth-child(4) a {
}
nav li:nth-child(5) a, nav li:nth-child(6) a, nav li:nth-child(7) a, nav li:nth-child(8) a {
}
.telephone {
	margin-top: 0px
}
}
 @media only screen and (max-width : 580px), only screen and (max-device-width : 580px) {
nav {
	width: 100.12%;
	overflow: hidden;
	margin-bottom: 0;
	padding-bottom: 0
}
nav li a {
	width: 100%;
	font: 400 10px/1.4 'Cutive', Helvetica, Verdana, Arial, sans-serif;
	padding-top: 12px;
	padding-bottom: 12px;
	border-right: none;
	border-bottom: 1px solid #FFF
}
nav li:nth-child(even) a {
	border-right: none;
}
nav li:nth-child(5) a, nav li:nth-child(6) a {
	border-bottom: 1px solid #fff;
}
.telephone {
	margin-top: 0px
}
}
 @media only screen and (max-width : 320px), only screen and (max-device-width : 320px) {
	 nav {
	width: 100.12%;
	overflow: hidden;
	margin-bottom: 0;
	padding-bottom: 0
}
nav li a {
	font: 400 10px/1.4 'Cutive', Helvetica, Verdana, Arial, sans-serif;
}
.telephone {
	margin-top: 0px
}
}
