@import url('https://fonts.googleapis.com/css?family=Philosopher');

body {
    font-family: 'Philosopher', sans-serif;
}

.slug-title {
    position: absolute;
    font-size: 12px;
    background: #c4004e;
    padding: 2px 5px;
    color: white;
}

.slug-title-blue {
    background: #00599c;
}

.slug-title-red {
    background: #c4004e;
}

#header {
    background: #b40048;
    height: 150px;
    position: relative;
    z-index: 999;
}

#header .middle {
    padding-top: 20px;
    min-height: 80px;
}

#header .search {
    margin-left: 10px;
}

#header .search input {
    opacity: 0.5;
    border: none;
}

#header .search .input-group-prepend {
    opacity: 0.5;
    border: 1px;
    margin: 0px;
}

#header .btn-notificate {
    border-radius: 50%;
    background: #92003a;
    color: whitesmoke;
    font-size: 16px;
}

#header .btn-profile {
    border-radius: 50%;
    background: #4f6082;
    color: whitesmoke;
    font-size: 24px;
    padding: 8px 15px;

}

#menu {
    background: whitesmoke;
    padding: 0px;

}

#menu a {
    color: black;
}

#menu .active, #menu .nav-item:hover {
    color: #00599c;
    border-radius: 0;
    border-bottom: 3px solid #00599c;
    background: none;

}

.qtube {
    position: relative;
    float: left;
    width: 100%;
}

.qtube:hover .qtube-player {
    color: #00599c;
}

.qtube-player {
    position: absolute;
    top: 45%;
    left: 50%;
    font-size: 75px;
    color: #c4004e;
}

/*
#slider{
    z-index: 99;
}

#slider .carousel-inner{
    width:100%;
    max-height: 500px !important;
}

#slider .carousel-indicators{

    position: absolute;
    right: 0;
    bottom: 10px;
     left: auto;
    z-index: 15;
    padding-left: 0;
    list-style: none;

}
#slider .carousel-indicators li{
    background: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 2px 9px;
    text-indent: 0px;
    font-weight: lighter;
    color: white;
    border: 1px solid white;
}

#slider-item .carousel-caption{
    top: 200px;
    bottom:auto;
    left: 11%;
    right: auto;
}
#slider-item .carousel-caption h5{
    background: #00599c;
    color: white;
    text-transform: uppercase;
    padding: 5px 5px;
    font-weight: lighter;
    width: 150px;
}
#slider-item .carousel-caption p{
    font-size: 28px;
    max-width: 350px;
    text-align: left;

}
*/
#mini-box {
    height: 70px;
    overflow: hidden;
}

.header {
    font-weight: 300;
}

#news {
    border-left: 1px solid grey;
}

.photo-container {
    background-color: #fbfbfb;

}

img {
    max-width: 100%;
    height: auto;
    width: auto;
}

.top-20 {
    margin-top: 20px;
}

.title {
    margin: 20px 0 20px 0;
}

.title h4 {
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 300;
    border-left: 15px solid whitesmoke;
    padding: 10px 10px;
}

h4.q-tube, h4.q-fm {
    border-bottom: 25px solid #ccc;
    text-align: center;
    padding-bottom: 10px;
}

h4.bg-blue {
    border-color: #00599c;
}

h4.bg-pink {
    border-color: #c4004e;
}

#photo1 {
    height: 380px;
}

#photo2, #photo3, #photo4, #photo5, #photo6 {
    height: 180px;
}

.news-item {
    height: 80px;
}

.news-photo {
    text-align: center;
    line-height: 80px;
}

.news-photo img {
    height: 50px;
    width: 50px;
}

.news-title {
    text-overflow: ellipsis;
    word-wrap: break-word;
    font-weight: bold;
    height: 40px;
    line-height: 20px;
    margin: 10px 0 0 0;
    overflow: hidden;

}

.news-title a {
    color: black;
    text-decoration: none;
    font-weight: 500;
}

.news-number {
    height: 100%;
}

.news-number h1 {
    line-height: 80px;
    font-weight: bold;
    color: gray;
}

.news-list {
    margin-left: 15px;
}

.photo-grid-title {
    position: absolute;
    bottom: 0;
    padding: 0 15px;
    width: 100%;

}

.photo-grid-title a {
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.5s;
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 12px;
    text-transform: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 47px;
}

.photo-grid-title a:hover {
    opacity: 0.4;
    color: white;
    background-color: black;
}

.news-item-descr a {
    color: gray;
    font-weight: bold;
    font-size: 12px;
}

.label {
    width: 15px;
}

.title-text {
    margin-left: 10px;
}

.title-text h4 {
    font-weight: bold;
}

.label, .title-text {
    float: left;
}

#news-all {
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

#news-all i {
    color: blue;
    font-size: 30px;
}

#blog-container {
    margin-right: 20px;
}

#blog-label {
    background-color: #c4004e;
}

#instagram-label {
    background-color: #00599c;
}

#instagram {
    height: 560px;
    background-color: cyan
}

#q-tube-label, #q-fm-label {
    height: 40px;
    margin-top: 20px;
}

#q-tube-label {
    background-color: #c4004e;
}

#q-fm-label {
    background-color: #00599c;
}

#q-tube-video, #q-fm-audio {
    height: 300px;
}

#q-tube-video, #q-fm-audio {
    background-color: grey;
}

#footer .row:first-child {
    margin-top: 50px;
    margin-left: 40px;
    margin-right: 40px;
}

.footer-label:nth-child(odd) {
    background-color: #00599c;
}

.footer-label:nth-child(even) {
    background-color: #c4004e;
}

.footer-label {
    height: 5px;
}

#footer > .row:last-child {
    margin-left: 50px;
    margin-right: 50px;
}

.footer-link a {
    color: #444;
}

.footer-link {
    padding: 0 25px;
}

h5 {
    font-weight: bold;
}

.q-span {
    font-weight: bold;
    font-size: 22px;
    margin-left: 30px;
}

#q-tube-span {
    color: #00599c;
    border-bottom: 5px solid #00599c;
}

#q-fm-span {
    color: #c4004e;
    border-bottom: 5px solid #c4004e;
}

#online-btn {
    color: white;
    width: 100%;
    height: 80px;
    border: none;
    font-weight: bold;
    font-size: 30px;
    background-image: linear-gradient(-90deg, #cf6f6f, #f3d261);
}

.top-80 {
    margin-top: 80px;
}

#down-footer-link {
    height: 100%;
}

.down-footer-link-item {
    line-height: 61px;
    float: left;
    list-style: none;
    margin-left: 25px;
}

#down-footer-link a {
    color: gray;
}

#footer-title-online {
    width: 180px;
}

.footer-link li {
    list-style: none;
}

.footer-link ul {
    padding-left: 0;
}

.text-small {
    font-size: 14px;
}


.mini-thumbnail {
    width: 60px;
    height: auto;
}

#mini-box {
    height: 62px;
    overflow: hidden;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.75);
    margin-top: -30px;
    z-index: 999999;
}

#mini-box .title {
    font-size: 13px;
    margin: 0;
    font-weight: bolder;
    line-height: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#mini-box .category {
    font-size: 12px;
}

.time_ago {
    font-size: 12px;
    color: #797979;
}

#mini-box .media {
    padding: 5px;
}

#news .header {
    border-bottom: 1px solid #b40048;
    margin-bottom: 22px;
}

#news .header span {
    background: #b40048;
    padding: 3px;
    color: whitesmoke;

}

#news .header.blue {
    border-bottom: 1px solid #00599c;
    margin-bottom: 22px;
}

#news .header.blue span {
    background: #00599c;
    padding: 3px;
    color: whitesmoke;

}

#news .card-title, #news .card-title:hover, #news .card-title:visited {
    color: black;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 48px;
}

#news .card-body {
    padding: .35rem .75rem;
}

#news .card-footer {
    font-size: 12px;
    padding: .35rem .75rem;
}

#news .media {
    border-bottom: 1px solid #ccc;
}

#news .media.active {
    background: rgba(0, 0, 0, 0.01);
}

.categories .category.active, .categories .category:hover {
    background: #00599c;

    color: whitesmoke;
}

.categories .category {
    border: 1px solid #ccc;
    padding: 5px 8px;
    background: rgba(0, 0, 0, 0.05);
    color: #444;
    line-height: 40px;
    font-size: 13px;
}

#author-tabs {
    margin-top: 10px;

}

#author-tabs a {
    color: #444;
}

#author-tabs a.active {
    color: #00599c;
    background: none;
}

.max-3-line {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 60px;
}

#profile .sidebar {
    background: #00599c;
}

#profile .sidebar dd {
    padding: 5px;
}

#profile .sidebar dd:hover, #profile .sidebar dd.active {
    background: rgba(0, 0, 0, 0.09);

}

#profile .sidebar a {
    color: white;
}

.text-zoom {
    margin-bottom: 5px;
}

.text-zoom i {
    margin-left: 5px;
    cursor: pointer;
}

.text-zoom .zoom1x {
    font-size: 12px;
}

.text-zoom .zoom2x {
    font-size: 16px;
}

.text-zoom .zoom3x {
    font-size: 22px;
}

.text-zoom1x {
    font-size: 14px;
}

.text-zoom2x {
    font-size: 18px;
}

.text-zoom3x {
    font-size: 26px;
}
