/*
    DEMO STYLE
*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

:root {
  --primary-color: rgb(23, 173, 238);
  --facebook-blue: rgb(23, 169, 253);
}

body {
  font-family: "Poppins", sans-serif;
  background: #f0f0f0;
  color: #807d7d;
}

h2 {
  font-weight: 700;
}

h3 {
  color: #17adee;
  font-size: 15px;
  font-weight: 700;
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #807d7d;
}

.boxNewsHome .testo {
  font-size: 1.3em !important;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

.topMenu {
  /*padding: 15px 10px;*/
  background: #034684 !important;
  border: none;
  border-radius: 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 10;
  top: 0;
  height: 70px;
  line-height: 70px;
  color: #fff;
}

.wysiwyg img {
  max-width: 100%;
}

.video-wrapper > div {
  height: 300px !important;
  padding: 0 !important;
}

.vimeo-video-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;

  & > div {
    padding: 30px 0 56.25% 0 !important;
  }
}

.vimeo-video-wrapper-fluid {
  width: 100% !important;
}

.card-list-item img,
.card-list-item .vimeo-video-wrapper-fluid {
  width: 100%;
}

.home-card-list-item {
  min-height: 300px;
}

.shadow-sm.home-card-list-item {
  box-shadow: 0.5rem 0.5rem 0.75rem rgba(0, 0, 0, 0.075) !important;
}

@media (min-width: 768px) {
  .card-list-item img,
  .card-list-item .vimeo-video-wrapper-fluid {
  }
}

@media (min-width: 992px) {
  .card-list-item .vimeo-video-wrapper-fluid {
  }
}

/*The code below is all it takes, just place it in your stylesheet*/
.vimeo-video-wrapper-fluid {
  position: relative;
  padding-bottom: 56%;

  #player {
    max-width: 100vh;
    width: 100vh;
  }
}

.vimeo-video-wrapper-fluid > div {
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
}

.vimeo-video-wrapper-fluid > div {
  padding: 0 !important;
  height: 100% !important;
  width: 100% !important;
}

.vimeo-video-thumb {
  min-width: 100%;
  min-height: 350px;
  max-width: 440px;

  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  margin: 10px;
  font-size: 13px;

  @media (min-width: 768px) {
    & {
      min-height: 250px;
    }
  }

  @media (min-width: 992px) {
    & {
      min-width: 47%;
      min-height: 250px;
    }
  }

  @media (min-width: 1500px) {
    & {
      min-width: 29%;
      min-height: 250px;
    }
  }

  & .wrapper {
    width: 100%;
    height: 100%;
    background-color: black;

    & > div {
      padding: 0 !important;
      width: 100% !important;
      height: 100% !important;
    }
  }
}

#player {
  max-width: 100% !important;
  height: 100% !important;
  width: 100% !important;
}

/*
.vimeo-video-wrapper {
    width: 100%;
    min-height: 350px;
    height: 100%;
}

.vimeo-video-wrapper>div {
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.vimeo-video-wrapper-sm {
    width: 100%;
    height: 100%;
    min-height: 100px;
}

.vimeo-video-wrapper-sm>div {
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

*/

#login {
  max-width: 450px;
  margin: 0 auto;
  margin-top: 10%;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
}

.btnLog {
  background-color: #00adee;
  color: #fff;
  font-weight: 700;
}

.play {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
  z-index: 5;
  opacity: 0.7;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
}

#sidebar {
  min-width: 270px;
  max-width: 270px;
  background: #034684;
  color: #fff;
  transition: all 0.3s;
  position: fixed;
  height: 100%;
  z-index: 50;
  top: 0;
}

.sidebarBoxWrapper {
  position: sticky;
  top: 100px;
  height: 88vh;

  overflow-x: visible;
  overflow-y: scroll;

  @media (max-width: 768px) {
    width: 100%;
    position: relative;
    overflow-y: visible;
    height: auto;
  }
}

#sidebar.active {
  margin-left: -270px;
}

#sidebar .sidebar-header {
  padding: 15px 20px 15px 20px;
  background: #fff;
  height: 70px;
}

ul.sideMenu {
  padding: 20px 0;
  list-style-type: none;
}

ul.sideMenu li {
  position: relative;
  padding: 10px;
  cursor: pointer;
}

ul.sideMenu li a {
  padding-left: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  /*width: 200px;*/
}

ul.sideMenu li a:hover,
ul.sideMenu li a.current {
  color: #17adee;
}

ul.sideMenu .hasChildren::after {
  display: block;
  position: absolute;
  top: 23px;
  right: 20px;
  transform: translateY(-50%);
  content: "+";
  font-weight: 700;
}

ul.sideMenu .small {
  font-size: 14px;
}

/*ul.sideMenu li:hover > ul {
  display: block
}*/
.icon_doc::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f15c";
}

.icon_app::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f58d";
}

.icon_news::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a1";
}

.icon_orario::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
}

.icon_operativo::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f274";
}

.icon_biglietti::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3ff";
}

.icon_self::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3ff";
}

.icon_convenzioni::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2b5";
}

.icon_meteo::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f6c4";
}

.icon_link::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c1";
}

.icon_social::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f075";
}

.icon_gallery::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f03e";
}

.icon_facebook::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  content: "\f39e";
}

.icon_twitter::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  content: "\f099";
}

.icon_instagram::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  content: "\f16d";
}

.icon_linkedin::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  content: "\f0e1";
}

.icon_turni::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1c3";
}

.icon_contatti::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
}

.icon_company::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1ad";
}

.icon_home::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f015";
}

.icon_organigramma::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e8";
}

.icon_memo::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f573";
}

.icon_press::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1ea";
}

ul.sideMenu ul {
  list-style-type: none;
  position: fixed;
  left: 270px;
  width: 270px;
  margin: 70px 0 0 0;
  padding: 30px 0 0 0;
  display: none;
  top: 0;
  background: #17adee;
  height: 100%;
}

ul.sideMenu ul li {
  margin: 0 10px;
  padding: 20px 10px;
  position: relative;
  border-bottom: 1px solid #b2d9f8;
}

/*ul.sideMenu ul li::before{content: "";}*/
ul.sideMenu ul li a {
  padding-left: 15px !important;
  display: inline-block;
  color: #fff;
}

ul.sideMenu ul li a:hover,
ul.sideMenu ul li a.current {
  color: #034684;
}

#sidebarCollapse {
  display: none;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
.wrap {
  padding: 0;
  transition: all 0.3s;
  margin-left: 270px;
  margin-top: 70px;
  background-color: #f0f0f0;
}

.celeste-background {
  background-color: #034684 !important;
}

.celeste {
  color: #17adee;
}

.barra {
  background-color: #fff;
  /*line-height: 70px;*/
  font-size: 15px;
  /*font-weight: 700;*/
  color: #17adee;
  padding: 20px;
}

.barra span {
  font-weight: 700;
}

.briciola {
  border-right: 1px solid #aca9a9;
  padding: 5px 30px 5px 0;
  margin-right: 10px;
  height: 100%;
}

.briciola a {
  text-decoration: underline;
}

.content {
  margin: 0;
  padding: 40px;
}

hr {
  width: 100%;
  border-top: 1px dashed #4693e0;
  margin: 15px 0;
}

.fotoNews {
  border-radius: 5px 5px 0 0;
}

.card-wrapper {
  background-color: #fff;
  border-radius: 5px;
  padding: 0px;
  margin: 10px;
  font-size: 13px;
  min-height: 300px;

  .titolo {
    font-size: 24px;
    color: #034684;
    font-weight: 700;
    line-height: 30px;
  }

  .testo {
    font-size: 13px;
    color: #807d7d;
    font-weight: 400;
    line-height: 19.5px;
  }

  .small {
    color: #17adee;
    font-size: 12px;
    font-weight: 600;
  }
}

.card-body {
  background-color: #fff;
  border-radius: 5px;
  padding: 40px;
  margin-bottom: 20px;
}

.boxNewsHome {
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  padding: 40px;
  margin-bottom: 20px;
  font-size: 13px;
}

.boxNewsHome .titolo {
  font-size: 24px;
  color: #034684;
  font-weight: 700;
  line-height: 30px;
}

.boxNewsHome .testo {
  font-size: 13px;
  color: #807d7d;
  font-weight: 400;
  line-height: 19.5px;
}

.boxNewsHome .small {
  color: #17adee;
  font-size: 12px;
  font-weight: 600;
}

.btn {
  border-radius: 5px;
  background-color: #17adee;
  color: #fff;
  font-size: 9px;
  font-weight: 500;
}

.btn_operativo {
  font-size: 13px;
  display: block;
  margin-bottom: 20px;
}

.btn_operativo:hover {
  color: #034684;
}

.btn:disabled {
  background-color: #b2d9f8;
  color: #fff;
  cursor: not-allowed;
}

.tags-read {
  padding-bottom: 10px;
}

.badge-primary {
  background-color: #17adee;
}

.boxCircolariHome {
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 13px;
  width: 100%;
  /*max-width: 300px;*/
  min-width: 300px !important;
  min-height: 200px;
}

.boxCircolariHome .titolo {
  font-size: 24px;
  color: #034684;
  font-weight: 700;
  line-height: 30px;
}

.boxCircolariHome .small {
  color: #17adee;
  font-size: 12px;
  font-weight: 600;
}

.blue-box-partenze {
  padding: 15px 0 !important;
  font-size: 18px;
  display: flex;
  flex-direction: row;
  color: #fff;
  width: 100%;
  background: #034684;
  text-align: center;
}

.gray-box {
  padding: 15px 0 !important;
  display: flex;
  flex-direction: row;
  color: #034684;
  width: 100%;
  background: #d5d5d5;
  text-align: center;
}

.blue-box {
  max-height: 50px;
  padding: 15px 0 !important;
  display: flex;
  flex-direction: row;
  wrap: nowrap;
  color: #fff;
  width: 100%;
  background: #034684;
  text-align: center;
}

.blue-box > *,
.gray-box > * {
  text-align: center;
  padding: 2px 1px;
  width: 50%;
  height: 100%;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.sidebarBox {
  position: relative;
  background-color: #fcaf17;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 13px;
  width: 100%;
  /*max-width: 300px;*/
  min-width: 300px;
}

.indiciBox {
  /*
    background-image: url('../images/Texture Indici Gradiimento.png');
  */
  background-size: unset;
  background-color: #83be52;
}

.pressReview {
  /*
  background-image: url('../images/Texture Rassegna Stampa.png');
  background-size: unset;
  */
  background-color: #788796;
}

.press-date {
  font-size: 12px;
  font-weight: 600;
}

.circolareBox {
  /*
    background-image: url('../images/Texture Company Alert.png');
    background-size: unset;
  */
  background-color: #4693e0;
}

.notification-bubble {
  /* move it left and up */
  transform: translate(-50%, -55%);
  display: inline-block;
  background: red;
  line-height: 10px;
  font-size: 10px;
  padding: 3px 5px;
  color: #fff !important;
  border-radius: 100%;
  font-weight: 700;
}

.notification-bubble-empty {
  /* move it left and up */
  display: inline-block;
  background: red;
  line-height: 10px;
  padding: 3px 5px;
  color: #fff !important;
  border-radius: 100%;
  font-weight: 700;
  height: 15px;
  width: 15px;
}

.circolareBox .notification-bubble {
  /* move it left and up */
  transform: translate(-20%, -55%);
  display: inline-block;
  background: red;
  line-height: 10px;
  font-size: 10px;
  padding: 3px 5px;
  color: #fff !important;
  border-radius: 100%;
  font-weight: 700;
}

.sidebarBox .notification {
  background: red;
  padding: 5px 10px;
  color: #fff !important;
  border-radius: 100%;
  font-weight: 700;
}

.sidebarBox .sidebarBox-head {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 90px;
}

.sidebarBox .sidebarBox-head p {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  color: #fff;
  text-align: center;
}

.sidebarBox .sidebarBox-body {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #034684;
  text-align: left;
  padding: 10px 20px;
}

.sidebarBox .sidebarBox-body-list > div {
  border-top: solid 1px #d5d5d5;
  padding: 10px 0;
}

.sidebarBox .sidebarBox-body-list > div p {
  font-size: 14px;
  margin-bottom: 0px;
  text-wrap: wrap;
  width: 90%;
}

.sidebarBox .sidebarBox-body-list > div:first-child {
  border-top: none;
}

.sidebarBox .sidebarBox-head i {
  font-size: 45px;
  margin-right: 10px;
}

.sidebarBox .sidebarBox-head img {
  margin-right: 10px;
  width: 50px;
  height: 50px;
  object-fit: fill;
  color: #fff;
}

.sidebarBox .sidebarBox-body p {
  width: 100%;
  font-size: 13px;
  text-align: left;
  line-height: 22px;
  color: #034684;
}

.redBox {
  background-color: #fcaf17;
  background-image: url("../images/Texture Stato Partenze.png");
  background-size: unset;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 13px;
  width: 100%;
  /*max-width: 300px;*/
  min-width: 300px;
  min-height: 200px;
}

.sidebarBox-partenze {
  min-height: auto;
}

.redBox .redBox-body {
  font-weight: 600;
  line-height: 22px;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.redBox .redBox-body p {
  font-weight: 600;
  line-height: 22px;
  color: #fff;
  text-align: center;
}

.allegato {
  font-size: 18px;
}

.orari {
  font-size: 12px;
  font-weight: 500;
  color: #17adee;
}

.orari h2 {
  font-size: 15px;
  font-weight: 700;
  color: #17adee;
  text-transform: uppercase;
}

.orari h3 {
  font-size: 15px;
  font-weight: 700;
  color: #034684;
  text-transform: uppercase;
}

.orari .box {
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
}

.doc {
  font-size: 12px;
  font-weight: 500;
}

.doc h2 {
  font-size: 15px;
  font-weight: 700;
  color: #17adee;
}

.doc h3 {
  font-size: 15px;
  font-weight: 700;
  color: #034684;
}

.doc .box {
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
}

.doc a:hover {
  color: #17adee !important;
  text-decoration: underline;
}

.elenco {
  padding: 10px;
  margin-top: 20px;
  border-top: 3px solid #17adee;
}

.ticket {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.iconUser {
  margin: 0 20px;
}

.hideMobile {
  display: block;
  display: inline-block;
}

.form-control {
  display: inline-block;
}

.owl-carousel {
  background-color: #fff;
}

#carousel_1 .item {
  background-color: #fff;
  padding-bottom: 20px;
  color: #000;
}

#carousel_1 .item h2 {
  font-size: 20px;
  color: #000;
  padding: 15px 0 0px 0;
}

.owl-nav {
  position: absolute;
  top: 36%;
  width: 100%;
  font-size: 50px;
}

.owl-prev {
  float: left;
}

.owl-next {
  float: right;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
  color: #807d7d;
}

.owl-dots {
  margin-top: 10px;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 1200px) {
  .ticket {
    padding-bottom: 0;
    padding-top: 0;
    height: 800px;
  }
}

@media (max-width: 768px) {
  #sidebar {
    margin-left: -270px;
    /*margin-top:70px*/
  }

  #sidebar.active {
    margin-left: 0;
  }

  #sidebarCollapse {
    display: inline-block;
  }

  .wrap {
    margin-left: 0;
  }

  .content {
    margin: 0;
    padding: 20px;
  }

  ul.sideMenu ul {
    position: relative;
    left: 0px;
    width: 100%;
    margin: 0;
    padding: 0;
    display: none;
    top: 0;
  }

  .topMenu {
    line-height: 35px;
  }

  .ticket {
    padding-bottom: 0;
    padding-top: 0;
    height: 800px;
  }

  .iconUser {
    margin: 0 10px;
  }

  .hideMobile {
    display: none;
  }
}

.sidebar-header-title {
  color: #fff;
  font-weight: 600;
}

.sidebar-header-subtitle {
  color: #fff;
  font-weight: 200;
}

.btn-unselected {
  color: #fff;
}

.btn-unselected:hover {
  color: #fff;
}

.btn-unselected h3,
.btn-unselected:hover h3 {
  color: #fff;
}

.btn-selected,
.btn-selected:hover {
  background-color: #0069d9;
  color: #807d7d;
}

.btn-selected h3,
.btn-selected:hover h3 {
  color: #807d7d;
}

/* Reaction */
.reaction {
  color: #808080;
  border: 1px solid var(--primary-color);
  border-radius: 50px;
  padding: 1px 5px;
  background-color: transparent;
  min-width: 75px;
  max-height: 25px;
  text-wrap: nowrap;

  display: flex;
  align-items: center;
  justify-content: space-around;

  .v {
    height: 60%;
    width: 1px;
    background-color: var(--primary-color);
  }

  .btn-like,
  .btn-dislike {
    border-radius: 0;
    color: inherit;
    background-color: inherit;
    font-size: 14px;
    padding: 0 5px;
    outline: 0;
    outline-style: none;
    outline-width: 0;
    border: 0px solid transparent;
    cursor: pointer;
    text-wrap: nowrap;

    &:focus {
      outline: none;
    }
    &::-moz-focus-inner {
      border: 0;
    }

    &.reacted {
      color: var(--facebook-blue);
    }
  }
}

/* Gallery */

.gallery-card-wrapper {
  max-width: 240px;
  .gallery-card {
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    min-height: 135px;
    min-width: 240px;
    img {
      height: 135px;
      width: 240px;
      object-fit: cover;
      border-radius: 0;
    }
    .gallery-card-title {
      display: flex;
      justify-content: start;
      padding: 10px 5px 5px 20px;
      p {
        margin-bottom: 5px;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        font-weight: 700;
        color: var(--primary-color);
      }
    }
    &.gallery-card-el {
      background-color: transparent;
      padding: 0;
      .gallery-card-title {
        padding-left: 2px;
      }
      p {
        font-size: 10px;
        width: 70%;
      }
    }
  }
}

.row-fluid-list {
  & > :not(:last-child) {
    margin-right: 1rem;
  }
  & > * {
    margin-bottom: 1rem;
  }
}
