body {
    font-family: inherit;
    background: #fff;
}

.form-control[readonly] {
    background-color: none;
}

#list_tour_lingua_supportata ul{
  list-style: none;
  padding-left: 0px;
}
#list_tour_lingua_supportata ul li{
    display: inline-block;
    padding-right: 10px;
}
#list_tour_lingua_supportata img {
    width: 31px;
    margin-top: -7px;
    margin-left: 1px;
    margin-right: 5px;
}
h1, h2, h3, h4, h5, h6 {
    color: #303030;
}
.tour_info .supported_languages li img {
    height: 30px;
}
.form-control.with_icon{
  padding-left: 35px;
  border-radius: 0px;
}
.booking-panel-body .form-control{
  border: 1px solid #ccc;
}
.main-content .tag_list{
  float: right;
  position: absolute;
  right: 15px;
  top: -33px;
}
.tag_item.tag_item_0{
    background: #007bff;
}
.tag_item.tag_item_1{
    background: #FD0303;       
}
.tag_item.tag_item_2{
    background: #28a745;
}
.tag_item.tag_item_3{
    background-color: #a6c;
}
.tag_item.tag_item_4{
    background-color: #17a2b8;
}
.tag_item.tag_item_5{
    background: #dc3545;
}
.tag_item.tag_item_6{
    background: #008c45;
}
.tag_item.tag_item_7{
    background: #0055a4;
}
.tag_item.tag_item_8{
    background: #2bbbad;
}
.tag_item.tag_item_9{
    background: #880e4f;
}
.tag_item a{
  color: #fff;
  text-decoration: none;
}
.tag_list.varianti{
  position: relative;
}
.tag_list.varianti .tag_item{
  margin-bottom: 5px;
}
.booking-panel-body label{
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 12px;
    text-transform: unset;
}
.icon {
    position: absolute;
    left: 25px;
    top: 40px;
    width: auto;
    font-size: 18px;
    color: #ffcc05;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.age_group_wrapper>div{
  margin-bottom: 10px;
}
.primary-color{
  color: #ffcc05;
}
.input-group-addon.primary-color,.input-group-addon.price{
  background: #fff;
  min-width: 53px;
}
.input-group-addon.price{
  float: none !important; 
}
.riduzioni_item{
  text-align: center;
  border-left: none;
  border-right: none;
}
/*.booking-panel .booking-panel-header {
    padding: 10px 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: #303030;
    border-bottom: 1px solid #eee;
}*/
.booking-panel {
    /*border: 1px solid #ffcc05;*/
  margin-bottom: 15px;
  background: #f6f6f6;
  /*border: 1px solid #ccc;*/
}
.booking-panel-body{
  padding: 20px;
  padding-top: 10px;
}
.header-image{
  position: relative;
  max-height: 400px;
  overflow: hidden;
}
.header-image:before{
  position: absolute;
  content: "";
  top:0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(images/bg_header_settings.jpg) no-repeat scroll center center / cover;
}
.header-image img{
  width: 100%;
}
.header-image .text h1{
    font-size: 40px;
    color:#fff;
    font-weight: 700;
    /*font-family: "Playfair Display",serif;*/
}
.header-image .text p{
    font-size: 20px;
    color:#fff;
    font-weight: 400;
    /*font-family: Cabin,sans-serif;*/
}

.header-image .text {
    width: 100%;
    text-align: center;
    z-index: 2;
    position: absolute;
    color: #fff;
    top: 0px;
    height: 100%;
    display: table;
}
.header-image .text .container{
  display: table-cell;
  vertical-align: middle;
}
.main-content{
  margin-top: 40px;
}

.tour_info,.general_tour_info{
  width: 100%;
  padding: 0px;
  margin-bottom: 20px;
  display: inline-block;
}
.info_lbl{
  display: inline-block;
  margin-bottom: 5px;
  color: #303030;
  font-size: 20px;
}
.included ul,.not_included ul{
  width: 100%;
  display: inline-block;
  padding-left: 0px;
}
.small .row>div,.big>div,.small2 .row>div,.big2>div{
  position: relative;
  height: 200px;
  width:100%;
  overflow: hidden;
}
.big>div,.big2>div{
  height: 420px;
}
.small .row>div a,.big>div a,.small2 .row>div a,.big2>div a{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  height: 100%;
}
.plus,.minus{
  cursor: pointer;
}
.small .row>div img,.big>div img,.small2 .row>div img,.big2>div img{
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.small .row>div:hover img,.big>div:hover img,.small2 .row>div:hover img,.big2>div:hover img{
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.included li:before{
  position: relative;
  content: "\f00c";
  font-family: FontAwesome;
  color: #ffcc05;
  margin-right: 5px;
  font-size: 14px;
}
.not_included li:before{
  position: relative;
  content: "x";
      color: #b32d2d;
  margin-right: 5px;
  font-size: 14px;
  font-weight: bold;
}
.general_tour_info>li>ul{
  padding: 0px;
}
.included li,.not_included li{
  display: block;
  list-style: none;
  color: #808285;
  font-size: 16px;
}
.tour_tabs>li span{
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
  line-height: 1em;
  font-weight: 400;
  color: #ffcc05;
  top: 2px;
  position: relative;
}
.tour_tabs>li>a,.tour_info>li{
  position: relative;
  margin: 0;
  padding: 15px 20px;
  width: auto;
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #808285;
  background-color: #f6f6f6;
  border: none;
  border-right: 1px solid #eaeaea;
  -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,margin .2s ease-in-out,padding .2s ease-in-out;
  -moz-transition: color .2s ease-in-out,background-color .2s ease-in-out,margin .2s ease-in-out,padding .2s ease-in-out;
  transition: color .2s ease-in-out,background-color .2s ease-in-out,margin .2s ease-in-out,padding .2s ease-in-out;
  color: #303030;
}
.tour_info>li{
  width: 50%;
  float: left;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  font-size: 14px;
  height: 57px;
}
.total_price{
  font-size: 25px;
  text-align: right;
  font-weight: bold;
  float: right;
  margin-top: 15px;
}
.label_totale.primary-color{
  font-size: 25px;
  text-align: left;
  font-weight: bold;
  float: left;
  margin-top: 15px;
}
.tour_info span{
  font-size: 16px;
  padding-right: 5px;

}
.main-content{
  position: relative;
}
.category{
  position: absolute;
  background: #ffcc05;
  color: #fff;
  padding: 3px 40px;
  font-size: 20px;
  top: -55px;
}
#info h1,#info .title{
  font-size: 25px;
  color: #303030;
  font-weight: 300;
}
#info .price{
  font-size: 23px;
  color: #303030;
  font-weight: 300;
  float: right;
}
#info .price small{ 
  font-size: 16px;
  color: #c2c2c2;
}
#info  p{
  color: #808285;
  font-size: 14px;
  line-height: 23px;
}
#page div.container {
    width: 100%;
    max-width: 1170px;
}
.gallery_single .small img{
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery_single .small .row>div:first-child{
  margin-bottom: 20px;
}
.gallery_single .big img{
    height: 420px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.rate_groups_box .repeat_item, .rate_groups_box_2 .repeat_item {
    margin-bottom: 3px;
}
.rate_groups_box .lbl_gruppi_riduzione, .rate_groups_box_2 .lbl_gruppi_riduzione_2 {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}
.rate_groups_box .lbl_codice_gruppo_riduzione, .rate_groups_box_2 .lbl_codice_gruppo_riduzione {
    font-size: 12px;
}
.tour_info .supported_languages {
    float: left;
    padding-left: 0px;
    display: inline-block;
    list-style: none;
    position: relative;
    top: -4px;
}
.tour_info .supported_languages li img{
    height: 25px;
    max-width: 25px;
    position: relative;
    top: 4px;
    border-radius: 100%;
}
.tour_info .supported_languages li{
  padding-right: 10px;
  float: left;
}
.languages_label,.primary-color.lng{
  float: left;
}

/*booking form begin*/
.age_group{
    margin: 0px 15px;
}
.age_group .form-control{
    background: #dededc;
    color: #000;
    text-align: center;
}
.icon_boxes{
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
}
.booking-panel label {
    font-weight: bold;
    font-size: 12px;
}
.booking-panel label span{
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}
#total_text{
  display: inline-block;
  height: 28px;
  width: 150px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  font-weight: bold;
}
.age_group_wrapper>div{
    margin-bottom: 10px;
}
.booking-panel .col-sm-12 label{
    width: 100%;
    text-align: center;
    font-size: 16px;
}
.booking-panel #total{
    font-size: 20px;
    font-weight: bold;
}
.booking-panel .col-sm-12 input{
    text-align: center;
}
.booking-panel .age_group_wrapper .price_row .prezzo{
    display: inline-block;
    float: left;
    width: 35%;
}
.booking-panel .age_group_wrapper .price_row .prezzo .integer{
    font-size: 34px;
    font-weight: 700;
}
.booking-panel .form-control {
    display: block;
    width: 100%;
    height: 28px;
    padding: 0px 0px;
    font-size: 16px;
}
.booking-panel .age_group_wrapper .price_row .prezzo .decimals{
    font-size: 10px;
    font-weight: 700;
}
.booking-panel #giorno[disabled="disabled"] {
    text-align: center;
}
.booking-panel .age_group_wrapper .price_row .prezzo .currency{
    font-size: 17px;
    display: inline-block;
    padding-left: 3px;
}
.booking-panel .age_group_wrapper .price_row .input-group.age_group{
    width: 30%;
    float: left;
    margin: 0px;
    position: relative;
    top: 15px;
}
.booking-panel .age_group_wrapper .price_row .input-group.age_group .riduzioni_item{
   border-bottom: 0px;
   font-weight: 700;
   font-size: 20px;
   height: 24px;
   padding: 1px 5px;
}

.booking-panel .age_group_wrapper .price_row .input-group.age_group .input-group-addon {
    padding: 0px 0px;
    color:#0b3c5d;
    background-color: #fff;
    border: 1px solid #fff;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-weight: 700;
    cursor: pointer;
    border-top-right-radius: 4px; 
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.price_row{
    text-align: center;
}
.age_group_wrapper>div:after{
    display: inline-block;
    content: '';
    position: relative;
    width: 60%;
    height: 1px;
    top: -5px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
}
.totale_group{
    text-align: center;
}
.totale_group label{ 
    display: inline-block;
    line-height: 34px;
    padding-right: 20px;
}
.totale_group .form-control{
    max-width: 162px;
    background: #0b3c5d;
    display: inline-block;
    border-bottom: none;
}
.booking-panel .form-control{
    background: #0b3c5d;
    color: #fff;
    border:none;
    border-radius: 0px;
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transition:unset;
    -o-transition: unset;
}
.booking-panel .form-control[disabled],.booking-panel .form-control[readonly],.booking-panel fieldset[disabled] .form-control {
    background-color: #0b3c5d;
    opacity: 1;
}
.booking-panel .form-control:focus{
  outline: none;
  box-shadow: none;
  border-color: inherit;
}
.booking-panel .btn-primary {
    background-color: #0b3c5d;
    font-size: 18px;
    font-weight: bold;
    border-color: #0b3c5d;
}
.icon_boxes>div{
    padding: 0 5px;
}
.age_group_wrapper label{
    padding-left: 15px;
}
.booking-panel{
    margin-bottom: 15px;
    background: #0b3c5d;
    color: #fff;
    border-radius: 10px;
}
.booking-panel .booking-panel-header{
    padding: 15px;
    text-align: center;
    color: #fff;
    background: #0b3c5d;
    font-weight: bold;
    font-size: 18px;
    border-radius: 10px;
}
.back_color #add_to_cart{
    border:1px solid #48b935;
}
#add_to_cart{
  background: #0b3c5d;
  border:1px solid #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.booking-panel .nominativo_partecipante.form-control {
    background-color: #FFF;
    color: #7d0202;
}
.up-down-ctrl{
    height: 50px;
    margin-bottom: 10px;
}
.booking-panel .nominativo_partecipante.alert-danger {
    background-color: #ff6a00 !important;
}
.lbl_nominativo_partecipante_nome {
    margin-top: 10px
}
/*booking form end*/
    @media only screen and (max-width : 1024px) {
  .header-image img {
      max-width: 100%;
      width: auto;
      height: 200px;
  }
  .header-image .text {
      top: 9%;
      -ms-transform: translateY(9%);
      transform: translateY(9%);
  }
  .header-image .text h1 {
    font-size: 28px;
  }
  .header-image .text p {
    font-size: 12px;
  }
  #add_to_cart{
    font-size: 12px;
  }
}
@media only screen and (max-width : 1000px) {
  .tour_info>li {
    width: 100%;
  }
}
@media only screen and (max-width : 768px) {
  .header-image .text {
      top: 15%;
      -ms-transform: translateY(15%);
      transform: translateY(15%);
  }
  .main-content .tag_list {
      top: -15px;
  }
  .main-content .tag_list + .row.form-group{
      margin-top: 30px;
  }
  .category {
      font-size: 15px;
  }
}
@media only screen and (max-width : 635px) {
  .main-content .tag_list {
      float: right;
      position: relative;
      right: 0px;
      top: 0px;
  }
  .tour_info>li {
    width: 100%;
  }
  .header-image .text {
    top: 9%;
    -ms-transform: translateY(9%);
    transform: translateY(9%);
  }
  .header-image .text h1 {
    font-size: 19px;
    margin:0px;
  }
  .header-image .text p {
    font-size: 13px;
  }
}