#blog_sidebar h3 {
	font-size: 18px;
}

#blog_sidebar .zajezd {
	font-size: 14px;
}

h3.hotel {
font-size: 22px;
margin: 0 0 2px;

}

.button {
	display: block;
   /* background-color: #4CAF50;  Green */
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
  /*  -webkit-transition-duration: 0.4s;  Safari 
    transition-duration: 0.4s;*/
    cursor: pointer;
	width: 50%;
	margin-top: 10px;
	font-weight: bold;
}

#blog_sidebar .button {
    width: 100%;
}

.button1 {
    background-color: #f17d24; 
    color: white; 
   /* border: 2px solid #4CAF50; */
}

.button1:hover {
    background-color: #05aff0;
    color: white;
}

.button2 {
    background-color: #05aff0;
    color: white; 
   /* border: 2px solid #4CAF50; */
}

.button2:hover {
    background-color: #f17d24;
    color: white;
}

.zajezd {
	width: 100%;
	height: auto;
	border: 1px solid #eaeaea;
	padding: 5px;
	margin-bottom: 20px;
}


.zajezd-content {
	float: left;
}

.zajezd-content a, .dalsi-zajezd a {
	color: #005fa1;
	text-decoration: underline;
}

.zajezd-foto {
	position: relative;
	width: 50%;
	overflow: hidden;
	background-color: #a6a6a6;
		
}

#blog_sidebar .zajezd-foto {
    width: 100%;
}

.zajezd-foto img {
	display: block;
	width: calc(100% + 30px);
	overflow: hidden;
	max-width: none;
	height: 100%;
	transform: translate3d(-30px, 0px, 0px);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.zajezd-foto:hover img {
	opacity: 0.8;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
}

.zajezd-desc {
	width: 50%;
	padding-left: 15px;
}

.textwidget .zajezd-desc {
    width: 100%;
    padding: 0;
}

.zajezd-title {
	margin-bottom: 5px;
	border-bottom: 1px solid #eaeaea;
}

.cleaner {
	clear: both;
}

.dalsi-zajezd {
    margin-bottom: 25px;
    width: 100%;
    text-align: right;
}
	
.zajezd-desc table {
	border: 0; 
	cellpadding: 0;
	cellspacing: 0; 
    border-collapse: separate;
    border-spacing: 0;
    border-width: 0px;
    margin: 0;
    table-layout: auto;
    width: 100%;
}

.zajezd-desc table, th, td {
    border: 0px;
}

.zajezd-desc th, td {
    padding: 0 !important;
}

.zajezd-desc td {
    border-width: 0;
}

.zajezd-desc caption, th, td {
    font-weight: normal;
    text-align: left;
}

.stars {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 1px;
    top: -1px;
    white-space: nowrap;
    font-size: 16px;
}

.stars.title {
	padding-left: 10px;
}

.stars .icon {
    margin-left: -1px;
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    color: #fac841;
}

.stars .icon.half {
    width: 8px;
    overflow: hidden;
}


@media (max-width: 767px) {
	
	.zajezd-foto {
	width: 100%;
		
	}
	
	.zajezd-desc {
	margin-top: 10px;
	padding-left: 0px;
	width: 100%;
	}

	.button {
	width: 100%;
	}

}