.dorne-welcome-area .slider-bckg{
max-width: 100%;
}
#img-fade {
	position: none;
	max-width: 100%!important;
	min-width: 100%!important;
}
#img-fade span{
	max-width: 100%!important;
	min-width: 100%!important;
}   


/* Masonry grid */
.masonry {
	transition: all .5s ease-in-out;
	column-gap: 30px;
	column-fill: initial;
}

/* Masonry item */
.masonry .brick {
	margin-bottom: 30px;
	display: inline-block; /* Fix the misalignment of items */
	vertical-align: top; /* Keep the item on the very top */
}

/* Masonry image effects */
.masonry .brick img {
	transition: all .5s ease-in-out;
	backface-visibility: hidden; /* Remove Image flickering on hover */
}

.masonry .brick:hover img {
	opacity: .75;
}

/* Bordered masonry */
.masonry.bordered {
	column-rule: 1px solid #eee;
	column-gap: 50px;
}

.masonry.bordered .brick {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
}

/* Gutterless masonry */
.masonry.gutterless {
	column-gap: 10px;
}

.masonry.gutterless .brick {
	margin-bottom: 10px;
}

/* Masonry on tablets */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.masonry {
		column-count: 2;
	}
}

/* Masonry on tablets */
@media only screen and (min-width: 325px) and (max-width: 768px) {
	.masonry {
		column-count: 2;
	}
}

/* Masonry on big screens */
@media only screen and (min-width: 1024px) {
	.desc {
		font-size: 1.25em;
	}

	.intro {
		letter-spacing: 1px;
	}

	.masonry {
		column-count: 3;
	}
}

.change-img {min-height:209px;background-color:#ccc;display: block;}

.raspisanie-table .body-text{
	width: 100%;
	padding: 8px;
	border: 2px solid #000;
	border-radius:30px;
	padding: 30px;
}
.raspisanie-table table{
	width: 100%;
	color: #000;
}	
.raspisanie-table table th p{
	font-weight: bold;
}					
.raspisanie-table p{
	color: #000;
	padding: 10px;
	text-align: center;
						font-weight: bold;					
}						
.raspisanie-table table tr{
	border-bottom: 2px solid #000;
}	
.raspisanie-table table tr td:first-child p{
	border: 2px solid #000;
	border-radius:20px;
	background-color:#000;
	margin: 10px;
	color: #fff;					
}

.body-text-mob .raspisanie-block-mob{
	border: 2px solid #000;
	border-radius:20px;
	margin-bottom: 10px;
	color: #000; 	
	padding: 10px;
}
.body-text-mob .data-title-mob{
	border: 2px solid #fff;
	border-radius: 20px;
	background-color: #fff;
	margin: 10px; 
	color: #000; 	
	font-weight: bold;
}
.body-text-mob .data-content-mob{
	padding: 20px;
}


