/*C_BLOG_CATALOG*/
.cpc-wrap
{
	max-width: 1440px;
	width: 90%;
	margin: auto;
}

.cpc-producent-logo
{
    max-width: 1400px;
    margin:auto;
    padding:0 50px;
}

.cpc-rows
{
	margin: -20px;
	padding-bottom: 70px;
}

.cpc-rows .pager
{
	padding-top: 35px;
	width: 100%;
}

.cpc-rows-inner
{
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.cpc-row
{
	width: 33.33333%;
	box-sizing: border-box;
	padding: 20px
}

.cpc-row-inner
{
	cursor: pointer;
}

.cpc-row-picture-anchor
{
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
}

.cpc-row-picture-anchor-empty
{
	padding: 75px 20px;
	box-sizing: border-box;
	border: 1px solid #e0e0e0;
}

.cpc-row-picture-see-more
{
	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;
}

.cpc-row-inner:hover .cpc-row-picture-see-more
{
	opacity: 1;
}

.cpc-row-picture-see-more .button
{
	vertical-align: middle;
}

.cpc-row-picture-see-more:after
{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.cpc-row-picture-see-more:before
{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background: #48556e;
	opacity: 0.6;
}

.cpc-row-picture-anchor img
{
	max-width: 100%;
	display: block;
	margin: auto;
}

.cpc-row-picture-anchor-empty img
{
	max-width: 60%;
	max-height: 60%;
}

.cpc-row-category
{
	padding-top: 10px;
}

.cpc-row-category a
{
	font-weight: 500;
	font-size: 17px;
	color: #48556e;
	-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;
}

.cpc-row-category a:hover
{
	color: #aaa;
}

.cpc-row-title a
{
	font-weight: normal;
	font-size: 24px;
	color: #494949;
	-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;
}

.cpc-row-title a:hover
{
	color: #aaa;
}

.cpc-row-text
{
	padding-bottom: 20px;
}

.cpc-row-text,
.cpc-row-text p
{
	font-weight: 300;
	font-size: 19px;
	color: #494949;
}

.cpc-row-bottom
{
	font-size: 0;
	margin: -5px -20px;
	overflow: hidden;
}

.cpc-row-date
{
	font-size: 17px;
	color: #494949;
	padding: 5px 20px;
	display: inline-block;
	vertical-align: middle;
}

.cpc-row-comments
{
	font-size: 17px;
	color: #494949;
	position: relative;
	padding: 5px 20px;
	display: inline-block;
	vertical-align: middle;
}

.cpc-row-comments:before
{
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	bottom: 5px;
	width: 1px;
	background: #bcbcbc;
}

.cpc-row-comments i
{
	margin-right: 8px;
	vertical-align: middle;
}

.cpc-row-comments span
{
	display: inline-block;
	vertical-align: middle;
}

.cpc-row-comments span a
{
	color: #494949;
}

.cpc-row-bottom-line
{
	margin: 35px 0 0 0;
	height: 1px;
	width: 100%;
	background: #bcbcbc;
}


.cdp-blog .cpc-row-bottom
{
	margin-top: 30px;
}

.twocol-layout .cpc-row,
.twocol-layout .cpc-row
{
	width: 50%;
}

@media all and (max-width: 1400px){
	.cpc-row-title a
	{
		font-size: 22px;
	}
	
	.cpc-row-text, .cpc-row-text p
	{
		font-size: 18px;
	}
	
	.cpc-row-date, .cpc-row-comments
	{
		font-size: 16px;
	}
}

@media all and (max-width: 1280px){
	.cpc-row-title a
	{
		font-size: 21px;
	}
	
	.cpc-row-text, .cpc-row-text p
	{
		font-size: 17px;
	}
	
	.cpc-row-date, .cpc-row-comments
	{
		font-size: 15px;
	}
	
	.cpc-rows
	{
		margin: -15px;
	}
}

@media all and (max-width: 1023px){
	.cpc-row
	{
		width: 50%;
	}
	
	.twocol-layout .cpc-row,
	.twocol-layout .cpc-row
	{
		width: 100%;
	}
}

@media all and (max-width: 768px)
{
	.cpc-producent-logo
	{
		text-align: center;
	}
}


@media all and (max-width: 600px){
	.cpc-row
	{
		width: 100%;
	}
}
    
/*C_PRODUCENT_CARD_CATALOG*/

/*C_PRODUCENT_CARD ARTICLE VIEW START*/
.cpc-blog
{
    width: 90%;
    margin: auto;
    max-width: 1400px;
    padding-bottom: 50px;
}

.cpc-art-top
{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 57px;
}


.cpc-art-tittle-wrapper
{
    width: 80%;
    box-sizing: border-box;
    padding-right: 20px;
}

.cpc-art-btn-wrapper
{
    
}

.button.cpc-art-btn
{
/*    background-color: #f1f1f1;
    border-top: 2px solid #f1f1f1;
    border-bottom: 2px solid #f1f1f1;*/
    color: #000;
    padding: 17px 32px 17px 32px;
}

.button.cpc-art-btn > i
{
    font-size: 13px;
    margin-left: 25px;
}

.cpc-short-text
{
    margin-bottom: 30px;
}

.cpc-video
{
    margin-bottom: 30px;
}

.cpc-blog p
{
    font-size: 17px;
    line-height: 30px;
}

.cpc-art-tittle-wrapper > h1
{
    font-size: 38px;
    line-height: 43px;
    color: #000;
    font-family: 'Rubik Medium';
    text-transform: uppercase;
    font-weight: 500;
}

.cpc-justify-text
{
    text-align: justify;
}

@media all and (max-width: 500px){
    .cpc-art-top
    {
        flex-direction: column;
        align-items: center;
    }


    .cpc-art-tittle-wrapper
    {
        order: 2;
        width: 100%;
    }
    
    .cpc-art-tittle-wrapper > h1.title
    {
        font-size: 36px;
    }

    .cpc-art-btn-wrapper
    {
        order:1;
        margin-bottom: 50px;
    }
}
/*C_PRODUCENT_CARD ARTICLE VIEW END

/*C_PRODUCENT_CARD PRODUCTS START*/
.cpc-products
{
    width: 90%;
    max-width: 1400px;
    margin:auto;
    display: flex;
    flex-direction: column;
}

.cpc-product
{
    display:flex;
    padding:20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px #d7d7d7 solid;
    align-items: center;
}

.cpc-product:hover
{
    transition: background-color 300ms ease-in-out;
    background-color: #f3f3f3;
}

.cpc-product-left
{
    padding: 15px;
    flex-basis: 50%;
}

.cpc-product-left > span, .cpc-product-left > a
{
    font-family: 'proxima_novabold';
    font-size: 24px;
    color: #000;
}

.cpc-product-right > img
{
    width: 100%;
    height: auto;
    min-width: 200px;
    max-height: 300px;
}

.cpc-product-left > .text
{
    padding-top: 20px;
    font-size: 17px;
    color: #000;
}

.cpc-product-right
{
    padding: 15px;
    flex-basis: 50%;
    text-align: right;
}

.cpc-btn-wrapper
{
    width: 90%;
    max-width: 1400px;
    margin: auto;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
}


@media all and (max-width: 900px){
    .cpc-product
    {
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .cpc-product-left
    {
        flex-basis: 100%;
    }
    
    .cpc-product-right
    {
        flex-basis: 100%;
    }
}
/*C_PRODUCENT_CARD PRODUCTS END */

/*IMPORTANT CLASS START*/
.cpc-prez{
    /*RATIO SETUP*/
    width:73.3%;
    padding-bottom: 29.9585%;
    height: 0;
    position: relative;
    margin: auto;
    margin-bottom: 47px;
    margin-top: 27px;
}

.cpc-prez-art{
    /*RATIO SETUP*/
    width:100%;
    padding-bottom: 41.431%;
    height: 0;
    position: relative;
    margin: auto;
    margin-bottom: 65px;
}

.cpc-prez-main{
	position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    overflow: hidden;
}

.cpc-prez-cont
{
    top:0;/*REQUIRED*/
    left: 0;/*REQUIRED*/
    height: 100%;
    width: 100%;
    position: absolute;
}
.cpc-prez-text-cont:before{
	content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px; 
    background: #f6f6f6;
    opacity: 0.9;
}


.cpc-prez-cont-prez{
	height: 100%;/*REQUIRED*/
	width: 100%;/*REQUIRED*/
	position: relative;/*REQUIRED*/
	float: left;/*REQUIRED*/
	background-repeat: no-repeat;
	background-position: top center;
    background-size: cover;
    background-size: contain; /*lol*/
}

.cpc-prez-cont-prez[onclick]
{
	cursor: pointer;
}
/*IMPORTANT CLASS END*/

.cpc-prez-cont-prez:before
{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
	margin-left: -3.5px;
}

.cpc-prez-cont-prez.cpc-prez-text-cont-left
{
	text-align: left;
}

.cpc-prez-cont-prez.cpc-prez-text-cont-center
{
	text-align: center;
}

.cpc-prez-cont-prez.cpc-prez-text-cont-right
{
	text-align: right;
}

.cpc-prez-text-cont{
    position: relative;
    display: inline-block;
    width: 40%;
    vertical-align: middle;
    height: 75%;
    margin: 0 0 0 65px;
    padding: 53px 47px;
	text-align: left;
    box-sizing: border-box;
}
.cpc-prez-text-desc{
	position: relative;
	font-size: 18px;
	line-height: 30px;
	color:#000000;
	padding-bottom: 27px;
	display: inline-block;
    padding-bottom: 55px;

}
.cpc-prez-bottom-btn
{
    position: absolute;
    bottom: 30px;
    padding: 10px 0 0 0 ;
}

.cpc-prez-text-cont h2{
    font-family: 'Rubik Medium';
	font-weight: 500;
	font-size: 34px;
	color: #000000;
	text-align: left;
	position: relative;
	line-height: 34px;
    padding-bottom: 35px;
}

.cpc-prez-hr-cont{
    margin: 0;
	width: 75px;
    border-top: 2px solid #ed1a3b;
    position: relative;
	padding: 0px 0 35px 0;
	text-align: left;
}
.cpc-prez-bottom-btn a {
	padding: 13px 5px 12px 15px
}

.cpc-prez-text-cont-dark .cpc-prez-text-cont h2{
		font-weight: bold;
	font-size: 48px;
	color: #000000;
	text-transform: uppercase;	
	text-align: left;
	position: relative;
}
.cpc-prez-text-cont-dark .cpc-prez-text-cont span.subname
{
  font-size: 42px;
    color: #f21424;
    font-weight: 500;
    text-transform: uppercase;   
    display: inline-block;
	position: relative;
}
.cpc-prez-bottom-btn a{
	color:white;
	font-size: 17px;
	line-height: 22px;
	text-transform: none;
	vertical-align: middle;
	margin:5px;
}
.cpc-prez-bottom-btn a:first-child:hover { 
    background-color: #fff;
	color:#ed1a3b;
}
.cpc-prez-bottom-btn a:first-child { 
    background-color: #ed1a3b;
	border:none;
    padding: 19px 20px 19px 35px;
    text-transform: uppercase;
}

.cpc-prez-bottom-btn i{
	vertical-align: middle;
	padding: 0 15px 0 25px;
}
.cpc-prez-bottom-btn a:nth-child(2) { 
    background-color: #9c9c9c;
	border:none;	
}
.cpc-prez-bottom-btn a:nth-child(2):hover { 
    background-color: #f21424;
	color:#ffffff;
	border:none;	
}

.cpc-prez-text-cont span.subname{
    font-size: 20px;
    line-height: 19px;
    color: #000;
    font-weight: 400;
    display: inline-block;
	position: relative;
}

/*.cpc-prez-text-cont a.read-more{
	display: inline-block;
	font-size: 19px;
	color: #ffffff;
	background: #7B2C68;
	text-transform: uppercase;
	text-align: center;
	padding: 29px 40px;
	box-sizing: border-box;
	border: 2px solid #6b115a;
	width: 280px;
	-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;
}*/

/*.cpc-prez-text-cont-dark .cpc-prez-text-cont a.read-more
{
	background: #ffffff;
	color: #996e91;
}*/

/*.cpc-prez-text-cont a.read-more:hover{
	background: #ffffff;
	color: #6b115a;
}*/

/*.cpc-prez-text-cont-dark .cpc-prez-text-cont a.read-more:hover
{
	color: #ffffff;
	background: #996e91;
}*/
.cpc-prez-navi-in{
	 text-align: right;
    max-width: 1440px;
    width: 90%;
    margin: auto;
    font-size: 0;
}
.cpc-prez-navi{
	position: absolute;
	left: 0;
    right: 0;
    bottom: 20px;
	margin: auto;
	text-align: center;

}

.cpc-prez-navi a{
	display: inline-block;
	margin: 5px 10px;
	background: #ffffff;
	overflow: hidden;
	text-indent: 9999px;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	box-sizing: border-box;
	-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;
}

.cpc-prez-navi a:hover,.cpc-prez-navi a.active {
	border: 7px solid #ffffff;
	border-radius: 100%;
	background: #ed1a3b;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}

.cpc-prez-prev
{
	border-radius: 2px;
	position: absolute;	
	background: #fff;
	font-size: 22px;
	top: 0;
	bottom: 0;
	margin: auto;
	left: -5%;
	height: 59px;
	width: 51px;
	color: #6d6d6d;
	text-align: center;
    border: 1px #d7d7d7 solid;
    -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;
}
.cpc-prez-prev i,
.cpc-prez-next i{
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin: auto;
	height:21px;
	width:21px;
    font-weight: 700;
    color: #000;
}


.cpc-prez-next
{
	border-radius: 2px;
	position: absolute;
	background: #fff;
	font-size: 22px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -5%;
	height: 59px;
	width: 51px;
	color: #6d6d6d;
	text-align: center;
    border: 1px #d7d7d7 solid;
	-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;
}


.cpc-prez-prev:hover, .cpc-prez-next:hover
{
    background-color: #ed1a3b;

    border: 1px #ed1a3b solid;
}

.cpc-prez-prev:hover i,
.cpc-prez-next:hover i
{
	color: #fff;
}

@media all and (max-width: 1800px){
    .cpc-prez-with-desc {
        width: 78%;
        padding-bottom: 32%;
    }
}

@media all and (max-width: 1600px){
    .cpc-prez-with-desc {
        width: 90%;
        padding-bottom: 36%;
    }
}


@media all and (max-width: 1400px){
/*    .cpc-prez {
        width: 90%;
        padding-bottom: 50%;
    }
    */
	.cpc-prez-text-cont h2{
		font-size: 30px;
	}

	.cpc-prez-text-cont span.subname
	{
		font-size: 20px;
	}

	.cpc-prez-text-cont a.read-more
	{
		padding: 12px 12px 12px 20px;
		font-size: 18px;
	}
    
	.cpc-prez-text-cont
	{
		width: 50%;
        padding: 20px 30px;
	}
}

@media all and (max-width: 1200px){
    .cpc-prez-with-desc {
        padding-bottom: 38%;
    }
    
    .cpc-prez-text-cont h2 
    {
        padding-bottom: 15px;
        font-size: 20px;
    }
    
    .cpc-prez-hr-cont 
    {
        padding: 0px 0 20px 0;
    }

}

@media all and (max-width: 1024px){
/*	.cpc-prez
	{
		padding-bottom: 65%;
	}*/

/*	.cpc-prez-text-cont h2
	{
		font-size: 24px;
		margin-bottom: 10px;
	}*/

	.cpc-prez-text-cont span.subname
	{
		margin-bottom: 10px;
	}

	.cpc-prez-text-cont span.subname
	{
		font-size: 16px;
	}

/*	.cpc-prez-text-cont
	{
		width: 50%;
		padding:15px;
	}*/

/*	.cpc-prez-text-cont a.read-more
	{
		padding: 18px 32px;
		font-size: 17px;
	}*/
	.cpc-prez-text-desc{
		font-size: 17px;
	}
	.cpc-prez-next{
		right:1%;			
	}
	.cpc-prez-prev{
		left:1%;
	}
    .cpc-prez-navi
    {
        display: none;
    }
    
	.cpc-prez-text-cont a.read-more
	{
		padding: 9px 9px 9px 15px;
		font-size: 14px;
	}
    
}

@media all and (max-width: 900px)
{
	.cpc-prez-with-desc
	{
		padding-bottom: 56.5%;
	}
    
	.cpc-prez-text-cont a.read-more, .cpc-prez-next, .cpc-prez-prev
	{
		display: none;
	}

	.cpc-prez-text-cont
	{
		width: 100%;
		margin: 0;
		padding: 20px;
		padding-bottom: 50px;
		box-sizing: border-box;
		vertical-align: bottom;
        position: absolute;
        bottom: 0;
        height: 35%;
        /*height: 50%;*/
	}

	.cpc-prez-text-cont h2
	{
		font-size: 18px;
		margin-bottom: 5px;
	}
}

@media all and (max-width: 768px)
{
	.cpc-prez-with-desc
	{
		padding-bottom: 70%;
	}
    
    .cpc-prez-text-cont {
        height: 47.5%;
    }
}

@media all and (max-width: 700px)
{
/*	.cpc-prez
	{
		padding-bottom: 70%;
	}*/
}

@media all and (max-width: 580px)
{
	.cpc-prez-with-desc
	{
		padding-bottom: 80%;
	}

    .cpc-prez-text-cont {
        height: 54%;
    }
}

@media all and (max-width: 480px)
{
	.cpc-prez-with-desc
	{
		padding-bottom: 71%;
	}

    .cpc-prez-text-cont {
        height: 48.5%;
    }
    
    .cpc-prez-text-cont h2
    {
        padding-bottom: 0px;
		font-size: 15px;
        line-height: 20px;
    }
    
    .cpc-prez-text-cont span.subname {
        font-size: 13px;
        line-height: 20px;
    }
}

@media all and (max-width: 380px)
{
	.cpc-prez-with-desc
	{
		padding-bottom: 77.5%;
	}
    
    .cpc-prez-text-cont
	{
        height: 52.5%;
	}

	.cpc-prez-text-cont h2
	{
		font-size: 13px;
        line-height: 15px;
	}
    
    .cpc-prez-text-desc,
    .cpc-prez-text-cont span.subname
    {
        font-size: 12px;
        line-height: 15px;
    }
}



.CAT_CONTPRODUCENT_CONT{
	padding: 0;
}

.PRODUCENT_CONT a.WATCH_ALL_LONG_ARROW{
	 top:-60px;
}

.PROD_LOGO_CONT{
	color: #343434;
	position: relative;
	top:0;
	z-index: 1;
	width: 100%;
    padding-bottom: 20px;
}

.PROD_LOGO_CONT_STATIC{
	position: static;
}

.PROD_LOGO_CONT .MAIN{
	padding: 60px 0 0 40px;
}

.PROD_LOGO_CONT .PATH{
	padding: 0 0 10px;
}

.PROD_LOGO_CONT .PATH a, .PROD_LOGO_CONT .PATH span{
	color: #8f8884;
}

.PROD_LOGO_CONT .PROD_LOGO{
	width: 196px;
	overflow: hidden;
	padding: 0 0 10px;
}

.PROD_LOGO_CONT h1{
	font-family: 'proxima_novalight';
	font-size: 36px;
	font-weight: normal;
	color: #ff0012;
	padding: 0;
}

/*LIST*/
.CB_LIST{
	border: 1px solid #cfcfcf;
	padding: 5px;
	background: #fff;
	padding-bottom: 20px;
}

.CB_LIST_ROW{
	margin-bottom: 10px;
}

.CB_LIST_IMG{
	overflow: hidden;
	height: 134px;
	margin: 0 0 10px 0;
}

.CBL_TEXT{
	padding: 10px 15px;
	line-height: 18px;
}

.CBL_NAME{
	color: #ff0012;
	font-size: 30px;
	font-family: justus_pro, serif;
	line-height: 30px;
	font-weight: normal;
}

.CBL_CAT{
	padding: 15px 0;
	border-bottom: 1px solid #c2c2c2;
	margin-bottom: 15px
}

.CBL_CAT a{
	color: #c2c2c2;
}

.CBL_SOCJAL{
	margin: 10px 0 0;
}


.CBL_SOCJAL_ART{
	padding: 14px 0 14px 20px;
}

.CBL_SOCJAL_ART_WYKOP{
	overflow: hidden;
	height: 20px;
	width: 100px;
}

.CBL_SOCJAL_ART_FB{
	overflow: hidden;
	height: 20px;
	width: 115px;
}

.CBL_SOCJAL_ART_GP{
	overflow: hidden;
	height: 20px;
	width: 75px;
}

.CBL_SOCJAL_ART_TWITTER{
	overflow: hidden;
	height: 20px;
	width: 100px;
}

.CONTEST-GALLERY > div{
	overflow: hidden;
	margin: 0 0 20px 0;
	text-align: center;
}

.CONTEST-GALLERY > div img{
	max-width: 100%;
}

.CB_DOWN_CONT{
	padding:0 0 10px;
}

.CBA-MAIN{
	min-height: 340px;
}

.CB_DOWN_CONT .CB_TXT.CB_DOWN{
	padding-left:0;
	padding-right:0;
}

.CBL_SOC_L{
	float: left;
}

.CBL_SOC_L .article-footer{
	width: auto;
	position: static;
}

.GRAY_CONT_P{
	background: #f2f2f2;
}

.GC_PRODUCT_LIST{
	margin: 0 10px;
}

.GC_PRODUCT_LIST li{
	background: #F2F2F2;
    border: 2px solid #E0D9D4;
    border-radius: 10px;
    margin: 0 0 16px;
    padding: 10px;
	height: 155px;
}

.GC_PRODUCT_LIST H3{
	color: #FF0012;
    font-family: 'proxima_novaregular';
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    padding: 13px 15px 0;
	text-transform: capitalize;
}

.GC_PRODUCT_LIST .text p{
	color: #343434;
    font-family: arial,sans-serif;
    font-size: 11px;
    line-height: 18px;
    margin-top: 0;
    padding: 0 15px 0 0;
}

.GC_PRODUCT_LIST .text{
	color: #343434;
    font-family: arial,sans-serif;
    font-size: 11px;
    margin-top: 27px;
    padding: 0 18px;
    position: relative;
    width: 550px;
    z-index: 2;
}


.GC_PRODUCT_LIST p.photo{
	float: right;
    height: 155px;
    width: 362px;
	border-radius: 4px;
	margin: 0;
    overflow: hidden;
	right: 10px;
    top: 10px;
	/*position: relative;*/
}

.GC_PRODUCT_LIST p.photo img{
	/*position: absolute;*/
	right: 0;
	top:0;
	height: 100%;
}

.DB_CHANGES{
	padding: 10px;
}

/*LIST*/
.CB_LIST{
	width: 775px;
	
	/*padding-bottom: 20px;*/
}

.CB_LIST_ROW{
	margin-bottom: 15px;
	background: #fff;
	border: 2px solid #e0d9d4;
	padding: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;
    width: 154px;
	height: 350px;
	float: left;
    margin-right: 15px;
	position: relative;
}

.CB_LIST_ROW.LAST{
	margin-right: 0;
	width: 155px;
}

.article.CB_LIST_ROW h3, .article.CB_TOP_ROWS h3{
	padding: 0;
}

.article.CB_LIST_ROW a.hover, .article.CB_TOP_ROWS a.hover{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.CB_LIST_IMG{
	overflow: hidden;
	height: 134px;
	margin: 0 0 10px 0;
	position: relative;
	border-radius: 4px;
}

.CB_LIST_IMG a{
	overflow: hidden;
	width: 156px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height: 155px;
}

.CBL_TEXT{
	padding: 10px 9px;
	line-height: 18px;
}

.CBL_NAME{
	color: #ff0012;
	font-size: 18px;
	font-family: 'proxima_novalight';
	line-height: 14px;
	font-weight: normal;
}


.CB_TXT{
	font-family: 'proxima_novaregular';
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	font-weight: normal;
}

.CB_F_CONT{
	line-height: 18px;
	color: #5a5451;
	font-size: 14px;
	font-family: 'justus_pro_light';
}

.CB_F_CONT p{
	line-height: 23px;
}

.CB_AUTOR_INFO{
	position: absolute;
	top:90px;
	left:10px;
}

.CB_TXT1{
	color: #5a5451;
	font-family: 'proxima_novaregular';
	font-size: 14px;
}

.CB_AUTOR_INFO_IN{
	background: #fff;
	padding: 5px;
	width: 362px;
	overflow: hidden;
}

.CB_A_IMG{
	width: 362px;
	overflow: hidden;
	max-height: 230px;
}

.CB_AUTOR_INFO_IN img{
	display: block;
}

.CB_AUTHOR_INFO{
	margin-top: 5px;
	background: #ff0012;
	color: #fff;
	font-family: 'proxima_novabold';
	font-size: 12px;
	padding: 15px;
}

.CB_AUTHOR_INFO .CB_AUTHOR_INFO_NAME{
	font-size: 36px;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'proxima_novabold';
	line-height: 27px;
}

.CB_AUTHOR_SHARE{
	color: #fff;
	font-family: 'proxima_novablack';
	font-size: 18px;
	text-shadow: 1px 1px 1px #000;
	padding: 20px;
	text-transform: uppercase;
}

.CB_AUTHOR_SHARE_LABEL{
	margin: 0 0 10px;
	font-weight: bold;
}


.CB_SIMILAR_CONT{
	position: absolute;
	top:0;
	left:-390px;
	width: 372px;
}

.CB_SIM_LABEL{
	color: #ff0012;
	font-family: 'proxima_novaregular';
	font-size: 18px;
	padding: 0;
	margin: 0px 0 24px 0px;
	font-weight: normal;
}

.CB_SHORT_T{
	padding: 0 20px;
}

.CB_SHORT_T{
	font-family: 'proxima_novaregular';
	font-size: 14px;
	color: #9d9081;
	line-height: 22px;
}

.CB_SHORT_T p, .CB_TXT p{
	line-height: 23px;
}

.CBL_CAT{
	padding: 2px 0;
	margin-bottom: 15px
}

.CBL_CAT a{
	color: #c2c2c2;
}

.CBL_T{
	color: #5A5451;
    font-size: 11px;
}

.CBL_SOCJAL{
	margin: 10px 0 0;
	bottom: 20px;
    left: 20px;
    position: absolute;
}

.CBL_SOCJAL_ART{
	padding: 14px 0 14px 20px;
}

.CBL_SOCJAL_ART_WYKOP{
	overflow: hidden;
	height: 20px;
	width: 100px;
}

.CBL_SOCJAL_ART_FB{
	overflow: hidden;
	height: 20px;
	width: 115px;
}

.CBL_SOCJAL_ART_GP{
	overflow: hidden;
	height: 20px;
	width: 75px;
}

.CBL_SOCJAL_ART_TWITTER{
	overflow: hidden;
	height: 20px;
	width: 100px;
}

.CBL_SOC_L{
	float: left;
}

.CBL_SOC_L .article-footer{
	width: auto;
	position: static;
}

.CB_TOP_ROWS{
	width: 348px;
	border:2px solid #e0d9d4;
	background: #fff;
	padding: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 15px;
	float: left;
	height: 350px;
	position: relative;
	overflow: hidden;
}

.CB_TOP_ROWS a.pic{
	display: block;
	width: 347px;
	height: 135px;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 50px;
}

.diet{
	position: absolute;
	top: 176px;
    left: 21px;
	font-weight: bold;
	color: #343434;
	font-size: 11px;
}

.diet a{
	color: #343434;
}

.CB_TOP_ROWS a.tit{
	color: #ff0012;
	font-size: 34px;
	font-family: 'proxima_novalight';
	display: block;
	line-height: 32px;
	padding: 0 11px 17px;
}

.CBTOP_TEXT{
	color: #5a5451;
	font-size: 11px;
	padding: 0 11px 19px;
	line-height: 18px;
}

.MR15{
	margin-right: 15px;
}

.art_sponsored{
	color: #e0d9d4;
	padding: 0 11px;
}

table.CBL_SOCTAB{
	color: #8f8884;
	font-size: 12px;
	font-family: 'proxima_novasemibold';
	padding-bottom: 17px;
}

.star{
	float: right;
	width: 14px;
	margin: 0 1px;
	height: 15px;
}

table.CBL_SOCTAB tr td{
	width: 65px;
}

.CBL_TOP_ROWS {
    height: 115px;
}

/*art_default*/
.CB_MAIN{
	padding: 20px 0 0;
	font-size: 12px;
	position: relative;
}

.CB_MAIN .CB_TITLE{
	color: #ff0012;
	font-size: 36px;
	font-family: 'proxima_novalight';
	font-weight: lighter;
	padding: 0 20px;
}

.CB_CATS{
	padding: 0 20px 20px;
	color: #8f8884;
	font-size: 11px;
}

.CB_CATS a{
	color: #8f8884;
}

.CB_CATS a:hover{
	font-weight: bold;
	text-decoration: none;
}

.CB_CATS span{
	padding: 0 1px 0 4px;
}

table.CBL_TAB_ART{
	color: #8F8884;
    font-family: 'proxima_novasemibold';
    font-size: 12px;
}

.DEF_PAD{
	padding: 7px 20px;
	width: 161px;
	margin: 0 16px 0 0;
}

/*cont-article*/
.cont-article{
	padding: 37px 20px 0;
}

.left_ca{
	float: left;
	width: 178px;
	margin-right: 16px;
}

.center_ca{
	float: left;
	width: 554px;
	margin-right: 16px;
}

.CB_GALLERY{
	height: 407px;
    position: relative;
	width: 554px;
	float: left;
}

.right_ca{
	float: left;
	width: 176px;
}

.left_ca .pic{
	display: block;
	width: 177px;
	height: 177px;
	border: 2px solid #E0D9D4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 15px;
}

.left_ca .pic img{
	width: 100%;
}

.left_ca .pic.no-pic img{
	width: auto;
	height: 100%;
}

.name_author{
	color: #ff0012;
	font-size: 18px;
	font-family: 'proxima_novaregular';
	padding: 0 10px 15px;
}

.text_author{
	color: #5a5451;
	font-size: 11px;
	padding: 0 10px 15px;
}

a.fb_author, a.page_author{
	width: 146px;
	margin: 0 auto 6px;
}

.CB_NAVI{
	z-index: 2;
	position: relative;
	background: #fff;
	top: 380px;
	width: 100px;
	margin: 0 auto;
}

.CB_NAVI a{
	background: url("/template/default/gfx/prez_pager.png") no-repeat center center;
    display: block;
    float: left;
    height: 19px;
    margin: 0 6px;
    width: 19px;
}

.CB_NAVI a.ACTIVE{
	background: url("/template/default/gfx/prez_pager_active.png") no-repeat center center;

}

.free-delivery a.WATCH_ALL_LONG_ARROW.top_wala{
	top: 2px;
}

.product-list h3 a 
{
	color: #ff0012
}

.C_PRODUCENT_PREZ
{
    padding-bottom: 20px;
}

@media all and (min-width: 320px) and (max-width: 1024px){
	.PROD_LOGO_CONT{
		position: relative;
	}
    
    .C_PRODUCENT_PREZ:after
    {
        content: "";
        clear: both;
        display: block;
        
    }
    
    .PRODUCENT_CONT .MAIN
    {
        padding: 20px;
    }
    
	.PROD_LOGO_CONT .MAIN
	{
		padding: 20px;
	}
	
	.PROD_LOGO_CONT h1
	{
		font-size: 30px;
		padding: 16px 0px;
		text-align: left;
	}
	
	.PROD_LOGO_CONT .PROD_LOGO
	{
		padding: 0 0 16px 0;
	}
	
	.PROD_LOGO_CONT .PATH
	{
		width: auto;
		padding: 0px 0px 15px;
		font-size: 13px;
	}
	.PROD_LOGO_CONT .PATH a
	{
		font-weight: normal;
	}
	
	.GC_PRODUCT_LIST
	{
		display: inline-block;
		margin: 0;	
	}
	
	.GC_PRODUCT_LIST li
	{
		height: auto;
		padding: 18px;
	}
	
	.GC_PRODUCT_LIST p.photo
	{
		float: none;
		width: 100%;
		position: relative;
		right: auto;
		top:auto;
	}
	
	.GC_PRODUCT_LIST h3
	{
		padding: 0;
	}
	
	.GC_PRODUCT_LIST .text
	{
		width: auto;
		padding:0;
	}
}

@media all and (min-width: 480px) and (max-width: 1024px){
	.GC_PRODUCT_LIST
	{
		width: 100%;
	}
}


/*C_BLOG ARTICLE LIST START*/
.wcc-content
{
    margin-bottom: -30px;
}

.cb-blog
{
    overflow: visible;
}

.cb-blog .cdp-row
{
    padding: 40px 0 0 0;
}

.cb-wrap
{
	max-width: 1400px;
	width: 90%;
	margin: auto;
}

.cb-rows-wrap
{
	margin: 0px auto;
	max-width: 1400px;
	width: 90%;
}

.cb-rows
{
	padding-bottom: 50px;
}

.cb-rows .pager
{
	width: 100%;
}

.cb-row
{
	width: calc((95.6%)/3);
    width: -webkit-calc((95.6%)/3);
    width: -moz-calc((95.6%)/3);
    width: -o-calc((95.6%)/3);;
	box-sizing: border-box;
	padding: 24px;
    border: 1px #d7d7d7 solid;
    margin-top: 30px;
	-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;
}

.cb-row:nth-child(3n+2){
    margin: 30px 2.15% 0 2.15%;
}

.cb-rows .top-content
{
    padding-bottom: 45px;
    padding-top: 20px;
}

.cb-row-hr
{
    border-top: 2px #ed1a3b solid;
    width: 56px;
    text-align: left;
    margin: 0;
}


.cb-row-inner
{
	cursor: pointer;
}

.cb-rows-inner
{
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.cb-row-picture-anchor
{
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
}

.cb-row-picture-anchor-empty
{
	padding: 75px 20px;
	box-sizing: border-box;
	border: 1px solid #e0e0e0;
}

.cb-row-picture-see-more
{
	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;
}

.cb-row-picture-anchor > img
{
    max-height: 265px;
}

.cb-row:hover
{
    background-color: #f3f3f3;
    cursor: pointer;
}

.cb-row:hover .cb-row-picture-see-more
{
	opacity: 1;
}

.cb-row-picture-see-more .button
{
	vertical-align: middle;
}

.cb-row-picture-see-more:after
{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.cb-row-picture-see-more:before
{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background: #000;
	opacity: 0.5;
}

.cb-row-picture-anchor img
{
	max-width: 100%;
	display: block;
	margin: auto;
}

.cb-row-picture-anchor-empty img
{
	max-width: 60%;
	max-height: 60%;
}

.cb-row-category
{
	padding-top: 10px;
}

.cb-row-category a
{
	font-weight: 700;
	font-size: 17px;
	color: #ed1a3b;
	-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;
}

.cb-row-category a:hover
{
	color: #000;
}

.cb-row-title
{
	padding-top: 40px;
    padding-bottom: 20px;
}

.cb-row-title a
{
    font-family: 'proxima_novabold';
    font-size: 24px;
    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;
}

/*.cb-row-title a:hover
{
	color: #aaa;
}*/

.cb-row-text
{
	padding-bottom: 20px;
}

.cb-row-text,
.cb-row-text p
{
    padding-top: 17px;
	font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #000;
}

.cb-row-bottom
{
	font-size: 0;
	margin: -5px -20px;
	overflow: hidden;
}

.cb-row-date
{
	font-size: 17px;
	color: #494949;
	padding: 5px 20px;
	display: inline-block;
	vertical-align: middle;
}

.cb-row-comments
{
	font-size: 17px;
	color: #494949;
	position: relative;
	padding: 5px 20px;
	display: inline-block;
	vertical-align: middle;
}

.cb-row-comments:before
{
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	bottom: 5px;
	width: 1px;
	background: #bcbcbc;
}

.cb-row-comments i
{
	margin-right: 8px;
	vertical-align: middle;
}

.cb-row-comments span
{
	display: inline-block;
	vertical-align: middle;
}

.cb-row-comments span a
{
	color: #494949;
}

.cb-row-bottom-line
{
	margin: 35px 0 0 0;
	height: 1px;
	width: 100%;
	background: #bcbcbc;
}



.cdp-blog .cb-row-bottom
{
	margin-top: 30px;
}

.twocol-layout .cb-row,
.twocol-layout .cb-row
{
	width: 45%;
    margin: 2.5%;
}

.cb-zoom
{
    font-size: 60px;
    color: #fff;
    position: relative;
    vertical-align: middle;
    z-index: 2;
}

.cb-rows-wrap .cdp-row
{
    padding-bottom: 0px;
}

@media all and (max-width: 1200px){

	.cb-row
	{
		width: 48.925%;
	}
    
    .cb-row, .cb-row:nth-child(3n+2)
    {
        margin: 30px 0 0 0;
    }
    
    .cb-row:nth-child(odd)
    {
        margin: 30px 2.15% 0 0;
    }
    
}


@media all and (max-width: 768px){

	.cb-row
	{
		width: 100%;
	}
    
    .cb-row, .cb-row:nth-child(odd)
    {
        margin: 30px 0 0 0;
    }
}
/*C_BLOG ARTICLE LIST END*/