/*
Theme Name: e-kino!
Description: Theme for e-kino website.
Author: Jan Sušnik
Author URI: https://cv.susnik.work/
Text Domain: theme
Version: 1.0.0
*/

/* Master Stylesheet */
/* :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900");
/* :: 2.0 Import All CSS Plugins */
@import url(css/bootstrap.min.css);
@import url(css/classy-nav.css);
@import url(css/font-awesome.min.css);
@import url(css/magnific-popup.css);

* {
    margin: 0;
    padding: 0; }

/*Sticky footer*/
html {
    width: 100%;
    height: 100%; }
body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background-color: #222222;
    font-family: "Rubik", sans-serif;
    color: #ffffff; }
main {
    flex-grow: 1;
    margin-bottom: 50px; }
    @media only screen and (max-width: 991px) {
    main { margin-bottom: 40px; } }    
header, main, footer {
    flex-shrink: 0; }

/*Bootstrap grid padding*/
@media only screen and (max-width: 767px) {
.container {            
    padding-right: 20px;
    padding-left: 20px; } }
@media only screen and (max-width: 767px) {
.row {            
    margin-right: -10px;
    margin-left: -10px; } }
@media only screen and (max-width: 767px) {
.col-6, .col-12 {            
    padding-right: 10px;
    padding-left: 10px; } }

/*Type main*/
h1, h2, h3, h4, h5, h6 {    
    color: #ffffff;
    margin-top: 30px;
    line-height: 1.3;
    font-weight: 400; }
    @media only screen and (max-width: 991px) { 
    h1, h2, h3, h4, h5, h6 { ;
        margin-top: 20px; } }
h1 {  
    font-size: 30px; }
    @media only screen and (max-width: 991px) {
    h1 { font-size: 24px; } }
h2 {  
    font-size: 22px; }
    @media only screen and (max-width: 991px) {
    h2 { font-size: 18px; } }
h3 {  
    font-size: 18px; }
    @media only screen and (max-width: 991px) {
    h3 { font-size: 15px; } }
h4 {  
    font-size: 16px; }
    @media only screen and (max-width: 991px) {
    h4 { font-size: 14px; } }

p { 
    color: white;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 300;    
    margin: 20px 0 0 0 ; }  
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    p { font-size: 13px;
        margin: 15px 0 0 0 ; } }
    @media only screen and (max-width: 767px) {
    p { font-size: 12px;
        margin: 15px 0 0 0 ; } }
p a { text-decoration: underline;
    text-decoration-color: #ff5252;
    -webkit-text-decoration-color: #ff5252;}
p a:hover { text-decoration: underline; }  

b, strong { font-weight: 500; }

p.literatura { 
    color: white;
    text-indent: -40px;
    padding-left: 40px;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0; }  
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    p.literatura { font-size: 13px;
        margin-top: 10px; } }
    @media only screen and (max-width: 767px) {
    p.literatura { font-size: 12px;
        margin-top: 9px; } }

.footnote {
    vertical-align: super;
    font-size: 12px;
    line-height: 0.6; }  
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footnote { font-size: 10px;} }
    @media only screen and (max-width: 767px) {
    .footnote { font-size: 9px; } } 

.paragraph-note { 
    font-weight: 300;
    font-size: 12px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .paragraph-note { font-size: 10px; } }
    @media only screen and (max-width: 767px) {
        .paragraph-note { font-size: 9px; } } 

hr {
    margin: 20px 0; 
    border-top: 1px solid #555555; }
    @media only screen and (max-width: 991px) {
    hr { margin: 15px 0; } }  
hr.white {    
    border-top: 2px solid #ffffff; } 

a { 
    color: white;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
    a:hover,
    a:focus {     
      text-decoration: none;
      outline: 0 solid transparent;
      color: #ff5252; }

ul { 
    margin: 0; }
    ul li {
        list-style: none; }

ul.nastevanje {
    padding-left: 30px;
    margin: 0; }
    ul.nastevanje li {
        list-style: disc;
        padding-left: 10px;
        font-size: 15px;
        line-height: 1.6;
        font-weight: 300; } 
        @media only screen and (min-width: 768px) and (max-width: 991px) {
            ul.nastevanje li  { font-size: 13px; } }
        @media only screen and (max-width: 767px) {
            ul.nastevanje li { font-size: 12px; } }
        ul.nastevanje li a { text-decoration: underline;
        text-decoration-color: #ff5252;
        -webkit-text-decoration-color: #ff5252; }
        ul.nastevanje li a:hover { text-decoration: underline;
        text-decoration-color: #ff5252;
        color: #ff5252;
        -webkit-text-decoration-color: #ff5252; }

ol { 
    margin: 0; }
    ol li {
        list-style: none; }

ol.reference {
    padding-left: 30px;
    margin: 0; }
    ol.reference li {
        list-style: decimal;
        padding-left: 10px;
        font-size: 12px;
        line-height: 1.6;
        font-weight: 300;} 
        @media only screen and (min-width: 768px) and (max-width: 991px) {
            ol.reference li  { font-size: 10px; } }
        @media only screen and (max-width: 767px) {
            ol.reference li { font-size: 9px; } }
        ol.reference li a { text-decoration: underline;
        text-decoration-color: #ff5252;
        -webkit-text-decoration-color: #ff5252; }
        ol.reference li a:hover { text-decoration: underline;
        text-decoration-color: #ff5252;
        color: #ff5252;
        -webkit-text-decoration-color: #ff5252; }

.bg-fixed {
    background-attachment: fixed !important; }

input:focus {
  outline-style: none;
  outline: none;
  box-shadow: none;
  border-color: transparent; }

/*Preloader*/
.preloader {
  background-color: #222222;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999; }
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ffffff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite; }
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite; }
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite; }
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite; }
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(19px, 0); } }

#scrollUp {
    background-color: #111111;
    border-radius: 0;
    bottom: 50px;
    color: #ffffff;
    font-family: FontAwesome;
    content: "\f062";
    font-size: 28px;
    height: 40px;
    line-height: 42px;
    right: 50px;
    text-align: center;
    width: 40px;
    border-radius: 0%;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); }
    #scrollUp:hover, #scrollUp:focus {
    background-color: #ff5252;
    color: #ffffff; }
    @media only screen and (max-width: 767px) {
    #scrollUp {
        bottom: 30px;
        right: 30px;
        line-height: 32px;
        width: 30px;
        height: 30px; } }

/*Top-header-area*/
.top-header-area {
    position: relative;
    z-index: 999999;
    width: 100%;
    height: 50px;
    background-color: white; }
    @media only screen and (max-width: 767px) {
    .top-header-area {
        height: auto; } }
.top-header-area .breaking-news-area {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
    .top-header-area .breaking-news-area {        
        display: none; } }    
    .top-header-area .breaking-news-area .ticker {
        width: 100%;
        text-align: left;
        position: relative;
        overflow: hidden;
        padding-left: 0px; }      
        @media only screen and (max-width: 767px) {
            .top-header-area .breaking-news-area .ticker {
            display: none; } }
        .top-header-area .breaking-news-area .ticker ul {
            width: 100%;
            position: relative;
            z-index: 1;
            list-style: none; }
            .top-header-area .breaking-news-area .ticker ul li {
                display: none;
                padding: 0;
                width: 100%;
                font-weight: 500;
                font-size: 14px;}
                    .top-header-area .breaking-news-area .ticker ul li a {
                    display: block;
                    color: #222222; }
                    @media only screen and (min-width: 992px) and (max-width: 1199px) {
                    .top-header-area .breaking-news-area .ticker ul li a {
                        font-size: 12px; } }
                    @media only screen and (min-width: 768px) and (max-width: 991px) {
                    .top-header-area .breaking-news-area .ticker ul li a {
                        font-size: 11px; } }                    
                    .top-header-area .breaking-news-area .ticker ul li a:hover, .top-header-area .breaking-news-area .ticker ul li a:focus {
                        color: #ff5252; }
.top-header-area .top-meta-data {
    display: flex; 
    justify-content: flex-end;
    align-items: center; }
    .top-header-area .top-social-info {
        position: relative;
        line-height: 1.3;
        z-index: 1;
        margin-right: 15px; }
        @media only screen and (max-width: 480px) {
        .top-header-area .top-social-info {
            margin-right: 10px; } }
        @media only screen and (max-width: 350px) {
        .top-header-area .top-social-info {
            margin-right: 5px; } }
        .top-header-area .top-social-info a {            
            padding: 0 15px;
            color: #222222; }
            @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .top-header-area .top-social-info a {
                padding: 0 8px; } }
            @media only screen and (min-width: 768px) and (max-width: 991px) {
            .top-header-area .top-social-info a {
                padding: 0 5px;
                font-size: 13px; } }
            @media only screen and (max-width: 767px) {
            .top-header-area .top-social-info a {
                padding: 0 4px;
                font-size: 12px; } }
            .top-header-area .top-social-info a:hover, .top-header-area .top-social-info a:focus {
                color: #ff5252; }
    .top-header-area .top-search-area {
        position: relative;
        z-index: 1; }
        .top-header-area .top-search-area form {
            position: relative;
            z-index: 1;
            border-left: 1px solid #222222;
            border-right: 1px solid #222222; }
            @media only screen and (max-width: 767px) {
            .top-header-area .top-search-area form {
                border-left: 1px solid #222222;
                border-right: 1px solid #222222; } }
                .top-header-area .top-search-area form input {
                -webkit-transition-duration: 500ms;
                -o-transition-duration: 500ms;
                transition-duration: 500ms;
                width: 250px;
                height: 50px;
                border: none;
                color: #222222;
                font-size: 12px;                
                padding: 0 20px;
                background-color: transparent; }
                .top-header-area .top-search-area form input::placeholder {
                    color: #888888;
                    font-style: italic; }
                @media only screen and (min-width: 992px) and (max-width: 1199px) {
                .top-header-area .top-search-area form input {
                    width: 250px; } }
                @media only screen and (min-width: 481px) and (max-width: 991px) {
                .top-header-area .top-search-area form input {
                    width: 190px;
                    padding: 0 15px;} }
                @media only screen and (max-width: 480px) {
                .top-header-area .top-search-area form input {
                    width: 150px;
                    padding: 0 10px; } } 
                .top-header-area .top-search-area form input:focus {
                    outline: none;
                    box-shadow: none;
                    background-color: rgba(255, 82, 82, 0.1);}
                .top-header-area .top-search-area form button {
                position: absolute;
                width: auto;
                height: 50px;
                background-color: transparent;
                top: 50%;
                right: 20px;
                font-size: 16px;
                z-index: 99;
                border: none;
                cursor: pointer;
                color: #222222;
                padding: 0;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
                    .top-header-area .top-search-area form button:focus {
                    box-shadow: none; }
                    .top-header-area .top-search-area form button:hover {
                    color: #ff5252; }
    .top-header-area .shopping-cart {
        position: relative;
        z-index: 1; 
        white-space: nowrap;
        border-right: 1px solid #222222;}
        .top-header-area .shopping-cart a {
            height: 50px;
            line-height: 50px;
            display: inline-block;
            padding: 0 15px;
            color: #222222; }
            @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .top-header-area .shopping-cart a {
                padding: 0 15px; } }
            @media only screen and (min-width: 481px) and (max-width: 991px) {
            .top-header-area .shopping-cart a {
                padding: 0 15px;
                font-size: 15px; } }
            @media only screen and (max-width: 480px) {
            .top-header-area .shopping-cart a {
                padding: 0 12px;
                font-size: 15px; } }
        .top-header-area .shopping-cart a:hover, .top-header-area .shopping-cart a:focus {
            color: #ff5252; }
        #cart-number-of-items {
            display: inline-block;
            color: #ff5252;
            padding-left: 5px; }
        .cart-notice {
            padding: 30px;
            position: fixed;    
            width: 300px;
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
            background-color: white;
            transform: translate(-50%, -50%);
            right: 50%;
            left: 50%;
            top: 50%; 
            z-index: 9999; }
            @media only screen and (max-width: 767px) {
             .cart-notice { width: 260px; } }
        .cart-notice p {
            text-align: center;
            margin: 0;
            color: #222222; }
        .cart-notice-button { 
            width: 100%;
            margin: 2px 0;
            cursor: pointer;
            color: white;
            font-size: 14px;
            text-transform: uppercase;
            border: none;
            padding: 5px 10px;    
            background-color: #222222;
            -webkit-transition-duration: 500ms;
            -o-transition-duration: 500ms;
            transition-duration: 500ms; }
            @media only screen and (max-width: 767px) {
            .cart-notice-button { font-size: 12px; } }
        .cart-notice-button:hover {            
            background-color: #ff5252; }
        a.cart-notice-button { 
            display: block;
            text-align: center; }            
        a.cart-notice-button:hover {  
            color: #ffffff; }
    .top-header-area .language-selection {        
        position: relative;
        display: inline-block;
        z-index: 999999; }
    .top-header-area .language-selection ul {        
        padding: 0;
        list-style: none;}
    .top-header-area .language-selection ul li {
         padding: 0; }
        .top-header-area .language-selection ul li a.lang {
            color: #222222;
            font-size: 16px;
            font-weight: 500;
            padding-left: 15px;
            height: 50px;
            line-height: 50px; }
            @media only screen and (max-width: 480px) {
            .top-header-area .language-selection ul li a.lang {
            padding-left: 12px; } }
        .language-selection ul li a.lang:after {
            font-family: 'FontAwesome';
            content: "\f107";
            font-size: 14px;
            color: #222222;
            padding-left: 5px; }
            .language-selection ul li ul {
                padding: 0;
                list-style: none;
                position: absolute;
                background-color: white;
                box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
                -webkit-transition-duration: 300ms;
                transition-duration: 300ms;
                opacity: 0;
                visibility: hidden; }
                .language-selection ul li ul li {
                    border-bottom: 1px solid #dcdcdc;  
                    height: 40px; }
                    @media only screen and (max-width: 767px) {
                    .language-selection ul li ul li {        
                        height: 35px; } }
                    @media only screen and (max-width: 480px) {
                    .language-selection ul li ul li {
                        padding-left: 12px;
                        padding-right: 14px;; } }
                    .language-selection ul li ul li a {
                        padding-left: 15px;
                        padding-right: 15px;
                        font-weight: 400;
                        color: #222222;  
                        text-decoration: none;
                        line-height: 40px; }
                    .language-selection ul li:hover a.lang {
                        color: #ff5252; }
                    .language-selection ul li:hover ul {
                        opacity: 1;
                        visibility: visible; }
                    .language-selection ul li:hover ul li:hover a{
                        color: #ff5252; }

/* header */
.nav-brand svg polygon, .nav-brand svg path, .nav-brand svg rect {
    -o-transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
.nav-brand:hover svg polygon, .nav-brand:hover svg path, .nav-brand:hover svg rect {
    fill: #ff5252; }

.header-area {
    position: relative;
    z-index: 1000;
    width: 100%; }
    .header-area .kino-main-menu {
        position: relative;
        width: 100%; }
        .header-area .kino-main-menu .classy-nav-container {
            background-color: #222222;
            border-bottom: 1px solid #555555; }
        .header-area .kino-main-menu .classy-navbar {
            padding: 0;
            height: 80px; }
            @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .header-area .kino-main-menu .classy-navbar {
                height: 80px; } }
            @media only screen and (min-width: 768px) and (max-width: 991px) {
            .header-area .kino-main-menu .classy-navbar {
                height: 80px; } }
            @media only screen and (max-width: 767px) {
            .header-area .kino-main-menu .classy-navbar {
                height: 70px; } }
        .header-area .kino-main-menu .classy-navbar .nav-brand {
            max-width: 150px; }
            @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .header-area .kino-main-menu .classy-navbar .nav-brand {
                max-width: 120px; } }
            @media only screen and (max-width: 767px) {
            .header-area .kino-main-menu .classy-navbar .nav-brand {
                max-width: 110px; } }
        .header-area .kino-main-menu .classy-navbar .classynav ul li {
            padding: 0; }
        .header-area .kino-main-menu .classy-navbar .classynav ul li a {
            font-weight: 500;
            font-size: 16px;
            color: #ffffff;
            height: 80px;
            line-height: 80px; }
            @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .header-area .kino-main-menu .classy-navbar .classynav ul li a {
                height: 80px;
                line-height: 80px;
                font-size: 14px; } }
            @media only screen and (min-width: 768px) and (max-width: 991px) {
            .header-area .kino-main-menu .classy-navbar .classynav ul li a {
                height: 30px;
                line-height: 30px;
                font-size: 14px;
                background-color: #222222;
                border-bottom: none; } }
            @media only screen and (max-width: 767px) {
            .header-area .kino-main-menu .classy-navbar .classynav ul li a {
                height: 30px;
                line-height: 30px;
                font-size: 14px;
                background-color: #222222;
                border-bottom: none; } }
            .header-area .kino-main-menu .classy-navbar .classynav ul li a:hover, .header-area .kino-main-menu .classy-navbar .classynav ul li a:focus {
                color: #ff5252; }
            @media only screen and (min-width: 768px) and (max-width: 991px) {
            .header-area .kino-main-menu .classy-navbar .classynav ul li a:hover, .header-area .kino-main-menu .classy-navbar .classynav ul li a:focus {
                color: #ff5252; } }
                @media only screen and (max-width: 767px) {
                .header-area .kino-main-menu .classy-navbar .classynav ul li a:hover, .header-area .kino-main-menu .classy-navbar .classynav ul li a:focus {
                    color: #ff5252; } }
                .header-area .kino-main-menu .classy-navbar .classynav ul li a::after {
                    color: #ffffff; }
                .header-area .kino-main-menu .classy-navbar .classynav ul li a:hover:after {
                    color: #ff5252; }
                .header-area .kino-main-menu .classy-navbar .classynav ul li ul li a {
                    padding: 0 14px;
                    font-size: 14px;
                    font-weight: 400;
                    color: #222222;
                    line-height: 40px;
                    height: 40px; }
                    @media only screen and (min-width: 768px) and (max-width: 991px) {
                    .header-area .kino-main-menu .classy-navbar .classynav ul li ul li a {
                        color: #888888;
                        font-size: 12px;} }
                    @media only screen and (max-width: 767px) {
                    .header-area .kino-main-menu .classy-navbar .classynav ul li ul li a {
                        color: #888888; } }
            .header-area .kino-main-menu .classy-navbar .classynav ul li ul li a::after {
                color: #222222; }
            .header-area .kino-main-menu .classy-navbar .classynav ul li ul li a:hover, .header-area .kino-main-menu .classy-navbar .classynav ul li ul li a:focus {
                color: #ff5252; }

    .header-area .classy-navbar-toggler .navbarToggler span {
        background-color: #ffffff; }
    .header-area .is-sticky .kino-main-menu {
        z-index: 9999;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2); }
.breakpoint-on .classynav {
    padding-top: 70px;
    padding-bottom: 70px; }
    .breakpoint-on .classy-navbar .classy-menu {
        background-color: #222222;
        box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.2); }
    .breakpoint-on .classynav ul li .megamenu .single-mega.cn-col-4 {
        padding: 0;
        border-bottom: 1px solid #222222; }
    .breakpoint-on .classycloseIcon .cross-wrap span {
        background: #ffffff; }

.hero-area {
  position: relative;
  z-index: 1;
  width: 100%; }

.kino-nav-tab {
    position: relative;
    z-index: 1;
    background-color: #393c3d;
    width: 100%;
    height: 500px;
    overflow-x: hidden;
    overflow-y: scroll; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .kino-nav-tab {
        height: 400px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .kino-nav-tab {
        height: 350px; } }
    @media only screen and (max-width: 767px) {
    .kino-nav-tab {
        height: 300px; } }
    .kino-nav-tab .nav-link {
        padding: 0;
        padding: 15px 20px;
        border-left: 4px solid transparent; }
        .kino-nav-tab .nav-link.active {
            background-color: #222222;
            border-left-color: #ff5252; }

/* Kino breadcrumb */
.kino-breadcrumb {
    position: relative;
    z-index: 1;}
    .kino-breadcrumb .breadcrumb {    
        background-color: transparent;
        margin: 0;
        border-bottom: 1px solid #555555;    
        padding: 25px 0 6px 0; }
        @media only screen and (max-width: 991px) {
        .kino-breadcrumb .breadcrumb {        
            padding: 20px 0 3px 0; } }
        .kino-breadcrumb ol {    
            list-style: none; }
        .breadcrumb-item:first-child  {
            padding-left: 0; }
        .kino-breadcrumb .breadcrumb .breadcrumb-item {            
            color: #666666;
            font-size: 12px;
            font-weight: 400; }         
            @media only screen and (max-width: 991px) {
            .kino-breadcrumb .breadcrumb .breadcrumb-item {
                font-size: 10px;
                padding-left: 8px; } }
            @media only screen and (max-width: 991px) {
            .kino-breadcrumb .breadcrumb .breadcrumb-item:first-child {                
                padding-left: 0; } }
                .kino-breadcrumb .breadcrumb .breadcrumb-item a {
                    color: #fff;
                    font-size: 12px;
                    font-weight: 400; }
                    @media only screen and (min-width: 992px) and (max-width: 1199px) {
                    .kino-breadcrumb .breadcrumb .breadcrumb-item a {
                        font-size: 12px; } }
                    @media only screen and (min-width: 768px) and (max-width: 991px) {
                    .kino-breadcrumb .breadcrumb .breadcrumb-item a {
                        font-size: 10px; } }
                    @media only screen and (max-width: 767px) {
                    .kino-breadcrumb .breadcrumb .breadcrumb-item a {
                        font-size: 10px; } }
                .kino-breadcrumb .breadcrumb .breadcrumb-item a:hover, .kino-breadcrumb .breadcrumb .breadcrumb-item a:focus {
                    font-weight: 400;
                    color: #ff5252; }
                 .kino-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
                    content: "\f105";
                    font-family: "FontAwesome";
                    color: #fff; }

/* Main */
.section-heading {
    position: relative;  
    z-index: 1;
    border-bottom: 1px solid #555555;
    padding-top: 10px;}
    @media only screen and (max-width: 991px) {
    .section-heading {          
        padding-top: 8px} }
    .section-heading h2 {
        display: inline;
        font-size: 30px;    
        font-weight: 400; }
        @media only screen and (max-width: 991px) {
        .section-heading h2 {
            font-size: 24px; } }
.subsection-heading {
    position: relative;  
    z-index: 1;
    border-bottom: 1px solid #555555;
    padding-top: 18px;
    padding-bottom: 3px;}
    @media only screen and (max-width: 991px) {
    .subsection-heading {          
        padding-top: 13px;
        padding-bottom: 2px;} }
    .subsection-heading h3 {
        display: inline;
        font-size: 22px;    
        font-weight: 400; }
        @media only screen and (max-width: 991px) {
            .subsection-heading h3 {
            font-size: 18px; } }
.show-all {    
    float: right;
    font-size: 15px;
    font-weight: 400;
    padding-top: 12px;
    display: inline; }
    @media only screen and (max-width: 991px)  and (max-width: 1199px) {
    .show-all {
        font-size: 13px;
        padding-top: 9px; } }
    @media only screen and (max-width: 991px) {
    .show-all {
        font-size: 12px;
        padding-top: 9px; } }
    .show-all a {
        color: #666666; }
    .show-all a:hover {
        color: #ff5252; }
    .show-all a:after {
        font-family: FontAwesome;
        content: "\f105";
        font-size: 16px;
        margin-left: 10px; }
        @media only screen and (max-width: 991px) {
        .show-all a:after {
            font-size: 14px; } }
.read-more {
    line-height: 1;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    padding-top: 15px;
    margin-top: auto; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .read-more {
        font-size: 13px;
        padding-top: 10px; } }
    @media only screen and (max-width: 991px) {
    .read-more {
        font-size: 12px;
        padding-top: 8px; } }
    .read-more a {
        color: #666666; }
    .read-more a:hover {
        color: #ff5252; }
    .read-more a:after {
        font-family: FontAwesome;
        content: "\f105";
        font-size: 16px;
        margin-left: 10px; }
        @media only screen and (max-width: 991px) {
        .read-more a:after {
            font-size: 14px; } }

.img-container {
   position: relative;
   width: 100%;   
   margin-bottom: 15px;
   overflow: hidden; }
a img {     
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;    
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }
a img:hover {    
    filter: brightness(1.2); }

.single-post {
    display: flex;
    flex-direction: column;
    width: auto;   
    flex: 1; 
    padding-bottom: 30px;    
    border-bottom: 1px solid #555555; }
    @media only screen and (max-width: 991px) {
    .single-post {          
        padding-bottom: 30px; } }
.post-flex {
  display: flex;
  width: 100%; }
.paragraph-cut-4-rows {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-height: 1.6;      
    max-height: 6.4;
    margin-top: 15px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .paragraph-cut-4-rows {
    margin-top: 10px; } }
    @media only screen and (max-width: 991px) {
    .paragraph-cut-4-rows {
        margin-top: 8px; } }
.paragraph-cut-3-rows {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-height: 1.5;      
    max-height: 4.5;
    margin-top: 15px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .paragraph-cut-3-rows {
    margin-top: 10px; } }
    @media only screen and (max-width: 991px) {
    .paragraph-cut-3-rows {
        margin-top: 8px; } }
.paragraph-cut-2-rows {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-height: 1.5;      
    max-height: 4.5;
    margin-top: 15px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .paragraph-cut-2-rows {
    margin-top: 10px; } }
    @media only screen and (max-width: 991px) {
    .paragraph-cut-2-rows {
        margin-top: 8px; } }

/* manifest */
#manifest {
    padding: 50px 0 0 0 ;
    border-bottom: 2px solid #fff;}
    @media only screen and (max-width: 991px) {
    #manifest {
        padding: 40px 0 0 0 ;} }
    #manifest p {
        font-size: 15px;
        font-weight: 300;
        line-height: 1.6;
        color: #ffffff;
        margin-top: 0; }
        @media only screen and (max-width: 991px) {
        #manifest p {
            font-size: 12px; } }
    #manifest br {
        line-height: 1.6; }
    #manifest #collapseExample.collapse:not(.show) {
        display: block;
        /* height = lineheight * no of lines to display */
        height: 12.8em;
        overflow: hidden; }
    #manifest #collapseExample.collapsing {
        height: 12.8em; }
    #manifest a.collapsed:after {
        font-family: FontAwesome;
        content: "\f107";
        font-size: 30px;
        color: #ffffff;
        display:flex;
        flex-direction: row;
        align-items: center;
        justify-content: center; }
        #manifest a.collapsed:hover:after {
            color: #ff5252; }
    #manifest a:not(.collapsed):after {
        font-family: FontAwesome;
        content: "\f106";
        font-size: 30px;
        color: #ffffff;
        display:flex;
        flex-direction: row;
        align-items: center;
        justify-content: center; }
        #manifest a:not(.collapsed):hover:after {
            color: #ff5252; }

/* sidebar posts*/
.widget_eksc_latest_issues, .widget_eksc_related_posts, .widget_eksc_focusing_view_upcoming {     
    margin: 0 0 50px 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .widget_eksc_latest_issues, .widget_eksc_related_posts, .widget_eksc_focusing_view_upcoming {
        margin: 0 0 40px 0; } }
    @media only screen and (max-width: 767px) {
        .widget_eksc_latest_issues, .widget_eksc_related_posts, .widget_eksc_focusing_view_upcoming {
        margin: 40px 0; } }
.sidebar-post {
    overflow: auto; 
    display: block;
    width: 100%;    
    border-bottom: 1px solid #555555;    
    z-index: 1;
    padding-bottom: 30px;
    padding-top: 30px; }
    @media only screen and  (max-width: 991px) {
    .sidebar-post {
        padding-bottom: 20px;
        padding-top: 20px; } }
    .sidebar-post-content  { 
        margin-left: calc(35% + 20px);    
        width: calc(65% - 20px); } 
        .sidebar-post-content a .issue-title, .sidebar-post-content a .issue-subtitle {
                -webkit-transition-duration: 500ms;
                -o-transition-duration: 500ms;
                -moz-transition-duration: 500ms;
                transition-duration: 500ms; }
        .sidebar-post-content a:hover .issue-title, .sidebar-post-content a:hover .issue-subtitle {                
                color: #ff5252; }
        .sidebar-post-content .issue-title {    
            line-height: 1.3;
            margin: 5px 0 0 0;
            font-size: 22px; }
            @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .sidebar-post-content .issue-title {
                font-size: 18px;
                margin: 4px 0 0 0; } }
            @media only screen and  (max-width: 991px) {
            .sidebar-post-content .issue-title {
                font-size: 16px;
                margin: 4px 0 0 0; } }
            .sidebar-post-content .issue-subtitle {    
                line-height: 1.3;
                margin-top: 0;
                margin: 5px 0 0 0;
                font-size: 16px; }
                @media only screen and (min-width: 992px) and (max-width: 1199px) {
                .sidebar-post-content .issue-subtitle {
                    margin: 4px 0 0 0;
                    font-size: 14px; } }
                @media only screen and  (max-width: 991px) {
                .sidebar-post-content .issue-subtitle {
                    margin: 4px 0 0 0;
                    font-size: 13px; } }    
    .sidebar-post .thumbnail-sidebar {
        float: left;
        position: relative;       
        overflow: hidden;
        display: block;        
        padding-top: 24%;
        margin-right: 20px;
        width: 35%; }
        .sidebar-post .thumbnail-sidebar img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover; }   
    .sidebar-post .image-sidebar {
        float: left;
        position: relative;       
        overflow: hidden;
        display: block;
        margin-right: 20px;
        width: 35%; } 

/* issue-grid */
.issue-flex { 
    display: flex;    
    width: 100%; }
.grid-item {
    display: flex;
    flex-direction: column;
    width: auto;
    border-bottom: 1px solid #555555;
    position: relative;
    z-index: 1;
    overflow:hidden;
    margin-top: 30px;
    flex: 1;    
    transition:all .3s ease 0s}
    @media only screen and (max-width: 767px) {
    .grid-item {          
        margin-top: 20px; } }
    .grid-item:hover {
        box-shadow:0 0 10px rgba(0,0,0,.3);}
    .grid-image {
        display: block;
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 143.75%;
        overflow: hidden; }   
        .grid-image img {
        margin: auto;
        position: absolute;
        bottom: 0; 
        -o-transition: .5s ease;
        -moz-transition: .5s ease;
        -webkit-transition: .5s ease;
        transition: .5s ease; }
        .grid-item .grid-image:hover img {
            -o-transform: scale(1.02);
            -moz-transform: scale(1.02);
            -webkit-transform: scale(1.02);
            transform: scale(1.02);
            filter: brightness(1.1); }
        .grid-image a {
            display:inline-block; } 
        .grid-image .grid-social {
            text-align: center;
            position: absolute;
            padding: 3px 6px;    
            margin: 0 auto;
            bottom: 0;
            width: 100%; 
            transition:all .3s ease 0s; }
            .grid-image .grid-social li {                
                width: 100%;
                padding: 3px 0 3px 0;                
                text-align: center;
                display:inline-block;
                opacity:0;
                transition:all .7s}
            .grid-image .grid-social li:nth-child(1) {
                transition-delay:.15s;}
            .grid-image .grid-social li:nth-child(2) {
                transition-delay:.3s}
            .grid-image:hover .grid-social li {
                opacity:1;}
                .grid-image .grid-social li a, .grid-image .grid-social li button {
                    cursor: pointer;
                    border: none;
                    color:#222222;
                    background:rgba(255,255,255,.7);;
                    font-size:18px;
                    line-height:40px;
                    width:100% ;
                    height:40px;      
                    transition:all .3s ease 0s;}
                .grid-image .grid-social li a:hover, .grid-image .grid-social li button:hover {
                    color:#fff;
                    background:#ff5252;}
    .grid-item .author, .grid-item .date {
        padding-top: 10px;
        text-align: center;
        line-height: 1.3;
        margin-top: 0;
        margin-bottom: .5rem;
        font-size: 12px;
        text-transform: uppercase;
        color: #666666; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .grid-item .author, .grid-item .date {
            font-size: 10px;
            margin-bottom: .4rem; } }
        @media only screen and  (max-width: 991px) {
        .grid-item .author, .grid-item .date {
            font-size: 9px;
            margin-bottom: .35rem; } }
            .grid-item a:hover h3, .grid-item a:hover h4  {
                -webkit-transition-duration: 500ms;
                -moz-transition-duration: 500ms;
                -o-transition-duration: 500ms;
                transition-duration: 500ms;
                color: #ff5252; }
    .grid-item .issue-title {
        text-align: center;
        line-height: 1.3;
        margin-top: 0;
        margin-bottom: .5rem;
        font-size: 22px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .grid-item .issue-title {
            font-size: 18px; } }
        @media only screen and  (max-width: 991px) {
        .grid-item .issue-title {
            font-size: 16px; } } 
    .grid-item .issue-subtitle {
        text-align: center;
        margin-top: 0;
        line-height: 1.3;
        font-weight: 300;
        margin-top: 0;
        margin-bottom: .5rem;
        font-size: 16px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .grid-item .issue-subtitle {
            font-size: 14px; } }
        @media only screen and  (max-width: 991px) {
        .grid-item .issue-subtitle {
            font-size: 13px; } }
    .grid-item .price  {
        text-align: center;
        margin-top: auto;
        padding-top: 4px;
        line-height: 1.3;    
        margin-bottom: .5rem;
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        color: #666666; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .grid-item .price {
            font-size: 9px;
            margin-bottom: .4rem; } }
        @media only screen and  (max-width: 991px) {
        .grid-item .price {
            font-size: 8px;
            margin-bottom: .35rem; } }

/* issue*/
.index {    
    margin-top: 8px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .content { margin-top: 6px; } }
    @media only screen and (max-width: 767px) {
    .content { margin-top: 5px; } } 
    .index p {    
        margin-top: 0px; }
        .index p a {
            color: white;
            text-decoration: none; }
        .index p a:hover {
            color: #ff5252;
            text-decoration: none; }

    .section {
        display: inline-block;
        margin: 6px 0px;    
        background-color: #ff5252;      
        letter-spacing: 1px;
        text-transform: uppercase;
        border: none;    
        line-height: 1; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
        .section { 
            margin: 4px 0; } }
        @media only screen and (max-width: 767px) {
        .section { 
            margin: 3px 0; } } 
        .section h4 {
            padding: 4px 8px;
            text-transform: uppercase;
            margin: 0 ;
            font-size: 12px;
            font-weight: 600;
            color: #222222; }
            @media only screen and (min-width: 768px) and (max-width: 991px) {
            .section h4 { 
                font-size: 10px;
                padding: 3px 6px; } }
            @media only screen and (max-width: 767px) {
            .section h4 { 
                font-size: 9px;
                padding: 3px 6px;} }
        .index .author {
            font-size: 12px;
            text-transform: uppercase;
            color: #666666;    
            font-weight: 400; }
             @media only screen and (min-width: 768px) and (max-width: 991px) {
            .index .author { 
                font-size: 10px; } }
            @media only screen and (max-width: 767px) {
            .index .author { 
                font-size: 9px; } }

/* issue sidebar */
.sidebar-issue {    
    padding-top: 50px;}
    @media only screen and (max-width: 991px) {
    .sidebar-issue {          
        padding-top: 40px; } }
.issue-shop-btn {
    font-size: 20px;
    width: 100%;    
    background-color: #666666;
    padding: 15px ;    
    border: none;    
    line-height: 1;
    color: #222222; 
    position: relative;
    transition: .5s ease; }
    @media only screen and (max-width: 991px) {
    .issue-shop-btn { 
        font-size: 15px; padding: 12px; } }
    .issue-shop-btn:hover, .issue-shop-btn:focus {        
        background-color: #ffffff;
        border: none; } 
    .sidebar-issue .price {     
        font-size: 24px;
        margin-top: 12px;
        color: #666666;
        text-align: center; }
        @media only screen and (max-width: 991px) {
        .sidebar-issue .price { margin-top: 8px;
            font-size: 20px; } }
.issue-content, .issue-data {
    margin-top: 30px;
    padding: 6px 30px 30px 30px;
    background-color:#666666;
    color: #222222; } 
    @media only screen and (max-width: 991px) {
    .issue-content, .issue-data { 
        padding: 4px 20px 20px 20px;
        margin-top: 20px; } }
    .issue-content p, .issue-content h3 {   
        color: #222222;
        font-weight: 400}
    .issue-data p {        
        color: #222222;
        font-weight: 400;
        line-height: 1.6; }
    .issue-data p .attribute {
        text-transform: uppercase;
        margin-right: 5px;    
        font-weight: 500;
        font-size: 11px;
        color: #222222; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
        .issue-data p .attribute { font-size: 10px;
            margin-right: 4px; } }
        @media only screen and (max-width: 767px) {
        .issue-data p .attribute { font-size: 9px;
            margin-right: 3px; } }
    .issue-content h3 {        
        margin: 10px 0 5px 0; }
        @media only screen and (max-width: 991px) {
        .issue-content h3 { 
            margin: 8px 0 5px 0; } }

/*Article*/
.article-heading {
    position: relative;  
    z-index: 1;
    border-bottom: 1px solid #555555;
    padding-top: 10px; }
    @media only screen and (max-width: 991px) {
    .article-heading {          
        padding-top: 8px; } }
    .article-heading h1 {
        display: inline;
        font-size: 30px;    
        font-weight: 400; }
    @media only screen and (max-width: 991px) {
    .article-heading h1 {
        font-size: 24px; } }
.article-subheading {
    position: relative;  
    z-index: 1;
    border-bottom: 1px solid #555555;
    padding-top: 18px;
    padding-bottom: 3px;}
    @media only screen and (max-width: 991px) {
    .article-subheading {          
        padding-top: 13px;
        padding-bottom: 2px;} }
    .article-subheading h2 {
        display: inline;
        font-size: 22px;    
        font-weight: 400; }
        @media only screen and (max-width: 991px) {
            .article-subheading h2 {
            font-size: 18px; } }
.article-midheading {
    position: relative;   
    z-index: 1;  
    margin-top: 30px;
    margin-bottom: 0px;    
    font-size: 20px;    
    font-weight: 400; }
    @media only screen and (max-width: 991px) {
    .article-midheading {
        margin-top: 20px;
        margin-bottom: 0px;
        font-size: 16px; } }
.article-heading-grid {
    margin: 5px 0 0 0; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .article-heading-grid {        
        margin: 4px 0 0 0; } }
    @media only screen and  (max-width: 991px) {
    .article-heading-grid  {        
        margin: 4px 0 0 0; } }
    .article-heading-grid h1 { 
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    transition-duration: 500ms;
    margin: 0;    
    font-size: 22px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .article-heading-grid h1 {
        font-size: 18px;} }
    @media only screen and  (max-width: 991px) {
    .article-heading-grid h1 {
        font-size: 16px; } }
.article-subheading-grid {
    margin: 5px 0 0 0; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .article-subheading-grid {        
        margin: 4px 0 0 0;} }
    @media only screen and  (max-width: 991px) {
    .article-subheading-grid {        
        margin: 4px 0 0 0;} }
    .article-subheading-grid h2 {
    line-height: 1.6;
    font-weight: 300;
    margin: 0;    
    font-size: 16px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .article-subheading-grid h2 {
        font-size: 15px; } }
    @media only screen and  (max-width: 991px) {
    .article-subheading-grid h2 {
        font-size: 13px; } } 
.article-heading-side {    
    line-height: 1.3;}
    .article-heading-side h3 {
    margin: 5px 0 0 0;    
    font-size: 16px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .article-heading-side h3 {
        font-size: 14px;
        margin: 4px 0 0 0; } }
    @media only screen and  (max-width: 991px) {
    .article-heading-side h3 {
        font-size: 13px;
        margin: 4px 0 0 0; } }
.article-data {       
    text-transform: uppercase;
    color: #666666;
    line-height: 100%; }   
.data-small a {
    margin-bottom: 5px;
    color: #666666;    
    font-size: 12px; }
    @media only screen and (max-width: 991px) {
    .data-small a {
        font-size: 10px;
        margin-bottom: 4px; } }
.data-big {     
    padding: 26px 0 6px 0 ; 
    border-bottom: 1px solid #555555; }
    @media only screen and (max-width: 991px) {
    .data-big {          
        padding: 19px 0 3px 0; } }
.data-big a {    
    color: #666666;
    font-size: 14px; }
    @media only screen and (max-width: 991px) {
    .data-big a {          
          font-size: 12px; } }
.article-data a:hover  {    
    color: #ff5252; } 
.article-data > *::after {    
    content: "/";    
    margin-left: 10px;
    margin-right: 10px; }
    @media only screen and (min-width: 577px) and (max-width: 991px) {
    .article-data > *::after  {          
          margin-left: 8px;
        margin-right: 8px; } }
    @media only screen and (max-width: 576px) {
    .article-data > *::after  {          
          margin-left: 6px;
        margin-right: 6px; } }
.article-data > *:last-child::after {
    content: none;}
.article-tags {
    clear: both;
    margin-top: 20px;
    padding-bottom: 3px;
    border-bottom: 1px solid #555555; }
    @media only screen and (max-width: 991px) {
    .article-tags .tag a { 
        padding-bottom: 2px;
        margin-top: 15px; } } 
.article-tags .tag a {
    display: inline-block;    
    margin: 3px 6px 3px 0;
    font-size: 12px;
    font-weight: 600;    
    white-space: nowrap;
    text-transform: uppercase;
    background-color: #ffffff;
    color: #222222; 
    padding: 4px 8px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .article-tags .tag a { 
        font-size: 10px; 
        padding: 3px 6px; 
        margin: 2px 4px 2px 0; } }
    @media only screen and (max-width: 767px) {
    .article-tags .tag a { 
        font-size: 9px; 
        padding: 3px 6px; 
        margin: 2px 4px 2px 0; } }    
.article-tags .tag a:hover{     
    background-color: #ff5252; }
.article-share {
    float: right; }
.article-share .share-icon {     
    width: 24px;
    height: 24px;
    border-radius: 50%; 
    background-color: #666666;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #222222; 
    margin: 6px 3px;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms; }
.article-share .facebook { 
    font-family: FontAwesome;    
    content: "\f09a"; }
.article-share .twitter { 
    font-family: FontAwesome;
    content: "\f081"; }
.article-share .mail { 
    font-family: FontAwesome;
    content: "\f0e0"; }
.article-share .share-icon:hover {    
    background-color: #ff5252; }

/*Figures*/
figure a {
    display: block;
    overflow: hidden; }
.figure-full {      
    display: block;
    clear: both;
    width: 100%;
    overflow: hidden;
    margin: 30px 0 10px 0; }
    @media only screen and (max-width: 991px) {
    .figure-full {          
        width: 100%;
        margin: 20px 0px 10px 0; } }
.figure-full .image-container {
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 56.6%; } 
.figure-full .image-container img {          
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; } 
.figure-left {
    display: inline-block;
    float: left;
    overflow: hidden;
    width: calc(50% - 15px);
    margin: 25px 30px 25px 0; }
    @media only screen and (max-width: 991px) {
    .figure-left {          
        width: 100%;
        margin: 20px 0px 20px 0; } }
.figure-right {
    display: inline-block;
    float: right;
    overflow: hidden;
    width: calc(50% - 15px);
    margin: 25px 0px 25px 30px; }
    @media only screen and (max-width: 991px) {
    .figure-right {          
        width: 100%;
        margin: 20px 0px 20px 0; } }
.sidebar-figure {     
    display: block;
    width: 100%;    
    margin: 50px 0; }
    @media only screen and (max-width: 991px) {
    .sidebar-figure {          
        margin: 40px 0; } }
.wp-block-image figcaption {
    margin: 10px 0 0 0 !important; }
    @media only screen and (max-width: 991px) {
    .wp-block-image figcaption {          
        margin: 8px 0 0 0 !important; } }
.wp-block-embed figcaption {
    margin: 10px 0 0 0 !important; }
    @media only screen and (max-width: 991px) {
    .wp-block-embed figcaption {          
        margin: 8px 0 0 0 !important; } }
figcaption {    
    font-weight: 400;
    font-size: 12px;   
    color: #666666; }
    @media only screen and (max-width: 991px) {
    figcaption {          
        font-size: 10px; } }
figcaption::before {
    font-family: FontAwesome; 
    content: "\f030";
    margin: 0 5px 0 0; }
.wp-block-embed-youtube figcaption::before, wp-block-embed-vimeo figcaption::before {
    font-family: FontAwesome; 
    content: "\f03d" !important;
    margin: 0 5px 0 0; }

/*Article grid*/
.article-grid-item:last-child {    
    margin-bottom: 50px; }
    @media only screen and (max-width: 991px) {
    .article-grid-item:last-child { 
    margin-bottom: 40px; } } 
.single-post-grid {
    display: block;
    width: 100%;    
    border-bottom: 1px solid #555555;
    overflow: auto;    
    padding-bottom: 30px;
    padding-top: 30px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-post-grid { 
    padding-bottom: 20px;
    padding-top: 20px; } }
    @media only screen and  (max-width: 776px) {
    .single-post-grid {
        flex-direction: column;
        padding-bottom: 20px;
        padding-top: 20px; } }
.figure-grid {
    float: left;
    position: relative;       
    overflow: hidden;
    display: block;
    margin: 0 30px 0 0;
    width: 30%;
    padding-top: 20%; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .figure-grid { 
    padding-top: 21%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .figure-grid { 
    margin: 0 20px 0 0;
    padding-top: 21%; } } 
    @media only screen and (max-width: 767px) {
    .figure-grid {
    width: 35%;    
    padding-top: 21%;
    margin: 0 20px 0 0; } }     
    .figure-grid img {
        position: absolute;
        vertical-align: middle;
        top: 0;
        left: 0;         
        width: 100%;
        height: 100%;
        object-fit: cover; }  
.article-grid-content {
    margin-left: calc(30% + 30px);    
    width: calc(70% - 30px); }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .article-grid-content { 
    margin-left: calc(30% + 20px);
    width: calc(70% - 20px); } }
    @media only screen and (max-width: 767px) {
    .article-grid-content { 
    margin-left: calc(35% + 20px);
    width: calc(65% - 20px); } }
.article-heading-grid h1:hover {      
      text-decoration: none;      
      color: #ff5252; }
@media only screen and (max-width: 991px) {
.article-grid-content p {
    display: none; } }

/*Search grid*/

.search-grid-content {
    margin-left: 0;    
    width: 100%; }
@media only screen and (max-width: 991px) {
.article-grid-item .search-grid-content p {
    display: none; } }

/* Brenkovo*/
img.static {     
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none; }
img.static:hover {     
    opacity: 1; }
.brenkovo {        
    margin: 50px 0; }
    @media only screen and (max-width: 991px) {
    .brenkovo {        
    margin: 40px 0; } }
.award:first-child {
    border-top: 1px solid #555555; }   
.award {
    display: flex;
    width: 100%; 
    align-items: baseline;     
    background-color: #282828;
    border-bottom: 1px solid #555555; }   
.award:hover {    
    background-color: #ff5252; }
    .award .year {
        flex-grow: 1;
        padding: 16px 0px 0 10px;
        width: 20%;    
        font-size: 22px;
        color: #ff5252; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .award .year {
            font-size: 20px;
            padding: 19px 0 0 10px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
        .award .year {
            font-size: 16px;
            padding: 15px 0 0 8px; } }
        @media only screen and (max-width: 767px) {
        .award .year {
            font-size: 14px;
            padding: 18px 0 0 8px; } }
    .award:hover .year {
        color: #ffffff; }
    .award:hover .recepient, .award:hover .achievement {
        color: #ffffff; }
    .award .recepient {    
        width: 30%;
        font-size: 16px;
        font-weight: 400; }
    .award .achievement {    
        width: 50%;
        font-size: 16px;
        font-weight: 400; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .award .recepient, .award .achievement {
            font-size: 14px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
        .award .recepient, .award .achievement {
            font-size: 12px; padding-bottom: 2px; } }
        @media only screen and (max-width: 767px) {
        .award .recepient, .award .achievement {
            font-size: 11px; padding-bottom: 1px; } }

/* Footer */
.footer-area { 
    z-index: 1;
    background-color: white;
    padding-top: 50px;}
    @media only screen and (max-width: 991px) {
    .footer-area {        
        padding-top: 40px; } }
.footer-area .footer-widget {
    position: relative;
    z-index: 1;
    padding-bottom: 50px; }
    @media only screen and (min-width: 768px) and (max-width: 991px)  {
    .footer-area .footer-widget {
        padding-bottom: 40px; } }
    @media only screen and (max-width: 767px) {
    .footer-area .footer-widget {
        padding-bottom: 20px; } }
    @media only screen and (max-width: 767px) {
    .footer-social-area {
        padding-bottom: 20px; } }
.footer-area .footer-widget .footer-widget-title {
    font-size: 18px;
    font-weight: 500;
    color: #222222;  
    margin-bottom: 5px;
    margin-top: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #888888 ;}
    @media only screen and (max-width: 991px) {
    .footer-area .footer-widget .footer-widget-title {
        font-size: 16px;
        margin-top: 0px; } }
.footer-area .footer-widget .footer-widget-title-nl {
    font-size: 18px;
    font-weight: 500;
    color: #222222; 
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
    border-bottom: none; }
    @media only screen and (max-width: 991px) {
    .footer-area .footer-widget .footer-widget-title-nl {
        font-size: 16px;
        margin-top: 0px; } } 
.footer-area .footer-widget .footer-item p, .footer-area .footer-widget .footer-item p a {
    font-size:12px;
    margin: 0;
    line-height: 1.8;    
    color: #222222 ;
    font-weight: 400;
    text-decoration: none; }
    @media only screen and (max-width: 991px) {
    .footer-area .footer-widget .footer-item p, .footer-area .footer-widget .footer-item p a {
        font-size: 10px; } } 
.footer-area .footer-widget .footer-item p a:hover, .footer-area .footer-widget .footer-item p a:focus {
    text-decoration: none;
    color: #ff5252; }
.footer-area .footer-widget .footer-nl-area {
    position: relative;
    z-index: 1; }
.footer-area .footer-widget .footer-nl-area form input {
    width: 100%;
    height: 40px;
    margin: 0;
    font-size: 12px;
    background-color: white; 
    border-radius: 0;
    padding: 0 15px;
    color: #222222;
    border: 1px solid #888888; }    
    @media only screen and (max-width: 991px) {
    .footer-area .footer-widget .footer-nl-area form input {
        font-size: 10px;
        height: 30px;
        padding: 0 10px;} }
.footer-area .footer-widget .footer-nl-area form input::placeholder{
    color: #888888;
    font-style: italic; }  
.footer-area .footer-widget .footer-nl-area form input:focus {
    box-shadow: none;
    outline: none;
    background-color: rgba(255, 82, 82, 0.1); }
.footer-area .footer-widget .footer-nl-area form button {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    color: #222222;
    z-index: 10;
    font-size: 16px;
    top: 0;
    right: 0;
    border: 1px solid #888888;
    cursor: pointer;}
    @media only screen and (max-width: 991px) {
    .footer-area .footer-widget .footer-nl-area form button {
        font-size: 14px;
        width: 30px;
        height: 30px; } }
.footer-area .footer-widget .footer-nl-area form button:hover, .footer-area .footer-widget .footer-nl-area form button:focus {    
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    transition-duration: 500ms; 
    background-color: #ffffff;    
    color: #ff5252; }
.footer-area .footer-widget .footer-social-area {
    position: relative;    
    z-index: 1; }
.footer-area .footer-widget .footer-social-area a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #888888; 
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff; 
    color: #222222;
    font-size: 16px;
    margin-top: 10px; 
    margin-right: 5px; }
    @media only screen and (max-width: 991px) {
    .footer-area .footer-widget .footer-social-area a {
        margin-top: 8px;
        margin-right: 4px;
        font-size: 14px;
        width: 30px;
        height: 30px ;} }
.footer-area .footer-widget .footer-social-area a:hover, .footer-area .footer-widget .footer-social-area a:focus {
    color: #ff5252;  }
.copywrite-area { 
     z-index: 1;
     background-color: #222222;     
     padding: 10px 0; }
.copywrite-area p { 
    margin: 0;    
    color: #666666;
    font-size: 12px; }
    @media only screen and (max-width: 991px) {
    .copywrite-area p {
        font-size: 10px; } }

/* Naročanje */
#orderForm {
    position: relative;
    margin-top: 30px; }
    @media only screen and (max-width: 991px) {
    #orderForm  {
        margin-top: 20px; } }
.order-form-labels {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    z-index: 2; }
.label-wrap, .label-conditions {
    display: flex;
    flex-basis: 0;  
    line-height: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
    position: relative;
    align-items: center;
    height: 50px;
    padding-left: 30px;    
    border-bottom: 1px solid #555555; 
    cursor: pointer;
    font-size: 15px;
    color: #888888;
     -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .label-wrap, .label-conditions {
        padding-left: 24px;
        font-size: 13px; } }
    @media only screen and (max-width: 767px) {
        .label-wrap, .label-conditions {
        padding-left: 24px;
        font-size: 12px; } }
.label-wrap input, .label-conditions input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
.checkmark {
    position: absolute;   
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #888888;
    border-radius: 50%;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (max-width: 991px) {
        .checkmark {
        height: 16px;
        width: 16px; } }
.label-wrap:hover {
  color: #f2f2f2; }
.label-wrap:hover input ~ .checkmark {
  background-color: #f2f2f2; }
.label-wrap input:checked ~ .checkmark {
  background-color: #ff5252; }
.label-conditions input:hover ~ .checkmark {
  background-color: #f2f2f2; }
.label-conditions input:checked ~ .checkmark {
  background-color: #ff5252; }
.label-conditions input ~ .checkmark:after {
  font-family: FontAwesome;
  content: "\f00c";
  color: #222222;    
  position: absolute;
  font-size: 14px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none; }
  @media only screen and (max-width: 767px) {
        .label-conditions input ~ .checkmark:after {
        font-size: 11px; } }
.label-conditions input:checked ~ .checkmark:after {
  display: block; }
.label-conditions a {
  color: inherit;
  text-decoration: underline; 
  text-decoration-color: #ff5252;
  -webkit-text-decoration-color: #ff5252; }
.label-conditions a:hover {
  color: #ff5252; }
.order-row {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    z-index: 2; }
    @media only screen and (max-width: 767px) {
        .order-row {        
        flex-direction: column; } }
.order-form-control {
    display: flex;    
    flex-basis: 0;    
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
    padding: 0;
    position: relative;    
    height: 50px;
    width: 100%;
    border: none;
    overflow:hidden; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .order-form-control {
        height: 40px; } }
    @media only screen and (max-width: 767px) {
        .order-form-control {
        height: 40px;
        flex-basis: inherit; } }
    .order-form-control input::placeholder {
        color: #888888;
        opacity: 1; }
.order-form-control input:focus {
    background-color: #222222;
    color: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    border-color: #ffffff; }
.order-form-control input { 
    padding: 0 0 0 30px;    
    z-index: 2;    
    width: 100%;
    color: #ffffff;
    background-color: #222222;
    font-size: 15px;    
    padding: 0 0 0 30px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #555555;    
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;    
    border-radius: 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .order-form-control input {
        height: 40px;
        padding: 0 0 0 24px;
        font-size: 13px; } }
    @media only screen and (max-width: 767px) {
        .order-form-control input {
        height: 40px;
        flex-basis: inherit;
        padding: 0 0 0 24px;
        font-size: 12px; } }
.order-form-control input::placeholder {
       color: #888888; }
.order-form-control input:focus {
    background-color: #222222;
    color: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    border-color: #ffffff; }
.invalid input::after {
    position: absolute;
    right: 0;
    content: "\f12a";
    font-family: FontAwesome; } }
select.order-form-control input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none; }
.order-form-control .exclam::after, .order-form-control.success .exclam::after {
    z-index: 10;
	visibility: hidden;
    font-family: FontAwesome;
    content: "\f12a";
    font-size: 16px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ff5252; }
.order-form-control.invalid .exclam::after {    
	visibility: visible; }
.order-form-control .check::after, .order-form-control.invalid .check::after {
    z-index: 10;
	visibility: hidden;
    font-family: FontAwesome;
    content: "\f00c";
    font-size: 16px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #666666; }
.order-form-control.success .check::after {    
	visibility: visible; }
.order-form-control.invalid small {
	visibility: visible; }
.order-form-control.success small {
	visibility: hidden; }
.order-form-labels {    
    position: relative; }
.order-form-control small, .order-form-labels small {
    z-index: 10;
    position: absolute;
    bottom: 3px;
    left: 30px;
    font-size: 10px;
    color: #ff5252; }
    @media only screen and (max-width: 991px) {
        .order-form-control small, .order-form-labels small {
        left: 25px;
        font-size: 9px; } }
.order-form-control.invalid input {
  border-bottom-color: #ff5252; }
.order-comment {
    display: block;   
    margin: 0;
    position: relative;
    z-index: 2;    
    width: 100%;
    color: #ffffff;
    background-color: #222222;
    font-size: 15px;    
    padding: 15px 30px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #555555;    
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    transition-duration: 500ms;    
    border-radius: 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .order-comment {        
        padding: 12px 24px;
        font-size: 13px; } }
    @media only screen and (max-width: 767px) {
        .order-comment {        
        flex-basis: inherit;
        padding: 12px 24px;
        font-size: 12px; } }
.order-comment::placeholder {
    color: #888888;
    opacity: 1; }
.order-comment:focus {
    outline: none; 
    background-color: #222222;
    color: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    border-color: #ffffff; }
select.order-comment {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none; }
.submit-btn {
    margin-top: 50px;
    font-size: 18px;    
    width: 100%;    
    background-color: #666666;
    padding: 15px ;    
    border: none;    
    line-height: 1;
    color: #222222; 
    position: relative;
    transition: .5s ease; }
    @media only screen and (max-width: 991px) {
    .submit-btn {
        margin-top: 40px;
        font-size: 15px; 
        padding: 12px; } }
    .submit-btn:hover {
        cursor: pointer;
        background-color: #ff5252;
        border: none; } 
#successNotice { 
    font-size: 20px;    
    width: 100%; 
    padding: 20px 0;    
    border: none;    
    line-height: 1;
    color: #ff5252;
    transition: .5s ease; }
    @media only screen and (max-width: 991px) {
    #successNotice {        
        font-size: 16px; 
        padding: 15px 0; } }

/*Košarica Tabs*/
.tab {
  display: none; }
.tab-list {
    display: flex;    
    width: calc(100% - 20px);
    height: 50px;
    margin: 30px 0;
    flex-direction: row;       
    list-style: none; }
    @media only screen and (max-width: 991px) {
        .tab-list {
        height: 40px;
        margin: 20px 0;
        width: calc(100% - 15px); } } 
.tab-list-item {
    background-color: #666666;
    margin-right: 5px;    
    height: 100%;
    display: flex;    
    flex: 1; 
    justify-content: center;
    align-items: center;
    position: relative;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    transition-duration: 500ms; }
.tab-list-item::after {
    content: "";    
    display: table;
    position: absolute;    
    width: 0;
    height: 0;
    margin: 0;
    border-left: 25px solid #666666;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    transition-duration: 500ms; 
    border-right: 0;
    top: 0;
    left: 100%;
    z-index: 10; }
    @media only screen and (max-width: 991px) {
        .tab-list-item::after {
        border-left: 20px solid #666666;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent; } }
.tab-list-item::before {
    content: "";
    display: inline-block;
    position: absolute;    
    color: #222222;
    width: 0;
    height: 0;
    margin: 0;
    border-left: 25px solid #222222;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    transition-duration: 500ms;    
    border-right: 0;
    top: 0;
    left: calc(100% + 5px) ;
    z-index: 5; }
    @media only screen and (max-width: 991px) {
        .tab-list-item::before  {
        border-left: 20px solid #222222;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent; } }
.tab-list-link {   
    color: #222222;    
    display: inline-flex;
    justify-content: center;
    align-items: center; }
.tab-list-link .step {
    display: flex;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    height: 36px;
    width: 36px;  
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #222222;
    margin-right: 10px; }
.tab-list-link .step, .tab-list-link .desc {
    font-size: 16px; }
    @media only screen and (min-width: 768px) and (max-width: 991px)  {
        .tab-list-link .step {
        font-size: 14px;
        height: 30px;
        width: 30px; } }
    @media only screen and (max-width: 767px) {
        .tab-list-link .step {        
        display: none; } }
    @media only screen and (min-width: 768px) and (max-width: 991px)  {
        .tab-list-link .desc  {
        font-size: 14px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .tab-list-link .desc  {        
        font-size: 12px;
        padding-left: 10px;} }
    @media only screen and (max-width: 480px) {
        .tab-list-link .desc  {        
        font-size: 10px;
        padding-left: 10px;} }
.tab-list .active {
    background-color: #999999;
    color: #222222; }
.tab-list-item.active::after {
    border-left: 25px solid #999999; }
    @media only screen and (max-width: 991px) {
        .tab-list-item.active::after  {
        border-left: 20px solid #999999; } }
.tab-list-item.finish {
    background-color: #999999;
    color: #222222; }
.tab-list-item.finish::after {
    border-left: 25px solid #999999; }
    @media only screen and (max-width: 991px) {
        .tab-list-item.finish::after  {
        border-left: 20px solid #999999; } }
    .tab-list-item.finish .step {        
        font-size: 0px; }
        .finish .step::after {
        font-size: 15px;   
        font-family: FontAwesome;
        content: "\f00c"; }
        @media only screen and (min-width: 768px) and (max-width: 991px)  {
        .finish .step::after  {
        font-size: 14px;
        font-family: FontAwesome;
        content: "\f00c"; } }
.prev-next {
    display: inline-flex;
    width: 100%; } 
.navigate-btn {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    transition-duration: 500ms;
    cursor: pointer;
    font-size: 16px; }
    @media only screen and (min-width: 768px) and (max-width: 991px)  {
        .navigate-btn {
        font-size: 14px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .navigate-btn  {        
        font-size: 12px; } }
    @media only screen and (max-width: 480px) {
        .navigate-btn  {        
        font-size: 10px; } }
.navigate-btn:hover {    
    background-color: #ff5252; }
.prev-btn:hover::before {
    border-right: 25px solid #ff5252; }
    @media only screen and (max-width: 991px) {
        .prev-btn:hover::before {
        border-right: 20px solid #ff5252; } }
.next-btn:hover::after {
    border-left: 25px solid #ff5252; }
    @media only screen and (max-width: 991px) {
        .next-btn:hover::after {
        border-left: 20px solid #ff5252; } } 
.prev-btn {
    position: relative;
    width: calc(50% - 27px);
    height: 50px;
    background-color: #666666;
    border: none;
    color: #222222;
    margin: 50px 2px 50px 25px;
    text-align: center;} 
    @media only screen and (max-width: 991px) {
        .prev-btn {
        height: 40px;
        margin: 40px 2px 40px 20px;
        width: calc(50% - 22px); } }
a.prev-btn {
    line-height: 50px;
    color: #222222; } 
    @media only screen and (max-width: 991px) {
        a.prev-btn {
        line-height: 40px; } }
a.prev-btn:hover {
    color: #222222; } 
.prev-btn::before {
    content: "";       
    position: absolute;
    width: 0;
    height: 0;
    border-right: 25px solid #666666;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    transition-duration: 500ms; 
    border-left: 0;
    top: 0;
    right: 100%;
    z-index: 10; }
    @media only screen and (max-width: 991px) {
        .prev-btn::before {
        border-right: 20px solid #666666;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent; } }
.next-btn {
    position: relative;
    width: calc(50% - 27px);
    height: 50px;
    background-color: #666666;
    border: none;
    color: #222222;
    margin: 50px 0px 50px 2px;
    text-align: center; } 
    @media only screen and (max-width: 991px) {
        .next-btn {
        height: 40px;
        margin: 40px 0px 40px 2px;
        width: calc(50% - 22px); } }
.next-btn::after {
    content: "";    
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 25px solid #666666;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    transition-duration: 500ms; 
    border-right: 0;
    top: 0;
    left: 100%;
    z-index: 10; }
    @media only screen and (max-width: 991px) {
        .next-btn::after {
        border-left: 20px solid #666666;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent; } }
input.invalid {
  border-bottom-color: #ff5252; }

/*Košarica*/
button:focus {
    outline: 0; }
.basket-labels,
.totals-item, 
.price-total {    
    border-bottom: 1px solid #555555;
    width: 100%;
    height: 50px;
    color: #888888;
    padding-top: 22px;
    font-size: 15px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .basket-labels,
        .totals-item,        
        .price-total {
        height: 40px;
        padding-top: 17px;
        font-size: 13px; } }
    @media only screen and (max-width: 767px) {
        .basket-labels,
        .totals-item,        
        .price-total {        
        height: 40px;
        padding-top: 20px;
        font-size: 12px; } }
    @media only screen and  (max-width: 576px) {
        .basket-labels {
         display: none; } }
.totals-item,
.price-total {    
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
.basket-labels ui {     
    list-style: none;
    margin: 0;
    padding: 0; }
.basket-labels li {
    float: left;
    display: inline-flex; }
.basket-product {
    box-sizing: border-box;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #555555;
    display: inline-flex; }
    @media only screen and (max-width: 991px) {
        .basket-product {
        position: relative;
        padding: 20px 0; } }
.label-item {
    width: 52%;
    display: inline-flex; }
.label-price,
.label-quantity,
.label-subtotal {
    width: 12%;
    font-size: 15px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .label-price,
        .label-quantity,
        .label-subtotal {        
        font-size: 13px; } }
    @media only screen and (max-width: 767px) {
        .label-price,
        .label-quantity,
        .label-subtotal {
        font-size: 12px; } }
    @media only screen and  (max-width: 576px) {
        .label-price,
        .label-quantity,
        .label-subtotal {
        display: block;
        width: 70%;
        padding-left: 20px; } }
.label-mobile {    
    display: none; }
    @media only screen and  (max-width: 576px) {
    .label-mobile {
    padding-left: 20px;
    display: inline-flex;
    justify-content: space-between;
    padding-right: 6px;
    align-items: baseline;
    font-size: 9px;
    color: #888888; } }
.product-removal {
    width: 13.63%;
    font-size: 15px; }
.product-price-wrap,
.product-quantity,
.product-line-price-wrap {
    width: 33.33%;
    font-size: 15px; }
    @media only screen and  (max-width: 576px) {
        .product-removal { 
        width:auto;
        position: absolute;
        float: right;
        bottom: 0 ;
        right: 0 ; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .product-price-wrap,
        .product-quantity,
        .product-line-price-wrap,
        .product-removal {        
        font-size: 13px; } }
    @media only screen and (max-width: 767px) {
        .product-price,
        .product-quantity,
        .product-line-price-wrap,
        .product-removal {
        font-size: 12px; } }
    @media only screen and  (max-width: 576px) {
        .product-price,
        .product-quantity,
        .product-line-price-wrap {
        display: flex;
        flex-direction: row;
        margin-right: 5px;
        flex-wrap: nowrap;        
        align-items: baseline; } }
.product-price-wrap {
    flex-direction: column; }
     @media only screen and  (max-width: 576px) {
    .product-price-wrap {        
        flex-direction: row; } }
.basket-image {    
    width: 12%; }
    @media only screen and  (max-width: 576px) {
    .basket-image {
        width: 30%; } }
.basket-data {
    width: 88%;
    display: inline-flex; }
    @media only screen and  (max-width: 576px) {
    .basket-data {
        display: flex;        
        flex-direction: column;
        justify-content: space-between;
        position: relative;
        width: 70%; } }
.basket-item-details {    
    width: calc(45.45% - 30px);
    margin-left: 30px; }
    @media only screen and (max-width: 991px) {
        .basket-item-details {
        width: calc(45.45% - 20px);
        margin-left: 20px; } }
    @media only screen and  (max-width: 576px) {
        .basket-item-details {
        width: 60%; } }
    .basket-item-details .author, .basket-item-details .date {
        line-height: 1.3;
        vertical-align: text-top;
        margin-top: 0;
        margin-bottom: .5rem;
        font-size: 12px;
        text-transform: uppercase;
        color: #888888; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .basket-item-details .author, .basket-item-details .date {
            font-size: 10px;
            margin-bottom: .4rem; } }
        @media only screen and  (max-width: 991px) {
        .basket-item-details .author, .basket-item-details .date {
            font-size: 9px;
            margin-bottom: .35rem; } }
    .basket-item-details .issue-title {        
        line-height: 1.3;
        margin-top: 0;
        margin-bottom: .5rem;
        font-size: 22px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .basket-item-details .issue-title {
            line-height: 1.1;
            font-size: 18px; } }
        @media only screen and  (max-width: 991px) {
        .basket-item-details .issue-title {
            line-height: 1;
            font-size: 16px; } } 
    .basket-item-details .issue-subtitle {        
        margin-top: 0;
        line-height: 1.3;
        font-weight: 300;
        margin-top: 0;
        margin-bottom: .5rem;
        font-size: 16px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .basket-item-details .issue-subtitle {
            font-size: 14px; } }
        @media only screen and  (max-width: 991px) {
        .basket-item-details .issue-subtitle {
            font-size: 13px; } }
.item-pricing {
    display: inline-flex;
    width: 40.9%; }
    @media only screen and  (max-width: 576px) {
    .item-pricing {
        width: 100%;
        display: flex;        
        flex-direction: column; 
        align-self: flex-end;
        justify-content: space-between; } }
.product-quantity, .product-price-wrap, .product-line-price-wrap {
    display: flex;
    align-items: flex-start; }
    @media only screen and  (max-width: 576px) {
        .product-quantity, .product-price-wrap, .product-line-price-wrap {
        align-items: baseline;} }
.product-quantity input{
    width: 2em;
    text-align: center;
    border: none;    
    background-color: #222222;
    color: #ffffff; }
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
input[type=number] {
    -moz-appearance:textfield; }
.product-removal button,
.product-subtract,
.product-add {     
    background-color: #222222;
    border: none;
    color: #888888;    
    font-weight: 500;
    text-decoration: none;    
    cursor: pointer;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    transition-duration: 500ms; }
.product-subtract:hover,
.product-add:hover,
.product-removal button:hover {   
    color: #ff5252; }
.product-removal button {
    display: flex;
    align-items: center;
    justify-content: center; }
.product-removal button:before {
    content: "\f014";
    font-family: FontAwesome; }
.totals-item .totals-value {
    text-align: right;
    color: #ffffff; }
.totals-item-total .totals-value {
    font-weight: 600;
    color: #ff5252; }
.note {
    height: 30px;
    padding-top: 10px;
    color: #888888;
    font-size: 10px; }
    @media only screen and  (max-width: 991px) {
        .note {
        height:20px;
        padding-top: 8px;
        font-size: 8px; } }
.note-footer {
    height: 30px;
    padding-top: 10px;
    color: #222222;
    font-size: 10px; }
    @media only screen and  (max-width: 991px) {
        .note-footer {
        height:20px;
        padding-top: 8px;
        font-size: 8px; } }
.note-footer a {    
    color: #222222;
    text-decoration: underline;
    text-decoration-color: #ff5252;} 
.note-footer a:hover {    
    color: #ff5252; }
.promo-input {
    position: relative; }
.promo-code-field {    
    width: 100%; 
    margin: 0;    
    z-index: 2;
    height: 50px;    
    color: #ffffff;
    background-color: #222222;
    font-size: 15px;    
    padding: 14px 0 0 0;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #555555;    
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    transition-duration: 500ms;    
    border-radius: 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .promo-code-field {
        height: 40px;        
        font-size: 13px; } }
    @media only screen and (max-width: 767px) {
        .promo-code-field {
        height: 40px;
        flex-basis: inherit;
        padding: 16px 0 0 0;
        font-size: 12px; } }
.promo-code-field::placeholder {
       color: #888888; }
.promo-code-field:focus {
    background-color: #222222;
    color: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    border-color: #ffffff; }
select.promo-code-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none; }
.promo-code-cta  {
    position: absolute;    
    right: 0;
    height: 26px;
    bottom: 0px;
    margin: 12px 0;
    padding: 0 10px;
    background-color: #666666;
    color: #222222;
    font-size: 12px;
    border: none;
    cursor: pointer;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .promo-code-cta  {
        height: 24px;
        margin: 8px 0;        
        font-size: 10px; } }
    @media only screen and (max-width: 767px) {
        .promo-code-cta  {
        height: 24px;
        margin: 8px 0;        
        font-size: 10px; } }
.promo-code-cta:hover {   
    background-color: #ff5252; }
.promo-alert {  
    margin-top: 12px;       
    color: #ff5252;
    font-size: 12px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .promo-alert { font-size: 10px;
        margin-top: 10px; } }
    @media only screen and (max-width: 767px) {
        .promo-alert { font-size: 9px;
        margin-top: 9px; } }
 .product-price::after, .product-line-price::after, .totals-value::after {
    content: "€"; }
.codeMsg {
    position: relative; }
.codeMsg .codeMsgPopup {
    position: absolute;
    display: block;
    visibility: hidden;
    width: 100%;
    text-align: left;
    color: #222222;
    padding: 30px;
    opacity: 0;
    font-size: 12px;
    top: 25px;
    background-color: #666666;
    z-index: 9999;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); }
.codeMsg:hover .codeMsgPopup {
    visibility: visible;
    opacity: 1;
    transition: .15s all ease-in-out;
    transition-delay: .2s; }
.codeMsg:hover{
    color: #ff5252; }
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border-bottom: 1px solid #555555;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0px 1000px #222222 inset;
    -webkit-text-fill-color: white; }
.paypal::after {
    padding-left: 5px;
    font-family: FontAwesome;
    content: "\f1ed"; }
.basket-sidebar .submit-btn-mt-30 {
    margin-top: 30px; }
     @media only screen and  (max-width: 991px) {
        .basket-sidebar .submit-btn-mt-30 {
        margin-top: 20px; } }
#basketData span, #orderData span {
    font-size: 12px;
    font-weight: 400;
    color: #888888; }
.or {
    color: #666666;  
    text-align: center; }

/*Ostrenje pogleda*/
#widget-menu  {
    margin: 0; }
 @media only screen and (max-width: 767px) {
        #widget-menu {
        margin: 40px 0 0 0; } }
#widget-menu .side-menu-titled {
    margin: 30px 0 50px 0; }
    @media only screen and  (max-width: 991px) {
        #widget-menu .side-menu-titled {
        margin: 20px 0 40px 0; } }
.side-menu {
    margin: 50px 0;    
    background-color: #666666; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .side-menu {
        margin: 40px 0; } }
    @media only screen and (max-width: 767px) {
        .side-menu {
        margin: 0 0 40px 0; } }
.side-menu-list {
    padding: 0; }
.side-menu-list li {
    position: relative; }
.side-menu-list li a {    
    display: block;
    width: 100%;
    margin: 0;    
    font-weight: 400;
    color: #222222;
    font-size: 15px;
    padding: 14px 30px 13px 40px;    
    border-bottom: 1px solid #222222;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .side-menu-list li a {
        font-size: 13px;
        padding: 10px 20px 10px 30px; } }
    @media only screen and (max-width: 767px) {
        .side-menu-list li a {
        font-size: 12px;
        padding: 11px 20px 10px 30px; } }
.side-menu-list li a:hover {
    background-color: #ff5252 } }
.side-menu-list li a:last-child {
    border-bottom: none;}
.side-menu-list li a {  
    color: #222222; }
.side-menu-list li ul li a {    
    display: block;
    background-color: #888888; }
.side-menu-toggle { 
    color: #222222;
    position: absolute;
    font-size: 18px;
    transform:rotate(270deg);
    padding: 0 20px;
    top: 12px;    
    transition: all 0.3s ease; }
    @media only screen and  (max-width: 991px) {
        .side-menu-toggle{
        font-size: 15px;        
        top: 10px;  
        left: -6px; } }
.side-menu-toggle-rotate { 
    color: #222222;
    position: absolute;
    transform:rotate(90deg); }
.side-menu-toggle:hover {  
    color: #ff5252;
    cursor: pointer; }
.number-of { 
    color: #333333;
    font-size: 12px;
    font-weight: 400; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .number-of  {
        font-size: 10px; } }
    @media only screen and (max-width: 767px) {
        .number-of  {
        font-size: 9px; } }

/*Article quote big*/
.article-quote {
    margin: 0;
    padding: 30px 40px 20px 40px;
    background-color: #666666;    
    position: relative; }
    @media only screen and (max-width: 991px) {
        .article-quote {          
        padding: 20px 30px 15px 30px; } }
.article-quote .quote-big {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #222222;
    position: relative; }
    @media only screen and  (max-width: 991px) {
    .article-quote .quote-big {
        font-size: 15px; } }
.article-quote p.quote-big::before {
    position: absolute;
    left: -25px;
    top: -15px;    
    font-size: 36px;
    font-weight:700;
    content: "“";
    color: #222222; }
    @media only screen and  (max-width: 991px) {
    .article-quote p.quote-big::before {
        left: -20px;
        top: -14px;    
        font-size: 30px; } }
.article-quote p.quote-big::after {
    position: absolute;
    right: -25px;
    bottom: -13px;    
    font-size: 36px;    
    font-weight:700;
    content: "„";
    color: #222222; }
    @media only screen and  (max-width: 991px) {
    .article-quote p.quote-big::after {
        right: -20px;
        bottom: -10px;  
        font-size: 30px; } }
.article-quote .quote-source {
    margin-top: 8px;
    padding-top: 4px;
    border-top: 2px solid #222222;
    text-align: right;    
    font-weight: 600;
    font-size: 12px;   
    color: #222222; }
    @media only screen and (max-width: 991px) {
    .article-quote .quote-source {
        margin-top: 6px;
        padding-top: 3px;
        font-size: 10px; } }

/*Vrtiljak*/
.slideshow-container {
    width: 100%; 
    overflow:hidden;
    padding-top: 56.6%;
    position: relative;
    margin: 30px 0; }
    @media only screen and (max-width: 991px) {
        .slideshow-container  {
        margin: 20px 0; } }
.mySlides {
    opacity: 0;    
    -webkit-transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out; }
.mySlides-visible {    
    opacity: 1; }
.slide-image {
    width: 100%;     
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    margin: auto; }
.slideshow-prev,
.slideshow-next {    
    opacity: 0;
    cursor: pointer;
    position: absolute;
    bottom: 5%;
    width: auto;    
    margin-top: -22px;
    background-color: #222222;
    color: #ffffff;    
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: none;
    user-select: none;    
    -webkit-transition: opacity 500ms ease-out;
    -moz-transition: opacity 500ms ease-out;
    -o-transition: opacity 500ms ease-out;
    transition: opacity 500ms ease-out; }
.slideshow-container:hover .slideshow-prev,
.slideshow-container:hover .slideshow-next {    
    opacity: 1; }
.slideshow-next {
    padding: 10px 2px 10px 12px;
    right: 0px; }
    @media only screen and (max-width: 991px) {
        .slideshow-next  {
        font-size: 16px;
        padding: 8px 2px 8px 10px; } }
.slideshow-prev {
    padding: 10px 12px 10px 2px;
    left: 0px; }
    @media only screen and (max-width: 991px) {
        .slideshow-prev  {
        font-size: 16px;
        padding: 8px 10px 8px 2px; } }
.slideshow-prev:hover,
.slideshow-next:hover {    
    color: #ff5252; }
.slide-caption {
    opacity: 0;     
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
    font-size: 28px;    
    position: absolute;      
    top: 45%;
    width: 100%;
    line-height: 1.3;
    text-align: center;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (min-width: 577px) and (max-width: 991px) {
        .slide-caption  {
        font-size: 20px; } }
    @media only screen and (max-width: 576px) {
        .slide-caption  {
        font-size: 16px; } }
.mySlides .slide-caption-visible {
    opacity: 1;
    z-index: 10; }
.slide-caption:hover {
    color: #ff5252; }
.slide-indicator {
    z-index: 10;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto; }
    @media only screen and (max-width: 991px) {
        .slide-indicator  {
        bottom: 2%; } }
.dot {
    cursor: pointer;
    height: 14px;
    width: 14px;
    margin: 0 5px;   
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (max-width: 991px) {
        .dot  {
        height: 10px;
        width: 10px;
        margin: 0 3px; } }
.dot-active,
.dot:hover {    
    background-color: #ff5252; }


.all-logos {    
    margin: 15px 0px; }
    @media only screen and (min-width: 577px) and (max-width: 991px) {
        .all-logos {
        margin: 10px 0px; } }
    @media only screen and (max-width: 576px) {
        .all-logos {
        margin: 10px 0px; } }
.logo {
    margin: 15px 15px;
    height: 70px; }
    @media only screen and (min-width: 577px) and (max-width: 991px) {
        .logo {
        margin: 10px 10px;
        height: 50px;} }
    @media only screen and (max-width: 576px) {
        .logo  {
        margin: 10px 6px;
        height: 40px;; } }

/*Dejavnosti*/
.activity-wrapper {
    position: relative;
    margin: 0;
    box-shadow: inset 0 0 0 100vw rgba(255,255,255,0.8);    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
.activity-wrapper:hover { 
    box-shadow: inset 0 0 0 100vw rgba(0,0,0,0); }
.activity-wrapper:hover .activity-text { 
    opacity: 0; }
.activity-wrapper:hover .activity-more { 
    display: block; }
.activity-wrapper:first-child {    
    margin-top: 30px; }
    @media only screen and (max-width: 991px) {
        .activity-wrapper:first-child {
        margin-top: 20px; } }
.activity-wrapper:last-child {
    margin-bottom: 30px; }
    @media only screen and (max-width: 991px) {
        .activity-wrapper:last-child {
        margin-bottom: 20px; } }    
.activity-title {    
    background-color: #ff5252;
    margin: 0;
    display: inline-block;
    padding: 12px 15px;    
    font-size: 20px;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (max-width: 991px) {
        .activity-title {
        padding: 10px 20px;
        font-size: 16px; } }
.activity-text {    
    font-weight: 400;
    color: #ff5252;    
    padding: 20px 40px 30px 40px;
    margin: 0;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (max-width: 991px) {
        .activity-text {
        padding: 15px 30px 20px 30px; } }
.activity-more {
    display: none;
    font-weight: 500;
    color: #ffffff;    
    position: absolute;    
    bottom: 30px;
    right: 50px;
    margin: 0;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
    .activity-more:after {
        font-family: FontAwesome;
        content: "\f105";        
        margin-left: 10px; }
    @media only screen and (max-width: 991px) {
        .activity-more {
        bottom: 20px;
        right: 40px; } }

/*WP post-navigation*/
.post-navigation { 
    display: flex;
    justify-content: center;
    margin: 30px auto 0 auto; }
    @media only screen and (max-width: 991px) {
        .post-navigation ul {
        margin: 20px auto; } }
.post-navigation ul { 
    display: flex;
    justify-content: center;
    margin: 0 auto; }
    @media only screen and (max-width: 991px) {
        .post-navigation ul {
        margin: 0 auto; } }
.post-navigation ul li {
    list-style: none;
    text-align: center;
    display: block;
    height: 40px;
    width: 40px; 
    line-height: 40px;
    margin: 0 3px;
    color: #666666; }
    @media only screen and (max-width: 991px) {
        .post-navigation ul li {
        height: 30px;
        width: 30px; 
        line-height: 30px;
        margin: 0 2px; } }
.post-navigation ul li a {    
    font-weight: 500;
    display: block;    
    background-color: #666666; 
    color: #222222; 
    width: 100%;
    line-height: 40px;
    font-size: 15px; }
    @media only screen and (max-width: 991px) {
        .post-navigation ul li a {
        line-height: 30px;
        font-size: 12px; } }
.post-navigation ul li a:hover, .post-navigation ul li.active a {   
    background-color: #ff5252; }
.post-navigation .btn-nav {
    display: block;
    padding: 0;    
    border-radius: 0;    
    border: none;    
    width: 100%; 
    height: 40px;
    font-size: 20px;
    line-height: 40px; }
    @media only screen and (max-width: 991px) {
        .post-navigation .btn-nav {
        line-height: 30px;
        height: 30px;
        font-size: 16px; } }

/*WP post-navigation 2*/
.post-navigation .page-numbers {    
    text-align: center; 
    width: 40px; 
    line-height: 40px;
    margin: 0 3px;
    color: #666666; }
    @media only screen and (max-width: 991px) {
        .post-navigation .page-numbers {        
        width: 30px; 
        line-height: 30px;
        margin: 0 2px; } }
.post-navigation a.page-numbers, .post-navigation .current {    
    font-weight: 500;
    display: block;    
    background-color: #666666; 
    color: #222222;       
    line-height: 40px;
    font-size: 15px; }
    @media only screen and (max-width: 991px) {
        .post-navigation a.page-numbers, .post-navigation .current {
        line-height: 30px;
        font-size: 12px; } }
.post-navigation a:hover, .post-navigation .current {   
    background-color: #ff5252; }
.post-navigation a.next, .post-navigation a.prev { 
    font-size: 20px;
    line-height: 40px; }
    @media only screen and (max-width: 991px) {
        .post-navigation a.next, .post-navigation a.prev {
        line-height: 30px;        
        font-size: 16px; } }

/*WP quote*/
.wp-block-quote {
    margin: 30px 0;
    padding: 20px 40px 20px 40px; 
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    clear: both; }
    @media only screen and (max-width: 991px) {
        .wp-block-quote {
        margin: 20px 0;
        padding: 15px 40px 15px 40px; } }
.wp-block-quote p {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;    
    color: #ffffff;
    position: relative; }
    @media only screen and (max-width: 991px) {
    .wp-block-quote p {          
        font-size: 15px; } }
.wp-block-quote p::before {
    position: absolute; 
    transform: translate(-50%, 0);
    left: -20px;
    top: -18px;    
    font-size: 36px;
    font-weight:700;
    font-style: normal;
    content: "“";
    color: #666666; }
.wp-block-quote p::after {
    position: absolute;
    transform: translate(50%, 0);
    right: -20px;
    bottom: -15px;    
    font-size: 36px;    
    font-weight:700;
    font-style: normal;
    content: "„";
    color: #666666; }
.wp-block-quote cite {
    display: block;
    margin: 5px 0 0 0;
    padding: 0;    
    text-align: right; 
    font-style: normal;
    font-weight: 400;
    font-size: 12px;   
    color: #666666; }
    @media only screen and (max-width: 991px) {
    .wp-block-quote cite {          
        font-size: 10px;
        margin: 4px 0 0 0; } }
.wp-block-quote cite::before {
    font-weight: 700;
    content: '\2015';
    margin-right: 5px; }
.quote-left {
    display: inline-block !important;
    float: left !important;
    overflow: hidden !important;
    width: calc(50% - 15px) !important;
    margin: 25px 30px 25px 0; !important }
    @media only screen and (max-width: 991px) {
    .wp-block-quote quote-left {          
        width: 100% !important;
        margin: 20px 0px 20px 0; } }
.quote-right {
    display: inline-block !important;
    float: right !important;
    overflow: hidden !important;
    width: calc(50% - 15px) !important;
    margin: 25px 0px 25px 30px !important; }
    @media only screen and (max-width: 991px) {
    .quote-right {          
        width: 100% !important;
        margin: 20px 0px 20px 0; } }

/*WP align*/
.aligncenter {      
    display: block;
    clear: both;
    width: 100%;
    overflow: hidden;
    margin: 30px 0 !important; }
    @media only screen and (max-width: 991px) {
    .aligncenter {          
        width: 100%;
        margin: 20px 0px !important; } }
.alignleft {
    display: inline-block;
    float: left;
    overflow: hidden;
    width: calc(50% - 15px) !important;
    margin: 30px 30px 30px 0 !important; }
    @media only screen and (min-width: 577px) and (max-width: 991px) {
    .alignleft {          
        width: calc(50% - 10px) !important;
        margin: 20px 20px 20px 0 !important; } }
    @media only screen and (max-width: 576px) {
    .alignleft {          
        width: 100% !important;
        margin: 20px 0 20px 0 !important; } }
.alignright  {
    display: inline-block;
    float: right;
    overflow: hidden;
    width: calc(50% - 15px) !important;
    margin: 30px 0px 30px 30px !important; }
    @media only screen and (min-width: 577px) and (max-width: 991px) {
    .alignright {          
        width: calc(50% - 10px) !important;
        margin: 20px 0 20px 20px !important; } }
        @media only screen and (max-width: 577px) {
    .alignright {          
        width: 100% !important;
        margin: 20px 0 20px 0 !important; } } 

/*WP advanced gallery*/
.wp-block-kadence-advancedgallery {
    margin: 30px 0 !important;
    clear: both; }
    @media only screen and (max-width: 991px) {
    .wp-block-kadence-advancedgallery {  
        margin: 20px 0px !important; } }
.kt-blocks-carousel .slick-prev, .kt-blocks-carousel .slick-next {   
    background: #222222 !important;   
    opacity: 0 !important; } 
.kt-blocks-carousel:hover .slick-prev, .kt-blocks-carousel:hover .slick-next { 
    opacity: 1 !important; } 
.kt-blocks-carousel .slick-prev:hover, .kt-blocks-carousel .slick-next:hover { 
    color: #ff5252 !important;
    opacity: 1 !important; } 

/*WP video embed*/
.wp-block-embed-youtube .wp-block-embed__wrapper, .wp-block-embed-vimeo .wp-block-embed__wrapper {     
    margin: 0 !important; } 
.wp-block-embed-youtube .wp-block-embed__wrapper .embed-container { 
    position: relative; 
    padding-top: 56.25%; /* 16:9 */
    margin: 0 !important;
    width: 100%;
    height: 0; } 
.wp-block-embed-vimeo .wp-block-embed__wrapper .embed-container { 
    position: relative; 
    padding-top: 66.66%; 
    margin: 0 !important;
    width: 100%;
    height: 0; } 
.wp-block-embed-youtube .wp-block-embed__wrapper .embed-container iframe, .wp-block-embed-vimeo .wp-block-embed__wrapper .embed-container iframe { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100% !important; 
    height: 100% !important; }
.wp-block-embed-vimeo .wp-block-embed__wrapper .embed-container iframe .player {  
    max-width: 100% !important; }

/*WP Instagram embed*/
.wp-block-embed-instagram .wp-block-embed__wrapper .embed-container {       
    margin: 0 !important; }
.wp-block-embed-instagram .wp-block-embed__wrapper .embed-container iframe  {
    max-width: 500px !important;
    width: 100% !important;
    border-radius: 5px !important;
    border: 2px solid #ffffff !important;
    margin: 0 auto !important;
    min-width: 220px !important;
    padding: 0px !important; }

/*WP Twitter embed*/
.wp-block-embed-twitter .wp-block-embed__wrapper .twitter-container {       
    margin: 0 !important; }
.wp-block-embed-twitter .wp-block-embed__wrapper .twitter-container .twitter-tweet {    
    max-width: 500px !important;
    width: 100% !important;    
    margin: 0 auto !important;
    min-width: 220px !important; }

/*Pswp*/
.pswp__img {     
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none; }

/*WP Categories*/
.widget_categories {     
    margin: 0 0 50px 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .widget_categories  {
        margin: 0 0 40px 0; } }
    @media only screen and (max-width: 767px) {
        .widget_categories  {
        margin: 40px 0; } }
.widget_categories ul li { 
    position: relative;
    padding: 9px 40px 8px 40px;
    border-bottom: 1px solid #222222;
    background-color: #666666;
    color: #333333;
    font-size: 12px;
    font-weight: 400;
     -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .widget_categories ul li {
        font-size: 10px;
        padding: 6px 30px 4px 30px;} }
    @media only screen and (max-width: 767px) {
        .widget_categories ul li {
        font-size: 9px;
        padding: 6px 30px 5px 30px;} }
.widget_categories ul li:first-child { 
    margin-top: 30px; }
    @media only screen and (max-width: 991px) {
        .widget_categories ul li:first-child  {
        margin-top: 20px; } }
.widget_categories ul li:hover {     
    background-color: #ff5252; }
.widget_categories ul li a {     
    font-size: 15px;
    color: #222222; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .widget_categories ul li a {
        font-size: 13px; } }
    @media only screen and (max-width: 767px) {
        .widget_categories ul li a {
        font-size: 12px; } }
.widget_categories ul li a:before { 
    content: "\203A";
    color: #222222;
    position: absolute;    
    font-size: 18px; 
    left: 18px;
    top: 6px; }
     @media only screen and (min-width: 768px) and (max-width: 991px) {
        .widget_categories ul li a:before {
        font-size: 15px;
        left: 14px;
        top: 4px; } }
    @media only screen and  (max-width: 767px) {
        .widget_categories ul li a:before {
        font-size: 14px;        
        top: 4px;  
        left: 14px; } }

/*Cookie Consent*/
#cookieConsent {
    background-color: #ff5252;    
    font-size: 14px;
    font-weight:300;
    color: white;
    line-height: 26px;
    padding: 10px 0 10px 0px;    
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999; }
    @media only screen and (max-width: 991px) {
    #cookieConsent {          
        font-size: 12px; } }
#cookieConsent a {
    color: white;
    text-decoration: none;
    position: relative; }
#cookieConsent a:hover {
    color: #222222; }
#cookieConsent a.cookieConsentOK, #closeCookieConsent{
    background-color: white;
    color: #ff5252;
    display: inline-block;
    font-weight: 500;
    border-radius: 0px;
    padding: 0 10px;
    cursor: pointer;
    float: right;
    margin-left: 5px ; }
#cookieConsent a.cookieConsentOK:hover, #closeCookieConsent:hover {
    background-color: #222222; }

/* Form loading */
form {
    position: relative;
}
form.loading:before, .op-loading:before, .op-disabled:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    z-index: 100;
}
.op-loading:before, .op-disabled:before {
    background: rgba(255, 255, 255, 0.4);
}
form.loading:after, .op-loading:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -1.5em 0 0 -1.5em;
    width: 3em;
    height: 3em;
    -webkit-animation: form-spin 0.6s linear;
    animation: form-spin 0.6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: #767676 rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
    border-style: solid;
    border-width: 0.2em;
    box-shadow: 0 0 0 1px transparent;
    visibility: visible;
    z-index: 101;
}
@keyframes form-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
