.wlbp-rows-bigs
{
	max-width: 1440px;
	width: 90%;
	margin: auto;
	font-size: 0;
}

.wlbp-rows-bigs-inner
{
	margin: -28px;
}

.wlbp-rows
{
	font-size: 0;
	max-width: 1440px;
	width: 90%;
	margin: auto;
}

.wlbp-rows-inner
{
	margin: -10px;
}

.wlbp-row
{
	display: inline-block;
	vertical-align: top;
	width: 33.33333%;
	padding: 10px;
}

.wlbp-row-big
{
	width: 50%;
	padding: 28px;
}

.wlbp-row-image
{
	height:0;
	padding-bottom: 65%;
	position: relative;
	overflow: hidden;
	text-align: center;
	border: 1px solid #e0e0e0;
}

/*.wlbp-row-image .wlbp-row-image-anchor:before
{
	content: "";
	position: absolute;
	z-index: 1;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #59c4cc;
	opacity: 0.2;
}*/


.wlbp-row-image .wlbp-row-image-anchor
{
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 0;
}

.wlbp-row-image .wlbp-row-image-anchor:before
{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.wlbp-row-image .wlbp-row-image-anchor img
{
	display: inline-block;
	vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 100%;
}

.wlbp-row-image .wlbp-row-image-anchor-empty img
{
	position: absolute;
	max-width: 60%;
	max-height: 60%;
	top: 0;
	right: 0;
	left:0;
	bottom: 0;
	min-width: 0;
	min-height: 0;
	transform: none;
	-ms-transform: none;
	-webkit-transform: none;
	margin: auto;
}

.wlbp-row-details
{
	padding: 35px 20px;
}

.wlbp-row-big .wlbp-row-details
{
	padding: 35px 30px;
}

.wlbp-row-category
{
	padding-bottom: 10px;
}

.wlbp-row-category a
{
	font-weight: 500;
	font-size: 17px;
	/*color: #4B83D8;*/
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.wlbp-row-title
{
	padding-bottom: 0;
	margin-bottom: 14px;
}

.wlbp-row-title a
{
	font-weight: normal;
	font-size: 24px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.wlbp-row-text
{
	font-size: 17px;
	color: #999999;
	margin-bottom: 25px;
}

.wlbp-row-foot
{
	text-align: justify;
	text-justify: distribute;
}

.wlbp-row-foot:after
{
	content: "";
	height: 0;
	width: 100%;
	display: inline-block;
}

.wlbp-row-foot-left
{
	font-size: 14px;
	color: #494949;
	font-weight: 500;
	display: inline-block;
	margin: 0 -14px;
}

.wlbp-row-foot-left > span
{
	padding: 0 14px;
}

.wlbp-row-foot-comments
{
	position: relative;
}

.wlbp-row-foot-comments:before
{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	left: -2px;
	background: #bcbcbc;
}

.wlbp-row-foot-comments i
{
	margin-right: 7px;
	top: 1px;
	position: relative;
}

.wlbp-see-all
{
	text-align: center;
	margin-top: 30px;
}

.wlbp-see-wrap
{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	font-size: 0;
	opacity: 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	z-index: 2;
}

.wlbp-see-wrap:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.wlbp-see-wrap:before {

    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #aaaaaa;
    opacity: 0.6;
}

.wlbp-see
{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	-webkit-transition: opacity 300ms ease-in-out, visibility 1ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out, visibility 1ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out, visibility 1ms ease-in-out;
	transition: opacity 300ms ease-in-out, visibility 1ms ease-in-out;
}

.wlbp-row-inner:hover .wlbp-see-wrap
{
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
	transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
}

.wlbp-row-inner .wlbp-row-image:after
{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width:0;
	height: 0;
	padding-bottom: 65%;
}



.wlbp-see .button-in-box
{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}

@media all and (max-width: 1400px){
	.wlbp-row-title a
	{
		font-size: 23px;
	}
	
	.wlbp-row-text
	{
		font-size: 16px;
	}
}

@media all and (max-width: 1200px){
	.wlbp-row-title a
	{
		font-size: 21px;
	}
	
	.wlbp-row-text
	{
		font-size: 15px;
		line-height: 20px;
	}
	
	.wlbp-row-big .wlbp-row-details,
	.wlbp-row-details
	{
		padding: 25px 0;
	}	
}

@media all and (max-width: 1024px){
	.wlbp-rows-bigs-inner
	{
		margin: -15px;
	}
	
	.wlbp-row-big
	{
		padding: 15px;
	}
	
	.wlbp-row-title a
	{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 100vw;
		max-width: 100%;
		display: inline-block;
	}
	
	.wlbp-row-foot .button
	{
		margin-top: 20px;
		width: 100%;
	}
	
	.wlbp-see
	{
		position: static;
	}
	
	.wlbp-see .button
	{
		display: inline-block;
		font: normal normal normal 56px/1 'Nucleo Outline';
		speak: none;
		text-transform: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		background: none;
		padding: 0;
		border: none;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		color: #ffffff;
	}
	
	.wlbp-see .button:hover
	{
		background: none;
		padding: 0;
		border: none;
	}
	
	.wlbp-see .button:before
	{
		content: "\ed08";
		vertical-align: middle;
	}
	
	.wlbp-see .button:after
	{
		content: "";
		display: inline-block;
		vertical-align: middle;
		height: 100%;
		width: 1px;
	}
	
	.wlbp-see span
	{
		display: none;
	}
}


@media all and (max-width: 600px){
	.wlbp-row-big
	{
		width: 100%;
	}
	
	.wlbp-row-foot .button
	{
		width: auto;
		margin-top: 0;
	}
	
	.wlbp-row-title a
	{
		white-space: normal;
	}
	
	.wlbp-row
	{
		width: 100%;
	}
}

@media all and (max-width: 480px)
{
	.wlbp-row-foot .button
	{
		width: 100%;
		margin-top: 20px;
	}
}