/* !Base (Author: mail@jandousek.cz) */

/*
  Tela
  ***
*/



html {
  height: 100%;
  background: #000;
}
body {
  position: relative;
  margin: 0 auto;
  padding-top: 80px;
  background: #fff;
  font: 300 18px/1.5 'futura-pt', Arial, Helvetica, sans-serif;
  color: #474747;
}
html.home body {
  padding-top: 1px;
}
html.swipebox-html body {
  overflow: hidden;
}

/*
  Odkazy
  ***
*/

a {
  color: #a6a515;
}
a:hover {
  color: #000;
}
.eshop-link{
	background-color: #53A237;
}
.eshop-link a{
	background-color: #53A237!important;
	color: white!important;
	background-image: url('https://ygolf.cz/wp-content/uploads/2021/12/eshop-1.png')!important;
}
.eshop-link a:hover{
	background-color:#3a7525!important;
}
/*
  btn
  ***
*/

.btn {
  position: relative;
  display: inline-block;
  padding: 16px 50px 15px 40px;
  border: 1px solid #474747;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 900;
  font-size: 15px;
  color: #474747;
}
.btn:after {
  content: '';
  width: 40px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url('../img/btn_after.png') center center no-repeat;
}

/*
  color
  ---
*/

.btn.color-white {
  border-color: #fff;
  color: #fff;
}
.btn.color-white:after {
  background-image: url('../img/btn_color-white_after.png');
}

/* stavy */

.btn:hover {
  background-color: #474747;
  color: #fff;
}
.btn.color-white:hover {
  background-color: #eee;
  color: #474747;
}

/*
  Burger
  ***
*/

.burger {
  width: 22px;
  height: 20px;
  position: relative;
  display: block;
  white-space: nowrap;
  text-indent: 1000%;
}
.burger span {
  display: none;
}
.burger span.burger-lines:before, .burger span.burger-lines:after {
  content: '';
}
.burger span.burger-lines, .burger span.burger-lines:before, .burger span.burger-lines:after {
  width: 100%;
  height: 3px;
  position: absolute;
  display: block;
  background-color: #333;
  border-radius: 2px;
  transition: all 150ms linear;
}
.burger span.burger-lines {
  top: 50%;
  margin-top: -2px;
}
.burger span.burger-lines:before {
  top: -7px;
}
.burger span.burger-lines:after {
  bottom: -7px;
}

/* Stavy */

.burger.is-active span.burger-lines {
  background: transparent !important;
}
.burger.is-active span.burger-lines:before {
  top: 0;
  transform: rotate(45deg);
}
.burger.is-active span.burger-lines:after {
  bottom: 0;
  transform: rotate(-45deg);
}

/*
  subNav
  ***
*/

.subNav {
  text-transform: uppercase;
  font-size: 17px;
}
.subNav > ul > li > a {
  display: block;
  padding: 15px 25px 15px 10px;
  border-bottom: 1px solid #f1f1f2;
  text-decoration: none;
  color: #474747;
}
.subNav > ul > li.has-children > a {
  background: url('../img/subNav-li-a.png') right 10px center no-repeat;
}
.subNav > ul > li > ul {
  display: none;
  padding: 10px 0;
  background-color: #fff;
  font-size: 15px;
}
.subNav > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 7px 10px 7px 40px;
  text-transform: none;
  text-decoration: none;
  color: #787878;
}
.subNav > ul > li > ul > li > a:before {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  left: 20px;
  top: 12px;
  background-color: #787878;
}

/* stavy */

.subNav > ul > li > a:hover, .subNav > ul > li.is-active > a {
  background-color: #fff;
}
.subNav > ul > li > ul > li > a:hover, .subNav > ul > li > ul > li.is-active > a {
  color: #a6a515;
}
.subNav > ul > li > ul > li.is-active > a {
  font-weight: 500;
}
.subNav > ul > li.is-active > ul {
  display: block;
}

/*
  appNav
  ***
*/

.appNav {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
.appNav li {
  margin-top: 10px;
}
.appNav li a {
  display: block;
  padding: 15px 20px 15px 40px;
  background: #fff 10px center no-repeat;
  background-color: rgba(255,255,255,0.9);
  text-decoration: none;
  color: #474747;
}

/*
  icon
  ---
*/


.icon-livecamera  {
  width:32px;
	background-repeat:no-repeat;
  background-image: url('/wp-content/uploads/2023/05/live.png');
	  background-size: 32px;
	   background-position: center;

}

.appNav li.icon-time a {
  background-image: url('../img/icons/25x25/time-grey.png');
}
.appNav li.icon-bed a {
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #f37b30;
  background-image: url('../img/icons/25x25/bed-white.png');
  color: #fff;
}
.appNav li.icon-calendar a {
  background-image: url('../img/icons/25x25/calendar-grey.png');
}
.appNav li.icon-cam a {
  background-image: url('/wp-content/uploads/2023/05/cam-recorder-e1683741959327.png');
}

/* stavy */

.appNav li a:hover {
  background-color: #fff;
}
.appNav li.icon-bed a:hover {
  background-color: #e55800;
}

/*
  postItem
  ***
*/

.postItem {
  text-align: left;
}
.postItem-desc {
  margin-left: 180px;
  text-align: left;
}
.postItem a {
  display: block;
}

/*
  thumb
  ---
*/

.postItem-thumb {
  width: 150px;
  height: 150px;
  position: relative;
  float: left;
  margin: -3px 0 20px 0;
  text-decoration: none;
}
.postItem-thumb img {
  display: block;
  border-radius: 100%;
}

/*
  date
  ---
*/

.postItem-date {
  width: 50px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 7px 0;
  background-color: #a6a515;
  border-radius: 100%;
  text-align: center;
  color: #fff;
}
.postItem-date span {
  display: inline-block;
  padding: 3px 3px 0 3px;
  border-top: 2px solid #fff;
  font-size: 70%;
}

/*
  title
  ---
*/

.postItem-title {
  margin-bottom: 5px;
}
.postItem-title a {
  display: block;
  line-height: 1.4;
  text-decoration: none;
  color: #000;
}
.postItem-title a:hover {
  text-decoration: underline;
  color: #a6a515;
}

/*
  excerpt
  ---
*/

.postItem-excerpt {
  margin-bottom: 10px;
  line-height: 1.5;
}

/*
  List
  ---
*/

.postItem_List {
  max-width: 1600px;
  margin: 70px auto 35px auto;
  padding: 0 20px;
  text-align: center;
}

/*
  title
*/

.postItem_List-title {
  margin-bottom: 50px;
  text-transform: uppercase;
  font: normal 37px 'trajan-sans-pro';
}

/*
  upravy
*/

.postItem_List .postItem {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
}
.postItem_List .postItem-inset {
  margin: 0 35px;
}
.postItem_List .btn {
  margin: 20px 15px 40px 15px;
}

/*
  pageItem
  ***
*/

.pageItem {
  text-align: center;
  font-size: 22px;
  color: #fff;
}
.pageItem-outset {
  padding: 90px 70px 50px 70px;
  background: #222 center center no-repeat;
  background-size: cover;
}
.pageItem-inset {
  max-width: 680px;
  margin: 0 auto;
}

/*
  title
*/

.pageItem-title {
  margin-bottom: 50px;
  text-transform: uppercase;
  font: normal 34px 'trajan-sans-pro';
}

/*
  excerpt
*/

.pageItem-excerpt {
  margin: 0 10% 70px 10%;
  line-height: 1.4;
}
.pageItem-excerpt br {
  display: none;
}

/*
  nav
  ---
*/

.pageItem-nav {
  width: 100%;
  min-height: 40px;
  display: table;
  margin-bottom: 50px;
}
.pageItem-nav li {
  display: table-cell;
  vertical-align: middle;
	
  white-space: normal;
}
.pageItem-nav li.hide {
  display: none;
}
.pageItem-nav li a {
  position: relative;
	
  display: inline-block;
  padding: 0 20px 0 85px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;

  white-space: nowrap;
  font: normal 13px 'trajan-sans-pro';
  color: #fff;
}
.pageItem-nav li a span {
  width: 67px;
  height: 67px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -33px;
  background: center center no-repeat;
}
.pageItem-nav li a span:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../img/pageItem-nav-li-a-span_after.png') center center no-repeat;
}

/*
  icon
  ---
*/

.pageItem-nav li.icon-m a span::before {
  content: 'M';
  font-size: 36px;
  top: 14px;
  left: 14px;
  position: absolute;
}

.pageItem-nav li.icon-f a span {
  background-image: url('../img/icons/40x40/f-white.png');
}
.pageItem-nav li.icon-v a span {
  background-image: url('../img/icons/40x40/v-white.png');
}
.pageItem-nav li.icon-s a span {
  background-image: url('../img/icons/40x40/s-white.png');
}
.pageItem-nav li.icon-doc a span {
  background-image: url('../img/icons/40x40/doc-white.png');
  background-position: 17px center;
}
.pageItem-nav li.icon-camera a span {
  background-image: url('../img/icons/40x40/camera-white.png');
}
.pageItem-nav li.icon-walk a span {
  background-image: url('../img/icons/40x40/walk-white.png');
  background-position: 15px center;
}

/* stavy */

.pageItem-nav li a:hover {
  opacity: 0.6;
}

/*
  List
  ---
*/

.pageItem_List {
  margin-bottom: 30px;
  padding: 0 15px;
  text-align: center;
  font-size: 0;
}

/*
  upravy
*/

.pageItem_List .pageItem {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
}
.pageItem_List .pageItem-outset {
  margin: 0 15px;
}

/*
  packageItem
  ***
*/

.packageItem {
  text-align: center;
  font-size: 15px;
}
.packageItem-inset {
  position: relative;
  padding: 60px 30px 35px 30px;
  background-color: #fff;
  background-color: rgba(255,255,255,0.9);
}

/*
  title
  ---
*/

.packageItem-title {
  margin-bottom: 15px;
  padding-bottom: 30px;
  background: url('../img/packageItem-title.png') center bottom no-repeat;
  text-transform: uppercase;
  font: normal 20px 'trajan-sans-pro';
}

/*
  logo
  ---
*/

.packageItem-logo, .packageItem-logo img {
  display: block;
  font: normal 20px 'trajan-sans-pro';
}
.packageItem-logo {
  margin-top: 25px;
  text-decoration: none;
}
.packageItem-logo img {
  margin: 0 auto 25px auto;
}

/*
  prices
  ---
*/

.packageItem-prices {
  margin-bottom: 20px;
  line-height: 1.3;
  font-size: 20px;
}

/*
  services
  ---
*/

.packageItem-services {
  margin-bottom: 20px;
  line-height: 1.3;
}
.packageItem-services:before {
  content: '';
  width: 70px;
  height: 2px;
  display: block;
  margin: 0 auto 20px auto;
  background-color: #333335;
}

/*
  List
  ---
*/

.packageItem_List {
  margin-bottom: 30px;
  padding: 70px 30px 10px 30px;
  background: #222 center center no-repeat;
  background-size: cover;
  text-align: center;
}
.packageItem_List-inset {
  max-width: 1540px;
  margin: 0 auto;
}

/*
  title
*/

.packageItem_List-title {
  margin-bottom: 60px;
  text-transform: uppercase;
  font: normal 37px 'trajan-sans-pro';
  color: #fff;
}

/*
  upravy
*/

.packageItem_List .packageItem {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 60px;
}
.packageItem_List .packageItem-inset {
  margin: 0 15px;
}
.packageItem_List .btn {
  margin-bottom: 50px;
}

/*
  promoItem
  ***
*/

.promoItem {
  text-align: left;
  font-size: 17px;
}
.promoItem-outset {
  padding: 300px 50px 50px 50px;
  background: center center no-repeat;
  background-size: cover;
}
.promoItem-inset {
  padding: 45px 50px 30px 50px;
  background-color: #fff;
  background-color: rgba(255,255,255,0.85);
}
.promoItem-content {
  max-width: 550px;
  margin: 0 auto;
}

/*
  title
  ---
*/

.promoItem-title {
  margin-bottom: 15px;
  padding-bottom: 33px;
  background: url('../img/promoItem-title.png') center bottom no-repeat;
  font: normal 30px 'trajan-sans-pro';
}

/*
  excerpt
  ---
*/

.promoItem-excerpt {
  margin-bottom: 20px;
  line-height: 1.6;
}
.promoItem-excerpt br {
  display: none;
}

/*
  upravy
  ---
*/

.promoItem .btn {
  margin: 0 10px 15px 10px;
}

/*
  List
  ---
*/

.promoItem_List {
  padding: 0 15px;
  font-size: 0;
}

/*
  upravy
*/

.promoItem_List .promoItem {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  text-align: center;
}
.promoItem_List .promoItem-outset {
  margin: 0 15px;
}

/*
  heroItem
  ***
*/

.heroItem {
  background: #222 center center no-repeat;
  background-size: cover;
  text-align: center;
  text-transform: uppercase;
  font: 33px 'trajan-sans-pro';
  color: #fff;
}
.heroItem-outset {
  width: 100%;
  height: 100vh;
  display: table;
}
.heroItem-inset {
  display: table-cell;
  vertical-align: middle;
  padding: 230px 20px 250px 20px;
}

/*
  title
  ---
*/

.heroItem-title {
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 70px;
}

/*
  title
  ---
*/

.heroItem-excerpt {
  margin-bottom: 5px;
  line-height: 1.4;
}

/*
  Slider
  ---
*/

.heroItem_Slider {
  position: relative;
  margin-bottom: 30px;
  background-color: #000;
}

/*
  bx-pager
*/

.heroItem_Slider .bx-pager {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70px;
  z-index: 60;
  text-align: center;
  font-size: 0;
}
.heroItem_Slider .bx-pager div {
  display: inline-block;
  margin: 0 5px;
}
.heroItem_Slider .bx-pager div a {
  width: 12px;
  height: 12px;
  overflow: hidden;
  display: block;
  background-color: #fff;
  border-radius: 100%;
  white-space: nowrap;
  text-indetn: 100px;
  opacity: 0.5;
}

/* stavy */

.heroItem_Slider .bx-pager div a.active {
  opacity: 1;
}

/*
  tag
*/

.heroItem_Slider-tag {
  position: absolute;
  right: 50px;
  top: 125px;
  z-index: 60;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  opacity: 0.5;
}
.heroItem_Slider-tag:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

/*
  params
*/

.heroItem_Slider-params {
  position: absolute;
  right: 60px;
  bottom: 60px;
  z-index: 60;
  padding: 15px 20px;
  background-color: #fff;
  background-color: rgba(255,255,255,0.9);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
.heroItem_Slider-params th, .heroItem_Slider-params td {
  line-height: 2;
}
.heroItem_Slider-params th {
  padding-right: 20px;
}

/*
  upravy
*/

.heroItem_Slider .appNav {
  position: absolute;
  left: 60px;
  bottom: 60px;
  z-index: 60;
  padding: 15px;
}

/*
  galleryItem
  ***
*/

.galleryItem {
  font-size: 18px;
}
.galleryItem-inset {
  display: block;
  padding: 200px 30px 30px 30px;
  background: #222 center center no-repeat;
  background-size: cover;
  text-decoration: none;
  color: #474747;
}

/*
  title
  ---
*/

.galleryItem-title {
  padding: 12px 15px;
  background-color: #fff;
  background-color: rgba(255,255,255,0.9);
  text-transform: uppercase;
  font: 20px 'trajan-sans-pro';
}

/*
  List
  ---
*/

.galleryItem_List {
  margin-bottom: 30px;
  text-align: center;
  font-size: 0;
}

/*
  upravy
*/

.galleryItem_List .galleryItem {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;;
  margin-bottom: 30px;
}
.galleryItem_List .galleryItem-inset {
  margin: 0 15px;
}

/*
  mansoryGallery
  ***
*/

.mansoryGallery {
  overflow: hidden;
  -webkit-columns: 5;
  -moz-columns: 5;
  columns: 5;
  -webkit-column-gap: 1px;
  -moz-column-gap: 1px;
  column-gap: 1px;
}
.mansoryGallery a {
  display: block;
  margin-bottom: 1px;
}
.mansoryGallery a img {
  width: 100%;
  display: block;
}

/*
  postDetail
  ***
*/

.postDetail {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.postDetail.size-wide {
  max-width: 1300px;
}
.postDetail-content {
  width: 55%;
  width: calc(100% - 370px);
  float: left;
  margin-bottom: 50px;
}
.postDetail.size-wide .postDetail-content {
  width: auto;
  float: none;
}
.postDetail-side {
  width: 240px;
  float: right;
  margin-bottom: 50px;
  padding: 25px 35px 0 35px;
  background-color: #f9f9f9;
}

/*
  align
  ---
*/

.postDetail.align-center {
  text-align: center;
}

/*
  upravy
  ---
*/

.postDetail-side .subNav, .postDetail-side .appNav {
  margin-bottom: 40px;
}

/*
  postHeader
  ***
*/

.postHeader {
  height: 370px;
  position: relative;
  margin-bottom: 20px;
  background: #fff url('../img/postHeader.jpg') center center no-repeat;
  background-size: cover;
}
.postHeader:after {
  content: '';
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: url('../img/postHeader_after.png') left bottom repeat-x;
}

/*
  height
  ---
*/

.postHeader.height-small {
  height: 80px;
}

/*
  webHead
  ***
*/

.webHead {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  padding-right: 40px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

/*
  logo
  ---
*/

.webHead-logo {
  float: left;
  margin: 18px 40px;
}
.webHead-logo a {
  width: 79px;
  height: 61px;
  position: relative;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}
.webHead-logo a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../img/logo.png') center center no-repeat;
  background-size: contain;
}

/*
  separator
  ---
*/

.webHead-separator {
  width: 1px;
  height: 97px;
  float: right;
  margin-left: 40px;
  background-color: #f1f1f2;
}

/*
  tel
  ---
 */

.webHead-tel {
  float: right;
  margin: 38px 0 0 15px;
  padding: 2px 5px;
  text-decoration: none;
  font-size: 12px;
  color: #000;
}

/*
  travel
  ---
 */

.webHead-travel {
  float: left;
  /* margin: 28px 0 0 25px; */
  margin: 0 0 0 25px !important;
}

/*
  weather
  ***
*/

.webHead-weather {
  position: relative;
  float: right;
  margin: 31px 0 0 0;
  padding: 0 18px 20px 0;
  background: url('../img/webHead-weather.png') right 10px no-repeat;
  text-transform: uppercase;
  font-size: 14px;
}
.webHead-weather a {
  display: block;
  text-decoration: none;
  color: #222;
}

/*
  p
  ---
*/

.webHead-weather p {
  float: right;
  background: left center no-repeat;
  background-size: 30px auto;
}
.webHead-weather p a {
  padding: 8px 0 8px 40px;
}

/*
  ul
  ---
*/

.webHead-weather ul {
  width: 400px;
  position: absolute;
  left: 50%;
  top: 37px;
  overflow: hidden;
  display: none;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  text-align: center;
}
.webHead-weather ul li {
  width: 14.28%;
  float: left;
  background: #fff center 48px no-repeat;
  background-size: 30px auto;
  box-shadow: inset 1px 0 0 #f1f1f2;
}
.webHead-weather ul li a {
  padding: 20px 0;
}
.webHead-weather ul li b {
  display: block;
  margin-bottom: 46px;
  font-weight: normal;
  font-size: 12px;
}

/* stavy */

.webHead-weather:hover ul {
  display: block;
}

/*
  social
  ---
*/

.webHead-social {
  float: right;
  margin: 38px 0 0 35px;
  font-size: 0;
}
.webHead-social li {
  display: inline-block;
  margin-left: 10px;
}

/* stavy */

.webHead-social li a:hover {
  opacity: 0.5;
}

/*
  lang
  ---
*/

.webHead-lang {
  float: right;
  margin: 40px 0 0 25px;
  font-size: 0;
}
.webHead-lang li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
}
.webHead-lang li a {
  position: relative;
  padding: 0 7px 0 5px;
  text-decoration: none;
  color: #7e7e7e;
}
.webHead-lang li a:after {
  content: '';
  width: 1px;
  position: absolute;
  right: 0;
  top: 4px;
  bottom: 4px;
  background-color: #7e7e7e;
}
.webHead-lang li:last-child a:after {
  display: none;
}

/* stavy */

.webHead-lang li a:hover, .webHead-lang li.is-active a {
  color: #000;
}

/*
  cam
  ---
*/

.webHead-cam {
  float: right;
  margin: 40px 0 0 40px;
  padding-left: 25px;
  background: url('../img/icons/15x15/camera-black.png') left center no-repeat;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  color: #000;
}

/* stavy */

.webHead-cam:hover {
  opacity: 0.5;
}

/*
  trigger
  ---
*/

.webHead-trigger {
  float: left;
  display: none;
  margin-top: 25px;
}

/*
  nav
  ---
*/

.webHead-nav {
  float: left;
  border-left: 1px solid #f1f1f2;
  font-size: 0;
}
.webHead-nav a {
  display: inline-block;
  padding: 40px 20px;
  border-right: 1px solid #f1f1f2;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 17px;
  color: #000;
}

/* stavy */

.webHead-nav a:hover, .webHead-nav a.is-active {
  box-shadow: inset 0 -8px 0 #f1f1f2;
}

/*
  webPartners
  ***
*/

.webPartners {
  padding-top: 60px;
  border-top: 1px solid #ccc;
  text-align: center;
}
html.home .webPartners {
  padding-top: 0;
  border-top: none;
}
html.page-template-gallery .webPartners {
  border-top: none;
}

/*
  title
  ---
*/

.webPartners-title {
  margin-bottom: 25px;
  font: 18px 'trajan-sans-pro';
}

/*
  logo
  ---
*/

.webPartners-logo {
  display: inline-block;
  vertical-align: middle;
  margin: 0 25px 50px 25px;
  text-decoration: none;
}
.webPartners-logo img {
  max-width: 100px;
  opacity: 0.4;
  filter: grayscale(100%);
}

/* stavy */

.webPartners-logo:hover img {
  opacity: 1;
  filter: none;
}

/*
  webFoot
  ***
*/

.webFoot {
  margin-top: 20px;
  padding: 50px 0 0 0;
  background-color: #000;
  text-align: center;
  font-size: 14px;
  color: #737373;
}
.webFoot-inset {
  margin: 0 30px;
  padding-top: 20px;
  border-top: 1px solid #303030;
}

/*
  a
  ---
*/

.webFoot a {
  text-decoration: none;
  color: #737373;
}
.webFoot a:hover {
  color: #eee;
}

/*
  col
  ---
*/

.webFoot-col {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 50px;
  padding: 0 55px;
  border-right: 1px solid #303030;
  text-align: left;
}
.webFoot-col:last-child {
  border-right: none;
}

/*
  logo
  ---
*/

.webFoot-logo {
  display: block;
  margin: 0 auto 50px auto;
  filter: grayscale(100%);
}

/*
  nav
  ---
*/

.webFoot-nav a {
  display: block;
  padding: 4px 0 5px 0;
  text-transform: uppercase;
}

/*
  contact
  ---
*/

.webFoot-contact {
  line-height: 1.5;
  font-style: none;
  font-size: 110%;
}

/*
  form
  ---
*/

.webFoot form label {
  display: inline-block;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.webFoot form textarea {
  width: 360px;
  height: 80px;
  background: #2c2c2c;
  border: 1px solid #393939;
  resize: none;
  color: #eee;
}
.webFoot form input[type="submit"] {
  margin-top: 15px;
  padding: 8px 10px;
  background: #000;
  border: 2px solid #393939;
  text-transform: uppercase;
  font-size: 11px;
  color: #393939;
}

/*
  CF7
  ---
*/

.webFoot form .wpcf7-display-none {
  display: none;
}
.webFoot form .wpcf7-response-output, .webFoot form .wpcf7-not-valid-tip {
  max-width: 350px;
  line-height: 1.5;
}
.webFoot form .wpcf7-response-output {
  margin-bottom: 10px;
}
.webFoot form .wpcf7-response-output.wpcf7-validation-errors, .webFoot form .wpcf7-not-valid-tip {
  color: #e02424;
}
.webFoot form .wpcf7-not-valid-tip {
  display: block;
}

/*
  webCam
  ***
*/

.webCam {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
  display: none;
  background-color: rgba(0,0,0,0.75);
}
.webCam-inset {
  width: 1000px;
  height: 600px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -300px 0 0 -500px;
  background-color: #fff;
}

/*
  iframe
  ---
*/

.webCam-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/*
  close
  ---
*/

.webCam-close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 1;
  background: #000 url('../img/icons/20x20/close-white.png') center center no-repeat;
  cursor: pointer;
}

/* stavy */

.webCam-close:hover {
  background-color: #bbb932;
}

/*
  webCalendar
  ***
*/

.webCalendar {
  position: absolute;
  left: 100px;
  top: 100px;
  right: 100px;
  padding: 0 50px;
  background-color: #fff;
  box-shadow: 0 0 60px rgba(0,0,0,0.5);
  z-index: 1000;
  text-align: center;
}
.webCalendar-inset {
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 0 30px 0;
}

/*
  overlay
  ---
*/

.webCalendar_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: rgba(0,0,0,0.85);
}

/*
  header
  ---
*/

.webCalendar-head {
  margin-bottom: 60px;
}

/*
  title
  ---
*/

.webCalendar-title {
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px;
  font: normal 24px 'trajan-sans-pro';
}

/*
  control
  ---
*/

.webCalendar-control {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.webCalendar-control:hover {
  opacity: 0.5;
}

/*
  close
  ---
*/

.webCalendar-close {
  position: absolute;
  right: 50px;
  top: 64px;
  text-decoration: none;
}
.webCalendar-close img {
  display: block;
}
.webCalendar-close:hover {
  opacity: 0.5;
}

/*
  table
  ---
*/

.webCalendar-table {
  width: 100%;
  margin-bottom: 60px;
}
.webCalendar-table th, .webCalendar-table td {
  width: 14.28%;
  padding: 15px;
  border-bottom: 1px solid #f1f1f2;
  text-align: center;
  font-size: 18px;
}
.webCalendar-table th {
  border-top: 1px solid #f1f1f2;
  border-bottom-width: 1px;
  font-weight: normal;
  font-size: 20px;
}
.webCalendar-table td {
  height: 75px;
}

/*
  content
*/

.webCalendar-table b {
  width: 40px;
  display: inline-block;
  padding: 10px 0;
  background-color: #f6f6f6;
  border-radius: 100%;
  font-weight: normal;
}
.webCalendar-table ul {
  margin-top: 10px;
  font-size: 15px;
}
.webCalendar-table ul li {
  margin-bottom: 5px;
}
.webCalendar-table ul li a {
  padding: 2px 7px 3px 7px;
  line-height: 1.4;
  text-decoration: none;
  color: #fff;
}

/* stavy */


.webCalendar-table td.is-active b {
  background-color: #a6a515;
  color: #fff;
}
.webCalendar-table td.type-weekend b {
  background-color: #cfcfcf;
}

/*
  goTop
  ***
*/

.goTop {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 100;
  display: none;
}

/*
  swipebox
  ***
*/

#swipebox-title {
  padding-top: 14px;
}

/*
  lazy-load
  ***
*/

html.js .lazy-load {
  -webkit-transition: 800ms;
  -moz-transition: 800ms;
  transition: 800ms linear;
  opacity: 0;
}
html.js .lazy-load.lazy-load_complete {
  opacity: 1;
}

/*
  special
  ---
*/

html.js .postItem_List.lazy-load,
html.js .promoItem_List.lazy-load,
html.js .packageItem_List.lazy-load,
html.js .pageItem_List.lazy-load {
  overflow: hidden;
}
html.js .postItem_List.lazy-load .postItem,
html.js .promoItem_List.lazy-load .promoItem,
html.js .packageItem_List.lazy-load .packageItem,
html.js .pageItem_List.lazy-load .pageItem {
  -webkit-transition: all 800ms;
  -moz-transition: all 800ms;
  transition: all 800ms;
}
html.js .postItem_List.lazy-load .postItem,
html.js .packageItem_List.lazy-load .packageItem {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  transform: scale(0.7);
}
html.js .promoItem_List.lazy-load .promoItem:nth-child(1),
html.js .pageItem_List.lazy-load .pageItem:nth-child(1) {
  -webkit-transform: translateX(-30%);
  -moz-transform: translateX(-30%);
  transform: translateX(-30%);
}
html.js .promoItem_List.lazy-load .promoItem:nth-child(2),
html.js .pageItem_List.lazy-load .pageItem:nth-child(2) {
  -webkit-transform: translateX(30%);
  -moz-transform: translateX(30%);
  transform: translateX(30%);
}

/* stavy */

html.js .postItem_List.lazy-load.lazy-load_complete .postItem,
html.js .packageItem_List.lazy-load.lazy-load_complete .packageItem {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
html.js .promoItem_List.lazy-load.lazy-load_complete .promoItem:nth-child(1),
html.js .pageItem_List.lazy-load.lazy-load_complete .pageItem:nth-child(1) {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
html.js .promoItem_List.lazy-load.lazy-load_complete .promoItem:nth-child(2),
html.js .pageItem_List.lazy-load.lazy-load_complete .pageItem:nth-child(2) {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}


/* Newsletter odkaz v patičce */
.link-newsletteru{
  font-size: 20px;
  top: 156px;
  top: 0;
  left: -140px;
  width: 200px;
  position: absolute;
}

/**
*
* Loga Ypsilon travel a muzeum v záhlaví
*
*/
.other-logos{
  display: flex;
  align-items:center;
  height: 97px;
}

@media (max-width:1550px){
  .other-logos{
    height: 70px;
  }
}
@media (min-width:1302px) { 
  .other-logos a{
    width: 50%;
  }
}
.clearfix{
  clear: both !important;
  width: 100%;
  display: block;
}
.mobile-menu-only{
  display: none !important;
}
@media (max-width: 750px){
  .mobile-menu-only{
    display: inline-block !important;
    width: 40%;
  }
}
@media (max-width: 476px){
  .mobile-menu-only{    
    width: unset;
  }
}

#balicky a.btn.color-white {
    display: none !important;
}
