.wlbp-rows-wrapper
{
    padding: 0px 0 57px 0;
}

.wlbp-title{
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    text-transform: uppercase;
    padding-bottom: 19px;
}

.wlbp-hr{
    border-top: 2px solid #ed1a3b;
    width: 95px;
    margin: auto;
    padding-bottom: 22px;
}

.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: 1400px;
	width: 90%;
	margin: auto;
}

.wlbp-row-hr
{
    border-top: 2px #ed1a3b solid;
    width: 56px;
    text-align: left;
    margin: 0;
}

.wlbp-rows-inner
{
    display: flex;
    flex-wrap: wrap;
	/*margin: -10px;*/
}

.wlbp-row
{
	display: inline-block;
	vertical-align: top;
	width: calc(95.6%/3);
	box-sizing: border-box;
	padding: 24px;
    background-color: #fff;
    border: 1px #d7d7d7 solid;
    margin-top: 20px;
}

.wlbp-row:nth-child(2){
    margin: 20px 2.15% 0 2.15%;
}

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

.wlbp-row-image
{
	height:0;
	padding-bottom: 65%;
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
}

/*.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
{
	box-sizing: border-box;
	padding: 36px 20px 20px 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: #6b115a;*/
	-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: 18px;
}

.wlbp-row-title a
{
    font-family: 'proxima_novabold';
	font-size: 23px;
    color: #000;
    line-height: 28px;
	-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
{
    margin-top: 20px;
	font-size: 16px;
    line-height: 28px;
	color: #000;
	/*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: #000;
    opacity: 0.5;
}

.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-row:hover
{
    background-color: #f6f6f6;
    cursor: pointer;
}

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

.wlbp-zoom
{
    font-size: 50px;
    color: #fff;
    position: relative;
    vertical-align: middle;
    z-index: 2;
}

@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-inner
    {
        min-height: 0;
    }
    
	.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 .BTN
	{
		margin-top: 20px;
		width: 100%;
		box-sizing: border-box;
	}
	
	.wlbp-see
	{
		position: static;
	}
	
	.wlbp-see .BTN
	{
		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;
		box-sizing: border-box;
		margin: auto;
		color: #ffffff;
	}
	
	.wlbp-see .BTN:hover
	{
		background: none;
		padding: 0;
		border: none;
	}
	
	.wlbp-see .BTN:before
	{
		content: "\ed08";
		vertical-align: middle;
	}
	
	.wlbp-see .BTN:after
	{
		content: "";
		display: inline-block;
		vertical-align: middle;
		height: 100%;
		width: 1px;
	}
	
	.wlbp-see span
	{
		display: none;
	}
}

@media all and (max-width: 1200px){

	.wlbp-row
	{
		width: 48.925%;
	}
    
    .wlbp-row, .wlbp-row:nth-child(3n+2)
    {
        margin: 30px 0 0 0;
    }
    
    .wlbp-row:nth-child(odd)
    {
        margin: 30px 2.15% 0 0;
    }
    
}


@media all and (max-width: 768px){

	.wlbp-row
	{
		width: 100%;
	}
    
    .wlbp-row, .wlbp-row:nth-child(odd)
    {
        margin: 30px 0 0 0;
    }
}