@import url('https://fonts.googleapis.com/css?family=PT+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,700,700i,800,800i,900,900i&subset=latin,latin-ext');
body {
    font-family: 'PT Sans', sans-serif;
    font-size: 0.85em;
    color: #333333
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'PT Sans', sans-serif;
    font-size: 1.35em;
    margin-bottom: 10px;
    color: #333333  
}
a {
    transition: all .7s;
    text-decoration: none;
    color: #339900
}
a:hover, a:active, a:focus {
    text-decoration: underline;
    transition: all .7s
}
p {
    line-height: 1.15em;
    margin: 0 0 1.0em 0
}
.date {
    display: block;
    margin: 0 0 .5em 0
}
/* START - page + header + container */
#page_wrap {
    background: #ffffff;
    position: relative;
    overflow: hidden;
}


#header_wrap {
    position: fixed;
    width: 100vw;
    height: 5em;
    transition: .3s;
    box-shadow: rgb(200, 200, 200) 0px 2px 2px 1px;
    background: #f0f0f0;
    z-index: 1
}
header {
    width: 97vw;
    margin: 0 auto
}
#container_logo {
    float: left;
    margin-top: 1.2em
}
#container_logo img {
    width: 120px
}



/* START - menu + submenu */
#toggle_menu {
    display: none;
    position: absolute;
    z-index: 1;
    right: 1em;
    margin-top: 0vw
}
nav {
    margin-top: 1em;
    float: left
}
#menu li {
    list-style-type: none;
    text-decoration: none;
    display: inline-block
}
#menu li:last-of-type:after {
    content: none
}
#menu li a {
    padding-right: 1vw;
    padding-left: 1vw;
    display: block;
    line-height: 2em;
    text-decoration: none;
    font-family: 'PT Sans', sans-serif;
    font-size: 1.5em;
    font-weight: 600;
    transition: .7s;
    color: #333
}
#menu li:last-of-type a:after {
    content: "";
    margin: 0
}
#menu li a:hover, #menu li a:active, #menu li a:focus {
    text-decoration: none;
    color: #339900;
    transition: .7s
}
#menu li.active a {
    padding-right: 1.5vw;
    padding-left: 1.5vw;
    color: #339900
}
.submenu {
    width: 80vw;
    position: absolute
}
.submenu ul {
    /*display: block;
    margin: 0 auto;*/
    text-align: right
}
.submenu li {
    list-style-type: none;
    text-decoration: none;
    display: inline-block;
    margin-right: 10px
}
.submenu li a {
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    color: #333333;
    font-size: 1em;
    transition: .4s;
    text-align: center;
    border-radius: 5px
}
.submenu li a {
    height: 32px;
    background: #fff;
    color: #339900;
    line-height: 32px;
    padding: 0 10px;
    font-weight: 500;
    border: 1px solid;
    border-color: #339900
}
.submenu li a:hover {
    background: #339900;
    color: #000;
    text-decoration: underline
}
.submenu li a:hover, .submenu li a:active, .submenu li a:focus {
    color: #fff;
    transition: .4s;
    border-radius: 5px
}
/* START - box + content + textbox + banner */

#box_intro {
    width: 100vw;
    margin: 0 auto;
    /*padding-top: 1em;*/
    overflow: hidden;
    background: #fff
}
#box_content {
    width: 80%;
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 6em;
    overflow: hidden;
    background: #fff
}
#content {
    width: auto;
    box-sizing: border-box;
    margin-top: 1em;
    overflow: hidden;
    padding-top: 0
}
#content th img {
    height: 2.5vw;
    float: right
}
#content th {
    font-size: 1.6vmax;
    text-transform: uppercase;
    color: #ffffff;
    background: #0a3969;
    width: 80vw;
    text-align: left;
    padding-top: 0.6vw;
    padding-left: 1vw;
    padding-right: 0.3vw;
    border-color: #0a3969;
    border-bottom: #b6341f;
    border-style: solid
}
#content td {
    color: #000;
    text-align: left
}
.textbox {
    width: auto;
    margin: 0 auto;
    padding-bottom: 15px
}
.textbox img[style*="left"] {
    max-width: 100%;
    margin: 0 1.0em 1.0em 0
}
.textbox img[style*="right"] {
    max-width: 100%;
    margin: 0 0 1.0em 1.0em
}
.textbox ul {
    margin-left: 40px;
    margin-bottom: 2.0em;
    color: #333333
}
.textbox ul li {
    font-size: 1.35em;
    list-style-position: outside;
    line-height: 1.4em;
    list-style-type: circle;
}
.textbox ol {
    margin-left: 40px;
    margin-bottom: 2.0em;
    color: #777777
}
.textbox ol li {
    margin-bottom: 5px;
    font-size: 1em;
    list-style-type: decimal;
    list-style-position: outside;
    line-height: 1.6em;
}
.textbox iframe {
    border: 0;
    max-width: 100%
}
.textbox h2 {
    font-size: 2em;
    font-weight: 600;
    font-style: italic
}
.textbox h3 {
    font-size: 1.7em;
    font-weight: 600;
    font-style: italic
}
.textbox p {
    font-size: 1.35em;
    color: #000000
}
/*
.textbox img {
    max-width: 25vmax
}*/
#titleDefault h1, #titleIntro h1 {
    font-family: 'PT Sans', sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    font-style: italic;
    display: inline
}
#titleDefault {
    width: 60%;
    margin-bottom: 1.75em
}
#titleIntro {
    width: 30%;
    margin-bottom: 1.75em
}

#content > .contentLeft, .contentRight {
    float: left;
    width: 48%;
    text-align: justify;
    margin-bottom: 3%;
}
.contentLeft {
    margin-right: 2%;
}
.contentRight {
    margin-left: 2%;
}

/* *** VYHLEDAT A ODEBRAT Z OSTATNICH CSS !!!!

*/


.page-foto-header{
    width: 80vw
}
.hr {
    width: 100%;
    height: 1px;
    float: left;
    margin: 3em;
    border-bottom-color: #e6e6e6;
    border-bottom-style: dashed;
    border-bottom-width: thin;
}
#vyhody {
    width: 100%;
    float: left;
    display: table;
    font-size: 0.9em
}
/*
#vyhody > .vyhody-wrapper:first-child {
    margin: 0px
}
#vyhody > .vyhody-wrapper:last-child {
    margin: 0px
}
*/
.vyhody-wrapper {
    max-width: 30%;
    height: auto;
    float: left;
    margin: 1em 0 3em;
}
.vyhody-image {
    float: left;
    max-width: 10vw;
    margin-top: 3vh;
    display: table-cell
}
.vyhody-text {
    display: table-cell;
    padding: 0 1.5em;
}

tr:nth-child(odd) {background: #f7fbf7}
tr:nth-child(even) {background: #f7f7f7}

#recenze {
    width: 80vw;
    float: left
}
.recenze-wrapper {
    max-width: 25vw;
    height: auto;
    float: left;
    margin: 0 1em
}
.recenze-wrapper-center {
    max-width: 25vw;
    height: auto;
    float: left;
    margin: 2em 1em;
    border-left-style: dashed;
    border-left-width: thin;
    border-left-color: #e6e6e6;
    border-right-style: dashed;
    border-right-width: thin;
    border-right-color: #e6e6e6
}
#recenze > .recenze-wrapper:nth-child(2) {
    margin: 4em 0;
}
#recenze > .recenze-wrapper:last-child {
    margin: 4em 0;
}
/*h2.rec-h2 {
    font-size: 1.8em;
    text-align: center;
    margin-bottom: 1em
}*/
.rec-nadpis {
    font-size: 1.5em;
    text-align: center
}
h5.rec-h5 {
    font-size: 1.8em;
    text-align: center;
    margin-bottom: 1em
}
.rec-hvezdy {
    width: 7.4em;
    margin: 0 auto
}
.rec-text {
    width: 75%;
    margin: 0 auto;
    text-align: center;
    margin-top: 1em
}
/* START - plugins */
#plugins {
    width: auto;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden
}
.plugin_container {
    border-top: 0;
    border-right: 0;
    border-bottom: 1px;
    border-left: 0;
    border-color: #96721d;
    border-style: solid;
    background: #f4f3f3;
    color: #000!important;
    margin: 0 0 2vmax 0;
    padding: 2vmax;
    text-align: center
}
.plugin_container p{
    font-size: 1.5vmax;
    text-align: center
}
.plugin_title {
    display: inline-block;
    font-size: 2vmax;
    text-transform: uppercase;
    color: #339900;
    background: #333333;
    width: 100%;
    height: 3vmax;
    padding-top: .5vmax;
    padding-left: 1vmax;
    font-family: 'PT Sans', sans-serif;
}

/* START - slideshow */
.slideshow_wrap {
    width: 100vw;
    overflow: hidden;
    padding-top: 5em;
    float: left;
    position: relative
}
.slideshow {
    position: relative;
    overflow: auto
}
.slideshow li {
    list-style: none
}
.slideshow ul li {
    float: left
}
.slideshow_wrap::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1
}
.slideFull{
    width: 100vw
}
/* START - fotogalerie + komentare */
.image_right {
    margin: 0 0 5px 5px;
    padding: 2px;
    /*border: solid 1px #a7a7a7;*/
    float: right
}
.image_left {
    margin: 0 5px 5px 0;
    padding: 10px;
    float: left
}
#fotogalerie_container {
    float: left;
    width: 100%;
    margin: 20px 0
}
#fotogalerie_container a {
    float: left;
    width: calc(33.33%);
    margin: 0;
    transition: .3s;
    display: block
}
#fotogalerie_container img {
    width: 94%;
    padding-top: 17px;
    display: block
}
.album_left {
    width: 100%;
    float: left
}
#komentare_container {
    width: 100%;
    box-sizing: border-box;
    padding: 2vmax;
    background: rgb(243, 243, 243);
    overflow: hidden
}
/* START - form + button */
.formfullname {
    display: none
}
input[type="text"], input[type="email"], textarea {
    width: 50vw;
    margin: .5em 0;
    height: 1.0em;
    padding: 1em;
    background: rgb(255, 255, 255);
    font-size: 100%!important;
    color: #547496
}
textarea {
    width: 50vw;
    height: 8.0em;
    background: rgb(255, 255, 255);
    font-size: 100%!important;
    color: #547496!important
}



#button_rezervace, .hodnoceni-button {
    width: 13vw;
   /* display: block; */
    margin: 0 auto;
    color: #000;
    border: 2px solid #339900;
    border-radius: 6px;
    padding: 0.5em;
    text-decoration: none;
    text-align: center;
    transition: .3s;
    font-size: 1.3em;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    cursor: pointer;
    background: 0;
    text-transform: uppercase;
    clear: both
}
.hodnoceni-button {
    margin: 1em auto;
    width: 17vw
}
#button_rezervace:hover, button:hover, .hodnoceni-button:hover {
    background: #339900;
    color: #fff
}
.bottom_navigation {
    float: right;
    padding: 2.0em 0;
    font-size: 75%
}
.bottom_navigation a:link, .zpetatisk a:visited, .zpetatisk a:active {
    text-decoration: none
}
.bottom_navigation a:hover {
    text-decoration: underline
}
/* START - footer + footer_up */
#footer_wrap {
    width: 100vw;
    font-size: 0.9em;
    text-align: center
}
footer {
    width: 80vw;
    margin: 0 auto;
    font-size: 1.1em;
    overflow: auto
}
.footer_right {
    margin-top: 25px;
    color: #121212
}
.footer_left {
    margin-top: 0.5em;
    color: #121212
}
#footer_wrap footer .left {
    margin: 10px 0
}
#footer_wrap footer .right {
    margin: 10px 0
}
#footer_wrap_up {
    width: 100%;
    float: left;
    background-color: #e6e6e6;
    /*background-position: 50% 50%;
    background-repeat: no-repeat;
    text-align: center;
    margin: 0 auto*/
}
#footer_up {
    width: 80%;
    margin: 0 auto
}
#footer_up, #footer_up a {
    text-decoration: none;
    color: #333333
}
#footer_up a:hover {
    color: #ff0000
}
.footer_left_up{
    float: left;
    font-size: 1.25vw;
    margin-top: 1%;
    margin-bottom: 2%;
    text-align: left;
    color: #333333
}
#footer_left_up1{
    width: 20%
}
#footer_left_up2{
    width: 25%
}
#footer_left_up3{
    width: 30%
}
#footer_left_up4{
    text-align: right;
    width: 25%
}
.footer_title {
    font-size: 1.5vw;
    font-weight: bold;
    color: #339900
}
.footer_left_up li{
    list-style-type: none;
    line-height: 1.5em;
    margin-right: 2em;
    font-family: 'PT Sans', sans-serif;
}
/* END - footer + footer_up */
#mapy {
    clear: both;
    width: 100%;
    height: 250px;
    text-align: center
}
.social_box {
    clear: both;
    margin: 0;
    padding: 0;
    vertical-align: middle
}
.social_box_left {
    left: 0;
    top: 250px;
    position: fixed
}
.fBsb, .tBsb, .gBsb {
    clear: both;
    margin: 3px;
    padding: 3px;
    float: left
}
#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    background-color: #339900;
    text-indent:-9999px;
    display: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff
}
#scroll:hover {
    background-color: #000;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
.radioGroup {
    width: 72vw;
    height: 25px;
    margin-top: 10px;
    margin-bottom: 5px;
    border: 0
}
.showSheck {
    width: 20px;
    height: 15px;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 10px;
}
#agree { 
    width: 20px;
    height: 15px;
    vertical-align: middle;
}
.ikony img{
    width: 80vw;
    float: left;
}
span[data-descr] {
    position: relative;
    text-decoration: underline;
    color: #547496!important;
    cursor: help;
    border-bottom: 1px dotted #2c3144;
    text-decoration: none;
}
span[data-descr]:hover::after {
    content: attr(data-descr);
    position: absolute;
    left: 0;
    top: 24px;
    min-width: 200px;
    border: 1px #aaaaaa solid;
    border-radius: 10px;
    background-color: #ffffcc;
    padding: 12px;
    color: #000000;
    font-size: 14px;
    z-index: 1;
}


/* ????
.green::-webkit-slider-thumb {
    background: #27ae60;
}
.green::-webkit-slider-thumb:after {
    background: #2ecc71;
}
.red::-webkit-slider-thumb {
    background: #c0392b;
}
.red::-webkit-slider-thumb:after {
    background: #e74c3c;
}
.blue::-webkit-slider-thumb {
    background: #2980b9;
}
.blue::-webkit-slider-thumb:after {
    background: #3498db;
}
.orange::-webkit-slider-thumb {
    background: #d35400;
}
.orange::-webkit-slider-thumb:after {
    background: #e67e22;
}
.purple::-webkit-slider-thumb {
    background: #8e44ad;
}
.purple::-webkit-slider-thumb:after {
    background: #9b59b6;
}
.gray::-webkit-slider-thumb {
    background: #7f8c8d;
}
.gray::-webkit-slider-thumb:after {
    background: #95a5a6;
}
*/


.overlay {
    background:transparent; 
    position:relative; 
    width:100%;
    height:450px; /* your iframe height */
    top:450px;  /* your iframe height */
    margin-top:-450px;  /* your iframe height */
}
.form_select {
    border: 2px solid #000;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: #fff;
    color: #000;
    width: 15em;
    height: 2.5em;
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -ms-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
    font-size: 1.2em;
    font-weight: bold
}
.form_select:hover {
    background: #339900;
    color: #fff
}
.form_hodnoceni {
    border: 2px solid #000;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: #fff;
    color: #000;
    height: 2.5em;
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -ms-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
    font-size: 1.5em;
    font-weight: bold
}
.form_hodnoceni:hover {
    background: #339900;
    color: #fff
}


option {
    background: #339900;
    color: #fff;
    font-size: 0.8em;
    font-weight: normal
}

/* ???
input#kusy {
    border: 1px solid #339900;
    width: 2em;
    color: #000
}
*/




::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
    font-family:'PT Sans', sans-serif;;
    text-transform: uppercase
}
::-moz-placeholder { /* Firefox 19+ */
    color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #000;
}
:-moz-placeholder { /* Firefox 18- */
    color: #000;
}





/* ????
input#kusy {
    border: 1px solid #000;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    color: #ff0000;
    height: 0.1em;
    width: 1.5em
}
*/



blockquote {
    font-size: 1.5vw;
    font-weight: 500;
    font-style: italic;
    display: block
}

.line-through {
    text-decoration: line-through;
    color: #ff0000;
}


.star-image {
    margin-left: 0.2em;
    vertical-align: middle;
    padding-bottom: 0.6em
}
.hodnoceni {
    font-size: inherit
}
#hodnoceni {
    font-size: 1.6em
}
#hodnoceniDetail {
    margin-top: 10px;
    float: right
}
   

/* slideshow wrapper, text a sub classy */
.slide_wrap {
    border: 1px solid #339900;
    border-radius: 12px;
    margin-top: 28vw;
    margin-left: 40vw;
    position: absolute;
    background: #339900;
    padding: 0.7vw 0.7vw 0.7vw 0.7vw;
    text-align: center;
    box-shadow: #0000006b 5px 5px 6px 0px;
    font-size: 0.8vw;
    width: 18vw
}
.slide_wrap a {
    color: #fff;
    text-decoration: none
}
.slide_wrap a:hover {
    color: #000;
    transition: color 0.4s ease;
}
.slideshow_alt {
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    font-style: italic;
    
}
.slideshow_title {
    font-size: 2.5em;
    font-weight: 500;
    display: block
}
/* hodnoceni - graf */
h2.h2-hodnoceni {
    font-size: 1.2em;
    text-align: center
}  
.reviews-stars-trend table {
    margin: 0 auto; 
    width: auto
}
.reviews-stars-trend table td p {
    color: #333333; 
    font-size: 0.7em; 
    line-height: 1em; 
    margin: 0
}
.reviews-stars-trend table td.star {
    text-align: right; 
    vertical-align: middle; 
    padding-right: 0.5em
}
.reviews-stars-trend table td.pro {
    text-align: left; 
    vertical-align: middle; 
    padding-left: 0.5em
}
.reviews-stars-trend table td.bar {
    width: 185px; 
    text-align: left; 
    vertical-align: middle
}
.reviews-stars-trend table td.bar div {
    width: 100%; 
    height: 20px; 
    background-color: #e6e6e6; 
    cursor: pointer
}
.reviews-stars-trend table td.bar div div {
    height: 20px; 
    background-color: #339900
}


.reviews-stars-trend table td.bar div {
    cursor: default
}

.form_box {
    border: 1px solid #000
}
.textarea_comment {
    border: 1px solid #000
}
#form_hodnoceni {
    margin: 0 auto;
    width: 57vw;
}
.table_hodnoceni {
    border-spacing: 0px
}
.table_hodnoceni td {
    border-bottom: 1px solid #adadad;
    font-size: 1.2em
}
.table_hodnoceni td p {
    font-size: 0.7em
}
.left_td {
    background: #e6e6e6
}
#vyhody, #recenze {
    margin-top: 3%;
    margin-bottom: 2%
}

.g-recaptcha > div{
 margin 10px auto !important;
 text-align: center;
 width: auto !important;
 height: auto !important;
}