/***************************************************
### Autor:      Nikola Vujovic                   ###
###             www.ics.ba                       ###
###             copyright (c) 2006 - 2014        ###
****************************************************
### Projekat:   sarajevocitycenter.ba            ###
### Datum:      15.07.2014.                      ###
### Namjena:    News                             ###
***************************************************/
/***    Top News
*/
.top_news {}
.top_news header h1 {margin: 0 0 10px;}
.top_news header h1 a {text-decoration: none;}
.top_news figure {border: 1px solid #d8d8d8;padding: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
.top_news figure .img_height_fix {height: 264px;overflow: hidden;position: relative;}
.top_news figure .img_height_fix img {display: block;}
/***    News
*/
.news_list {margin-right: -10px;}
.news_list li {width: 270px;background-color: #ffffff;margin: 0 0 10px 0;}
.news_list li a {text-decoration: none;}
.news_list li a header {height: 55px;background-color: #2a2a2a;padding: 0 20px;overflow: hidden;}
.news_list li a header h1 {font-size: 16px;color: #ffffff;line-height: normal;font-weight: 400;margin: 5px 0 0;}
.news_list li a article {padding: 10px 15px 15px;}
.news_list li a article p {color: #2a2a2a;line-height: 18px;height: 36px;overflow: hidden;}
.news_list li a article figure {border: 1px solid #d8d8d8;padding: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;margin: 10px 0 0;}
.news_list li a article figure img {width: 100%;}
.news_list li a:hover header {background-color: #9e248a;}
.news_list li a:hover article figure {border-color: #9e248a;}
.news_list li.child_5 {margin-bottom: 0px;}
.news_list_archive li {width: 320px;margin: 15px 10px 0 0;float: left;}
/***    MOre News
*/
.more_news {padding: 10px;background-color: #ffffff;margin: 10px 0 0;}
.more_news p {text-align: right;}
.more_news p a {text-transform: uppercase;font-weight: 700;}
/***    No Content to Show
*/
.no_content {width: 100%;padding: 50px 0;}
.no_content p {text-align: center;}
/***    Social Feeds
*/
.social_feeds {width: 100%;margin: 15px 0 0;float: left;}
.social_feeds header {background-color: #000000;margin: -10px -10px 10px;height: 48px;}
.social_feeds header a {text-decoration: none;}
/*.social_feeds header a i.fa {line-height: 48px;color: #ffffff;text-align: center;display: block;font-size: 30px;}*/
.social_feeds .facebook_feed {width: 650px;background-color: #ffffff;margin-right: 10px;padding: 10px;float: left;}
.social_feeds .facebook_feed header {background-color: #4c67a1;}
.social_feeds .instagram_feed {width: 320px;background-color: #ffffff;padding: 10px 10px 0;float: left;}
.social_feeds .instagram_feed header {background-color: #4e7ca0;}
/***    News Single
*/
.news {}
.news .news_info {background-color: #f0f0f0;margin: 20px -20px 10px;padding: 10px 20px;}
.news .news_info p {float: left;}
.news .news_info #shareBox {float: right;margin-right: 0;}
.news .news_info #shareBox ul li {margin-right: 0;margin-left: 5px;}
.news .tinyMCE {padding: 0;}