@font-face {
  font-family: 'OpenSans-Semibold';
  src: url('font/OpenSans-Semibold.eot'); /* IE9 Compat Modes */
  src: url('font/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('font/OpenSans-Semibold.woff2') format('woff2'), /* Super Modern Browsers */
       url('font/OpenSans-Semibold.woff') format('woff'), /* Pretty Modern Browsers */
       url('font/OpenSans-Semibold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('font/OpenSans-Semibold.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'OpenSans-Light';
  src: url('font/OpenSans-Light.eot'); /* IE9 Compat Modes */
  src: url('font/OpenSans-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('font/OpenSans-Light.woff2') format('woff2'), /* Super Modern Browsers */
       url('font/OpenSans-Light.woff') format('woff'), /* Pretty Modern Browsers */
       url('font/OpenSans-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('font/OpenSans-Light.svg#svgFontName') format('svg'); /* Legacy iOS */
}
/*body {
  font-family: 'HelveticaNeueBd';
}*/
body{ overflow-x:hidden;}
#menuh-container
	{
	position: absolute;	
	top: 0;
	left: 0;
	/*top: 1em;
	left: 1em;*/
	}

#menuh
	{
	font-size: small;
	font-family: HelveticaNeue;
	width:100%;
	float:left;
	margin:2em;
	margin-top:0;
	margin-left: 0;
	/*margin-top: 1em;*/
	}
		
#menuh a
	{
	text-align: left;
	display:block;
	border: none;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: rgb(241,90,34);
	background-color: #ffffff;		/* royal blue */
	text-decoration:none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color:  rgba(241,90,34, 0.5);
	background-color: #none;	/* cornflowerblue */
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:100%;
	/*width:9em;*/	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
    position: absolute;
    z-index: 500;
    top: -15px;
    display: none;
    padding: 1em;
    background: #fff;
    width: 100%;
	margin: 1em 0 0 16.3em;
	/*margin: 1em 0 0 17.2em;*/
	border: 1px solid rgba(225, 97, 28, 0.2);
    /*margin: 1em 0 0 15.5em;*/
	/*position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;*/
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}
.footer-last-custom-002-1{width:100%;margin:0 auto;display:table;background:#000000;padding:10px 0px 20px 10px;color:#654E46;font-family: 'OpenSans-Semibold';}
.footer-last-custom-002-1-left{width:50%;float:left;padding-left:19%;text-align: left;}
.footer-last-custom-002-1-right{width:50%;float:right;padding-right:27%;text-align: right;margin-top: -1.2%;}
.follow-us a i {
    color: #999999;
    font-size: 18px;
    margin: 0;
    vertical-align: -5px;
}
.follow-us a {
    margin: 0 20px 0 0;
    text-align: center;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    display: inline-block;
}
#follow_us{margin-top:2%;}

/* End CSS Drop Down Menu */
@media only screen and (max-width: 767px) and (min-width: 480px){
	#menuh ul ul
	{
    position: absolute;
    z-index: 500;
    top: -15px;
    display: none;
    padding: 1em;
    background: #fff;
    width: 100%;
	margin: 1.3em 0 0 12.2em;
	/*margin: 1.3em 0 0 13.1em;*/
    /*margin: 1em 0 0 10.8em;*/
	/*position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;*/
	}
.footer-last-custom-002-1{width:100%;margin:0 auto;display:table;background:#000000;padding:10px 0px 20px 10px;color:#654E46;font-family: 'OpenSans-Semibold';}
.footer-last-custom-002-1-left{width:100%;float:none;margin:0 auto;display:table;padding-left:2%;padding-bottom:4%;text-align: center;}
.footer-last-custom-002-1-right{width:100%;float:none;margin:0 auto;display:table;padding-right:2%;text-align: center;margin-top: -1.2%;}
.follow-us a i {
    color: #999999;
    font-size: 18px;
    margin: 0;
    vertical-align: -5px;
}
.follow-us a {
    margin: 0 20px 0 0;
    text-align: center;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    display: inline-block;
}
#follow_us{margin-top:2%;}
}
@media only screen and (max-width: 479px){
	#menuh ul ul
	{
    position: absolute;
    z-index: 500;
    top: -15px;
    display: none;
    padding: 1em;
    background: #fff;
    width: 100%;
	margin: 1.3em 0 0 12.2em;
	/*margin: 1.3em 0 0 13.1em;*/
    /*margin: 1em 0 0 10.8em;*/
	/*position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;*/
	}
.footer-last-custom-002-1{width:100%;margin:0 auto;display:table;background:#000000;padding:10px 0px 20px 10px;color:#654E46;font-family: 'OpenSans-Semibold';}
.footer-last-custom-002-1-left{width:100%;float:none;margin:0 auto;display:table;padding-left:2%;padding-bottom:4%;text-align: center;}
.footer-last-custom-002-1-right{width:100%;float:none;margin:0 auto;display:table;padding-right:2%;text-align: center;margin-top: -1.2%;}
.follow-us a i {
    color: #999999;
    font-size: 18px;
    margin: 0;
    vertical-align: -5px;
}
.follow-us a {
    margin: 0 20px 0 0;
    text-align: center;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    display: inline-block;
}
#follow_us{margin-top:2%;}
}