@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 630px
12. 539px
13. 479px
14. 400px

******************************/

/************
1. 1600px
************/

@media only screen and (max-width: 1600px)
{	
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px)
{
	
}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px)
{
	.message_modal .contact_sale_modal_body_text {
		margin: 0 7%;
		font-size: 26px !important;
	}
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px)
{
	.message_modal .contact_sale_modal_body_text {
		font-size: 25px !important;
	}
}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px) {
	.sale_cube_col {
		margin: 1% 0;
		padding: 1% 0;
		float: right;
		border-top: 2px solid #ccc;
	}
}

/************
4. 1100px
************/

@media only screen and (max-width: 1200px)
{
}

@media only screen and (max-width: 1100px)
{
	.message_modal .contact_sale_modal_body_text {
		font-size: 24px !important;
	}
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px)
{
}

/************
7. 959px
************/

@media only screen and (max-width: 959px)
{	
	.message_modal .contact_sale_modal_body_text {
		font-size: 19px !important;
	}
}

/************
8. 880px
************/

@media only screen and (max-width: 880px)
{
}

/************
9. 768px
************/

@media only screen and (max-width: 768px)
{
	.col-md-2.our-logos img {
		width: 40%;
		margin: 0;
	}

	.footer_images  img.company_logo {
		width: 60%;
		margin: 0 20%;
	}
	.approve_time {
		font-size: 12px;
	}
}

/************
10. 767px
************/

@media only screen and (max-width: 767px)
{
}

@media only screen and (max-width: 660px)
{
}

@media only screen and (max-width: 630px)
{
.footer_images  img.company_logo {
		width: 74%;
		margin: 0 13%;
	}	
}

/************
11. 575px
************/

@media only screen and (max-width: 575px)
{
}

/************
11. 539px
************/

@media only screen and (max-width: 539px)
{
	.rooms_remarks {
		display: inline-block;
		max-height: 182px;
		width: 100%;
		/* white-space: nowrap; */
		overflow: hidden !important;
		text-overflow: ellipsis;
	}
	
	.ui-widget.ui-widget-content {
		max-width: 94%;
		padding: 0 5px;
	}
}


/************
12. 480px
************/

@media only screen and (max-width: 480px)
{
	.loadingImg img.loading_img {
		width: 240px !important;
	}
	.message_modal .contact_sale_modal_body_text {
		font-size: 14px !important;
	}
}

/************
13. 479px
************/
@media only screen and (min-width: 479px)
{
	.expand_details_search {
		display: none;
	}
	
	.show_hotel_remarks {
		display: none;
	}
}

@media only screen and (max-width: 479px)
{
	.expand_details {
		display: block;
	}
}

/************
14. 400px
************/

@media only screen and (max-width: 400px)
{
	.price_wrapper {
		text-align: right;
	}

	.price {
		float: left;
	}
	
	.footer_images span {	
		font-size:13px;
	}
	
	.footer_images img {	
		width: 100px;
	}

	.footer_images img.left_image {	
		width: 140px;
	}
}


@media only screen and (max-width: 390px)
{
}
	
@media only screen and (max-width: 340px)
{	
	.footer_images img.left_image {	
		width: 120px;
	}
}

@media only screen and (max-width: 290px)
{
}
