@import url("http://fonts.googleapis.com/css?family=Roboto+Slab:400,700&subset=latin,latin-ext");
@import url("http://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,latin-ext");
/*
font-family: 'Roboto Slab', serif;
font-family: 'Roboto', sans-serif;
*/

/*   body & container   */
/********************************************************/
body{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
a, a:active {
    outline: none;
    border: none;
}
a:focus {
    outline: none;
}
a:hover {
    text-decoration: none;
    opacity: .8;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
}

ul, ol {
    margin: 0;
}

/*************************************************
 ****************  H E L P E R S  ****************
 *************************************************/
.content-padding {
    padding: 20px;
}
.content-padding-lr{
    padding-left: 20px;
    padding-right: 20px;
}
.content-padding-tb{
    padding-top: 20px;
    padding-bottom: 20px;
}
.content-padding-top {
    padding-top: 20px;
}
.content-padding-bottom {
    padding-bottom: 20px;
}
.content-margin {
    margin: 20px;
}
.content-margin-tb{
    margin-top: 20px;
    margin-bottom: 20px;
}
.content-margin-top {
    margin-top: 20px;
}
.content-margin-bottom {
    margin-bottom: 20px;
}

.content-border {
    border-left: 1px solid rgba(0, 0, 0, .15);
    border-right: 1px solid rgba(0, 0, 0, .15);
}
.content-border-top {
    border-top: 1px solid rgba(0,0,0,.15);
}
.content-border-bottom {
    border-bottom: 1px solid rgba(0,0,0,.15);
}

ul {
    min-width: 10px!important;
}
ul.list-left > li{
    float: left!important;
}
ul.list-left.pull-left li:first-child{
    padding-left: 0;
    margin-left: 0;
}
ul.list-left.pull-right li:last-child{
    padding-right: 0;
    margin-right: 0;
}

/*************************************************
 ****************  B U T T O N S  ****************
 *************************************************/
.btn-rss, span.fa-rss {
    background-color: #ff6600;
    border-color: #ff6600;
}
.btn-facebook, span.fa-facebook {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #fff;
}
.btn-twitter, span.fa-twitter {
    background-color: #55acee;
    border-color: #55acee;
    color: #fff;
}
.btn-envelope, span.fa-envelope {
    background-color: #9e893c;
    border-color: #9e893c;
    color: #fff;
}
.btn-google-plus, span.fa-google-plus {
    background-color: #d34836;
    border-color: #d34836;
}
.btn-youtube, span.fa-youtube {
    background-color: #e52d27;
    border-color: #e52d27;
}
.btn-pinterest, span.fa-pinterest {
    background-color: #cb2027;
    border-color: #cb2027;
}
.btn-instagram, span.fa-instagram {
    background-color: #517fa4;
    border-color: #517fa4;
}
.btn-social, .btn-social span{
    color: #fff;
    text-align: center;
}

.btn-flat {
    border-radius: 0;
}
.btn-theme {

}


/*********************************************
 ****************  M E D I A  ****************
 *********************************************/
.btn-video, span.fa-play-circle {

}
.btn-gallery, span.fa-camera {

}
.btn-newspaper, span.fa-newspaper-o {

}
.btn-contact, span.fa-envelope {

}


/***********************************************
 ****************  R I B B O N  ****************
 ***********************************************/
.ribbon-container {
    position: relative;
    display: inline-block;
    line-height: 1;
}
.ribbon-container img {
    vertical-align: middle;
}
.ribbon {
    position: absolute;
    bottom: 1em;
    left: 0;
    margin-right: 1em;
    padding: .75em 1.25em .75em .75em;
    border-radius: 0 .5em .5em 0;
    background-color: #39f;
    background-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 100%);
    box-shadow: inset 0 .062em 0 rgba(255,255,255,.6), 0 .125em .25em rgba(0,0,0,.2);
    color: #fff;
    text-shadow: 0 -.062em 0 rgba(0,0,0,.2);
    white-space: nowrap;
    transition: background-color .2s ease-in-out;
}
.ribbon:before,
.ribbon:after {
    position: absolute;
    background-color: inherit;
    content: "";
}
.ribbon:before {
    bottom: 0;
    left: -.5em;
    width: .5em;
    height: 3em;
    border-radius: 0 0 0 .5em;
    background-image: linear-gradient(to right, rgba(0,0,0,.2) 0%, rgba(0,0,0,0) 100%);
}
.ribbon:after {
    top: -1em;
    left: -.5em;
    width: .5em;
    height: 1em;
    border-radius: .5em 0 0 .5em;
    background-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,.2) 100%);
    box-shadow: 0 .062em 0 rgba(255,255,255,.6);
}
.ribbon-container:hover .ribbon {
    background-color: #7acc29;
}
/**
<a href="#" class="ribbon-container">
	<img src="http://placehold.it/240x160" alt="">
	<span class="ribbon">Hey, I'm an omlette station!</span>
</a>
*/








body {
    overflow-x: hidden;
}
#container {
    padding: 0;
    margin: 0;
}
#container > section.content-wrapper-home {
    margin-top: 40px;
}

#container > section.content-wrapper {
    margin-top: 60px;
}

#container #navbar-main #menu-toggle{
    float: left;
    margin-left: 15px;
    border-radius: 0;
    border: none;
}
#container #navbar-main .navbar-brand {
    padding: 0;
    position: relative;
    color: #fff;

}
#container #navbar-main .navbar-brand > div{
    font-size: 20px;
    height: 51px;
    line-height: 48px;
    margin-left: 60px;
}

#container #navbar-main .navbar-brand  img{
    margin: 5px 0 5px 30px;
    height: 40px;

}


/* CAROUSEL */
#news-carousel {
    padding: 0;
    margin-top: 51px;
}
#news-carousel .item ,
#news-carousel .item > a > img{
    width: 100%;

}
#news-carousel .carousel-indicators {
    bottom: -20px;
}
#news-carousel .carousel-indicators li {
    border-color: #656565;
}
#news-carousel .carousel-indicators li {
    width: 8px;
    height: 8px;
}

#news-carousel .carousel-indicators .active {
    width: 10px;
    height: 10px;
}
#news-carousel .carousel-indicators li.active{
    background-color: #656565;
    /*color: #bfbfbf;*/
}


#news-carousel .carousel-control {
    padding-top: 18%;
    padding-bottom: 18%;
    font-size: 38px;
    width: 10%;
    display: none;
}
#news-carousel .carousel-caption {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 5px;
    text-align: left;
    padding: 10px;
}
#news-carousel .carousel-caption a{
    display: block;
    padding: 5px;
    font-family: 'Roboto Slab', serif;
}
#news-carousel .carousel-caption h4 {
    text-shadow: none;

}
#news-carousel-selector{
    display: none;
}



/** NEWS LISTVIEW */
#subhead-list > li a {
    display: block;
    color: #fff!important;
    font-family: 'Roboto Slab', serif;
}
#subhead-list > li .news-item .news-image{
    background-color: #222!important;
    border-color: #222!important;
}
#subhead-list > li .news-item .news-caption{
    border-color: #222!important;
    background-color: #222!important;
}

#news-category-list > .news-wrapper ul li {
    margin-bottom: 10px;
}
#news-category-list > .news-wrapper ul li a,
#news-listview > .news-wrapper .news-item a,
#search-listview > .search-wrapper .search-item a {
    display: block;
    color: #222;
    font-family: 'Roboto Slab', serif;
}

#news-category-list > .news-wrapper ul li .news-item .news-image,
#news-listview > .news-wrapper  .news-item .news-image,
#search-listview > .search-wrapper .search-item .search-image{
    border: 10px solid #fff;
    width: 100%;
}
#news-category-list > .news-wrapper ul li .news-item .news-info,
#news-listview > .news-wrapper  .news-item .news-info,
#search-listview > .search-wrapper .search-item .search-info {
    border: 10px solid #fff;
    border-top: none;
    width: 100%;
    background-color: #fff;
    line-height: 1.4;
}
#news-category-list > .news-wrapper ul li .news-item .news-info .news-caption,
#news-listview > .news-wrapper  .news-item .news-info .news-caption {
    color: #222;
    line-height: 1.3;
}
#news-category-list > .news-wrapper ul li .news-item .news-info .news-abstract,
#news-listview > .news-wrapper  .news-item .news-info .news-abstract {
    color: #434343;
    display: none;
}








/* NEWS DETAIL VIEW */
.detail-wrapper h1,
.detail-wrapper h2,
.detail-wrapper h3,
.detail-wrapper h4,
.detail-wrapper h5,
.detail-wrapper h6 {
    font-family: "Roboto Slab", serif;
    font-weight: 700;
}

.detail-wrapper .detail-description,
.detail-wrapper .article-description {
    font-size: 16px;
}
.detail-wrapper .detail-abstract {
    font-style: italic;
    color: #797979 !important;
}


.detail-wrapper .detail-tags .tag-list li:before{
    position: absolute;
    top: 8px;
    margin: -2px 0 0 -12px;
    vertical-align: middle;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    content: "";
}
.detail-wrapper .detail-tags .tag-list li{
    margin-left: 12px;
    margin-right: 40px;
    position: relative;
}




/** GALLERY LISTVIEW */
#video-listview .video-item ,
#gallery-listview .gallery-item {
    position: relative;
}
#video-listview .video-item a,
#gallery-listview .gallery-item a{
    display: block;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #222;
    font-family: 'Roboto Slab', serif;
}
#video-listview .video-item a .video-image,
#gallery-listview .gallery-item a .gallery-image {
    width: 100%;
    border: 10px solid #fff;
}
#video-listview .video-item a .video-caption,
#gallery-listview .gallery-item a .gallery-caption {
    border: 10px solid #fff;
    border-top: none;
    line-height: 1.4;
}
#video-listview .video-item a .media-icon,
#gallery-listview .gallery-item a .media-icon{
    position: absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    top: 30%;
}



/** */
#article-listview > .article-wrapper a {
    color: #222;
    font-family: 'Roboto Slab', serif;
}
#article-listview > .article-wrapper .article-item {
    background: #fff;
    padding: 0;
    border: 1px solid #ddd;
}
#article-listview > .article-wrapper .author-image {
    float: left;
    width: 90px;
}
#article-listview > .article-wrapper .article-info {
    margin-left: 90px;
    padding: 1px 5px;
    height: 100px;
    max-height: 100px;
    overflow: hidden;
    /*border-left: 1px solid #ddd;*/
}
#article-listview > .article-wrapper .article-caption {
    line-height: 1.45;
}
.info-list span.fa {
    text-align: center;
    width: 40px;
    padding: 10px 0;
    font-size: 22px;
}
.info-list li {
    margin-right: 3px;
}

.blueimp-gallery > .description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #DDDDDD;
    line-height: 1.4;
    font-size: 13px;
    display: none;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.blueimp-gallery-controls > .description {
    display: block;
    background-color: rgba(0,0,0,.35);
    padding: 10px 5px 5px 5px;
}



/* CONTENT TITLE */
.content-title span{
    font-size: 14px;
}
.content-title span{
    padding: 2px 8px;
}

/*********************************************
 ****************  C O L O R S  **************
 *********************************************/

#navbar-main {
    border-color: #222;
}
#navbar-main,
#navbar-main .navbar-toggle,
.content-title span {
    background-color: #222!important;
}


#news-carousel .carousel-caption,
.list-subhead li .news-item .news-caption {
    background-color: rgba(0,0,0,.55);
}

.detail-wrapper .detail-tags .tag-list li:before{
    background: #222;
}

#navbar-main .navbar-toggle span,
#search-listview > .search-wrapper .search-item a {
    background-color: #fff!important;
}
#search-listview > .search-wrapper a .search-caption,
.detail-wrapper .detail-tags .tag-list li a {
    color: #222;
}
#search-listview > .search-wrapper a .search-abstract{
    color: #4e565a;
}

#news-carousel .carousel-caption a,
.list-subhead li a,
.content-title span {
    color: #fff;
}

.list-subhead li a,
#search-listview > .search-wrapper .search-item a {
    border: 1px solid #ddd;
}








#navbar-search-form input {
    background-color: #000;
    border: none;
    outline: none;
    box-shadow: none;
    color: #fff;
}
#navbar-search-form input,
#navbar-search-form textarea {

    color: lightgreen;
    text-shadow: 0 0 0 #fff;
    -webkit-text-fill-color: transparent;
}
#navbar-search-form input::-webkit-input-placeholder,
#navbar-search-form textarea::-webkit-input-placeholder {
    color: #d1d1d1;
    text-shadow: none;
    -webkit-text-fill-color: initial;
}

.ma5-mobile-menu-container,

.ma5-menu-panel,
.ma5-menu-panel li.item-caption,
.ma5-menu-panel li.item-caption a,
.ma5-menu-panel li.item-color,
.ma5-menu-panel li.item-color a {
    background-color: #000;
}
.ma5-menu-panel li.item-caption a {
    padding-top: 4px;
    padding-bottom: 4px;
}
.ma5-menu-panel li {
    background-color: #222;
}
.ma5-menu-panel li a {
    color: #ddd;
}

.social-list {margin: 5px 0}
.social-list li {
    margin-right: 5px;
}
.social-list li span{
    font-size: 18px;
    width: 40px;
    padding: 10px 0;
    text-align: center;
}
.btn-dark {
    background-color: #222;
    color: #fff;
    border-color: #000;
}

.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus{
    background-color: #222;
    color: #fff;
    border-color: #000;
    opacity: .8;

}
