﻿.header .global_menu {width:100%;margin-top:80px;clear:both;position:static;}
.header .global_menu li {display:block;width:50%;text-align:center;}
.header .global_menu li.menu_button {display:block;width:100%;text-align:left;}
.header .global_menu li a {display:block;background-position:center top;width:100% !important;border-right:1px solid #ffffff;}
#menuopen{display:none;}
#menuclause{display:block;}
.global_menu{height:200px;
-moz-animation-name: openmenu;
-moz-animation-duration: 0.5s;
-moz-animation-timing-function: ease;
-moz-animation-iteration-count: 1;
-moz-animation-direction: alternate;

-webkit-animation-name: openmenu;
-webkit-animation-duration: 0.5s;
-webkit-animation-timing-function: ease;
-webkit-animation-iteration-count: 1;
-webkit-animation-direction: alternate;

-o-animation-name: openmenu;
-o-animation-duration: 0.5s;
-o-animation-timing-function: ease;
-o-animation-iteration-count: 1;
-o-animation-direction: alternate;

-ms-animation-name: openmenu;
-ms-animation-duration: 0.5s;
-ms-animation-timing-function: ease;
-ms-animation-iteration-count: 1;
-ms-animation-direction: alternate;
}
@-moz-keyframes openmenu {
0% {height:50px; background-color: aqua !important;}
100% {height:200px; background-color: blue !important;}
}
@-webkit-keyframes openmenu {
0% {height:50px; background-color: aqua !important;}
100% {height:200px; background-color: blue !important;}
}
@-o-keyframes openmenu {
0% {height:50px; background-color: aqua !important;}
100% {height:200px; background-color: blue !important;}
}
@-ms-keyframes openmenu {
0% {height:50px; background-color: aqua !important;}
100% {height:200px; background-color: blue !important;}
}