/* 
/*1. Search box when normal

input[type=search] {
    width: 250px;
    height: 24px;
    border: 1px solid #666666;
    padding: 8px;
    font-size: 19px;
    color: #333333;
    vertical-align: bottom;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;    
    transition:width 1s;
    -webkit-transition:width 1s; /* Safari 
    transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    }
 
/*2. Search box when clicked 
 
input[type=search]:focus {
    border: 1px solid #1D9CC7;
    width: 300px;        
    }
 
/*3. Button styles 
 
button {
    width: 50px;
    height: 40px;
    border: 0px;    
    cursor: pointer;
    background: #1D9CC7 url(../images/img_search.png) no-repeat center center;
    position: relative;
    right: 55px;
    bottom: 1px;
    } */




/*=========================================================================================================*/



 input {
	outline: none;

}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 80%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; 
}


input[type=search] {
	/*border: solid 1px #ccc;*/
	border : none;
	padding: 9px 10px 9px 32px;
	width: 55px;
	background-color:#fff;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 0em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
input[type=search]:focus {
	width: 130px;
	background-color: #fff;
	border-color: #66CC79;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}


input:-moz-placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #999;
}

/*Demo 2*/ 
#demo-2 input[type=search] {
	
	background: url(search-icon.png) transparent no-repeat 9px center;
	width: 15px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
}
#demo-2 input[type=search]:hover {
	background-color: #fff;
}
#demo-2 input[type=search]:focus {
	width: 220px;
	padding-left: 32px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
#demo-2 input:-moz-placeholder {
	padding-left: 2cm;
	color: transparent;
}
#demo-2 input::-webkit-input-placeholder {
	padding-left: 2cm;
	color: black;
} */



/*#searchbox
{
    background-color: #eaf8fc;
    background-image: linear-gradient(#fff, #d4e8ec);
    border-radius: 35px;    
    border-width: 1px;
    border-style: solid;
    border-color: #c4d9df #a4c3ca #83afb7;            
    width: 500px;
    height: 3px;
    padding: 10px;
    margin: 100px auto 50px;
    overflow: hidden; /* Clear floats ///it was here
}*/

/*.top-bar {
    height: 35px;
    width: 100%;
    padding-top: 5px;
    background-color: #000;
}
.search-container {
    max-width: 950px;
    margin: auto;
    padding-right: 10px;
}
.search {
    border-radius: 5px;
    border: 1px solid black;
    padding: 5px;
    width: 75px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    float: right;
}
.search:focus {
    width: 200px;
}



.container{
    width:200px;
    margin:10px auto;
}*/

/*.searchbox{
    position:relative;
    min-width:50px;
    width:8%;
    height:30px;
    float:right;
    overflow:hidden;
	border-radius:5px;
	
    
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input{
    top:0;
    right:0;
    border:1px solid black;
    outline:0;
    background:;
    width:60%;
    height:29px;
    margin:0;
    padding:0px 55px 0px 20px;
    font-size:15px;
    color:black;
	border-color:red;
	border-radius:5px;
}
.searchbox-input::-webkit-input-placeholder {
    color: black;;
}
.searchbox-input:-moz-placeholder {
    color: black;;
}
.searchbox-input::-moz-placeholder {
    color: black;;
}
.searchbox-input:-ms-input-placeholder {
    color: black;
}

.searchbox-icon {
	width:51px;
    height:50px;
	display:block;
    position:absolute;
    top:0;
    font-family:Arial;
    font-size:15px;
    right:0;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    line-height:0;
    text-align:center;
    cursor:pointer;
    color:white;
    background:red;
	
}
	
}
.searchbox-submit{
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    top:0;
    font-family:Arial;
    font-size:15px;
    right:0;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    line-height:0;
    text-align:center;
    cursor:pointer;
    color:#dcddd8;
    background:red;
}



.searchbox-open{
    width:100%;
	
}




/*================================================================================================

 .box {
    position: relative;
    width: 220px;
	border-radius:5px;
	
	min-width:50px;
    height:30px;
    float:right;
    overflow:hidden;
	border-radius:5px;
}
.search {
    width: 200px;
	height:30px;
    max-width:0;
    padding: 5px;
    transition: all .5s ease;
    position:absolute;
    right:20px;
    box-sizing:border-box;
    opacity:0;
	
	
	
    
    border:1px solid black;
    margin:0;
    font-size:15px;
    color:black;
	border-color:red;
	border-radius:5px;
	
	
}



.search.expanded {
    max-width:200px;
    opacity:1;
}
.icon1 {
    width: 40px;
    height: 30px;
    background: red;
    position: absolute;
	cursor:pointer;
    right: 0;
	text-align:center;
}*/

/*---Number2---------   

.search1 {
    width: 200px;
	height:30px;
    box-sizing:border-box;

    border:1px solid black;
    font-size:15px;
    color:black;
	border-color:red;
	border-radius:5px;
	
	
}
.icon1 {
    width: 40px;
    height: 31.2px;
    background: red;
	cursor:pointer;
	text-align:center;
	border-radius:5px;
}

*/

























