/*custom style*/
body {
    line-height: 140%;
    font-size: 20px;
}
h1, h2, h3 {
	 font-family: 'Caveat', cursive;
}
h1 {
    letter-spacing: 2px;
    line-height: 150%;
    font-size: calc(65px + (46 - 14)*((100vw - 300px)/(1600 - 300)));
}
h2{
    line-height: 115%;
    font-size: calc(45px + (20 - 14)*((100vw - 300px)/(1600 - 300)));
	letter-spacing: 2px;
}
h3 {
    line-height: 120%;
    font-size: calc(35px + (20 - 14)*((100vw - 300px)/(1600 - 300)));
}
.text-stred {
    text-align: center;
}
#pozadi_text {
    width: 70%;
    height: 100px;
	text-align:center;
	padding-top:40px;
}
.tp-caption.fullscreenvideo iframe, .tp-caption.fullscreenvideo iframe video {
    border: none;
    text-align: center;
}
.ico-stred {
    text-align: center;
	padding:10px;
}
.ico p{
	display:inline-block;
	width:55px;
}
.ico img {
    width: 45px;
    height: auto;
    border-radius: 50%;
    transition: all 800ms ease 0s;
    -moz-transition: all 800ms ease 0s;
    -webkit-transition: all 800ms ease 0s;
    -o-transition: all 800ms ease 0s;
    -ms-transition: all 800ms ease 0s;
}
.ico img:hover {
	  	background:#000;
    -moz-transform: rotate(360deg) scale(1);
    -webkit-transform: rotate(360deg) scale(1);
    -o-transform: rotate(360deg) scale(1);
    -ms-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
}
#social {
    position: absolute;
    z-index: 1000;
}
#block8 {
    max-width: 600px;
    text-align: center;
    margin: 0px auto;
}
.moduletable_video {
    padding: 2em 2px;
}
.vdoresp {
	margin:0px !important;
}
.jd-simple-contact-form .jdscf-col-md-auto {
    width: 100%;
    max-width: 100%;
}
input, textarea, .uneditable-input {
    width: 100%;
}
.jd-simple-contact-form .jdscf-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0px auto;
}
.jd-simple-contact-form .jdscf-row {
    margin: 10px;
}
input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
    border-color: #005ecc;
    -webkit-box-shadow: 0 0 6px #73b2fb;
    -moz-box-shadow: 0 0 6px #73b2fb;
    box-shadow: 0 0 6px #73b2fb;
}
input:focus:invalid, textarea:focus:invalid, select:focus:invalid {
    color: #005ecc;
}
.social-cesty p {
    display: inline-block;
}
.social-cesty img {
    max-width: 160px;
}
.social-cesty img:hover {
    filter: grayscale(50%);
}
.ico-zapati p {
    display: inline-block;
    width: 55px;
}
.ico-zapati img {
    background: #000000;
    width: 45px;
    height: auto;
    border-radius: 100%;
    transition: all 800ms ease 0s;
    -moz-transition: all 800ms ease 0s;
    -webkit-transition: all 800ms ease 0s;
    -o-transition: all 800ms ease 0s;
    -ms-transition: all 800ms ease 0s;
    border: 2px solid #000;
}
.ico-zapati img:hover {
    background: #8a8a8a;
    -moz-transform: rotate(360deg) scale(1);
    -webkit-transform: rotate(360deg) scale(1);
    -o-transform: rotate(360deg) scale(1);
    -ms-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
      border: 2px solid #ccc;
}
.button, button, button.btn, input.btn, .btn {
display: inline-block;
padding: 5px 15px;
}
hr {
    border-top-color: #b4b3b4;
}
.tck-module.moduletablesekce {
  margin-top: 3em;
}
#fotogalery {
  background: #fafafa url('../images/stopa.png') right center no-repeat scroll;
    background-size: auto;
  background-size: auto;
}