@import url(../fonts/stylesheet.css);
#news-container ::-webkit-scrollbar {
	width: 30px;

}
 
#news-container ::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6);*/
    -webkit-border-radius: 0px;
    border-radius: 0px;
	width: 30px;
    background: none;
	height:700px;
	margin: 0;
	padding: 0;

}

#news-container ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 5px;
    height: 5px;
    background: none;
}

#news-container ::-webkit-scrollbar-thumb:window-inactive {
    background: none;
}
#news-container ::-webkit-scrollbar-button:vertical:increment {
	width:30px;
	height:30px!important;
	margin-top:10px;
    background: url(../images/scroll-down.png) no-repeat center bottom;
	background-size:90%;
}

#news-container ::-webkit-scrollbar-button:vertical:decrement {
	margin-bottom:3px;
	width:30px;
	height:30px!important;
    background: url(../images/scroll-up.png) no-repeat center top;
	background-size:90%;


}


#news-container{
	 display: none;
    position: absolute;
    width: 1280px;
    height: 720px;
	top: 0;
	left: 0;
    background: #fff;
}
#news-container h1{
	background:#000000;
	font-size: 42px;
	width: 1170px;
	margin:0px auto 40px auto;
	padding:30px 0 20px 110px;
	color:#fff;
    font-family: 'Fedra Sans Pro Normal';}

#news {
    width: 1280px;
    height: 550px;
    background: #fff;
    overflow-x: auto;
}

#news .item {
    color: #000;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
	margin-top:20px;
	padding:20px;
	border-bottom:1px solid #D9D9D6;
}

#news .title {
	color:#000000;
    font-size: 36px;
    font-family: 'Fedra Sans Pro Normal';
	padding:10px 0;

}

#news .item .date{
	width:100%;
	font-family: 'Conv_CamphorStd-Thin'!important;
	font-size: 12px;
	padding:0px 0 0 5px!important;
	height:30px;
	line-height:32px;
	background:#EFEFEF;
	margin-bottom:4px;
	text-transform: uppercase;
	letter-spacing: 2px;

}

#news .description,
#news .image{
	display: table;
	width: 100%;
    font-size: 22px;
    font-family: 'Fedra Sans Pro Normal';

}
#news .description img,
#news .image img{
	width: 40%;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	height: auto;
}
#news .image .description{
	width: auto!important;
}
#news .image .description img{
	display: none!important;
}
