@import url("/css/templates/base.css");
.bg-dark {
    background-color: #191919 !important;
}
.border-bottom-dotted {
    border-bottom: 1px dotted #000000;
}
.border-bottom-dotted:last-child {
    border-bottom: none;
}
.logobox {
    border: #0066cc solid 1px;
    height: 34px;
    margin: 6px 0;
    font-weight: bold;
}
.site-brand {
    float: left;
    height: 32px;
    padding: 1px 7px;
    color: #fff;
}
.pixxx {
    float: right;
    background-color: #0066cc;
    padding: 1px 7px;
    color: #FFF;
    height: 32px;
}

/** navbar main */
.navbar .container.position-relative .navbar-toggler {
    right: 0px;
    top: 0px;
}
#navbarMain .nav-link {
    text-transform: uppercase;
}
#navbarMain .navbar-nav .active > .nav-link {
    color: #fff;
    font-weight: bold;
}
.nav-link {
    font-size: 1.07em;
    font-weight: 500;
}
/* carousel */
.carousel-center-text{
    position: absolute;
    right: 0;
    bottom: 36px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    font-weight: bold;
}

.carousel-center-text .cont {
    position: relative;
    text-align: center;
    margin-bottom: 3%;   
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    background: rgba(0, 0, 0, 0.7);
    color: rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.carousel-center-text .cont h2 {
    font-weight:500; font-size:45px;
}
.carousel-center-text .cont h1 {
    font-weight:500; font-size:51px;
}

@media (max-width: 1220px) {
    .carousel-center-text {
        bottom: 0px;
    }
    .carousel-center-text .cont {
        margin-bottom: 0px;
    }
    .carousel-center-text .cont h2 {
        font-size:1.8em;
    }
    .carousel-center-text .cont h1 {
        font-size:2em;
    }
    .carousel-center-text .cont h5 {
        font-size:1.5em;
    }
}

@media (max-width: 650px) {
    .carousel-center-text .cont h2 {
        font-size:1.1em;
    }
    .carousel-center-text .cont h1 {
        font-size:1.2em;
    }
    .carousel-center-text .cont h5 {
        font-size:1em;
    }
    .carousel-center-text {
        margin: 0px;
    }
}

/** search form **/
#post-search button {
    background: #0066cc;
    font-size: 17px;
    border: none;
    cursor: pointer;
    color: #FFF;
    border-radius: 0px;
}

#post-search button:hover {
    background: #666;
}

#post-search input[type="text"] {
    background: #0066cc;
    color: #fff;
    border-radius: 0px;
    border: none;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    display: inline-block;
}

#post-search input::placeholder {
    color: #fff;
}
/** thirdmenu **/
.thirdmenu {
    border-bottom: #a6c8a6 solid 1px;
    margin-bottom: 0.5rem;
}
.thirdmenu a {
    background-color: #3c5886;
    color: white;
    text-align: center;
    padding: 6px 20px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
    border-radius: 0px;
}
.thirdmenu a:hover {
    background-color: #516D9B;
    color: white;
}

/** posts **/
.post-one-in-list .card-text:first-child {
    margin-bottom: 0;
    font-weight: bold;
}
.card-text span a {
    color: #F00;
}
.post-text, .post-text a {
    color:#666; 
    line-height:17px; 
    padding-bottom:5px; 
    font-size:14px;
}
.post-list-title .count {
    background: #0066cc;
    border-radius: 10px;
    font-size: 12px;
    padding: 3px 6px;
    color: #FFF;
}
.post-list-title h2 a {
    color: inherit;
}

/** pagination **/
.page-link {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
}
.page-link:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.page-item.active .page-link {
    color: #fff;
    cursor: default;
    background-color: #333333;
    border-color: #333333;
}

/** main **/
.shadow-box {
    -webkit-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.11);
    -moz-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.11);
    box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.11);
    border-radius: 0px;
    border: none;
}

.shadow-box h3, .shadow-box h3 a {
    color:#FFF; 
    background: #123b7e;
}

.shadow-box h3.active-artists, .shadow-box h3.active-artists a {
    background: #123b7e;
}

.last-comments {
    list-style-type: none;
    color: #666;
    font-size: 14px;
}
.last-comments a { 
    color: #666;
    font-size: 14px;
}

/** footer **/
footer .date-box {
    font-size: 12px;
}
.footerul {
    list-style-type: none;
}
footer .footerlist a {
    color: #FFF;
}
footer .footerlist a:hover {
    color: #F90;
    text-decoration: none;
}

iframe.member-login {
    /*max-width: 300px;*/
    max-height: 525px;
}