.searchbox-float2 input.form-control {
	width:170px;
}
html, body, div, p, td, li, h1, h2, h3, h4, h5, button, input, submit, a, textarea, pre, code, kbd, tt, var {
    font-family: 'Nunito Sans','Nunito Sans Regular', sans-serif !important;
}

.site-header .logov {
	padding-right: 0px;
}

.logo {
	margin-top: 10px;
}

@media only screen and (max-width: 768px) {
    .header-kontakt a {
        color: white;
    }
	.site-header.sticky .header-bottom
	{
        color: white;
	}
}

.badge {
        color: white;
}

.trip-offer-star
{
	color: #E30020;
}

.trip-offer-stars
{
	color: #E30020;
}

@media (max-width: 768px) {
	.top-destination .trip-details
    {
        font-size: smaller;
    }
}

.experi-vlajka img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border:1px solid #424646;
}

.experi-vlajka {
  width: 40px;
}

.experi-zeme {
  border-bottom:1px solid #e5e5e5;
  margin-top: 4px;
  white-space: nowrap;
  min-width: 200px;
}

.experi-zeme-seznam {
	padding-left:15px;
	padding-right:15px;
	width: 100%!important;
}

.experi-sloupce {
	column-count:3;
}

.experi-zeme-radek {
	display: flex;
	margin-bottom: 4px;
	padding-bottom: 4px;
}

.experi-fotka-desktop {
	padding-bottom: 0px;
	padding-top: 16px;
	position: relative;
}

.experi-fotka-mobil {
	padding-bottom: 0px;
	padding-top: 16px;
	position: relative;
	width:100%;
}

.experi-fotka-desktop img, .experi-fotka-mobil img{
	width:100%;
}


.experi-fotka-popis {
	position: absolute;
	bottom: 0px;
	color: white;
	padding: 8px;
	width: 100%;
	background-color: rgba(0,0,0,.44);
	display: flex;
	font-size: 0.8rem;
}

.experi-btn {
    padding: 10px 18px;
	font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    background: #E30020;
    border-radius: 3px;
    position: relative;
    box-shadow: none;
    display: inline-block;
    border: none;
    color: white !important;
	white-space: nowrap;
	margin-top:12px;
	margin-right:12px;
}

.experi-recenze {
  margin-right:12px;
  margin-bottom:12px;
  font-size: 11px;
  padding:16px;
  background: #EEEEEE;
  width: 100%;
  border-radius: 5px;
  display: flex;
  align-items: center;
  text-align: left;
  border:2px solid #e5e5e5;
}

.experi-recenze p,.experi-recenze2 p  {
  font-size: 12px!important;
  line-height: 18px!important;
}

.experi-recenze-seznam {
	padding-left:15px;
	padding-right:15px;
	width: 100%!important;
}

.experi-center {
	text-align: center;
	align-content: center;
	margin-bottom: 16px;
}

@media only screen and (min-width: 992px)
{
.experi-fotka-mobil {
	display: none;
}
}

@media only screen and (max-width: 991px)
{
.experi-sloupce {
	column-count:2;
}
.experi-fotka-desktop {
	display: none;
}
}

@media only screen and (max-width: 768px)
{
.experi-sloupce {
	column-count:1;
}
.experi-zeme {
	min-width:80%;
}
.experi-btn {
	width:100%;
	text-align:center;
	margin-right:0px;
}
}

.text-success
{
	color: #163e92!important
}

#formular_Poznamka 
{
	height: 200px;
}