@import url('https://fonts.googleapis.com/css?family=Anton');
@import url('https://fonts.googleapis.com/css?family=IM+Fell+Great+Primer|Tangerine');


   /* 

    font-family: 'IM Fell Great Primer', serif;

    font-family: 'Tangerine', cursive;


*/

body {
background-image:url(../images/map_up.png);
margin:0;


font:11px "Trebuchet MS", Arial, sans-serif;
background-color:#fff;
padding:0; 
margin:0px auto auto auto;
color:#424849;
font-size:14px;


}
a {
text-decoration:none;
color:#666666;
}
.homepage{
	margin:0;
	margin-top:0;
	}

.header {
	/*background-color:#666666;*/
	height:100px;
}
#headerlogo {
	width:100px;
	height:100px;
	float:left;
	position:absolute;
	background-image:url(../images/logo.png);
	background-size: 100px 100px;
    background-repeat: no-repeat;
	display:none;
	}
.headerbox{
	width:600px;
	margin:auto;
	margin-left:152px;
	font-family: 'Anton', sans-serif;
	font-size:24pt;
	color:#F05C1A;
	padding:28px 0px 28px 0px;
	z-index:-1;
	letter-spacing:2px;
	float:left;

	
	}

.logo {
	width:50px;
	height:50px;
	float:left;
	
	}



.strip {
background-color:#F05C1A;
height:5px;
content:attr(x);
}
#banner{
height:461px; /*c*/
/*background-image: url(../images/upmap.png);*/
background-size: 1260px 500px;
background-repeat: no-repeat;
}

.mapobj {
	width:900px; 
	height:455px; 
	/*margin-left:25vh;*/
	margin-left: 146px;
	margin-right: 500px;
}

#sidediv{
    position: absolute;
    width: 210px;
    height: 435px;
    z-index: 271;
    margin-top: 27px; /*c*/
	background-image:url(../images/yogiwalking.png);
	background-size: 210px 435px;
	background-repeat: no-repeat;
	}
.animate-left{position:absolute;animation:animateleft 1s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}

						/***********************
						 * Search Essential Structure *
						 ***********************/
						.flexsearch--wrapper {
							height: auto;
							width: auto;
							max-width: 100%;
							overflow: hidden;
							background: transparent;
							margin: 0;
							position: static;
							
						}
							
						.flexsearch--form {
							overflow: hidden;
							position: relative;
						}
							
						.flexsearch--input-wrapper {
							padding: 0 66px 0 0; /* Right padding for submit button width */
							overflow: hidden;
						}
						
						.flexsearch--input {
						  width: 100%;
						  text-align:center;
						}
						
						/***********************
						 * Configurable Styles *
						 ***********************/
						.flexsearch {
						  /*padding: 0 30vh 0 30vh; */
						  padding: 0 100px 0 100px; 	/* Padding for other horizontal elements */
						}
						
						.flexsearch--input {
						  -webkit-box-sizing: content-box;
							-moz-box-sizing: content-box;
							box-sizing: content-box;
							height: 60px;
						  padding: 0 46px 0 10px;
							border-color: #888;
						  border-radius: 35px; /* (height/2) + border-width */
						  border-style: solid;
							border-width: 2px;
						  margin-top: 15px;
						  color: #333;
						  font-family: 'Helvetica', sans-serif;
							font-size: 26px;
							-webkit-appearance: none;
							-moz-appearance: none;
						}
							
						.flexsearch--submit {
						  position: absolute;
							right: 0;
							top: 0;
							display: block;
							width: 60px;
							height: 60px;
						  padding: 0;
						  border: none;
							margin-top: 20px; /* margin-top + border-width */
						  margin-right: 5px; /* border-width */
							background: transparent;
						  color: #888;
						  font-family: 'Helvetica', sans-serif;
						  font-size: 40px;
						  line-height: 60px;
						}
						
						.flexsearch--input:focus {
						  outline: none;
						  border-color: #F05C1A;
						  text-transform:uppercase;
						}
						
						.flexsearch--input:focus.flexsearch--submit {
							color: #333; 
						}
						
						.flexsearch--submit:hover {
						  color: #F05C1A;
						  cursor: pointer;
						}
						
						::-webkit-input-placeholder {
							color: #888;  
						}
						
						input:-moz-placeholder {
						  color: #888;
						  text-align:center;
						  text-transform:uppercase;
						}

/*.background {
background-image:url(../images/map_up.png);
overflow:auto;
}
*/						
#datadiv {

margin:20px 84px 20px 84px;
overflow:auto;
}

.datadivdata {
-webkit-box-shadow: 0px 2px 22px -3px rgba(0,0,0,0.42);
-moz-box-shadow: 0px 2px 22px -3px rgba(0,0,0,0.42);
box-shadow: 0px 2px 22px -3px rgba(0,0,0,0.42);
border-radius: 21px 21px 21px 21px;
-moz-border-radius: 21px 21px 21px 21px;
-webkit-border-radius: 21px 21px 21px 21px;
width:250px;
margin: 20PX 20PX 40PX 20PX;
	border: 1px solid #ddd;
    border-radius: 4px;
    width: 150px;
display: inline-block;
}

.img {

}
.img img {
padding:10px 10px 10px 10px;
width:120px;
display: block; margin-left: auto; margin-right: auto;
}
.activation {
	width:80px;
	background-color:#4CAF50;
	border: 1px solid #ddd;
	border-radius: 4px;
	position:absolute;
	text-align:center;
	margin-top: -141px;
	margin-left: 32px;
	color:#FFFFFF;
}
.deactivation {
	width:80px;
	background-color:#FF0000;
	border: 1px solid #ddd;
	border-radius: 4px;
	position:absolute;
	text-align:center;
	margin-top: -141px;
	margin-left: 32px;
	color:#FFFFFF;
}

.tip{
display:none;
background-color: #000000;
position: absolute;
width: 190px;

content: "fd";
text-align:center;
margin-top: 0px;
margin-left: -31px;
opacity: 0.855;
border-radius: 10px;
color:#FFFFFF;
padding: 7px 11px 7px 12px;
}
.img a:hover +.tip{
display: block; 
}

					.popup {
					cursor:pointer;					  				  
					}
					.popup:after {
					  content: attr(data-popuptext);
					  background: rgba(0, 0, 0, 0.85);
					  border-radius: 3px;
					  opacity: 0;
					  top: 0;
					  left: 0;
					  position: absolute;
					  transition: 500ms ease;
					  white-space: nowrap;
					  max-height: 0;
					}
					.popup:hover:after {
					  opacity: 1;
					  top: 1.2em;
					  max-height: 200px;
					  padding: .4em;
					}

 body
{

}
#main_content {
    width: 1150px;
    margin: auto;
    clear: both;
    /* background-color: #FFFFFF; */
    height: 455px;
    padding: 10px 00px 00px 00px;
}

h2{
font-size:16px;
font-weight:bold;
color:#F05C1A;
width: auto;
padding:5px 0 5px 0;
margin: auto;
text-decoration:none;
line-height: 10px;
}


	#btnsearch {
	position: absolute;
	/*top: 61px;*/
	margin-top:-30em;
	right: 16em;
	/*right: 19em;*/
	width: 134px;
	cursor: pointer;
	}



/*-------------------footer------------------------*/
#footer{
min-width:1000px;
MAX-width:100%;
height:41px;
clear:both;
font-size:11px;
background-color:#F05C1A;
border-top:0px #eeabbd solid;
}
ul.footer_menu {
list-style:none; float:right; display:block; width:650px;
margin:0px; padding:9px 20px 0 0px;
}

ul.footer_menu li {
display:inline; font-size:11px;}

a.nav_footer:link, a.nav_footer:visited {
display:block; float:left; padding:5px 6px 5px 10px; margin:0; 
text-decoration:none; color:#2F2626;}

a.nav_footer:hover {
display:block; float:left; padding:5px 6px 5px 10px; margin:0;
text-decoration:underline; color:#2F2626;}

a.nav_footer:active {
display:block; float:left; padding:5px 6px 5px 10px; margin:0;
text-decoration:none;  color:#2F2626;}

#copyright{
padding:0px;
color:#fff;
font-size:14px;
}



.Paging
{border:#c7c7c7 1px solid; font-size:14px; color:#fff; padding:3px 5.5px; text-transform:capitalize;font-weight:normal;text-align:center;background:#F05C1A;text-decoration:none;}

.PagingSelected
{border:#c7c7c7 1px solid; font-size:14px; color:#fff; padding:3px 5.5px; text-transform:capitalize;font-weight:normal;text-align:center;background:#4f6b72;text-decoration:none;}


/*---------------- menu tab----------------------*/
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop3.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */


.nav1{
	z-index:1;
	overflow:auto;
	right:0;
    
	}


.menu
{
    z-index:1;
	font-size: 20px;
	padding: 76px 0px 0px;
    margin-right:0px;
	float: right;
	width: 70%;
    right:0;
	text-shadow: 1px 1px 1px #050404;
    position:absolute;
    height:30px;
    /*font-family: 'Tangerine', cursive;*/
    font-family: "Trebuchet MS", Arial, sans-serif;
	
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; height:28px; background:#F05C1A;z-index: 8004004;}

/* style the sub-level lists */
.menu ul ul {width: auto;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {float:left;height:28px;line-height:28px;}

/* style the sub level list items */
.menu ul ul li {display:block;width: auto;height:auto;position:relative;line-height:1em; border-bottom:1px #fff solid;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;float:left;height:100%;font-size:13px;text-decoration:none;color:#fff;background:#F05C1A;padding:0 5px 0 5px;font-weight: normal;}
.menu a.current{background:#EB5D1D;}
/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {display:block;background:#F05C1A; color:#fff;width:12em;height:100%;line-height:1em; padding:0.5em 1em;}
.menu ul table ul a, .menu ul table ul a:visited  {width:14em; width:12em;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; left:0; top:0; font-size:1em; z-index:-1;}
.menu ul ul table {left:-1px;}
.menu ul ul table ul.left {margin-left:2px;}

.menu li:hover {position:relative;}
* html .menu a:hover {position:relative;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#3da1e0;}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#3da1e0;}
/* style the sub level 1 background */
.menu ul :hover a.sub1 {background:#3da1e0;}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {background:#3da1e0;}

/* style the level hovers */
/* first */
.menu a:hover {color:#fff;background:#9596B9;}
.menu :hover > a {color:#fff;background:#9596B9;}
/* second */
.menu ul ul a:hover{color:#fff;background:#9596B9;}
.menu ul ul :hover > a {color:#fff;background:#9596B9;}
/* third */
.menu ul ul ul a:hover {background:#3da1e0;}
.menu ul ul ul :hover > a {background:#3da1e0;}
/* fourth */
.menu ul ul ul ul a:hover {background:#eee;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:28px;left:0;width:14em;}

/* position the third level flyout menu */
.menu ul ul ul{left:14em;top:0;width:14em;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-14em;}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {visibility:visible; height:auto; padding-bottom:3em; background:transparent url(../image/trans.gif);}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}


.btnyoutube {
	position: absolute;
	top: 20px;
	right: 1em;
	width: 134px;
	cursor: pointer;
	z-index:2;
	}
