/* General */
body {
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #EFEFEF;
    background-color: #282828;
}
a {
    color: #00A7AD;
    text-decoration: none;
}
a:hover, a:focus {
    color: #00f1fa;
    text-decoration: underline;
}
.more-link A {
    text-transform: uppercase;
    font-weight: bold;
}
.full_width_image {
    width: 100%;
}

#ccm-account-menu-container { display: none !important; visibility: hidden !important; }

/* Lightbox */
.featherlight .featherlight-content {
    color: #000;
}
.lightbox-artwork H4 {
    margin: 14px 0 2px;
}

/* Ad Units */
.sponsor-area-top, .sponsor-area-side {
    margin: 10px 0 10px;
}
.sponsor-area-top {
    height: 120px;
}
@media (max-width: 767px) {
    .sponsor-area-top {
        display: none;
    }
}

/* Site Alerts */
.site-alerts .alert {
    width: 100%;
    font-size: 13pt;
}


/* Main Navigation */
.main-nav  {
    background-color: #000;
    border-color: #000000;
    min-height: 70px;
    z-index: 5;
}
.navbar-brand  {
    padding: 0;
}
.navbar-brand IMG {
    height: 78px;
}
.main-nav .nav {
    margin-top: 10px;
    margin-left: 15px;
}
.main-nav .nav > LI {
    border: none;
    text-transform: uppercase;
    padding: 0 8px 0;
    line-height: 50px;
    font-size: 13px;
}
.main-nav .nav > LI > A {
    color: #fff;
}
.main-nav .nav > LI > A:hover {
    background-color: transparent;
    color: #fff;
}
.main-nav .nav > LI:hover, .main-nav .nav > LI:active {
    background-color: #282828 !important;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: #282828 !important;
    color: #fff;
}
.navbar-collapse {
    border-top: none;
}

.mobile-nav-controls {
    margin-bottom: 15px;
}

/* Header search */
.header-search {
    padding: 14px 0 10px;
    margin-top: -20px;
    background-color: #000;
    display: none;
    height: 95px;
}

/* Footer */
footer {
    margin-top: 20px;
    font-size: 13px !important;
    padding: 30px 0 20px;
    background-color: #414141;
    color: #fff;
}
.footer > .container > .row H5 {
    text-transform: uppercase;
    color: #00A7AD;
}
.footer > .container > .row UL {
    text-transform: uppercase;
}
.footer > .container > .row UL LI {
    margin: 4px 0 4px;
}
.footer HR {
    height: 1px;
    margin: 0 0 5px;
    border-top: 1px solid #4a4a4a;
}
.footer A {
    color: #fff;
}

/* Toolbox */
.toolbox .row {
    margin-bottom: 4px;
}
.toolbox .btn {
    font-size: 16px;
    margin: 3px 0 3px;
}
.toolbox .btn-labeled {
    position: relative;
    padding: 6px 9px 6px 25px;
}
.toolbox .btn-labeled-right {
    position: relative;
    padding: 6px 35px 6px 9px;
}
.toolbox .btn-label {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 4px 0 0 4px;
    width: 50px;
    text-align: center;
}
.toolbox .btn-labeled-right .btn-label {
    left: auto;
    right: 0;

}

/* Quickview Form */
.quickviewform {
    display: none;
    margin: 3px 0 20px 0;
    background-color: #dedede;
    color: #000;
}

/* Bootstrap Override: Breadcrumb */
.breadcrumb {
    background-color: transparent;
    padding: 0;
}
H2.breadcrumb A {
    display: inline-block;
}

/* Bootstrap Override: Table */
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
    background-color: #2f2f2f;
}

/* Bootstrap Override: List Container */
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #4a4a4a;
    border: 1px solid #5c5c5c;
}
.list-group .list-group-item SPAN {
    float: right;
    clear: right;
}

/* Bootstrap Override: Panels */
.panel {
    border: 1px solid #666;
}
.panel-default > .panel-heading {
    background-color: #4a4a4a;
    border: 1px solid #5c5c5c;
    color: #fff;
}
.panel-body {
    color: #333;
}


/* Mousey Thumbnails */
.thumbnail {
    display: inline-block;
    padding: 0;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #282828;
    border: 1px solid #4a4a4a;
    border-radius: 0;
    transition: border 0.2s ease-in-out;
}
.thumbnail-mousey .thumbnail {
    position: relative;
    overflow: hidden;
}
.thumbnail-mousey .thumbnail H3 {
    position: absolute;
    bottom: 0;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    font-size: 20px;
    text-shadow: 2px 2px 4px #000000;
    width: 100%;
    margin: 0;
    padding: 8px;
    background-color: rgba(0, 0, 0, 0.6);
}
.thumbnail-mousey .thumbnail H3 {
    color: #fff;
}
.thumbnail-mousey .thumbnail H3 small {
    color: #ccc;
}
.thumbnail-mousey .thumbnail .caption {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    position: absolute;
    top: 0;
}
.thumbnail-mousey .thumbnail > img {
    width: 100%;
}

/* Translations */
#translations P {
    font-size: 18px;
}
.change_translation {
    cursor: pointer;
    font-size: 100%;
    font-weight: normal;
    line-height: 2.5;
    margin: auto 4px;
}

/* Page-Specific: Home */
.home-content {
    margin-top: 30px;
}

/* Page-Specific: Series */
.series_header {
    position: relative;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    height: 641px;
    margin-top: -20px;
}
.series_header IMG {
    position: absolute;
}
.hide-series-fanart {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999
}
.series_header H1 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 0;
    padding: 10px;
    text-shadow: 2px 2px 4px #000000;
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
}
.series_header.large H1 {
    font-size: 48px;
    line-height: 40px;
    padding: 25px;
}

/* Media queries */
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
@media (min-width: 1660px) {
    .container {
        width: 1600px;
    }
}
