/*
Theme Name: Krypton
Theme URI: https://
Author: 
Author URI: 
Description: 
Version: 0.3
*/

/* The bootstrap.css file is auto-enqueued in functions.php */

/* WordPress Core */
.gallery-caption {
    font-weight: bold;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
img.alignnone {
    max-width: 96%;
    height: auto;
    width: auto;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    padding: 10px 0 0 0;
    color: #000;
}
/* Recommended CSS from WP for defined content width support */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}
iframe,
embed {
    max-width: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
.sticky,
.bypostauthor {}
table { 
    width: 100%; 
    border-collapse: collapse; 
}
th { 
    font-weight: bold; 
}
td, th { 
    padding: 6px; 
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0px 0px, 0px 0px,0px 0px, 0px 0px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
body, html {
    overflow-x: hidden;
}
body {
    font-family: 'Roboto Condensed', "Helvetica Neue", helvetica, arial, sans-serif;
    padding: 0;
    color: #404040;
    font-weight: 400;
    line-height: 1.8;
    font-size: 16px;
    word-wrap: break-word;
}
a, a:active, a:focus {
    text-decoration: none;
    color: #c80000;
}
a:hover {color: #0060aa; text-decoration: none;}
a:hover h2 {color: #c80000;}
h1, h2, h3, h4, h5, h6 {
    word-wrap: break-word;
    font-weight: 700;
    color: #000;
    letter-spacing: -.02em;
}
.page-header a {
    border-bottom: 0;
    color: #000;
}
a:active {
    border-bottom: none;
}
.main-container {
    background-color: #fff;
}
.homepage-row.row {
    margin: 0;
    padding: 60px 0 0 0;
    background: #fff;
    color: black;
}
.menu-container {
    max-width: 93%;
}
.navbar-nav li.fa {
    display: block;
    position: relative;
}
@media (min-width: 768px) {
    .nav > li > a:before {
        position: absolute;
        content: '';
        bottom: 0;
        left: 50%;
        width: 0;
        height: 2px;
        background-color: #c1272d;
        -webkit-transition: all 1s;
        transition: all 1s;
    }
    .nav > li:hover > a:before {
        width: 100%;
        left: 0;
    }
    .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
        transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }
    .shrink .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 14px;
        max-height: 50px;
    }
    .shrink.navbar li.fa:before {
        top: 16px;;
    }
    .navbar-nav li:hover .dropdown-menu{
        visibility:visible;
        border-top: 4px solid #ccc;
        border-radius: 0;
        transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }
    #site-navigation .container{
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        background-color: transparent;
    }
    .menu-container {
        float: left;
        max-width: 86%;
    }
    .menu-item-has-children li.fa:before {
        top: 6px !important;
    }
}
@media (min-width: 600px) {
    .admin-bar #site-navigation.shrink {
        top: 32px;
    }
}
@media (min-width: 992px) {
    .menu-container {
        max-width: 89%;
    }
}
@media (max-width: 767px) {
    .nav > li.active > a:after, .current-page-parent:after {
        height: 0 !important;
        background-color: transparent !important;
    }
    .navbar-nav a:hover, .navbar-nav a:focus {
        color: #ffffff !important;
        background-color: #000 !important;
    }
    .menu-container {
        width: 70%;
        position: absolute;
        left: 0;
        transform: translate3d(-100%, 0, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
        overflow-y: auto;
        overflow-x: auto;
        height: 100vh;
        padding-bottom: 60px;
        z-index: 9;
        background-color: #fff;
    }
    .openNav .menu-container {
        transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transition: transform 500ms ease;
        -ms-transition: transform 500ms ease;
        -webkit-transition: transform 500ms ease;
        -moz-transition: transform 500ms ease;
        -o-transition: transform 500ms ease;
    }
    .openNav .page-area {
        left: 0;
        transform: translate3d(70%, 0, 0);
        -webkit-transform: translate3d(70%, 0, 0);
        transition: transform 500ms ease;
        -webkit-transition: transform 500ms ease;
    }
    .page-area {
        left: 0;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transition: transform 500ms ease;
        -webkit-transition: transform 500ms ease;
    }
    .navbar-nav {
        padding: 0;
        margin: 0;

    }
    .navbar-nav a {
        font-size: 14px;
        padding: 15px 10px !important;
        margin: 0 !important;
        line-height: 16px !important;
        background-color: white;
        float: left !important;
        margin: 0px !important;
        width: 100%;
        text-transform: none !important;
        word-wrap: break-word;
        white-space: normal !important;
    }
    .navbar li.fa a {
        padding-left: 35px !important;
    }
    .navbar li.fa:before {
        top: 14px !important;
    }
    .navbar-nav li, .navbar-nav ul {
        padding: 0px !important;
        margin: 0px !important;
        overflow: hidden;
    }
    .open-panel {
        width: 32px;
        height: 32px;
        position: absolute;
        top: 18px;
        right: 22px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    .shrink .open-panel {
        top: 12px;
    }
    .open-panel span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #000;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    .open-panel span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    .open-panel span:nth-child(2) {
        top: 9px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    .open-panel span:nth-child(3) {
        top: 18px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    .open-panel.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -2px;
        left: 3px;
    }
    .open-panel.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }
    .open-panel.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 21px;
        left: 3px;
    }
    .caret, .dropdown-submenu>a:after {
        display: none !important; 
    }
    .navbar-nav .dropdown-menu {
        width: 100%;
        display: block !important;
        left: 0 !important;
        position: relative !important;
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    .openNav .page-area:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #00000085;
        left: 0;
        z-index: 98;
    }
    .split-images .news-text-wrap h2 {
        font-size: 100%;
    }
    .featured-small-items .layout-two .news-thumb {
        padding-left: 15px !important;
    }
}
@media (max-width: 991px) {
    .featured-small-items .layout-two .news-thumb {
        padding-left: 15px !important;
    }
    .site-heading, .site-heading-sidebar, .site-branding-logo, #content-header-section {
        text-align: center;
        float: none !important;
    }
}
.dropdown-menu > li > a {
    border-bottom: 0;
}
#site-navigation {
    min-height: 60px;
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #0060aa;
}
.navbar-toggle {
    border: 1px solid #ccc;
}
.navbar-toggle .icon-bar {
    background-color: #ccc;
}
.navbar-nav > li > a {
    border-bottom: 0;
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
    max-height: 60px;
}
.nav > li.active > a:after, .current-page-parent:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0060aa;
}
#top-navigation {
    border: none;
    border-radius: 0;
    background-color: #313131;
    z-index: 999;
    min-height: 32px;
}
#top-navigation .navbar-nav > li > a {
    border: none;
    border-radius: 0;
    color: #fff;
    padding: 6px 10px;
    font-size: 13px;
    background-color: #313131;
    min-width: 32px;
    max-height: 32px;
}
#top-navigation .dropdown-menu {
    background-color: #313131;
}
#top-navigation .dropdown-menu > li > a, #top-navigation .nav .open > a {
    color: #fff;
    background-color: #313131;
}
#top-navigation .navbar-nav > li > a:hover, 
#top-navigation .dropdown-menu > li > a:hover, 
#top-navigation .nav .open > a:hover, 
#top-navigation .nav .open > a:focus {
    color: #000;
    background-color: #fff;
}
article {
    clear: both;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.updated:not(.published) {
    display: none;
}
.space-right {
    margin-right: 10px;
}
.main-content {
    float: left;
    width: 100%;
}
.page-header {
    width: 100%;
    margin: 20px 0;
    text-align: center;
}
.single-entry-summary, .entry-footer {
    margin-top: 15px;
    width: 100%;
    clear: both;
}
.single-content.row {
    margin-bottom: 60px;
}
.tagcloud a {
    font-size: 15px !important;
    padding: 0px 6px;
    border: 1px solid;
    display: inline-block;
    margin-bottom: 5px;
}
input, textarea {
    background-color: #fff;
    padding: 6px;
    color: #464a4c;
    border-radius: 0;
    margin-bottom: 10px;
}
select {
    max-width: 100%;
    padding: 5px;
    color: #000;
}
#respond .comment-form-author,
#respond .comment-form-author input,
#respond .comment-form-email,
#respond .comment-form-email input,
#respond .comment-form-url,
#respond .comment-form-url input {
    width: 100%;
}
#sidebar {
    display: inline-block;
    max-width: 100%;
}
.page-area {
    padding-top: 15px;
}
.widget {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    margin-bottom: 10px;
}
.widget ul {
    padding-left: 0;
    list-style-type: none;
}
.widget li > ul {
    padding-left: 15px;
}
.widget ul li {
    margin: 4px 0px 0px;
    padding: 0px 0px 4px;
}
.widget-title {
    font-size: 18px;
    position: relative;
    width: 100%;
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    display: inline-block;
}
.widget-title:after, .homepage-area-title:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #fff;
    left: 10px;
    z-index: 6;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
}
.widget-title h3, .homepage-area-title h3 {
    font-size: 18px;
    position: relative;
    z-index: 5;
    color: #fff;
    float: left;
    padding: 10px 20px;
    margin: 0;
    left: 5px;
    
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    line-height: 18px;
}
.widget-title h3:before, .homepage-area-title h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #c80000;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
    z-index: -1;
    display: block;
}
#content-footer-section .widget-title h3:before{
	background-image: url(/img/icons/S-shieldC.png);
  	background-repeat: no-repeat;
  	background-size: contain;
  	background-position-x: right -25px;
	min-width: 135px;
}
.section-title {
    width: 100%;
    position: relative;
    float: left;
    clear: both;
    overflow: hidden;
}
.section-title:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 10px;
    height: 2px;
    background-color: #eaeaea;
    left: 16px;
    z-index: 6;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
}
.section-title .widget-title {
    width: auto;
    margin-left: 2px;
    float: left;
}
.section-title .widget-title a {
    float: left;
}
.section-title .widget-title:after {
    display: none;
}
.section-title a {
    position: relative;
    z-index: 3;
    color: #000;
    padding: 14px 14px;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    float: left;
    margin-bottom: 8px;
    
}
.section-title a:after {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    right: -15px;
    bottom: 2px;
    background-color: #eaeaea;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
    z-index: -1;
    display: block;
}
h1.site-title, .site-title {
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 28px;
    word-wrap: break-word;
    font-weight: 700;
    color: #000;
    letter-spacing: -.02em;
}
p.site-description {
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.site-branding-logo {
    float: left;
}
.site-branding-logo a {
    border: none;
    z-index: 99;
    position: relative;
}
.site-branding-logo img {
    width: auto;
	max-width: 45%;
}
.site-branding-text {
    z-index: 99;
    position: relative;
    display: inline-block;
}
.site-heading {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.navbar {
    margin-bottom: 0;
}
.main-menu {
    position: relative;
}
#site-navigation,
#site-navigation.shrink {
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    border: none;
}
#site-navigation, nav a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #000;
    border-radius: 0;
}
#site-navigation.shrink {
    min-height: 50px;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
}
.shrink h1.site-title, .shrink .site-title {
    font-size: 19px;
    line-height: 23px;
}
.shrink p.site-description {
    font-size: 12px;
    line-height: 15px;
}
.featured-thumbnail {
    width: 100%;
    position: relative;
}
.featured-thumbnail img {
    width: 100%;
    text-align: center;
}
.single-page-header {
    color: #fff;
    font-size: 44px;
    font-weight: 400;
}
nav.navigation.pagination {
    text-align: center;
    width: 100%;
    clear: both;
    margin: 20px 0;
}
nav.navigation.pagination .nav-links a, nav.navigation.pagination .current {
    padding: 5px 10px;
    border: none;
    border-radius: 0;
    position: relative;
    z-index: 1;
}
nav.navigation.pagination .nav-links a:before, nav.navigation.pagination .current:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
    z-index: -1;
    display: block;
    border: 1px solid #b5b5b5;
}
nav.navigation.pagination .current {
    color: #fff;
}
nav.navigation.pagination .current:before {
    background-color: #000;
    border: 1px solid #999;
}
#content-footer-section {
    background: linear-gradient(to bottom, #164066 0%,#194779 95%);
    color: #ffffff;
    padding: 15px;
    clear: both;
}
#content-footer-section .news-item h2 a {
    color: #fff;
}
#content-footer-section .widget-title:after {
    background-color: #224268;
}
.footer-credits {
    background-color: #194779;
    clear: both;
}
.footer-credits-text {
    padding: 20px 0;
    color: #fff;
}
.site-header {
    padding: 15px 0;
    background-color: #fff;
}
.top-search-icon {
    margin-right: 15px;
}
li.home-icon.front_page_on {
    background-color: #0060aa;
}
li.home-icon.front_page_on a, li.home-icon.front_page_on a:hover {
    color: #fff;
}
li.home-icon a {
    padding-left: 20px;
    padding-right: 20px;
}
li.home-icon.front_page_on:before {
    position: absolute;
    content: "";
    top: -4px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #c1272d;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.taxonomy-description {
    margin-bottom: 20px;
}
.single-footer.row {
    clear: both;
}
/* Search styling */
.top-search-box {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99999;
    width: 280px;
}
form#searchform, .search-icon {
    position: relative;
}
#searchsubmit {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    width: 80px;
    color: #fff;
    background-color: #000;
}
input#s {
    width: 100%;
    padding-right: 90px;
}

/* Comments */
.comment-form #comment, .comment-form #submit {
    width: 100%;
}

cite.fn {
    font-weight: bold;
}
a.comment-reply-link {
    border: 1px solid #ccc;
    padding: 10px 20px;
}
.reply {
    margin: 20px 0;
}
.comment-meta.commentmetadata {
    margin: 10px 0;
    font-size: 12px;
    
}
.comment-body {
    margin-bottom: 40px;
}
.commentlist li {
    list-style-type: none;
}
img.lazy {
    opacity: 0;
    transition: opacity .3s ease-in;
    -webkit-transition: opacity .3s ease-in;
}
.error-template {
    padding-bottom: 60px;
}
.btn-default, input[type="submit"], input#submit, button, a.comment-reply-link { 
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border: 1px solid #8e8e8e;
}
input#submit:hover, .btn-default:hover, input[type="submit"]:hover, button:hover, a.comment-reply-link:hover { 
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.inner-wrapper {
    display: block;
    margin-bottom: 15px;
}
.cat-links, .tags-links {
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
}
.posted-date,
.cat-links a,
.cat-links span,
.tags-links span,
.krypton-more-news {
    position: relative;
    z-index: 5;
    color: #fff;
    padding: 3px 15px;
    font-size: 12px;
    font-weight: 300;
    margin-left: 4px;
    
}
.comments-meta {
    position: relative;
    z-index: 5;
    color: #fff;
    padding: 0 8px;
    font-size: 12px;
    left: -12px;
    top: 4px;
    font-weight: 300;
    
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 8px;
    display: inline-block;
}
.comments-meta a {
    color: #fff;
}
.posted-date:before, 
.comments-meta:before,
.cat-links a:before,
.cat-links span:before,
.tags-links span:before,
.krypton-more-news:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #191919;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
    z-index: -1;
    display: block;
}
.comments-meta:before, 
.cat-links a:before {
    background-color: #0060aa;
}
span.comments-meta i {
    margin-left: 5px;
}
.tags-links a {
    position: relative;
    color: #000;
    
    opacity: 0.8;
    top: 2px;
    margin-right: 8px;
}
.tags-links a:nth-child(2n+1) {
    top: -2px;
}
.news-item {
    margin-bottom: 12px;
}
.news-item h2 {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 400;
}
.news-item.layout-two h2 {
    font-size: 18px;
}
.one-news-section .news-item h2 {
    margin-top: 10px;
    font-size: 28px;
}
.news-text-wrap.first-wrap {
    margin-top: 15px;
    margin-bottom: 15px;
}
.news-item h2 a {
    color: #000;
}
.news-thumb {
    margin-bottom: 10px;
}
.news-thumb img {
    width: 100%;
	border: 1px solid #666;
}
.post-excerpt {
    
    font-weight: 300;
}
.post-excerpt a {
	color: #000 !important;
}

.author-meta-by {
    
    opacity: 0.7;
    position: relative;
    top: -3px;
    font-size: 14px;
    font-weight: 300;
}
.author-meta a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
}
.three-news-section .news-item:nth-child(3n+1),
.mix-col-section .news-item:nth-child(2n+2) {
    clear: both;
}

.popular-news-section .news-thumb,
.recent-news-section .news-thumb {
    margin-right: 15px;
    margin-bottom: 10px;
    float: left;
}
.recent-news-section .news-item img,
.popular-news-section .news-item img {
    max-width: 100px;
}
.recent-news-section .news-item,
.popular-news-section .news-item {
    clear: both;
    display: inline-block;
    width: 100%;
}
.popular-news-section h2,
.extended-recent-posts h2 {
    font-size: 18px;
}
.featured-small-items .layout-two .news-thumb {
    padding-left: 0;
    padding-right: 0;
}

/* Split images news */
.inner-wrapper.split-images {
    width: 100%;
    position: relative;
}
.inner-wrapper.split-images, 
.split-box.news-item-1,
.split-slider {
    overflow: hidden;
    max-height: 480px; /* Split images height limitation - edit to max 641px */
    min-height: 200px;
}
.split-slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    overflow: hidden;
    -webkit-transition: left 1s;
    transition: left 1s;
    border-left: 10px solid #fff;
    z-index: 7;
    background-color: #323232;
}
.split-box .news-thumb {
    margin-bottom: 0;
    position: relative;
    bottom: 6px;
}
.split-slider .news-thumb {
    transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    position: relative;
    left: -120px;
    margin-bottom: 0;
}
.split-slider.news-item-2:hover {
    left: 15%;
}
.split-slider.news-item-2.split-slider-left {
    left: 15%;
}
.split-slider.news-item-3 {
    left: 75%;
    z-index: 9;
}
.split-slider.news-item-3:hover {
    left: 40%;
}
.split-images .news-text-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 45%;
    padding: 15px 25px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.84);
    color: #fff;
}
.split-images .news-text-wrap a {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.84);
}
.split-slider .news-text-wrap {
    transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
}

/* Menu social links */
.navbar a[href*="vk.com"], .navbar a[href*="dribbble.com"], .navbar a[href*="facebook.com"], .navbar a[href*="flickr.com"], .navbar a[href*="foursquare.com"], .navbar a[href*="plus.google.com"], .navbar a[href*="instagram.com"], .navbar a[href*="linkedin.com"], .navbar a[href*="pinterest.com"], .navbar a[href*="reddit.com"], .navbar a[href*="tumblr.com"], .navbar a[href*="twitter.com"], .navbar a[href*="vimeo.com"], .navbar a[href*="wordpress.com"], .navbar a[href*="wordpress.org"], .navbar a[href*="youtube.com"], .navbar a[href*="mailto:"], .navbar a[href*="twitch.tv"], .navbar a[href$="/feed/"] {
    text-indent: -9999px;
    white-space: normal;
    min-width: 50px;
}
.navbar a[href*="vk.com"]:after, .navbar a[href*="dribbble.com"]:after, .navbar a[href*="facebook.com"]:after, .navbar a[href*="flickr.com"]:after, .navbar a[href*="foursquare.com"]:after, .navbar a[href*="plus.google.com"]:after, .navbar a[href*="instagram.com"]:after, .navbar a[href*="linkedin.com"]:after, .navbar a[href*="pinterest.com"]:after, .navbar a[href*="reddit.com"]:after, .navbar a[href*="tumblr.com"]:after, .navbar a[href*="twitter.com"]:after, .navbar a[href*="vimeo.com"]:after, .navbar a[href*="wordpress.com"]:after, .navbar a[href*="wordpress.org"]:after, .navbar a[href*="youtube.com"]:after, .navbar a[href*="mailto:"]:after, .navbar a[href*="twitch.tv"]:after, .navbar a[href$="/feed/"]:after {
    font-family: "FontAwesome";
    text-indent: 0;
    display: block;
    float: left; 
}
.navbar a[href$="/feed/"]:after {
    content: "\f09e";
    color: #ff9900;
}
.navbar a[href*="vk.com"]:after {
    content: "\f189";
    color: #4a76a8;
}
.navbar a[href*="twitch.tv"]:after {
    content: "\f1e8";
    color: #6441A5;
}
.navbar a[href*="mailto:"]:after {
    content: "\f003";
}
.navbar a[href*="youtube.com"]:after {
    content: "\f167";
    color: #bb0000;
}
.navbar a[href*="wordpress.com"]:after, .navbar a[href*="wordpress.org"]:after {
    content: "\f19a";
    color: #0073aa;
}
.navbar a[href*="vimeo.com"]:after {
    content: "\f194";
    color: #aad450;
}
.navbar a[href*="tumblr.com"]:after {
    content: "\f173";
    color: #32506d;
}
.navbar a[href*="reddit.com"]:after {
    content: "\f281";
}
.navbar a[href*="twitter.com"]:after {
    content: "\f099";
    color: #00aced;
}
.navbar a[href*="dribbble.com"]:after {
    content: "\f17d";
    color: #ea4c89;
}
.navbar a[href*="facebook.com"]:after {
    content: "\f09a";
    color: #3b5998;
}
.navbar a[href*="flickr.com"]:after {
    content: "\f16e";
    color: #ff0084; 
}
.navbar a[href*="foursquare.com"]:after {
    content: "\f180";
    color: #0072b1; 
}
.navbar a[href*="plus.google.com"]:after {
    content: "\f0d5";
    color: #dd4b39;
}
.navbar a[href*="instagram.com"]:after {
    content: "\f16d";
    color: #517fa4; 
}
.navbar a[href*="linkedin.com"]:after {
    content: "\f0e1";
    color: #007bb6; 
}
.navbar a[href*="pinterest.com"]:after {
    content: "\f231";
    color: #cb2027; 
}

.navbar li.fa:before {
    position: absolute;
    left: 10px;
    top: 21px;
    z-index: 5;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.navbar li.fa > a, #top-navigation.navbar li.fa > a {
    padding-left: 35px;
}
#top-navigation.navbar li.fa:before {
    top: 7px;
    color: #fff;
}
#top-navigation.navbar li.fa:hover:before {
    color: #000;
}

.prev-next-links img {
    max-width: 74px;
}
.prev-next-links {
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 20px;
}
.prev-next-links-title {
    margin-top: 18px;
    
    max-width: 60%;
    float: left;
    line-height: 18px;
}
.prev-next-links .arrowRight .prev-next-links-title {
    float: right;
}
.prev-next-links .arrowLeft, .prev-next-links .arrowLeft a {
    float: left;
    padding-right: 10px;
}
.prev-next-links .arrowRight, .prev-next-links .arrowRight a {
    float: right;
    padding-left: 10px;
}
.prev-next-links .arrowRight, .prev-next-links .arrowLeft {
    width: 50%;
}
.prev-next-links i {
    margin-top: 12px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #000;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
}
.woocommerce mark, .woocommerce .mark {
    background-color: transparent;
    color: inherit;
}

/*Krypton*/
/*Body*/
body.custom-background {background-color: rgba(0,96,170,0.6); background-blend-mode: hard-light;}

/*homepage-slider*/
.aps-themeb {max-height:400px; border: none !important;}
.aps-themeb img {max-height:400px;}
.aps-themeb p {color:#eee; transform:skew(15deg);}
.aps-themeb h2 {transform:skew(15deg) !important; margin:0 !important; text-indent: 5px;}
.aps-themeb h2 a {color:#fff !important;	}
.aps-meta-info{background:rgba(0,0,0,0.65); transform:skew(-15deg); padding:15px; width: fit-content(70%) !important;bottom: 130px; position: relative; max-width: 70%; margin-left: 35px !important;}
.aps-prev, .aps-next {background: transparent !important; width: 36px !important; height: 36px !important; line-height: 36px !important; border-radius: 20% !important; box-shadow: none !important;}
.aps-prev:hover, .aps-next:hover {opacity: 0.35 !important; box-shadow:none !important;}
.aps-prev {left: 5px !important;}
.aps-next{right: 5px !important;}

/*homepage-news*/
.homepage-area-2 .featured-large-item {margin-bottom: 20px !important;}
.krypton-more-news {width: 80px; text-align: center; float: inline-end; margin: 10px;}
.krypton-more-news:before {background-color: #0060aa !important;}
.krypton-more-news:hover::before {background-color: #c80000 !important;}
.posted-date:before {background-color: #aaa !important;}

/*homepage-comics*/
.streszczenia-home {margin-left:-25px; }
.streszczenia-home ul {padding-left:30px;}
.streszczenia-home li{width: 120px; min-height: 210px !important; font-size: 12px; text-align: center; line-height: 15px; padding-bottom: 0px; float: left; list-style-type: none; }
.streszczenia-home ul li a {text-decoration:none; color:#000; font-size: 13px; line-height: 16px; margin: 0 auto; width:110px; }
.streszczenia-home ul li a p {margin-top:15px; padding-left: 2px; padding-right: 2px;}
.streszczenia-home ul li a:hover p{text-decoration:none; color:#c80000; border-bottom:none; opacity:1; }
.streszczenia-home ul li a:hover img{opacity:0.2; transition-duration:0.3s; }
.streszczenia-home ul li a:hover span{opacity:0.6; transition-duration:0.3s; }
.streszczenia-home img {border:1px solid #666; margin-bottom: 5px; }
.streszczenia-home img.komiks-logo {bottom:0px; position:relative; opacity:0; width:0px; height:0px; border:none !important; z-index:65;}
.streszczenia-home .komiks-data, .comics-cover-alts .komiks-data {bottom:20px; position:relative; opacity:0;}
.streszczenia-home a:hover img.komiks-logo {bottom:115px; opacity:1; transition-duration:0.6s; width:70px; height:auto;}
.streszczenia-home a:hover .komiks-data {bottom:100px; opacity:1; transition-duration:0.6s;}
.streszczenia-home .komiks-data, .comics-cover-alts .komiks-data {color: #999;}
.img-bg {background:#000; width:98px; height:148px; margin: 0 auto;}

/*homepage-headers*/
.krypton-header-strip {background: #1e1e1e; color: #666; font-size: small;}
.krypton-header-strip p {margin: 0 auto; width: 1160px;}
.homepage-area-title {font-size: 18px; position: relative; width: 100%; clear: both; margin-top: 10px; margin-bottom: 10px; text-transform: uppercase; display: inline-block;}
.homepage-area-title h3:before {background: #0060aa !important;}
.homepage-area-title:after, .widget-title:after {}

/*homepage-filmy-area*/
.filmy-area {background: url(img/film-area-bg.jpg) center; margin-left: -15px;}
.filmy-area .homepage-area-3 {width: 97%; float: none; margin: 0 auto;}
.filmy-area .homepage-area-title {margin-top:30px;}
.filmy-area .homepage-area-title h3:before {background: #c80000 !important;}
.filmy-area .homepage-area-title:after {background: #0060aa !important; width:74px;}
.filmy-area .streszczenia-home li {width:140px;}
.filmy-area .streszczenia-home img {width:120px; opacity:1;}
.filmy-area img.film-logo {bottom:0px; position:relative; opacity:0; width:0px; height:0px; border:none !important; z-index:65;}
.filmy-area a:hover img.film-logo {bottom:130px; opacity:1; transition-duration:0.6s; width:80px; height:auto;}
.filmy-area .streszczenia-home ul li a {color: #fff; font-size: 15px; line-height: 20px;}
.filmy-area .streszczenia-home ul li p {height: 40px;}
.filmy-area .streszczenia-home ul li span {color: #fff; font-size:12px; padding:4px; width:100%; display:block;}
.filmy-area .img-bg {width:120px; height:178px;}
.filmy-animowane {background: url(img/film-anim-area-bg.jpg) top;}
.filmy-animowane .homepage-area-title h3:before {background: #0060aa !important;}
.filmy-animowane .homepage-area-title:after {background: #901515 !important; width:170px;}
.filmy-animowane .streszczenia-home li {height:295px;}
.filmy-animowane .streszczenia-home ul li a:hover p{color:#0060aa;}
.seriale-animowane {background: url(img/serial-anim-area-bg.jpg) top; height: 310px !important;}
.seriale-animowane .homepage-area-title:after {background: #161616 !important; width:185px;}
.seriale-animowane .img-bg, .seriale-tv .img-bg {width:120px; height:89px;}
.seriale-animowane a:hover img.film-logo {bottom:70px; opacity:1; transition-duration:0.6s; width:80px; height:auto;}
.seriale-tv {background:none !important; height: 300px !important;}
.seriale-tv .homepage-area-title h3:before {background: #0060aa !important;}
.seriale-tv .homepage-area-title:after {background: #fff !important; width:115px;}
.seriale-tv .streszczenia-home ul li a {color: #000; font-size: 13px; line-height: 15px;}
.seriale-tv a:hover img.film-logo {bottom:85px; opacity:1; transition-duration:0.6s; width:80px; height:auto;}

/*sidebar*/
.krypton-main-tvseries ul {padding-left: 10px;}
.krypton-main-tvseries ul li {padding-bottom:20px; min-height: 125px;}
.krypton-main-tvseries a p, .krypton-main-tvseries a p span {color: #666;}
.krypton-main-tvseries img {border: 1px solid #666;}
.krypton-main-tvseries p {line-height: 20px; margin: 0 auto !important;}
.krypton-main-tvseries span {font-size:small;}
.krypton-main-tvseries img.logo_serialu {border: none !important; width: 75px; height:auto; margin: 0 auto; margin-top:3px; padding-bottom: 10px;}
.krypton-main-tvseries .krypton-tvseries-screen {float: left; margin-right: 10px;}
.krypton-main-tvseries .krypton-tvseries-epinfo {display: flow-root; margin-top: 20px; text-align: center;}

.super-friends-wrapper {margin-top:20px;}
.super-friends {width:100% !important;}
.super-friends .g-col {float:none !important;}
.super-friends a img {display:block; margin-left: auto; margin-right: auto; padding:10px; padding-left:30px;}
.super-friends a:hover img {filter: brightness(0.5); transition-duration:0.6s; }

/*common*/
.krypton-h3 {display: inline-block; width:100%; background: #eee; padding: 15px; margin-bottom: 30px; background-image: url(/img/icons/S-shieldB.png); background-repeat: no-repeat; background-position-x: left 0px; text-indent: 18px;}
.krypton-h4 {padding: 10px; margin-bottom: 25px; background: #eee; border-inline-start: 5px solid #c80000;}
.page-title {text-align:left; margin-bottom:50px; padding-left: 20px;}
.krypton-separator, .krypton-separator-300 {display: block; background:url(img/separator-300.png) center no-repeat; height:30px; margin: 20px 0; opacity: 0.35;}
.krypton-separator {width:60%;}

/*single-komiks-animatedtv*/
.krypton-single-comics {width:90%; margin:30px auto;}
.krypton-single-comics h1 {margin-bottom:35px !important;}
.comics-cover {float:right; background:#eee; padding:10px; margin-left:30px;}
.comics-cover img {display:block; margin-bottom:20px;}
.comics-cover .comics-aff {text-align: center; font-size: small; max-width: 300px;}
.comics-cover .comics-aff a {color: #0060aa;}
.comics-cover .comics-aff a:hover {color: #c80000;}
.comics-cover .img-bg {width: 300px; min-height: 455px; margin-bottom: 20px;}
.comics-cover .komiks-data {bottom: 50px; color: #999; font-size: x-small; padding: 5px; text-align: center; position: relative; opacity: 0;}
.comics-cover a:hover .komiks-data {bottom: 50px; opacity: 1; transition-duration: 0.5s; min-height: 30px; background: rgba(0,0,0,0.70);}
.comics-cover-alts {max-width: 300px !important;}
.comics-cover-alts .img-bg {width: 90px; max-height: 135px !important; min-height: 30px; height: 100px; margin: 8px 3px; display: inline-grid;}
.comics-cover-alts .komiks-data {width: 90px; color: #999; font-size: x-small; padding: 5px; text-align: center; background: rgba(0,0,0,0.00); bottom: 80px; max-height: 0px !important;}
.comics-cover-alts a:hover .komiks-data {bottom:80px; opacity:1; transition-duration:0.5s; min-height: 60px; background: rgba(0,0,0,0.70);}
.comics-info p {font-weight:bold;}
.comics-info p span {font-weight:normal; padding-left:5px;}
.comics-info p span a, .comics-short a {color: #c80000;}
.comics-info p span a:hover, .comics-short a:hover {color: #0060aa;}
.comics-short, .comics-review {margin-top:50px;}
.comics-review .comics-review-score {background:#eee; padding:20px; margin:30px 0; font-size:20px; font-weight:bold;}
.comics-review .comics-review-score span {float:right; font-size:15px; font-weight:normal; line-height: 40px; margin-right: 20px;}
.comics-review .comics-review-score img {margin-left:20px;}
.comics-pages {margin: 20px auto; background: #eee; padding: 20px;}
.comics-pages img {border: 1px solid #666; margin-right:36px;}
.comics-pages img.comics-pages-img3 {margin-right:0px;}
.komiks-crossover {margin: 20px;}
.komiks-crossover .comics-cover img {max-width: 300px; height: auto;}
.animatedtv p {font-weight:normal !important; margin-bottom:50px;}
.series-episodes ul {padding-left:0px; display: inline-block;}
.series-episodes ul li {margin: 0 15px; margin-bottom: 15px; width: 180px;}
.series-episodes ul li .img-bg {width:180px; height:135px;}
.series-episodes ul li p {font-size:medium;}
.series-episodes ul li p span {font-size:small; background: #eee; padding: 3px; display: block; margin: 5px 0;}
.series-episodes h4:last-of-type {display:none;}
.series-episodes h4:nth-of-type(2) {border-inline-start: 5px solid #0060aa;}
.series-episodes h4:nth-of-type(3) {border-inline-start: 5px solid #ffd200;}
.series-episodes h4:nth-of-type(5) {border-inline-start: 5px solid #0060aa;}
.series-episodes h4:nth-of-type(6) {border-inline-start: 5px solid #ffd200;}
.series-episodes img.film-logo {bottom:0px; position:relative; opacity:0; width:0px; height:0px; border:none !important; z-index:65;}
.series-episodes a:hover img.film-logo {bottom:100px; opacity:1; transition-duration:0.6s; width:100px; height:auto;}
.serial-lista-eps h3 {padding: 15px;}

.comics-navigation {display: flex; justify-content: space-between; align-items: center; margin: 0px auto; gap: 20px; max-width: 260px; float: none;}
.comics-navigation a {align-items: center; gap: 10px; text-decoration: none;}
.comics-navigation p.nexprelink a {color: #c80000;}
.comics-navigation p.nexprelink a:hover {color: #0060aa;}
.comics-navigation p {text-align: center; font-size: small; max-width: 98px;}
.comics-navigation img {margin-bottom: 0px;}
.prev-comic {border-right: #ccc solid 1px;}
.prev-comic, .next-comic {min-width: 130px;}

/*taxonomy-serie_komiksowe*/
.serie-komiksowe {margin-left:0px !important;}
.krypton-serie-komiksowe {display:inline-block;}
.krypton-serie-komiksowe h3.krypton-h3 {margin: 20px 30px !important; width:95% !important;}
.krypton-serie-komiksowe ul {list-style-type:none;}
.krypton-serie-komiksowe ul li {float:left; height: 180px; margin-bottom: 50px; text-align: center; width:24%;}
.krypton-serie-komiksowe ul li p {margin:0px !important;}
.krypton-serie-komiksowe ul li img {width: 220px; height: auto;}
.krypton-serie-komiksowe ul li a:hover img {opacity:0.25; filter:brightness(0); transition-duration:0.6s;}
.krypton-serie-komiksowe ul li a, .krypton-filmy ul li a, .krypton-seriale ul li a, .krypton-miniserie ul li a {color: #c80000;}
.krypton-serie-komiksowe ul li a:hover, .krypton-filmy ul li a:hover, .krypton-seriale ul li a:hover, .krypton-miniserie ul li a:hover {color: #0060aa;}
.krypton-serie-komiksowe ul li span {font-size: small;}
.krypton-miniserie {display: block; margin-bottom: 250px;}
.krypton-miniserie ul {list-style-type:none;}
.krypton-miniserie ul li {float:left; width:47%;}
.krypton-miniserie ul li:first-child {margin-right:10px;}
.krypton-miniserie ul li:first-child h3.krypton-h3 {margin-left:-10px;}
.krypton-miniserie ul.krypton-miniserie-oneshot {list-style:none;}
.krypton-miniserie ul.krypton-miniserie-oneshot li {width:100%; margin: 0px -25px;}
.krypton-miniserie-oneshot span {font-size: small; padding-left: 10px;}

/*taxonomy-events / crossovers / kolekcje*/
.archive-page-header img {max-width: 600px; margin-top: 20px;}
.komiks-crossover .comics-cover {margin-top: 38px;}

/*taxonomy-ludzie*/
.krypton-creators {margin: 20px;}
.krypton-creators ul {column-count: 3; list-style-type: none;}
.krypton-creators ul li a {color: #c80000;}
.krypton-creators ul li {}
.krypton-creators ul li a:hover {color: #0060aa;}
.komiks-tworcy ul {list-style-type: none; background-image: url(/img/Superman-by-Joe-Shuster.png); background-repeat: no-repeat; background-size: contain; background-position-x: center; background-position-y: top; min-height: 500px; padding-top: 45px;}
.komiks-tworcy ul li {background-color: #eee; margin: 20px; width: 340px; padding: 20px;}
.komiks-tworcy ul li:first-child{float: left; margin-left: 20px;}
.komiks-tworcy ul li:last-child{float: right; margin-right: 60px;}
.komiks-tworcy ul li a p {font-size: larger; font-weight: bold; text-align: center; color: #c80000;}
.komiks-tworcy ul li a:hover p {color: #0060aa;}
.komiks-tworcy ul li:first-child a p {max-width: 340px;}
.komiks-tworcy ul li a p span {font-size: small; font-weight: normal; color: #333;}
.komiks-tworcy ul li a:hover img {filter:contrast(3); transition-duration:0.6s;}

/*archive-film*/
.krypton-filmy, .krypton-seriale {margin-bottom:50px;}
.krypton-filmy ul, .krypton-seriale ul {list-style-type:none;}
.krypton-filmy ul li, .krypton-seriale ul li {text-align:center; float:left; margin-bottom:30px; max-width:270px;}
.krypton-filmy ul li img, .krypton-seriale ul li img {border: 1px solid #666;}
.krypton-filmy ul li a:hover img, .krypton-seriale ul li a:hover img {opacity:0.3; transition-duration:0.6s;}
.krypton-filmy ul li a p, .krypton-seriale ul li a p {height:50px; line-height: 22px;}
.krypton-filmy ul li a span, .krypton-seriale ul li a span {display: block; color:#fff;}
.krypton-filmy ul li a:hover span, .krypton-seriale ul li a:hover span {opacity:0.35; transition-duration:0.6s;}
.krypton-filmy .img-bg {width:220px; height:330px; margin:15px 25px;}
.krypton-seriale .img-bg {width:220px; height:165px; margin:15px 25px;}
.krypton-filmy img.film-logo, .krypton-seriale img.film-logo {bottom:0px; position:relative; opacity:0; width:0px; height:0px; border:none !important; z-index:65;}
.krypton-seriale a:hover img.film-logo {bottom:120px; opacity:1; transition-duration:0.6s; width:100px; height:auto;}
.krypton-filmy a:hover img.film-logo {bottom:200px; opacity:1; transition-duration:0.6s; width:150px; height:auto;}

/*ludzie*/
.krypton-breadcrumbs {padding: 10px;}
.film-osoba p {max-width: 280px; font-size: xx-small; margin: 0px auto; margin-top: -15px;}

/*page-informacje*/
.krypton-info ul {margin-top: 50px;}
.krypton-info ul li {width: 100%; list-style-type: none; display: inline-table;}
.krypton-info ul li img {float: left; max-height: 100px; width: auto;}
.krypton-info ul li p {float: left; margin-left: 30px; font-size: xx-large; font-weight: bolder;}
.krypton-info ul li a p {color: #c80000;}
.krypton-info ul li a:hover p {color: #0060aa;}

/*page-events*/
.comics-events {width:100% !important;}
.comics-events div.event-logo {min-height: 80px; max-height: 140px;}

/*footer*/
.krypton-footer {width: 100%; color: rgba(255,255,255,0.2); font-size: small; line-height: 18px; padding: 15px; min-height: 90px;}
.krypton-footer img.krypton-footer-logo {float: left; margin-right: 120px;}
.krypton-footer img {float:left; margin-right:30px; opacity:0.1; width:auto; height:35px;}
.krypton-footer div.footer-copy {float:left; margin-right:100px; margin-left: 60px;}
.krypton-footer a.toparrow {float:right;}
.menu-footer-home-container a, .menu-footer-komiks-container a, .menu-footer-film-tv-container a, .menu-footer-info-container a {color: #fff !important;}
.menu-footer-home-container  a:hover, .menu-footer-komiks-container a:hover, .menu-footer-film-tv-container a:hover, .menu-footer-info-container a:hover {color: #c80000 !important;}
.menu-footer-home-container, .menu-footer-komiks-container, .menu-footer-film-tv-container, .menu-footer-info-container {margin-left: 15px;}

@media (max-width: 720px) {
	.krypton-serie-komiksowe ul {margin-left:-25px;}
	.krypton-serie-komiksowe ul li {width:48%; padding: 10px;}
	.krypton-miniserie {margin-left: -25px;}
	.krypton-miniserie ul li {width: 45%;}
	.krypton-miniserie ul li:first-child {margin-right: 16px;}
		
	.streszczenia-home li {width: 115px; min-height: 205px !important;}
	.streszczenia-home .img-bg {width: 100px; height: 145px;}
	
	.seriale-animowane .img-bg, .seriale-tv .img-bg {height: 76px !important;}
	
	.filmy-area .streszczenia-home li {width: 117px; min-height: 265px !important;}
	.filmy-area .streszczenia-home li:nth-child(2), .filmy-area .streszczenia-home li:nth-child(3) {display: none;}
	.filmy-area {margin-right: -15px; height: 640;}
	
	.filmy-animowane .streszczenia-home li:nth-child(8) {display: none;}
	.filmy-animowane .streszczenia-home li:nth-child(3) {display: inline;}
	.filmy-animowane {height: 665px !important;}
	
	.seriale-animowane {height: 525px !important;}
	.seriale-animowane .streszczenia-home li, .seriale-tv .streszczenia-home li {min-height: 200px !important;}
	.seriale-animowane .streszczenia-home li:nth-child(7) {display: none;}
	.seriale-animowane .streszczenia-home li:nth-child(3) {display: inline;}
	
	.seriale-tv .homepage-area-title
	.seriale-tv {height: 300px;}
	
	.krypton-mobile-non {display: none;}
	
	.krypton-serie-komiksowe h3.krypton-h3 {margin: 0px 0px !important; width: 100% !important;}
	
	.col-md-4 div.widget {display: none !important;}
	
	.comics-cover {float: none; margin-left: 0px;}
	
	#content-footer-section .widget {float: left;}
	
	.ddd, .toparrow {display: none;}
	
	.krypton-footer div.footer-copy {float: inline-start; margin: 20px auto;}
	
	.comics-cover-alts {display: none;}
}

@media (min-width: 320px) {
  .filmy-area {height: 640px;}
  .seriale-tv{height: 300px;}
}