.search-container {
  height: 80px;
  margin-top:120px;
  block-size: fit-content;
}

.search-block {
    background-color: #00AEEF;
    /*border-radius: 10px;*/
    padding: 40px;
    width: 100%;
}

.search-block h1 {
    font-size: 2.4em;
    font-weight: 300;
    color: #ffffff;
}

.search-block .fa-user {
  color: #2ab2e4;
  padding:2px 4px;
  font-size: 18px;
  margin-top:4px;
}

.search-block .fa-map-marker-alt {
  color: #ff694d;
  padding:2px 4px;
  font-size: 18px;
  margin-top:4px;
}

.search-block .input-group-text {
    background-color: white;
    color: #00AEEF;
}

.search-block .form-text {
  color: #ffffff !important;
}

.search-block .input-group {
  background-color: white;
  padding:5px;
}

.search-block .left-group {
  border-top-left-radius: 5px;
  border-bottom-left-radius:5px;
}

.search-block .right-group {
  border-top-left-radius: 0px;
  border-bottom-left-radius:0px;
  padding-right: 15px !important;
}

.search-block .input-group .form-control {
    border-left: none;
    border-radius: 10px;
    font-size:14px;
}

.search-block .input-group .form-control::placeholder {
    color: #bbb;
}

.search-block .btn-block {
  width: 70px;
  line-height: 27px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px;
  margin-left:-10px;
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
}

.search-block .btn-primary {
    background-color: #00677F;
    border-color: #00677F;
}

.search-block .btn-primary:hover {
    background-color: #005060;
    border-color: #005060;
}

@media (max-width: 575.98px) {
    .search-container {
      height: 290px;
      margin-top:70px;
      block-size: fit-content;
    }

    .search-block {
        padding: 30px;
    }

    .search-block h1 {
        font-size:3.5rem;
    }

    .search-block .input-group .form-control {
      font-size:18px;
      padding-left: 5px;
    }

    .form-row {
        flex-direction: column;
    }

    .btn-block {
        width: 100%;
        margin-left: 0px !important;
    }

    .search-block .form-text {
      font-size: 1.7rem;
      padding-left: 20px;
      padding-right: 20px;
    }
}

@media (min-width: 576px) and (max-width: 990px) {
    .search-container {
      height: 265px;
      margin-top:70px;
      block-size: fit-content;
    }

    .search-block {
        padding: 35px;
    }

    .search-block h1 {
        font-size: 3rem;
    }

    .search-block .input-group .form-control {
      font-size:18px;
      padding-left: 5px;
    }
}

.footer-right-bar {
  border-right: 2px solid #fff;
}

@media only screen and (max-width: 768px) {
  .footer-right-bar {
    border-right: 0;
  }
}

.ricerca-homepage {
  width: 100%;
  height: 35vh;
  background-color: #6db1e2;
  text-align: center;
  position: relative;
  margin-top:95px;
  padding: 60px;
  padding-top:90px;
  padding-bottom: 50px;
}

.ricerca-homepage h1 {
  color: #ffffff;
  font-size: 50px;
}

.ricerca-homepage ul {
  list-style-type: none;
  width: 60%;
  margin:0 auto;
  display: flex;
}

.ricerca-homepage ul li {
  display: inline-block;
  margin: 0;
}

.ricerca-homepage ul li:first-of-type {
  width: 42%;
  max-width: 42%;
  margin-top: -25px;
}

.ricerca-homepage ul li:nth-of-type(2) {
  width: 42%;
  max-width: 42%;
  margin-top: -25px;
}

.ricerca-homepage ul li:nth-of-type(3) {
  width: 15%;
  max-width: 15%;
}

.ricerca-homepage ul li input[type=text] {
  background-color: #ffffff;
  color: #111111;
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  padding: 10px 60px;
  padding-right: 30px;
  margin: 0;
  border: 0;
  outline: 0;
  width: 100%;
}

.ricerca-homepage ul li:first-of-type input {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.ricerca-homepage .search-field:nth-of-type(2) {
  border-radius: 0;
}

.ricerca-homepage ul li i {
  position: relative;
  vertical-align: middle;
  left: -42%;
  top: 48%;
  font-size: 25px;
}

.ricerca-homepage ul li:first-of-type i {
  color: #6db1e2;
}

.ricerca-homepage ul li:nth-of-type(2) i {
  color: #ee7057;
}

.ricerca-homepage ul li button {
  display: inline-block;
  height: 60px;
  line-height: 40px;
  padding: 10px 20px;
  margin: 0;
  border: 0;
  outline: 0;
  width: 100%;
  background-color: #1d7297;
  color: #ffffff;
  border-radius: 15px;
  margin-left: -20px;
  font-size: 28px;
  width:100%;
  cursor: pointer;
}

.logo-mobile {
  max-width: 100px;
  float:left;
}

.cus-search-container {
  /*max-width: 800px;*/
  width:70%;
  background: #ffffff;
  border-radius: 15px;
  margin:0;
  padding:0;
  margin: 30px 0;
  display: inline-table;
  border:1px solid #d3d3d3;
}

.cus-search-container i {
  color: #111111;
  position: relative;
  vertical-align: middle;
}

.cus-search-container i:nth-of-type(2) {
  font-size:2.5rem;
  margin-left:10px;
}

.cus-search-container input {
  display: table-cell;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
}

.cus-search-container input:first-of-type {
  max-width: 45%;
  border-left:0;
  border-bottom:0;
  border-top:0;
}

.cus-search-container input:nth-of-type(2) {
  max-width: 34%;
  border:0;
  padding-left:10px;
}

.cus-search-container button {
  background: rgb(68,208,202);
  background: linear-gradient(180deg, rgba(68,208,202,1) 0%, rgba(22,144,139,1) 100%);
  color: #ffffff;
  font-size: 1.5rem;
  padding:18px;
  border:0;
  border-radius:15px;
  vertical-align: middle;
}

.item-btn-custom {
  position: absolute;
  bottom:30px;
  color: #fff;
  padding: 2px 15px;
  border-radius: 15px;
  padding-top:4px;
}

.item-btn-custom:link, .item-btn-custom:visited, .item-btn-custom:focus, .item-btn-custom:hover, .item-btn-custom:active {
  color: #fff !important;
}

.big-register-btn-home {
  display: table;
  color: #fff;
  padding: 12px 45px;
  border-radius: 10px;
  font-size: 1.4em;
  line-height: 1.4em;
  background-color: #2eb3e8;
  border: 1px solid #09a6e4;
  margin-bottom: 20px;
}

.big-register-btn-home:link, .big-register-btn-home:visited, .big-register-btn-home:focus, .big-register-btn-home:hover, .big-register-btn-home:active {
  color: #fff !important;
}

.ib-blue {
  background: #1d7297;
}

.ib-pink {
  background: #f18f86;
}

#globalMapContainer {
  width:100%;
  height:75vh;
  border:1px solid #d3d3d3;
  /*border-radius:15px;*/
  display: none;
}

#sidebar {
  min-height: 75vh;
  max-height: 75vh;
  overflow-y: auto;
}

.mini-map-container {
  display: none;
  max-height: 300px;
  width: 100%;
}

.mini-map {
  width:95%;
  height:300px;
  margin-top:20px;
}

.osm-map {
  width: 100%;
  height: 300px;
  display: block;
}

.dove-siamo-map {
  width: 100%;
  height: 300px;
  margin-top:20px;
}

.border-highlight {
  outline:3px solid yellow;
}

/* LOGIN E REGISTRAZIONE */

.nav-pills .nav-link.active, .show>.nav-pills .nav-link {
    color: #fff;
    background-color: #6db1e2;
}

.nav-pills .nav-link:hover {
  color: #444 !important;
}

#pills-login input {
  height: 52px;
  font-size: 16px;
  padding: 5px 15px;
  color: #111111;
  border: 1px solid #dbe3e7;
}

#pills-register input, select {
  height: 52px;
  width: 100%;
  font-size: 16px;
  padding: 5px 15px;
  color: #111111;
  border: 1px solid #dbe3e7;
}

.login-register-content input {
  height: 52px;
  width: 100%;
  font-size: 16px;
  padding: 5px 15px;
  color: #111111;
  border: 1px solid #dbe3e7;
}

.login-register-content label {
  font-weight: bold;
}

.login-register-content input[type=checkbox] {
  width: 15px;
  height: 15px;
}

.login-register-content .item-btn {
    margin-top: 15px;
    padding: 12px 25px;
    background-color: #6db1e2;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    /*text-transform: capitalize;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(57, 108, 240, 0.75);
    -moz-box-shadow: 0px 1px 10px 0px rgba(57, 108, 240, 0.75);
    box-shadow: 0px 1px 10px 0px rgba(57, 108, 240, 0.75);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.login-register-content .item-btn:hover {
  background-color: #58aae6;
  box-shadow: inherit;
}

.form-check-input {
  height: 15px !important;
  width: 15px !important;
}

.checkBoxBig {
  width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 5px;
}

#reg-email-label {
  font-size: 11px;
  color: #ff0000;
}

.login-register-section a:link, a:visited, a:focus {
  color: #111111 !important;
}

.login-register-section a:hover {
  color: #58aae6 !important;
}

.login-register-section a:active {
  color: #111111 !important;
}

.white-link a:link, a:visited, a:focus, a:hover, a:active {
  color: #ffffff;
  /*font-weight: bold;
  text-decoration: underline;*/
}

.primary-btn-light-blue {
  background-color: #6db1e2;
  color: #ffffff;
  padding: 4.5% 20%;
  border-radius: 10px;
  font-size: 1em;
}

.single-item-btn-center {
  padding-top: 300px;
  padding-bottom: 300px;
  text-align: center;
  width: 100%;
}

.single-item-btn-center a {
  background-color: #ffffff;
  color: #0d7087;
  font-size: 2em;
  padding: 0.5em 2em;
  border-radius: 10px;
}

@media only screen and (max-width: 768px) {
  .single-item-btn-center a {
    background-color: #ffffff;
    color: #0d7087;
    font-size: 1.4em;
    padding: 0.5em 1em;
    border-radius: 10px;
  }
}

.servizi_link a:link {
  color: #222;
}
.servizi_link a:visited {
  color: #222;
}
.servizi_link a:hover {
  color: #000;
}
.servizi_link a:active {
  color: #222;
}
.main-category-title {
  background-color: #fff;
  padding: 2px 10px;
  font-size: 1.5em;
  width: fit-content;
  margin-bottom:20px;
  color: #ed6f55;
  font-weight: bold;
}
.main-category-title [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-size: 1em;
  margin-left: 0;
}
/*.sticky-search-container {
  position:fixed;
  top:45px;
  left:0;
  width:100%;
  height: 68px;
  text-align:center;
  background: rgba(255,255,255, 0.9);
  border-bottom: 2px dashed #015136;
  z-index: 1000;
  padding: 10px 25%;
  padding-top:13px;
  display: none;
}
*/
.phone .a-link {
  padding:2px 15px;
  border:1px solid #222;
  border-radius:15px;
  font-size:14px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.a-link:hover {
  color: #007bff !important;
  text-decoration: underline;
}

.footer-box .footer-departments ul li a:visited {
  color: #fff !important;
}

.footer-box .footer-quick-link ul li a:visited {
  color: #fff !important;
}

.resultRow {
  cursor: pointer;
}

.resultRow:hover {
  background-color: #00AEEF11 !important;
}

.heading-layout1 h2 {
  text-transform: none !important;
}
