
#listRooms {
	position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
	overflow: hidden;
}
#listRooms .rooms {
    display: flex;
	position: relative;
    float: left;
    width: 100%;
    margin-bottom: 100px;
}

#listRooms .items:last-child {
	margin-bottom: 0;
}
#listRooms .rooms .slider {
	align-self: flex-start;
	position: relative;
    float: left;
    width: 55%;
	margin-top: 50px;
}
#listRooms .rooms .slider .eyeIcon {
	pointer-events: none;
	width: 42px;
    height: auto;
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 1;
}
#listRooms .rooms .slider .customNav {
	display: flex;
    align-items: center;
    grid-gap: 10px;
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 1;
}
#listRooms .rooms .slider .customNav button {
	width: 37px;
	padding: 0;
    background-color: transparent;
}
#listRooms .rooms .info {
	display: flex;
    align-items: center;
	position: relative;
    float: left;
    width: 45%;
	margin-bottom: 50px;
    padding: 50px;
}
#listRooms .rooms .info .bgBox {
    background: #f9fafe;
    position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -100px;
	z-index: -1;
}
#listRooms .rooms .info .rooms-info h2 {
	margin: 0 0 20px 0;
    font-size: 30px;
    color: var(--secondary-color);
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}
#listRooms .rooms .info .rooms-info ul.facilities {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
	padding: 0;
    margin: 0 0 20px 0;
    list-style-type: none;
}
#listRooms .rooms .info .rooms-info ul.facilities li {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 10px;
    width: auto;
    padding: 10px 17px;
    background-color: #eff4f8;
    font-size: 14px;
    color: #5c6779;
    font-weight: 500;
    line-height: 20px;
}
#listRooms .rooms .info .rooms-info ul.facilities li img {
    width: 20px;
	height: auto;
}
#listRooms .rooms .info .rooms-info p {
	margin: 0 0 20px 0;
    font-size: 16px;
    color: var(--text-color);
    font-weight: 400;
    line-height: 26px;
}
#listRooms .rooms .info .rooms-info p:last-child {
	margin-bottom: 0;
}
#listRooms .rooms .info .rooms-info a.button {
	display: inline-block;
    padding: 18px 43px;
    margin-top: 15px;
    border: 2px solid var(--secondary-color);
    font-size: 14px;
    color: var(--secondary-color);
    font-weight: 500;
    line-height: 20px;
	letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}
#listRooms .rooms .info .rooms-info a.button:hover {
	background-color: var(--secondary-color);
	color: #ffffff;
}
#listRooms .rooms:nth-child(even) {
	flex-direction: row-reverse;
}
#listRooms .rooms:nth-child(even) .slider .eyeIcon {
    right: auto;
	left: 30px;
}
#listRooms .rooms:nth-child(even) .slider .customNav {
    right: 30px;
	left: auto;
}
#listRooms .rooms:nth-child(even) .info .bgBox {
	right: -100px;
	left: 0;
}





/* #iPad Pro - Large Screens beyond 1024px
================================================== */
@media only screen and (min-width: 959px) and (max-width: 1180px) {


#listRooms .rooms .slider					{ margin-top: 30px; }
#listRooms .rooms .info						{ margin-bottom: 30px; padding: 30px; }
#listRooms .rooms .info .rooms-info h2		{ font-size: 25px; line-height: 25px; }


}



/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {

#listRooms									{ padding-top: 70px; padding-bottom: 70px; }
#listRooms .items							{ margin-bottom: 40px; }
#listRooms .rooms .slider					{ margin-top: 30px; }
#listRooms .rooms .info						{ margin-bottom: 30px; padding: 30px; }
#listRooms .rooms .info .rooms-info h2		{ font-size: 22px; line-height: 22px; }
#listRooms .rooms .info .rooms-info ul.facilities li { padding: 7px 10px; }
#listRooms .rooms .info .rooms-info a.button { padding: 10px 15px; }

}



/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {

#listRooms									{ padding-top: 50px; padding-bottom: 50px; }
#listRooms .items							{ flex-direction: column !important; margin-bottom: 50px; }
#listRooms .rooms .slider					{ width: calc(100% + 30px); margin-left: -15px; margin-top: 0; }
#listRooms .rooms .slider .eyeIcon			{ width: 32px; top: 15px; bottom: auto; right: 15px !important; left: auto !important; }
#listRooms .rooms .slider .customNav			{ bottom: 55px; right: 15px !important; left: auto !important; }
#listRooms .rooms .info						{ width: 100%; margin-top: -40px; margin-bottom: 0; padding: 15px; z-index: 1; }
#listRooms .rooms .info .bgBox				{ right: 0 !important; left: 0 !important; }
#listRooms .rooms .info .rooms-info h2		{ font-size: 20px; line-height: 20px; }
#listRooms .rooms .info .rooms-info ul.facilities li { padding: 7px 10px; }
#listRooms .rooms .info .rooms-info a.button { padding: 10px 15px; }

#listRooms .rooms {
    flex-direction: column;
}
#listRooms .rooms:nth-child(even) {
    flex-direction: column;
 }

}
