.new-menu {
    margin: 25px 0;
    width: 100%;
}
.new-menu .container {
    position: relative;
}
.new-menu .mysearch {
    position: absolute;
    right: 270px;
    bottom: 19px;
}
.mymenu {
    font-size: 16px;
    float: right;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    color: #2957a4;
    margin: 31px 10px 5px 10px;
}
.mymenu i {
    color: #1f7972;  
    font-size: 20px; 
}
.myadmin i {
    color: #2957a4; 
    font-size: 20px;
}
.myadmin {
    font-size: 16px;
    float: right;
    text-transform: uppercase;
    font-weight: 700;
    color: #2957a4;
    margin: 31px 10px 5px 10px;
}
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
  }
  
  .overlay-content {
    position: relative;
    top: 0;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 18px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: -18px;
    right: 15px;
    font-size: 60px;
  }
  
  @media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
  }



/* SEARCH */
.mysearch a {
	color: #69C;
	text-decoration: none;
}
.mysearch a:hover {
	color: #F60;
}
.mysearch h1 {
	font: 1.7em;
	line-height: 110%;
	color: #000;
}
.mysearch p {
	margin: 0 0 20px;
}


.mysearch input {
	outline: none;
}
.mysearch input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
.mysearch input::-webkit-search-decoration,
.mysearch input::-webkit-search-cancel-button {
	display: none; 
}


.mysearch input[type=search] {
    background: #ffffff url(../img/search2-icon.png) no-repeat 9px center;
    background-position: right 9px bottom 10px;
    border: solid 1px #fff;
    padding: 10px;
	width: 55px;
	
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.mysearch input[type=search]:focus {
	width: 130px;
	background-color: #fff;
	border-color: #e9f2f1;
	
}


.mysearch input:-moz-placeholder {
	color: #999;
}
.mysearch input::-webkit-input-placeholder {
	color: #999;
}

/* Demo 2 */
.mysearch #demo-2 input[type=search] {
	width: 15px;
	padding-left: 10px;
	color: transparent;
  cursor: pointer;
  float: right;
}
.mysearch #demo-2 input[type=search]:hover {
	background-color: #fff;
}
.mysearch #demo-2 input[type=search]:focus {
	width: 130px;
  padding-right: 32px; 
	color: #000;
	background-color: #e9f2f1;
  cursor: auto;
  
}
.mysearch #demo-2 input:-moz-placeholder {
	color: transparent;
}
.mysearch #demo-2 input::-webkit-input-placeholder {
	color: transparent;
}



@media (min-width: 220px) and (max-width: 767px) { 
  
  .new-menu .mysearch {
      position: absolute;
      right: 12px;
      bottom: 38px;
  }
  .mymenu {
      font-size: 16px;
      float: right;
      cursor: pointer;
      text-transform: uppercase;
      font-weight: 700;
      color: #2957a4;
      margin: 50px 10px 5px 10px;
  }
  .myadmin {
      font-size: 16px;
      float: right;
      text-transform: uppercase;
      font-weight: 700;
      color: #2957a4;
      margin: 50px 10px 5px 10px;
  }
}