adbox{
  display: block;
}

.singleADV{
  display: inline-block;
  background: #eee;
  margin-bottom: 0.4rem;
  min-height: 5rem;
  border-radius: 0.4rem;
}

.profession_name{
  line-height: 5rem;
  font-family: "bariol_boldbold", sans-serif;
  letter-spacing: 0.06rem;
  color: #666;
  /*font-size: calc(1.6vw + 1.6vh);*/
  font-size: 1rem;
}

@media (max-width: 543px) {
  .profession_name{
    font-size: 2rem;
  }
}


.profession_name:hover{
  /*
  color: #fc0;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.9);
  */
  color: #666;
  text-decoration: underline;
}

.Emptylabel,
.data_name,
.city_name,
.type_name{
  clear: both;
  width: 100%;
  display: inline-block;
  font-family: "bariol_boldbold", sans-serif;
}

.type_name {
    background-color: #fc0;
    border-radius: 0.4rem;
    text-align: center;
}
.smart{
    background-color: #aaa;
    color:#fff;
    border-radius: 0.4rem;
    text-align: center;
}
.exclusive{
    background-color: #fc0;
    border-radius: 0.4rem;
    text-align: center;
}
.last_minute{
    background-color: #fc0;
    border-radius: 0.4rem;
    text-align: center;
}
.data_name{
  text-align: right;
}

.empyTitle,
.badge,
.date,
.city{
  min-height: 5rem;
}

.city_name{
  color: #62c3dd;
}

.badge_pro svg circle:first-of-type{
    fill: #62C3DD !important;
}

/*
.badge_pro svg path,
.badge_pro svg circle{
  fill: #fff !important;
}
*/

.empyTitle,
.badge,
.date,
.city {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }

.Emptylabel{
  text-align: center;
}


.Emptylabel,
.badge_name,
.data_name,
.type_name {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    }

.badge_name{
  align-self: flex-start;
}

.city_name {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    }

searchbox{
  display: inline-block;
  width: 100%;
  border-radius: 0.4rem;
  /*min-height: 3rem;
  margin-bottom: 0.4rem;*/
  border: 0px solid rgba(0,0,0,0.4);
  color: #666;
}

#search_accordion > div{
  border-bottom: 1px solid rgba(0,0,0,0.25);
  margin-bottom: 0.5rem;
}

#search_accordion.in{
  margin-bottom: 1rem;
}

#search_button_collapse{
  cursor: pointer;
  background: #fc0;
  display: inline-block;
  padding: 0.4rem;
  border-radius: 0.4rem;
  font-size: 1rem;
}

label {
    margin-bottom: 0rem;
    margin-top: 0.5rem;
}

.searchTitle{
  line-height: 3rem;
  font-family: "bariol_boldbold", sans-serif;
  letter-spacing: 0.06rem;
  color: #666;
  font-size: 2rem;
}

/*checkbox*/

.checkbox-inline{
  padding-left: 0px !important;
  margin-left: 0px !important;
  margin-right: 0.75rem !important;
}

/*.checkbox-inline+checkbox-inline{
  margin-left: 0rem !important;
}*/

infobox input[type=button]{
  width: 100%;
  height: 3rem;
  border-radius: 5px;
  margin-top: 2rem;
  background-color: #fbc600
}

.checkbox-inline input{
  width: 100%;
    height: 38px;
  position: relative !important;

  /*hide the radio button*/
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    /*opacity: 0;*/
  cursor: pointer;

  padding-left: 0px !important;
  margin: 0px !important;
}

.checkbox-inline input:after:hover{
  background-color: #fbc600 !important;
  border: 1px solid #f7f7f9;
}

.checkbox-inline input:after{
  content: attr(data-button-label);
  font-family: "bariol_boldbold", sans-serif;
  background-color: #f7f7f9;
  display: block;
  color: #666;
  position: relative;
  border-radius: .3rem;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.6rem;
  top:0px;
  left: 0px;
  width: 100%;
  height: 38px;
}

.checkbox-inline input:checked:after{
  background-color: #fbc600;
  border: 1px solid #f7f7f9;
}


/**********/

#search_button{
  background-color: #62C3DD;
  font-family: "bariol_boldbold", sans-serif;
  border: 1px solid transparent;
}


/*******************/

professionbox{
  margin-bottom: 1.5rem;
  display: block;
  padding: 0.1rem !important;
  border: 0px solid #000;
  cursor: pointer;
}

professionbox[x-click=clicked] categoryavatar{
  background-color: #ffcc00 !important;
}

professionbox[x-click=clicked] categoryavatar * {
  fill: #666 !important;
}

categoryavatar{
  width: 80%;
  margin: 0 auto;
  display: block;
  /*background-color: #f2f2f2;*/
  background-color: #f7f7f9;
  width: 9rem;
  height: 9rem;
  max-width: 100%;
  border-radius: 5%;
}

categoryavatar svg{
  width: 80%;
  margin: 0 auto;
  display: block;
}

categoryname{
  display: block;
  font-family: "bariol_boldbold", sans-serif;
  color: #666;
}

professionaccordion{
  display: none;
  margin-bottom: 2rem;
  /*transform: translateX(100%);*/
  -webkit-transition: transform 1s ease-in-out; /* Safari */
  transition: transform 1s ease-in-out;
}

#search_accordion{
  background-color: rgb(238, 238, 238);
  border-radius: 0.4rem;
  padding: 1rem;
}

#search_button:hover,
.btn-add-city:hover{
  background-color: #fc0;
}

professionitem{
  padding: 0.4rem;
}

professionitem .checkbox-inline label,
professionitem .checkbox-inline{
  width: 100%;
}

professionitem input:hover,
professionitem input{
  /*width: 9rem;*/
  display: block;
  text-align: center;
  padding: 0.2rem;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffcc00;
  border-radius: 0.5rem;
  color: #666;
  text-decoration: none;
  font-family: "bariol_boldbold", sans-serif;

}

[data-type=badge]{
    width: 2.5rem;
    float: left;
    margin-right: 0.1rem;
}

.reset_link{
  margin-left: 0.4rem;
  float: right;
  font-size: 1rem;
  border: 1px solid rgba(0,0,0,0.3);
  padding: 0.2rem;
  border-radius: 0.4rem;
}

#search_button_collapse{
  float: right;
}

.reset_link a{
  color: #666;
  text-decoration: none;
}

/*******************/


/*CITY LIST*/

.cities_list{
  min-height: 50px;
  border: 6px solid transparent;
  outline: 1px dashed #ccc;
  margin-bottom: 1.5rem;
}

.cities_list[x-empty='0']:before{
  content:attr(x-label);
  position: absolute;;;
  z-index: 0;
  top: 37px;
  color: #ccc;
  font-family: "bariol_boldbold", sans-serif;
}

.group_provinces > div{
  padding-left: 0px;
}

@media (max-width: 768px) {
  .group_provinces > div{
    padding: 0px !important;
  }
}

.group_provinces > div:last-child{
  padding-right: 0px;
}

.cities_list_wrapper{
  padding: 0px;
}

.btn-add-city{
  width: 20%;
  float: right;
  /*margin-top: 0.5rem;*/
}

.city_select{
  width: 78%;
}

.btn-remove-city{
  float: right;
}

.cities_list ul li{
  height: 2.5rem;
  border-bottom: 1px solid #f2f2f2;
  line-height: 2.5rem;
  padding-left: 0.4rem;
  background-color: #fff;
  border-radius: 0.4rem;
}

.cities_list ul{
  list-style: none;
  padding: 0px;
}

/*BOTTONI*/
.places_list .group_title{
  font-family: "bariol_boldbold", sans-serif;
}

.places_list select{
  /*width: 100%;*/
  height: 2.5rem;
}

.province_select{
  width: 100%;
}

.places_list button{
  background-color: #62C3DD;
  font-family: "bariol_boldbold", sans-serif;
  border: 1px solid transparent;
}

.places_list button:focus{
  background-color: #62C3DD;
}

.places_list button:hover{
  border: 1px solid transparent;
}

/*FINE CITY LIST*/

.button_standard{
   background: #ffcc00;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; 
    cursor:pointer;
}
.button_standard a:link,.button_standard a:visited{
    text-decoration: none;
    color:#222;
}
.button_box{
    padding: 25px;
    border-top: 1px solid #eee;
    margin-right: 20px;
}
.button_bar{
    padding: 25px;
    border-top: 1px solid #eee;
    display: flex;
}
.badge {
  background: none;
}
.adv_button{
    background: #62c3dd;
    color: #fff;
    padding:10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; 
    font-weight: bold;
    text-align: center;
    width: 144px;
    margin-left: 20px;
    margin-bottom: 10px;
    cursor: pointer;
}
.adv_list_buttons{
      display: flex;
}
.page-title{
  text-transform: uppercase;
}