a{
	text-decoration: none;
}
.page-content ul{
	padding: 0;
	margin-bottom: 30px;
}
.search-wrapper{
	margin-top: 78px;
}
.page-title h2{
	font-family: 'Montserrat';
    color: #c0a062;
    font-size: 32px;
    font-weight: 400;
    line-height: 37.333px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-left: 0
}
.search-head{
	font-family: 'Lora';
    color: #808080;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    list-style: none;
    margin-bottom: 45px;
}
.search-pagination a{
	text-decoration: none;
	cursor: initial;
}
.pagination-left-wrapper {
    position: relative;
    float: left;
    width: 60px;
    height: 12px;
}
.pagination-left-wrapper:hover span.arrow-left{
	border-top-color:black;
	border-left-color:black;
}
.pagination-left-wrapper:hover span.arrow-left.disable{
	border-top-color: #dcdcdc;
	border-left-color: #dcdcdc;
	cursor: default;
}
.arrow-left-wrapper {
    position: relative;
    display: inline-block;
}
span.arrow-left{
	position: relative;
	display: block;
    height: 10px;
    width: 10px;
    top: 5px;
    cursor: pointer;
	border-left: 2px solid #dcdcdc;
	border-top: 2px solid #dcdcdc;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
.pagination-right-wrapper {
    position: relative;
    float: right;
    width: 50px;
    height: 12px;
}
.pagination-right-wrapper:hover span.arrow-right{
	border-top-color: black;
	border-right-color: black;
}
.pagination-right-wrapper:hover span.arrow-right.disable{
	border-top-color: #dcdcdc;
	border-right-color: #dcdcdc;
	cursor: default;
}
.arrow-right-wrapper {
    position: relative;
    display: inline-block;
}
span.arrow-right{
	position: relative;
	display: block;
    height: 10px;
    width: 10px;
    cursor: pointer;
	border-right: 2px solid #dcdcdc;
	border-top: 2px solid #dcdcdc;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.next-news{
    position: absolute;
    display: inline-block;
    font-family: 'Lora';
    color: #282828;
    font-size: 18px;
    font-style: italic;
    line-height: 29px;
    text-align: left;
    right: 40px;
    top: -10px;
    cursor: pointer;
}
.next-news.disable {
    position: absolute;
    display: inline-block;
    font-family: 'Lora';
    color: #dcdcdc;
    font-size: 18px;
    font-style: italic;
    line-height: 29px;
    text-align: left;
    top: -10px;
    right: 40px;
    cursor: default;
}
.previous-news{
    position: relative;
    display: inline-block;
    left: 37px;
    top: -16px;
    font-family: 'Lora';
    color: #282828;
    font-size: 18px;
    font-style: italic;
    line-height: 29px;
    text-align: left;
    cursor: pointer;
}
.previous-news.disable {
    position: relative;
    display: inline-block;
    left: 37px;
    top: -16px;
    font-family: 'Lora';
    color: #dcdcdc;
    font-size: 18px;
    font-style: italic;
    line-height: 29px;
    text-align: left;
    cursor: default;
}
.search-item h3{
	font-family: 'Montserrat';
    color: #282828;
    font-size: 24px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
}
.search-item{
	font-family: 'Lora';
    color: #808080;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    list-style: none;
}