.news {
    background-color: white;
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 10px 30px;
}

.news-head {
    position: relative;
}

.news-head .news-date {
    font-size: .7em;
    color: #777;
}

.news-head .news-open {
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 50%;
    border-style: solid;
    border-width: 2px;
    border-color: transparent #777777 #777777 transparent;
    transform: rotate(45deg);
    margin-top: -13px;
}

.news-head .h2-small {
    margin-bottom: 0;
    padding-right: 30px;
}

.news-content {
    overflow: hidden;
    max-height: 0;
    padding: 0;
}

.news-bottom {
    background-color: #f4f4f4;
    border-radius: 4px;
    padding: 0;
    overflow: hidden;
    max-height: 0;
}

.share-links li{
    display: inline-block;
}

.news, 
.news *{
    transition: all .3s ease;
}

/* When news is on focus */

.news.news-focus {
    box-shadow: 0 5px 25px rgba(125, 115, 105, .3);
    margin: 0 -30px 30px -30px;
}

.news:hover{
    box-shadow: 0 5px 25px rgba(125, 115, 105, .3);
}

.news-focus .news-head {
    border-bottom: 2px solid #e9e9e9;
}

/*
.news-title {
	display: inline-block;
}
*/

.news-title a{
    color: #333;
}

.news-title:hover a {
	color: #ff6921;
}

.news-focus .news-content,
.news-article .news-content {
    margin-top: 20px;
    max-height: none;
}

.news-focus .news-content ul,
.news-article .news-content ul {
    margin-bottom: 20px;
}

.news-focus .news-bottom,
.news-article .news-bottom{
    margin: 20px 0 10px;
    padding: 5px 10px;
    max-height: none;
}

.news-link {
	font-size: 0.8em;
	color: #999 !important;
	min-width: 310px;
	background-color: transparent !important;
	box-shadow: none !important;
}

.news-link:focus {
	border-color: transparent !important;
}

.news-focus .news-head .h2-small {
    margin-bottom: 10px;
}

.news-focus .news-open{
    transform: rotate(-135deg);
}

.news-content li > ul {
	margin-top: 10px;
}

#loadnews {
	display: none;
}
