.news {
 	padding : 60px 0 75px;

	&-container {
		width: 650px;
		margin: 0 auto;
	}	

	&-item {
		padding-top : 40px;
		margin-top : 40px;
		border-top : 1px solid @grey-light;

		&:first-child {
			padding-top : 0;
			margin-top : 0;
			border-top : none;
		}
	}

	&-item-link {
		text-decoration : none;
	}

	&-item-header {
		font-family: 'montserratregular';
		margin-bottom : 30px;
	}

	&-item-time {
		color : @black;
		font-size : 12px;
		text-transform : uppercase;
	}
	
	&-item-cat {
		color : @red;
		font-size : 12px;
		text-transform : uppercase;
		margin-bottom : 5px;
		display : inline-block;
	}
	
	&-item-title {
		color : @black-light;
		font-size : 22px;
	}
	
	&-item-desc {
		color : @grey;
		font-size : 18px;
		line-height : 26px;
	}
}

.view-news {
	padding-top : 20px;
	margin-bottom : 50px;

	&-back {
		display:block;
		padding-bottom: 20px;
		margin-bottom : 20px;
		border-bottom : 1px solid @grey-light;
		color:@red;
		font-family: Arial, Helvetica, sans-serif;
		font-size : 15px;
	}

	&-container {
		width: 640px;
		margin:0 auto;
		position : relative;
	}


	&-share {
		//display : none;
		position : absolute;
		left : -50px;
		top : 84px;
		a {
			color : @black;
			&:hover {
				color : @red;
			}
		}
	}


	&-attachment {
		color:@red;
		padding : 7px 20px;
		display : inline-block;
		border : 1px solid @red;
		font-size : 16px;
		margin-top: 20px;
		font-family: Arial, Helvetica, sans-serif;
		border-radius : 5px;
		&:before {
			content:'';
			display: inline-block;
			width : 19px;
			height : 25px;
			background : url(../biomed/img/new-version/header/download.png) no-repeat center;
			margin-right : 10px;
			vertical-align: middle;
		}
	}
}

