body.path-search .column.main-content{
	max-width: 960px;
    margin: 100px auto;
}

body.path-search .column.main-content .section{
	width: 100%;
}

body.path-search .column.main-content li{
	padding-bottom: 40px;
	margin-bottom: 30px;
	padding-top: 10px;
    border-bottom: 4px;
    border-color: #baab8f;
    border-style: double;
}

body.path-search .column.main-content li h3 a{
    color: #baab8f;
    text-decoration: none;
}

body.path-search .column.main-content h2{
	font-size: 26px;
	color:#7a7a7a;
}

body.path-search .column.main-content .search-help-link{
	display: none;
}
body.path-search .column.main-content .search-advanced{
	display: none;
}

body.path-search .column.main-content label{

    display: none;
}
body.path-search .column.main-content .form-search::before{
	color: #baab8f;
    font-family: 'jdicons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;		
	content: "\e90f";
}
body.path-search .column.main-content .form-search{
	height: 50px;
    font-size: 32px;
    color: #ffffff;
    background: #000000;
    border: 0px;
    padding-left: 40px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-family: 'HWTUnitGothic', yu-mincho-pr6n, sans-serif;
    font-weight: bold;
    width: 100%;
}
body.path-search .column.main-content .form-search:focus{
	outline: none;
}

body.path-search .column.main-content .form-wrapper{
	border-bottom: 1px solid #7a7a7a;
	position: relative;
}

body.path-search .column.main-content .form-wrapper .placed-search-button{
	position: absolute;
	left: 0px;
	top:5px;
	margin:auto 0px;
		color: #7a7a7a;
    font-family: 'jdicons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;		
	
	font-size: 24px;
	width: 36px;
	height: 36px;
	cursor: pointer;
}

body.path-search .column.main-content .form-wrapper .placed-search-button:before{
content: "\e90f";
position: absolute;
bottom: 0;
}

body.path-search .column.main-content .form-wrapper .input-button-wrap,
body.path-search .column.main-content .form-wrapper .form-submit{
	display: none;
}

body.path-search .column.main-content .pager {
	text-align: center;
}
body.path-search .column.main-content .pager ul {
	display: inline-block;
}
body.path-search .column.main-content .pager ul li {
	border: none;
	display: inline-block;
	margin: 0 10px;
	padding: 0;
}
body.path-search .column.main-content .pager ul li a {
	color: #baab8f;
	font-size: 32px;
	padding: 0 10px;
}
body.path-search .column.main-content .pager ul li.is-active a {
	color: #7a7a7a;
	text-decoration: none;
}

@media (max-width: 960px) {
	body.path-search .column.main-content .section{
		width: 83.333333333%;
		margin: 0 auto;
	}
	body.path-search .column.main-content .form-search{
		width: 100%
	}
	
}
@media (max-width: 480px) {
	body.path-search .column.main-content .section{
		width: 83.333333333%;
		margin: 0 auto;
	}
	body.path-search .column.main-content .form-search{
		width: 100%
	}	
}