@media screen and (max-width:1920px){
	/* daha da geniş ekranlar */
}
@media screen and (max-width:1600px){
	/* daha geniş ekranlar */
}
@media screen and (max-width:1440px){
	/* geniş ekranlar */
}
@media screen and (max-width:1280px){
	/* hi-res laptops and desktops */
}
@media screen and (max-width:1200px){
	/* bootstrap daralma */
}
@media screen and (max-width:1024px){
	/* big landscape tablets, laptops, and desktops */
}
@media screen and (max-width:991px){
	/* bootstrap daralma */
}
@media screen and (max-width:960px){
	/* tablet, landscape iPad, lo-res laptops ands desktops */
}
@media screen and (max-width:840px){
	/* not almışım */
}
@media screen and (max-width:767px){
	.cardImage__content img {
		height: 100%;
	}
	.searchMenu-loc, .searchMenu-date, .searchMenu-guests {
		margin: 0 !important;
		padding: 4px 10px !important;
	}
	.masthead.-type-4 .masthead__content {
		padding-top: 360px;
		padding-bottom: 100px;
	}
	.cardImage:before {
		padding-bottom: unset !important;
	}
	.cardImage {
		height: 280px !important;
	}
	.hotelsCard__content {
		border-bottom: 3px solid #c9c9c9;
	}

}
@media screen and (max-width:720px){
	/* not almışım */
}
@media screen and (max-width:640px){
	/* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
}
@media screen and (max-width:480px){
	.col-auto.col-home-mob {
		clear: both !important;
		flex: unset !important;
	}
}


@media screen and (max-width: 382px) {

	.fvl-d > td {
		font-size: 14px;
		padding: 15px 5px;
	}

	#activerow {
		border: none;
		background-color: #8CC63F;
	}

	#activerow > td {
		color: white;
		font-weight: 600;
	}

	#activerow > td > span {
		color: white;
	}

}

@media screen and (max-width:360px){
	/* not almışım */
}
@media screen and (max-width:320px){
	/* smartphones, iPhone, portrait 480x320 phones */
}
