/* Custom CSS */

@import "media.css";


a:link, a:hover,
a:active, a:visited {
	color: #8a6d43;
	text-decoration: none;
}

.bg-primary {
  color: #fff;
  background-color: #896633;
}

.bg-primary a {
  color: #fff;
}

.btn {
	transition: ease, .3s;
}

.btn-primary {
	background-color: #8a6d43;
	border: none;
}

.btn-primary:hover {
	background-color: #6d5733;
}

.label-primary {
	background-color: #8a6d43;
}

.label-primary.best-price-btn {
	background-color: #d33e43 ;
}

.text-primary {
  color: #896633;
}

.text-uppercase {
  text-transform: uppercase;
}


/* HEADER */

#topbar {
	margin-bottom: 0;
	font-size: .8em;
	text-transform: uppercase;
	background-color: #8a6d43;
	border-radius: 0;
	border: none;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.25);
}

#topbar.navbar {
  height: auto;
}

#topbar .navbar-brand {
  padding: 10px 15px;
  height: auto;
}

#topbar.navbar-inverse .navbar-nav > .active > a,
#topbar.navbar-inverse .navbar-nav > .active > a:hover,
#topbar.navbar-inverse .navbar-nav > .active > a:focus {
	background: none;
}

#topbar.navbar-inverse .navbar-brand,
#topbar.navbar-inverse .navbar-nav > li > a {
	color: #fff;
}

#valuta .value,
#lingua .value {
	display: inline-block;
	padding: 10px;
	color: #66757f;
	text-align: center;
	transition: ease, .2s;
}

#valuta .value:hover,
#lingua .value:hover {
	background-color: #f5f5f5;
	text-decoration: none;
}


/* BOOKING */

#booking .panel-default > .panel-heading {
  background-color: #eee;
}

#booking.panel-group {
	margin-bottom: 0;
}

#booking .panel-heading {
  border-bottom: none;
}

h4.panel-title a {
	display: block;
	font-size: .9em;
	color: #305ea5;
}

#booking .panel {
	border: none;
	box-shadow: none;
}

#booking .panel-body {
  background-color: #eee;
	border-top: none;
}

#booking .panel-body .form-group {
  padding-top: 10px;
  padding-bottom: 5px;
  border-top: 1px solid #ddd;
}

#booking .form-group {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

#booking label {
	font-size: .8em;
	font-weight: 500;
	text-transform: uppercase;
}

#booking .input-group {
	margin-bottom: 10px;
}

#booking a.pull-right {
  padding: 3px 10px;
  background-color: #eee;
  border-radius: 0 0 5px 5px;
}

#booking .cs-select > span::after {
  right: 0;
}


/* SLIDER */

#hotelSlider {
	margin: 1.5em auto;
	box-shadow: 0 0 5px 3px rgba(0,0,0,.25);
  width: 100%;
  max-width: 1140px;
  height: 370px;
}

#hotelSlider .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#hotelSlider .gallery-thumbs {
	margin-top: -100px;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.gallery-top {
  height: 100%;
  width: 100%;
}

.gallery-thumbs {
	margin-top: -20%;
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
  width: 10%;
  height: 100%;
  opacity: 0.4;
  border: 1px solid #333;
}

.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}


/* MENU */

#menu {
	padding: 0 15px;
	font-size: 1.1em;
	background-color: #8a6d43;
	border: none;
	box-shadow: 0 0 5px 3px rgba(0,0,0,.25);
}

#menu.navbar-inverse .navbar-nav > li > a {
	color: #fff;
	transition: ease, .2s;
}

#menu .navbar-brand {
	z-index: 999;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #66757f;
}


/* CONTENT */

#wrap {
	margin-top: 2em;
	margin-bottom: 2em;
}

.best-price-btn {
  margin-bottom: 5px;
  cursor: pointer;
}

.btn.booknow {
  margin-top: 10px;
}

.panel {
  box-shadow: 0 0 5px 3px rgba(0,0,0,.1);
}

.room {
  margin-bottom: 3em;
  padding: 1em;
}

.room .mini-slider {
  width: 100%;
  height: 300px;
}

.room .gallery-thumbnails {
	margin-top: -90px;
}

.room p {
	margin: 0;
}

.room h2 {
	margin-top: 5px;
}

.room a.read-more {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  width: 100%;
  color: #333;
  text-align: center;
  background-color: #eee;
  cursor: pointer;
}

.room a.not-read-more {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  width: 100%;
  color: #333;
  text-align: center;
  background-color: #eee;
  cursor: pointer;
  font-size: 100%;
}

.room .prezzo,
.extra .prezzo {
	margin-bottom: 0;
	font-size: 2em;
}

.room .prezzo small,
.extra .prezzo small {
	font-size: .6em;
}

.room .table {
	margin-top: 1em;
	margin-bottom: 0;
}

.room .table h4 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.room .table .form-control {
  float: right;
  width: 70%;
  height: auto;
  background-color: #f0f5fb;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.room .table .selectEB{
    width: 90%;
}

.room .policy {
	padding-top: 2em;
	padding-bottom: 1em;
	color: #777;
}

.room .promo:not(:last-child) {
	margin-bottom: 1em;
}


/* RIEPILOGO - SIDEBAR */

#summary {
  margin-top: 20px;
}

#summary h4 {
  margin: 0;
  color: #333;
}

#summary .panel-title a:after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f002";
  color: #777;
  cursor: pointer;
}

#summary .panel-body {
  padding-bottom: 5px;
}

#summary .row.mb-1 {
  margin-bottom: 1em;
}

#summary .summarylabel {
  margin-right: 1em;
  font-weight: 500;
}

#summary .summaryval {
  margin-bottom: .5em;
  font-size: 1.2em;
  font-weight: 300;
}

#summary .summaryaddonbox div:first-child {
  margin-top: 5px;
  padding: 15px 15px 0 15px;
  border-top: 1px solid #ddd;
}

#summary .summaryaddonbox div {
  padding: 10px 15px 0 15px;
}

#summary .summaryaddonbox div:last-child {
  padding-bottom: 0;
}

#summary .summaryaddonpri {
  font-size: 1.2em;
  font-weight: 500;
}

#summary .rowtot {
  margin-top: 5px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
}


/* RIEPILOGO - STEP 4 */

.riepilogo .panel-heading h4 {
  margin: 5px 0;
}

.riepilogo .panel-heading a {
  color: #333;
  cursor: pointer;
}

.riepilogo .label {
  display: block;
  padding: 0 0 5px 0;
  font-weight: 400;
  color: #333;
  text-align: left;
  text-transform: uppercase;
}


/* PACCHETTI */

.panel.pacchetto {
  box-shadow: 0 0 5px 3px rgba(0,0,0,.1)
}

.pacchetto {
  margin-bottom: 3em;
  padding: 1em;
}

.pacchetto .mini-slider {
  width: 100%;
  height: 300px;
}

.pacchetto .gallery-thumbnails {
  margin-top: -90px;
}

.pacchetto p {
  margin: 0;
}

.pacchetto h2 {
  margin-top: 5px;
}

.pacchetto .prezzo {
  margin-bottom: 0;
  font-size: 2em;
}

.pacchetto .prezzo small {
  font-size: .6em;
}

.pacchetto .table {
  margin-top: 1em;
  margin-bottom: 0;
}

.pacchetto .table h4 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.pacchetto .table .form-control {
  float: right;
  width: 70%;
  height: auto;
  background-color: #f0f5fb;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pacchetto .policy {
  padding-top: 2em;
  padding-bottom: 1em;
  color: #777;
}

.pacchetto .promo:not(:last-child) {
  margin-bottom: 1em;
}


/* OFFERTE */

.panel.offerta {
  box-shadow: 0 0 5px 3px rgba(0,0,0,.1)
}

.offerta {
  margin-bottom: 3em;
  padding: 1em;
}
.offerta .mini-slider {
  width: 100%;
  height: 300px;
}

.offerta .gallery-thumbnails {
  margin-top: -90px;
}

.offerta p {
  margin: 0;
}

.offerta h2 {
  margin-top: 5px;
}

.offerta .prezzo {
  margin-bottom: 0;
  font-size: 2em;
}

.offerta .prezzo small {
  font-size: .6em;
}

.offerta .table {
  margin-top: 1em;
  margin-bottom: 0;
}

.offerta .table h4 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.offerta .table .form-control {
  float: right;
  width: 70%;
  height: auto;
  background-color: #f0f5fb;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.offerta .policy {
  padding-top: 2em;
  padding-bottom: 1em;
  color: #777;
}

.offerta .promo:not(:last-child) {
  margin-bottom: 1em;
}


/* SERVIZI EXTRA */

.extra {
	padding: 0 1em;
}

.extra .panel-body .row:first-child {
  padding-top: 1em;
}

.extra .row {
	margin-bottom: 1em;
}

.extra .row:last-child {
	margin-bottom: 0;
}

.extra h3 {
	margin-top: 5px;
}

.extra .btn {
	margin-top: 10px;
}


/* BEST PRICE */

.best-price {
	font-size: .8em;
	text-align: center;
}

.best-price div {
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #eee;
}

.best-price strong {
	display: block;
}

.CngNRoomND {
    opacity: 0.3;
}

/* FOOTER */

footer {
	padding: 15px 0;
	font-size: .9em;
}

.td-nroom-col1{
    width: 75%;
}

.navbar-brand img {
    width: 100%;
}
.msgerrore-mostradispo {
    margin-top: 20px;
    margin-bottom: 20px;
}

.sconto-room span{
    border-bottom: 1px solid #333;
}
.sconto-room s{
    font-size: 60%;
}


#disponibilita {
    margin-top: 3em;
}
#disponibilita .panel-body {
    padding: 0;
}
#disponibilita a {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}
#disponibilita a.selected {
    background-color: #f5f5f5;
}
.disponibilita #hotelSlider {
    margin: 0 auto 2em auto;
}
.disponibilita #hotelSlider .caption {
    position: absolute;
    width: 96.5%;
    padding: .5% 2%;
    color: #fff;
    background: rgba(0,0,0,.4);
    z-index: 2;
}
.disponibilita .table {
    font-size: .9em;
}
.disponibilita .table thead th {
    width: 6.25%;
    text-align: center;
}
.disponibilita .table thead th.availholiday {
    background-color: #C2BFBA;
}
.disponibilita .table thead th.prevnext {
    cursor: pointer;
}
.disponibilita .table tbody tr {
    height: 37px;
}
.disponibilita .table tbody td.restricted {
    background-image: url("../../img/v2/corner.png");
    background-repeat: no-repeat;
    background-position: right bottom;
}
.disponibilita .table tbody td:not(.bg-danger) {
    cursor: pointer;
}
.disponibilita .table tbody .text-center {
    font-weight: 500;
}
.disponibilita ul {
    margin-left: 5px;
    font-size: .9em;
    list-style: none;
}
.disponibilita ul li {
    margin-right: 10px;
    padding-left: 15px;
}
.disponibilita .li-green {
    background: url("../../img/v2/li-green.gif") left center no-repeat;
}
.disponibilita .li-yellow {
    background: url("../../img/v2/li-yellow.gif") left center no-repeat;
}
.disponibilita .li-red {
    background: url("../../img/v2/li-red.gif") left center no-repeat;
}
.disponibilita .li-restricted {
    background: url("../../img/v2/corner.png") left center no-repeat;
}
#BookingModal .modal-body h4 {
    margin-bottom: 1em;
    text-transform: uppercase;
}

.room .table .policyEBMod {
    float: right;
    width: 90%;
    height: auto;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.link {
    color: #8a6d42;
    cursor: pointer;
}
.nav-mb-2 {
    margin-bottom: 1.5em;
}

.pl-0 {
    padding-left: 0;
}

.room_dk .pl-0 {
    font-size: .9em;
    color: #333;
}
