#hoteles-vendidos,
#rentas-vendidos{
  background-color: white;
}

.col-grid .bottom a{
  width: 147px;
  height: 37px;
  border-radius: 18.5px;
  background-color: #d94141;
  padding-top: 8px;
  float: right;
  margin-right: 15px;
}

#lastminute .bottom h3{
  float: left;
  padding-top: 6px;
  padding-left: 17px;
}

#lastminute .col-grid{
  padding-bottom: 62px;
}

#top-tour-row .top-tour{
  background-image: linear-gradient(to right top, #0c4f79, #106596, #127cb3, #0e94d1, #00adef);
  overflow: hidden;
}

#top-tour-row .tour-grid .tour-brief .price h4{
  font-size: 12px;
}

#top-tour-row .tour-grid .tour-detail .description{
  font-size: 12px;
  padding: 13px;
}
.hot-deals .hot-deal-grid .item {
  margin-top: 30px;
}
.hot-deal-list .item .location{
  color: #00adef;
}
.hot-deals .hot-deal-list .item .price {
 text-align: center;
}
/*** Rent Page ***/
#sold-rent #lastminute .body p:first-of-type{
  font-size: 12px;
}
#sold-rent #lastminute .bottom a{
  height: 30px;
  width: 100px;
  font-size: 10px;
  letter-spacing: 1px;
  padding: 7px 0;
  text-transform: uppercase;
  margin-top: 3px;
}
#sold-rent #lastminute .bottom label{
   font-size: 9px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 10px 0 0 5px;
}
.top-destination-rent .tour-grid .tour-detail{
  padding: 0;
}
.top-destination-rent .tour-grid .tour-detail h3{
  margin-top: 10px;
}
.top-destination-rent .tour-grid .tour-detail .price{
  font-size: 18px;
  font-weight: bold;
}
/*** End Rent Page ***/


/*** -----  Flight Page-----***/
.modify-flight  .container .col-md-1,
.modify-flight  .container .col-md-2,
.modify-flight  .container .col-sm-6,
.modify-flight  .container .col-xs-3{
   padding-left: 5px;
   padding-right: 5px;
}
.modify-flight  form .search-button-container{
  width: 100%;
  text-align: center;
}
.modify-flight  form .search-button-container .btn{
  width: 20%;
}

/**** DETAILS PAGE****/
#body-details .main-content {
    padding: 0 20px 0 0;
}
/*Componente Titulo*/
#detail-title{
  padding-left: 30px;
}
#detail-title .info{
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  padding-right: 20px;
  text-align: left;
  color: #9a9a9a;
}
#detail-title .sub-title{
  color: #07253f;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  font-size: 30.5px;
}
#detail-title .title{
  color: #07253f;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  text-transform: capitalize;
  font-size: 46.5px;
}
#detail-title .sub-title::before{
  content: ' - ';
}
 /* Componente Galeria carrousel*/
#carousel li{
   padding-top: 2px;
   padding-bottom: 2px;
}
#carousel li:not(:first-child){
   padding-left: 2px;
   padding-right: 2px;
}
 /* Componente Overview*/
#overview div{
   margin: 0;
}
#overview div .fa{
  color: #00adef;
}
 /* Componente Sidebar*/
#sidebar{
    padding: 0 20px 0 0px;
    /* position: absolute;
    right: 0; */
}
#sidebar  h4 i {
	color: #d94141;
	margin-right: 5px;
}
#sidebar .rating-box{
  border-bottom: 1px solid #e6e6e6;
  margin: 10px 0;
}
#sidebar .rating-box .bold{
  font-weight: bold;
}
#sidebar .rating-box .total{
	font-weight: bold;
}
#sidebar .rating-box p i{
  color: #555555;
}
#sidebar .sidebar-item {
	border: 1px solid #e6e6e6;
	box-shadow: 0 0 4px #e6e6e6;
}
#sidebar .sidebar-item  .sidebar-item-body {
	padding: 10px 20px;
	overflow: hidden;
}
#sidebar .sidebar-item  .sidebar-item-body .left {
	float: left;
  text-align: left;
}
#sidebar .sidebar-item  .sidebar-item-body .right {
	float: right;
}
#sidebar .sidebar-item  .sidebar-item-body  .colum-left{
	text-align: left;
  width: 45%;
  padding: 0;
}
#sidebar .sidebar-item  .sidebar-item-body .colum-right  {
  text-align: right;
  width: 55%;
  padding: 0;
}
#sidebar .sidebar-item  .sidebar-item-body h4 {
	font-weight: bold;
}
#sidebar .sidebar-item  .sidebar-item-body h5 {
	line-height: 1.6;
  margin: 0;
}
#sidebar .sidebar-item  .sidebar-item-body  h5 i {
	margin-right: 5px;
	font-size: 18px;
}
#sidebar .sidebar-item  .sidebar-item-body  h5 a {
	color: #d94141;
}
#sidebar .sidebar-item  .sidebar-item-body  h5 a:hover {
	text-decoration: underline;
}
#sidebar .sidebar-item h4.title{
	margin: 0;
	padding: 15px;
	line-height: 1.6;
	font-weight: normal;
	background: #e6e6e6;
	text-transform: uppercase;
	font-weight: bold;
}
#sidebar .price-box h5 span{
  font-size: 35px;
  color: #d94141;
  font-weight: bold;
}
#sidebar .similar-box {
	overflow: hidden;
	padding-bottom: 15px;
	padding-top: 10px;
}
#sidebar .similar-box h5 {
	margin-top: 0px;
	margin-bottom: 2px;
}
#sidebar .similar-box a {
	color: #172741;
}
#sidebar .similar-box a:hover {
	color: #00adef
}
#sidebar .similar-box .image{
	width: 50px;
  text-align: left;
}
#sidebar .similar-box .image-container{
  padding: 10px 0;
}
#sidebar .similar-box .title{
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.66;
    letter-spacing: normal;
    text-align: left;
    color: #07253f;
}
#sidebar .similar-box .subtitle{
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.94;
    letter-spacing: normal;
    text-align: left;
    color: #07253f;
}
#sidebar .similar-box .subtitle{
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.2;
    letter-spacing: normal;
    text-align: left;
    color: #d94141;
  }
  #sidebar .similar-box .price{
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    margin: 0;
    text-align: center;
    color: #d94141;
    }
    #sidebar .similar-box .details{
      font-size: 14px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 2.18;
      letter-spacing: normal;
      text-align: center;
      color: #131313;
      padding-bottom: 10px;
  }
#sidebar .similar-box button{
     padding: 6px 10px;
}
 /* Componente tabs*/
#tab-container {
	margin-top: 30px;
	margin-bottom: 30px;
}
#tab-container .search label{
   color: #0d0b0b;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}
#tab-container .search .button-div{
  padding: 25px 0;
}
#tab-container .search .button-search{
    background-color: #f2921d;
    font-size: 15px;
    padding: 8px 10px;
}
#tab-container .search .separate{
   padding: 20px 0;
}
#tab-container p {
	line-height: 1.4;
}
#tab-container h3 {
	margin-top: 0px;
}
#tab-container .tab-content {
	overflow: hidden;
  border: solid 1px #00adef;
  min-height: 190px;
  padding-left: 10px;
  padding-right: 10px;
}
#tab-container .info-wrapper {
	overflow: hidden;
	padding: 10px;
  border: solid 1px #6f6f6f;
  margin-top: 10px;
}
#tab-container .info-wrapper h5 {
	margin-top: 0;
	color: #00adef;
}
#tab-container .info-wrapper h4 {
	margin-top: 0px;
	font-weight: bold;
}
#tab-container .info-wrapper img{
  max-width: 100%;
}
#tab-container .info-wrapper p i {
	border: 1px solid #bec4c8;
    border-radius: 50%;
    color: #bec4c8;
    font-size: 12px;
    height: 30px;
    margin: 5px;
    padding: 8px;
    width: 30px;
}
#tab-container .info-wrapper .price-div h3 {
	margin-top: 0px;
}
#tab-container .info-wrapper .price-div .price{
  font-weight: bold;
  font-size: 47.5px;
  color: #d94141;
}
#tab-container .info-wrapper .price-div .night{
  font-size: 18px;
  font-weight: bold;
  color: #131313;
}
#tab-container .info-wrapper .book a {
  border: 2px solid #d94141;
  background: #d94141;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin-top: 15px;
  padding: 5px 30px;
}
#tab-container .info-wrapper .book a:hover {
  	background: #d94141;
  	color: #fff;
}
#tab-container .info-wrapper .desc .capacidad-people{
    max-height: 12px;
}
#tab-container .nav-tabs > li > a {
    background: #e8e6e6 none repeat scroll 0 0;
    border-radius: 0;
    color: #a5a5a5;
    line-height: 1.42857;
    margin-right: 5px;
    padding: 10px;
}
#tab-container .nav-tabs > li > a > i{
	margin-right: 5px;
}
#tab-container .nav-tabs > li.active > a,
#tab-container .nav-tabs > li.active > a:focus,
#tab-container .nav-tabs > li.active > a:hover {
  background: #00adef none repeat scroll 0 0;
  color: #fff;
}
/**************  MEDIA QUERY  MAX WIDTH 1200px  **********/
@media (max-width: 1200px){
  .hot-deals #tab1 .hot-deal-list .item h5,
  .hot-deals .hot-deal-list .item h4{
    font-size: 40px;
  }
  .hot-deals #tab1 .hot-deal-list .item a{
    padding: 4px 5px;
  }
  .hot-deals #tab1 .hot-deal-list .item .details{
    margin-top: 10px;
  }
  .hot-deals #tab1 .hot-deal-list .item .details .text-sm {
    margin-right: 10px;
  }
}

/**************  MEDIA QUERY  MAX WIDTH 990px  **********/
@media (max-width: 990px){
  .hot-deals #tab1 .hot-deal-list .item .logo{
      padding: 0px 40px;
   }
   /*** -----  Flight Page-----***/
   .modify-flight form .search-button-container .btn{
     width: 30%;
   }
   /**** DETAILS PAGE****/
   /* Componente Sidebar*/
   #sidebar{
      position: relative;
   }
}

/**************  MEDIA QUERY  MAX WIDTH 767px  **********/
@media (max-width: 767px){
  .hot-deals .nav-tabs > li > a{
    padding: 10px 15px;
  }
  .light-section-title{
    padding: 0 15px;
  }
  .main-footer-sub .social-media{
     float: none !important;
     text-align: center;
   }
  .top-offer {
    padding: 30px 0;
  }
}
/**************  MEDIA QUERY  MAX WIDTH 499px  **********/
@media (max-width: 499px){
  .hot-deals .container .item div:nth-child(2){
    margin-top:  0;
    padding: 0;
  }
  .hot-deals .price {
    padding: 0;
    float: left;
   }
   .hot-deals #tab1 .hot-deal-list .item .logo{
      padding: 0px 20px;
   }
   .hot-deals #tab1 .hot-deal-list .item .details .icon{
     width: 20px;
     margin-right: 2px;
   }
   .hot-deals #tab1 .hot-deal-list .item .details .text-sm{
     font-size: 16px;
     margin-right: 5px;
     width: 80%;
   }
   .hot-deals #tab1 .hot-deal-list .item h5,
   .hot-deals .hot-deal-list .item h4{
     font-size: 30px;
     margin-bottom: 5px;
   }
   .hot-deals #tab1 .hot-deal-list .item a {
       font-size: 10px;
       padding: 4px 5px;
   }
   .hot-deals #tab1 .hot-deal-list .item .price h6{
     display: inline-block;
     margin: 5px 0;
   }
   .hot-deals .tab-content{
     padding: 10px 0 0 0;
   }
   #loader div {
     left: 35%;
   }
    .search-section .search-col-padding{
       text-align: center;
    }


    /*** -----  Flight Page-----***/
    .modify-flight  form .search-button-container .btn{
      width: 45%;
    }
    /*** -----  Flight Page-----***/
 }


/**************  MEDIA QUERY  MIN WIDTH 991px  **********/
@media (min-width: 991px){
  .hot-deals #tab1 .hot-deal-grid .wrapper .desc{
    display: none;
  }
}

/**************  MEDIA QUERY  MIN WIDTH 1201px  **********/
@media(min-width: 1201px){
  .hot-deals #tab1 .hot-deal-grid .wrapper .desc{
    display: inline-block;
  }
}
