/* 
    Document   : index
    Created on : 22 nov. 2012, 10:58:06
    Author     : novaresa
    Description:
        Purpose of the stylesheet follows.
*/



/**********************************************/
/***************** Header *********************/
/**********************************************/
#header{padding-top:0px;padding-bottom:0px;}
#header .header {
	/*
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.35);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,.35);
    box-shadow: 0px 1px 1px rgba(0,0,0,.35);*/
    height:375px;
    overflow:hidden;
    position:relative;
    z-index: 1;
}

#header .header .search-form{
    position: absolute;
    z-index: 10;
    width: 25%;
    padding:10px 20px;
    -moz-box-shadow: 0px 0px 15px #000;
    -webkit-box-shadow: 0px 0px 15px #000;
    box-shadow: 0px 0px 15px #000;
    top:85px;
    left:37.5%;
    background-color: rgba(0, 0, 0, 0.8);
}

#header .header .search-form .form-city{width: 65%; margin-right: 5%; float: left;}
#header .header .search-form .form-people{width: 30%; float: right;}
#header .header .search-form .form-date{width: 30%; float: left; margin-right: 5%;}
#header .header .search-form .form-no-date{width: 30%; float: right;}

#header .header .search-form h4{color: #fff; font-size: 28px; text-align: center;}
#header .header .search-form label{color: #82888a; font-size: 13px; margin-bottom: 2px;}
#header .header .search-form input[type="text"]{border-radius: 0; background-color: #3b3b3b; border: 0; color: #e9e9e9; font-size: 14px; margin-top: 0;}
#header .header .search-form .date input{background: url('../img/bg-calendar.png') no-repeat 95% center #3b3b3b; cursor: pointer;}

#header .header .search-form .no-date{background-color: rgba(43, 184, 255, 0.2); display: block; border: 0; color: #e9e9e9; font-size: 14px; width: 100%; padding: 2px 0; min-height: 30px; margin-top: 22px;}

#header .header .search-form #btn_search{text-align: center; margin-top: 10px;}
#header .header .search-form .btn-search{}

/**********************************************/
/***************** Carousel *******************/
/**********************************************/
.carousel {
height: 100%;
overflow: hidden;
margin-bottom: 0;
}

.carousel .carousel-inner{position: relative;}

.carousel-control {
    border: 0;
    background: none;
    webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 29px;
    height: 55px;
    opacity: .8;
    filter: alpha(opacity=80);
}


.carousel .item img {
width: 100%;
}

.carousel.carousel-fade .item {
  -webkit-transition: opacity 2s ease-in-out;
  -moz-transition: opacity 2s ease-in-out;
  -ms-transition: opacity 2s ease-in-out;
  -o-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
  height:500px;
}
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
  left: 0;
  z-index: 1;
}

.carousel.carousel-fade .carousel-control {
  z-index: 3;
  top: 55%;
}






/**********************************************/
/*************** Last orders ******************/
/**********************************************/
#last-orders{padding-top: 15px; padding-bottom: 10px; background-color: #fff; height: 23px;}
#last-orders strong{font-size: 16px; color: #82888a; font-weight: normal; font-family: "ProximaNova-Light";}
#last-orders li{display: inline-block; overflow: hidden; white-space: nowrap}
#last-orders li *{color: #82888a;}
#last-orders li a strong{color: #45a5e5; font-size: 14px; font-family: Arial;}


/**********************************************/
/****************** Firms *********************/
/**********************************************/
#alea-firms{background-color: #f3f3f3; padding-bottom: 50px;}
#alea-firms h4{font-size: 32px; margin-bottom: 25px;}
#alea-firms .img-box{position: relative; height: 185px;}
#alea-firms .img-box .mask{height: 170px; overflow: hidden;}
#alea-firms .img-box img{width: 100%; min-height: 170px;}
#alea-firms .img-box .min-price{position: absolute; width: 97px; height: 70px; background: url('../img/bg-price.png') no-repeat center top transparent; top: 95px; color: #dedede; font-size: 13px; text-align: center; padding-top: 27px;}
#alea-firms .img-box .min-price span{color: #fff;display: inline-block; font-size: 18px; font-family: "ProximaNova-Semibold";}

#alea-firms .hot_desc{ color: #82888a;}
#alea-firms .hot_desc a.more{margin-top: 10px; display: block;}
#alea-firms .hot_desc a.more .novaicon-plus{margin-left: 0; margin-right: 2px;}




/**********************************************/
/************** Special offers ****************/
/**********************************************/
#special-offers{background-color: #fff;}
#special-offers h4{margin-bottom: 20px;}
#special-offers .media-list .media .media-heading{color: #333333; font-size: 16px; font-family: "ProximaNova-Light"; font-weight: normal; margin-bottom: 5px;}
#special-offers .media-list .media .media-heading strong{font-family: "ProximaNova-Semibold"; font-weight: normal;}
#special-offers .media-list .media .media-body{color: #82888a; font-size: 13px;}
#special-offers .media-list .media a{width: 120px; overflow: hidden;}
#special-offers .media-list .media a img{min-width: 120px; width: 100%;}

#special-offers .media-list .media{border-bottom: 1px dotted #d4d3d3; padding-bottom: 15px;}
#special-offers .media-list .media:last-child{border: 0;}

#special-offers .offer-infos {display: block; margin-top: 5px;}
#special-offers .offer-infos .offer-price{color: #45a5e5; font-size: 13px;}
#special-offers .offer-infos .offer-price strong{font-size: 18px; font-family: "ProximaNova-Semibold"; font-weight: normal; border-right: 1px solid #d4d3d3; padding-right: 10px; margin-right: 10px;}
#special-offers .offer-infos .offer-type{font-size: 13px;}
#special-offers .offer-infos .offer-type.offer-reduction{color: #ff7609;}
#special-offers .offer-infos .offer-type.offer-lastminute{color: #fd5be8;}
#special-offers .offer-infos .offer-type.offer-greeresa{color: #00b200;}
#special-offers .insolite .offer-infos .offer-price strong{border-right: 0;}



/**********************************************/
/************** Pub Novaresa ******************/
/**********************************************/
#pub-novaresa{background-color: #f3f3f3;}
#pub-novaresa .novaReasons{margin-top: 25px; margin-left: 0;}
#pub-novaresa .novaReasons li{list-style:none; margin-bottom: 20px; font-size: 14px; color: #82888a; line-height: 15px;}
#pub-novaresa .novaReasons li h4.media-heading{color: #333333; font-size: 16px; font-family: "ProximaNova-Light"; font-weight: normal; margin-bottom: 3px;}

#pub-novaresa #world-map{overflow: hidden; height: 350px; width: 100%;}

.jvectormap-zoomin, .jvectormap-zoomout {border-radius: 0; width: 19px; height: 18px; font-size: 16px; display: none;}
#pub-novaresa .jvectormap-zoomin{background: url('../img/zoom-in.png') no-repeat center top transparent;}
#pub-novaresa .jvectormap-zoomout{background: url('../img/zoom-out.png') no-repeat center top transparent;}









.bx-wrapper {position: relative; margin: 0 0 0px; padding: 0;}
.bx-wrapper .bx-viewport {box-shadow: 0 0 0px #CCC; border: none; left: -5px; background: transparent; height: auto !important;}













/* Responsive Styles */
/* Large desktop */
@media (max-width: 1480px) {
   .header {margin-top:0;height:350px;}
   #header .header .search-form {width: 36%;top: 50px;left:32%;}
   .carousel.carousel-fade .carousel-control {top: 45%;}
}

@media (max-width: 1200px) {
   .header {margin-top:0;height:350px;}
   #header .header .search-form {width: 50%;top: 50px;left:25%;}
   .carousel.carousel-fade .carousel-control {top: 45%;}
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    #header .header {height: 300px;}
    #header .header .search-form {top: 20px}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    body{padding:0;}
    h3{line-height: 24px;}
    h4{line-height: 30px;}
    #header {padding: 0;}
    #header .header {height: 280px;}
    #header .header .search-form{
        width:80%;
        left:7%;
        top: 20px;
    }
    #header .header .search-form .input-append input{width: 100%;}
    .header img{min-height:100%; width: 100%;}
    .carousel.carousel-fade .carousel-control {display:none;}
    #last-orders{display: none;}
    #alea-firms .span4{margin-bottom: 45px;}
    #alea-firms h4 {margin-bottom: 12px}
    #alea-firms .hot_desc a.more {float: right;}
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
    .carousel {display: none;}
    #header .header {height: 300px;}
    #header .header .search-form{width: 91%; left: 0; top: 0;}
    #header .header .search-form .form-city {width: 100%; margin: 0;}
    #header .header .search-form .form-people {width: 100%; margin: 0; float: left;}
    #header .header .search-form .form-date {width: 45%; margin-right:2%; float:left;}
    #header .header .search-form .form-date-to{float: right; margin: 0;}
    #header .header .search-form .form-no-date {display: none;}
}