/*
Theme Name:     Česká geografická společnost
Description:    Tato šablona je vytvořena pouze pro účely ČGS a nesmí být upravována, kopírována, či jinak šířena bez písemného souhlasu autora.
Author:         <a href="https://www.yodo.cz">www.yodo.cz</a>
Version:        1.0
*/

@import url('assets/css/boot.css');
@import url('assets/css/font.css');
@import url('assets/css/base.css');

@import url('assets/css/animate.min.css');
@import url('assets/css/hs.megamenu.css');
/**
 * typography
 * --------------------------------------------------
 */
@media print {
    #hot-line-small, #top, #bright_foot, #dark_foot, #menu, #hotbox, #bread {
        display: none !important;
    }
}

.navbar-brand img {
    width: 140px;
    padding: 10px 0;
}

#header {
    margin-bottom: 3rem;
}

#about {
    padding-top: 6rem !important;
}

img.city {
    border-radius: 5px;
    width: 100%;
}

.mta {
    margin-top: 4.5rem;
}

.lh-big {
    line-height: 1.8 !important;
}

.cut-width {
    max-width: 360px;
    margin: 0 auto;
}

#home {
    margin-top: 4rem;
}

footer {
    margin-top: 6rem !important;
}

#topbar {
    background-color: #0e56c9;
    padding-bottom: 5px;
}

.u-header--navbar-bg .u-header__topbar-nav-link {
    color: #fff;
}

.bg-primary.bg-cgs {
    background-color: #093d91 !important;
}

.u-header .active > .u-header__nav-link {
    color: #fff;
}

img.svg-footer {
    width: 80px;
    padding: 10px;
}

body {
    margin-bottom: 0;
}

#breadcrumb .breadcrumb {
    background-color: #f5f8ff;
    padding: 0.5rem 0.75rem;
}

#breadcrumb .breadcrumb span {
    padding: 0 0.25rem;
}

#page-content h1 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.cycloneslider-template-standard .cycloneslider-pager span.cycle-pager-active {
    background-color: #093d91 !important;
}
.cycloneslider-template-standard .cycloneslider-pager span {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background-color: #377dff !important;
    width: 8px !important;
    height: 8px !important;
}

.cycloneslider-prev,
.cycloneslider-next {
    display: none !important;
}

.cycloneslider-template-standard .cycloneslider-slides {
    border-radius: 5px;
}




@media (min-width: 767px) {

    .cycloneslider-template-standard .cycloneslider-caption-title{
        padding:20px 20px 15px 20px !important;
        font-size:20px !important;
        font-weight: bold !important;
        background-color: #0e56c9 !important;
    }
    .cycloneslider-template-standard .cycloneslider-caption-description{
        padding: 15px 20px 10px 20px;
        font-size:14px !important;
        background-color: #393939 !important;
    }
}
@media (max-width: 766px) {

    .cycloneslider-template-standard .cycloneslider-caption-description {
        padding: 5px;
        font-size: 10px;
        line-height: 1;
        background-color: #222;
    }

    .cycloneslider-template-standard .cycloneslider-caption-title {
        margin-bottom: 0;
        padding: 4px;
        font-size: 14px;
        line-height: 1;
        color: white;
        background-color: #008ce9;
    }
}

.dropdown-menu {
    width: 200px;
    padding: 10px;
}

ul.dropdown-menu a:hover {
    background-color: #f5f8ff;
    border-radius: 3px;
}
ul.dropdown-menu a {
    color: #093d91 !important;
}

#home.pb-8 {
    padding-bottom: 6rem;
}

.link-detail img {
    object-fit: cover;
    height: 200px;
}
.link-detail {
    min-height: 320px;
    display: block;
    margin-bottom: 2rem;
}
article {
    display: block;
    padding: 1rem 0;
}



/*** LIGHTBOX ***/


.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;

    /* Image border */
    border: 4px solid white;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: white;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(http://fyzikalnikabinet.cz/wp-content/themes/fyzikalnikabinet/images/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(http://fyzikalnikabinet.cz/wp-content/themes/fyzikalnikabinet/images/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(http://fyzikalnikabinet.cz/wp-content/themes/fyzikalnikabinet/images/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4ae;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(http://fyzikalnikabinet.cz/wp-content/themes/fyzikalnikabinet/images/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.navigation {
    justify-content: center !important;
    margin:0px auto;
    display: block;
}
.page-item {
    margin: 0px;
}
.red {
    color:red !important;
}


.page-link {
    border: none;
}

.pagination {
    margin-top: 1rem;
}

#home-top a:hover h4 {
    color: #fff !important;
}
#home-top a:hover {
    text-decoration: none !important;
    background-color: #0e56c9 !important;
    color: #fff !important;
}
#home-top .media .media-body {
    padding-top: 0.4rem;
}

.img-responsive {
	max-width: 100%;
}

.wpm-language-switcher.switcher-dropdown {
	z-index: 10000;
}

.post-content {
    background-color: #f5f8ff;
    padding: 0.5rem 0.75rem;
}
.post-content p {

    color: black;
}

.conference_header {
    background-color: rgba(0, 0, 0, 0.7);
    display: inline-block;
    color: white;

}