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

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

.wbi-rows .wbi-row{
	display: inline-block;
	width: 33.3333333%;
	padding: 10px;
	box-sizing: border-box;
}

.wbi-rows .wbi-row .wbi-row-inner{
	height: 0;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}

.wbi-row-inner-click
{
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 3;
}

.wbi-row-background
{
	position: absolute;
    top: 50%;
    left: 50%;

    width: auto;
    height: auto;

    max-height: none;
    max-width: 100%;

    min-height: 100%;
    min-width: 100%;

    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.wbi-rows .wbi-row .wbi-row-inner:before
{
	content: "";
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 100%;
	height: 0;
	width: 0;
}

.wbi-rows .wbi-row .wbi-row-inner:after
{
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	background: #000000;
	opacity: 0.25;
}

.wbi-row-details
{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 50px;
	box-sizing: border-box;
	width: 100%;
	z-index: 2;
	-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;
}

.wbi-title a
{
	font-weight: bold;
	font-size: 27px;
	line-height: 30px;
	text-transform: uppercase;
	color: #ffffff;
	text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.4);
}

.wbi-text
{
	font-weight: 500;
	font-size: 22px;
	text-transform: uppercase;
	color: #ffffff;
	text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.4);
}

.wbi-title + .wbi-text
{
	margin-top: 32px;
	position: relative;
}

.wbi-title + .wbi-text:before
{
	content: "";
	display: block;
	width: 35%;
	height: 2px;
	background: #c9ab4d;
	top: -21px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	
}
.wbi-row:nth-child(3n+2) .wbi-title + .wbi-text:before
{
	background: #6b115a;
}

.wbi-row-inner:hover .wbi-row-details
{
	-webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);   
    -moz-transform: scale(1.25);
    transform: scale(1.25);
}

.wbi-row-icon
{
	font-size: 100px;
	margin-bottom: 20px;
}

@media all and (max-width: 1400px){
	.wbi-title a
	{
		font-size: 26px;
	}
	
	.wbi-text
	{
		font-size: 21px;
	}
	
	.wbi-rows
	{
		padding-bottom: 88px;
	}
}

@media all and (max-width: 1200px){
	.wbi-title a
	{
		font-size: 24px;
	}
	
	.wbi-text
	{
		font-size: 19px;
	}
	
	.wbi-rows
	{
		padding-bottom: 68px;
	}
}

@media all and (max-width: 1024px){
	.wbi-rows-inner
	{
		text-align: center;
	}
	
	.wbi-rows .wbi-row
	{
		width: 50%;
		max-width: 420px;
	}
	
	.wbi-rows
	{
		padding-bottom: 48px;
	}
}

@media all and (max-width: 600px){
	.wbi-rows .wbi-row
	{
		width: 100%;
	}
	
}

/* 3 BOXY PRODUCENCI START */
.cdpl-3box-rows-wrapper
{
    padding: 0px 0 57px 0;
}

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

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

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

.cdpl-3box-rows-bigs-inner
{
	margin: -28px;
}

.cdpl-3box-rows
{
	font-size: 0;
	max-width: 1400px;
	width: 90%;
	margin: auto;
}

.cdpl-3box-row-hr
{
    border-top: 2px #ed1a3b solid;
    width: 45px;
    text-align: left;
    margin: 0;
}

.cdpl-3box-rows-inner
{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.cdpl-3box-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: 40px;
    margin-bottom: 40px;
}

.cdpl-3box-row:nth-child(3n+2){
    margin: 40px 2.15% 40px 2.15%;
}

.cdpl-3box-row-big
{
	width: 50%;
	padding: 28px;
}

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

/*.cdpl-3box-row-image .cdpl-3box-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;
}*/


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

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

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

.cdpl-3box-row-image .cdpl-3box-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;
}

.cdpl-3box-row-details
{
	box-sizing: border-box;
	padding: 36px 20px 20px 20px;
}

.cdpl-3box-row-big .cdpl-3box-row-details
{
	padding: 35px 30px;
}

.cdpl-3box-row-category
{
	padding-bottom: 10px;
}

.cdpl-3box-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;
}

.cdpl-3box-row-title
{
	padding-bottom: 0;
	margin-bottom: 20px;
}

.cdpl-3box-row-title a
{
    text-transform: uppercase;
    font-family: 'proxima_novabold';
	font-size: 32px;
    line-height: 28px;
    color: #000;
	-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;
}

p.cdpl-3box-row-text
{
    margin-top: 15px;
	font-size: 20px;
    line-height: 28px;
	color: #000;
	/*margin-bottom: 25px;*/
}

.cdpl-3box-row-foot
{
	text-align: justify;
	text-justify: distribute;
}

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

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

.cdpl-3box-row-foot-left > span
{
	padding: 0 14px;
}

.cdpl-3box-row-foot-comments
{
	position: relative;
}

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

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

.cdpl-3box-see-all
{
	text-align: center;
	margin-top: 30px;
}

.cdpl-3box-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;
}

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

.cdpl-3box-see-wrap:before {

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

.cdpl-3box-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;
}

.cdpl-3box-row:hover .cdpl-3box-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;
}

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

.cdpl-3box-row:hover
{
    background-color: #f3f3f3;
    cursor: pointer;
}

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

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

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

@media all and (max-width: 1200px){
    .cdpl-3box-row
    {
        display: inline-block;
        vertical-align: top;
        width: calc(95.6%/2);
        margin: 40px 0 40px 0;
    }
    
    .cdpl-3box-row:nth-child(3n+2)
    {
        margin: 40px 0 40px 0;
    }
    
    .cdpl-3box-rows-inner
    {
        justify-content: space-between;
    }
    
	.cdpl-3box-row-title a
	{
		font-size: 21px;
	}
	
	.cdpl-3box-row-text
	{
		font-size: 15px;
		line-height: 20px;
	}
	
	.cdpl-3box-row-big .cdpl-3box-row-details,
	.cdpl-3box-row-details
	{
		padding: 25px 0;
	}	
}

@media all and (max-width: 1024px){
	.cdpl-3box-rows-bigs-inner
	{
		margin: -15px;
	}
	
	.cdpl-3box-row-big
	{
		padding: 15px;
	}
	
	.cdpl-3box-row-title a
	{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 100vw;
		max-width: 100%;
		display: inline-block;
	}
	
	.cdpl-3box-row-foot .BTN
	{
		margin-top: 20px;
		width: 100%;
		box-sizing: border-box;
	}
	
	.cdpl-3box-see
	{
		position: static;
	}
	
	.cdpl-3box-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;
	}
	
	.cdpl-3box-see .BTN:hover
	{
		background: none;
		padding: 0;
		border: none;
	}
	
	.cdpl-3box-see .BTN:before
	{
		content: "\ed08";
		vertical-align: middle;
	}
	
	.cdpl-3box-see .BTN:after
	{
		content: "";
		display: inline-block;
		vertical-align: middle;
		height: 100%;
		width: 1px;
	}
	
	.cdpl-3box-see span
	{
		display: none;
	}
}

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

	.cdpl-3box-row
	{
		width: 100%;
	}
    
    .cdpl-3box-row, .cdpl-3box-row:nth-child(3n+2)
    {
        margin: 30px 0 0 0;
    }
    
    .cdpl-3box-row, .cdpl-3box-row:nth-child(odd)
    {
        margin: 30px 0 0 0;
    }
}

/* 3 BOXY PRODUCENCI END */

