.imgs_widget {
    position: relative;
    text-align: center;
}
.imgs_widget .widget_title {
    color: #424242;
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
.imgs_widget .widget_title a,
.imgs_widget .widget_title a:link,
.imgs_widget .widget_title a:visited,
.imgs_widget .widget_title a:hover,
.imgs_widget .widget_title a:active {
    color: #424242;
    text-decoration: none;
}
.imgs_widget .widget_icon {
    position: relative;
    height: 25px;
    white-space: nowrap;
    margin-top: 10px;
}
.imgs_widget .widget_icon:before,
.imgs_widget .widget_icon:after {
    content: '';
    display: inline-block;
    border-top: 1px dashed #9e9e9e;
    height: 1px;
    width: 184px;
    margin-bottom: 12px;
}
.imgs_widget .widget_body {
    margin-top: 15px;
}
.imgs_widget .widget_row {
    margin: 0 -7.5px;
    height: 100%;
}
.imgs_widget .widget_row:before{
	display: table;
    content: " ";
}
.imgs_widget .widget_row:after{
	display: table;
    content: "";
    clear: both;
}
.imgs_widget .widget_half {
    width: 50%;
    float: left;
    padding: 0 7.5px;
    height: 100%;
}
.imgs_widget .widget_2row{
	margin-top: 15px;
}
.imgs_widget .widget_2row .widget_half{
	width: 25%;
}
.imgs_widget .widget_2row .widget_half{
	margin-bottom: 15px;
}
.imgs_widget .widget_half .widget_half {
    height: 50%;
}
.imgs_widget .widget_half .widget_half:nth-child(1),
.imgs_widget .widget_half .widget_half:nth-child(2) {
    padding-bottom: 7.5px;
}
.imgs_widget .widget_half .widget_half:nth-child(3),
.imgs_widget .widget_half .widget_half:nth-child(4) {
    padding-top: 7.5px;
}
.imgs_widget .widget_img {
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
}
.imgs_widget .widget_half .widget_half .widget_img,
.imgs_widget .widget_2row .widget_half .widget_img{
	height: calc((350px/2) - 7.5px);
}
.imgs_widget .widget_description {
    color: #616161;
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
}
.imgs_widget .widget_description p:last-child {
    margin-bottom: 0;
}
.imgs_widget+.imgs_widget{
	margin-top: 60px;
}

@media all and (max-width: 767px) {
	.imgs_widget .widget_content,
	.imgs_widget .widget_row {
	    height: auto;
	}
	.imgs_widget .widget_half {
	    width: 100%;
	    margin-bottom: 15px;
	    float: none;
	}
	.imgs_widget .widget_content > .widget_row > .widget_half:first-child .widget_img,
	.imgs_widget .widget_half .widget_half .widget_img{
	    height: 260px !important;
	}
	.imgs_widget .widget_half .widget_half:nth-child(1),
	.imgs_widget .widget_half .widget_half:nth-child(2),
	.imgs_widget .widget_half .widget_half:nth-child(3),
	.imgs_widget .widget_half .widget_half:nth-child(4) {
	    padding-bottom: 0;
	    padding-top: 0;
	}
	.imgs_widget .widget_description{
	    margin-top: 20px;
	}
	.imgs_widget .widget_icon:before,
	.imgs_widget .widget_icon:after {
	    width: 129px;
	}
	.imgs_widget .widget_2row .widget_half{
		width: 100%;
	}
	.imgs_widget .widget_half:last-child{
		margin-bottom: 0;
	}
}

/*RankingList_Default*/
.pho-img-pager .pager{
	margin-bottom:40px;
	margin-top:20px;
	white-space:normal;
	padding-top:5px;
}
.pho-img-pager .pager .button
{
	display:inline-block;
	color:#3E3E3E!important;
	background:#fff;
    border-radius:5px;
	padding: 4px 10px;
	font-size:11px;
	border:1px solid #D4D4D4;
	line-height:16px;
	text-decoration:none;
	margin-left:5px;
	transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	margin-bottom:5px;
}
.pho-img-pager .pager .button:hover{
	color:#fff!important;
	background:#2A2A2A;
}
.pho-img-pager .pager .disabled{
	display:inline-block;
	color:#fff!important;
	background:#2A2A2A;
    border-radius:5px;
	padding: 4px 8px;
	font-size:11px;
	line-height:16px;
	margin-left:5px;
}

.pho-img-pager {
	clear:both;
}
.widget_body{
	position: relative;
}
.widget_body .photo_link{
	position: absolute;
	width:100%;
	height:100%;
	display: block;
}