@charset "utf-8";
/* CSS Document */

div.content_inner {
	width:100%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 3% 0;
	max-width:1130px;
	text-align: center;
 }
 
div.top {
	width:100%;
	height: 40px;
	margin: 0 0 3% 0;
	background-color: #292929;
 }

div.news {
	vertical-align: top;
	text-align: center;
	display: inline-block;
	width: 31%;
	min-width: 300px;
	max-height:310px;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 1.5%;
	margin-top: 1.5%;
	padding-top: 2%;
	padding-bottom: 3%;
	background-color: #292929;
	border-radius: 4px;
	overflow: hidden;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
 }

div.news:hover {
	max-height: 999px;
}
 
div.news img {
     width: 100%;
	 height: auto;
	 overflow: hidden;
	 display: inline-block;
   } 

div.news h1 {
	min-height: 60px;
	margin: 3% 5%;
	z-index: 1;
	font-weight: 100;
	color: #999;
	font-size: 16px;
	text-transform:uppercase;
 }
 
div.news p {
	width: 90%;
	margin: 0 auto 10px auto;
	color: rgba(0,0,0,0);
	font-size: 14px;
	text-align: justify;
	text-transform:none;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
 }

div.news:hover p {
	color: #fff;
}

div.button {
	vertical-align: bottom;
	width: 100%;
	margin: 5% auto 11% auto;
 }
 
div.button a {
	padding: 2% 10% 2% 10%;
	font-weight: 200;
	font-size: 16px;
	background-color: #FF6400;
	border-radius: 2px;
	color: #fff;  
	font-size: 16px;
	text-transform: none;
	font-family: Arial;
 }

@media only screen and (max-width:1000px){ 
div.news {
	min-height: 540px;
 }

div.news p {
	color: #fff;
} 
  } 

  