/**

	Creator: 6harf.com

**/



/* News CSS */



.news-box {

	margin-bottom:30px;

	}



.news-box .news-thumb img {

	width:100%;

	}



.news-box .news-thumb {

	-webkit-transition: all 150ms ease-in-out;

    -moz-transition: all 150ms ease-in-out;

    -ms-transition: all 150ms ease-in-out;

    -o-transition: all 150ms ease-in-out;

    transition: all 150ms ease-in-out;

	}



.news-box .news-thumb:hover {

	-webkit-filter: grayscale(100%);

	-moz-filter: grayscale(100%);

	-ms-filter: grayscale(100%);

	-o-filter: grayscale(100%);

	filter: grayscale(100%);

	filter: url(grayscale.svg);

	filter: gray;

	}

	

.news-box .news-title {

	height:65px;

	max-height:65px;

	overflow:hidden;

	margin-top:10px;

	}

	

.news-box .news-title a {

	display:block;

	text-align:center;

	font-size:16px;

	text-transform:uppercase;

	font-weight:bold;

	padding:0 30px;

	}

	

.news-box .news-title a:hover {

	text-decoration:none;

	}

	

.news-title:after {

    display: block;

    padding-bottom: 15px;

    content: "";

    width: 50px;

    margin: 0 auto;

	}

	

.news-box .news-description {

	font-size:13px;

	margin-top:15px;

	height: 75px;

	max-height: 75px;

	overflow:hidden;

	}

	

.news-box .news-date {

	font-size: 13px;

    padding: 3px 5px;

    position: absolute;

    margin-top: -40px;

    margin-left: 0;

	}

	

	

	

/* News Content */

.news-content-title h1 {

	font-size:30px;

	margin:10px 0;

	}

	

.news-content-info span {

	font-size:13px;

	margin-right:10px;

	}

	

.news-content-description h2 {

	font-size:18px;

	margin:10px 0;

	}

	

.news-content {

	margin-top:20px;

	}

	

.news-content img {

	max-width:100%;
	height: auto !important;

	}

	

.news-content-thumb {

	float: left;

	margin:0 20px 5px 0;

	}

	

.news-content-thumb img {

	width:300px;

	}