/** select2 fix **/
.select2-container .select2-selection--single {
  height: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  line-height: 34px;
}
.select2-container--default .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  border: 1px solid #ccc;
  border-radius: 0px;
}
.select2-results__option {
  font-size: 14px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #23a3f1;
  border: 1px solid #63a5e1;
  border-radius: 0px;
  color: #fff;
  font-weight: 200;
  font-size: 14px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color:#fff;
}

.form-control {
  border: 1px solid #ccc;
  border-radius: 0px;
}

.inputFieldError {
  border-color: #d70d0d !important;
  background-color: #ffefef !important;
}

#spin-container {
  background-color: rgb(71, 69, 69);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 200000;
  opacity: 0.95;
  filter: alpha(opacity=95);  
  display: none;
}
.videoPlayer iframe {
  width: 100%;
  height: 100%;
}
mediaelementwrapper iframe {
  height: 100% !important;
  width: 100% !important;
}

/** COOKIE BANNER LOCK **/
.thirdPartyCookiesLock {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0 20px;
  background: #b6b6b6;
}
.thirdPartyCookiesLock > .thirdPartyCookiesLock-txt {
  color: #fff;
  width: 100%;
  margin: 0 auto;
  text-decoration: underline;
  text-shadow: 0px 0px 3px #000;
}
.thirdPartyCookiesLock-txt p {
    color: #fff !important;
}
.thirdPartyCookiesLock-txt button {
  background: #fff !important;
  color: #000 !important;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 5px;
}

/** COOKIE ALERT **/
#cookieAlertContainer {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100%;
  background: rgb(62 62 62 / 60%);
  z-index: 100000;
}
.cookieAlertPagesContainer {
  position: absolute;
  background-color: #f4f4f4;
  border-top: 3px solid #888;
  padding: 10px 20px;
  width: 100%;
  bottom: 0;
    min-height: 50vh;
    max-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
}
#cookieAlert {
  padding: 20px 0;
}
.cookiePersonalizza {
  display: flex;
    justify-content: center;
    flex-direction: column;
    align-self: flex-start;
    padding: 20px 0;
}
.cookiePersonalizza h5 {
  text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
}
.cookiePersonalizza .form-group {
  margin: 0 10px 15px 10px;
}
.cookieBox-text {
  width: 80%;
  margin: 0 auto;
}
#cookieBox p,
.cookiePersonalizza p {
  font-size: 14px;
  margin: 10px;
  color: #000;
}
#cookieBox a.cookiePage {
  font-weight: 800;
  text-decoration: underline;
  color: #5595d6;
}
.bannerCookieBtn {
  background: #2a5b7c !important;
  color: #fff !important;
  position: relative;
  margin: 0 5px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
}
.bannerCookieBtn-highlight {
  background: #fff !important;
  color: #275f84 !important;
  border: 2px solid #2a5b7c !important;
}
.bannerCookie-btn-container {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media all and (max-width: 767px) {
  .bannerCookie-btn-container {
    flex-direction: column;
  } 
  .cookieBox-text {
    width: 95%;
  }
  .bannerCookieBtn {
    margin-bottom: 5px;
  }
}

.carousel-inner .item img {
  width: 100%;
}
.owl-carousel button.owl-dot {
  background: #f8f9fa;
  color: #012f6b;
  border: 1px solid;
  padding: 5px!important;
  font: inherit;
  margin: 0 10px;
  border-radius: 50%;
}
.owl-carousel button.owl-dot.active {
  background: #012f6b;
  color: #012f6b;
}
.owl-carousel.owl-news-gallery button.owl-dot {
  background: #f8f9fa;
  color: #012f6b;
  border: 1px solid;
  padding: 0px!important;
  font: inherit;
  margin: 0 5px;
  border-radius: 0;
  width: 22px;
  height: 3px;
}
.owl-carousel.owl-news-gallery button.owl-dot.active {
  background: #012f6b;
  color: #012f6b;
}
.owl-carousel.owl-news-gallery .owl-dots .owl-dot span {
  display: none;
}
.owl-dots {
  margin-top: 5px;
  text-align: center;
}
.owl-dots button {
  outline: none !important;
}
.owl-nav {
  position: absolute;
  top: 0;
  width: 100%;
  height: 95.5%;
  margin-top: 0 !important;
}
.owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 40px;
  color: #fff !important;
  font-size: 3rem !important;
  margin:0 !important;
  outline: none !important;
}
.owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  color: #fff !important;
  font-size: 3rem !important;
  margin:0 !important;
  outline: none !important;
}
.owl-nav:hover {
  background: transparent; !important;
}
.owl-nav .owl-prev:hover {
  background: rgb(0,0,0) !important;
  background: linear-gradient(90deg, rgba(0,0,0,0.5) 15%, transparent 95%) !important;
}
.owl-nav .owl-next:hover {
 background: rgb(0,0,0) !important;
  background: linear-gradient(90deg, transparent 5%, rgba(0,0,0,0.5) 95%) !important; 
}

@media(min-width: 991px) {
  .videoPlayer {
    min-height: 400px;
  }
}

@media all and (max-width:767px) {
  .carousel-inner>.item {
    overflow: hidden;
    width: 160%;
    margin-left: -40%;
  }
  .carousel-inner .item img {
    width: 160%;
  }

  .videoPlayer {
    height: 300px !important;
  }
}
@media all and (max-width:575px) {
  .carousel-inner>.item {
    overflow: hidden;
    width: 200%;
    margin-left: -75%;
  }
  .carousel-inner .item img {
    width: 200%;
  }
}
@media all and (max-width:480px){
  .videoPlayer {
    height: 250px !important;
  }
}