body {
    font-family: inherit;
    background: #fff;
}

.form-control[readonly] {
    background-color: #fff;
}

#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;
}
.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;
}
.riduzioni_item{
  text-align: center;
  border-left: none;
  border-right: none;
}
#add_to_cart{
  background: #ffcc05;
  border:1px solid #ffcc05;
}
.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: 30%;
  -ms-transform: translateY(30%);
  transform: translateY(30%);
}
.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;
}
.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 {
    margin-bottom: 3px;
}
.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: 30px;
}
.tour_info .supported_languages li{
  padding-right: 10px;
  float: left;
}
.languages_label,.primary-color.lng{
  float: left;
}
@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;
  }
}
@media only screen and (max-width : 635px) {
  .main-content .tag_list {
      float: right;
      position: relative;
      right: 0px;
      top: 0px;
  }
  .header-image .text {
      top: 20%;
      -ms-transform: translateY(20%);
      transform: translateY(20%);
  }
  .header-image .text h1 {
    font-size: 19px;
    margin:0px;
  }
  .header-image .text p {
    font-size: 13px;
  }
}