/* news */
.box-news {
	margin-bottom: 30px;
	padding:20px;
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);	
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.13);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
}
.box-news:last-child {
	border-bottom:0;
}
.box-news h4 {
	margin-top: 0px;
	margin-bottom: 5px;
}
.box-news p {
	margin-top: 0px;
	margin-bottom: 10px;
}
.box-news > div {
	
}
.box-news img {
	padding-top:5px;
	max-width:100%;
}
.box-news a.blog-title, .box-news .blog-title h1 {
	float:left;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'Francois One', sans-serif;
	color: #6b6b6b;
	font-size: 24px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 10px;
}
.box-news a.blog-title {
	  -webkit-transition: all 0.15s ease-out; 
     -moz-transition: all 0.15s ease-out; 
       -o-transition: all 0.15s ease-out; 
          transition: all 0.15s ease-out; 
	opacity:1;
}
.box-news a.blog-title:hover {
	opacity:0.6;
}
.box-news .blog-date {
	float:right;
	line-height: 24px;
	font-size:20px;
	font-family: 'Francois One', sans-serif;
	color:#ADADAD;
	display:none;
}
.box-news .blog-content {
	float:left;
	clear:left;
	font-size:14px;
	line-height:22px;
}

.blog-content iframe, .blog-content object, .blog-content embed {
	max-width:860px;
}