#tbb_container {
    display: none;
}


.deal, .deal *, .deal *:before, .deal *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
.deal_booking, .deal_booking *, .deal_booking *:before, .deal_booking *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
.deal {
	position: relative;
}

.deal h1 {
	margin: 35px 0px 5px 0px !important;
}

	.deal_left {
		display: block;
		float: left;
		width: 65%;
		padding: 20px 20px 20px 20px;
		/*border-top: 2px solid #eec637;
		border-right: 2px solid #eec637;
		border-bottom: 2px solid #eec637;*/
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		-webkit-box-shadow: 2px -2px 2px 0px rgba(0, 0, 0, 0.1);
		-moz-box-shadow:    2px -2px 2px 0px rgba(0, 0, 0, 0.1);
		box-shadow:         2px -2px 2px 0px rgba(0, 0, 0, 0.1);
		border-right: 3px solid #2c77c8;
	}
	
	
		.deal_included {
			font-weight: bold;
			color: #2c77c8;
			font-size: 16px;
			display: block;
			margin-bottom: 25px;
		}
		.deal_left ul {
			padding: 0px 0px 0px 15px;
		}
		.deal_left ul li {
			/*border-bottom: 1px dotted #666;*/
			padding-top: 3px;
			padding-bottom: 3px;
		}
		.deal_left ul li:nth-child(odd) {
			background: #f5f5f5;
		}
		
		
	.deal_center {
		display: block;
		float: left;
		width: 5%;
	}
		.deal_price_arrow {
			display: block;
			width: 32px;
			border-top: 32px solid transparent;
			border-bottom: 32px solid transparent;  
			border-left: 32px solid #2c77c8;
			margin-top: 80px;
			margin-left: 0px
		}
	
	
	.deal_right {
		display: block;
		float: right;
		width: 30%;
	}
		.deal_price_wrap {
			padding: 60px 20px 60px 20px;
			text-align: center;
			background: #eec637; 
			border: 2px solid #e2bc34;
			-webkit-border-top-left-radius: 5px;
			-webkit-border-top-right-radius: 5px;
			-moz-border-radius-topleft: 5px;
			-moz-border-radius-topright: 5px;
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
		}
			.deal_nights {
				display: block;
				font-size: 20px;
				color: #000;

			}
			.deal_price {
				font-size: 32px;
				font-weight: bold;
				color: #2c77c8;
			}
				.deal_price span {
					font-size: 12px;
					font-weight: 100;
				}
			.deal_price_desc {
				font-size: 12px;
			}
		
		
		.deal_book_link {
			width: 100%;
			-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
			-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
			box-shadow:inset 0px 1px 0px 0px #54a3f7;
			background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
			background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
			background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
			background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
			background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
			background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
			background-color:#007dc1;
			border:1px solid #124d77;
			display:block;
			cursor:pointer;
			color:#ffffff;
			font-family:Arial;
			font-size:18px;
			padding:12px 30px;
			text-decoration:none;
			text-shadow:0px 1px 0px #154682;
			text-align: center;
			margin: 0 auto;
			-webkit-border-bottom-right-radius: 5px;
			-webkit-border-bottom-left-radius: 5px;
			-moz-border-radius-bottomright: 5px;
			-moz-border-radius-bottomleft: 5px;
			border-bottom-right-radius: 5px;
			border-bottom-left-radius: 5px;
		}
		.deal_book_link:hover {
			background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
			background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
			background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
			background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
			background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
			background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
			background-color:#0061a7;
		}
		.deal_book_link:active {
			position:relative;
			top:1px;
		}

			
			
			
			
			
			
	.deal_tabs_wrap {
		display: block;
		width: 100%;
		margin-top: 60px;
	}
	
	ul.deal_tabs{
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	ul.deal_tabs li{
		background: none;
		color: #222;
		display: inline-block;
		padding: 10px 15px;
		cursor: pointer;
		-webkit-border-top-left-radius: 3px;
		-webkit-border-top-right-radius: 3px;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-topright: 3px;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		border-right: 1px solid #ccc;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		background: #f5f5f5;
	}

	ul.deal_tabs li.current{
		background: #fff;
		color: #2c77c8;
		font-weight: bold;
		border-bottom: 1px solid #fff;
	}
	
	.deal_tabs li img {
		display: none;
		width: 25px;
	}

	.deal_tab-content{
		display: none;
		background: #fff;
		padding: 15px;
		/*border: 1px solid #ccc;*/
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: 2px -2px 2px 0px rgba(0, 0, 0, 0.1);
		-moz-box-shadow:    2px -2px 2px 0px rgba(0, 0, 0, 0.1);
		box-shadow:         2px -2px 2px 0px rgba(0, 0, 0, 0.1);
		border-bottom: 1px solid #ebebeb;
	}

	.deal_tab-content.current{
		display: inherit;
	}
	
	
	
	
	.deal_booking_title {
		font-weight: bold;
		color: #2c77c8;
		font-size: 22px;
		display: block;
		margin-top: 40px;
		padding: 20px;
	}
	
	
	.deal_booking {
		display: block;
		width: 100%;
		padding: 20px;
		
		border-top: 3px solid #2c77c8;
		
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		-webkit-box-shadow: 2px -2px 2px 0px rgba(0, 0, 0, 0.1);
		-moz-box-shadow:    2px -2px 2px 0px rgba(0, 0, 0, 0.1);
		box-shadow:         2px -2px 2px 0px rgba(0, 0, 0, 0.1);
		border-bottom: 1px solid #ebebeb;
		
	}
	
	
	
	
	.swiper-container {
      width: 100%;
      height: 470px;
      margin-left: auto;
      margin-right: auto;
	  display: block;
	  float: right;
    }
    .swiper-slide {
      background-size: cover;
      background-position: center;
    }
    .gallery-top {
      height: 400px;
      width: 100%;
    }
    .gallery-thumbs {
      height: 70px;
      box-sizing: border-box;
      padding: 1px 0;
    }
    .gallery-thumbs .swiper-slide {
      width: 20%;
      height: 100%;
      opacity: 0.4;
    }
    .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }
	
	
	
	
.delas_footer {
	display: block;
	clear: both;
	padding: 20px 3% 20px 0px;
	text-align: right;
}
	.deals_footer img {
		vertical-align: middle;
		margin-top: -15px;
		margin-left: 10px;
		margin-right: 10px;
	}
	
	
	
a.deals_back {
	display: block;
	position: absolute;
	width: auto;
	background: #ebebeb url('../imgs/_layout/back.png') no-repeat 5px center;
	padding: 10px 20px 10px 30px;
	right: 0px;
	top: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-decoration: none;
	color: #666;
}
	a.deals_back:hover {
		background: #d5e2f3 url('../imgs/_layout/back.png') no-repeat 5px center;
		color: #2c77c8;
	}






@media screen and (max-width: 750px) {
	#booking_bar {
		display: none !important;
	}
	a.deals_back {
		top: -65px;
		right: -7px;
		padding-top: 6px;
		padding-bottom: 6px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	
	.deal_left, .deal_center, .deal_right {
		float: none;
		width: 100%;
	}
	
	.deal_left {
		border-right: none;
		-webkit-box-shadow: 2px -2px 2px 0px rgba(0, 0, 0, 0.1);
		-moz-box-shadow:    2px -2px 2px 0px rgba(0, 0, 0, 0.1);
		box-shadow:         2px -2px 2px 0px rgba(0, 0, 0, 0.1);
		border-bottom: 3px solid #2c77c8;
	}
		.deal_price_arrow {
			display: block;
			width: 32px;
			border: none;
			border-left: 32px solid transparent;
			border-right: 32px solid transparent;  
			border-top: 32px solid #2c77c8;
			margin: 0 auto;
		}
		
	.delas_footer {
		text-align: center;
	}
	
	.deal_tab-content {
		padding: 5px;
	}
	.deal_booking {
		padding: 5px;
	}
	
	.swiper-container {
      height: 300px;
    }
    .gallery-top {
      height: 250px;
    }
    .gallery-thumbs {
      height: 50px;
    }
	
	
	.deal_tabs li span {
		display: none;
	}
	.deal_tabs li img {
		display: block;
	}
}








	
	