.gsc-control-cse
{
	padding:0px !important;
	border-width:0px !important;
}

form.gsc-search-box,table.gsc-search-box
{
	margin-bottom:0px !important;
}

.gsc-search-box .gsc-input
{
	padding:0px 4px 0px 6px !important;
}

#gsc-iw-id1
{
	border-width: 0px !important;
	height: auto !important;
	box-shadow:none !important;
}

#gs_tti50
{
	padding:0px !important;
}

#gsc-i-id1
{
	height:33px !important;
	padding:0px !important;
	background:none !important;
	text-indent:0px !important;
}

.gsib_b
{
	display:none;
}

button.gsc-search-button
{
        display:block;
        width:13px !important;
        height:13px !important;
        border-width:0px !important;
        margin:0px !important;
        padding: 10px 6px 10px 13px !important;
        outline:none;
        cursor:pointer;
        box-shadow:none !important;
        box-sizing: content-box !important;
}

.gsc-branding
{
	display:none !important;
}

.gsc-control-cse,#gsc-iw-id1
{
	background-color:transparent !important;
}

/* Changing placeholder color of search box */
		
#gsc-i-id1::-webkit-input-placeholder
{ 
	/* Chrome */
	color: #FFF;
}

#gsc-i-id1:-ms-input-placeholder
{ 
	/* IE 10+ */
	color: #FFF;
}

#gsc-i-id1::-moz-placeholder
{ 
	/* Firefox 19+ */
	color: #FFF;
	opacity: 1;
}

#gsc-i-id1:-moz-placeholder
{ 
	/* Firefox 4 - 18 */
	color: #FFF;
	opacity: 1;
}

#search-box
{
	width:400px;
	height: 33px;
	margin:0 auto;
	background-color: #880306;
	padding: 3px 4px;
	border: 2px solid #FFF;
	box-shadow: 0px 0px 0px 2px #880306;
	border-radius: 40px;
    zoom: 2;
    -moz-transform: scale(2);
}
@media all and (min-device-width: 481px)
{
    #search-box
    {
    	width:400px;
    	height: 33px;
    	margin:0 auto;
    	background-color: #880306;
    	padding: 3px 4px;
    	border: 2px solid #FFF;
    	box-shadow: 0px 0px 0px 2px #880306;
    	border-radius: 40px;
        zoom: 1;
        -moz-transform: scale(1);
    }
}

#gsc-i-id1
{
	color:#FFF;
}

button.gsc-search-button
{
	padding:10px !important;
	background-color:transparent !important;
}