/* styles editor & render */

*, *:before, *:after {
	box-sizing: border-box;
}



/*!! -------------- */


/*
.pnb-image {
	position: relative;
}
.pnb-image img{
	display: block;
	width: 100%;
}

.pnb-banner {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	background: rgba( 0,0,0,0.5);
	color: rgba(255,255,255,1 );
}
.pnb-sharing-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	padding: 10px;
	background: rgba( 0,0,0,0.0);
	color: rgba(255,255,255,1 );
}
.pnb-sharing-wrapper .pnb-sharing-fb,.pnb-sharing-twitter, .pnb-sharing-email {
	border-radius: 20px;
	width: 30px;
	height: 30px;
	padding: 6px;
	margin: 5px;
	font-size: 18px;
	color: white;
	cursor: pointer;
	float: right;
}
.pnb-sharing-wrapper .pnb-sharing-fb {
	background: #4267B2;
}
.pnb-sharing-wrapper .pnb-sharing-twitter {
	background: #1DA1F2;
}
.pnb-sharing-wrapper .pnb-sharing-email {
	background: white;
	color: black;
}


.pnb-fade-out {
	opacity: 0;
	transition: opacity 1.5s
}

.pnb-fade-in {
	opacity: 1;
	transition: opacity 1.5s
}
*/