/* Changing placeholder color of search box */
		
#gsc-i-id1::-webkit-input-placeholder
{ 
	/* Chrome */
	color: #285bc8 !important;
}

#gsc-i-id1:-ms-input-placeholder
{ 
	/* IE 10+ */
	color: #285bc8 !important;
}

#gsc-i-id1::-moz-placeholder
{ 
	/* Firefox 19+ */
	color: #285bc8 !important;
	opacity: 1;
}

#gsc-i-id1:-moz-placeholder
{ 
	/* Firefox 4 - 18 */
	color: #285bc8 !important;
	opacity: 1;
}
 
.gsc-control-cse
{
	margin-top: 31px !important;
	 background-color:transparent !important;
	padding:0px !important;
	border-width:0px !important;
 	float: right;
	margin-right: 93px !important;
	-webkit-transition:width 500ms;
	-moz-transition:width 500ms;
	transition:width 500ms;
	display: table-cell;
	
}

form.gsc-search-box,table.gsc-search-box
{
	margin-bottom: 0px !important;
	
}

.gsc-search-button{ display: none !important; 
}
#gsc-iw-id1,#gsc-iw-id2
{
        /*height: auto !important;
        padding: 0px !important;
        border-width: 3px !important;
        box-shadow:none !important;*/
}

#gs_tti50,#gs_tti51
{
	/*padding:0px !important;*/
}
#gsc-i-id1,#gsc-i-id2 {padding-bottom: 5px !important; color:#285bc8;	font-weight: normal; background-color: transparent !important;}
.gsib_b {  /*display: none !important;*/  }
.gsc-branding {	display:none !important; }

.gsc-input-box {
	display:inline-block !important;
	float: none;
	position: fixed;
	border: 3px solid #ccc !important;
  	border-radius: 40px !important; 
  	font-size: 17px;
  	background-color: #f1f1f1 !important;
	width: 39px !important;
 	height:37px !important;
	background: url(https://www.oudek.net/asola/assets/searchicon2.png) no-repeat scroll 5px 6px !important;
	padding-left:19px;
	 padding-bottom: 5px !important;
	cursor: pointer;
    /* background-position: left center !important; */
    background-color: #f1f1f1 !important;
  	z-index: 111 !important;
	overflow: hidden;
     
     
    
     
    /*-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;*/
	
	transition: width 1s cubic-bezier(0.33,1.9,0 ,0.5);
	 
    -webkit-transform: translate(-100%, -10%);
    -moz-transform: translate(-100%, -10%);
    transform: translate(-100%, -10%);
     
}
 .gsc-input-box:hover  #gsc-i-id1 {
 background-color: transparent !important;
}
#gsc-i-id1:hover {
	 /*box-shadow: 1px 1px 7px #1a1a1a !important;*/
	 
	}
 
.gsc-input-box:hover, .gsc-input-box:focus {
	border-color:#ffc100 !important;
 /*box-shadow: 1px 1px 7px #1a1a1a !important;*/
	width: 183px !important;
    color: #285bc8  !important;
    background-color: #fff !important;
}
#search-box:hover, #search-box:focus 
{
	width:183px;
	
   }

@media only screen and (max-width: 805px) {
	.gsc-control-cse
	{
	/*display: none !important;*/
	margin-right: 63px !important;
	
	}
}
/* @media screen and (max-width: 768px) {
#search-box
{	width:300px !important;}
}

@media screen and (max-width: 480px) {
{	width:250px !important;}
}

@media screen and (max-width: 387px) {
{	width:200px !important;}
} */