*{   -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent; /* For some Androids */
}

.top-animate {
    background: #eeeeec !important;
    top: 13px !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mid-animate {
    opacity: 0;
}
.bottom-animate {
    background: #eeeeec !important;
    top: 13px !important;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
	z-index:9999;
}
.top-menu {
    top: 5px;
    width: 20px;
    height: 2px;
    border-radius: 10px;
    background-color: #898785;
}
.mid-menu {
    top: 11px;
    width: 20px;
    height: 2px;
    border-radius: 10px;
    background-color: #898785;
}
.bottom-menu {
    top: 17px;
    width: 20px;
    height: 2px;
    border-radius: 10px;
    background-color: #898785;
}
.menui {
    background: #898785;
    transition: 0.6s ease;
    transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
    margin-top: 10px;
    position: absolute;
}


.icon {
    z-index:100;
    position: absolute;
    display: block;
    padding: 9px;
    height: 22px;
    width:22px;
    margin: 0px;
    top: 10px;
    right:15px;
	#background-color:#898785;
}

.mobilenav {
display:none;	
}

.navmenu-bar{
display:none;	
}

@media screen and (max-width: 800px) {

.mobilenav{
    top: 0;
    right:0;
    z-index:100;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background:#8DB1CC;
	display:!important;	
	font-weight:bold!important;
}

.navmenu-bar{
display:inherit;
position:inherit!important;
}

}

.mobilenav li {
    list-style-type: none;
    text-align: center;
    padding: 10px;
}
.mobilenav li a {
    font-size: 150%;
    color: #E7E2DE;
    text-decoration: none;
    width: 100%;
}
.mobilenav li:first-child {
    margin-top: 60px;
}





@media screen and (max-width: 800px) {
	

#mglobal_nav{
width:auto;
height:auto;
overflow:hidden;
margin:0;
padding:80px 40px 25px 40px;
text-align:left;
display:inherit;
font-family: "cronos-pro",sans-serif;
font-weight:bold!important;
}
	

#mglobal_nav li.t-nav{
width:auto;
height:auto;
margin:0 0 20px 0px;
padding:0;
font-size:26px;
text-align:left;
line-height:100%;
}

#mglobal_nav li.d-nav{
width:auto;
height:auto;
margin:-15px 0 20px 0px;
padding:0;
font-size:26px;
text-align:left;
line-height:150%;
}

#mglobal_nav li.b-nav{
width:auto;
height:auto;
margin:0 0 20px 0px;
padding:0;
font-size:20px;
text-align:left;
line-height:150%;
}

#mglobal_nav li.w-nav{
    width:auto;
    height:auto;
    margin:-13px 0 -7px 0px;
    padding:0;
    font-size:30px;
    text-align:left;
    line-height:150%;
    }


#mglobal_nav li.b-nav-ca{
width:auto;
height:auto;
margin:0 0 25px 0px;
padding:0;
text-align:left;
font-size:28px;
font-weight:bold;
}

#mglobal_nav li.h-nav{
width:auto;
height:auto;
margin:0 0 5px 0px;
padding:0;
font-size:18px;
font-weight:bold;
text-align:left;
line-height:150%;
}

#mglobal_nav li.h-nav-ca{
width:auto;
height:auto;
margin:0 0 15px 0px;
padding:0;
text-align:left;
font-size:14px;
font-weight:bold!important;
}

#mglobal_nav li.o-nav{
width:auto;
height:auto;
margin:2px 0 0 0;
padding:0;
font-size:26px;
text-align:left;
line-height:150%;
}

#mglobal_nav li a{
color:#ecebe9!important;
}

#mglobal_nav li a:hover{
color:#F3CCC7!important;
}

#feed2{
display:none;	
}


#mglobal_nav li.mother-mainnav{
width:auto;
height:auto;
margin:0px 0 30px 0;
padding:0;
text-align:left;
font-size:24px;
font-weight:bold;
}

#mglobal_nav li.mother-mainnav a{
	color:#ecebe9;
}

#mglobal_nav li.mother-mainnav a:hover{
	color:#F3CCC7;
}

.mosa{font-size:20px;}

#mglobal_nav li.mother-nav{
width:auto;
height:auto;
margin:20px 0 20px 0!important;
padding:0;
text-align:left;
font-size:30px;
font-weight:bold;
}

#mglobal_nav li.mother-nav a{
		color:#ecebe9;
}

#mglobal_nav li.mother-nav a:hover{
	color:#F3CCC7;
}



}


@media screen and (max-width: 480px) {
	
	#feed2{
display:inherit;
}
	
	.title a{
		position:fixed;
		bottom:4%;
		left:50px;
		font-size:16px;
		color:#edece8;
		line-height:100%;
	}
	
	.title a:hover{
 color : #F3CCC7 ;
}


	
}

@media screen and (max-width: 320px) {
	
	#feed2{
display:none;
}
	
}