/* 
	Art Project Search 20016
*/


#search-icon {
  font-size: 1.6em;
  margin-right:auto;
  float: right;/*  search zoom position */
  margin-right: 0.0000%;/*  search right abstand position */
  color:#F90;

}

#search-overlay {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 35%;/*  search lange position */
  background: rgba(255, 185, 93, 0.35);
  color: #aaaaaa;
  z-index: 1000;
}
#search-overlay .close-search {
  color: white;
  font-size: 24px;
  float: right;
  margin: 30px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
#search-overlay .search-form-holder {
  position: fixed;
  top: 20%;/*  search keword test position */
  left: 50%;
  margin: -70px 0 0 -300px;
  width: 600px;
  height: 140px;
  text-align: center;
  overflow: hidden;
}
#search-overlay .search-form-holder h2 {
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 2.7em;
  font-weight: 300;
  margin-bottom: 30px;
}
#search-overlay .search-form-holder input {
  border: 0;
  outline: 0;
  height: 50px;
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: white;
  background: none;
}
#search-overlay .search-form-holder input:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}


/* =========================== */
@media (min-width: 320px) and (max-width: 481px) {
 #search-overlay .search-form-holder {
    width: 100%;
    top: 40%;
    padding: 20px;
    left: 0;
    margin: 0;
  }
  #search-overlay .search-form-holder h2 {
    font-size: 1.5em;
    margin-bottom: 30px;
  }
.artprojectsearch { top:100px;} 
.artprojectsearch {
	float:left;
	padding-left: 0.0000%;
  	margin-top:-50px;
  	color:#999;
	left:10px;
  	z-index: 100;
    position: fixed;
}    

}
@media (min-width: 481px) and (max-width: 769px) {
  #search-overlay .search-form-holder {
    width: 100%;
    top: 40%;
    padding: 20px;
    left: 0;
    margin: 0;
  }
  #search-overlay .search-form-holder h2 {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
.artprojectsearch { top:100px;} 
.artprojectsearch {
	float:left;
	padding-left: 0.0000%;
  	margin-top:-50px;
  	color:#999;
	left:10px;
  	z-index: 100;
    position: fixed;
}    
}
@media (min-width: 769px) and (max-width: 991px) {
  #search-overlay .search-form-holder {
    width: 748px;
    top: 40%;
    left: 0;
    margin: 0;
  }
  #search-overlay .search-form-holder h2 {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
 #search-overlay .search-form-holder {
    width: 748px;
    top: 40%;
    left: 0;
    margin: 0;
  }
  #search-overlay .search-form-holder h2 {
    font-size: 2.1em;
    margin-bottom: 30px;
  }
  
}
/* ============================================ */
