@media only screen and (max-width: 768px) {
    a.rooms .overlay {
        height: 268px;
    }
	.content_div .bg_svg:before {
        left: 8px;
        top: 5px;
	}

    a.rooms:hover .img_overlay:after {
        transform: scale(1);
    }

    .buttons {
        display: block;
    }

    .room_facilities span{
        height: auto;
	}

    .img_overlay img {
        width: 100%;
        height: auto;
    }
	#right_side_images_div {
		width: 100%;
		height: 473px;
	}

    .large_image {
        height: 200px;
    }

    .right_button:hover {
        background: #4877cd;
    }

    .left_button:hover {
        background: transparent;
        color: #fff;
    }

    .center_content {
        width: 300px;
        height: 240px;
        top: 50%;
    }

    .left_button {
        background: #fff;
        color: #000;
        border: 1px solid #fff;
    }

    .room_carusel_image_div {
		height: 120px;
	}

    .title_text h2, .title_text span{
        height: 45px;
   }
}

@media only screen and (min-width: 768px) {
	#right_side_images_div {
		width: 100%;
		height: 330px;
	}

    a.rooms .overlay {
        height: 300px;
    }

    .img_size {
        height: 300px;
        overflow: hidden;
    }

	.content_div .bg_svg:before {
        left: 35px;
        top: 30px;
	}

    a.rooms:hover .img_overlay:after {
        transform: scale(1);
    }

    .buttons {
        display: block;
    }

    .room_facilities span{
        height: auto;
	}

    .img_overlay img {
        width: auto;
        height: 100%;
    }

    .large_image {
        height: 330px;
    }

    .right_button:hover {
        background: #4877cd;
    }

    .left_button:hover {
        background: transparent;
        color: #fff;
    }

    .center_content {
        width: 300px;
        height: 240px;
        top: 50%;
    }

    .left_button {
        background: #fff;
        color: #000;
        border: 1px solid #fff;
    }

    .room_carusel_image_div {
		height: 96px;
	}

    .room_carusel_image_div > img {
		height: auto !important;
        width: 160px;
	}

    .title_text h2, .title_text span{
        height: 45px;
   }
}

@media only screen and (min-width: 1024px) {
	#right_side_images_div {
		width: 100%;
		height: 407px;
	}

	a.rooms .overlay {
        height: 350px;
    }

    .img_size {
        height: 350px;
        overflow: hidden;
    }

	.content_div .bg_svg:before {
        left: 40px;
        top: 35px;
	}

    a.rooms:hover .img_overlay:after {
        transform: scale(1);
    }

    .buttons {
        display: block;
    }

    .room_facilities span{
        height: 70px;
	}

    .img_overlay img {
        width: 100%;
        height: auto;
    }

    .large_image {
        height: 407px;
    }

    .right_button:hover {
        background: #4877cd;
    }

    .left_button:hover {
        background: transparent;
        color: #fff;
    }

    .center_content {
        width: 300px;
        height: 240px;
        top: 50%;
    }

    .left_button {
        background: #fff;
        color: #000;
        border: 1px solid #fff;
    }

    .room_carusel_image_div {
		height: 127px;
	}

    .room_carusel_image_div > img {
		height: auto;
        width: 210px;
	}

    .title_text h2, .title_text span{
        height: 55px;
   }
}

@media only screen and (min-width: 1250px) {
	#right_side_images_div {
		width: 100%;
		height: 526px;
	}

	a.rooms .overlay {
        height: 350px;
    }

    .img_size {
        height: 350px;
        overflow: hidden;
    }

	.content_div .bg_svg:before {
        left: 60px;
        top: 77px;
	}

    a.rooms:hover .img_overlay:after {
        transform: scale(0.87);
    }

    .buttons {
        display: none;
    }

    .room_facilities span{
        height: 70px;
	}

    .img_overlay img {
        width: auto;
        height: 100%;
    }

    .large_image {
        height: 525px;
    }

    .right_button:hover {
        background: #6496f1;
    }

    .left_button:hover {
        background: transparent;
        color: #fff;
        border: 1px solid #fff;
    }

    .center_content {
        width: 300px;
        height: 240px;
        top: calc(50% + 50px);
    }

    .left_button {
        background: #fff;
        color: #000;
        border: 1px solid #fff;
    }

    .room_carusel_image_div {
		height: 166px;
	}

    .room_carusel_image_div > img {
		height: auto;
        width: 280px;
	}

    .title_text h2, .title_text span{
        height: 45px;
   }
}

@media only screen and (min-width: 1400px) {
	#right_side_images_div {
		width: 100%;
		height: 525px;
	}

    a.rooms .overlay {
        height: 400px;
    }

    .img_size {
        height: 400px;
        overflow: hidden;
    }

	.content_div .bg_svg:before {
        left: 60px;
        top: 77px;
	}

    a.rooms:hover .img_overlay:after {
        transform: scale(0.87);
    }

    .room_facilities span{
        height: 70px;
	}

    .img_overlay img {
        width: auto;
        height: 100%;
    }

    .large_image {
        height: 524px;
    }

    .right_button:hover {
        background: #6496f1;
    }

    .left_button:hover {
        background: transparent;
        color: #fff;
        border: 1px solid #fff;
    }

    .center_content {
        width: 300px;
        height: 240px;
        top: calc(50% + 50px);
    }

    .left_button {
        background: #fff;
        color: #000;
        border: 1px solid #fff;
    }

    .room_carusel_image_div {
		height: 166px;
	}

    .title_text h2, .title_text span{
        height: 55px;
   }
}

@media only screen and (min-width: 1600px) {
	#right_side_images_div {
		width: 100%;
		height: 524px;
	}

	a.rooms .overlay {
        height: 375px;
    }

    .img_size {
        height: 375px;
        overflow: hidden;
    }

	.content_div .bg_svg:before {
        left: 60px;
        top: 77px;
	}

    a.rooms:hover .img_overlay:after {
        transform: scale(0.87);
    }

    .buttons {
        display: none;
    }

    .room_facilities span{
        height: 70px;
	}

    .img_overlay img {
        width: 100%;
        height: auto;
    }

    .large_image {
        height: 524px;
    }

    .right_button:hover {
        background: #6496f1;
    }

    .left_button:hover {
        background: transparent;
        color: #fff;
        border: 1px solid #fff;
    }

    .center_content {
        width: 300px;
        height: 240px;
        top: calc(50% + 50px);
    }

    .left_button {
        background: #fff;
        color: #000;
        border: 1px solid #fff;
    }

    .room_carusel_image_div {
		height: 166px;
	}

    .title_text h2, .title_text span{
        height: 55px;
   }
}
/* # */
#large_image {
    position: relative;
}

.large_image {
    overflow: hidden;
}

#large_image .price_div {
    position: absolute;
    top: 45px;
    left: 30px;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
}

#large_image .price_div > span {
    color: #4877cd;
    font-weight: bold;
}

#content_main{
	overflow: hidden;
}

#rooms_right_side {
	position: relative;
}

#right_side_images_div {
	overflow: hidden;
	position: relative;
	z-index: 5;
}

#right_side_images_moving_div {
	position: relative;
}

#right_side_arrow_up {
	top: 0;
	cursor: default;
}

#right_side_arrow_down {
	bottom: 0;
	cursor: pointer;
}
/* # */
/* . */
    .buttons {
        width: 100%;
        margin-top: 15px;
    }

    .content_div .bg_svg:before {
        background: url(../../images/symbols/yel_s.svg)no-repeat;
        content: "";
        height: 120px;
        position: absolute;
        width: 107px;
        z-index: 0;
    }

    .img_overlay {
        overflow: hidden;
    }

    .img_overlay img {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility:    hidden;
        backface-visibility:     hidden;
    }

    .img_overlay:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        transition: 0.25s ease-in-out;
        transform: scale(1);
    }

    a.rooms {
        position: relative;
    }

    a.rooms .overlay {
        overflow: hidden;
        position: relative;
    }

    .title_text {
        z-index: 1;
		text-align: center;
    }

	.title_text h2, .title_text span{
        color: #fff;
		margin-bottom: 30px;
   	}

	.svg_rooms svg path,
	.svg_rooms svg circle,
	.svg_rooms svg ellipse,
	.svg_rooms svg polygon,
	.svg_rooms svg rect,
	.svg_rooms svg polyline {
		fill: #fff!important;
	}

	.image_div svg path,
	.image_div svg circle,
	.image_div svg ellipse,
	.image_div svg polygon,
	.image_div svg rect,
	.image_div svg polyline {
		fill: #1a1d28!important;
	}

.image_div img {
	visibility: hidden;
}

    .rooms_main {
        margin-top: 70px;
    }

    .room_facilities span{
		display:block;
        padding-left: 20px;
        overflow: hidden;
		display: flex;
    	align-items: center;
	}

	.room_facilities .image_div{
		text-align: left;
        width: 70px;
        height: 70px;
        /*background: #FFF;*/
	}

    .room_facilities {
        display: flex;
        align-items: center;
    }

	.image_div svg {
		width: 100%;
		height: 100%;
		padding: 15px;
	}

	.image_div svg path,
	.image_div svg circle,
	.image_div svg ellipse,
	.image_div svg polygon,
	.image_div svg rect,
	.image_div svg polyline {
		fill: #1a1d28!important;
	}

    .svg_overlay_out {
        display: inline-block;
        height: 60px;
		width: 40px;
        padding: 5px;
    }

	.svg_overlay_out svg {
        height: 100%;
		width: 100%;
	}
	.svg_rooms {
		z-index: 1;
		text-align: center;
		width: 100%;
	}

	.button_rooms {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: 1;
		text-align: center;
	}
	.cost_rooms{
		z-index: 1;
		text-align: center;
		font-size: 22px;
		color: #2eb2f3;
	}
	
	.cost_rooms span {
		font-size: 17px;
		position: relative;
		left: 5px;
	}

	.price_div .ba_lari {
		font-size: 16px;
		position: relative;
		top: 1px;
	}

	.title_text h2:after{
		content: "";
		display: block;
		position: relative;
		width: 70px;
		height: 2px;
		background: #2eb2f3;
		bottom: -15px;
		left: 50%;
		transform: translateX(-50%);
	    margin-bottom: 25px;
	}

	.page_title_h1{
		position: relative;
	    z-index: 10;
	}

    .left_button,
    .right_button {
        width: 50%;
        float: left;
        height: 50px;
        line-height: 50px;
        text-align: center;
        text-transform: capitalize;
        transition: 0.2s ease-in-out;
    }

    .right_button {
        background: #4877cd;
        color: #fff;
    }

	.right_side_arrow_div {
		background: #FFF;
		position: absolute;
		z-index: 6;
		text-align: center;
		border-radius: 100%;
		left: 50%;
		transform: translateX(-50%);
		color: #000;
		transition: 0.15s all ease-in-out;
	}

    .right_side_arrow_div:hover{
		background: #4877cd;
		color: #FFF;
	}

	.right_side_arrow_div span {
		font-size: 10px;
		padding: 15px;
		display: block;
        border-radius: 50%;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
	}

	.room_carusel_image_div {
		position: absolute;
		overflow: hidden;
	}
	.arrow_up {
		position: absolute;
		bottom: calc(100% - 20px);
		left: 50%;
	}
	.arrow_down {
		position: absolute;
		top: calc(100% - 20px);
		left: 50%;
	}

    .center_content {
        position: absolute;
        left: 50%;
        text-align: center;
        transform: translate(-50%, -50%);
        transform-origin: 50% 50%;
        transition: all 0.25s ease-in-out;
    }

    .overlay:hover .center_content {
        top: 50%;
    }

    .overlay:hover .buttons {
        display: block;
    }


/* . */
