#map {
    position: relative;
    overflow: hidden;
    height: 300px;
    width: 80%;
    margin-left: 40px;
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}

.hidden {
    display: none;
}

.showing, img.showing  {
    display: block;
}

.maintext {
    color: black;
    background: #FFFEE4;
    padding: 40px;
    font-size: 16px;
    white-space: pre-wrap;
    line-height: 140%;
    letter-spacing: 1px;

}

.bordering {
    border-bottom: 2rem solid #607779;
}

.maintext p {
    max-width: 880px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    width: auto;
    transition: transform 250ms ease-in-out;
}


.page .sheet {
    padding: 80px 40px;
}
@media screen and (max-width: 992px) {

    .page .sheet {
        padding: 40px 6px;
        min-width: 0;

    }
}


.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.send_button, .submit {
    margin: .4rem .5rem .2rem 0;
    border: none;
    padding: .7rem 1.2rem;
    background: #91B7BA;
    border-radius: 3px;
    float: right;
    color: #FFFEE4;
    font-weight: bold;
    -moz-box-shadow: #533d4a 1px 1px, #533d4a 2px 2px, #533d4a 3px 3px, #533d4a 4px 4px;
    -webkit-box-shadow: #533d4a 1px 1px, #533d4a 2px 2px, #533d4a 3px 3px, #533d4a 4px 4px;
    box-shadow: #533d4a 1px 1px, #533d4a 2px 2px, #533d4a 3px 3px, #533d4a 4px 4px;
    transition: box-shadow 250ms ease-in-out;
    display: inline-block;
    cursor: pointer;
    letter-spacing: 1.8px;
    font-weight: 500;

}

.faceb {
    width: 36px;
    height: 36px;
    display: flex;
    background: #405166;
    text-align: center;
    text-shadow: #533d4a 1px 1px;
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.2);
    color: #FFFEE4;
    font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 6px solid #668385;
    float: left;
    margin-right: 26px;
}

.submit:hover {
    box-shadow:none;
}


.wp-caption {
    padding: 4px;
    margin: 0px 20px 20px 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    max-width: 242px;
    -moz-box-shadow: #533d4a 1px 1px, #533d4a 2px 2px, #533d4a 3px 3px, #533d4a 4px 4px;
    -webkit-box-shadow: #533d4a 1px 1px, #533d4a 2px 2px, #533d4a 3px 3px, #533d4a 4px 4px;
    box-shadow: #533d4a 1px 1px, #533d4a 2px 2px, #533d4a 3px 3px, #533d4a 4px 4px;
    background-color: #91B7BA;
    border: 1px solid #ddd;
    transition: box-shadow, transform 250ms ease-in-out;
}

.wp-caption:hover {
    -moz-box-shadow: #533d4a 1px 1px;
    -webkit-box-shadow: #533d4a 1px 1px;
    box-shadow: #533d4a 1px 1px;
    transform: translate(.5px , .5px);
}

.obal {
    overflow: hidden;
}

.wp-caption:hover > a img {
    transform: scale(1.1);
}




#main_map {
    height: 850px;
    border-radius: 6px;
}

.infobox:before {
    border-color: rgba(51,51,51,0);
    border-top-color: #999;
    border-width: 16px;
    left: 50%;
    margin-left: -16px;
}

infobox:after, infobox:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}


.infoWindow h3 {
    font-size: 18px;
    line-height: 1.2em;
    margin: 0 !important;
    padding: 7px 0px 7px 20px;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1.8px;
}
.infoWindow h3, .corePrettyStyle  {
    background: #7d7e7d;
    background: -moz-linear-gradient(top,#AEBEBF 0%,#0e0e0e 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#E5EBEB),color-stop(100%,#5A7F82));
    background: -webkit-linear-gradient(top,#AEBEBF 0%,#5A7F82 100%);
    background: -o-linear-gradient(top,#E5EBEB 0%,#5A7F82 100%);
    background: -ms-linear-gradient(top,#E5EBEB 0%,#5A7F82 100%);
    background: linear-gradient(top,#AEBEBF 0%,#5A7F82 100%);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.6);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #333;
    color: black;
    margin: 5px 2% 5px 2%;
}

.infowindowContent p {
    padding: 10px 10px 30px 20px;

}
.btn {
    display: inline-block;
    font-size: 12px;
    padding: 10px 20px;
    text-decoration: none;
    zoom: 1;
    position: absolute;
    bottom: -19px;
    right: 26px;
    background: #D6C193;
    z-index: 10;
    border: solid 1px #333;
    animation-name: fadinging;
    animation-duration: 250ms;
    animation-iteration-count: 1;
    font-weight: 500;
    border-radius: 6px;
    will-change: opacity;
    margin-bottom: 1px;
    -moz-box-shadow: #533d4a 1px 1px, #533d4a 2px 2px;;
    -webkit-box-shadow: #533d4a 1px 1px, #533d4a 2px 2px;
    box-shadow: #533d4a 1px 1px, #533d4a 2px 2px;
    letter-spacing: 0.8px;
    background-image: linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.05) 49%, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
    border-color: rgba(0,0,0,0.2);
    will-change: background, color, box-shadow;
    transition: box-shadow 250ms ease-in-out, background 250ms ease-in-out, color 250ms ease-in-out;

}

.btn:hover {
    background: #FFFEE4;
    box-shadow: none;
    color: #F25036;
}

@keyframes fadinging {
    from {opacity: 0;}
    to {opacity: 1;}
}

#map  div[role=button]{

    font-size: 14px !important;
    background: #FFFEE4 !important;
    height: auto !important;
    padding: 6px 23px !important;
    margin: 2px !important;

}
.gm-style .gm-style-mtc div{
    font-size: 14px !important;
    background: #FFFEE4 !important;
}
#map .gmnoprint {
    margin: 4px 14px 4px 4px !important;
    background: #FFFEE4 !important;
}

.gm-svpc, .gmnoprint
{
    margin: 4px !important;
    background: #FFFEE4 !important;
}
.gm-control-active {
    background: #FFFEE4 !important;
}

footer .inline.hr_holder {
    display: block;
}


.gm-style .gm-style-iw {

    top: 0!important;
    left: 0!important;
    bottom: 0!important;
    overflow: visible;
    width: 100% !important;
    position: relative !important;
    min-width: 280px;
    box-sizing: border-box;
	padding: 0 !important;
	transform: translate(0%,0%) !important;
	max-width: 560px !important;

}


.gm-style-iw-t::before,.gm-style .gm-style-iw-t::after {
	display:none !important;
}

.gm-style-iw > div {
    display: block!important;
}

.gm-ui-hover-effect {
    opacity: .7;
    color: black;
    background-color: red;
    cursor: pointer;
    font-weight: bold;
    border-radius: 3px;
    margin: 0 9px 11px 0;
    line-height: 3rem;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #607779;
    margin-right: 0;
    font-size: 2em;
    color: #FFFEE4;
    transition: text-shadow 0.2s ease, color 0.2s ease;
    background-image: radial-gradient(rgba(255, 255, 255, 0.02) 2% , rgba(0, 0, 0, 0.05) 60% , rgba(0, 0, 0, 0.1) 100%);
	top:0 !important;
	right:0 !important;

}

.infoWindow figure {
    display: flex;
    padding: 32px 20px 0 20px;

}

.infoWindow figcaption {
    padding-top: 16px;
    font-size: 13px;
    letter-spacing: 0.6px;
}

.infoWindow h3 a{
    color: #26232F !important;
    text-decoration: none;}

.neviditelne {
    opacity: 0;
}

.viditelne {
    opacity: 1;
}



/* FROSTED */

.frosted-effect {
    min-height: 80vh;
    box-sizing: border-box;
    margin: 0;
    padding: 1em;
    padding-top: 5em;
    font: 150%/1.6 'acherus_grotesque_-_regular', Arial;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 80%;
    -moz-box-shadow: 0px -1px 37px #000000 inset, 0 0 0 6px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0px -1px 37px #000000 inset, 0 0 0 6px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0px -1px 37px #000000 inset, 0 0 0 6px rgba(0, 0, 0, 0.5) inset;
    border-radius: 6px;
    align-content: flex-start;
    align-items: flex-start;
}

.frosted-effect, .frosted-glass::before, .frosted-effect .menu-item::before {
    background: url("./assets/images/mainmapa.jpg") 0/cover fixed;
    margin: 40px;
}

.frosted-glass, .frosted-effect .menu-item {
    z-index: 4;
    text-align: center;
    position: relative;
    margin: 1% auto;
    padding: 1em;
    max-width: 23em;
    background: rgba(255, 255, 255, 0.25) border-box;
    overflow: hidden;
    border-radius: .3em;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3) inset, 0 0.5em 1em rgba(0, 0, 0, 0.6);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
    font-family: inherit;
    width: 40%;
    box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 16px;
}

.frosted-glass img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
    border-radius: 6px;
}

.frosted-glass::after, frosted-effect .menu-item::after {
    clear: both;
    content: "";
    display: table;
}

.frosted-glass p:last-of-type {
    text-align: right;
    font-style: italic;
}

.frosted-glass p:last-of-type span {
    font-weight: bold;
}

.frosted-glass::before, .frosted-effect .menu-item::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: -30px;
    z-index: -1;
    -webkit-filter: blur(15px);
    filter: blur(15px);
}

.frosted-glass  h4 {
    color: #26232F;
    font-family: inherit;
    text-align: left;
    font-size: 22px;
    border-radius: 6px;
    line-height: 150%;
    margin-top: 0px;
}

.frosted-glass a {
    text-decoration: none;
}

.menu-front-page-menu-container {
    width: 100%;
}
.menu-front-page-menu {
    display: flex;
    flex-wrap: wrap;
}
.button_holder {
    justify-content: flex-end;
}

.lokace {
    margin-right:  40px;
}

.footer a{text-decoration:none; }
.footer a:hover{text-decoration:underline; }


.maintext pre a {
    color: #F25036;
}


/* ARCHIVES */

.archives {
    display: flex;
    flex-wrap: wrap;
    max-width: 100vw;
}


.lit_item h4 {
    color: #533d4a;
    font-size: 16px;
    border-radius: 0 6px 6px 0;
    display: inline-block;
    white-space: nowrap;
    padding: 6px 10px;
    margin: -9px 0 0 -26px;
    position: absolute;
    top: 6px;
    opacity: .3;
    right: 0;
}


.archives .entry {
    display: block;
    margin: 0 26px 26px 0;
    min-width: 242px;
    min-height: 152px;
}
.archives .entry img {
    box-shadow: 2px 5px 6px 0 rgba(0, 0, 0, 0.2);
    transition: box-shadow 150ms ease-in;
    border-radius: 4px;
}

.archives .entry img:hover {
    box-shadow: 2px 5px 6px 0 rgba(0, 0, 0, 0);
}
.page-template-pohledy .cf {
    margin-top: 0;
    padding-top: 0;
}

.page-template-pohledy.page .sheet {
    padding: 0 40px 80px 40px;
}

figcaption .source {
    width: 100%;
    text-align: right;
    display: block;
    padding-right: 6px;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    padding: 6px 0 0 0;
    font-size: 10px;
    letter-spacing: 0.4px;
    align-self: flex-end;
}

.imag_title {
    line-height: 100%;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    margin-left: 1px;
    flex: 1;
}

.odsazeni2 {
    display: flex;
    justify-content: flex-end;
}

.lightbox_trigger {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.lit_item {
    margin: 0 0 26px 0;
    background: #607779;
    padding: 26px 16px 10px 10px;
    position: relative;
}

.lit_item i,
.lit_item em{
    color: #FFFEE4;
}

.lit_item  a {
    color: #F25036;
    background: #BDB59E;
    padding: 6px 16px;
    border-radius: 6px;
    will-change: background, box-shadow;
    transition: color 150ms ease,
    background 150ms ease,
    box-shadow 150ms ease;
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.2);
    white-space: nowrap;
}
.lit_item  a:hover {
    color: #232D2E;
    background: #FFFEE4;
    box-shadow: none;

}
.lit_item  p {
    line-height: 26px;}

.page-template-literatura .sheet {
    padding: 0;
}

.page-template-literatura  .cf {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
    margin-top: 0;
    padding: 0 40px;
    position: relative;
}

.head_line {
    display: flex;
    align-items: center;
}

.frosted-glass img {
    width: 150px;
}

.incoming{
    animation-name: example;
    animation-duration: 300ms;
    animation-iteration-count: 1;
}

@keyframes example {
    from {transform:scale(0);}
    to {transform:scale(1);}
}

.cf_hidden {
    display: none;
}

.cf.hidden.display{
    display: flex;
    flex-wrap: wrap;
}

.load {
    padding: 30px 120px;
    font-size: 1.5em;
}

.gm-style img {
    max-width: none;

}

h2.section_title {
    padding: 20px 40px;
    text-align: left;
    background: #607779;
    display: inline-block;
    margin: 40px;
    color: #FFFEE4;
    box-shadow: 2px 5px 6px 0 rgba(0, 0, 0, 0.2);
    text-shadow: #533d4a 2px 2px;
    border-radius: 6px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 4.8px;
    border: 1px solid #FFFEE4;
    background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1% , rgba(0, 0, 0, 0.05) 60% , rgba(0, 0, 0, 0.15) 100%);
}

.cats {
    color: #607779;
    padding: 0;
}

.cats .category-header h2 {

    padding: 20px 40px 20px 60px;
    text-align: left;
    font-size: 36px;
    letter-spacing: 2.8px;
    background-image: -webkit-linear-gradient(#FFFEE4 45%, #607779);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.catline {
    padding: 0 40px;
    background: #FFFEE4;
    display: flex;
    flex-wrap: wrap;
    max-width: 100vw;
    width: 100%;
    position: relative;
    padding: 20px 40px;
    margin-bottom: 80px;
}

.catline:before {
    content: '';
    width:40px;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background: #607779; /* Old browsers */
    background: -moz-linear-gradient(left, #607779 0%, #fffee4 43%, #fffee4 43%, #fffee4 67%, #fffee4 67%, #fffee4 93%, #fffee4 93%, #fffee4 94%, #fffee4 94%, #fffee4 96%, #fffee4 96%, #fffee4 98%, #fffee4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #607779 0%,#fffee4 43%,#fffee4 43%,#fffee4 67%,#fffee4 67%,#fffee4 93%,#fffee4 93%,#fffee4 94%,#fffee4 94%,#fffee4 96%,#fffee4 96%,#fffee4 98%,#fffee4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #607779 0%,#fffee4 43%,#fffee4 43%,#fffee4 67%,#fffee4 67%,#fffee4 93%,#fffee4 93%,#fffee4 94%,#fffee4 94%,#fffee4 96%,#fffee4 96%,#fffee4 98%,#fffee4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#607779', endColorstr='#fffee4',GradientType=1 ); /* IE6-9 */
}


.ctvrti {
    position: relative;
    z-index: 100;
    top: 252px;

}

.content_header_tax {
    padding-top: 64px;
    max-width: 100vw;
    position: relative;
}

#form-messages h3 {
    text-align: center;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    padding: 0.625em 0.4375em;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 6px;
    background: #335454;
    color: #FDE77F;
	box-sizing: border-box;
}

#form-messages {
    display: none;

}
#theForm input, #theForm textarea {
    border: none;
    padding: 10px 12px;
    background: #D3D3D3;
    border-radius: 2px;
    box-shadow: inset 0px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
    width: 100%;
    box-sizing: border-box;
}

.specilline .btn {
    position: relative;
}

.frosted-glass.contact {
    width: 61%;
}
.reply-title {
    padding-bottom: 10px;
    margin: 0;
    color: #FFFEE4;
    background: #607779;
    padding: 10px 40px;
    font-size: 1.5em;
    letter-spacing: 1.4px;
    border-left: 0.2px solid rgba(0, 0, 0, 0.2);
    border-right: 0.2px solid rgba(0, 0, 0, 0.2);
    border-top: 0.2px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 26px;
}

.send-butt {
margin: .4rem .5rem .2rem 0;
border: none;
padding: .7rem 1.2rem;
background: #91B7BA;
border-radius: 3px;
/* float: right; */
color: #FFFEE4;
font-weight: bold;
-moz-box-shadow: #533d4a 1px 1px, #533d4a 2px 2px, #533d4a 3px 3px, #533d4a 4px 4px;
-webkit-box-shadow: #533d4a 1px 1px, #533d4a 2px 2px, #533d4a 3px 3px, #533d4a 4px 4px;
box-shadow: #533d4a 1px 1px, #533d4a 2px 2px, #533d4a 3px 3px, #533d4a 4px 4px;
transition: box-shadow 250ms ease-in-out;
display: inline-block;
cursor: pointer;
letter-spacing: 1.8px;
font-weight: 500;

}


.entry a h4 {
    position: absolute;
    cursor: pointer;
    font-size: 13px;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #607779;
    color: #FFFEE4;
    padding: 10px 20px;
    text-decoration: none;
    letter-spacing: 2.4px;
    text-shadow: #533d4a 1px 1px;
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.2);
    transition: background 0.2s ease, box-shadow 0.2s ease;
    max-width: 242px;
    box-sizing: border-box;
}

.category-header {
    width: 100%;
    letter-spacing: 1.4px;
    background: #607779;
    color: #FFFEE4;
}

.infoWindow img {
    margin: 0 16px 0 0;
    border-radius: 0 0 4px 4px;
}

@media screen and (min-width: 992px) {
    #main_map {
        width: 80%;
        margin: 40px;

    }


}

@media screen and (max-width: 992px) {
    .frosted-glass h4 {

        display: inline-block;
        text-align: left !important;
    }

    .frosted-glass {
        text-align: left !important;
    }

    #main_map {
        height: 850px;
        margin: 6px 3px 0 3px;
        width: calc(100vw - 16px);
        box-sizing: border-box;
    }

    .frosted-effect {
        margin: 6px;
        width: calc(100vw - 16px);
        box-sizing: border-box;
    }
	
    .frosted-glass {
        margin: 16px;
        width: 100%;
    }
    .catline {
        width: 100%;
        box-sizing: border-box;
    }

}

@media screen and (max-width: 420px) {
.page-template-literatura .cf {
    padding: 0 !important;
}
}



img[src^='/wp-content/themes/promeny/assets/images/zoom.png']{

}