@media screen and (min-width: 768px) and (max-width: 991px) {
}
@media screen and (min-width: 768px) {

}
@media screen and (min-width: 992px) {

}
@media screen and (min-width: 1200px) {

}

@media screen and (max-width: 1500px) {

}
@media screen and (max-width: 1300px) {

}
@media screen and (max-width: 1199px) {

}
@media screen and (max-width: 1100px) {

}
@media screen and (max-width: 991px) {
	.address-text {
		display: none;
	}
}

@media screen and (max-width: 961px) {
    #apartment .room-text {
        max-width: 480px;
    }

}

@media screen and (max-width: 767px) {

}

@media screen and (max-width: 721px) {
    #apartment .room-text {
        max-width: 360px;
    }

}

@media screen and (max-width: 576px) {
	
	.right-bar {
		position: fixed;
		bottom: 0;
		width: 100%;
		left: 0;
		box-shadow: 0 0 15px rgba(0,0,0,.3);
		z-index: 100;
		background: #203957;
	}
	.address, .phone {
		line-height: 50px;
		position: fixed;
		bottom: 0;
		z-index:101;
		width:50px;
		text-align:center;
	}
	.address {
		right: 50px;
	}
	.phone {
		right: 0px;
	}
	span.address-text {
		display: none;
	}
	.homelogo {
		left: 0;
		margin-left: 0;
		width: 100%;
		padding: 0 10%;
	}
	.bg-image {
		min-height: 200px;
	}
}
@media screen and (max-width: 480px) {

}

@media screen and (max-width: 360px) {
}

@media screen and (max-height: 750px) {

}

