/*@import url("/css/templates/base.css");*/
a:not(.btn, .navbar *, footer *) {
    color: #06529d;
}
.btn-primary {
    background-color: #0066cc;
    border-color: #0066cc;
}
.btn-outline-primary {
    background-color: transparent;
    border-color: #0066cc;
    color: #0066cc;
}

.btn-primary:focus,
.btn-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:hover {
    background-color: #1279e0;
    border-color: #1279e0;
}

.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 .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;
}

/** 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;
    padding: .375rem .75rem;
    font-size: 1rem;
    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-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 .title, .shadow-box .title a {
    color:#FFF; 
    background: #123b7e;
}

.shadow-box .title.active-artists, .shadow-box .title.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;
}