
.search
{
	background-color: white;
}

.search .page-title
{
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 0 0;
    text-align: center;
    color: black;
    font-size: 40px;
    line-height: 40px;
    font-size: 4rem;
    line-height: 4rem;
    width: 90%;
    margin: 0 auto 30px auto;
    padding: 30px 0;
    border-bottom: 1px solid black;
}

.search .content
{
	width: 100%;
	min-height: 600px;
	padding: 0 40px;
	background-color: white;
}

.search .content .line
{
	width: 100%;
	border-bottom: 1px solid black;
}

.search .content .title
{
	margin: 40px 0;
    font-size: 28px;
    line-height: 28px;
    font-size: 2.8rem;
    line-height: 2.8rem;
}

.search .content input[type='text']
{
    width: 82%;
    height: 60px;
    padding-left: 20px;
    margin-bottom: 40px;
    color: black;
    font-size: 18px;
    line-height: 16px;
    font-size: 1.8rem;
    line-height: 1.6rem;
    font-family: Verdana, Arial;
    border: 2px solid #e8e8e8;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    vertical-align: middle;
    float: left;
}

.search .content button
{
    width: 18%;
    height: 60px;
    margin-bottom: 40px;
    vertical-align: middle;
    float: left;
    clear: right;
    color: black;
    font-size: 20px;
    line-height: 16px;
    font-size: 2rem;
    line-height: 1.6rem;
    text-align: center;
    background-color: #e8e8e8;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.gsc-control-cse
{
	padding: 0 !important;
}



@media all and (min-width: 1025px) {

	.search .content
	{
		width: 80%;
		min-height: 600px;
		padding: 0 40px;
		background-color: white;
	}
}
