@font-face {
    font-family: 'living-icons';
    src: url(/assets/fonts/living-icons.eot);
    src: url(/assets/fonts/living-icons.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/living-icons.woff) format('woff'), url(/assets/fonts/living-icons.ttf) format('truetype'), url(/assets/fonts/living-icons.svg#living-icons) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "light";
    src: url(/assets/fonts/OpenSans-Light.ttf) format('truetype');
    font-style: normal;
  }
  @font-face {
    font-family: "regular";
    src: url(/assets/fonts/OpenSans-Regular.ttf) format('truetype');
    font-style: normal;
  }
  @font-face {
    font-family: "bold";
    src: url(/assets/fonts/OpenSans-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
  }

  @font-face {
    font-family: "text";
    src: url(/assets/fonts/DejaVuSerif.ttf) format('truetype');
    
    font-style: normal;
  }

  @font-face {
    font-family: "boldtext";
    src: url(/assets/fonts/DejaVuSerif-Bold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
  }

  @font-face {
    font-family: 'icon';
    src: url(/assets/fonts/icon.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}




/* zakladni html prvky */
@media (min-width: 992px) {
    body:not(.template-gallery) {
        margin-top: 30px !important;
    }
}
body {
    color: rgb(36, 36, 36) !important;
    background-color: #ededed;
    font-family: 'Open Sans', sans-serif;   
}

.container {
    max-width: 1080px;
    background-color: white;
}

h1 {
    font-size: 42px !important;
    font-family: 'bold';
}

h2, h3, h4, h5, h6 {
    font-family: 'bold';
}

.text-bold {
    font-family: "bold";
}


/* globalní styly */
.link {
    border-bottom: 1px solid #ebebeb;
}


.page a, .avatar-container a {
    color: #060C32;
    text-decoration: underline;
}

.page a:hover {
    color: #060C32;
    text-decoration: underline;
}
.category-box {
    border-top: 1px solid #ebebeb;
}

a .badge-category {
    display: inline-block;
    padding: 10px;
    border: 1px solid #060C32;
    text-align: center;
    border-radius: 100px;
    margin-bottom: 10px;
    color: #060C32;
}

a:hover .badge-category, .badge-category.active {
    color: white;
    background-color:#060C32 ;
}



/* reklama */
.container-leaderboard {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: #ededed;
}
body.branding .container-leaderboard {
    /* position: fixed;
    transform: translate(-50%, 0); */
}
body:not(.branding) .container-leaderboard {
    /* min-height: 225px; */
}
.col-md-12.leaderboard1 {
    padding: 10px 0 !important
}

.ad div[class^='leaderboard'],
.ad .leaderboard>div {
    margin: auto;
    text-align: center
}





/* banner zone */
.ad-place {
    /* border:1px solid red !important; */
}
.ad-place .ad {
    /* width: 342px; */
    /* height: 426px; */
    text-align: center;
    position: relative;
    z-index: 1;
}
/* .ad-place .ad > div > div {
    max-height: 600px;
    overflow: hidden;
} */
.col-md-12 .ad {
    width: 100%;
    /* margin-right: 37px; */
    /* background: #ededed; */
    height: auto;
    text-align: left;
    /* padding-left: 20px;
    padding-right: 20px */
}
@media (max-width: 1199px) {
    .ad-place .ad {
        width: 447px;
        min-height: 485px
    }
}
@media (max-width: 992px) {
    .ad-place .ad {
        width: 337px;
        min-height: 385px
    }
}


.branding-box-separator {
    position: relative;
    margin: 0px auto;
    /* max-width: 1080px; */
}

.main_wrapper {
    position: relative;
    z-index: 20;
    max-width: 1080px;
    min-width: 340px;
    margin: 0px auto;
    background: #e6e6e6;
    
}

@media (min-width: 992px) {
    .main_wrapper {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        overflow: hidden;
    }
}

@media (min-width: 992px) {
    #banner-top01 {
        display: block !important;
        min-height: 245px;
    }
}


.navbar-brand  {
    padding-bottom: 16px;
}





/* hamburger */

.fa-hamburger {
    color: #242424;
    font-family: "living-icons" !important;
}
.navbar-toggler.collapsed .fa-hamburger:before {
    content: "\68";
}
.navbar-toggler .fa-hamburger:before {
    content: "\64";
}



/* navigace */
.navbar-wrapper .navbar {
    padding-top: 20px;
    border-bottom: 1px solid #ebebeb;
}
.navbar-toggler {
    border: 0;
}
.bg-light {
    background-color: white !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #666;
    font-family: "regular";
    font-size: 16px;
    border-bottom: 2px solid transparent;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    border-bottom: 2px solid black;
}
.navbar-icon .nav-item {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;

}
.navbar-icon .nav-item a {
    color: black !important;
}







/* submenu */
.submenu {

}
.submenu .row {
    margin-right: -15px;
    margin-left: -15px;
}
.nav-tabs {
    background-color: #fafafa;
    border-bottom: 0;
}
.nav-tabs .nav-link {
    padding: 15px;
    text-align: left;
    font-family: "bold";
    font-size: 12px;
    font-weight: 400;
    border: 1px solid #ebebeb;
    text-transform: uppercase;
    border-radius: 0;
}
.nav-tabs .nav-link a {
    color: #666;
    text-decoration: none;

}
.nav-tabs .nav-link.active {
    background-color: white;
    border-right: 0;
    border-radius: 0;
}
.nav-tabs .nav-link.active a {
    color: #242424;
}
.nav-tabs .nav-link:hover {
    background-color: white;
    border-right: 0;
}







/* drobečková navigace */
.breadcrumb {
    padding-left: 0;
    background-color: white;
}
.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a {
    color: #9e9e9e;
    font-family: regular;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}
.breadcrumb .breadcrumb-item a:hover {
    color: black;
}








/* carousel */
.carousel-container {
    border: 1px solid #e6e6e6;
    border-left: 0;
    border-right: 0;
}
.carousel-control-prev {
    width: 5px;
}

.carousel-control-next {
    width: 5px;
}











/* pagination */
.pages nav {
    float: right;
}

.pagination .page-link {
    border-color: #060C32;
    color: #060C32;
    font-family: light;
    font-size: 14px;
    /*font-weight: 400;*/
}
.pagination .page-link:hover {
    background-color: #060C32;
    color: white;
}
.pagination .page-item.active .page-link {
    color: white;
    background-color: #060C32;
    border-color: #060C32;
}
.pagination-mobile {
    display: none;
}
@media (max-width: 575px) {
    .pagination-desktop {
        display: none;
    }
    .pagination-mobile {
        display: flex;
    }
    .pagination .page-link {
        width: auto;
    }
    .active .page-link {
        height: 36px !important;
        width: 36px !important;
    }
}









/* vyhledavani */
#search {
    position: absolute;
    overflow: hidden;
    right: 85px;
}
#search button:hover {
    color: white;
    background-color: #6b6b6b !important;
}
.category-search {
    color: #6b6b6b;
}
.category-search h2 {
    padding-top: 8px;
    color: #242424;
    font-size: 20px;
    font-family: bold;
    text-transform: uppercase;
}




/* kategorie */
.category-container {
    border-bottom: 1px solid #ebebeb;
}
.category-container .title {
    font-family: bold;
    font-size: 52px;
    font-weight: 400;
    text-transform: uppercase;
}
.category-container .description {
    font-family: light;
    font-size: 15px;
    font-weight: 400;
}




/* advert_PR */
.pr_article [class*="col-"]  {
    padding-left: 0;
}
@media (max-width: 768px) {
    .pr_article .article {
        margin-bottom: 1.5rem;
        border-bottom: 1px solid #ebebeb;
    }
}

.pr_article .ad {
    width: auto;
    height: auto;
    text-align: left;
}
.pr_article li {
    list-style-type: none;
    max-width: 100%;
    padding-right: 0;
}
.pr_article img {
    width: 100%;
}
.pr_article img {
    transition: all 0.4s ease;
}
.pr_article:hover img {
    transform: scale(1.02);
}
.pr_article h2,
.pr_article h3 {
    color: black;
    font-family: bold;
    font-size: 18px;
    font-weight: 400;
}
.pr_article h2 a,
.pr_article h3 a {
    color: #242424;
}
.pr_article .category-name {
    font-family: bold;
    font-size: 10px;
    font-weight: 400;
}
.pr_article .category-name a {
    color: #9e9e9e;
}
.pr_article .excerpt {
    font-family: light;
    font-size: 13px;
    font-weight: 400;
}
.pr_article .excerpt a {
    color: #666;
}





/* card */
.card {
    border: 0;
    border-radius: 0;
    overflow: hidden;
}
.card .card-img,
.card .card-img-top {
    border-radius: 0;
}
.card .normal-link,
.media .normal-link {
    position: relative;
    z-index: 1010;
    text-transform: uppercase;
}
.card img {
    transition: all 0.4s ease;
}
.card .wrapper:hover img {
    transform: scale(1.02);
}
.card .card-text {
    color: #666;
    font-family: "regular";
    /*font-size: 13px;*/
    /*font-weight: 400;*/
}


/* big card */
.card-big .stretched-link {
    color: white;
    font-family: "bold";
    font-size: 28px;
    font-weight: 400;
}
.card-big .normal-link {
    color: white;
    font-family: "bold";
    font-size: 10px;
    font-weight: 400;
}



/* middle card */
.card-middle .card-body {
    padding: 0;
}
.card-middle .stretched-link {
    color: #242424;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.card-middle .normal-link {
    color: #9e9e9e;
    font-family: "bold";
    font-size: 10px;
    font-weight: 400;
}



/* article card */

.card-article .card-body {
    padding: 0;
}
.card-article .stretched-link {
    color: #060C32;
    font-family: "bold";
    font-size: 18px;
    font-weight: 400;
}
.card-article .normal-link {
    color: #9e9e9e;
    font-family: "bold";
    font-size: 10px;
    font-weight: 400;
}
.card-article img, .figure img, .media img {
    border-radius: 10px;
}
.card-article .card-text {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Omezení na 4 řádky */
    -webkit-box-orient: vertical;
}




/* pr_article card */



/* small card */
.media-small .stretched-link {
    color: #242424;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.media-small .normal-link {
    color: #9e9e9e;
    font-family: "bold";
    font-size: 10px;
    font-weight: 400;
}
.media img {
    transition: all 0.4s ease;
}
.media:hover img {
    transform: scale(1.02);
}



/* category card */
.card-category .stretched-link {
    color: white;
    font-family: "bold";
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.card-category .stretched-link:hover {
    text-decoration: none;
}






/* video card */
.card-video img:hover {
    transform: scale(1.02);
}
.card-video .card-body {
    padding: 0;
}





/* trailer card */
.card-trailer {
    background-color: #ee4b28;
}
.card-trailer .card-title {
    font-weight: 600;
    color: white;
}
.card-trailer .card-text {
    color: #242424;
}





/* internal banner zone */
.internal-banner-zone {
    background-color: #efcfdf;
    border: 0px solid;
}

.internal-banner-zone .article-list-comp {
padding-bottom: 0px;
}

.internal-banner-zone .text-related {
margin-bottom: 5px;
}

.internal-banner-zone .img-wrapper-link {
flex: 0 0 140px;
}

.internal-banner-zone .text-wrapper-link h3{
margin-bottom: 0px !important;
margin-top: 0px !important;
padding: 10px 15px 10px 20px;
}

.internal-banner-zone .img-wrapper {
border-radius: 6px;
box-shadow: 0px 0px 5px 1px #d1d2d3;
}

.internal-banner-zone .article-list-comp {
background-color: transparent;
}
.internal-banner-zone h3 {
    font-family: light;
    font-size: 20px;
    font-weight: 400;
    color: #84154d;
}


@media (max-width: 991px) {
.internal-banner-zone h3 {
    margin-top: 15px;
}
.internal-banner-zone {
    /*padding-bottom: 15px;*/
}
}

/* recombee - embedded article */
.internal-banner-zone .embedded-article{
    padding:32px;
    background-color: #FFF8F8;
    border: 1px solid #FFD2E9;
    margin-bottom: 2rem;
}

@media (max-width: 576px) {
    .internal-banner-zone .embedded-article{
    padding: 20px;
    margin-left:-15px;
    margin-right: -15px;
    }
    .internal-banner-zone .embedded-article .img-wrapper-link{
    flex: 0 0 33%;
    }
    .internal-banner-zone .embedded-article .text-wrapper-link h3{
    padding: 0px 0px 0px 20px;
    }
    .internal-banner-zone .embedded-article .align-items-center {
    align-items: flex-start !important;
    }
}







/* tlačítka */
.btn-outline-dark {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: rgb(107, 107, 107);
    border-color: rgb(107, 107, 107);
    border-radius: 50px;
    text-transform: uppercase;
}
.btn-outline-dark:hover {
    color: black;
    border-color: black;
    background-color: white;
}











/* detail článku */
.article-container {
    padding-right: 30px;
    padding-left: 30px;
}
.article-container .title {
    color: #060C32;
}
.article-container .description {
    color: #6b6b6b;
    font-size: 22px;
    line-height: 36px;
    font-family: 'regular';
    letter-spacing: normal;
}
.article-container .article-detail {
    font-family: 'text';
    font-size: 18px;
    line-height: 32px;
}
.article-container .article-detail p {
    margin-top: 0.94em;
}
.article-container .article-detail h2 {
    font-family: 'bold';
    font-size: 22px;
    margin-top: 1.95em;
}

.article-container .article-detail h3,
.article-container .article-detail h4,
.article-container .article-detail h5,
.article-container .article-detail h6 {
    font-size: 20px;
    padding-top: 0 !important;
    font-family: bold !important;
    padding-bottom: 1em !important;
    margin-top: 1.95em !important;
}

.article-container .article-detail blockquote {
    margin: 2.5em 0;
    padding-left: 35px;
    font-family: "Merriweather",Georgia,serif;
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    color: #797979;
    margin-left: 20px;
}
.article-container .article-detail blockquote::before {
    content: "\e924";
    float: left;
    margin-left: -35px;
    font-family: "icon";
    font-style: normal;
    font-size: 22px;
    line-height: 1.33;
    color: #82af7c;
    opacity: .88;
}
.article-container .article-detail blockquote br {
    display: none;
}

.article-container .article-detail strong {
    font-family: 'bold';
}



.article-container .author {
    color: #9e9e9e;
}

.author-about {
    font-family: 'light';
}

.author-container .nav-link {
    color: #060C32;
    padding-bottom: 0;
}

.author-container .nav-link.active, .author-container .nav-link:hover {
    color: #060C32;
    text-decoration: underline;
    text-underline-offset: 6px;
}

.readmore {
    font-family: bold;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 100px 0 20px;
}








/* newsletter */
.was-validated .invalid-feedback {
    display: block;
}

#newsletter .alert-danger {
    color: white;
}
#newsletter .alert-success {
    color: white;
}

.footer .navbar-brand {
    margin-right: 0;
}
.footer .footer-nav {
    padding: 0;
    vertical-align: middle;
}

.footer-nav ul {
    list-style: none;
    display: block;
    padding-left: 0;
}


.footer .footer-nav a {
    color: #fafafa !important;
    text-decoration: none;
    text-transform: none !important;
    font-size: 13px !important;
    line-height: 2em;
    padding: 0
    !important;
    height: 2em;
    white-space:normal
}

.footer .footer-nav a:hover {
    color: white !important
}



/* footer */
.newsletter {
    /*border-top: 1px solid #ebebeb;*/
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-links {
    background-color: #fafafa;
    border-top: 1px solid #ebebeb;
    padding-top: 35px;
    padding-bottom: 20px;
}
.footer-links h4.title {
    font-family: 'bold';
    font-size: 14px;
    font-weight: 400;
    color: #242424;
    text-transform: uppercase;
}
.footer-links ul {
    color: #9e9e9e !important;
}
.footer-links ul li a {
    font-size: 13px !important;
    line-height: 1.2em !important;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #9e9e9e !important;
}

.footer {
    font-size: 13px !important;
    background-color: #060C32 !important;
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: #fafafa;
}
.footer p {
    margin-bottom: 1px;
    line-height: 24px;
}
.footer .web-links {
    font-size: 12px;
    font-family: light;
    font-weight: 400;
    line-height: 0.5em !important;
}
.footer .web-links li a {
    padding-left: 0;
}
.footer .web-links li:not(:last-child) a::after {
    content: "";
    height: 0.8em;
    border-left: 1px solid #fafafa;
    margin-left: 15px;
}

.footer a {
    color: #fafafa !important;
    white-space: normal;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    text-decoration: underline !important;
}
.footer a:hover {
    text-decoration: underline;
}
footer ul.social-links {
    justify-content: center;
}
.footer .social-links li {
    background: #fafafa;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin-right: 19px;
}
.footer .social-links li a {
    font-size: 18px;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    color: #242424 !important;
}

.footer .social-links li:last-child {
    margin-right: 0;
}

.footer hr {
    border-top: 1px solid rgba(255,255,255,.1);
}

.center-content {
    text-align: center;
    margin: auto;
}


.article-detail a {
    color: #060C32 !important;
    text-decoration: underline;
}

.article-detail a:hover {
    color: #060C32 !important;
    text-decoration: underline !important;
}

.img-fluid {
    width: 100%;
}





/* definice stylů pro obrázek */
.figure .foto-zdroj {
    display: flex;
    position: relative;
    float:right;
    margin: -35px 10px 0 0;
    padding: 3px;
    color: white;
    background-color: black;
}
.figure .foto-zdroj .badge {
    font-weight: 300;
}
.figure .foto-zdroj .info {
    /* display: flex; */
    justify-content: center;
    align-items: center;
}
.figure .foto-zdroj .zdroj {
    width: 0;
    display: none;
}

.figure .foto-zdroj:hover .zdroj,
.figure .foto-zdroj:active .zdroj {
    width: auto;
    display: inline;
    font-size: 11px;
}

.figure .foto-zdroj:hover .info,
.figure .foto-zdroj:active .info {
    display: none;
}

.figure-caption {
    line-height: 20px;
}
