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

/* 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.5em;
}


/* 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
}


.h1, h1 {
	font-size: 2.2rem;
}

.h2, h2 {
	font-size: 1.9rem;
}

.h3, h3 {
	font-size: 1.6rem;
}

/* hvězdičky u hotelu */
i.horni {
	font-size: 50%;
	vertical-align: text-top;
}

span.lighter {
	color: #b3b3b3;
}

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



#mainBannerSection {
	background: url('../images/lyzovani-alpy.jpg') no-repeat left center;
	background-size: cover;
}


/* Vyhledávací formulář */

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



form label, form div.checkbox label {
	font-size: 14px;
	font-weight: normal;
}

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

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

#pomoc i {
	float: left;
	font-size: 55px;
	margin-right: 10px;
}

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



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

/* společné */

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

#resultsSection div.results span.cena {
	font-weight: bold;
	font-size: 110%;
}



/* přehled destinací */
#accordion div.card-body-spodek {
	padding-bottom: 0.5rem;
}

#accordion span.destinace {
	font-size: 21px;
}

#accordion span.oblast {
	font-size: 19px;
}

#accordion span.cenyOd {
	color: #b3b3b3;
}

	

/* jednotlivé termíny */


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

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





/* Katalog */

/* společné */

/* v levém sloupci chci formulář opticky oddělit */
div.panelDiv {
	margin-bottom: 1.5rem;
}

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

.datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover {
	background-color: #666;
}



#catalog div.popis img {
	width: 250px;
	min-height: 150px
}



/* základní informace o objektu */
#objectDetails h2 {
	font-size: 1.7rem;
}

#objectDetails h3 {
	font-size: 1.5rem;
}

#objectDetails div.hotelInfo {
	font-size: 1.22rem;
	line-height: 2.7;	
}

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

#objectDetails div.vybery div.vyber span.volba {
	margin-right: 1em;
}

#objectDetails table {
	margin-top: 1rem;
	margin-bottom: 1rem;
	line-height: 2;
}

#objectDetails table td {
	vertical-align: middle;
}


#objectDetails div.priceCalc {
	font-size: 1.2rem;
	line-height: 2;
}

#objectDetails div.priceCalc div.bold {
	font-weight: bold;
}

#objectDetails div.priceCalc div.suma {
	border-top: 1px solid;
}

#objectDetails div.my-info {
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: 0.8rem;
}

/* cena */

/* informace */

#wideInfo div.adresa {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 16px;
}

#wideInfo div.adresa i.mrg {
	margin-right: 1em;
}

/* patička */

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;
}
