/* 
    Document   : firmList
    Created on : 13 déc. 2012, 09:12:19
    Author     : Novaresa
    Description:
        Purpose of the stylesheet follows.
*/

/********** Carousel **************/
.carousel{max-height:500px;overflow:hidden;margin-top:-60px;
            -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);}
.carousel-control{top:50%;}
.carousel .item img{width:100%;}



/********** Colonne left ************/
.search .new_search{background-color: #1f1f1f; color: #82888a;
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
margin-bottom: 35px;
}
.search .new_search form{margin-bottom: 0;}
.search .new_search h3{color: #fff; font-size: 25px; font-family: "ProximaNova-Light", Arial; border: 0; line-height: 25px; margin-bottom: 10px;}
.search .new_search label{font-size: 14px; margin-bottom: 0;}
.search .new_search input[type="text"]{background-color: #3b3b3b; color: #e9e9e9; border: 0; border-radius: 0; padding: 0px 6px; min-height: 20px; height: 26px;}
.search .new_search .date input[type="text"]{background: url('../img/bg-calendar.png') no-repeat 95px center #3b3b3b; cursor: pointer;}

.search .new_search button.no-date{font-size: 14px; height: 26px; margin-top: 20px; width: 100%; background-color: #213e4c; border: 0; color: #e9e9e9;}
.search .new_search button.btn-search{width: 100%; margin-top: 5px;}

.search .filter_search{background-color: #fff;}
.search .filter_search h3{color: #222222; font-size: 21px; font-family: "ProximaNova-Light", Arial; line-height: 25px; border-bottom: 1px dotted #d4d3d3; padding-bottom: 10px;}
.search .filter_search strong{display: inline-block; color: #222222; font-size: 16px; font-family: "ProximaNova-Light", Arial; font-weight: normal; width: 100%; margin-bottom: 6px;}

.search ul li{list-style:none;font-size:11px;}

.search .filter_search .row-fluid{padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px dotted #d4d3d3;}
.search .filter_search .row-fluid:last-child{border-bottom: 0; margin-bottom: 0; padding-bottom: 0;}

/*********** Slider ************/

.search .filter_search .slider-selection {
  position: absolute;
  cursor: pointer;
  background-color: #2a9ada;
  background-image: -moz-linear-gradient(top, #2a9ada, #2a9ada);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2a9ada), to(#2a9ada));
  background-image: -webkit-linear-gradient(top, #2a9ada, #2a9ada);
  background-image: -o-linear-gradient(top, #2a9ada, #2a9ada);
  background-image: linear-gradient(to bottom, #2a9ada, #2a9ada);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2a9ada', endColorstr='#ff2a9ada', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.search .filter_search .slider-track {
position: absolute;
background-color: #f3f3f3;
background-image: -moz-linear-gradient(top, #f3f3f3, #f3f3f3);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#f3f3f3));
background-image: -webkit-linear-gradient(top, #f3f3f3, #f3f3f3);
background-image: -o-linear-gradient(top, #f3f3f3, #f3f3f3);
background-image: linear-gradient(to bottom, #f3f3f3, #f3f3f3);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3f3f3', endColorstr='#fff3f3f3', GradientType=0);
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

.search .filter_search .slider-handle {
    background-image: url('../img/slide-selector.png');
    background-color: transparent;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-position: 4px 3px;
    background-repeat: no-repeat;
}

.search .filter_search .slider.slider-horizontal .slider-track {
    height: 6px;
}

.search .filter_search .slider.slider-horizontal {margin-left: 4px;}
.search .filter_search ul.filter-grid{margin: 0; width: 220px; margin-top: -9px; margin-left: 4px;}
.search .filter_search ul.filter-grid li{float: left; font-size: 9px; color: #82888a; margin: 0; width: 36.5px; 
background-image: url('../img/slide-list.png');
background-repeat: no-repeat;
background-position: 0 0; list-style-type: none;
padding-top: 4px;
}


/************* Affiner recherche **********/
.filter{margin-left: 0; margin-bottom: 0;}
.filter a:hover{text-decoration: none;}
.filter a{background: url('../img/slide-no.png') no-repeat left center transparent; padding: 4px 4px 0px 20px; font-size:12px; display: inline-block; text-align: left; cursor: pointer;  line-height: 14px; width: 100%; min-width: 211px; height: 18px; font-family: Arial; color: #82888a;}
.filter a.selected{background: url('../img/slide-ok.png') no-repeat left center transparent;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}




/************* Liste des hôtels *************/

.search-result h3{font-size: 27px; font-weight: normal; color: #222222; border: 0;}
.search-result .sorting{background-color: #ffffff; padding: 8px 20px;}
.search-result .sorting .span8, .search-result .sorting .span4{min-height: 20px;}
.search-result .sorting .span4{text-align: right;}
.search-result .sorting strong{font-weight: normal; font-size: 14px; color: #333333; display: inline-block; line-height: 27px; font-family: "ProximaNova-Light", Arial;}
.search-result .sorting #sort-by,.search-result .sorting #display-mode{display: inline-block; line-height: 27px; margin-left: 4px; margin-top: -1px;}
.search-result .sorting a{color: #82888a; font-size: 14px; font-family: "ProximaNova-Light", Arial;}

.search-result .alert-error{font-size: 14px; margin-top: 20px;}

/*********** Mode liste *************/
.search-result .firm-box{margin-left: 0;}
.search-result .firm-infos{background-color: #f8f8f8; margin-left: 0; margin-bottom: 5px;}
.search-result .firm-infos a.mask{display: block; overflow: hidden; max-height: 175px; width: 230px;}
.search-result .firm-infos img.media-object{width: 100%;}
.search-result .firm-infos h2.media-heading{width: 100%; margin-bottom: 10px;}

.search-result .firm-infos .media-body #firm-adrs{font-size: 16px; color: #d4d3d3; font-family: "ProximaNova-Light", Arial; float: left; width: 100%;}
.search-result .firm-infos .media-body #firm-adrs span{font-size: 16px; color: #222222; font-family: "ProximaNova-Light", Arial;}
.search-result .firm-infos .media-body #firm-adrs .span4 span.price{color: #45a5e5; font-family: "ProximaNova-Semibold"; font-size: 25px;}
.search-result .firm-infos .media-body #firm-desc{color: #82888a; float: left; width: 100%; margin-bottom: 10px; min-height: 20px;}
.search-result .firm-infos .media-body .novaicon-more, .search-result .firm-infos .media-body .novaicon-map {margin-left: 0; margin-right: 2px;}
.search-result .firm-infos .media-body a{color: #333333; font-size: 13px;}
.search-result .firm-infos .media-body a.btn-order{color: #fff; font-size: 15px;}
.search-result .firm-infos .media-body h2 a{font-size: 21px;}
.search-result .firm-infos .media-body a:hover{color: #45a5e5;}


/********** Mode grille *************/
.thumbnails .thumbnail {background-color:whiteSmoke;}
.thumbnails .thumbnail .caption h2{font-size:18px;line-height:24px;border-bottom: 2px solid #29A9DF;display:inline-block;}
.thumbnails .thumbnail .caption p.hot_desc{/*max-height:100px;*/font-size:12px;text-align: justify;}
a.more{margin-left:8px;}




/************** Dispos ****************/
.product-list .table td{padding: 10px 20px;}
.product-list .table td.product-name{width:60%;}
.product-list .table td.product-capacity{width:10%; text-align: center;}
.product-list .table td.product-price{width:15%; text-align: center;}
.product-list .table td.product-order{width:15%; text-align: center;}

.product-list .table td.product-price span.price{font-size: 20px; font-family: "ProximaNova-Semibold"; color:#45a5e5;}

.product-list .table tr{background-color: #ffffff;}
.product-list .table tr.is_package{background-color: #edf5ff;}

.product-list .table h4.media-heading {color: #333333; font-size: 16px; font-family: "ProximaNova-Semibold"; font-weight: bold;}
.product-list .table .media-body{color: #82888a; /*font-family: "ProximaNova-Regular";*/ font-size: 12px;}
.product-list .table .product-desc{display: none;}

.product-list .table .media a{width: 90px;}
.product-list .table .media-body .product-reduc{margin-top: 8px;}
.product-list .table .media-body .product-reduc strong{font-size: 13px; font-weight: normal; cursor: pointer;}
.product-list .table .media-body .product-reduc a, .product-list .table tr.children .product-reduc a{color: #82888a; cursor: pointer;}
.product-list .table .media-body .product-reduc a:hover, .product-list .table tr.children .product-reduc a:hover{color: #45a5e5;}

.product-list .table .media-body .product-reduc.reduction strong, .product-list .table tr.children strong.reduction{color: #ff7609; cursor: pointer; font-weight: normal;}
.product-list .table .media-body .product-reduc.lastminute strong, .product-list .table tr.children strong.lastminute{color: #fd5be8; cursor: pointer; font-weight: normal;}

.product-list .btn-order, .product-list .btn-compare{width: 80%;}
.product-list .product-stock{color: #45a5e5; font-size: 15px; font-family: "ProximaNova-Light"; line-height: 30px; font-style: italic;}
.product-list .product-stock.product-stock-limited{color: #fd5be8; }


.product-list .table tr.children td{background-color: #f9f9f9; padding: 10px; border-top: 1px dotted #d4d3d3;}
.product-list .table tr.children td.empty{background-color: #ffffff; width: 110px; border: 0; display: table; padding: 0;}
.product-list .table tr.children td.empty div{width: 110px;}
.product-list .table tr.children strong{font-weight: bold; font-size: 13px; color: #333333;}



/********************* MAP ******************/
#city-map{ padding: 0;}
#city-map #map{width: 100%; height: 400px;}
#city-map #map img{max-width: inherit !important;}

#city-map #map .gm-style-iw div:first-child{width: 100%;}
#city-map #map .gm-style-iw span.mask{width: 100%; display: inline-block; margin-bottom: 10px; max-height: 150px; overflow: hidden}
#city-map #map .gm-style-iw img{width: 100%; height: auto;}
#city-map #map .gm-style-iw h3{font-family: "ProximaNova-Semibold"; font-weight: normal; color: #333333; font-size: 17px; display: inline-block; width: 100%; line-height: 32px}
#city-map #map .gm-style-iw p{text-align: justify;font-size: 11px; font-family: Arial; line-height: 13px; display: inline-block; width: 100%; color: #82888a;}

#city-name{
    background-color: #ffffff;
    -webkit-box-shadow: 0px -5px 15px -5px rgba(0,0,0,.35), 0px 0px 1px rgba(0,0,0,.15);
    -moz-box-shadow: 0px -5px 15px -5px rgba(0,0,0,.35), 0px 0px 1px rgba(0,0,0,.15);
    box-shadow: 0px -5px 15px -5px rgba(0,0,0,.35), 0px 0px 1px rgba(0,0,0,.15);
    position: relative;
    z-index: 100;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 35px;
}

#city-name h1{color: #222222; font-size: 27px; font-weight: normal; padding: 0; margin: 0; font-family: "ProximaNova-Light", Arial;}
#city-name h1 span.separator{margin: 0 5px; color: #a6a6a5;}
#city-name .zoom{text-align: right; padding-top: 5px;}
#city-name a#zoom-more, #city-name a#zoom-less{background: url('../img/btn-map-more.jpg') no-repeat center top transparent; width: 28px; height: 28px; display: inline-block;}
#city-name a#zoom-less{background: url('../img/btn-map-less.jpg') no-repeat center top transparent;}
