/*#search-form {
 background: dodgerblue; 
 width: 1130px;
 padding: 0px 150px 0px 100px;
 
 /* Rounded Corners 
 border-radius: 17px;
 -webkit-border-radius: 17px;
 -moz-border-radius: 17px;
}
 
/*** TEXT BOX 
 input[type="text"]{
 background: #f5f5f4; 
 border: 0;
 border-bottom: 1px solid #fff;
 border-right: 1px solid rgba(255,255,255,.8);
 font-size: 16px;
 padding: 0px 150px 0px 100px;
 margin: 4px;
 padding: 5px;
 width: 250px;
 
 /* Rounded Corners 
 border-radius: 17px;
 -webkit-border-radius: 17px;
 -moz-border-radius: 17px;
}
 
/*** USER IS FOCUSED ON TEXT BOX 
 input[type="text"]:focus{
 outline: none;
 background: #fff; 
}
 
/*** SEARCH BUTTON 
input[type="submit"]{
 background: blue;
 border: 0;
 color: white;
 cursor: pointer;
 float: right;
 font: 16px Arial, Helvetica, sans-serif;
 font-weight: bold;
 height: 30px;
 margin: 4px 4px 0px 0px;
 text-shadow: 0 -1px 0 rgba(0,0,0,.3);
 width: 84px;
 outline: none;
 
 /* Rounded Corners
 border-radius: 30px;
 -webkit-border-radius: 30px;
 -moz-border-radius: 30px;
}

/*** SEARCH BUTTON HOVER 
input[type="submit"]:hover {
 background-color: blue;
}

input[type="submit"]:active {
 background-color: blue; 
}
*/

.gsc-control-searchbox-only
{
    background-color: #fff; !important;
    border:0 !important;
    margin: auto !important;
    padding: 0px 0px 0px 10px !important;
    border-radius: 2px;
    overflow: hidden;
    width: 50% !important;
    height: 30px !important;
    
    
}


form.gsc-search-box, table.gsc-search-box {  
    margin-bottom: 0 !important; 
}

.gsc-input-box {
    border: 0 !important;
    background: transparent !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0 !important;
}

#gs_tti50
{
    padding:6px 0px 15px 0px !important;
}

#gsc-i-id1{
    color: grey !important;
    text-indent: 0 !important;
    font-size: 14px !important;
    line-height: 1px !important;
    background: none !important;
}

#gsc-i-id1::-webkit-input-placeholder
{
    /* Chrome */
     color: grey;

}

#gsc-i-id1:-ms-input-placeholder
{
    /*  IE 10+ */
     color: grey;

}

#gsc-i-id1::-moz-placeholder
{
    /*  Firefox 19+ */
     color: grey;
     opacity: 1;

}

#gsc-i-id1:-moz-placeholder
{
    /*  Firefox 4 -18 */
     color: grey;
     opacity: 1;

}





.gsib_b{

   display: none !important; 
}

.gsc-search-button-v2
{
    padding: 12px!important;
    margin-left: 0 !important;
    outline: none !important;
    cursor: pointer;
    border: 0 !important;


}

.gsc-search-button-v2, .gsc-search-button-v2:hover
{
    background-color: transparent; !important;
    background-image:none !important;
    color: dodgerblue;
} 

.gsc-search-button-v2:focus
{
    outline: none !important;
    box-shadow: none !important;
} 
