﻿
#cssmenu {
	margin: 0px;
	padding: 0px;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Arial;
}

	#cssmenu ul {
		margin: 0;
		padding: 0;
		border: 0;
		list-style: none;
		line-height: 1;
		display: block;
		position: relative;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

		#cssmenu ul li {
			margin: 0;
			padding: 0;
			border: 0;
			list-style: none;
			line-height: 1;
			display: block;
			position: relative;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}

			#cssmenu ul li a {
				margin: 0;
				padding: 0;
				border: 0;
				list-style: none;
				line-height: 1;
				display: block;
				position: relative;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
			}

	#cssmenu #menu-button {
		margin: 0;
		padding: 0;
		border: 0;
		list-style: none;
		line-height: 1;
		display: block;
		position: relative;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#cssmenu:after, #cssmenu > ul:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}

	#cssmenu > ul > li {
		float: left;
		background-color: #C6E2EE;
		background-image: -moz-linear-gradient(top, #c1e5e5, #C6E2EE 85%, #b9cccc);
		background-image: -o-linear-gradient(#c1e5e5, #C6E2EE 85%, #b9cccc);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c1e5e5), color-stop(85%, #C6E2EE), to(#b9cccc));
		background-image: -webkit-linear-gradient(#c1e5e5, #C6E2EE 85%, #b9cccc);
		background-image: linear-gradient(#c1e5e5, #C6E2EE 85%, #b9cccc);
		background-repeat: no-repeat;
		width: 110px;
		text-align: center;
		margin-right: 1px;
		-moz-border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
	}

		#cssmenu > ul > li.active {
			background: #558790;
		}

			#cssmenu > ul > li.active a {
				color: white;
			}

				#cssmenu > ul > li.active a i {
					color: white;
				}

			#cssmenu > ul > li.active:hover {
				background: #5ba4b1;
			}

		#cssmenu > ul > li:hover {
			background: #5ba4b1;
		}

		#cssmenu > ul > li > a i {
			color: #2f676b;
			text-align: center;
			display: block;
			margin-bottom: 5px;
			font-size: 16px;
		}

	#cssmenu.align-center > ul {
		font-size: 0;
		text-align: center;
	}

		#cssmenu.align-center > ul > li {
			display: inline-block;
			float: none;
		}

	#cssmenu.align-center ul ul {
		text-align: left;
	}

	#cssmenu.align-right > ul > li {
		float: right;
	}

	#cssmenu > ul > li > a {
		padding: 15px 4px;
		font-size: 11px;
		text-decoration: none;
		color: #2f676b;
		text-align: center;
		font-weight: 300;
		text-transform: uppercase;
	}

	#cssmenu > ul > li:hover > a {
		color: white;
	}

		#cssmenu > ul > li:hover > a i {
			color: white;
		}

	#cssmenu > ul > li.has-sub > a:after {
		position: absolute;
		top: 22px;
		right: 11px;
		width: 8px;
		height: 2px;
		display: block;
		background:#3c7877;
		content: '';
	}

	#cssmenu > ul > li.has-sub > a:before {
		position: absolute;
		top: 19px;
		right: 14px;
		display: block;
		width: 2px;
		height: 8px;
		background:#3c7877;
		content: '';
		-webkit-transition: all .25s ease;
		-moz-transition: all .25s ease;
		-o-transition: all .25s ease;
		transition: all .25s ease;
	}

	#cssmenu > ul > li.has-sub:hover > a:before {
		top: 23px;
		height: 0;
	}

	#cssmenu > ul > li.has-sub:hover > a:after {
		background: white;
	}

	#cssmenu ul ul {
		position: absolute;
		left: -9999px;
		z-index: 10000;
	}

	#cssmenu.align-right ul ul {
		text-align: right;
	}

	#cssmenu ul ul li {
		background: #558790;
		height: 0;
		-webkit-transition: all .25s ease;
		-moz-transition: all .25s ease;
		-o-transition: all .25s ease;
		transition: all .25s ease;
	}

	#cssmenu li:hover > ul {
		left: auto;
	}

	#cssmenu.align-right li:hover > ul {
		left: auto;
		right: 0;
	}

	#cssmenu li:hover > ul > li {
		height: 35px;
	}

		#cssmenu li:hover > ul > li:hover {
			background: #60959f;
		}

	#cssmenu ul ul ul {
		margin-left: 100%;
		top: 0;
	}

	#cssmenu.align-right ul ul ul {
		margin-left: 0;
		margin-right: 100%;
	}

	#cssmenu ul ul ul li {
		background: #428a97;
	}

		#cssmenu ul ul ul li:hover {
			background: #559ca9 !important;
		}

	#cssmenu ul ul li a {
      color: white;
		padding: 11px 15px;
		width: 170px;
		font-size: 12px;
		text-decoration: none;
		font-weight: 400;
		text-align: left;
	}

	#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
		border-bottom: 0;
	}

	#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
		color: white;
	}

	#cssmenu ul ul li.has-sub > a:after {
		position: absolute;
		top: 16px;
		right: 11px;
		width: 8px;
		height: 2px;
		display: block;
		background:white;
		content: '';
	}

	#cssmenu.align-right ul ul li.has-sub > a:after {
		right: auto;
		left: 11px;
	}

	#cssmenu ul ul li.has-sub > a:before {
		position: absolute;
		top: 13px;
		right: 14px;
		display: block;
		width: 2px;
		height: 8px;
		background:  white;
		content: '';
		-webkit-transition: all .25s ease;
		-moz-transition: all .25s ease;
		-o-transition: all .25s ease;
		transition: all .25s ease;
	}

	#cssmenu.align-right ul ul li.has-sub > a:before {
		right: auto;
		left: 14px;
	}

	#cssmenu ul ul > li.has-sub:hover > a:before {
		top: 17px;
		height: 0;
	}

/*@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	#cssmenu {
		width: 100%;
		-moz-border-radius: 2px 2px 0 0;
		-webkit-border-radius: 2px 2px 0 0;
		border-radius: 2px 2px 0 0;
	   background-color: #588f8e;
		background-image: -moz-linear-gradient(top, #588f8e, #72acab 85%, #3c7877);
		background-image: -o-linear-gradient(#588f8e, #72acab 85%, #3c7877);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#588f8e), color-stop(85%, #3c7877), to(#3c7877));
		background-image: -webkit-linear-gradient(#588f8e, #72acab 85%, #3c7877);
		background-image: linear-gradient(#588f8e, #72acab 85%, #3c7877);
		background-repeat: no-repeat;
	}

		#cssmenu ul {
			width: 100%;
			display: none;
		}

		#cssmenu.align-center > ul {
			text-align: left;
		}

		#cssmenu ul li {
			width: 100%;
			border-top: 1px solid #3f828e;
			background: #428a97;
		}

			#cssmenu ul li:hover {
				width: 100%;
				background: #2e6f7a;
			}

		#cssmenu ul ul li {
			height: auto;
			background: #428a97;
		}

		#cssmenu li:hover > ul > li {
			height: auto;
			background: #2e6f7a;
		}

			#cssmenu ul ul li:hover, #cssmenu li:hover > ul > li:hover {
				height: auto;
			   background: #2e6f7a;
			}

		#cssmenu ul li a {
			width: 100%;
			border-bottom: 0;
			text-align: left;
			color: #e7f2f2;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
			border-radius: 0;
			padding: 15px;
		}

		#cssmenu ul ul {
			position: relative;
			left: 0;
			width: 100%;
			margin: 0;
			text-align: left;
		}

			#cssmenu ul ul li a {
				width: 100%;
				border-bottom: 0;
				text-align: left;
				color: #e7f2f2;
				-moz-border-radius: 0;
				-webkit-border-radius: 0;
				border-radius: 0;
				padding: 15px;
				padding-left: 25px;
			}

		#cssmenu ul ul ul li {
				border-top: 1px solid #2e6f7a;
				background: #4f8089;
			}

				#cssmenu ul ul ul li:hover {
					border-top: 1px solid #2e6f7a;
					background: #4f8089 !important;
				}
				#cssmenu ul ul ul li a {
					padding-left: 35px;
				}


			#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
				color: white;
			}

			#cssmenu ul ul ul {
				position: relative;
				left: 0;
				width: 100%;
				margin: 0;
				text-align: left;
			}

		#cssmenu > ul > li {
			float: none;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
			border-radius: 0;
		}

			#cssmenu > ul > li > a i {
				color: #e7f2f2;
				text-align: center;
				display: inline;
				margin-right: 5px;
				font-size: 16px;
			}

		#cssmenu.align-right ul ul {
			position: relative;
			left: 0;
			width: 100%;
			margin: 0;
			text-align: left;
		}

		#cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before {
			display: none;
		}

		#cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
			display: none;
		}

		#cssmenu #menu-button {
			display: block;
			padding: 20px 17px;
			color: white;
			cursor: pointer;
			font-size: 12px;
			text-transform: uppercase;
			font-weight: 700;
		}

			#cssmenu #menu-button:after {
				position: absolute;
				top: 22px;
				right: 17px;
				display: block;
				height: 4px;
				width: 20px;
				border-top: 2px solid white;
				border-bottom: 2px solid white;
				content: '';
				-webkit-box-sizing: initial;
				-moz-box-sizing: initial;
				box-sizing: initial;
			}

			#cssmenu #menu-button:before {
				position: absolute;
				top: 16px;
				right: 17px;
				display: block;
				height: 2px;
				width: 20px;
				background: white;
				content: '';
			}

			#cssmenu #menu-button.menu-opened:after {
				top: 23px;
				border: 0;
				height: 2px;
				width: 15px;
				background: white;
				-webkit-transform: rotate(45deg);
				-moz-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				-o-transform: rotate(45deg);
				transform: rotate(45deg);
			}

			#cssmenu #menu-button.menu-opened:before {
				top: 23px;
				background: white;
				width: 15px;
				-webkit-transform: rotate(-45deg);
				-moz-transform: rotate(-45deg);
				-ms-transform: rotate(-45deg);
				-o-transform: rotate(-45deg);
				transform: rotate(-45deg);
			}

		#cssmenu .submenu-button {
			position: absolute;
			z-index: 99;
			right: 0;
			top: 0;
			display: block;
			border-left: 1px solid #58878f;
			height: 46px;
			width: 46px;
			cursor: pointer;
		}

		#cssmenu ul .submenu-button.submenu-opened {
			background: #4f8089;
		}

		#cssmenu ul ul .submenu-button {
			height: 42px;
			width: 42px;
		}

			#cssmenu ul ul .submenu-button.submenu-opened {
				background: #4f8089;
			}

		#cssmenu .submenu-button:after {
			position: absolute;
			top: 22px;
			right: 19px;
			width: 8px;
			height: 2px;
			display: block;
			background: white;
			content: '';
		}

		#cssmenu ul ul .submenu-button:after {
			top: 20px;
			right: 16px;
		}

		#cssmenu .submenu-button.submenu-opened:after {
			background: white;
		}

		#cssmenu .submenu-button:before {
			position: absolute;
			top: 19px;
			right: 22px;
			display: block;
			width: 2px;
			height: 8px;
			background: white;
			content: '';
		}

		#cssmenu ul ul .submenu-button:before {
			top: 17px;
			right: 19px;
		}

		#cssmenu .submenu-button.submenu-opened:before {
			display: none;
		}
}*/
