       /* Barvicky */
.color-white {
	color: #fff;
}
.color-white-bg {
	background-color: #fff;
}
.color-black {
	color: #000;                                                                                                         
}
.color-black-bg {
	background-color: #000;
}
.color-primary {
	color: #1e91b1;
}
.color-primary-bg {
	background-color: #1e91b1;
}
.color-primary-bg-rgba {
	background-color: rgba(30,145,177,0.95);
}
.color-secondary {
	color: #6c4f28;
}
.color-secondary-bg {
	background-color: #6c4f28;
}
.color-secondary-bg-rgba {
	background-color: rgba(108,79,40,0.95);
}
.color-dark {
	color: #123b46;
}
.color-dark-bg {
	background-color: #123b46;
}
.color-dark-bg-rgba {
	background-color: rgba(18,59,70,0.95);
}
.color-dark-grey {
	color: #3D3D3D;
}
.color-semi-grey {
	color: #50c0df;
}
.color-semi-grey-bg {
	background-color: #50c0df;
}
.color-dark-grey-bg {
	background-color: #3D3D3D;
}
.color-dark-grey-bg-rgba {
	background-color: rgba(61,61,61,0.95);
}
.color-grey {
	color: #6c757d;
}
.color-grey-bg {
	background-color: #6c757d;
}
.color-grey-bg-rgba {
	background-color: rgba(126,126,126,0.95);
}
.color-light {
	color: #618a94;
}
.color-light-bg {
	background-color: #618a94;
}
.color-light-bg-rgba {
	background-color: rgba(97,138,148,0.95);
}
.color-primary-komplem {
	color: #b14a1e;
}
.color-primary-komplem-bg {
	background-color: #b14a1e;
}
.color-light-brown {
	color: #e6ded4;
}
.color-light-brown-bg {
	background-color: #e6ded4;
}
/* Typo */
body, html {
	font-family: 'Work Sans', sans-serif;
}
.h1, h1 {
	font-weight: 600;
}
.h2, .h3, .h4, .h5, .h6, h2, h3, h4, h5, h6 {
	font-weight: 400;
}
p {
    line-height: 1.4;
}
.micro-text {
	font-size: 60%;
}
.smaller-text {
	font-size: 80%;
}
.uppercase {
	text-transform: uppercase;
}
.underline {
	text-decoration: underline !important;
}
.bold {
	font-weight: 700;
}
.list-unstyled li {
}
.list-unstyled li::before {
	content: '';
	display: inline-block;
	height: 32px;
	width: 32px;
	margin-right: 8px;
	vertical-align: middle;
	background-image: url('../img/');
}
#pokoje .list-unstyled li::before {
    background-image: url(../img/ikony/list-3.svg);
}
.line-height-2rem {
	line-height: 2rem;
}
/* Tvary, ohraniceni */
.border-radius {
	border-radius: 0.5rem;
}
.border {
	border: 4px solid #e6ded4 !important;
}
.shadow {
	-webkit-box-shadow: 0 0 1rem 0 rgba(108,117,125,0.2) !important;
	-moz-box-shadow: 0 0 1rem 0 rgba(108,117,125,0.2) !important;
	box-shadow: 0 0 1rem 0 rgba(108,117,125,0.2) !important;
	border: 0;
}
.heading-border {
	border-bottom: 4px solid #1e91b1 !important;
}
/* Kontejnery */
.container-sm {
	max-width: 540px !important;
}
.container-md {
	max-width: 720px !important;
}
.container-lg {
	max-width: 960px !important;
}
.container-xl {
	max-width: 1140px !important;
}
.container-xxl {
	max-width: 1320px !important;
}
.container-fluid {
	max-width: 1600px;
}
/* Buttony */
.btn-outline-secondary {
	border: 2px solid #cacaca;
}
.btn, .btn-link {
	border-radius: 0.5rem;
	padding: .6rem 1.2rem;
}
button.btn.btn-primary.hledani {
	background-color: transparent;
	border: 0;
	padding: 0;
	margin: 0;
}
.btn-link {
	font-weight: 700;
}
.btn-link:hover {
	color:  #E1261C;
}
.main-btn {
	border: 0;
}
.main-btn:hover {
	background-color: #1e91b1;
	color: #fff;
}
#nabidka .main-btn {
	border: 2px solid white;
	background-color: transparent;
}
#nabidka .main-btn:hover {
	border: 2px solid #123b46;
}
/* Header */
#mute #pause {
	display: none;
}
#mute.playing #pause {
	display: block;
}
#mute.playing #play {
	display: none;
}
.menu-ico {
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
}
.navbar-toggler:focus {
	box-shadow: 0 0 0 0;
}
.nav-item a {
	text-transform: uppercase;
	color: #1e91b1;
	margin-left: 0.75rem;
}
.nav-item a:hover {
	color: #6c4f28;
}
.navbar-brand {
	margin-right: 0;
}
li.nav-item.active a {
	color: #E1261C;
}
.navbar-nav {
    border-top: 1px solid #e6ded4;
    margin-top: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.nav-link.active, .nav-link.active:hover {
    color: #b14a1e;
}
/* Odrazkovy seznam */
.list-unstyled li::before {
    content: '';
    display: inline-block;
    height: 32px;
    width: 32px;
    margin-right: 8px;
    vertical-align: middle;
    background-image: url(../img/ikony/list.svg);
}
/* Odkazy */
.undefined a {
	color: inherit;
	text-decoration: none;
}
a.undefined {
	color: inherit;
	text-decoration: none;
}
a.selected {
	opacity: 0.5;
	text-decoration: none;
}
.undefined a:hover {
	opacity: 0.5;
}
a.undefined:hover {
	color: #b14a1e;
}
a.heading-link:hover {
	color: #b14a1e;
}
.heading-link h1:hover, .heading-link h2:hover, .heading-link h3:hover, .heading-link h4:hover, .heading-link h5:hover, .heading-link h6:hover {
	color: #b14a1e;
}
.uni-hover:hover {
	opacity: 0.5;
}
/* Uvodni banner */
#top-banner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.uvod-bg {
	background-image: url('../img/banner-uvod-mobil.jpg');
}
#uvodni-banner img.sipka-dolu {
    width: 100%;
    max-width: 90px;
    margin: 0 auto;
}
.wellness-bg {
	background-image: url('../img/banner-wellness-mobil.jpg');
}
.zabava-bg {
	background-image: url('../img/banner-zabava-mobil.jpg');
}
.akce-bg {
	background-image: url('../img/banner-akce-mobil.jpg');
}
.konference-bg {
	background-image: url('../img/banner-konference-mobil.jpg');
}
.restaurace-bg {
	background-image: url('../img/banner-restaurace-mobil.jpg');
}
.ubytovani-bg {
	background-image: url('../img/banner-ubytovani-mobil.jpg');
}
/* Dlazdice */
#dlazdice span {
    position: absolute;
    font-weight: 700;
    font-size: 2rem;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translate(-50%,-10%);
    -moz-transform: translate(-50%,-10%);
    -ms-transform: translate(-50%,-10%);
    -o-transform: translate(-50%,-10%);
    transform: translate(-50%,-10%);
    z-index: 900;
    width: 100%;
}
/* Mapa */
#mapa .map-iframe {
    height: 300px;
}
/* Formular */
.form-control {
    font-weight: 400;
    line-height: 1.5;
    color: #6c4f28;
    background-color: #e6ded4;
    padding: .75rem .75rem;
	border: 0;
    border-radius: 0;
}
::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
	color: #6c4f28 !important;
}
::-moz-placeholder {
/* Firefox 19+ */
	color: #6c4f28 !important;
    opacity: 1 !important;
}
:-ms-input-placeholder {
/* IE 10+ */
	color: #6c4f28 !important;
}
:-moz-placeholder {
/* Firefox 18- */
	color: #6c4f28 !important;
    opacity: 1 !important;
}
/* /Pokoje */
.swiper-button-next {
    padding-top: 400px;
    padding-bottom: 400px;
    margin-top: -400px;   
    padding-left: 30px;
    padding-right: 30px;
    margin-right: -15px; 
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
outline: none !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.swiper-button-prev {
    padding-top: 400px;
    padding-bottom: 400px;
    margin-top: -400px;  
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -15px;  
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
outline: none !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Cenik */
#cenik img {
    max-width: 80px !important;
}
/* Udaje */
#udaje h3.color-secondary.text-left.pb-2 {
    line-height: 2.5rem;
}
#udaje h3.color-secondary.text-left.pb-2 img {
    height: 2.5rem;
    width: 2.5rem;
}
#kontakty h3, #oteviraci-doba h3, #denni-nabidka h3 {
    font-weight: 800;
}
/* Denni nabidka */
#denni-nabidka img {
    width: 3rem;
}
/* Udaje */
#udaje h3.color-secondary.text-left.pb-2 {
    line-height: 2.5rem;
}
#udaje h3.color-secondary.text-left.pb-2 img {
    height: 2.5rem;
    width: 2.5rem;
}
#kontakty h3, #oteviraci-doba h3, #denni-nabidka h3 {
    font-weight: 800;
}

/* Paticka */
#paticka.container-fluid {
	max-width: 100% !important;
}
#paticka .social img {
    width: 70px !important;
}
#paticka {
	background-image: url('../img/vodoznak.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top left;
}
#paticka .list-unstyled li::before {
    content: '';
    display: inline-block;
    height: 31px;
    width: 31px;
    margin-right: 8px;
    vertical-align: middle;
    background-image: url(../img/ikony/list-2.svg);
}
.d-block.social.pt-4 {
    background-image: url(../files/q6am352lcb-marina-loga-paticka.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: 80% 85%;
}
/* Rezervace */
#rezervace-ubytovani input[type=checkbox] + label {
} 
#rezervace-ubytovani input[type=checkbox]:checked + label {
  opacity: 0.6;
}  
.p-1.vyber-pokoje-container {
    width: auto;
    margin-left: auto;
}
#rezervace .form-select {
    padding: .75rem .75rem;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    background-color: #123b46;
    border: 2px solid #b3edfd;
    background-size: 24px;
    border-radius: 0;
    background-image: url('../img/ikony/sipka-dolu-bila.svg');
}
#rezervace .form-body .form-select {
    font-weight: 400;
    background-color: #1e91b1;
}
#rezervace .form-control {
    font-weight: 400;
    border: 2px solid #b3edfd;
    background-color: #1e91b1;
    color: #fff !important;
}
#rezervace .form-body .btn {
    width: 100%;
}
#rezervace .form-control.form-datum {
/*  background-size: 20px;
    background-image: url('../img/ikony/kalendar.svg');
    color: #fff !important;
    background-repeat: no-repeat;
    background-position: right .75rem center;
*/
}
#rezervace input[type="radio"]:checked+label { 
    font-weight: 700; 
} 
#rezervace .form-check-input[type=checkbox] {
    border-radius: 0;
    border: 2px solid #b3edfd;
    width: 2rem;
    height: 2rem;
    margin-right: 0.75rem;
    background-color: #1e91b1;
    color: #fff !important;
}
#rezervace .form-check-input[type=radio] {
    border: 2px solid #b3edfd;
    width: 2rem;
    height: 2rem;
    margin-right: 0.75rem;
    background-color: #1e91b1;
    color: #fff !important;
}
#rezervace .form-check.form-check-inline {
    line-height: 2rem !important;
}
#rezervace ::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
	color: #fff !important;
}
#rezervace ::-moz-placeholder {
/* Firefox 19+ */
	color: #fff !important;
    opacity: 1 !important;
}
#rezervace :-ms-input-placeholder {
/* IE 10+ */
	color: #fff !important;
}
#rezervace :-moz-placeholder {
/* Firefox 18- */
	color: #fff !important;
    opacity: 1 !important;
}
rezervace-ubytovani input:focus, select:focus, textarea:focus, button:focus, .swiper-button-next:focus, .swiper-button-prev:focus {
	outline: none;
}
#rezervace .form-check.mx-4.align-items-center.d-flex.me-3 {
    width: auto;
}
#rezervace-ubytovani .border {
       border: 2px solid #b3edfd !important;
}
#rezervace-ubytovani label {
    user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
}
#rezervace .form-check-input[type=checkbox] {
    outline: 0;
}
#kontaktni-formular .form-check-input[type=checkbox] {
    border-radius: 0;
    border: 2px solid #e6ded4;
    width: 2rem;
    height: 2rem;
    margin-right: 0.75rem;
    background-color: #6c4f28;
    color: #fff !important;
}
#rezervace .form-check-input[type=checkbox]:focus {
    box-shadow: 0 0 0 0;
}
.container-xxl.border.mt-1 {
    padding-top: 1rem;
}
::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
.form-control.form-datum::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
	color: #fff !important;
}
.form-control.form-datum::-moz-placeholder {
/* Firefox 19+ */
	color: #fff !important;
    opacity: 1 !important;
}
.form-control.form-datum:-ms-input-placeholder {
/* IE 10+ */
	color: #fff !important;
}
.form-control.form-datum:-moz-placeholder {
/* Firefox 18- */
	color: #fff !important;
    opacity: 1 !important;
}
/* Karticky*/
#karticky h3 {
    font-weight: 700;
    font-size: 1.5rem;
}
 #karticky-modre h3 {
    font-weight: 400;
    font-size: 1.5rem;
    padding-bottom: 1rem;
}
.tipy h3 {
    font-weight: 700 !important;
}
#karticky .card, #karticky-modre .card, #nabidka .card, #pokoje .polovina {
    border: 0.25rem solid white;
    border-radius: 0;
    outline: 0;
}
/* Galerie */
#galerie .zvetsit {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 900;
}  
/* Nabidka */
#nabidka img {
    max-width: 100px;
}
/* Ostatni */
.container-xxl.g-0.m-0.color-primary-bg.mx-auto.pb-5.rezervace-wellness {
    display: none;
}
#denni-nabidka {
    display: none !important;
}
::-moz-selection {
	color: #fff;
	background: #b14a1e;
}
::selection {
	color: #fff;
	background: #b14a1e;
}
.relative {
	position: relative;
}
.w-20 {
	width: 20%!important;
}
.w-40 {
	width: 40%!important;
}
.w-auto {
	width: auto!important;
}
::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
	color: #3D3D3D !important;
}
::-moz-placeholder {
/* Firefox 19+ */
	color: #3D3D3D !important;
    opacity: 1 !important;
}
:-ms-input-placeholder {
/* IE 10+ */
	color: #3D3D3D !important;
}
:-moz-placeholder {
/* Firefox 18- */
	color: #3D3D3D !important;
    opacity: 1 !important;
}
/* Media queries */
@media (max-width: 576px) {
.p-1.position-relative.uni-hover {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
}

@media (min-width: 992px) {     
/* Menu */
.navbar-nav {
    border-top: 0;
    margin-top:0;
    padding-top: 0;
    padding-bottom: 0;
}
/* Uvodni banner */
#uvodni-banner .col-11.col-sm-9.col-lg-8.col-xl-7.col-xxl-6.color-primary-bg-rgba.mx-auto.mt-4 {
	margin: auto !important;
	margin-top: 4rem !important;
	padding: 1rem 2rem;
}
.uvod-bg {
	background-image: url('../img/banner-uvod.jpg');
}
#uvodni-banner img.sipka-dolu {
    max-width: 120px;
}
.wellness-bg {
	background-image: url('../img/banner-wellness.jpg');
}
.zabava-bg {
	background-image: url('../img/banner-zabava.jpg');
}
.akce-bg {
	background-image: url('../img/banner-akce.jpg');
}
.konference-bg {
	background-image: url('../img/banner-konference.jpg');
}
.restaurace-bg {
	background-image: url('../img/banner-restaurace.jpg');
}
.ubytovani-bg {
	background-image: url('../img/banner-ubytovani.jpg');
}
/* Paticka */
#paticka img.img-fluid.me-1 {
    width: 40px;
}
.d-block.social.pt-4 {
    background-size: 70% !important;
}
/* Rezervace */
#rezervace .container-xl.color-semi-grey-bg.py-3.px-2 {
	padding-left: 3rem!important;
	padding-right: 3rem!important;
}
/* Hovery */
#galerie a:hover {
    opacity: 0.4;
}
}

@media (max-width: 992px) {
/* Pokoje */
#pokoje .col-12.col-lg-6.w-auto.mt-3 {
    margin-left: auto;
}
/* Rezervace */
#rezervace-ubytovani .vyber-pokoje-container {
    margin-left: auto;
    width: auto;
}
.form-check.form-check-inline {
    width: 100%;
    margin-bottom: 0.5rem;
}
}

@media (min-width: 1200px) {
/* Uvodni banner */
#uvodni-banner .col-11.col-sm-9.col-lg-8.col-xl-7.col-xxl-6.color-primary-bg-rgba.mx-auto.mt-4 {
	padding: 2rem 4rem;
}
#uvodni-banner h1 {
	line-height: 1.4;
}
}

@media (min-width: 1600px) {
/* Uvodni banner */
#uvodni-banner .col-11.col-sm-9.col-lg-8.col-xl-7.col-xxl-6.color-primary-bg-rgba.mx-auto.mt-4 {
	margin-top: 5rem !important;
}
}
