@import "compass/css3.html";

/***********************
 * Essential Structure *
 ***********************/
.flexsearch--wrapper {
	height: auto;
	width: auto;
	max-width: 100%;
	overflow: hidden;
	background: transparent;
	margin: 0;
	position: static;
}
	
.flexsearch--form {
	overflow: hidden;
	position: relative;
}
	
.flexsearch--input-wrapper {
	padding: 0 66px 0 0; /* Right padding for submit button width */
	overflow: hidden;
}

.flexsearch--input {
  width: 100%;
}

/***********************
 * Configurable Styles *
 ***********************/
.flexsearch {
	    margin-top: 6px;
/*   padding: 0 25px 0 200px; Padding for other horizontal elements */
}

.flexsearch--input {
      -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 25px;
	padding: 0 46px 0 10px;
	/* border-color: #3c3c3c; */
    border-radius: 5px;
	/* margin-top: 3px; */
    color: #000000;
	/* background-image: url(../images/pattren.jpg); */
    background-repeat: repeat;
	font-family: 'Helvetica', sans-serif;
    /* font-size: 12px; */
    -webkit-appearance: none;
    -moz-appearance: none;
	border: 2px solid #FFFFFF;
}


	
.flexsearch--submit {
  position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 60px;
	height: 60px;
  padding: 0;
  border: none;
	margin-top:-8px; /* margin-top + border-width */
  margin-right: 5px; /* border-width */
	background: transparent;
  color: #888;
  font-family: 'Helvetica', sans-serif;
  font-size: 20px;
  line-height: 60px;
}

.flexsearch--input:focus {
  outline: none;
  border-color: #333;
}

.flexsearch--input:focus.flexsearch--submit {
 	color: #333; 
}

.flexsearch--submit:hover {
  color: #333;
  cursor: pointer;
}

::-webkit-input-placeholder {
	color: #888;  
}

input:-moz-placeholder {
  color: #888
}


/****************
 * Pretify demo *
 ****************/
.h1 {
  float: left;
  margin: 25px;
  color: #333;
  font-family: 'Helvetica', sans-serif;
  font-size: 45px;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
}

@media only screen and (max-width: 480px) {
	
.flexsearch {
	margin-top:60px;}	
		
	
}