#post_content .post_format{
	padding:0px 20px 20px 20px;
	
}
/*==================================================================================================*/
/*											 SECTION											  */
/*==================================================================================================*/
#post_content .post_format .section{
	/*width:100%;*/
	margin:0px 0px 40px 0px;
	margin:20px;
	
	/*-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;*/
	background-color:#fff;
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
}
	#post_content .post_format .section a{
		text-decoration:none;
	}
	#post_content .post_format .section .section_strip{
		width:100%;
		/*height:100%;*/
		min-height:25px;
		line-height:25px;
		line-height:1.563rem;	/* 25 / 16 = 1.563 */
		position:relative;
		border-top:1px solid #ddd;
		border-bottom:1px solid #ddd;
		
		background-color:#ddd;
		background-image:linear-gradient(#fff, #eee);
		
		font-size:0.8125rem;	/* 13 / 16 = 0.8125 */
	}
	
		#post_content .post_format .section .section_strip a{
			color:#000;
		}
		#post_content .post_format .section .section_strip a:hover,
		#post_content .post_format .section .section_strip a:hover:visited{
			color:#08f;
			/*text-decoration:underline;*/
		}
		#post_content .post_format .section .section_strip .section_head{
			float:left;
			padding:0px 5px 0px 5px;
		}
			#post_content .post_format .section .section_strip .section_head .section_infos{
				line-height:1.563rem;	/* 25 / 16 = 1.563 */
				font-size:0.750rem;	/* 12 / 16 = 0.75 */
				font-weight:light;
			}
				#post_content .post_format .section .section_strip .section_head .section_infos a{
					
				}
			#post_content .post_format .section .section_strip .section_head .section_title{
				overflow:hidden;
				/*height:100%;*/
				/*font-weight:bold;*/
				line-height:25px;
				line-height:1.563rem;	/* 25 / 16 = 1.563 */
				font-size:1rem;
				font-size:0.9375rem;
				font-size:0.875rem;
			}
			/*
				#post_content .post_format .section .section_strip .section_head .section_title a,
				#post_content .post_format .section .section_strip .section_head .section_title a:visited{
					color:#000;
				}#post_content .post_format .section .section_strip .section_head .section_title a:hover,
				#post_content .post_format .section .section_strip .section_head .section_title a:hover:visited{
					color:#08f;
					text-decoration:underline;
				}
			//*/
			#post_content .post_format .section .section_strip .section_moreinfo{
				margin:0px 5px 0px 0px;
			}
		#post_content .post_format .section .rating{
			/* .rating */
			margin:3px;
			/* .section_rating */
			float:right;
			position:relative;
			top:0px;
			right:0px;
			overflow:hidden;
			height:100%;
		}
		#post_content .post_format .section .section_strip .section_moreinfo{
			float:right;
			height:25px;
			line-height:1.563rem;	/* 25 / 16 = 1.563 */
			font-size:0.750rem;	/* 12 / 16 = 0.75 */
		}
	#post_content .post_format .section .section_content{
		margin:10px 10px 10px 10px;
		overflow:hidden;
	}
		#post_content .post_format .section .section_content .section_description{
			width:100%;
			margin:0px 0px 0px 0px;
			text-align:justify;
			text-justify:inter-word;
			color:#777;
		}
			#post_content .post_format .section .section_content .section_description a{
				color:#00c;
				text-decoration:underline;
			}#post_content .post_format .section .section_content .section_description a:hover{
				color:#08f;
			}
		#post_content .post_format .section .section_content .section_screen{
			max-width:100%;
			/*float:left;*/
			margin:0px 10px 5px 0px;
		}
/*==================================================================================================*/
/*											 ARTICLE											  */
/*==================================================================================================*/
#post_content .post_format .article{
	margin:auto;
	margin-bottom:50px;
	border-bottom:1px solid #ddd;
	padding:20px;
	width:calc(100% - 40px);
	/*padding:0px 20px 20px 20px;*/
}
	#post_content .post_format .article h1{
		/*border-bottom:1px solid #ddd;*/
		
		/*font-size:20px;
		
		/*background:-webkit-linear-gradient(#f00, #900);
		-webkit-background-clip:text;
		-webkit-text-fill-color:transparent;*/
	}
	
	#post_content .post_format .article .article_cover{
		margin:5px 0px 15px 0px;
		text-align:left;
	}
	
	#post_content .post_format .article .article_dates{
		width:200px;
		padding:5px;
		text-align:center;
		display:inline-block;
		background-color:#08f;
		background-image:linear-gradient(#08f, #06d);
		border-top-left-radius:5px;
		border-top-right-radius:5px;
		border-bottom-left-radius:5px;
		border-bottom-right-radius:5px;
		color:#fff;
		font-size:0.625rem;	/* 10 / 16 = 0.625 */
		line-height:1.250rem;	/* 20 / 16 = 1.250 */
		margin:20px 0px 30px 0px;
	}
		#post_content .post_format .article .article_date .date{
			font-size:0.875rem;	/* 14 / 16 = 0.875 */
		}
		#post_content .post_format .article .article_date .time{
			font-size:0.750rem;	/* 12 / 16 = 0.75 */
			font-style:italic;
		}
		
		#post_content .post_format .article .article_content a,
		#post_content .post_format .article .article_content a:visited{
			color:#d00;
		}#post_content .post_format .article .article_content a:hover,
		#post_content .post_format .article .article_content a:visited:hover{
			color:#f00;
		}
/*==================================================================================================*/
/*											  ALBUM											   */
/*==================================================================================================*/
#post_content .post_format .album{
	width:calc(100% - 20px);
	margin:auto;
	margin-bottom:40px;
	/*-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;*/
	background-color:#fff;
	
	border:1px solid #ddd;
}
	#post_content .post_format .album .album_element{
		padding:10px;
	}
	#post_content .post_format .album .album_cover{
		float:left;
		margin:0px 10px 0px 0px;
		max-width:250px;
		max-height:350px;
	}
	#post_content .post_format .album .album_info{
		float:left;
	}
		#post_content .post_format .album .album_info .album_info_title{
			margin:0px 0px 10px 0px;
			font-weight:bold;
			font-size:1.625rem;	/* 26 / 16 = 1.625 */
			color:#000;
		}
		#post_content .post_format .album .album_info .album_info_row{
			
		}
			#post_content .post_format .album .album_info .album_info_row .album_info_row_label{
				display:inline-block;
				width:140px;
				font-weight:bold;
				color:#333;
				float:left;
			}
			#post_content .post_format .album .album_info .album_info_row a,
			#post_content .post_format .album .album_info .album_info_row a:visited{
				color:#08c;
			}
			#post_content .post_format .album .album_info .album_info_row a:hover,
			#post_content .post_format .album .album_info .album_info_row a:hover:visited{
				color:#0cc;
			}
		#post_content .post_format .album .album_info .album_info_description{
			margin:10px 0px 0px 0px;
		}
#post_content .post_format .album_thumbnails{
	width:calc(100% - 20px);
	margin:auto;
	margin-bottom:40px;
	/*-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;*/
	background-color:#fff;
	
	border:1px solid #ddd;
}
	#post_content .post_format .album_thumbnails .album_thumbnails_element{
		padding:10px;
		text-align:center;
	}
	#post_content .post_format .album_thumbnails .album_thumbnails_title{
		font-weight:bold;
		font-size:1.625rem;	/* 26 / 16 = 1.625 */
		color:#000;
		/*text-align:center;*/
	}
	#post_content .post_format .album_thumbnails .album_thumbnails_image{
		display:inline-block;
		overflow:hidden;
		margin:10px;
		text-align:center;
		max-width:150px;
	}
		#post_content .post_format .album_thumbnails .album_thumbnails_image a,
		#post_content .post_format .album_thumbnails .album_thumbnails_image a:visited{
			color:#08c;
		}
		#post_content .post_format .album_thumbnails .album_thumbnails_image a:hover,
		#post_content .post_format .album_thumbnails .album_thumbnails_image a:hover:visited{
			color:#0cc;
		}
		#post_content .post_format .album_thumbnails .album_thumbnails_image .album_thumbnails_image_screen{
			overflow:hidden;
			max-height:180px;
			
			width:150px;
			/*height:180px;*/
			
			display:inline-block;
			white-space:nowrap;
			text-align:center;
		}
			#post_content .post_format .album_thumbnails .album_thumbnails_image .album_thumbnails_image_screen img{
				vertical-align:middle;display:inline-block;
			}
		#post_content .post_format .album_thumbnails .album_thumbnails_image .album_thumbnails_image_pagenum{
			
		}
	/*
	.album_thumbnails .button{
		/*display:inline-block;
		padding:5px;
		border:1px solid #bbb;
		border-top-left-radius:3px;
		border-top-right-radius:3px;
		border-bottom-left-radius:3px;
		border-bottom-right-radius:3px;
		font-weight:bold;
		box-shadow:-1px 1px 5px rgba(255, 255, 255, 0.4) inset;
		background-image:linear-gradient(#ddd, #888);
		color:#333;
		font-size:12px;
		font-size:0.750rem;	/* 12 / 16 = 0.75 *//*
	}
	.album_thumbnails .button:hover{
		box-shadow:-1px 1px 5px rgba(000, 000, 000, 0.1) inset;
		background-image:linear-gradient(#999, #ddd);
	}
	.album_thumbnails .button:active{
		box-shadow:-1px 1px 5px rgba(000, 000, 000, 0.4) inset;
		background-image:linear-gradient(#777, #ccc);
	}
	*/
/*==================================================================================================*/
/*									    		PRODUCTION											*/
/*==================================================================================================*/
#post_content .post_format .production{
	float:left;
	width:calc(25% - 0px);
	height:240px;
	position:relative;
	background-color:#fff;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	transition:0.3s all;
	overflow:hidden;
}

@media screen and (max-width:799px){
	#post_content .post_format .production{
		width:calc(100% - 0px);
	}
}
@media screen and (min-width:800px){
	#post_content .post_format .production{
		width:calc(50% - 0px);
	}
}
@media screen and (min-width:1000px){
	#post_content .post_format .production{
		width:calc(25% - 0px);
	}
}
/*
@media screen and (min-width:1600px){
	#post_content .post_format .production{
		width:calc(20% - 0px);
	}
}
*/
	#post_content .post_format .production a.link{
		position:absolute;
		width:100%;
		height:100%;
		top:0;
		left:0;
		z-index:10;
		/*transition:0.3s all;*/
	}

		#post_content .post_format .production .image{
			position:absolute;
			width:100%;
			height:100%;
			top:0;
			left:0;
			z-index:7;
			color:#fff;
			background-color:#ddd;
			background-position:center center;
			background-size:cover;
			background-repeat:no-repeat;
			transition:0.3s all;
		}#post_content .post_format .production:hover .image{
			opacity:1;
			transform:scale(1.2);
		}
		#post_content .post_format .production .content{
			position:absolute;
			width:100%;
			height:100%;
			top:0;
			left:0;
			z-index:9;
			color:#fff;
			text-align:center;
			vertical-align:middle;
			/*line-height:calc(20vw - 10px);*/
			font-weight:bold;
			font-family:'Oswald Light';
			font-size:20px;
			text-shadow:1px 1px 0px #000;
			transition:0.3s all;
			
			opacity:0;
		}#post_content .post_format .production:hover .content{
			opacity:1;
			top:calc(50% - 50px);
		}
			#post_content .post_format .production .content .icon{
				margin:auto;
				max-width:48px;
				max-height:48px;
			}
				#post_content .post_format .production .content .icon svg{
					fill:#ffffff;
				}
			#post_content .post_format .production .content .description{
				margin-top:200px;
				font-size:14px;
				font-weight:normal;
				transition:0.3s all;
			}
			#post_content .post_format .production:hover .content .description{
				margin-top:5px;
			}
		#post_content .post_format .production .filter{
			content:"";
			position:absolute;
			top:0;
			left:0;
			width:100%;
			height:100%;
			background-color:#000;
			z-index: 7;
			transition: 0.3s all;
			opacity:0;
		}#post_content .post_format .production:hover .filter{
			opacity:0.7;
	}
/*==================================================================================================*/
/*											   TAB												*/
/*==================================================================================================*/
#post_content .post_format .tab{
	/*width:210px;
	height:140px;
	/*/
	width:calc(25% - 30px);
    min-width:320px;
	height:180px;
	/**/
	display:inline-block;
	overflow:hidden;
	margin:10px;
	border:1px solid #000;
	position:relative;
	z-index:1;
	text-align:left;
	vertical-align:middle;
	background-color:#fff;
	background-size:cover;
	-webkit-filter:grayscale(80%);
	filter:grayscale(80%);
}
#post_content .post_format .tab:hover{
	-webkit-filter:grayscale(0%);
	filter:grayscale(0%);
	/*/
	background-size:auto 100%;
	background-position:-50px -50px;
	/**/
}
	#post_content .post_format .tab img{
		z-index:2;
		position:absolute;
		
		opacity:1;
		filter:alpha(opacity=100);
	}
	#post_content .post_format .tab img:hover{
		opacity:0.8;
		filter:alpha(opacity=80);
	}
	#post_content .post_format .tab .tab_label{
		padding:2px;
		position:absolute;
		bottom:0px;
		text-align:center;
		z-index:4;
		display:inline-block;
		font-size:1.250rem;	/* 24 / 16 = 1.25 */
		color:#fff;
		text-shadow:0px 0px 1px #000, 0px 0px 2px #000, 0px 0px 3px #000, 1px 1px 1px #000, 2px 2px 1px #000;
		width:100%;
	}
	#post_content a > .tab,
	#post_content a > .tab:hover,
	#post_content a > .tab:visited,
	#post_content a > .tab:visited:hover{
		font-family:'arial';
		font-weight:bold;
		color:#333;
	}
/*==================================================================================================*/
/*											 SERVICE											  */
/*==================================================================================================*/
#post_content .post_format .service{
	display:block;
	margin:auto;
	float:left;
	width:calc(100% - 60px);
	padding:20px 30px 0 30px;
	margin-bottom:30px;
}
#post_content .post_format .service.rows2{
	width:calc((100% - (60px * 2)) / 2);
}#post_content .post_format .service.rows3{
	width:calc((100% - (60px * 3)) / 3);
}#post_content .post_format .service.rows4{
	width:calc((100% - (60px * 4)) / 4) !important;
}#post_content .post_format .service.rows5{
	width:calc((100% - (60px * 5)) / 5);
}#post_content .post_format .service.rows6{
	width:calc((100% - (60px * 6)) / 6);
}
	#post_content .post_format .service .separation{
		display:none;
	}
@media screen and (max-width:799px){
	#post_content .post_format .service{
		width:calc(100% - 60px);
		max-width:calc(100% - 60px);
	}
		#post_content .post_format .service .separation{
			display:block;
			min-width:200px;
			width:calc(100% - 40px);
			max-width:400px;
			margin:auto;
			margin-top:20px;
			border-bottom:1px solid #ddd;
		}
}
	#post_content .post_format .service .picto{
		display:block;
		position:relative;
		min-width:80px;
		
		max-width:fit-content;
		margin:auto;
		background-position:top center;
		background-size:80px 80px;
		background-repeat:no-repeat;
		
		color:#444;
		font-family:'Oswald Light';
		text-align:center;
		font-weight:bold;
		font-size:16px;
	}
	#post_content .post_format .service .picto{
		color:#555555;
	}
		#post_content .post_format .service .picto span{}
		#post_content .post_format .service .picto .icon{
			border:none;
			display:block;
			height:80px;
			background-repeat:no-repeat;
		}
			#post_content .post_format .service .picto .icon > svg{
				height:80px;
			}
	#post_content .post_format .service h3{
		text-align:center;
		margin:20px 0 20px 0;
		padding:0;
	}
	#post_content .post_format .service p{
		display:inline-block;
		text-align:justify;
		color:#555555;
	}
	#post_content .post_format .service:hover p{
		color:#000;
	}
/*==================================================================================================*/
/*											 PRODUCT											  */
/*==================================================================================================*/
#post_content .post_format .product{
	position:relative;
	min-width:260px;
	width:30%;
	
	/*height:300px;*/
	display:inline-block;
	overflow:hidden;
	margin:20px 1% 20px 1%;
	border:1px solid #ccc;
	position:relative;
	z-index:1;
	text-align:left;
	vertical-align:middle;
	background-color:#eee;
	/*
	-webkit-filter:grayscale(100%);
	filter:grayscale(100%);
	*/
}



	#post_content .post_format .product .product_image{
		width:96%;
		height:160px;
		margin:2%;
		background-color:#fff;
		
		background-size:cover;
		background-position:center center;
		background-repeat:no-repeat;
	}
	#post_content .post_format .product .product_informations{
		position:relative;
		margin:2%;
	}
		#post_content .post_format .product .product_informations .product_informations_title{
			display:block;
			width:100%;
			margin:10px;
			font-size:1.125rem;	/* 18 / 16 = 1.125 */
			text-align:left;
			color:#000;
		}
		#post_content .post_format .product .product_informations .product_informations_content{
			margin:10px;
			color:#666;
			
			height:100px;
			overflow-y:scroll;
			
			display:none;
		}
			#post_content .post_format .product .product_informations .product_informations_content::-webkit-scrollbar{
				width:5px;
				background-color:#ccc;
			}#post_content .post_format .product .product_informations .product_informations_content::-webkit-scrollbar-thumb{
				background-image:linear-gradient(#999, #777);
				/*background-color:#04c;*/
			}
		#post_content .post_format .product .product_informations .product_informations_price{
			margin:10px;
			/*display:block;*/
			/*width:100%;*/
			font-size:1.125rem;	/* 18 / 16 = 1.125 */
			text-align:right;
			color:#555;
			/*text-shadow:0px 0px 3px #000;*/
			/*font-style:italic;*/
		}
		#post_content .post_format .product .product_informations .product_viewmore{
			display:block;
			text-align:center;
			height:30px;
			line-height:1.875rem;	/* 30 / 16 = 1.875 */
			background-color:#80f;
			background-color:#a7cf3c;
			color:#fff;
		}
		#post_content .post_format .product .product_informations .product_viewmore:hover{
			background-color:#a7cf3c;
			background-color:#80f;
		}
/****************************************************************************************************/
#post_content .post_format #productextra{
	border:1px solid #80f;
	background-color:#b4a7d6;
}
	#post_content .post_format #productextra .product_informations .product_informations_title{
		color:#80f;
		text-shadow:0px 0px 1px #000, 1px 1px 1px #000, 2px 2px 1px #000;
	}
	#post_content .post_format #productextra .product_informations .product_viewmore{
		visibility:hidden;
	}#post_content .post_format #productextra .product_informations .product_viewmore:after{
		visibility:visible;
		display:block;
		text-align:center;
		height:30px;
		line-height:1.875rem;	/* 30 / 16 = 1.875 */
		background-color:#80f;
		color:#fff;
		content:'Nos Propositions';
		margin-top:-30px;
	}
	#post_content .post_format #productextra .product_informations .product_viewmore:hover:after{
		background-color:#fff;
		color:#80f;
	}
	#post_content .post_format  #productextra .product_informations .product_informations_price{
		visibility:hidden;
	}
	#post_content .post_format  #productextra .product_informations .product_informations_price:after{
		display:inline-block;
		content:'Laissez nous vous guider';
		visibility:visible;
	}
/*==================================================================================================*/
/*										  PRODUCT_DETAILS										 */
/*==================================================================================================*/
#pr_content .post_format .product_details{
	padding:10px;
	margin-top:70px;
	/*border:1px solid #999;*/
	-moz-box-shadow:0px 0px 5px #777;
	-webkit-box-shadow:0px 0px 5px #777;
	box-shadow:0px 0px 5px #777;
	background-color:#fff;
}
	@media screen and (max-width:600px){
		#post_content .post_format .product_details .product_details_gallery,
		#post_content .post_format .product_details .product_details_infomations{
			width:100%;
		}
	}@media screen and (min-width:601px){
		#post_content .post_format .product_details .product_details_gallery,
		#post_content .post_format .product_details .product_details_infomations{
			width:49%
		}
	}
	#post_content .post_format .product_details .product_details_gallery{
		float:left;
		margin-bottom:20px;
		/*height:300px;*/
		/*background-color:#ccc;*/
		
	}
		#post_content .post_format .product_details .product_details_gallery .product_details_gallery_cover{
			/*padding:8px;
			background-color:#e8e8e8;*/
			
		}
		#post_content .post_format .product_details .product_details_gallery img{
			border:1px solid #777;
			cursor:zoom-in;
		}
		#post_content .post_format .product_details .product_details_gallery .product_details_gallery_thumbs{
			
		}
			#post_content .post_format .product_details .product_details_gallery .product_details_gallery_thumbs .product_details_gallery_thumbs_thumb{
				float:left;
				margin:10px 10px 0px 0px;
				width:50px;
				height:50px;
				border:1px solid #777;
				background-color:#777;
				background-size:cover;
				background-repeat:no-repeat;
				background-position:center center;
				
				cursor:pointer;
			}
	#post_content .post_format .product_details .product_details_infomations{
		float:right;
	}
		#post_content .post_format .product_details .product_details_infomations .product_details_infomations_texts{
			/*background-color:#cfc;*/
		}
			#post_content .post_format .product_details .product_details_infomations .product_details_infomations_texts h1{
				margin:0px;
				font-size:1.313rem;	/* 21 / 16 = 1.313 */
			}
			#post_content .post_format .product_details .product_details_infomations .product_details_infomations_texts span{
				color:#999;
			}
			#post_content .post_format .product_details .product_details_infomations .product_details_infomations_texts .product_details_infomations_texts_content{
				color:#555;
			}
		#post_content .post_format .product_details .product_details_infomations .product_details_infomations_panel{
			border-top:1px dotted #ccc;
			padding-top:15px;
		}
			#post_content .post_format .product_details .product_details_infomations .product_details_infomations_panel .product_details_infomations_panel_price{
				margin:auto;
				/*width:200px;*/
				height:50px;
				font-size:1.500rem;	/* 24 / 16 = 1.5 */
				line-height:3.125rem;	/* 50 / 16 = 3.125 */
				text-align:center;
				font-weight:bold;
				
				background-color:#a7cf3c;
				background-color:#eee;
				color:#555;
			}
				#post_content .post_format .product_details .product_details_infomations .product_details_infomations_panel .product_details_infomations_panel_price .product_details_infomations_panel_price_small{
					font-size:0.875rem;	/* 14 / 16 = 0.875 */
					font-weight:normal;
				}
			#post_content .post_format .product_details .product_details_infomations .product_details_infomations_panel .product_details_infomations_panel_quantity{
				border-top:1px dotted #ccc;
				border-bottom:1px dotted #ccc;
				padding:20px 0px 20px 0px;
				margin:20px 0px 20px 0px;
				/*max-width:100px;*/
			}
				#post_content .post_format .product_details .product_details_infomations .product_details_infomations_panel .product_details_infomations_panel_quantity .line{
					max-width:80px;
				}
				#post_content .post_format .product_details .product_details_infomations .product_details_infomations_panel .product_details_infomations_panel_quantity label{
					display:inline-block;
					padding-right:10px;
				}
				#post_content .post_format .product_details .product_details_infomations .product_details_infomations_panel .product_details_infomations_panel_quantity_value{
					height:20px;
				}
			#post_content .post_format .product_details .product_details_infomations .product_details_infomations_panel .product_details_infomations_panel_addtocart{
				background-image:linear-gradient(#73e600, #55aa00);
				/*border-radius:5px;*/
				height:40px;
				line-height:2.500rem;	/* 40 / 16 = 2.500 */
				text-align:center;
				border:1px solid #55aa00;
				color:#fff;
				text-shadow:0px 0px 1px #000;
				font-weight:bold;
			}
/*==================================================================================================*/
/*											  MESSAGE											 */
/*==================================================================================================*/
#post_content .post_format .message{
	max-width:calc(100% - 20px);
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	/*margin:0px 0px 15px 0px;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;*/
	background-color:#fff;
	border:1px solid #ccc;
}
#post_content .post_format .message:hover{
	background-color:#fafaff;
}
	#post_content .post_format .message a{
		text-decoration:none;
	}
	#post_content .post_format .message .message_strip{
		width:100%;
		min-height:50px;
		overflow:hidden;
		position:relative;
		/*border-top:1px solid #999;*
		border-bottom:1px solid #ddd;/**/
	}
	#post_content .post_format .message .message_strip .message_strip_on{
		background-image:linear-gradient(#090, #0f0, #090);
	}
	#post_content .post_format .message .message_strip .message_strip_off{
		background-image:linear-gradient(#036, #08f, #036);
	}
		#post_content .post_format .message .message_strip  a{
			color:#000;
		}
		#post_content .post_format .message .message_strip a:hover{
			color:#d00;
		}
		#post_content .post_format .message .message_poster{
			float:left;
			padding:5px 10px 5px 5px;
		}
			#post_content .post_format .message .message_avatar{
				float:left;
				/*margin:5px;*/
				width:40px;
				height:40px;
				overflow:hidden;
				background-color:#ccc;
			}
			#post_content .post_format .message .message_head{
				float:left;
			}
				#post_content .post_format .message .message_pseudo{
					padding:0px 0px 0px 5px;
					/*line-height:1.563rem;	/* 25 / 16 = 1.563 */
					font-size:1rem;	/* 16 / 16 = 1 */
					font-weight:bold;
				}
				#post_content .post_format .message .message_date{
					padding:0px 5px 0px 5px;
					/*line-height:1.563rem;	/* 25 / 16 = 1.563 */
					font-size:0.750rem;	/* 12 / 16 = 0.750 */
					font-weight:light;
				}
	#post_content .post_format .message .message_content{
		padding:5px 5px 10px 5px;
		overflow:hidden;
	}
/*==================================================================================================*/
/*											 THUMBNAIL											*/
/*==================================================================================================*/
#post_content .post_format .thumbnail{
	display:inline-block;
	overflow:hidden;
}
	#post_content .post_format .thumbnail a,
	#post_content .post_format .thumbnail a:hover,
	#post_content .post_format .thumbnail a:hover:visited,
	#post_content .post_format .thumbnail a:visited{
		color:#000;
	}
	#post_content .post_format .thumbnail .thumbnail_cover{
		position:relative;
		display:inline-block;
		border:1px solid #ccc;
		margin:5px;
		overflow:hidden;
		z-index:2;
	}
		#post_content .post_format .thumbnail .thumbnail_info{
			position:absolute;
			width:100%;
			padding:2px;
			display:none;
			bottom:0;
			background-color:#0f0;
			z-index:3;
			text-align:center;
			vertical-align:middle;
		}
		#post_content .post_format .thumbnail:hover  .thumbnail_info{
			display:block;
			background-color:rgba(255,255,255,0.7);
		}
			#post_content .post_format .thumbnail a .thumbnail_info_title,
			#post_content .post_format .thumbnail a .thumbnail_info_title:hover,
			#post_content .post_format .thumbnail a .thumbnail_info_title:hover:visited,
			#post_content .post_format .thumbnail a .thumbnail_info_title:visited{
				color:#049;
				font-weight:bold;
			}
			#post_content .post_format .thumbnail a .thumbnail_info_pages,
			#post_content .post_format .thumbnail a .thumbnail_info_pages:hover,
			#post_content .post_format .thumbnail a .thumbnail_info_pages:hover:visited,
			#post_content .post_format .thumbnail a .thumbnail_info_pages:visited{
				color:#444;
				font-size:0.750rem;	/* 12 / 16 = 0.75 */
			}
/*==================================================================================================*/
/*											   TITLE											  */
/*==================================================================================================*/
#post_content .post_format .post_title{
	/*margin:0px 0px 30px 0px;*/
}
	#post_content .post_format .post_title h1{
		border-bottom:1px solid #000;
		font-family:'Invitation Script';
		font-size:4.375rem;	/* 70 / 16 = 4.375 */
		color:#000;
		font-weight:lighter;
		text-shadow:0px 0px 0px #000;
	}
/*==================================================================================================*/
/*											  RUBRIC											  */
/*==================================================================================================*/
#post_content .post_format .rubric{
	float:left;
	margin:0px 15px 50px 15px;
	width:calc(100% - 30px);
	text-align:left;
}


#post_content .post_format .rubric.rows2{
	width:calc((100% - (30px * 2)) / 2);
}#post_content .post_format .rubric.rows3{
	width:calc((100% - (30px * 3)) / 3);
}#post_content .post_format .rubric.rows4{
	width:calc((100% - (30px * 4)) / 4) !important;
}#post_content .post_format .rubric.rows5{
	width:calc((100% - (30px * 5)) / 5);
}#post_content .post_format .rubric.rows6{
	width:calc((100% - (30px * 6)) / 6);
}
@media screen and (max-width:799px){
	#post_content .post_format .rubric{
		width:calc(100% - 60px);
		max-width:calc(100% - 60px);
	}
		#post_content .post_format .rubric .separation{
			display:block;
			min-width:200px;
			width:calc(100% - 40px);
			max-width:400px;
			margin:auto;
			margin-top:20px;
			border-bottom:1px solid #ddd;
		}
}



	#post_content .post_format .rubric h1{
		font-size:1.500rem;	/* 24 / 16 = 1.5 */
		border-bottom:2px solid #000;
		color:#000;
		font-weight:lighter;
	}
	#post_content .post_format .rubric .screen{
		margin-bottom:15px;
		width:100%;
		height:150px;
		overflow:hidden;
	}
	#post_content .post_format .rubric p{
		text-align:justify;
		text-justify:inter-word;
		overflow:hidden;
		
	}
	#post_content .post_format .rubric p.truncated{
		max-height:10em;
		margin-bottom:5px;
		text-overflow:ellipsis;
		/*word-wrap:break-word;*/
		
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	#post_content .post_format .rubric a,
	#post_content .post_format .rubric a:visited{
		color:#00f;
	}
	#post_content .post_format .rubric a:hover,
	#post_content .post_format .rubric a:visited:hover{
		color:#0cf;
	}
/*==================================================================================================*/
/*											  ALBUM											   */
/*==================================================================================================*/

/*==================================================================================================*/
/*											 SUBPART											  */
/*==================================================================================================*/
#post_content .post_format .subpart{
	display:inline-block;
	height:100%;
	overflow:hidden;
}
	#post_content .post_format .subpart .subpart_icon{
		float:left;
		display:block;
		width:32px;
		height:32px;
		margin:0px 0px 50px 0px;
		background-size:100% 100%;
		background-position:center center;
		background-repeat:no-repeat;
	}
	#post_content .post_format .subpart .subpart_content{
		float:right;
		width:calc(100% - 42px);
		height:100%;
	}
		#post_content .post_format .subpart .subpart_content .subpart_content_title{
			font-size:16px;
			font-weight:bold;
			padding:0px;
			margin:0px 0px 5px 0px;
		}
		#post_content .post_format .subpart .subpart_content .subpart_content_text{
			text-align:justify;
		}

/*--------------------------------------------------------------------------------------------------*/
/*											  PERIOD											  */
/*--------------------------------------------------------------------------------------------------*/
#post_content .periods{
	width:100%;
}
	#post_content .periods h1{
		border-bottom:1px solid #000;
		font-family:'Invitation Script';
		font-size:4.375rem;	/* 70 / 16 = 4.375 */
		color:#000;
		font-weight:lighter;
		text-shadow:0px 0px 0px #000;
	}
	#post_content .periods .year{
		margin:30px 0px 0px 0px;
		font-size:1.250rem;	/* 20 / 16 = 1.250 */
		font-weight:bold;
	}
	#post_content .periods .month{
		width:100%;
		margin:50px 0px 50px 0px;
	}
		
		#post_content .periods .month table{
			width:100%;
			border-spacing:0px;
			border-collapse:collapse;
		}
		#post_content .periods .months ul{
			list-style-type:none;
			list-style-image:none;
			border:1px solid #ddd;
			border-top-left-radius:5px;
			border-top-right-radius:5px;
			border-bottom-left-radius:5px;
			border-bottom-right-radius:5px;
			padding:0px;
			overflow:hidden;
			display:inline-block;
			clear:both;
		}
			#post_content .periods .months ul li{
				float:left;
				padding:5px;
				display:inline-block;
				width:35px;
				background-color:#fff;
				text-align:center;
				vertical-align:middle;
				font-size:1rem;	/* 16 / 16 = 1 */
				font-weight:bold;
			}
			#post_content .periods .months ul a li:hover{
				/*background-image:linear-gradient(#08f, #04c);*/
				background-image:linear-gradient(#eee, #bbb);
				color:#000;
			}
			#post_content .periods .months ul a li.active{
				/*background-image:linear-gradient(#06d, #02a);*/
				background-image:linear-gradient(#ddd, #999);
				color:#fff;
			}
				#post_content .periods .months ul a,
				#post_content .periods .months ul a:visited{
					color:#000;
				}
				#post_content .periods .months ul a:hover,
				#post_content .periods .months ul a:visited:hover{
					color:#fff;
				}
			
			#post_content .periods .month table thead tr th{
				width:14%;
			}
			#post_content .periods .month table tbody tr td{
				height:120px;
			}
			#post_content .periods .month table tbody tr td.day{
				min-height:120px;
				border:1px solid #ccc;
				background-color:#fff;
				vertical-align:top;
				position:relative;
				
			}
				#post_content .periods .month table tbody tr td.day .number{
					position:absolute;
					color:#ccc;
					font-size:1rem;	/* 16 / 16 = 1 */
					font-weight:bold;
					right:5px;
					bottom:5px;
					z-index:7;
				}
				#post_content .periods .month table tbody tr td.day a,
				#post_content .periods .month table tbody tr td.day a:visited{
					color:#000;
				}
				#post_content .periods .month table tbody tr td.day a:hover,
				#post_content .periods .month table tbody tr td.day a:visited:hover{
					color:#fff;
				}
				#post_content .periods .month table tbody tr td.day .event{
					padding:5px;
					font-weight:bold;
				}
/*--------------------------------------------------------------------------------------------------*/
/*											POST_STAMPS										   */
/*--------------------------------------------------------------------------------------------------*/
#post_content .post_stamps{
	margin:10px;
}
	#post_content .post_stamps .post_stamps_line{
		font-size:0.750rem;	/* 12 / 16 = 0.750 */
		text-align:right;
		width:100%;
	}
		#post_content .post_stamps .post_stamps_line .post_stamps_line_label{
			color:#555;
		}
		#post_content .post_stamps .post_stamps_line a{
			color:#d70;
		}
		#post_content .post_stamps .post_stamps_line a:hover{
			color:#009;
		}
/*--------------------------------------------------------------------------------------------------*/
/*										   LEGAL_NOTICE										   */
/*--------------------------------------------------------------------------------------------------*/
#post_content .legal_notice{
	background-color:#fff;
	border:1px solid #ddd;
	padding:10px 20px 20px 20px;
}
	#post_content .legal_notice h1{
		border-bottom:1px solid #ddd;
	}
	#post_content .legal_notice h2{
		color:#333;
	}
	#post_content .legal_notice h3{
		color:#333;
		margin:0px;
		font-size:16px;
		font-size:1rem;
	}
	#post_content .legal_notice p{
		text-align:justify;
		color:#555;
	}
	#post_content .legal_notice .tmp{
		color:#f00;
		display:none;
	}
