.background-yellow
{
	background: #faa258;
	height: auto;
}

.background-yellow .col-xs-12
{
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	text-align: center;
}

#special-offer-wrapper
{
	padding-top: 0;
	padding-right: 0;
	background: #e1e7ed;
}

#special-offer-wrapper h2
{
	font-size: 30px;
	font-family: Ubuntu-R;
	color: white;
	text-transform: uppercase;
}

.hotel-auto-check
{
	background: #e1e7ed;
	height: 66px;
	margin-top: 2px;
}

.hotel-auto-check .check-circle
{
	margin-top: 15px;
	color: #999999;
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
}

.hotel-auto-check .check-circle.last
{
	margin-left: 10px;
}

.hotel-auto-check .check-circle span
{
	font-family: Ubuntu-B;
	text-transform: uppercase;
	margin-left: 10px;
}

.hotel-auto-check .check-circle em
{
	background: #ffe124;
	padding: 10px;
	border-radius: 50%;
	color: white;
	border: 3px solid white;
	font-weight: bold;
}

.hotel-auto-check .check-circle em:hover
{
	cursor: pointer;
}

/*Special Deals*/

#special-offer-products
{
	margin-top: 30px;
}

#product-deals-carousel .item, #product-deals .item
{
	max-width: 272px;
	height: auto;
	margin: 20px auto;
	box-shadow: 5px 3px 8px rgba(0,0,0,.1);
	position: relative;
	background: white;
}

#product-deals-carousel .item .stars, #product-deals .item .stars
{
	position: absolute;
	top: 10px;
	right: 8px;
}

#product-deals-carousel .item img, #product-deals .item img
{
	padding: 0 0 65px;
}


#product-deals-carousel .item .stars img, #product-deals .item .stars img
{
	margin-left: 4px;
	float:right;
	padding: 0;
}

#product-deals-carousel .item .bloque-transparente, #product-deals .item .bloque-transparente
{
	background: rgba(250, 162, 88, .7);
	width: 270px;
	height: 75px;	
	top: -65px;
	margin: 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

#product-deals-carousel .item .bloque-transparente .product-name,
#product-deals .item .bloque-transparente .product-name
{
	color: #34495e;
	font-family: Ubuntu-R;
	font-size: 16px;
	position: relative;
	text-transform: capitalize;
}

#product-deals-carousel .item .deal-description,
#product-deals .item .deal-description
{
	width: 270px;
	margin-top: -75px;
}

#product-deals-carousel .item .deal-description p,
#product-deals .item .deal-description p
{
	color: #7b8392;
	font-family: 'Ubuntu-L', sans-serif;
	margin-top: 15px;
	margin-left: 0;
	line-height: normal;
	padding: 10px;
}

#product-deals-carousel .item .deal-price,
#product-deals .item .deal-price
{
	font-family: Ubuntu-B;
	font-size: 19px;
	color: #7ed7e5;
}

#product-deals-carousel .item .deal-price .line-through,
#product-deals .item .deal-price .line-through
{
	text-decoration: line-through;
}

#product-deals-carousel .item .deal-price>div,
#product-deals .item .deal-price>div
{
	text-align: center;
}

#product-deals-carousel .item .know-more, 
#product-deals .item .know-more
{
	padding-bottom: 30px;
	margin-top: 20px;
	text-align: center;
}

#product-deals-carousel .item .know-more a,
#product-deals .item .know-more a
{
	padding: 10px 30px;
	background: #faa258;
	color: white;
	font-family: Ubuntu-R;
	font-size: 18px;
	transition: all .50s;
	text-shadow: 0 0 3px lightcoral;
}

#product-deals-carousel .item .know-more a:hover,
#product-deals .item .know-more a:hover
{
	color: #fff;
	background: #ff8000;
	box-shadow: 0 0 2px #ff8000;
}


/*Product Deals Listing*/

#product-deals
{
	text-align: center;
}

#product-deals .item
{
	display: inline-block;
	margin-top: 0;
	margin-right: 15px;
	vertical-align: top;
}

/*End Product Deals Listing*/


/*Productos Destacados Sidebar*/
#sidebar
{
	margin-top: -20px;
}

#sidebar div.heading-h2
{
	margin-top: 20px;
}

#sidebar h2
{
	font-family: Ubuntu-R;
	font-size: 20px;
	color: #FFF;
	padding-top: 25px;
	margin-left: 10px;
    text-align: center;
}

#sidebar .heading
{
	height: 70px;
}

.background-sea-blue
{
	background: #20348a;
}

#sidebar .heading-h2 a{
	color: #fff;
}

#sidebar .distinguished-product.first
{
	margin-top: 30px;
}

#sidebar .distinguished-product
{
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 12px;
	background: white;
	box-shadow: 0 3px 5px rgba(0,0,0,.10);
}

#sidebar .distinguished-product .featured-product-details
{
	padding: 0 7px;
}

#sidebar .distinguished-product h3.product-name
{
	font-family: Ubuntu-R;
	font-size: 15px;
	color: #34495e;
	margin: 7px 0 3px;
	text-transform: capitalize;
}

#sidebar .distinguished-product p
{
	font-family: Ubuntu-L;
	color: #7b8392;
}

#sidebar .distinguished-product .price
{
	padding: 5px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

#distinguished-products-carousel .item img
{
    text-align: center;
    margin: 0 auto;
}

#distinguished-products-carousel .item .product-name, 
#distinguished-products-carousel .item p,
#distinguished-products-carousel .item .stats
{
    text-align: center;
}

@media (min-width: 768px){
	.background-yellow
	{
		height: 70px;
	}

	.background-yellow.no-margin-right
	{
		margin-right: 0;
	}

	.background-yellow .col-xs-12
	{
		padding-right: 2px;
		padding-left: 15px;		
		padding-bottom: 0px;
		text-align: left;
	}
    
    #sidebar h2 {
        text-align: left;
    }
    
    #special-offer-wrapper
    {
        padding-top: 30px;
    }
    
	#special-offer-wrapper h2
	{
		font-size: 25px;
	}
}

@media (min-width: 992px){
	#special-offer-wrapper h2
	{
		font-size: 30px;
	}

	#product-deals .item:nth-child(7), #product-deals .item:nth-child(8), #product-deals .item:nth-child(9)
	{
		display: none;
	}
}

@media (min-width: 992px) and (max-width: 1200px){
	#special-offer-wrapper h2
	{
		font-size: 30px;
	}

	#special-offer-wrapper .background-sea-blue h2
	{
		font-size: 16px;
	}
}

@media (min-width: 1200px){
	#special-offer-wrapper .background-sea-blue h2
	{
		font-size: 20px;
	}

	#product-deals-carousel .item
	{
		margin: 0 0 25px;
	}

	#product-deals .item:nth-child(7), #product-deals .item:nth-child(8), #product-deals .item:nth-child(9)
	{
		display: inline-block;
	}
}

/*********HOMEPAGE SLIDER***********/

.homepage-slider-container{
	height:520px;
	background: url(../img/home-slider/slide1.png) no-repeat top left;
	background-size: 100% 100%;
}

#homepage-slider
{
	height:520px;
}

#homepage-slider .carousel-inner .item
{
	height: 460px;
	margin-top: 0;
}

#homepage-slider .carousel-inner .item img.homepage-slider-product-image
{
	width: auto;
	margin: 0 auto;
	box-shadow: 8px 8px 5px rgba(0,0,0,.26);
}

#homepage-slider .score
{
	margin-top: 15px;
    text-align: center;
}

#homepage-slider .score img
{
	margin-right: 4px;
}

#homepage-slider .carousel-inner .slider-product-title h2
{
	font-size: 25px;
	font-family: Ubuntu-L;
	color: white;
    text-align: center;
    margin-top: 10px;
}

#homepage-slider .carousel-inner .slider-product-description p
{
	color: white;
	font-family: Ubuntu-L;
	font-size: 14px;
	margin-bottom: 10px;
    text-align: center;
}

#homepage-slider .carousel-inner .slider-product-actions
{
	margin: 40px auto 0;
	text-align: center;
}

#homepage-slider .carousel-inner .slider-product-actions a.conozca-mas
{
	padding: 15px 45px;
	font-size: 18px;
	font-family: Ubuntu-L;
	background: transparent;
	border: 2px solid white;
	box-shadow: none;
	color: #fefefe;
	transition: all .25s;
}

#homepage-slider .carousel-inner .slider-product-actions a.conozca-mas:hover
{
	background: white;
	color: #34495e;
}

#homepage-slider .carousel-inner .slider-product-actions a.reserve
{
	padding: 15px 50px;
	font-size: 18px;
	font-family: Ubuntu-L;
	background: #fefefe;
	border: 2px solid #fefefe;
	box-shadow: none;
	color: #2093a4;
    margin-left: 32px;
}

.carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right
{
  display: inline-block;
  position: absolute;
  top: 45%;
  z-index: 5;
}

@media (min-width: 320px) and (max-width: 480px){
	.homepage-slider-container{
		height:470px;
	}

	#homepage-slider
	{
		height:470px;
	}

	#homepage-slider .carousel-inner .item
	{
		height: 410px;
	}
}

@media (min-width: 768px){
	.homepage-slider-container{
		height:570px;
	}

	#homepage-slider
	{
		height:570px;
	}

	#homepage-slider .carousel-inner .item
	{
		height: 520px;
	}

	#homepage-slider .carousel-inner .item img.img-responsive
	{
		margin-top: 50px;
	}

	#homepage-slider .carousel-inner .slider-product-actions
	{
		margin: 50px auto 0;
	}
}

@media (min-width: 992px) {
	.homepage-slider-container {
		height: 520px;
		background: url(../img/home-slider/slide1.png) no-repeat top left;
		background-size: 100% 100%;
	}

	#homepage-slider {
		height: 520px;
	}

	#homepage-slider .carousel-inner .item {
		height: 410px;
		margin-top: 100px;
	}

	#homepage-slider .score {
		text-align: left;
	}

	#homepage-slider .carousel-inner .item img {
		width: auto;
	}

	#homepage-slider .carousel-inner .slider-product-title h2 {
		font-size: 48px;
		text-align: left;
		line-height: 45px;
	}

	#homepage-slider .carousel-inner .slider-product-description p {
		font-size: 18px;
		text-align: left;
	}

	#homepage-slider .carousel-inner .slider-product-actions {
		text-align: left;
	}
}
