/* C_PHOTOBLOG_CATEGORY_ART START */
.cpcp-content-inner
{
    max-width: 1400px;
    margin:auto;
    padding-left: 30px;
    padding-right: 30px;
}

.cpcp-buttons
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 64px;
    padding-bottom: 10px;
}

.cpcp-btn-wrap
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.cpcp-btn
{
    position: relative;
    cursor: pointer;
    line-height: normal;
    display: inline-block;
    border: none;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    -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;
    font-weight: 500;
    font-family: "proxima_novaregular", sans-serif;
    text-align: center;
    background-color: #fff;
    border-top: 2px solid #ed1a3b;
    border-bottom: 2px solid #ed1a3b;
    color: #000;
    padding: 17px 0px 17px 0px;
    width: 280px;
    box-sizing: border-box;
}

.cpcp-btn:hover
{
    background-color: #ed1a3b;
    border-top: 2px solid #ed1a3b;
    border-bottom: 2px solid #ed1a3b;
    color: #fff;
}

.cpcp-kitchen-short-text {
	padding-bottom: 30px;
}

.cpcp-titchen-title {
	font-size: 30px;
	font-family: 'Rubik Medium';
	text-align: center;
	padding: 40px 0px 25px 0px;
}

.cpcp-kitchen-short-text p,
.cpcp-kitchen-text p{
	font-size: 17px;
	line-height: 30px;	
}

.cpcp-kitchen-text h2,
.cpcp-kitchen-short-text h2 {
	font-family: 'proxima_novabold';
    font-size: 32px;
    line-height: 30px;
}

.cpcp-kitchen-text h3,
.cpcp-kitchen-short-text h3 {
	font-family: 'proxima_novabold';
    font-size: 26px;
    line-height: 30px;
}

.cpc-tag{
	position: absolute;
	background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 5px;
    box-sizing: border-box;
    font-size: 12px;
}

.cpc-tag.active{
	background: rgba(0,0,0,0.5);
}

.cpc-tags{
	float:left;
	margin-left:20px;
	width:195px;
}

.tag-url
{
    margin-top: 10px;
    display: block;
    font-size: 13px;
    color: #000;
    background-color: #fff;
    border-top: 2px solid #ED1A3B;
    border-bottom: 2px solid #ED1A3B;
    text-align: center;
    padding: 2.5px 5px;
    transition: color .5s, background-color .5s;
    font-weight: 700;
}

.tag-url:hover
{
    color: #fff;
    background-color: #ED1A3B;
}

.cpc-pin {
  position: absolute;
  top: 40%;
  left: 50%;
  
  border-radius: 50%;
  border: 6px solid #ED1A3B;
  width: 6px;
  height: 6px;
}

.cpc-pin::after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  bottom: -25px;
  left: -5px;
  border: 8px solid transparent;
  border-top: 17px solid #ED1A3B;
}

@media all and (max-width: 900px){
  .cpc-pin 
  {
    border-radius: 50%;
    border: 4px solid #ED1A3B;
    width: 4px;
    height: 4px;
  }

  .cpc-pin::after 
  {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    bottom: -17px;
    left: -3px;
    border: 5px solid transparent;
    border-top: 10px solid #ED1A3B;
  } 
}

@media all and (max-width: 600px){
   .cpc-pin 
  {
    border-radius: 50%;
    border: 2.5px solid #ED1A3B;
    width: 2.5px;
    height: 2.5px;
  }

  .cpc-pin::after 
  {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    bottom: -9px;
    left: -1.5px;
    border: 3px solid transparent;
    border-top: 5px solid #ED1A3B;
  }   
    
/*  .cpc-pin 
  {
    border-radius: 50%;
    border: 2px solid #ED1A3B;
    width: 2px;
    height: 2px;
  }

  .cpc-pin::after 
  {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    bottom: -8px;
    left: -1px;
    border: 2px solid transparent;
    border-top: 5px solid #ED1A3B;
  } */
}


/* C_PHOTOBLOG_CATEGORY_ART END */

/*C_BLOG ARTICLE LIST START*/
.cpcp-blog
{
    overflow: visible;
}

.cpcp-blog .cdp-row
{
    padding: 40px 0 0 0;
}

.cpcp-wrap
{
	max-width: 1400px;
	width: 90%;
	margin: auto;
}

.cpcp-rows-wrap
{
	margin: 0px auto;
	max-width: 1400px;
	width: 90%;
}

.cpcp-rows
{
	padding-bottom: 50px;
}

.cpcp-rows .pager
{
	width: 100%;
}

.cpcp-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;
}

.cpcp-row:nth-child(3n+2){
    margin: 30px 2.15% 0 2.15%;
}

.cpcp-rows .top-content
{
    padding-bottom: 45px;
    padding-top: 20px;
}

.cpcp-row-hr
{
    border-top: 2px #ed1a3b solid;
    width: 56px;
    text-align: left;
    margin: 0;
    padding-bottom: 22px;
}


.cpcp-row-inner
{
	cursor: pointer;
}

.cpcp-rows-inner
{
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.cpcp-row-picture-anchor
{
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
}

.cpcp-row-picture-anchor-empty
{
	padding: 75px 20px;
	box-sizing: border-box;
	border: 1px solid #e0e0e0;
}

.cpcp-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;
}

.cpcp-row:hover
{
    background-color: #f3f3f3;
    cursor: pointer;
}

.cpcp-row:hover .cpcp-row-picture-see-more
{
	opacity: 1;
}

.cpcp-row-picture-see-more .button
{
	vertical-align: middle;
}

.cpcp-row-picture-see-more:after
{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.cpcp-row-picture-see-more:before
{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background: #000;
	opacity: 0.5;
}

.cpcp-row-picture-anchor img
{
	max-width: 100%;
	display: block;
	margin: auto;
}

.cpcp-row-picture-anchor-empty img
{
	max-width: 60%;
	max-height: 60%;
}

.cpcp-row-category
{
	padding-top: 10px;
}

.cpcp-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;
}

.cpcp-row-category a:hover
{
	color: #000;
}

.cpcp-row-title
{
	padding-top: 40px;
    padding-bottom: 20px;
}

.cpcp-row-title a
{
    font-family: 'proxima_novabold';
    font-size: 23px;
    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;
}

/*.cpcp-row-title a:hover
{
	color: #aaa;
}*/

.cpcp-row-text
{
	padding-bottom: 20px;
}

.cpcp-row-text,
.cpcp-row-text p
{
    padding-top: 17px;
	font-weight: 300;
	font-size: 19px;
	color: #494949;
}

.cpcp-row-bottom
{
	font-size: 0;
	margin: -5px -20px;
	overflow: hidden;
}

.cpcp-row-date
{
	font-size: 17px;
	color: #494949;
	padding: 5px 20px;
	display: inline-block;
	vertical-align: middle;
}

.cpcp-row-comments
{
	font-size: 17px;
	color: #494949;
	position: relative;
	padding: 5px 20px;
	display: inline-block;
	vertical-align: middle;
}

.cpcp-row-comments:before
{
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	bottom: 5px;
	width: 1px;
	background: #bcbcbc;
}

.cpcp-row-comments i
{
	margin-right: 8px;
	vertical-align: middle;
}

.cpcp-row-comments span
{
	display: inline-block;
	vertical-align: middle;
}

.cpcp-row-comments span a
{
	color: #494949;
}

.cpcp-row-bottom-line
{
	margin: 35px 0 0 0;
	height: 1px;
	width: 100%;
	background: #bcbcbc;
}



.cdp-blog .cpcp-row-bottom
{
	margin-top: 30px;
}

.twocol-layout .cpcp-row,
.twocol-layout .cpcp-row
{
	width: 45%;
    margin: 2.5%;
}

.cpcp-zoom
{
    font-size: 60px;
    color: #fff;
    position: relative;
    vertical-align: middle;
    z-index: 2;
}

.cpcp-rows-wrap .cdp-row
{
    padding-bottom: 0px;
}
/*C_BLOG ARTICLE LIST END*/

/*C_BLOG ARTICLE VIEW START*/
.cpcp-art-top
{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 57px;
}


.cpcp-art-tittle-wrapper
{
    width: 80%;
}

.cpcp-art-btn-wrapper
{
    
}

.button.cpcp-art-btn
{
    background-color: #f1f1f1;
    border-top: 2px solid #f1f1f1;
    border-bottom: 2px solid #f1f1f1;
    color: #000;
    padding: 17px 32px 17px 32px;
}

.button.cpcp-art-btn > i
{
    font-size: 13px;
    margin-left: 25px;
}

.cpcp-fb
{
    margin: 10px 0 10px 0;
    float:right;
}

.cpcp-short-text
{
    margin-bottom: 30px;
}

.cpcp-video
{
    margin-bottom: 30px;
}

/*C_BLOG ARTICLE VIEW END*/


@media all and (max-width: 1200px){

	.cpcp-row
	{
		width: 48.925%;
	}
    
    .cpcp-row, .cpcp-row:nth-child(3n+2)
    {
        margin: 30px 0 0 0;
    }
    
    .cpcp-row:nth-child(odd)
    {
        margin: 30px 2.15% 0 0;
    }
    
}


@media all and (max-width: 768px){

	.cpcp-row
	{
		width: 100%;
	}
    
    .cpcp-row, .cpcp-row:nth-child(odd)
    {
        margin: 30px 0 0 0;
    }
}

/*IMPORTANT CLASS START*/
.cpcp-main-img
{
    width: 100%;
    height: auto;
    max-height: 686px;
}


.cpcp{
    /*RATIO SETUP*/
    width:100%;
    /*padding-bottom: 49%;*/
    height: 0;
    position: relative;
    margin-bottom: 200px;
    margin-top: 30px;
    max-width: 1400px;
}

.cpcp-main{
	position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    overflow: hidden;
}

.cpcp-cont
{
    top:0;/*REQUIRED*/
    left: 0;/*REQUIRED*/
    height: 100%;
    width: 100%;
    position: absolute;
}

.cpcp-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;
	
}

.cpcp-cont-prez[onclick]
{
	cursor: pointer;
}
/*IMPORTANT CLASS END*/

.cpcp-cont-prez:before
{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
	margin-left: -4.5px;
}

.cpcp-cont-prez.cpcp-text-cont-left
{
	text-align: left;
}

.cpcp-cont-prez.cpcp-text-cont-center
{
	text-align: center;
}

.cpcp-cont-prez.cpcp-text-cont-right
{
	text-align: right;
}

.cpcp-text-cont{
	display: inline-block;
	width: 38.33%;
	vertical-align: middle;
	max-height: 80%;
	margin: 35px 8% 0;
}

.cpcp-text-cont h2{
	font-weight: bold;
	font-size: 44px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-shadow: 1px 1px #48556e;
}

.cpcp-text-cont-dark .cpcp-text-cont h2,
.cpcp-text-cont-dark .cpcp-text-cont span.subname
{
	color: #48556e;
	text-shadow: 1px 1px #ffffff;
}

.cpcp-text-cont span.subname{
	font-size: 21px;
	color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 57px;
	display: inline-block;
}

.cpcp-prev
{
	position: absolute;	
	background: #fff;
	font-size: 22px;
	top: 0;
	bottom: 0;
	margin: auto;
	left: -2%;
	height: 59px;
	width: 51px;
	color: #6d6d6d;
	text-align: center;
    border: 1px #d7d7d7 solid;
    box-sizing: border-box;
    /*top: 180px;*/
}
.cpcp-prev i,
.cpcp-next i{
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin: auto;
	height:21px;
	width:21px;
    font-weight: 700;
    color: #000;
}


.cpcp-next
{
	position: absolute;
	background: #fff;
	font-size: 22px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -2%;
	height: 59px;
	width: 51px;
	color: #6d6d6d;
	text-align: center;
    border: 1px #d7d7d7 solid;
    box-sizing: border-box;
    /*top: 180px;*/
}


.cpcp-prev:hover, .cpcp-next:hover
{
    border: 1px #ed1a3b solid;
	background: #ed1a3b;

}

.cpcp-prev:hover i, .cpcp-next:hover i
{
    color: #fff;
}

.cpcp-navi{
	position: relative;
	left: 0;
    right: 0;
    /*bottom: -725px;*/
	margin: auto;
    height: 200px;
    overflow: hidden;
    margin:50px;
}

.cpcp-navi-in
{
    position: absolute;
    width: 100000px;
}

.cpcp-navi a{
	display: inline-block;
	margin: 0 13.5px;
	background: #ffffff;
	overflow: hidden;
	text-indent: 9999px;
	width: 300px;
	height: 190px;
	border: 1px solid #aaaaaa;
	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;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.cpcp-navi a:hover,.cpcp-navi a.active {
/*	border: 1px solid #ffffff;
	background: #48556e;*/
/*	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);*/
}

@media all and (max-width: 1560px)
{
/*    .cpcp-next
    {
        right: -4%;
    }
    
    .cpcp-prev
    {
        left: -4%;
    }*/
}


@media all and (max-width: 1400px){
	.cpcp-text-cont h2{
		font-size: 44px;
	}
	
	.cpcp-text-cont span.subname
	{
		font-size: 20px;
	}
	
	.cpcp-text-cont a.read-more
	{
		padding: 21px 42px;
		font-size: 18px;
	}
    
/*    .cpcp-next
    {
        right: -5%;
    }
    
    .cpcp-prev
    {
        left: -5%;
    }*/
    
/*    .cpcp-navi
    {
        bottom: -660px;
    }*/
    
    .cpcp-navi a{
        width: 290px;
        height: 184px;
    }
}

@media all and (max-width: 1200px){
/*	.cpcp
	{
		padding-bottom: 41%;
	}*/
	
	.cpcp-text-cont h2
	{
		font-size: 38px;
	}
	
	.cpcp-text-cont
	{
		width: 50%;
	}
    
/*    .cpcp-next
    {
        right: -6%;
    }
    
    .cpcp-prev
    {
        left: -6%;
    }*/
    
/*    .cpcp-navi
    {
        bottom: -490px;
    }*/
    
}

@media all and (max-width: 1024px){
/*	.cpcp
	{
		padding-bottom: 65%;
	}*/
	
	.cpcp-text-cont h2
	{
		font-size: 34px;
		margin-bottom: 35px;
	}
	
	.cpcp-text-cont span.subname
	{
		margin-bottom: 35px;
	}
	
	.cpcp-text-cont span.subname
	{
		font-size: 18px;
	}
	
	.cpcp-text-cont
	{
		width: 50%;
	}
	
	.cpcp-text-cont a.read-more
	{
		padding: 18px 32px;
		font-size: 17px;
	}
    
/*    .cpcp-navi
    {
        bottom: -640px;
    }*/
    
}

@media all and (max-width: 900px)
{
/*    .cpcp-next
    {
        right: -8%;
    }
    
    .cpcp-prev
    {
        left: -8%;
    }*/
    
/*    .cpcp-navi
    {
        bottom: -560px;
    }*/
}

@media all and (max-width: 767px)
{
/*	.cpcp
	{
		padding-bottom: 75%;
        margin-bottom: 200px;
	}*/
	
	.cpcp-text-cont a.read-more
	{
		display: none;
	}
	
	.cpcp-text-cont
	{
		width: 100%;
		margin: 0;
		padding: 20px;
		padding-bottom: 50px;
		box-sizing: border-box;
		vertical-align: bottom;
	}
	
	.cpcp-text-cont h2
	{
		font-size: 26px;
		margin-bottom: 25px;
	}
    
/*    .cpcp-navi
    {
        bottom: -530px;
    }*/
}

@media all and (max-width: 620px)
{
/*	.cpcp
	{
		padding-bottom: 75%;
        margin-bottom: 100px;
	}*/
    
/*    .cpcp-navi
    {
        bottom: -440px;
    }*/
    
    .cpcp-navi a
    {
        width: 150px;
        height: 95px;
    }
    
    .cpcp-next
    {
        /*right: -11%;*/
        top: -100px;
    }
    
    .cpcp-prev
    {
        /*left: -11%;*/
        top: -100px;
    }
    
    .cpcp-buttons
    {
        justify-content: center;
        padding-top: 0;
    }

    
}


@media all and (max-width: 460px)
{
    .cpcp-btn-wrap > a
    {

        font-size: 14px;
    }
    
    a.cpcp-btn
    {
        width: 260px;
    }
}

@media all and (max-width: 420px)
{
    .cpcp-navi a
    {
        margin: 0 35px;
    }
}

@media all and (max-width: 340px)
{
    .cpcp-navi a
    {
        margin: 0 15px;
    }
}