@CHARSET "ISO-8859-1";

/* Added for Private HomePage */
@font-face {
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: 400;
	src: local('PT Sans'), local('PTSans-Regular'),
		url("../images/ptSans.woff") format('woff');
}

@font-face {
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: 700;
	src: local('PT Sans Bold'), local('PTSans-Bold'),
		url("../images/ptSansBold.woff") format('woff');
}

#cssmenu {
	/*background: #e1e0e0 url("../images/menu_bg.jpg") repeat-x left top;*/
	background: #0094cd;
	border-bottom: 2px solid #f7ac3b;
	margin: 0;
	width: auto;
	padding: 0 0 0 0px;
	line-height: 0;
	display: block;
	position: relative;
	font-family: 'PT Sans', sans-serif;
	text-transform: uppercase;

	/*background-color: #faa732;
 *background-color: #f89406;
 background-image: -moz-linear-gradient(top, #fbb450, #f89406);
 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
 background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
 background-image: -o-linear-gradient(top, #fbb450, #f89406);
 background-image: linear-gradient(to bottom, #fbb450, #f89406);
 background-repeat: repeat-x;
 border-color: #f89406 #f89406 #ad6704;
 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/

	/*margin: 0;
	width: 100%;
	padding: 0;
	line-height: 0;
	display: block;
	position: relative;
	font-family: 'PT Sans', sans-serif;
	text-transform:uppercase;
  
	background-color: #f4f5f5; 
	*background-color: #f4f5f5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
	background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
  	border-color: #dfdddd #dfdddd #ccc;
  	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/

	/* 
 text-decoration:none; 
 display:inline-block;
 font-weight:bold; 
 color: #000000;
 text-transform:uppercase;
 background-color: #f4f5f5; background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
 background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
 margin: 0;
  width: auto;
  padding: 0;
  line-height: 0;  
  display: block;
  position: relative;
  font-family: 'PT Sans', sans-serif;*/
}

/* #cssmenu ul {
  list-style: none;
  margin: 69px auto 0px auto;
  padding: 0;
  display: block;
  width:1220px;

} */
#cssmenu ul {
	display: block;
	list-style: none outside none;
	margin: 69px auto 0;
	padding: 0;
	/* width: 1600px; */
	width: 1490px;
}

#cssmenu ul:after {
	content: ' ';
	display: block;
	font-size: 0;
	height: 0;
	clear: both;
	visibility: hidden;
}

#cssmenu ul li {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	background-color: #ff0 \7;
}

#cssmenu ul li a {
	text-decoration: none;
	display: block;
	margin: 0;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

#cssmenu ul li ul {
	position: absolute;
	left: -9999px;
	top: auto;
}

#cssmenu ul li ul li {
	max-height: 0;
	position: absolute;
	-webkit-transition: max-height 0.4s ease-out;
	-moz-transition: max-height 0.4s ease-out;
	-ms-transition: max-height 0.4s ease-out;
	-o-transition: max-height 0.4s ease-out;
	transition: max-height 0.4s ease-out;
	background: #ffffff;
	width: 201px;
	margin-left: -30px;
	z-index: 999;
}

#cssmenu ul li ul li.has-sub:after {
	display: block;
	position: absolute;
	content: '';
	height: 10px;
	width: 10px;
	border-radius: 5px;
	/*background: #000000;*/
	z-index: 1;
	top: 13px;
	right: 15px;
}

#cssmenu ul li ul li.has-sub:before {
	display: block;
	position: absolute;
	content: '';
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-left-color: #0094cd;
	z-index: 2;
	top: 15px;
	right: 15px;
}

#cssmenu ul li ul li a {
	font-size: 12px;
	font-weight: 400;
	text-transform: none;
	color: #0196B4;
	letter-spacing: 0;
	display: block;
	width: 180px;
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #f7ac3b;
	border-left: 1px solid #f7ac3b;
	border-right: 1px solid #f7ac3b;
	margin-left: 0px;
}

#cssmenu ul li ul li:hover>a,#cssmenu ul li ul li.active>a {
	color: #4cb6ea;
	text-align: left;
}

#cssmenu ul li ul li:hover:after,#cssmenu ul li ul li.active:after {
	/*background: #4cb6ea;*/
	text-align: left;
}

#cssmenu ul li ul li:hover>ul {
	left: 170px;
	top: 0;
}

#cssmenu ul li ul li:hover>ul>li {
	max-height: 72px;
	position: relative;
}

#cssmenu>ul>li {
	float: left;
}

#cssmenu>ul>li:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 0;
	top: 0;
	z-index: 0;
	color: #fff;
	background-color: #f7ac3b;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	margin-top: -4px;
	/* Orange gradient
	background-color: #f39b16; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f8e0bc), to(#f39b16));
	background-image: -webkit-linear-gradient(top, #f8e0bc, #f39b16);
	background-image: -moz-linear-gradient(top, #f8e0bc, #f39b16);
	background-image: -ms-linear-gradient(top, #f8e0bc, #f39b16);
	background-image: -o-linear-gradient(top, #f8e0bc, #f39b16);
	background-image: linear-gradient(to bottom, #f8e0bc, #f39b16);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f8e0bc, endColorstr=#f39b16);
 */
	/* The blue gradient
  background-color: #17b2d1; background-image: -webkit-gradient(linear, left top, left bottom, from(#17b2d1), to(#0088a3));
 background-image: -webkit-linear-gradient(top, #17b2d1, #0088a3);
 background-image: -moz-linear-gradient(top, #17b2d1, #0088a3);
 background-image: -ms-linear-gradient(top, #17b2d1, #0088a3);
 background-image: -o-linear-gradient(top, #17b2d1, #0088a3);
 background-image: linear-gradient(to bottom, #17b2d1, #0088a3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#17b2d1, endColorstr=#0088a3);
 */
	-webkit-transition: height .2s;
	-moz-transition: height .2s;
	-ms-transition: height .2s;
	-o-transition: height .2s;
	transition: height .2s;
}

#cssmenu>ul>li.has-sub>a {
	padding-right: 40px;
}

#cssmenu>ul>li.has-sub>a:after {
	display: block;
	content: '';
	/*background: #ffffff;*/
	height: 12px;
	width: 12px;
	position: absolute;
	border-radius: 13px;
	right: 14px;
	top: 16px;
}

#cssmenu>ul>li.has-sub>a:before {
	display: block;
	content: '';
	border: 6px solid transparent;
	border-top-color: #fff;
	z-index: 2;
	height: 0;
	width: 0;
	position: absolute;
	right: 16px;
	/* top: 21px;*/
}

#cssmenu>ul>li>a {
	color: #fff;
	padding: 15px 20px;
	font-weight: bold;
	letter-spacing: 0px;
	/*text-transform: uppercase;*/
	font-size: 11px;
	z-index: 2;
	position: relative;
}

#cssmenu>ul>li:hover:after,#cssmenu>ul>li.active:after {
	height: 114%;
}

#cssmenu>ul>li:hover>a,#cssmenu>ul>li.active>a { /*color: #0196B4;*/
	color: #fff;
}

#cssmenu>ul>li:hover>a:after,#cssmenu>ul>li.active>a:after {
	/*background: #000000;*/
	
}

#cssmenu>ul>li:hover>a:before,#cssmenu>ul>li.active>a:before {
	border-top-color: #ffffff;
}

#cssmenu>ul>li:hover>ul {
	left: 0;
}

#cssmenu>ul>li:hover>ul>li {
	max-height: 72px;
	position: relative;
}

#cssmenu #menu-button {
	display: none;
}

@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>ul {
		max-height: 0;
		overflow: hidden;
		-webkit-transition: max-height 0.35s ease-out;
		-moz-transition: max-height 0.35s ease-out;
		-ms-transition: max-height 0.35s ease-out;
		-o-transition: max-height 0.35s ease-out;
		transition: max-height 0.35s ease-out;
	}
	#cssmenu>ul.open {
		max-height: 1000px;
		border-top: 1px solid rgba(110, 110, 110, 0.25);
	}
	#cssmenu ul {
		width: 100%;
	}
	#cssmenu ul>li {
		float: none;
	}
	#cssmenu ul li a {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		padding: 12px 20px;
	}
	#cssmenu ul>li:after {
		display: none;
	}
	#cssmenu ul li.has-sub>a:after,#cssmenu ul li.has-sub>a:before,#cssmenu ul li ul li.has-sub:after,#cssmenu ul li ul li.has-sub:before
		{
		display: none;
	}
	#cssmenu ul li ul,#cssmenu ul li ul li ul,#cssmenu ul li ul li:hover>ul
		{
		left: 0;
		position: relative;
	}
	#cssmenu ul li ul li,#cssmenu ul li:hover>ul>li {
		max-height: 999px;
		position: relative;
		background: none;
	}
	#cssmenu ul li ul li a {
		padding: 8px 20px 8px 35px;
		color: #ffffff;
		width: auto;
	}
	#cssmenu ul li ul ul li a {
		padding: 8px 20px 8px 50px;
	}
	#cssmenu ul li ul li:hover>a {
		color: #000000;
	}
	#cssmenu #menu-button {
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		padding: 15px 20px;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 14px;
		letter-spacing: 1px;
		color: #ffffff;
		cursor: pointer;
	}
	#cssmenu #menu-button:after {
		display: block;
		content: '';
		position: absolute;
		height: 3px;
		width: 22px;
		border-top: 2px solid #ffffff;
		border-bottom: 2px solid #ffffff;
		right: 20px;
		top: 16px;
	}
	#cssmenu #menu-button:before {
		display: block;
		content: '';
		position: absolute;
		height: 3px;
		width: 22px;
		border-top: 2px solid #ffffff;
		right: 20px;
		top: 26px;
	}
}