/* BootsWatch CLS fix */
body {
	font-family: sans-serif;
}

body h1 {
	font-size: 35px;
}

body h2 {
	font-size: 27px;
}

body h3 {
	font-size: 24px;
}

body h4 {
	font-size: 21px;
}

body h5 {
	font-size: 20px;
}



/* SubMenu */
nav ul.navbar-nav li > ul.dropdown-top-level {
	margin-top: 0
}

nav ul.navbar-nav li:hover > ul.dropdown-menu {
	display: block;
}
nav ul.navbar-nav .dropdown-submenu {
	position:relative;
}
nav ul.navbar-nav .dropdown-submenu>.dropdown-menu {
	top:0;
	left:100%;
	margin-top:-6px;
}

/* rotate caret on hover */
nav ul.navbar-nav .dropdown-menu > li > a:hover:after {
	text-decoration: underline;
	transform: rotate(-90deg);
}


/* Bootstrap 4 select CLS hack */

select.selectpicker {
	display: block !important
}

select.form-control[multiple] {
	height: calc(1.5em + .75rem + 2px)
}


/* Bootstrap 4 carousel CLS hack */

#karusel div.carousel-image-wrapper {
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	position: relative
}

#karusel img.carousel-image {
	height: 100%;
	position: absolute
}



/* aby se text v buttonech renderoval celý */
body a.btn {
	white-space: normal;
}

body a:hover, body a:focus {
	text-decoration: none;
}

body a.cena {
	font-weight: bold;
	margin-left: 0.5rem;
}


body span.cestujici i.fas {
	margin-left: 1px;
	margin-right: 1px;	
	vertical-align: 2px;
}

body span.cestujici i.fa-child {
	font-size: 80%;
	vertical-align: 1px;
}

/* hvězdičky u hotelu */
i.fa-star {
	font-size: 50%;
}

i.horni {
	vertical-align: text-top;
}

span.lighter {
	color: #b3b3b3;
}

ol.breadcrumb {
	font-size: 14px;
}












#mainBannerSection {
	background: url('../images/dovolena-more.jpg') no-repeat right center;
	background-size: cover;
}

.jumbotron h1 {
	font-weight: bold;
}


/* Vyhledávací formulář */

#mainFormSection a.toggle-advanced {
	margin-top: 3rem;
}
	

form#mainForm a.toggle-advanced {
	display: inline-block;
}

form #mainForm div.checkboxes {
	line-height: 1;
}

form#mainForm button[type="submit"] {
	margin-top: 1rem;
}





#whyUsSection blockquote i, #whyUsSection blockquote span {
	font-size: 40px;
}



/* Výsledky vyhledávání */

/* společné */

#resultsSection div.results span.cestujici {
	color: #333;
	margin-left: 3px;
	margin-right: 3px;
}



/* přehled destinací */
#resultsSection #accordion span.destinace {
	font-size: 20px;
}

#accordion div.card-body-spodek {
	padding-bottom: 0.75rem;
}

#resultsSection #accordion i.fa-chevron-circle-down {
	font-size: 13px;
	vertical-align: middle;
}

#resultsSection #accordion span.cenyOd {
	/* float: right; */
	color: #b3b3b3;
}

	

/* jednotlivé termíny */

/* název objektu */
#resultsSection div.results div.card div.card-title {
	margin-bottom: 0
}

#resultsSection div.results div.zajezd span.sleva {
	color: #d9534f;
	font-weight: bold;
}





/* Katalog */

/* společné */

/* aby se v levém sloupic vešla dlouhá data */
input#datumod, input#datumdo {
	padding-left: 2px;
	padding-right: 2px;
}

#catalog div.popis img {
	width: 450px;
	min-height: 180px
}

#catalog div.card {
	overflow: hidden;
}

#catalog div.card div.hodnoceni {
	margin: 0.5rem 0;
}




/* základní informace o objektu */
#objectDetails div.hotelInfo {
	font-size: 1.23rem;
	line-height: 2.4;
}

#objectDetails div.hotelInfo hr {
	margin-top: 0;
	margin-bottom: 0;
}


/* záložky u objektu (popis, termíny, lm, fm) */
#bigObjectDetails ul.nav {
	font-size: 20px;
	letter-spacing: -1px;
	margin-bottom: 30px;
}

#bigObjectDetails table td {
	line-height: 2;
}

#bigObjectDetails #map {
	width: 100%; height: 400px; margin-top: 40px; margin-bottom: 40px;
}


/* cena */
form#suppForm label {
	font-size: 19px;
	margin-top: 0.5rem;
}



footer#mainFooter h4 {
	margin-top: 10px;
}

footer#mainFooter ul {
	margin-bottom: 25px;
}

footer#mainFooter li {
	display: block;
}

footer#mainFooter li:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f7a2";
	font-weight: 900;

	font-size: 11px;
	float: left;
	margin-top: 4px;
	margin-left: -20px;
}


