
#customRoomsSec {
	position: relative;
    margin-bottom: var(--space-between-sections);
	overflow: hidden;
    color: var(--primary-color);
}
#customRoomsSec span.verticalTitle {
    display: none;
    font-size: var(--font-vertical-size);
	font-weight: 500;
    line-height: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	white-space: nowrap;
	position: absolute;
    top: 50%;
    left: calc(var(--container-padding) / 2);
	z-index: 2;
	writing-mode: vertical-rl;
    transform: translateX(-50%) translateY(-50%) rotate(-180deg);
}
#customRoomsSec .topContent {
	position: relative;
	width: 70%;
	margin: 0 auto 50px auto;
	text-align: center;
}
#customRoomsSec .topContent h2 {
    margin: 0;
    font-weight: 500;
    font-size: var(--font-title-size);
    color: var(--primary-color);
    line-height: 70px;
    text-transform: uppercase;
}
#customRoomsSec .topContent h2 br {
	display: block;
}
#customRoomsSec .topContent p {
    margin: 20px 0 0 0;
    font-size: var(--font-text-size);
    color: var(--primary-color);
    font-weight: 400;
    line-height: 28px;
}
#customRoomsSec .topContent a.button {
	display: inline-block;
	margin-top: 20px;
    padding: 18px 43px;
    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;
}
#customRoomsSec .topContent a.button:hover {
	background-color: var(--secondary-color);
	color: #ffffff;
}
#customRoomsSec .genericrooms-slider {
	padding-bottom: 85px;
}
#customRoomsSec .genericrooms-slider .owl-stage-outer {
	width: calc(100% + var(--container-padding));
}
#customRoomsSec .genericrooms-slider .item {
	display: flex;
}
#customRoomsSec .genericrooms-slider .item .image {
	position: relative;
    float: left;
    width: 50%;
	padding: 50px 50px 50px 0;
	overflow: hidden;
}
#customRoomsSec .genericrooms-slider .item .image .bgBox {
    width: 77%;
    height: 100%;
    background: var(--primary-color);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
#customRoomsSec .genericrooms-slider .item .info {
	align-self: center;
	float: left;
    width: 50%;
	padding: 0 80px;
}
#customRoomsSec .genericrooms-slider .item .info h3 {
    margin: 0 0 10px 0;
    font-size: var(--custom-font-size);
    color: var(--primary-color);
    font-weight: 700;
    line-height: 35px;
}
#customRoomsSec .genericrooms-slider .item .info .address {
	position: relative;
	display: block;
    margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	font-size: 16px;
    color: var(--text-color);
    font-weight: 500;
    line-height: 26px;
}
#customRoomsSec .genericrooms-slider .item .info .address img {
    position: absolute;
    top: 4px;
    left: 0;
	width: 15px;
	object-fit: contain;
    filter: var(--image-filter-icon-primary-color);
}
#customRoomsSec .genericrooms-slider .item .info p {
    margin: 0 0 20px 0;
	font-size: 16px;
    color: var(--primary-color);
    font-weight: 400;
    line-height: 26px;
}
#customRoomsSec .genericrooms-slider .item .info ul.facilities {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
	padding: 0;
    margin: 0 0 20px 0;
    list-style-type: none;
}
#customRoomsSec .genericrooms-slider .item .info ul.facilities li {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 10px;
    width: auto;
    padding: 10px 17px;
    background-color: #f9fafc;
    font-size: 14px;
    color: #5c6779;
    font-weight: 500;
    line-height: 20px;
}
#customRoomsSec .genericrooms-slider .item .info ul.facilities li img {
    width: 20px;
	height: auto;
}
#customRoomsSec .genericrooms-slider .item .info ul.photos {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
	padding: 0;
    margin: 0 0 20px 0;
    list-style-type: none;
}
#customRoomsSec .genericrooms-slider .item .info ul.photos li {
    position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 10px;
    width: auto;
}
#customRoomsSec .genericrooms-slider .item .info ul.photos li img {
    width: 65px;
	height: auto;
}
#customRoomsSec .genericrooms-slider .item .info ul.photos li a.link {
	display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
	height: 100%;
	background-color: rgb(10 14 41 / 75%);
	font-size: 12px;
    color: #ffffff;
    font-weight: 500;
    line-height: 15px;
	text-transform: uppercase;
	text-align: center;
    position: absolute;
	top: 0;
    left: 0;
}
#customRoomsSec .genericrooms-slider .owl-dots {
	position: absolute;
    bottom: 0;
    left: 0;
}



/* #Additional - Large Screens beyond 1366px
================================================== */
@media only screen and (min-width: 1180px) and (max-width: 1366px) {

#customRoomsSec .genericrooms-slider .item .image .bgBox { width: 87%; }

}



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

#customRoomsSec span.verticalTitle			{ font-size: 13px; left: 4px; transform: translateX(0) translateY(-50%) rotate(-180deg); }
#customRoomsSec .topContent h2				{ font-size: 50px; line-height: 60px; }
#customRoomsSec .topContent p				{ font-size: 16px; line-height: 26px; }
#customRoomsSec .genericrooms-slider .owl-stage-outer { width: 100%; }
#customRoomsSec .genericrooms-slider .item .image { width: 50%; padding: 50px 50px 50px 0; }
#customRoomsSec .genericrooms-slider .item .info { width: 50%; padding: 0 0 0 30px; }
#customRoomsSec .genericrooms-slider .item .info h3 { font-size: 25px; line-height: 30px; }

}



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

#customRoomsSec							{ padding-top: 70px; padding-bottom: 70px; }
#customRoomsSec span.verticalTitle			{ display: none; }
#customRoomsSec .topContent				{ width: 100%; }
#customRoomsSec .topContent h2				{ font-size: 40px; line-height: 50px; }
#customRoomsSec .topContent p				{ font-size: 16px; line-height: 26px; }
#customRoomsSec .topContent a.button		{ padding: 10px 15px; }
#customRoomsSec .genericrooms-slider		{ padding-bottom: 82px; }
#customRoomsSec .genericrooms-slider .owl-stage-outer { width: 100%; }
#customRoomsSec .genericrooms-slider .item .image { width: 50%; padding: 30px 30px 30px 0; }
#customRoomsSec .genericrooms-slider .item .info { width: 50%; padding: 0 0 0 30px; }
#customRoomsSec .genericrooms-slider .item .info h3 { font-size: 22px; line-height: 27px; }
#customRoomsSec .genericrooms-slider .item .info ul.facilities li { padding: 7px 10px; }
#customRoomsSec .genericrooms-slider .item .info ul.photos li img { width: 55px; }
#customRoomsSec .genericrooms-slider .item .info ul.photos li a.link { font-size: 10px; line-height: 13px; }
#customRoomsSec .genericrooms-slider .item .info a.button { padding: 10px 15px; }
#customRoomsSec .genericrooms-slider .owl-dots { right: 0; left: 0; }
#customRoomsSec .genericrooms-slider .owl-dots .owl-dot { width: 32px; height: 32px; margin: 0 5px; }
#customRoomsSec .genericrooms-slider .owl-dots .owl-dot:first-child { margin-left: 0; }
#customRoomsSec .genericrooms-slider .owl-dots .owl-dot:last-child { margin-right: 0; }
#customRoomsSec .genericrooms-slider .owl-dots .owl-dot:before, #customRoomsSec .genericrooms-slider .owl-dots .owl-dot:after { display: none; }
#customRoomsSec .genericrooms-slider .owl-dots .owl-dot span { width: 8px; height: 8px; }

}



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

#customRoomsSec span.verticalTitle			{ display: none; }
#customRoomsSec .topContent				{ width: 100%; margin-bottom: 30px; }
#customRoomsSec .topContent h2				{ line-height: 40px; }
#customRoomsSec .topContent h2 br				{ display: none; }
#customRoomsSec .topContent p				{ line-height: 26px; }
#customRoomsSec .topContent a.button		{ padding: 10px 15px; }
#customRoomsSec .genericrooms-slider		{ width: calc(100% + 30px); margin-left: -15px; padding-bottom: 62px; }
#customRoomsSec .genericrooms-slider .owl-stage-outer { width: 100%; }
#customRoomsSec .genericrooms-slider .item { flex-direction: column; }
#customRoomsSec .genericrooms-slider .item .image { width: 100%; padding: 15px 15px 15px 0; }
#customRoomsSec .genericrooms-slider .item .info { width: 100%; padding: 30px 15px 0 15px; }
#customRoomsSec .genericrooms-slider .item .info h3 {line-height: 25px; }
#customRoomsSec .genericrooms-slider .item .info ul.facilities li { padding: 7px 10px; }
#customRoomsSec .genericrooms-slider .item .info ul.photos li img { width: 55px; }
#customRoomsSec .genericrooms-slider .item .info ul.photos li a.link { font-size: 10px; line-height: 13px; }
#customRoomsSec .genericrooms-slider .item .info a.button { padding: 10px 15px; }
#customRoomsSec .genericrooms-slider .owl-dots { right: 15px; left: 15px; }
#customRoomsSec .genericrooms-slider .owl-dots .owl-dot { width: 32px; height: 32px; margin: 0 5px; }
#customRoomsSec .genericrooms-slider .owl-dots .owl-dot:first-child { margin-left: 0; }
#customRoomsSec .genericrooms-slider .owl-dots .owl-dot:last-child { margin-right: 0; }
#customRoomsSec .genericrooms-slider .owl-dots .owl-dot:before, #customRoomsSec .genericrooms-slider .owl-dots .owl-dot:after { display: none; }
#customRoomsSec .genericrooms-slider .owl-dots .owl-dot span { width: 8px; height: 8px; }

}
