#hotel_index h3.inner{
	line-height: 21px;
	white-space: nowrap;
	font-size: 18px;
}
#hotel_index .carousel .item img {
    height: 89px;
}

.blue_{
	background: #51BCE6 !important;	
}
.info_red{
	color: #E74C3C;
}
.info_green{
	color: #85C99D;
}

#navigation-hotel{
	background:  #585A5C;
	padding-bottom: 5px;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 99999;
}

#navigation-hotel nav{
	margin-top: 10px !important;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#navigation-hotel .main-menu > ul > li > a {
	color: #C9CBCC;
	cursor: pointer;
	padding: 0px 12px 8px;
}
#navigation-hotel .main-menu > ul > li:hover > a,.main-menu > ul > li.active > a {
    color: #FFF !important;
    border-bottom: 5px solid #C9CBCC;
    margin-bottom: -5px;
}

.numbers-row,.button_inc,input.qty2{
	height: 32px;
}

.numbers-row{
	width: 90px;
}
input.qty2{
	width: 30px;
}
#search_box .row_inputs{
	margin-left: -35px;
}

.btn_full{
	background-color: #FF8800;
}
header{
	position: static!important;
}
header .main-menu > ul > li > a{
  color: #565A5C !important;
}
table.cart-list td:nth-of-type(1):before { content: "Habitación" !important; }
table.cart-list td:nth-of-type(2):before { content: "Número de cuartos" !important;  }
table.cart-list td:nth-of-type(3):before { content: "Tarifa por noche "!important; }
table.cart-list td:nth-of-type(4):before { content: "Total"!important; }


@media screen and (max-width: 980px) {
   	#search_box{
   		padding-bottom: 10px;
   	}
    .box_style_4{
		display: none;
    }
    #search_box .row_inputs {
	    margin-left: -15px;
	}
    .row_inputs{
    	margin-left: -15px;
    }
    #search_box .form-group {
	    margin-bottom: 5px;
	}
	
}