body{
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	background-color: #FFF;
}

.all{
	min-height: 100%;
	min-width: 100%;
}

a{
	text-decoration: none;
	color: #555;
}
a:hover { 
    color: #999;
}
tr{
	line-height: 100%;
}
td {
	padding: 0;
}

header{
	height: 80px;
	background-color: #FFF;
	border-bottom: solid 1px #888;
	position: fixed;
	width: 100%;
	z-index: 1000;
    top: 0;
}

button{
	background: #02b89a;
	border: 0;
	color: #FFF;
	border-radius: 15px; 
	cursor: pointer;
}

button:hover{
	background: #79e1d0;
	color: #fff;
}

button a{
	color: #FFF;
}
button a:hover{
	color: #fff;
}

.header{
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
}


.header_right li ul {
    display: none;
    position: absolute;
    left: ;
    top: 80px;
    width: 165px;
    padding-left: 0;
    padding-right: 0;    
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
    z-index: 999;
    background-color: #efefef;
}

.header_right li ul li {
    margin-left: 0;
    width: 165px;
    padding: 0;
    position: relative;
}

.header_right li ul li:hover {
	background-color: #555;
	color: #FFF;
}

.header_right li:hover > ul {
	display: block;
}

.header_right li ul li a {
    text-decoration: none;
    color: #555;
    display: block;
    padding: 10px 1em;
}

.header_right li ul li a:hover{
	color: #FFF;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    border-bottom-color: #777;
    border-top-color: #777;
    margin-top: 8px;
}


header li{
	display: table-cell;
    vertical-align: middle;
	padding: 5px 15px;
	list-style-type:none;
	font-size: 90%;
	cursor: pointer;
}

#li_active a{border-bottom: solid 2px #2a6f7f; }


footer{
	width: 100%;
	background-color: #2a6f7f;
	margin: 0;
	float: left;
	padding-bottom: 30px;
	font-size: 16px;
}

.footer_container{
	width: 90%;
	max-width: 1100px;
	margin: 20px auto;
}

footer li{
	padding: 2px 15px;
	color: #FFF;
	list-style-type:none;
}
footer a{
	color: #FFF;
}

#openmenu,
.closebtn{
	display: none;
}

@media all and (max-width: 1080px) and (min-width: 910px) {

header li {font-size: 75%;padding: 5px 10px;}

}

@media all and (max-width: 909px) and (min-width: 671px) {

header li {font-size: 68%;padding: 5px;}

}

@media all and (max-width: 670px) and (min-width: 601px) {
header li {font-size: 60%;padding: 5px;}

}

@media all and (max-width: 600px) and (min-width: 100px) {

.closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px !important;
}

#openmenu{
	font-size:45px;
	cursor:pointer;
	padding-top:10px;
	float: right;
}

#openmenu,
.closebtn{
	display: inherit;
}
}

@media all and (orientation: portrait) {
	button {
    border-radius: 30px;
}

.overlay-content {
    position: relative;
    top: 12%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    font-size: ;
}

.closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px !important;
}

#openmenu{
	font-size:45px;
	cursor:pointer;
	padding-top:10px;
	float: right;
}

#openmenu,
.closebtn{
	display: inherit;
}

}