/*
Theme Name: praha 2
Theme URI:
Author: Jan Purkert
Author URI: http://www.purkert.cz
Description:
Version: 0.1
License: Apache License, Version 2.0
License URI: http://www.apache.org/licenses/LICENSE-2.0
Tags: turorial, blank
*/

/* =WordPress Core
-------------------------------------------------------------- */

html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}

@import url('https://fonts.googleapis.com/css?family=Lato|Roboto');


* {
    margin:0;
    padding: 0;

}

.navigace  {

    border-right: 6px solid #607779;
    margin: 0;
    width: 200px;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.3) inset, 0 0.5em 1em rgba(0,0,0,0.6);
    padding-top: 252px;
    background: #FFFEE4;
    padding-left: 23px;
    padding-right: 10px;
    box-sizing: border-box;

}

h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 42px;
    margin: 0;
    line-height: 47px;
    letter-spacing: 2px;
    margin-top: 8px;
    position: relative;
    display: inline-block;
}


@media screen and (max-width: 480px) {
header h1 {
    font-size: 26px !important;
    margin: 0!important;
    display: flex;
    flex-direction: column;
    padding: 16px 26px !important;
    line-height: 26px;
}

    h2.section_title {
        margin: 0 0 40px 0 !important;
    }
    .content_header {
        padding-top: 0!important;
    }
}

@media screen and (max-width: 668px) {

header h1 {
    font-size: 26px;
    margin: 12px;
    display: flex;
    flex-direction: column;
    padding: 0 26px;
    line-height: 26px;
}

}


@media screen and (max-width: 992px) {

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

    .content {
        flex-direction: column;
    }

    h1 {
        margin-left: 40px;
    }

    .navigace {
        padding-top: 26px;
        position: absolute;
        z-index: 1;
        display: none;
    }

    .mobile_nav {
        display: block;
        position: absolute;
        right: 0;
        top: 16px;
    }

    .art-menu-btn {
        background: black;
        margin: 0 6px;
        padding: 10px;
        position: relative;
        vertical-align: bottom;
        width: 30px;
        display: block;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        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;
        flex-direction: column;
    }

    .art-menu-btn span {
        background:  #FFFEE4;
        display: block;
        height: 6px;
        margin: 3px 1px;
        position: relative;
        -o-transition: background .2s;
        -webkit-transition: background .2s;
        transition: background .2s;
        width: 100%;
    }

    header {
        min-width: 20px;
    }

    #map {
        margin: 40px 0;
        width: auto;
    }

    .comment-respond, .commentsform {
        margin: 0;
        width: auto;
    }

    .comments_para {
        margin: 26px 0;
    }

    footer .inline.hr_holder {
        display: block;
        max-width: 100vw;
        padding: 40px 40px 40px 0;
    }




}


@media screen and (min-width: 993px) {

    .mobile_nav {
        display: none;
    }


    header {
        min-width: 700px;
    }

    #map {
        margin: 40px;
        width: auto;
    }

}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
}


.toploader, #imgloader {
    position: fixed;
    left: 48%;
    top: 48%;
    text-align: center;
    line-height: 0;
    z-index: 10000;
    border: 6px solid #f3f3f3;
    border-top: 6px solid #FF5249;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;

}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#imgloader{
	display:none; 
}
#imgloader.showing {
	display:block; 
}

.sheet,.cf, footer, .content, body  {
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
}

body {
    font-family: 'Roboto', sans-serif;
    -webkit-box-orient: vertical;
    flex-direction: column;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    box-sizing: border-box;
    font-size: 16px;
    letter-spacing: 0.4px;

}



p {
    line-height: 149%;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;

}

li {
    display: block;
}

a {
    color: #232D2E;
    text-decoration: none;
}

h4 {
    margin-bottom: 6px;
}


/* HEADER */

header {
    border-bottom: 1px solid #D6D3DE;
    margin: 0 auto;
    background-repeat: no-repeat;
    height: 100px;
    position: relative;
    max-width: 1920px;
    width: 100%;
    z-index: auto !important;
    box-shadow: 0 0 0 6px rgba(255,255,255,0.15) inset, 0 3px 10px rgba(0,0,0,0.6);
    background: #607779;
    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%);

}
.title {
    transform: rotate(-5deg);
    display: block;
    float: left;
    position: relative;
    font-family: 'Lato', sans-serif;
}

.barvicka:nth-child(1) {
    color: #FF5456;
}
.title span {
    transform: skew(-10deg);
    display: block;
    float: left;
    text-shadow: #533d4a 1px 1px, #533d4a 2px 2px, #533d4a 3px 3px, #533d4a 4px 4px, #533d4a 5px 5px, #533d4a 6px 6px;
    min-width: 10px;
    min-height: 10px;
    position: relative;
}

.barvicka:nth-child(2) {
    color: #2b9f5e;
}

.barvickazlut {
    color: #EBB35F;
    margin-left: 10px;
}

.char1 {
    bottom: 0px;
    opacity: 1;
}

/* SIDEBAR */

.nav_seznam .butty {
    display: block;
}

.navigace h2 {
    position: absolute;
    bottom: 10px;
}

.butty:hover, btn:hover, #menu-sidebar-menu li:hover {
    background: #D1DBDC;
    text-decoration: none;
    -moz-box-shadow: #533d4a 1px 1px;
    -webkit-box-shadow: #533d4a 1px 1px;
    box-shadow: #533d4a 1px 1px;
}

.butty a, #menu-sidebar-menu li a  {
    text-decoration: none;
    padding: 12px 24px;
    display: inherit;
    color: #232D2E;
    font-size: 14px;
    font-family: inherit;
    letter-spacing: 0.8px;
    font-weight: bold;

}

.butty, #menu-sidebar-menu li {
    border: 1px solid rgba(0,0,0,0.5);
    -webkit-background-origin: border !important;
    -moz-background-origin: border !important;
    background-origin: border-box !important;
    background: #BDB59E;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-family: inherit;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
    position: relative;
    margin-bottom: 20px;
    -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;

    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;


}



.butty {
    display: inline-block;
}


.butty:hover, btn:hover, #menu-sidebar-menu li:hover {
    background: #FFFEE4;
    text-decoration: none;
    -moz-box-shadow: #533d4a 1px 1px;
    -webkit-box-shadow: #533d4a 1px 1px;
    box-shadow: #533d4a 1px 1px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    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));
    color: #F25036;
}



.butty a, #menu-sidebar-menu li a  {
    text-decoration: none;
    padding: 12px 24px;
    display: inherit;
    color: #232D2E;
    font-size: 14px;
    font-family: inherit;
    letter-spacing: 0.8px;
    font-weight: bold;
    -webkit-box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.4), inset 0 0 0.1em rgba(255,255,255,0.9);
    box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.4), inset 0 0 0.1em rgba(255,255,255,0.9);

}

#menu-sidebar-menu li {
    display: block;
}
#menu-sidebar-menu > li:first-child{
    margin-bottom: 52px;
}

#menu-sidebar-menu > li:first-child a::before {
    content: '';
    position: absolute;
    bottom: -24px;
    left: 18px;
    background-image: url(./assets/images/location.png);
    width:32px;
    height: 37px;
    background-repeat: no-repeat;
    display: block;

}
.nav_seznam .butty {
    display: block;
}

.navigace h2 {
    position: absolute;
    bottom: 10px;
}

#menu-sidebar-menu .sub-menu li {
    margin: 3px 0 6px 26px;
}
#menu-item-931 {
    margin-top: 42px;
}
.butty a, #menu-sidebar-menu li a  {
    text-decoration: none;
    padding: 12px 24px;
    display: inherit;
    color: #232D2E;
    font-size: 14px;
    font-family: inherit;
    letter-spacing: 0.8px;
    font-weight: bold;

}

.sub-menu {
    position: absolute;
    margin: 16px 0;
    width: 100%;
}

.menu-sidebar-menu-container #menu-item-461 {
    margin-top: 42px;
}

/* LAYOUT */

.chat-box, .enter {
    background: #FFFEE4;
    padding: 40px;
    color: #607779;
}

.cf{
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-bottom:40px;
    margin-top: 4px;
    position: relative;
    max-width: 100vw;
    box-sizing: border-box;
}



.sheet {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-top:1px solid #403B4E;
    margin:0;
    position:relative;
    cursor:auto;
    max-width:1920px;
    z-index:auto !important;
    flex-direction: column;
}


.content {
    border-top: 1px solid #403B4E;
    margin: 0;
    position: relative;
    cursor: auto;

    max-width: 1920px;
    z-index: auto !important;
    background: linear-gradient(to bottom, #405166 0%, #656f6f 100%);
    min-height: 100vh;
}



/* FOOTER */


footer {
    background: #D6D3DE;
    border-top: 1px solid #FFFEE4;
    margin: 0;
    position: relative;
    color: #2A3637;
    font-size: 16px;
    font-family: inherit;
    line-height: 150%;
    -webkit-box-orient: vertical;
    flex-direction: column;
    padding-left: 40px;
    padding-top: 60px;
    background: linear-gradient(to top, #405166 0%, #656f6f 100%);
}


.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;

}



footer .inline.hr_holder {
    display: block;
}

.odsaz {
    margin-top: 20px;
}

.buffer {
    display: block;
    width: 100%;
    margin-top: 50px;
    clear: both;
}

.footer .butty {
    padding: 10px 20px;
    text-decoration: none !important;
}




.odsazeni3 {
    padding: 16px 0;
    color: rgba(255,255,255,.8);
}
.odsazeni3 a {
    color: rgba(255,255,255,.6);
}

/* FOOTER  */
.footer_butts li a {
    cursor: pointer;
    width: 5rem;
    height: 3rem;
    font-size: 1.2em;
    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;
    font-size: 1em;
    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;
    background-image: radial-gradient(rgba(255, 255, 255, 0.02) 2% , rgba(0, 0, 0, 0.05) 60% , rgba(0, 0, 0, 0.2) 100%);
    white-space: nowrap;
}

hr {
    background: #FFFEE4;
}
.footer_butts li a:hover {
    background: #F25036;
    text-decoration: none;
    box-shadow: none;

}


.footer .inline {
    max-width: 1240px;
    display:-webkit-box;
    display:inline-flex;
    display:-webkit-inline-flex;
    display:-ms-inline-flexbox;
}


.footer h3 {
    padding: 10px;
    background: #607779;
    color: #FFFEE4;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1.8px;
    font-family: inherit;
    font-weight: 700;
    font-size: 26px;
    text-shadow: #533d4a 1.4px 1.4px;
    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%);
}

.footer .inline .lists {
    flex: 1;
    padding: 0;
    margin: 0 40px 20px 0;
    background: #91B7BA;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}

.footer_butts {
    padding: 10px;
}

.button_holder {
    justify-content: flex-end;
    margin: 36px 0 62px 0;

}

.hidden {
    display: none;
}


.odsazeni3 {
    padding: 16px 0;
    color: rgba(255,255,255,.8);
    flex-direction: column;
}
.odsazeni3 a {
    color: rgba(255,255,255,.6);
}
.odsazeni3 p  {
    margin-bottom: 26px;
}


    /*  LIGHTBOX */

figcaption {
    font-family: 'Roboto', sans-serif;
    padding: 6px 4px;
    font-size: 10px;
    letter-spacing: 0.4px;
    display: flex;
    flex-direction: column;
    flex: 1;
}


#lightbox {
    display: none;
}

#lightbox {
    position:fixed;
    text-align:center;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 40px;
    background: rgba(0,0,0,.6);
}

#lightbox img {
    box-shadow:0 0 25px #111;
    -webkit-box-shadow:0 0 25px #111;
    -moz-box-shadow:0 0 25px #111;
    max-width: calc(100vw - 80px);
    object-fit: contain;
    max-height: 100vh;
    max-height: 94vh;

}



.close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 5rem;
    height: 3rem;
    font-size: 1.2em;
    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%);
    z-index: 1;
}

.close:hover {
    color: #FF5456;
    text-shadow: #533d4a 1px 1px;

}

.whole {
    display: inline-block;
    max-width: calc(100vw - 40px);
    position: relative;
    max-height: calc(100vh - 40px);
}

#content {
    background: black;
}

.content_header {
    padding-top: 104px;
    max-width: 100vw;
    position: relative;
}

.button_next,  .button_prev {
    position: absolute;
    background: #607779;
    color: #FFFEE4;
    padding: 4rem 2rem;
    text-decoration: none;
    top: calc(50% - 37px);
    opacity: 0.25;
    transition: opacity 250ms ease-in,
    text-shadow 0.2s ease,
    color 0.2s ease;

}

.button_next:hover,  .button_prev:hover {
    opacity: 1;
    text-shadow: #533d4a 1px 1px;
    color: #FF5456;
}
.button_prev {
    left: 0;
}
.button_next {
    right: 0;
}

.drug {

    width: 100%;
    min-height: 100%;
    background: #6A9C92;
    font-size: 16px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 4rem;
}


.drug span, .drug span {
    margin: -2rem 0;
    color: #F74545;
    align-self: center;
    font-size: 34rem;
    letter-spacing: -1rem;
    transition: font-size .3s ease;
    text-shadow: 0px 0px 0 #FFAC78, -1px 1px 0 #FFAC78, -2px 2px 0 #FFAC78, -3px 3px 0 #FFAC78, -4px 4px 0 #FFAC78, -5px 5px 0 #FFAC78, -6px 6px 0 #FFAC78, -7px 7px 0 #FFE2A8, -8px 8px 0 #FFE2A8, -9px 9px 0 #FFE2A8, -10px 10px 0 #FFE2A8, -11px 11px 0 #FFE2A8, -12px 12px 0 #FFE2A8, -13px 13px 0 #FFE2A8, -14px 14px 0 #FFE2A8, -15px 15px 0 #FFE2A8, -16px 16px 0 #FFE2A8, -17px 17px 0 rgba(0, 0, 0, 0.19), 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.25), 0 3px 5px rgba(0, 0, 0, 0.28), 0 5px 10px rgba(0, 0, 0, 0.35), 0 10px 15px rgba(0, 0, 0, 0.4), 0 20px 20px rgba(0, 0, 0, 0.45);
}

.drug span.one, .drug span.one {
    -webkit-transform: rotate(-26deg);
    transform: rotate(-26deg);
}

.drug span.two, .drug span.two {
    color: #423845;
    font-size: 36rem;
}

.drug span.mid, .drug span.mid {
    color: #423845;
    font-size: 6rem;
    margin-left: -7rem;
    margin-top: 16rem;
    z-index: 3;
    letter-spacing: -6px;
}

.drug span.three, .drug span.three {
    -webkit-transform: rotate(26deg);
    transform: rotate(26deg);
    margin-left: -5rem;
    margin-top: -8rem;
}

.quarter-link, .taxonomy a {
    cursor: pointer;
    font-size: 1.2em;
    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;
    font-size: 1em;
    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);
    will-change: background, box-shadow,color  ;
    transition: background 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease;

}

.quarter-link:hover, .taxonomy a:hover {
    background: #FFFEE4;
    box-shadow: none;
    color: #F25036;
    text-shadow: white 1px 1px;

}

.chat-container {
    margin: 2rem auto 0;
    box-shadow: 2px 5px 6px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
    box-sizing: border-box;

}


.chat-container .header, .comments h2 {
    width: 100%;
    letter-spacing: 1.4px;
    background: #607779;
    color: #FFFEE4;
}

.chat-box, .enter {
    background: #FFFEE4;
    padding: 40px;
    color: #607779;
}

.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;
}

.navigace.visible {
    display: block;
    overflow: scroll;
    -webkit-animation-name: scrolling;
    animation-name: scrolling;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    z-index: 1000;
    overflow: hidden;
    border-bottom: 6px solid #607779;
}
@keyframes scrolling {
    0%   {-webkit-transform:translate(-240px,0);-ms-transform:translate(-240px,0);transform:translate(-240px,0) }
    100% {-webkit-transform:translate(0px,0);-ms-transform:translate(0px,0);transform:translate(0px,0)}
}



@media screen and (max-width: 419px) {
    .cf{
        padding: 0;
        justify-content: center;
    }
    .cf .wp-caption {
        margin: 6px 20px 0 0;
    }

    footer {
        padding-left: 8px;
    }

    .footer .inline .lists {
        margin: 0 8px 20px 0;
    }
}


@media screen and (min-width: 420px) {
    .cf{
        padding: 40px;
    }
}


@media only screen and (min-width: 960px) {
    .footer {
        padding-left: 240px !important;
    }

}

@media screen and (min-width: 460px) and (max-width: 1158px){

    .footer_butts {
        display: flex;
        flex-wrap: wrap;
    }




}

@media screen and (max-width: 1158px){
	
    .lists {
        flex-direction: column;
    }

}

.showing {
	display: flex; 
}

#form-messages.showing {
	display: block!important;
}

#cookies {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #000;
    z-index: 1000;
    border-top: 1px solid rgba(255,255,255,1);
    border-bottom: 1px solid #999;
    background: #ccc;
    background: -webkit-linear-gradient(#F9F9F9, #CCC);
    background: -moz-linear-gradient(#F9F9F9, #CCC);
    background: -o-linear-gradient(#F9F9F9, #CCC);
    background: -ms-linear-gradient(#F9F9F9, #CCC);
    background: linear-gradient(#F9F9F9, #CCC);
    -webkit-box-shadow: 0 10px 25px -10px rgba(0,0,0,.9);
    box-shadow: 0 10px 25px -10px rgba(0,0,0,.9);
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20%;
}

#cookies button, #cookies a {
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #fff;
    cursor: pointer;
    color: #D9271F;
    letter-spacing: 1.4px;
    margin: 4px 4px 4px 22px;

}
#donation {
	display:none; 
}


#donat.ukazse{
	display:block;
}

.maintext p {
	max-width: 680px; 
}
.header_inner {
    margin-left: 240px;
}

header {
    border-bottom: 1px solid #D6D3DE;
    margin: 0 auto;
    background-repeat: no-repeat;
    height: 100px;
    background-image: url(assets/images/header.jpg);
    background-position: center top;
    position: relative;
    min-width: 700px;
    max-width: 100vw;
    width: 100%;
    z-index: auto !important;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.15) inset, 0 3px 10px rgba(0, 0, 0, 0.6);
	    background-size: cover;
}

h1 a {
    font-size: 36px;
    font-family: inherit;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 1px;
    word-spacing: 10px;
    text-shadow: 1.4px 1.4px 0px rgba(255, 255, 255, 0.8), -1.4px -1.4px 0px rgba(23, 23, 23, 0.5);
    padding: 0;
    margin: 0;
    color: #D6C193 !important;
    white-space: nowrap;
}
.vzkrik span,
.vzkrik a {
    text-shadow: none !important;
    word-spacing: 1px;
    font-family: inherit;
    margin-left: 10px;
    font-size: 36px;
    font-family: inherit;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 1px;
    word-spacing: 10px;
    text-shadow: 1.4px 1.4px 0px rgba(255, 255, 255, 0.8), -1.4px -1.4px 0px rgba(23, 23, 23, 0.5);
    padding: 0;
    margin: 0;
    color: #D6C193 !important;
    white-space: nowrap;
}

.menu li a {
    border: 1px solid rgba(0, 0, 0, 0.5);
    -webkit-background-origin: border !important;
    -moz-background-origin: border !important;
    background-origin: border-box !important;
    background: #D6C193;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-family: inherit;
    font-size: 16px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
    display: block;
    padding: 10px 20px 10px 10px;
    display: inherit;
    margin-bottom: 14px;
}
.gm-style-iw-ch  {
    display: none;
}
.gm-style-iw-chr  {
    position: absolute;
    top: -4px;
    right: 0;
    z-index: 10;
}
.gm-style .gm-style-iw-tc {
    display: none;
}

.home .content .inline {
    max-width: 860px;
    background: white;
    padding: 20px;
}

.page-template-default .sheet {
    background: white;
}

.page-template-default .sheet p {
    max-width: 860px;
}

.page-template-seznamy .content h2 {
    background-color: white;
    color: black;
    margin-bottom: 6px;
    padding: 2px 6px ;

}