div,img{
 max-width:100% !important;
}
html, body{
  width:100%;
  margin:0;
}
.content{
 width:99%;
}
.headerBlock{
 height:10%; 
}
.headerLogoText{
 width:60%;
}
.menu{
 display:none
}
.mobileMenuBlock{
 display:block;
 background-color:#00aeef;
 padding:1%;

 text-align:left;
}
.mobileMenu{
  padding-left:10%;
}
.mobileMenuList{
 margin-top:5%;
}
.mobileMenuList a:link,
.mobileMenuList a:active,
.mobileMenuList a:visited{
 display:inline-block;
 height:25px;
 padding-top:8px;
 width:100%;
 border-bottom:1px dotted #ffffff;
 letter-spacing:1px !important;
}

.mobileMenuBlock a:link,
.mobileMenuBlock a:active,
.mobileMenuBlock a:visited{
 color:#ffffff;
 font-weight:bold;
 text-decoration:none;
 letter-spacing:4px;
}


.ppup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
	z-index:0;
}
.ppup-inner {
    max-width:90%;
	width:90%;
	height:80%;
    padding:40px;
    position:absolute;
    top:40%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#fff;
	z-index:3;
	margin-top:40px;
	overflow:scroll;
}
textarea{
 max-width:94%;
}
iframe {
        max-width: 90% !important;
        width: auto !important;
        height: auto !important;
    }