@import url('https://fonts.googleapis.com/css?family=Play:400,700&subset=latin,latin-ext'); /* font-family: 'Play', sans-serif; */


/******************  E L E M E N T S     D E F A U L T  **************/
/* elements default */
body {
    background: #fff url("../images/bg.jpg");
    font-family: 'Roboto', sans-serif;

}
a {
    display: block;
    /*font-family: 'Roboto', sans-serif;*/
}
a:hover {opacity: 1!important;}
a, span, li, img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}




/******************  A N I M A T I O N S  **************/
@-webkit-keyframes fadeIn {
    from { opacity: 0.3; }
    to { opacity: 1; }
}

@keyframes fadeIn {
    from { opacity: 0.3; }
    to { opacity: 1; }
}



/******************  M A I N     P A G E  **************/
/* main pages */
.container-boxed {
    width: 1200px;
    max-width: 1200px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.container-navbar{
    /*overflow: visible;*/
}
#main-wrapper {
    /*display: flex;*/
}
#headline-wrapper .content,
#main-wrapper > .content {
    width: 844px!important;
    border-right: 1px solid;
    margin-right: 20px!important;
    float: left;
}
#headline-wrapper > aside.sidebar,
#main-wrapper > aside.sidebar {
    width: 336px!important;
    display: block!important;
    float: right;
}
#main-wrapper > aside.sidebar > .sidebar-content {
    width: 100%!important;
}





/******************  H E A D E R  **************/
/* header */
header.content.content-top {
    height: 40px;
}
header.content.content-top .list-media,
header.content.content-top .list-media li,
header.content.content-top .list-media li a{
    height: 40px;
    line-height: 40px;
}
header.content.content-top .list-media li {
    padding: 0 10px!important;
}
header.content.content-top .list-media li a{
    font-size: 14px;
}
header.content.content-top .list-social,
header.content.content-top .list-social li,
header.content.content-top .list-social li a{
    height: 30px;
    line-height: 30px;
}
header.content.content-top .list-social {
    margin-top: 5px;
}
header.content.content-top .list-social li {
    width: 30px;
}
header.content.content-top .list-social li a {
    font-size: 18px;
}


.logo-wrapper.content-margin-top {
    margin-top: 15px!important;
}
.content-logo.content-padding-bottom{
    padding-bottom: 15px!important;
}


/* navbar */
header.content.content-navbar {
    border-bottom: 1px solid;
    border-top: 1px solid;
}
header.content-navbar .container-boxed{
    overflow: inherit;
}


/* Always apply the floated nav */
.navbar-nav {
    float: left;
    margin: 0;
}
.navbar-nav > li {
    float: left;
}
.navbar-nav > li > a {
    padding: 15px;
    font-size: 15px;
}
#navbar-main .navbar-header,
#navbar-nav .list-category {
    float: left!important;
}


/* hover show dropdown */
#navbar-main ul.list-category li.dropdown:hover > ul.dropdown-menu{
    display: block;
}





/* nav styles */
.content-navbar.affix {
    top: 0;
    width: 100%;
    z-index: 999;
}

.nav-shadow{
    background: url("../images/nav-shadow.png") no-repeat;

    height: 19px;
    margin: -2px auto 0;
    position: relative;
    z-index: 1;
}
#navbar-main {
    margin-bottom: 0;
    width: 1200px!important;
    border: none;
}
#navbar-main .dropdown-other .caret,
#navbar-main .dropdown-full .caret {
    position: absolute;
    left: 43%;
    bottom: 10px;
}


/* brand styles - category li styles - search li styles */
#navbar-main .navbar-brand,
#navbar-main .list-search > li {
    border-left: 1px solid;
    border-right: 1px solid;
}
#navbar-main .list-category > li {
    border-right: 1px solid;
}




/* category dropdown styles */
#navbar-main .list-category .dropdown-other .dropdown-menu {
    margin: 0 0 0 -1px;
    background-color: #f0f0f0!important;
}

#navbar-main .list-category .dropdown-menu {
    padding: 20px;
    z-index: 1000;
    overflow: hidden;
    border: 1px solid;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
    background-color: #373c43!important;
}


/* nav-news */
#navbar-main .list-news {
    padding: 0;
}
#navbar-main .list-news li{
    position: relative;
    margin-right: 20px;
    width: 176px;
    /*height: 148px;
    overflow: hidden*/
}
#navbar-main .list-news li .news-caption{
    font-size: 16px;
    padding-top: 3px;
    line-height: 1.4;

}
#navbar-main .list-news li:last-child{
    margin-right: 0;
}
#navbar-main .list-news li .news-image{
    width: 176px;
    height: 106px;
}
#navbar-main .list-news li .news-abstract{
    display: none;
}


/* search styles */
#navbar-main .list-search .dropdown-menu {
    z-index: 1000;
    overflow: hidden;
    border: 1px solid;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
}
#navbar-main .list-search > li > ul{
    width: 320px;
}

#navbar-main .list-search > li > ul input[type="text"]{
    border: 1px solid;
}

#navbar-main .list-category-sub {
    margin-bottom: 10px;
    padding: 5px;

}
#navbar-main .list-category-sub li {
    padding: 3px;
}

#navbar-main .list-category-sub li a {
    font-size: 14px;
    display: block;
    padding: 2px;
}



/******************  M E D I A   C A T E G O R Y  **************/
.content-media-category .media-category-wrapper{
    background-color: #ffffff;
}
.content-media-category .media-category-wrapper li{
    padding: 10px;
}
.content-media-category .media-category-wrapper li:first-child{
    background: #bb0021;
}
.content-media-category .media-category-wrapper li:first-child a{
    color: #ffffff;
}
.content-media-category .media-category-wrapper li a{
    /*font-family: 'Play', sans-serif;*/
    font-size: 15px;
}

/******************  H E A D L I N E  **************/
/* hot */

#hot-wrapper {
    height: 40px;
    position: relative;
}
#hot-wrapper .title{
    height: 40px;
}
#hot-wrapper .title h4{
    background: #bb0021;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-left: 0;
    margin-top: 0;
    position: relative;
    width: 120px;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;

}
#hot-wrapper .title h4:before {
    border-left: 10px solid #bb0021;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    content: "";
    height: 0;
    left: 120px;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 1;
}
#hot-wrapper .marquee {
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
    border-left: 0;
    width: 960px;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}
#hot-wrapper .marquee li{
    margin-right: 50px;
    position: relative;
    font-size: 16px;

}
#hot-wrapper .marquee li a{
    font-family: "Roboto Slab", serif;
}
#hot-wrapper .marquee li:before{
    position: absolute;
    left: -30px;
    top: 8px;
    height: 24px;
    line-height: 24px;
    width: 24px;
    /*content: '»';*/

    content: '';
    background: url("../images/favicon.png") no-repeat;
    background-size: 24px 24px;
}
#hot-wrapper .paper{
    background: #333333;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-left: 0;
    margin-top: 0;
    position: relative;
    width: 120px;
    text-align: center;
}
#hot-wrapper .paper a{
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
}



#headline-wrapper .content {
    padding: 20px;
    border: 1px solid #e0e0e0;
    position: relative;
}
#headline-carousel, #headline-carousel-selector {
    width: 804px;
}
#headline-carousel {
    height: 450px;
}
#headline-carousel .carousel-inner{
    max-height: 450px;
    overflow: hidden;
}
#headline-carousel .carousel-inner > div,
#headline-carousel .carousel-inner > div img{
    width: 804px;
    height: 450px;
}
#headline-carousel .carousel-caption {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    text-align: left;
    /*font-family: 'Play', sans-serif;*/
    font-family: 'Roboto Slab', serif;
}
#headline-carousel div.item{
    position: relative;
}
#headline-carousel div.item .item-icon .media-icon-wrapper {
    position: absolute;
    display: inline;
    top: 0;
}
#headline-carousel .media-icon-wrapper span{
    color: rgba(255,255,255, 1);
    background-color: rgba(187, 0, 33, 1);
    padding: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    margin-right: 5px;
    text-align: center;

}

#headline-carousel .carousel-caption h4{
    font-size: 32px;
    font-weight: 700;
    /*font-family: 'Play', sans-serif;*/
    font-family: 'Roboto Slab', serif;
}
#headline-carousel .carousel-caption h4 a{
    /*font-family: 'Play', sans-serif;*/
    font-family: 'Roboto Slab', serif;

}
#headline-carousel .carousel-caption .news-abstract{
    font-size: 18px;
    font-weight: 400;
    padding-top: 10px;
    line-height: 1.4;
}



#headline-carousel-selector{
    height: 56px;
    margin-top: 8px;
}
#headline-carousel-selector li {
    margin-right: 6px;
}

#headline-carousel-selector li:last-child {
    margin-right: 0;
    text-align: center;
    background-color: #cc0033;
    padding-top: 5px;
}
#headline-carousel-selector li:last-child:hover {
    opacity: .85;
}
#headline-carousel-selector li,
#headline-carousel-selector li a,
#headline-carousel-selector li a img{
    width: 84px;
    height: 56px;
}
#headline-carousel-selector li a {
    display: block;
    color: #fff;
}

#headline-carousel-selector li a img{
    /*border: 1px solid #ebebeb;*/
    border-bottom: 4px solid #ebebeb;

    /*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);*/
    filter: grayscale(100%);
}
#headline-carousel-selector li.selected a img,
#headline-carousel-selector li a:hover img{
    /*border: 1px solid #ff264d;*/
    border-bottom: 4px solid #cc0033;

    /*-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);*/
    filter: grayscale(0%);
}




/* subhead */
#subhead-list li{
    width: 296px;
    height: 247px;
    margin-bottom: 20px;
    overflow: hidden;
}
#subhead-list li a img{
    width: 296px;
    height: 150px;
}

#subhead-list li:last-child{
    margin-bottom: 0;
}
#subhead-list li a .news-caption {
    margin-top: 5px;
    font-size: 20px;
    line-height: 1.4;
    max-height: 48px;
    overflow: hidden;
}
#subhead-list li a .news-abstract {
    font-size: 15px;
    /*font-family: 'Open Sans', sans-serif;*/
    line-height: 1.4;
    max-height: 42px;
    overflow: hidden;
    margin-top: 5px;
}


/******************  M A I N    C A T E G O R Y  **************/

.full_top_1-bottom_left_4{
    border: 1px solid;
    width: 844px;
    border-bottom: 0;
}
.full_top_1-bottom_left_4 li{
    padding: 20px;
    border-bottom: 1px solid;
    border-left: 3px solid #f8f8f8!important;
}
.full_top_1-bottom_left_4 li:hover{
    border-left: 3px solid #cc0033!important;
}
.full_top_1-bottom_left_4 li .news-caption{
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Roboto Slab', serif;
    max-height: 40px;
    overflow: hidden;
    line-height: 1.25;
    font-size: 16px;
    font-weight: 700;
}
.full_top_1-bottom_left_4 li .news-abstract{
    font-size: 16px;
    display: none;
}



.full_top_1-bottom_left_4 li:first-child {
    width: 100%;
    float: none;
    border-left: 3px solid #fff!important;
}
.full_top_1-bottom_left_4 li:first-child:hover {
    border-left: 3px solid #CC0033!important;
}

.full_top_1-bottom_left_4 li:first-child img{
    width: 350px;
    height: 210px;
    float: left;
}
.full_top_1-bottom_left_4 li:first-child .news-info{
    margin-left: 370px;
    height: 210px;
    /*overflow: hidden;*/
    /*font-family: 'Open Sans', sans-serif;*/
}
.full_top_1-bottom_left_4 li:first-child .news-abstract{
    display: block;
    /*font-family: 'Open Sans', sans-serif;*/
    line-height: 1.5;
    font-size: 15px;
    max-height: 88px;
    overflow: hidden;
}
.full_top_1-bottom_left_4 li:first-child .news-caption{
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Roboto Slab', serif;
    line-height: 1.4;
    max-height: 70px;
    overflow: hidden;
}



.full_top_1-bottom_left_4 li{
    width: 421px;
    /*overflow: hidden;*/
    float: left;
}
.full_top_1-bottom_left_4 li img{
    width: 90px;
    height: 54px;
    float: left;
}
.full_top_1-bottom_left_4 li .news-info{
    margin-left: 110px;
    height: 54px;
    /*overflow: hidden;*/
    position: relative;
    /*font-family: 'Open Sans', sans-serif;*/
}
.full_top_1-bottom_left_4 li:nth-child(even){
    border-right: 1px solid;
}








.full_top_1-bottom_left_4-column_1 {
    width: 410px;
    border: 1px solid;
}
.full_top_1-bottom_left_4-column_1 li {
    width: 410px;
    border-bottom: 1px solid;
    padding: 20px;
    border-left: 3px solid #f8f8f8!important;
}
.full_top_1-bottom_left_4-column_1 li:hover {
    border-left: 3px solid #CC0033!important;
}

.full_top_1-bottom_left_4-column_1 li:last-child {
    border-bottom: 0;
    /*font-family: 'Open Sans', sans-serif;*/
}
.full_top_1-bottom_left_4-column_1 li .news-info{
    position: relative;
}
.full_top_1-bottom_left_4-column_1 li .news-caption{
    line-height: 1.25;
    font-size: 16px;
    font-weight: 700;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Roboto Slab', serif;
    max-height: 44px;
    overflow: hidden;
}
.full_top_1-bottom_left_4-column_1 li .news-abstract{
    font-size: 14px;
    display: none;
    /*font-family: 'Open Sans', sans-serif;*/
}



.full_top_1-bottom_left_4-column_1 li:first-child {
    border-left: none!important;
    border-bottom: 3px solid #eaeaea!important;
}
.full_top_1-bottom_left_4-column_1 li:first-child:hover {
    border-bottom: 3px solid #CC0033!important;
}

.full_top_1-bottom_left_4-column_1 li:first-child img{
    width: 372px;
    height: 223px;
    float: none;
}
.full_top_1-bottom_left_4-column_1 li:first-child .news-info{
    height: 166px;
    max-height: 166px;
    overflow: hidden;
    /*font-family: 'Open Sans', sans-serif;*/
}
.full_top_1-bottom_left_4-column_1 li:first-child .news-info{
    margin-left: 0;
}
.full_top_1-bottom_left_4-column_1 li:first-child .news-caption{
    padding: 5px 0;
    font-size: 20px;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    line-height: 1.2;
    max-height: 64px;
    overflow: hidden;
}
.full_top_1-bottom_left_4-column_1 li:first-child .news-abstract{
    display: block;
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 14px;
    line-height: 1.4;
    max-height: 57px;
    overflow: hidden;
}



.full_top_1-bottom_left_4-column_1 li img{
    width: 90px;
    height: 54px;
    float: left;
}
.full_top_1-bottom_left_4-column_1 li .news-info{
    margin-left: 110px;
    height: 54px;
    /*max-height: 60px;
    overflow: hidden;*/
    /*font-family: 'Open Sans', sans-serif;*/
}




.left_1-right_4{
    width: 844px;
    border: 1px solid;
}

.left_1-right_4 li{
    float: left;
    width: 421px;
    padding: 20px;
}
.left_1-right_4 li{
    border-left: 3px solid #f8f8f8;
}
.left_1-right_4 li:hover {
    border-left-color: #CC0033;
}



.left_1-right_4 li .news-caption{
    font-size: 18px;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Roboto Slab', serif;
}
.left_1-right_4 li .news-abstract{
    font-size: 16px;
    display: none;
}




.left_1-right_4 li:first-child{
    height: 380px;
    border-right: 1px solid;
    width: 421px;
    overflow: hidden;
    border-left: none;
    border-bottom: 3px solid #ffffff!important;
}
.left_1-right_4 li:first-child:hover {
    border-bottom-color: #CC0033!important;
}
.left_1-right_4 li:first-child img{
    width: 380px;
    height: 228px;
    float: none;
}
.left_1-right_4 li:first-child .news-info{
    margin-left: 0;
    height: 110px;
    /*max-height: 110px;
    overflow: hidden;*/
    /*font-family: 'Open Sans', sans-serif;*/
}
.left_1-right_4 li:first-child .news-caption{
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Roboto Slab', serif;
    margin-top: 3px;
    line-height: 1.2;
    font-size: 20px;
    max-height: 48px;
    overflow: hidden;
    font-weight: 700;
}
.left_1-right_4 li:first-child .news-abstract{
    display: block;
    overflow: hidden;
    /*font-family: 'Open Sans', sans-serif;*/
    line-height: 1.4;
    font-size: 14px;
    max-height: 38px;
    margin-top: 10px;
}

.left_1-right_4 li .news-caption {

    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Roboto Slab', serif;
    line-height: 1.25;
    font-size: 16px;
    font-weight: 700;
    max-height: 40px;
    overflow: hidden;

}






.left_1-right_4 li{
    border-bottom: 1px solid;
}
.left_1-right_4 li img{
    float: left;
    width: 90px;
    height: 54px;
}
.left_1-right_4 li .news-info{
    margin-left: 110px;
    height: 54px;
    /*overflow: hidden;*/
    position: relative;
    /*font-family: 'Open Sans', sans-serif;*/
}

.full_top_1-bottom_left_4-column_1 li .summary,
.full_top_1-bottom_left_4 li .summary,
.left_1-right_4 li .summary {
    position: absolute;
    bottom: -5px;
    width: 100%;
    z-index: 1;
    padding: 4px 0 0;
    font-size: 12px;
    color: #ff264d;

}


#gallery-carousel .owl-item li .summary{
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1;
    padding: 4px 0 0;
    font-size: 12px;
    color: #ff264d;
    background-color: #f8f8f8;
    /*font-family: 'Open Sans', sans-serif;*/
}
#gallery-carousel .owl-item li .summary,
.full_top_1-bottom_left_4 li .summary,
.full_top_1-bottom_left_4-column_1 li .summary,
.left_1-right_4 li .summary{
    background-color: transparent;
}

/******************  M A I N    G A L L E R Y  **************/
.media-wrapper,
.media-wrapper .body,
.media-wrapper .body .owl-item,
#video-carousel,
#gallery-carousel,
.media-wrapper .body .owl-item ul li,
.media-wrapper .body .owl-item ul li .gallery-item,
.media-wrapper .body .owl-item ul li .video-item,
.media-wrapper .body .owl-controls,
.media-wrapper .header,
.media-wrapper .header h2 a{
    background-color: #373c43!important;
}
#gallery-carousel .owl-page.active span {
    background-color: #fff!important;
}
.media-wrapper .header {
    border: 1px solid #373c43;
}
.media-wrapper .body {
    border-top-color: #4c535d !important;
}
.media-wrapper .body .owl-controls {
    border-top-color: #4c535d !important;
}
.media-wrapper .header h2 a{
    color: #fff!important;
}

.media-wrapper .body {
    border: 1px solid;
}
#gallery-carousel {
    width: 842px;
}
#gallery-carousel .owl-item {
    padding: 20px;
    /*font-family: 'Open Sans', sans-serif;*/
}
#gallery-carousel .owl-item img{
    width: 241px;
    height: 157px;
}
#gallery-carousel .owl-item .gallery-info{
    height: 65px;
    max-height: 65px;
    overflow: hidden;
    position: relative;
    padding-top: 5px ;
}
#gallery-carousel .owl-item .gallery-caption {
    font-size: 15px;
    line-height: 1.4;
    max-height: 42px;
    overflow: hidden;
}

#gallery-carousel .owl-controls {
    padding-top: 5px;
    border-top: 1px solid;
    margin:0;
}
#gallery-carousel .owl-page span{
    border-radius: 0!important;
    width: 14px!important;
    height: 14px!important;
}





#video-carousel {
    width: 842px;
    padding: 20px;
}
#video-carousel li {
    float: left;
    /*font-family: 'Open Sans', sans-serif;*/
}
#video-carousel li:first-child,
#video-carousel li:first-child img{
    width: 400px;
    height: 260px;
}
#video-carousel li,
#video-carousel li img{
    width: 180px;
    height: 120px;
}

#video-carousel li:first-child {
    margin: 0;
}
#video-carousel li{
    margin-left: 20px;
}
#video-carousel li:nth-child(2),
#video-carousel li:nth-child(3){
    margin-bottom: 20px;
}
#video-carousel li:nth-child(n+6),
#video-carousel li .video-info{
    display: none;
}



























/******************  F O O T E R  **************/


footer {
    background: #4a525d;
    padding: 45px 0;
    color: #bababa;
    border-top: 4px solid #373c43;
}
footer hr{
    border-color: #373c43;
}

footer .content-title {
    margin: 0 0 10px;
    padding: 0;
    font-weight: 700 !important;
    font-size: 13px;
}
footer .content-title span{
    padding: 3px 5px;
    color: #fff;
    background-color: #373c43;
    display: inline-block;
}



footer div.category {
    width: 480px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
footer div.category ul li {
    width: 240px;
    float: left;
}
footer div.category ul li a{
    font-size: 15px;
    color: #bababa;
}
footer div.category ul.category-list li a:before{
    /*content: "» ";*/
}





footer div.popular{
    width: 350px;
    padding: 0 0 0 20px;
}
footer div.popular ul li {
    float: left;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #3d424a;
    padding: 5px;
}
footer div.popular ul li a{
    display: block;
    color: #f8f8f8;
    font-size: 13px;
}






footer div.social {
    width: 180px;
    padding: 0 20px 0 0;
}
footer div.contact {
    width: 180px;
    padding: 0 0 0 20px;
}




.contact-wrapper ul.social-list,
footer div.social .social-list {

}
footer div.social .social-list li.facebook,
footer div.social .social-list li.twitter {
    float: none;
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
}
footer div.social .social-list li.facebook a,
footer div.social .social-list li.facebook a:hover,
footer div.social .social-list li.twitter a,
footer div.social .social-list li.twitter a:hover {
    text-align: left;
    padding: 0 5px;
    font-size: 14px;
    color: #fff;
}
footer div.social .social-list li.facebook a span,
footer div.social .social-list li.twitter a span{
    width: 18px;
    text-align: center;
}
.contact-wrapper ul.social-list li,
footer div.social .social-list li{
    width: 35px;
    margin-right: 1px;
    text-align: center;
    float: left;
}
.contact-wrapper ul.social-list li a,
footer div.social .social-list li a{
    display: block;
    height: 35px;
    line-height: 35px;
}

footer div.social .mobile-list{
    margin-top: 5px;
}
footer div.social .mobile-list li{
    margin-bottom: 5px;
}




footer div.contact .contact-list {
    padding-left: 20px!important;
}
footer div.contact .contact-list a{
    color: #bababa;
    font-size: 13px;
}









footer.copyright {
    background-color: #141414;
    border-top: 4px solid #767676;
    padding: 10px 0;
    font-size: 11px;
}

footer.copyright img {
    margin-right: 20px;
}


footer.copyright ul.page-list li{
    margin-right: 30px;
}
footer.copyright ul.page-list li a{
    color: #f8f8f8;
}
footer.copyright ul.page-list li a span{
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    font-size: 11px;
}













/******************  S I D E B A R  **************/

aside.sidebar .sidebar-content:first-child{
    margin: 0;
    /*font-family: 'Open Sans', sans-serif;*/
}

aside.sidebar .advertisement {
    margin: 20px 0  0;
}
#league-button-group,
#popular-button-group {
    padding: 10px 10px 0;
    background-color: #f8f8f8;
    border: 1px solid #eaeaea;
    border-bottom: 0;
}
#league-button-group button,
#popular-button-group button{
    border: 1px solid #eaeaea;
    background-color: #f8f8f8;
    /*font-family: 'Play', sans-serif;*/
    font-family: 'Roboto Slab', serif;
    color: #282828;

    font-size: 14px;
}
#league-button-group button.active,
#popular-button-group button.active{
    background-color: #ffffff;
    box-shadow: none;
    color: #ff264d;
    border-bottom: 1px solid #ffffff;
}

aside.sidebar .league-list,
aside.sidebar .fixture-list {
    height: 406px;
}
aside.sidebar .media-popular-content,
aside.sidebar .media-latest-content,
aside.sidebar .league-list,
aside.sidebar .fixture-list,
aside.sidebar .popular-comment-list,
aside.sidebar .popular-view-list {
    border: 1px solid #eaeaea;
    border-top: 0;
}
aside.sidebar .media-popular-content li,
aside.sidebar .media-latest-content li,
aside.sidebar .league-list,
aside.sidebar .fixture-list,
aside.sidebar .popular-comment-list li,
aside.sidebar .popular-view-list li {
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    background-color: #ffffff;
}
aside.sidebar .media-popular-content li a,
aside.sidebar .media-latest-content li a,
aside.sidebar .popular-comment-list li a,
aside.sidebar .popular-view-list li a{
    /*font-family: 'Play', sans-serif;*/
    font-family: 'Roboto Slab', serif;
}
aside.sidebar .media-popular-content li a img,
aside.sidebar .media-latest-content li a img,
aside.sidebar .popular-comment-list li a img,
aside.sidebar .popular-view-list li a img{
    width: 90px;
    height: 54px;
    float: left;
}
aside.sidebar .media-popular-content li a .media-info,
aside.sidebar .media-latest-content li a .media-info {
    margin-left: 100px;
}
aside.sidebar .media-popular-content li a .media-caption,
aside.sidebar .media-latest-content li a .media-caption {
    max-height: 42px;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.4;
    color: #282828;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}
aside.sidebar .media-popular-content li a .summary,
aside.sidebar .media-latest-content li a .summary {
    color: #ff264d;
    font-size: 12px;
}
aside.sidebar .popular-comment-list li a .news-caption,
aside.sidebar .popular-view-list li a .news-caption{
    margin-left: 100px;
    height: 54px;
    max-height: 54px;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.4;
    color: #282828;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}
aside.sidebar .popular-view-list li ,
aside.sidebar .popular-comment-list li{
    position: relative;
 }
aside.sidebar .popular-comment-list li a .summary,
aside.sidebar .popular-view-list li a .summary{
    position: absolute;
    right: 5px;
    bottom: 0;
    font-size: 11px;
    color: #ff264d;
}


aside.sidebar .survey-result-list li.nav-header h4{
    line-height: 1.4;
    font-size: 16px;
    font-weight: 700;
}
aside.sidebar .survey-result-list li h4{
    font-size: 14px;
    line-height: 1.4;
    padding-bottom: 5px;
}


.sidebar-content.headlines-content #sidebar-headlines-carousel,
.sidebar-content.dream-content,
.sidebar-content.astrology-content,
.sidebar-content.quote-content,
.sidebar-content.history-content,
.sidebar-content.praying-content,
.sidebar-content.pharmacy-content,
.sidebar-content.weather-content,
.sidebar-content.exchange-content,
.sidebar-content.survey-content,
.sidebar-content.article-content {
    border: 1px solid #eaeaea;
}
.sidebar-content.headlines-content #sidebar-headlines-carousel,
.sidebar-content.dream-content .dream-list,
.sidebar-content.astrology-content .astrology-list,
.sidebar-content.quote-content blockquote,
.sidebar-content.history-content .history-list,
.sidebar-content.praying-content .praying-list,
.sidebar-content.pharmacy-content .select-city,
.sidebar-content.pharmacy-content .pharmacy-list,
.sidebar-content.weather-content .weather-list,
.sidebar-content.exchange-content .exchange-list,
.sidebar-content.survey-content .survey-form,
.sidebar-content.survey-content .survey-result,
.sidebar-content.article-content .article-list {
    background-color: #ffffff;
}

.sidebar-content.dream-content .dream-list,
.sidebar-content.astrology-content .astrology-list,
.sidebar-content.quote-content blockquote,
.sidebar-content.history-content .history-list,
.sidebar-content.praying-content .praying-list,
.sidebar-content.pharmacy-content .select-city,
.sidebar-content.weather-content .weather-list,
.sidebar-content.exchange-content .exchange-list,
.sidebar-content.article-content .article-list {
    border-top: 1px solid #eaeaea;
}
.sidebar-content.article-content .article-list li{
    border-bottom: 1px solid #eaeaea;
    padding: 10px;
}
.sidebar-content.article-content .article-list li a{
    /*font-family: 'Play', sans-serif;*/
    font-family: 'Roboto Slab', serif;

}
.sidebar-content.article-content .article-list li a img{
    width: 80px;
    height: 90px;
    float: left;
}
.sidebar-content.article-content .article-list li a .article-info{
    margin-left: 90px;
}
.author-wrapper .author-name,
.sidebar-content.article-content .article-list li a .author-caption{
    color: #282828;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}
.sidebar-content.article-content .article-list li a .article-abstract{
    color: #3e3e3e;
}
.sidebar-content.article-content .article-list li a .article-abstract{
    max-height: 40px;
    overflow: hidden;
}
.sidebar-content.article-content .article-list li a span{
    color: #ff264d;
    font-size: 11px;
}

aside.sidebar .survey-result li{
    padding: 5px 20px;
}
aside.sidebar .survey-form li{
    padding: 5px 45px;
}
aside.sidebar .survey-form li.nav-header,
aside.sidebar .survey-result li.nav-header{
    padding: 10px;
}



aside.sidebar .survey-result li:last-child{
    border-top: 1px solid #eaeaea;
}
aside.sidebar .survey-result li.nav-header,
aside.sidebar .survey-form li.nav-header {
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
}
aside.sidebar .pharmacy-list li,
aside.sidebar .history-list li,
aside.sidebar .survey-form li{
    border-bottom: 1px solid #eaeaea;
}
aside.sidebar .survey-form li:last-child{

}
aside.sidebar .history-list li:last-child {
    border-bottom: 0;
}
aside.sidebar .history-list li h5{
    line-height: 1.5;
}

aside.sidebar .dream-content li,
aside.sidebar .dream-content li a,
aside.sidebar .astrology-content li,
aside.sidebar .astrology-content li a,
aside.sidebar .quote-content blockquote,
aside.sidebar .history-content li,
aside.sidebar .praying-content li,
aside.sidebar .praying-content li a,
aside.sidebar .pharmacy-content .select-city a,
aside.sidebar .pharmacy-content li a,
aside.sidebar .weather-content li,
aside.sidebar .weather-content li a,
aside.sidebar .exchange-content li,
aside.sidebar .survey-result li,
aside.sidebar .survey-result li a,
aside.sidebar .survey-form li,
aside.sidebar .survey-form li a {
    /*font-family: 'Play', sans-serif;*/
    font-family: 'Roboto Slab', serif;
}



.sidebar-content.exchange-content li {
    float: left;
    width: 83px;
}
aside.sidebar .exchange-list li .fa-caret-down{
    color: red;
}
aside.sidebar .exchange-list li .fa-caret-up{
    color: green;
}


aside.sidebar .pharmacy-content .select-city,
aside.sidebar .praying-list li:first-child,
aside.sidebar .weather-list li.nav-header {
    float: none;
    width: 100%;
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
}
aside.sidebar .weather-list li {
    float: left;
    width: 111px;
    text-align: center;
}


aside.sidebar .pharmacy-list li {
    white-space: normal;
    padding: 10px;
}
aside.sidebar .pharmacy-list li .phone,
aside.sidebar .pharmacy-list li .name {
    font-weight: 700;
}
aside.sidebar .pharmacy-list li .address{
    font-size: 13px;
    margin-top: 5px;
}
aside.sidebar .pharmacy-list li .phone{
    font-size: 14px;
    margin-top: 5px;
}

aside.sidebar .pharmacy-list li:hover {
    background-color: #eee;
}
aside.sidebar .praying-list li {
    width: 55px;
    padding: 10px 0 0;
    text-align: center;
    float: left;
}

.sidebar-content.quote-content blockquote{
    margin: 0;
    border-left-color: #ccc;
}

.sidebar-content.astrology-content .astrology-list li {
    padding: 5px 0;
    float: left;
    width: 55px;
    text-align: center;
}

.sidebar-content.dream-content .dream-list li.dropdown-header {
    margin: 0;
    padding: 0 20px;
}

.sidebar-content.dream-content,
.sidebar-content.astrology-content,
.sidebar-content.quote-content,
.sidebar-content.history-content,
.sidebar-content.praying-content,
.sidebar-content.weather-content,
.sidebar-content.exchange-content,
.sidebar-content.survey-content,
.sidebar-content.article-content{
    background-color: #f8f8f8;
}


.sidebar-content .content-title {
    padding: 0;
    margin: 10px;
    background: #f8f8f8 url("../images/nb-dots.png");

}
.sidebar-content .content-title span{
    /*font-family: 'Play', sans-serif;*/
    font-family: 'Roboto Slab', serif;
    background-color: #f8f8f8;
    font-size: 18px;
    font-weight: 700;
    padding: 2px 20px 2px 0;
    display: inline-block;

    position: relative;
    z-index: 1;
}

.sidebar-content.headlines-content .content-title,
.sidebar-content.pharmacy-content .content-title {
    background: #f8f8f8 url("../images/nb-dots.png");
    margin: 0!important;
    padding: 0;
    border: 10px #f8f8f8 solid;
}
.sidebar-content.headlines-content .content-title span,
.sidebar-content.pharmacy-content .content-title span{
    display: inline-block;
    height: 25px;
}





/* INTERVIEW */
#interview-carousel {
    width: 336px;
    border: 1px solid #eaeaea;
}
#interview-carousel li{
    width: 334px;
    height: 200px;
    position: relative;
}
#interview-carousel li a{
    display: block;
    position: relative;
    color: #ffffff;
}
#interview-carousel li a .news-image{
    width: 334px;
    height: 200px;
}
#interview-carousel li a .news-caption{
    position: absolute;
    width: 100%;
    padding: 10px;
    bottom: 0;
    line-height: 1.3;
    font-size: 18px;
    font-weight: 700;
    /*font-family: 'Play', sans-serif;*/
    font-family: 'Roboto Slab', serif;
}
#interview-carousel li a .interview-abstract {
    display: none;
    height: 0;
}
#interview-carousel .owl-controls{
    margin-top: 0;
}
#interview-carousel .owl-controls .owl-pagination{
    padding: 5px 0;
    background-color: #f8f8f8;
}
#interview-carousel .owl-controls .owl-pagination .owl-page {
    width: 29px;
    text-align: center;
    display: inline-table;
    margin: 0 4px 0 0;
}
#interview-carousel .owl-controls .owl-pagination .owl-page span{
    /*font-family: 'Play', sans-serif;*/
    font-family: 'Roboto Slab', serif;
    border-radius: 0;
    line-height: 29px;
    width: 29px;
    padding: 0;
    text-align: center;
    font-size: 16px;
    background: #869791;
    margin: 0;
}
#interview-carousel .owl-controls .owl-pagination .owl-page:last-child{
    margin: 0;
}
#interview-carousel .owl-controls .owl-pagination .owl-page.active span{
    background-color: #4a525d!important;
}



/******************  C A T E G O R Y   M A I N  **************/
/******************  G A L L E R Y   M A I N  **************/
/******************  V I D E O   M A I N  **************/
#gallery-listview .gallery-wrapper .gallery-item-cover,
#video-listview .video-wrapper .video-item-cover {
    width: 412px;
}

.category-toplist {
    width: 844px;
    height: 380px;
    border: 1px solid #eaeaea!important;
    background-color: #fff;
    margin-bottom: 20px;
}
.category-toplist li{
    float: left;
    width: 421px;
    padding: 20px;
    border-bottom: 1px solid #eaeaea;
    border-left: 3px solid #f8f8f8!important;
}
.category-toplist li:hover{
    border-left: 3px solid #cc0033!important;
}
.category-toplist li:last-child{
    border-bottom: none;
}
.category-toplist li:first-child {
    border-right: 1px solid #eaeaea!important;
    border-left: none!important;
    border-bottom: 3px solid #fff!important;
}
.category-toplist li:first-child:hover {
    border-bottom: 3px solid #cc0033!important;
}
.category-toplist li:first-child .news-item .news-image-cover,
.category-toplist li:first-child .news-item .news-image-cover .news-image{
    width: 380px;
    height: 228px;
    float: none;
}
.category-toplist li:first-child .news-item .news-info {
    margin-left: 0;
    height: 106px;
    /*max-height: 136px;
    overflow: hidden;*/
}
.category-toplist li:first-child .news-item .news-info .news-caption {
    padding-top: 2px;
    font-family: 'Roboto Slab', serif;
    line-height: 1.2;
    font-size: 20px;
    max-height: 50px;
    overflow: hidden;
    font-weight: 700;

}
.category-toplist li:first-child .news-item .news-info .news-abstract {
    display: block;
    overflow: hidden;
    /* font-family: 'Open Sans', sans-serif; */
    line-height: 1.4;
    font-size: 14px;
    max-height: 38px;
    margin-top: 10px;
}
.category-toplist li .news-item .news-info .summary {
    position: absolute;
    width: 100%;
    bottom: -5px;
    z-index: 1;
    padding: 4px 0 0;
}

.category-toplist li .news-item .news-image-cover,
.category-toplist li .news-item .news-image-cover .news-image{
    width: 90px;
    height: 54px;
}
.category-toplist li .news-item .news-image-cover {
    float: left;
}
.category-toplist li .news-item .news-info {
    margin-left: 110px;
    height: 54px;
    /*overflow: hidden;*/
    position: relative;
}
.category-toplist li .news-item .news-info .news-caption {
    font-family: 'Roboto Slab', serif;
    line-height: 1.25;
    font-size: 16px;
    font-weight: 700;
    max-height: 40px;
    overflow: hidden;
    padding: 0;
}
.category-toplist li .news-item .news-info .news-abstract{
    display: none;
}
.category-toplist li .news-item .news-info .summary {
    font-size: 12px;
    color: #ff264d;
}


.content .video-toplist,
.content .gallery-toplist,
#gallery-listview .gallery-wrapper .gallery-item-cover,
#video-listview .video-wrapper .video-item-cover,
#news-listview {
    padding: 20px;
    background-color: #ffffff;
    margin-bottom: 20px;
    border: 1px solid #eaeaea;
}
.content .video-toplist a,
.content .gallery-toplist a,
.content .category-toplist a,
#gallery-listview .gallery-wrapper .gallery-item-cover a,
#video-listview .video-wrapper .video-item-cover a{
    /*font-family: "Play", sans-serif;*/
    font-family: 'Roboto Slab', serif;
}

#gallery-listview .gallery-wrapper .gallery-item-cover a .gallery-image,
#video-listview .video-wrapper .video-item-cover a .video-image{
   width: 370px;
    height: 242px;
}
#gallery-listview .gallery-wrapper .gallery-item-cover a .gallery-caption,
#video-listview .video-wrapper .video-item-cover a .video-caption{
    padding-top: 5px;
    height: 50px;
    max-height: 50px;
    line-height: 1.3;
    overflow: hidden;
    font-size: 18px;
    font-family: 'Roboto Slab', serif;
}
#gallery-listview .gallery-wrapper .gallery-item-cover a .summary,
#video-listview .video-wrapper .video-item-cover a .summary {
    color: #ff264d;
    font-size: 12px;
    text-align: left;
    margin-top: 5px;
}
#video-listview .video-wrapper .video-item-cover a .summary .date,
#gallery-listview .gallery-wrapper .gallery-item-cover a .summary .date {
    float: left;
}
#video-listview .video-wrapper .video-item-cover a .summary .viewed,
#gallery-listview .gallery-wrapper .gallery-item-cover a .summary .viewed {
    float: right;
    color: #afafaf;
}

.content .video-toplist a .video-image,
.content .gallery-toplist a .gallery-image,
.content .category-toplist a .news-image{
    width: 100%!important;
}
.content .video-toplist a .video-caption,
.content .gallery-toplist a .gallery-caption,
.content .category-toplist a .news-caption{
    padding: 5px 0;
    font-size: 22px;
    font-weight: 700;
    font-family: "Roboto Slab", serif;
}
.content .video-toplist a .video-abstract,
.content .video-toplist a .d,
.content .category-toplist a .news-abstract{
    font-size: 16px;
}






/******************  S E A R C H  **************/
#search-listview,
#search-form-group {
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #eaeaea;
}
#search-listview {
    margin-top: 20px;
}

#search-listview .search-item {
    border-bottom: 1px solid #eaeaea;
    margin: 0!important;
    padding: 20px 0;
}
#search-listview .search-item:first-child {
    padding-top: 0;
}
#search-listview .search-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
#search-listview .search-item a {
    /*font-family: 'Play', sans-serif;*/
    /*font-family: 'Open Sans', sans-serif;*/
}
#search-listview .search-item .search-caption{
    font-weight: 700;
    margin-bottom: 10px;
}
/******************  D E T A I L  **************/
.widget-detail .praying-caption li.dropdown-header,
.widget-detail .praying-list li.dropdown-header {
    padding: 3px 0 0;
}
.widget-detail .praying-caption li,
.widget-detail .praying-menu li{
    width: 80px;
    text-align: center;
}
.widget-detail .praying-caption li:first-child,
.widget-detail .praying-menu li:first-child{
    width: 120px;
}

.widget-detail .pharmacy-list .data-item:hover{
    background-color: #eee;
}
.widget-detail .pharmacy-list .data-item{
    padding: 10px;
    border-bottom: 1px solid #eee;
}
.widget-detail .pharmacy-list .data-item:last-child{
    border-bottom: none;
}
.widget-detail .pharmacy-list .data-item .phone,
.widget-detail .pharmacy-list .data-item .name{
    font-weight: 700;
}
.widget-detail .pharmacy-list .data-item .phone {
    font-size: 14px;
    margin-top: 10px;
    display: block;
}
.widget-detail .pharmacy-list .data-item .address {
    font-size: 13px;
    margin-top: 10px;
}

.content > .widget-detail,
#page-dream-form,
.content .site-page,
.content .contact-wrapper,
.content .detail-other-wrapper,
.content .detail-wrapper {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    padding: 20px;
}

#page-dream-form,
.content .site-page {
    margin-bottom: 20px;
}

.content .detail-wrapper blockquote {
    /*font-style: italic;*/
    color: #282828!important;
    font-size: 22px;
    line-height: 1.4;
}

.content .detail-wrapper .detail-caption {
    /*font-family: 'Play', sans-serif;*/
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}


.detail-wrapper.news-detail .detail-description .social{
    width: 180px;
    float: left;
}
.detail-wrapper.news-detail .detail-description .social > .detail-share{
    border: none;
    padding: 0;
}

.detail-wrapper.news-detail .detail-description .social .detail-share > div:first-child {
    width: 100px;

}
.detail-wrapper.news-detail .detail-description .social .detail-share > div,
.detail-wrapper.news-detail .detail-description .social .detail-share > div a{
    /*display: block;
    width: 180px;*/
    width: 48px;
    height: 48px;
    margin: 0 auto 3px;
    line-height: 48px;
    padding: 0;
    text-align: center;
    border-radius: 48px;
}
.detail-wrapper.news-detail .detail-description .description{
    margin-left: 200px;
    line-height: 1.5;
    color: #3e3e3e;
    font-size: 18px;
}
.detail-wrapper.news-detail .detail-description .description a {
    display: inline-block!important;
}


/* news lists */
#news-listview {

}
#news-listview .news-wrapper .news-item-cover {
    margin-right: 19px;
    width: 254px;
    float: left;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 6px 0 rgba(158,147,158,0.5);
    -moz-box-shadow: 0 0 6px 0 rgba(158,147,158,0.5);
    box-shadow: 0 0 6px 0 rgba(158,147,158,0.5);
    /*border-bottom: 3px solid rgba(158,147,158,0.5);*/
    border-bottom: 3px solid #fff;
    -webkit-transition: 0.4s ease all!important;
    -moz-transition: 0.4s ease all!important;
    -o-transition: 0.4s ease all!important;
    transition: 0.4s ease all!important;
}
#news-listview .news-wrapper .news-item-cover:hover {
    border-bottom: 3px solid #CC0033;
}
#news-listview .news-wrapper .news-item-cover:nth-child(3n+3){
    margin-right: 0;
}
#news-category-listview .news-wrapper {
    background-color: #fff;
    padding: 20px;
}
#news-category-listview .news-wrapper .news-item-cover,
#other-listview .other-wrapper .news-item-cover {
    padding: 20px 0;
    border-bottom: 3px solid #eaeaea;
}
#news-category-listview .news-wrapper .news-item-cover:hover,
#other-listview .other-wrapper .news-item-cover:hover {
    border-bottom: 3px solid #cc0033;
}
/*#news-listview .news-wrapper .news-item-cover:first-child,*/
#news-category-listview .news-wrapper .news-item-cover:first-child,
#other-listview .other-wrapper .news-item-cover:first-child {
    padding-top:0 ;

}
/*#news-listview .news-wrapper .news-item-cover:last-child,*/
#news-category-listview .news-wrapper .news-item-cover:last-child,
#other-listview .other-wrapper .news-item-cover:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
#news-listview .news-wrapper .news-item-cover a,
#other-listview .other-wrapper .news-item-cover a {
    /*font-family: "Play", sans-serif;*/

}
#news-listview .news-wrapper .news-item .news-image{
    width: 254px;
    height: 153px;
}
#news-category-listview .news-wrapper .news-item .news-image,
#other-listview .other-wrapper .news-item .news-image{
    width: 180px;
    height: 108px;
    float: left;
}
#news-listview .news-wrapper .news-item .news-info{
    max-height: 108px;
    overflow: hidden;
    padding: 5px;
}
#news-category-listview .news-wrapper .news-item .news-info,
#other-listview .other-wrapper .news-item .news-info{
    margin-left: 200px;
}
#news-listview .news-wrapper .news-item .news-info .news-caption {
    font-size: 18px;
    line-height: 1.4;
    height: 50px;
    max-height: 50px;
    overflow: hidden;
    font-family: 'Roboto Slab', serif;
}
#news-category-listview .news-wrapper .news-item .news-info .news-caption,
#other-listview .other-wrapper .news-item .news-info .news-caption {
    font-size: 20px;
    line-height: 1.3;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    margin-bottom: 5px!important;
}
#news-listview .news-wrapper .news-item .news-info p,
#news-listview .news-wrapper .news-item .news-info .news-abstract{
    display: none!important;

}
#news-category-listview > div > div > a > div > div.news-info.text-left > p,
#other-listview > div > div > a > div > div.news-info.text-left > p {
    margin-bottom: 5px;
    font-size: 16px;
    max-height: 44px;
    overflow: hidden;

}

#other-listview > div > div > a > div > div.news-info.text-left > span,
#news-category-listview > div.news-wrapper.clearfix > div > a > div > div.news-info.text-left > span ,
#news-listview > div.news-wrapper.clearfix > div > a > div > div.news-info.text-left > span {
    font-size: 12px;
    color: #ff264d;
}


.author-wrapper .article-item {
    width: 390px;
    float: left;
}
.author-wrapper .article-item a{
    clear: both;
    display: block;
}
.author-wrapper .article-item:nth-child(odd) {
    margin-right: 20px;
}
.author-wrapper .article-item:nth-child(even) {
    margin-right: 0;
}

.author-wrapper .article-item,
#other-listview .other-wrapper .article-item {
    border-bottom: 1px solid #eaeaea;
    padding: 20px 0;
}
/*.author-wrapper .article-item:first-child,*/
#other-listview .other-wrapper .article-item:first-child {
    padding-top: 0;
}
/*.author-wrapper .article-item:last-child,*/
#other-listview .other-wrapper .article-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

#other-listview .other-wrapper .article-item a h4 {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.615;
    font-family: 'Roboto Slab', serif;
}
#other-listview .other-wrapper .article-item a h4 span{
    font-size: 13px;
}
.author-wrapper .article-item  {
    position: relative;
}
.author-wrapper .article-item a > img {
    float: left;
    width: 120px;
    height: 133px;
}
.author-wrapper .article-item a > .article-info {
    margin-left: 140px;
    height: 133px;
    max-height: 133px;
    overflow: hidden;
    position: relative;
}
.author-wrapper .author-name {
    color: #282828;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}
.author-wrapper .article-item a .article-caption {
    font-size: 18px;
    margin-top: 10px;
    font-family: "Roboto Slab", serif;
    color: #3e3e3e;
}
.author-wrapper .article-item a .date {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
    color: #ff264d;
}






.content .detail-wrapper .author {
    width: 200px;
    padding: 0;
    float: left;
}
.content .detail-wrapper .author .author-image {
    border: 1px solid #f0f0f0;
    width: 200px;
    height: 200px;
}
.content .detail-wrapper .author .author-name{
    text-align: center;
    background-color: #f0f0f0;
    font-size: 18px;
    padding: 5px 0;
}
.content .detail-wrapper .author .info-list {
    padding: 5px 30px;
    background-color: #f0f0f0;
    margin: 0;
}
.content .detail-wrapper .author .info-list li {
    float: left;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    border:2px solid #8c8c8c;
    overflow: hidden;
}
.content .detail-wrapper .author .info-list li:last-child {
    margin-right: 0;
}
.content .detail-wrapper .author .info-list li a {
    width: 40px!important;
    height: 40px!important;
}
.content .detail-wrapper .author .info-list li a,
.content .detail-wrapper .author .info-list li a span{
    width: 38px;
    height: 38px;
    display: block!important;
    line-height: 38px;
    font-size: 18px;
    background-color: transparent;
    padding: 0;
    margin: 0;
    color: #8c8c8c;
}

.content .detail-wrapper .author .info-list li a:hover,
.content .detail-wrapper .author .info-list li a:hover span {
    color: #fff;
    background-color: #a9a9a9;
}

.content .detail-wrapper .author .detail-share {
    border: none;
}
.content .detail-wrapper .author .detail-share a{
    display: block;
    width: 100%;
}

.content .detail-wrapper .article{
    margin-left: 220px;
}
.content .detail-wrapper .video-caption,
.content .detail-wrapper .gallery-caption,
.content .detail-wrapper .article .article-caption{
    /*font-family: 'Play', sans-serif;*/
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}
.content .detail-wrapper .article .article-description {
    color: #282828;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;

}
.content .detail-wrapper .article .article-description .detail-share {
    height: 48px;
    line-height: 48px;
    padding: 0;
    margin-bottom: 20px;
}
.content .detail-wrapper .article .article-description .detail-share > div{
    float: left;
    margin-right: 5px;
    height: 34px;
    line-height: 34px;
    padding: 0;
}

.content .detail-wrapper .article .article-description .detail-share > div a,
.content .detail-wrapper .article .article-description .detail-share > div a span{
    display: block;
    border-radius: 34px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    padding: 0;
    margin: 0;
}



.content .detail-wrapper .gallery-abstract blockquote {
    font-size: 16px;
    margin: 10px 0;
}


.content .detail-wrapper .detail-description{
    font-size: 16px;
}
.content .detail-wrapper .detail-description .media-box {
    border-color: #ff264d!important;
}
.content .detail-wrapper .detail-description .media-box .media-box-title{
    display: none;
}
.content .detail-wrapper .detail-description .media-box .box-detail{
    line-height: 1.4;
}

.content .detail-wrapper .detail-description .detail-news-info {
    margin-bottom: 10px;
    padding: 0 0 10px 0!important;
    height: 40px;
    font-family: 'Roboto Slab', serif;
}

.content .detail-wrapper .detail-description .detail-news-info,
.content .detail-wrapper .detail-gallery-info,
.content .detail-wrapper .detail-video-info,
.content .detail-wrapper .detail-share {
    /*border-top: 1px solid #eaeaea;*/
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
}

.content .detail-wrapper .detail-video-info {
    margin-top: 10px;
}


.tag-list li{
    margin-right: 15px;
    margin-bottom: 10px;



}
.tag-list li a{
    font-size: 14px;
    color: #a6a6a6;
    padding: 4px 8px;
    background-color: #f4f4f4;
    border: 1px solid #d1d1d1;
}

.tag-list li a:hover{
    color: #fff;
    background-color: #d1d1d1;
}





/******************  F O N T S  **************/
body, a {
    font-family: 'Roboto', sans-serif;
}

.content .header h2 a,
.sidebar .sidebar-content .header h2 a,
#video-carousel .tooltip-inner,
.full_top_1-bottom_left_4-column_1 li .news-info,
.content .category-wrapper .header h2 a,
.content .media-wrapper .header h2 a,
#gallery-carousel .owl-item li a,
.left_1-right_4 li .news-info,
.full_top_1-bottom_left_4 li .news-info,
#hot-wrapper .marquee li a,
#hot-wrapper .title h4,

header.content.content-top .list-media li a,
#headline-carousel a,
#subhead-list a {
    /*font-family: 'Play', sans-serif;*/
    /*font-family: 'Roboto Slab', serif;*/

}

#subhead-list li a .news-caption {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    line-height: 1.2;
}
#subhead-list li a .news-abstract {
    color: #282828!important;
}


#navbar-main .dropdown-other li a,
#navbar-main .list-category-sub li a,
#navbar-main .list-category > li > a,
#navbar-main .list-search > li > ul input[type="text"],
#navbar-main .list-news > li > a {
    /*font-family: 'Play', sans-serif;*/
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}






/******************  C O L O R S  **************/
.btn-theme {
    background-color: #bb0021;
    border: 1px solid #bb0021;
    color: #fff;
}
.btn-theme:hover {
    background-color: #bb0021;
    border: 1px solid #bb0021;
    color: #fff;
    opacity: .8;
}


.btn-rss:hover{
    background-color: #ff6600!important;
    border-color: #ff6600;
}
.btn-envelope:hover {
    background-color: #987f60!important;
    border-color: #987f60;
}
.btn-facebook:hover {
    background-color: #3b5998!important;
    border-color: #3b5998;
}
.btn-twitter:hover{
    background-color: #55acee!important;
    border-color: #55acee;
}
.btn-google-plus:hover {
    background-color: #d34836!important;
    border-color: #d34836;
}
.btn-youtube:hover {
    background-color: #e52d27!important;
    border-color: #e52d27;
}
.btn-pinterest:hover {
    background-color: #cb2027!important;
    border-color: #cb2027;
}
.btn-instagram:hover {
    background-color: #517fa4!important;
    border-color: #517fa4;
}

#headline-carousel .carousel-caption h4 a .news-abstract,
#navbar-main .list-category-sub li a {
    color: #ffffff;
    font-family: "Roboto" ,sans-serif;
}

#navbar-main .dropdown-other .caret,
#navbar-main .dropdown-full .caret {
    color: #cbcbcb;
}
#headline-carousel .carousel-caption a,
#navbar-main .list-search > li > ul button,
header.content.content-top .list-media li,
header.content.content-top .list-media li a{
    color: #f0f0f0;
}
#search-listview .search-item a .search-caption,
#other-listview .other-wrapper .article-item a h4,
.content .category-toplist a .news-caption,
.content .video-toplist a .video-caption,
.content .gallery-toplist a .gallery-caption,
#video-listview .video-wrapper .video-item-cover a .video-caption,
#gallery-listview .gallery-wrapper .gallery-item-cover a .gallery-caption,
#other-listview .other-wrapper .news-item-cover a .news-caption,
aside.sidebar .weather-content a,
aside.sidebar .praying-content a,
aside.sidebar .pharmacy-content a,

#navbar-main .list-category > li a,
#navbar-main .list-category > li:hover a,
#navbar-main .list-search > li a,
#navbar-main .list-search > li:hover a,
#navbar-main .navbar-brand{
    color: #373c43;
}

/*$colors = array(1 => 'yellow', 2 => 'green', 3 => 'maroon', 4 => 'red', 5 => 'blue', 6 => 'pink');*/
.content .category-wrapper .header h2 a.yellow {
    color: #ff6c00;
}
.content .category-wrapper .header h2 a.green {
    color: green;
}
.content .category-wrapper .header h2 a.maroon {
    color: #800056;
}
.content .category-wrapper .header h2 a.red {
    color: #ff0d21;
}
.content .category-wrapper .header h2 a.blue {
    color: #192aff;
}
.content .category-wrapper .header h2 a.pink {
    color: #d300ff;
}
.content .category-wrapper .header h2 a.navy {
    color: #1c1166;
}



.content-media-category .media-category-wrapper li a,
.content .header h2 a,
.sidebar .sidebar-content .header h2 a,
.full_top_1-bottom_left_4-column_1 li a .news-caption,
/*.content .category-wrapper .header h2 a,*/
.content .media-wrapper .header h2 a,
.left_1-right_4 li a .news-caption,
.full_top_1-bottom_left_4 li a .news-caption,
#subhead-list li a .news-caption {
    color: #222222;
}
#headline-carousel .carousel-caption h4 a:hover{
    color: #cc0033;
}
.news-item .media-icon-wrapper span,
#search-listview .search-item a:hover .search-caption,
.content-media-category .media-category-wrapper li a:hover,
#other-listview .other-wrapper .article-item a:hover h4,
#other-listview .other-wrapper .article-item a:hover h4 span,
.content .category-toplist a:hover .news-caption,
.content .video-toplist a:hover .video-caption,
.content .gallery-toplist a:hover .gallery-caption,
#gallery-listview .gallery-wrapper .gallery-item-cover a:hover .gallery-caption,
#video-listview .video-wrapper .video-item-cover a:hover .video-caption,
#news-category-listview .news-wrapper .news-item-cover a:hover .news-caption,
#news-listview .news-wrapper .news-item-cover a:hover .news-caption,
#other-listview .other-wrapper .news-item-cover a:hover .news-caption,
aside.sidebar .weather-content a:hover,
aside.sidebar .praying-content a:hover,
aside.sidebar .pharmacy-content a:hover,
.author-wrapper a:hover .author-name,
.sidebar-content.article-content .article-list li a:hover .author-caption,
aside.sidebar .popular-comment-list li a:hover .news-caption,
aside.sidebar .media-popular-content li a:hover .media-caption,
aside.sidebar .media-latest-content li a:hover .media-caption,
aside.sidebar .popular-view-list li a:hover .news-caption,
/*.sidebar .sidebar-content .header h2 a:hover,*/
#gallery-carousel .owl-item li a:hover .gallery-caption,
.full_top_1-bottom_left_4-column_1 li a:hover .news-caption,
.content .category-wrapper .header h2 a:hover,
.content .media-wrapper .header h2 a:hover,
.left_1-right_4 li a:hover .news-caption,
.full_top_1-bottom_left_4 li a:hover .news-caption,
#hot-wrapper .marquee li:hover,
#hot-wrapper .marquee li a:hover,
#subhead-list li a:hover .news-caption {
    color: #cc0033;
}
#navbar-main .list-news li a:hover .news-caption,
#navbar-main .list-category li.dropdown-other ul a:hover,
#navbar-main .list-category-sub li a:hover {
    color: #ff003d;
}

#news-category-listview .news-wrapper .news-item-cover a .news-caption,
#news-listview .news-wrapper .news-item-cover a .news-caption,
#search-listview .search-item a .search-abstract,
.content .detail-wrapper blockquote,
#other-listview .other-wrapper .article-item a h4 span,
.content .category-toplist a .news-abstract,
#news-listview .news-wrapper .news-item-cover a .news-abstract,
#news-category-listview .news-wrapper .news-item-cover a .news-abstract,
#other-listview .other-wrapper .news-item-cover a .news-abstract,
.full_top_1-bottom_left_4-column_1 li a .news-abstract,
.left_1-right_4 li a .news-abstract,
.full_top_1-bottom_left_4 li a .news-abstract,
#subhead-list li a .news-abstract {
    color: #282828;
}
#gallery-carousel .owl-item li a .gallery-caption,
#navbar-main .list-news li .news-caption {
    color: #fff;
}
#gallery-carousel .owl-page.active span,
#hot-wrapper .marquee li,
#hot-wrapper .marquee li a{
    color: #4a525d;
}


header.content.content-top .list-media,
header.content.content-top .list-media li,
header.content.content-top .list-media li a,
header.content.content-top {
    background-color: #373c43;
}
/*#gallery-carousel .owl-page.active span,*/
#navbar-main .list-search > li > ul button,
header.content.content-top .list-media li:hover,
header.content.content-top .list-media li:hover a{
    background-color: #4a525d!important;
}
.content .header h2 a,
.sidebar .sidebar-content .header h2 a,
.full_top_1-bottom_left_4-column_1 li,
.content .category-wrapper .header h2 a,
.content .media-wrapper .header h2 a,
.full_top_1-bottom_left_4 li,
.left_1-right_4 li,
#navbar-main .list-search > li > ul input[type="text"]{
    background-color: #f8f8f8;
}


header.content.content-top .list-social li a,
header.content.content-top .list-social li a span{
    background-color: transparent;
}



#video-carousel,
#gallery-carousel .owl-controls,
#gallery-carousel .owl-item,
.full_top_1-bottom_left_4-column_1 li:first-child,
.left_1-right_4 li:first-child,
.full_top_1-bottom_left_4 li:first-child,
header.content.content-logo,
#headline-wrapper .content {
    background-color: #ffffff;
}


#navbar-main ul.list-category > li.dropdown-menu,
#navbar-main ul.list-category > li.dropdown-other ul.dropdown-menu li a:hover,
#navbar-main ul.list-category > li.dropdown-other ul.dropdown-menu li a:active,
#navbar-main ul.list-category > li.dropdown-other ul.dropdown-menu li a.active,
#navbar-main ul.list-category > li:active > a,
#navbar-main ul.list-category > li.active > a,
#navbar-main ul.list-category > li:hover > a,
#navbar-main ul.list-search > li > a,
#navbar-main ul.list-search > li:hover > a,
#navbar-main ul.list-search > li.dropdown-menu,
#navbar-main ul.list-search > li.dropdown.open > a,
#navbar-main .navbar-brand:hover{
    background-color: #fff;
}


.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus,
#navbar-main .list-category-sub,
header.content.content-navbar, #navbar-main{
    background-color: #f0f0f0;
}


#video-carousel .tooltip-inner { background-color: #323232;}
#video-carousel .tooltip-inner { font-size: 14px;}
#video-carousel .tooltip-arrow { border-top-color: #323232!important; }


#interview-carousel li a .news-caption,
#headline-carousel .carousel-caption {
    background: -moz-linear-gradient(top,  rgba(89,89,89,0) 0%, rgba(28,28,28,0.4) 30%, rgba(19,19,19,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(89,89,89,0) 0%,rgba(28,28,28,0.4) 30%,rgba(19,19,19,1) 100%);
    background: linear-gradient(to bottom,  rgba(89,89,89,0) 0%,rgba(28,28,28,0.4) 30%,rgba(19,19,19,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00595959', endColorstr='#131313',GradientType=0 );
}

#gallery-carousel .owl-controls,
.media-wrapper .body,
.full_top_1-bottom_left_4-column_1,
.full_top_1-bottom_left_4-column_1 li,
.left_1-right_4,
.left_1-right_4 li,
.left_1-right_4 li:first-child,
.full_top_1-bottom_left_4 li:nth-child(even),
.full_top_1-bottom_left_4 li,
.full_top_1-bottom_left_4 {
    border-color: #eaeaea;
}


#navbar-main .list-search > li > ul input[type="text"],
#headline-wrapper .content,
#main-wrapper > .content {
    border-color: #eeeeee;
}
#navbar-main .list-search .dropdown-menu,
#navbar-main .list-category .dropdown-menu,
#navbar-main .navbar-brand,
#navbar-main .list-search > li,
#navbar-main .list-category > li,
header.content.content-navbar {
    border-color: #dfdfdf;
}
#navbar-main .list-search > li > ul button {
    border-color: #4a525d;
}

.content .detail-wrapper blockquote {
    border-color: #cc0033;
}

#navbar-main ul.list-category li.dropdown:hover > ul.dropdown-menu{
    -webkit-animation: fadeIn 0.4s;
    animation: fadeIn 0.4s;
}
#news-category-listview .news-wrapper .news-item-cover,
#other-listview .other-wrapper .news-item-cover,
#search-listview .search-item a .search-caption,
.content .video-toplist a .video-caption,
.content .gallery-toplist a .gallery-caption,
.content .category-toplist a .news-caption,
#video-listview .video-wrapper .video-item-cover a .video-caption,
#gallery-listview .gallery-wrapper .gallery-item-cover a .gallery-caption,
#news-category-listview .news-wrapper .news-item-cover a .news-caption,
#news-listview .news-wrapper .news-item-cover a .news-caption,
#other-listview .other-wrapper .article-item a h4,
#other-listview .other-wrapper .news-item-cover a .news-caption,
.author-wrapper a .author-name,
.sidebar-content.article-content .article-list li a .author-caption,
aside.sidebar .media-popular-content li a .media-caption,
aside.sidebar .media-latest-content li a .media-caption,
aside.sidebar .popular-comment-list li a .news-caption,
aside.sidebar .popular-view-list li a .news-caption,
.sidebar .sidebar-content .header h2 a,
#gallery-carousel .owl-item li a .gallery-caption,
.full_top_1-bottom_left_4-column_1 li a .news-caption,
.content .category-wrapper .header h2 a,
.left_1-right_4 li a .news-caption,
.full_top_1-bottom_left_4 li a .news-caption,
#navbar-main .list-news li a .news-caption,
#navbar-main .list-category li.dropdown-other a,
#navbar-main .list-category-sub li a,
#subhead-list li a:hover .news-caption{
    -webkit-transition: 0.4s ease all!important;
    -moz-transition: 0.4s ease all!important;
    -o-transition: 0.4s ease all!important;
    transition: 0.4s ease all!important;
}


#headline-carousel .carousel-inner .item {
    -webkit-transition: 0s ease-in-out left!important;
    -moz-transition: 0s ease-in-out left!important;
    -o-transition: 0s ease-in-out left!important;
    transition: 0s ease-in-out left!important;
}


.carousel-control {
    font-size: 88px;
    padding-top: 20%;
    width: 10%;
}





/* BOTTOM SHADOW */
.widget-detail,
.content .site-page,
.content .contact-wrapper,
.error-page,
#search-listview,
#search-form-group,
#video-listview .video-wrapper .video-item-cover,
.content .category-toplist,
#news-listview,
.content .detail-wrapper,
.content .detail-other-wrapper,
aside.sidebar .sidebar-content,
.content .media-wrapper,
.content .category-wrapper {
    position: relative;
}
.widget-detail:after,
.content .site-page:after,
.content .contact-wrapper:after,
.error-page:after,
#search-listview:after,
#search-form-group:after,
#video-listview .video-wrapper .video-item-cover:after,
.content .category-toplist:after,
#news-listview:after,
.content .detail-wrapper:after,
.content .detail-other-wrapper:after,
aside.sidebar .sidebar-content:after,
.content .category-wrapper:after,
.content .media-wrapper:after,
#headline-wrapper .content:after{
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    border-bottom: 3px solid #ebebeb;
}
.widget-detail:after,
.content .site-page:after,
.content .contact-wrapper:after,
.error-page:after,
#search-listview:after,
#search-form-group:after,
#video-listview .video-wrapper .video-item-cover:after,
.content .category-toplist:after,
#news-listview:after,
.content .detail-wrapper:after,
.content .detail-other-wrapper:after,
.content .media-wrapper:after,
.content .category-wrapper:after {
    bottom: -2px;
}
aside.sidebar .sidebar-content:after,
#headline-wrapper .content:after {
    bottom: -3px;
}



.news-item .media-icon-wrapper span {
    font-size: 16px;
    margin-right: 5px;
}



/* WIDGET HEADER */
.sidebar .sidebar-content .header{
    background-color: #f8f8f8;
    padding: 10px;
    border: 1px solid #eaeaea;
    border-bottom: 0;
}
.content .header,
.content .media-wrapper .header,
.content .category-wrapper .header{
    background-color: #f8f8f8;
    padding: 20px;
    border: 1px solid #eaeaea;
    border-bottom: 0;
    width: 844px;
}
.content .header h2,
.sidebar .sidebar-content .header h2,
.content .media-wrapper .header h2,
.content .category-wrapper .header h2{
    background-image: url("../images/nb-dots.png");
}
.content .header h2 a,
.sidebar .sidebar-content .header h2 a,
.content .media-wrapper .header h2 a,
.content .category-wrapper .header h2 a {
    font-size: 18px;
    font-weight: 700;
    padding-right: 20px;
}

.content .category-wrapper.column_2 {
    display: inline-table!important;
}

.content .category-wrapper.column_2 .header{
    width: 412px;
}
.content .category-wrapper.column_2:nth-child(odd) {
    margin-left: 19px;
}
.sidebar .sidebar-content .header {
    width: 336px;
}
.content .header {
    width: 843px;
}




@media screen and (max-width: 1200px) {
    header,footer {
        width: 1200px!important;
        display: block;
    }
}
@media screen and (max-width: 992px) {
    header,footer {
        width: 1200px!important;
        display: block;
    }
}
@media screen and (max-width: 767px) {
    header,footer {
        width: 1200px!important;
        display: block;
    }
}
@media screen and (max-width: 480px) {
    header,footer {
        width: 1200px!important;
        display: block;
    }
}








.list-view .pager {
    text-align: center!important;
}


/* P A G I N A T I O N */
ul.pagination li a{
    color: #373c43;
}
ul.pagination li.disabled a,
ul.pagination li.disabled a:hover {
    color: #bfbfbf !important;
}
ul.pagination li a:hover{
    color: rgba(50, 52, 57, .8);
}
ul.pagination li.active a{
    /*background-color: #ff264d;
    border-color: #ff264d;*/
    background-color: #cc0033;
    border-color: #cc0033;
    color: #eaeaea;

}
ul.pagination li.active a:hover{
    background-color: rgba(255, 38, 77, .8);
    border-color: rgba(255, 38, 77, .8);
}




.error-page {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    padding: 20px ;
}

.error-page h1 {
    font-size: 80px;
    padding-bottom: 20px;
}
.error-page h3 {
    font-size: 40px;
}
.error-page div {
    font-size: 20px;
}
.error-page div a {
    font-style: italic;
    text-decoration: underline;
    color: #CC0033;
}



.panel {
    border-radius: 0!important;
}




.breadcrumb {background:transparent;  display: block; padding: 0 5px;}
.breadcrumb li {font-size: 14px;}
.breadcrumb a {color: #5f5f5f; display: inline-block;}
.breadcrumb a:hover {color: #ff264d;}
.breadcrumb>.active {color: rgb(160, 160, 160);}
.breadcrumb>li+li:before {color: #ff264d; /*content: "\002F\00a0";*/ content: "\00bb";}

