﻿/*COLOR*/
/*COLOR GRADIENT*/
/*FONT SIZE*/
/* Common */
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body, html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #777;
  width: 100% !important;
  height: 100% !important;
  font-family: "Poppins-Regular" !important;
}

p {
  font-size: 15px;
}

a:hover, a:focus {
  text-decoration: none;
}

a.col-link:hover, a.col-link:focus {
  color: #001F4B !important;
}

ul, ol {
  list-style: none;
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
}

.btn-brand-color {
  background: #001f4b;
  background: linear-gradient(180deg, #001f4b 0%, #004388 60%);
  border-color: #004388;
}
.btn-brand-color:hover, .btn-brand-color:focus, .btn-brand-color:visited, .btn-brand-color:active, .btn-brand-color:active:focus {
  background: #001f4b;
  background: linear-gradient(180deg, #001f4b 0%, #004388 60%);
  border-color: #004388;
}

.margin-right-5 {
  margin-right: 5px;
}

.margin-right-8 {
  margin-right: 8px;
}

h1 {
  margin: 0 0 20px 0;
  font-weight: 600;
  font-size: 36px;
  color: #333;
}

h2 {
  margin: 0 0 20px 0;
  font-weight: 600;
  font-size: 30px;
  color: #333;
}

h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

h4 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}

h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}

.page-title::after {
  content: "";
  width: 100px;
  height: 4px;
  background-color: #004388;
  position: absolute;
  top: 40px;
  left: 15px;
}

.page-title.location::after {
  left: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

/* Navigation */
.navbar-top {
  width: 100%;
  background-color: #001F4B;
}

.navbar .header-contacts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
  color: white;
}
.navbar .header-contacts a {
  color: white;
}

#menu {
  transition: unset;
  padding: 0;
}

.logo {
  max-height: 65px;
  position: absolute;
  top: 10px;
  left: 0;
}

.logo-small {
  max-height: 65px;
  position: absolute;
  top: 10px;
  left: 0;
  display: none;
}

#menu.navbar-default {
  background-color: #fff;
  border-color: rgba(231, 231, 231, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

#menu a.navbar-Event Name {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a:after,
.navbar-default .navbar-nav > .active > a:hover:after,
.navbar-default .navbar-nav > .active > a:focus:after {
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -1px !important;
  width: 100% !important;
  height: 2px !important;
  background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%) !important;
  content: "" !important;
  transition: width 0.2s !important;
}

.navbar-default .navbar-nav > .active > a:after,
.navbar-default .navbar-nav > .active > a:hover:after,
.navbar-default .navbar-nav > .active > a:focus:after {
  background: #004388 !important;
}

.navbar-toggle {
  border-radius: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
  border-color: #608dfd;
}

.navbar-default .navbar-toggle:hover > .icon-bar {
  background-color: #608dfd;
}

.section-title {
  margin-bottom: 70px;
}

.section-title h2 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.section-title h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}

.section-title p {
  font-size: 18px;
}

.btn-custom {
  text-transform: uppercase;
  color: #fff;
  background-color: #5ca9fb;
  background-image: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
  padding: 14px 34px;
  letter-spacing: 1px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  border-radius: 25px;
  transition: all 0.5s linear;
  border: 0;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
  color: #fff;
  background-image: none;
  background-color: #6372ff;
}

.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: none;
}

.navbar-container {
  padding: 25px 0;
  position: relative;
}

#menu.navbar-default {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.navbar {
  border: none;
  margin-bottom: 0;
}

.navbar-header {
  width: 100%;
}

#menu.navbar-default .navbar-nav > li > a {
  padding: 8px 0;
  border-radius: 0;
  margin: 0 13px;
  text-transform: none;
  color: #000;
  font-size: 18px;
}

#menu.navbar-default .navbar-nav > li > a:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: #004388;
  content: "";
  transition: width 0.2s;
}

#menu.navbar-default .navbar-nav > li > a:hover:after {
  width: 100%;
}

#menu.navbar-default .navbar-nav > li.active > a,
#menu.navbar-default .navbar-nav > li > a:hover {
  color: #004388;
}

.navbar-default .navbar-toggle {
  color: #004388;
  border: 2px solid #004388;
  border-radius: 3px;
}

.navbar-default .navbar-toggle .icon-bar {
  border-color: #004388;
  background-color: #004388;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  border-color: #004388;
}

.navbar-default .navbar-toggle:hover > .icon-bar {
  background-color: #004388;
}

.navbar-evt-date span {
  display: block;
  text-align: center;
}

/* HEADER */
.header-internal {
  max-height: 400px;
  text-align: center;
  background: linear-gradient(180deg, #DDDDDD 88.6%, #FF6900 11.4%);
}
.header-internal img {
  max-height: 400px;
  max-width: 100%;
}

/* PAGE CONTENT */
/*.main img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}*/
/*.main {
    height: calc( 100vh - 236px );
    text-align: center;
    background-color: #e0e0e0;
}*/
.event-slide {
  height: 100px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.event-time {
  width: 100px;
  height: 100px;
  background: #001f4b;
  background: linear-gradient(180deg, #001f4b 0%, #004388 60%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: white;
  line-height: initial;
  padding: 0 10px;
}

.event-description {
  height: 100px;
  width: calc(100% - 100px);
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.event-description p {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0;
}

p.dress-code {
  font-size: 20px;
  font-weight: 600;
}

.row.title, .row.event-content {
  margin-top: 50px;
  margin-bottom: 50px;
}

h2.date {
  padding-bottom: 20px;
}

h2.location {
  padding-bottom: 20px;
}

.palacongressi-list i {
  color: #004388;
}

.address {
  font-size: 16px;
}
.address h4 {
  margin-bottom: 3px;
}
.address h4 a {
  color: inherit;
  text-decoration: underline;
}
.address p {
  margin: 5px 0;
  /*a {
      color: inherit;
      text-decoration: underline;
  }*/
}

.in-auto, .in-treno {
  margin: 20px 0;
}
.in-auto h4, .in-treno h4 {
  margin-bottom: 5px;
}

h3.how-to-arrive {
  color: white;
  background-color: #004388;
  padding: 2px 8px;
  width: max-content;
  margin: 20px 0;
}
h3.how-to-arrive i {
  font-size: 15px;
  transform: translateY(-2px);
}

.map-container {
  padding: 10px 0 40px 0;
}

#map {
  width: 100%;
  height: 500px;
  border: 3px solid #004388;
}

h4.hotel-name {
  font-size: 17px;
  margin: 5px 0 10px 0;
  text-align: center;
}

.hotel-card {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.hotel-card p {
  text-align: center;
  font-size: 14px;
  color: #666;
}

#hotel-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.login {
  margin-bottom: 50px;
}

.location-info,
.location-map {
  margin-bottom: 50px;
}

.row.select-city {
  margin-bottom: 20px;
}

.hotel-info, .hotel-image {
  margin: 20px 0;
}

.hotel-image img {
  width: 100%;
  height: auto;
}

.map-icon {
  font-size: 20px;
  margin-right: 7px;
}

/* FOOTER */
.footer {
  color: white !important;
  height: 90px;
  font-size: 16px;
  padding: 20px;
  background-color: #004388;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer span {
  display: block;
}

.footer-info {
  float: left;
}

.footer-contacts {
  float: right;
}

.footer-title {
  font-size: 20px;
  font-weight: bold;
}

/*SWIPER JS SLIDER*/
.swiper {
  width: 100%;
  height: calc(100vh - 87px);
}

.swiper-slide {
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}

.slider-title {
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 2;
}
.slider-title h1 {
  color: white;
  font-size: 55px;
  font-weight: 800;
  text-shadow: 3px 4px 7px rgba(81, 67, 21, 0.8);
}
.slider-title h2 {
  color: white;
  text-shadow: 3px 4px 7px rgba(81, 67, 21, 0.8);
}

.slide-1 {
  background-image: url("../img/home-slider/home-slider-1.jpg");
}

.slide-2 {
  background-image: url("../img/home-slider/home-slider-2.jpg");
}

.slide-3 {
  background-image: url("../img/home-slider/home-slider-3.jpg");
}

/*.slide-4 {
    background-image: url('../img/home-slider/home-slider-4.jpg');
}*/
/* Photo Swipe */
main.gallery-main {
  min-height: calc(100vh - 177px);
}

.my-gallery {
  width: 100%;
  /*float: left;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.my-gallery img {
  width: 100%;
  height: auto;
}

.my-gallery figure {
  display: block;
  /*float: left;*/
  margin: 0 15px 15px 0;
  width: 200px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.my-gallery figcaption {
  display: none;
}

/* Media Query */
@media (min-width: 768px) and (max-width: 991.5px) {
  .logo {
    display: none;
  }

  .logo-small {
    display: block;
  }
}
@media (max-width: 767.5px) {
  .main {
    height: calc(100vh - 171.2px);
  }

  .slider-title {
    top: 80px;
    left: 15px;
  }
  .slider-title h1 {
    font-size: 45px;
  }
  .slider-title h2 {
    font-size: 30px;
  }

  .header-contacts {
    display: none !important;
  }

  .navbar-container {
    padding: 15px 0;
  }

  .logo {
    max-height: 55px;
    top: 13px;
    left: 20px;
  }

  #menu.navbar-default .navbar-nav > li {
    padding-right: 30px;
  }

  #menu.navbar-default .navbar-nav > li > a {
    margin: 10px 0 0 30px;
  }

  header {
    overflow: hidden;
  }

  .map-container {
    padding: 10px 20px 20px 20px;
  }

  .container > .navbar-collapse {
    padding: 0 20px;
  }

  .footer-info {
    float: none;
    text-align: center;
    font-size: 0.8em;
  }

  .swiper {
    height: 75vh;
  }
}
@media (max-width: 660px) {
  .slider-title h1 {
    font-size: 35px;
  }
  .slider-title h2 {
    font-size: 22px;
  }

  .header-contacts {
    display: none !important;
  }

  #hotel-container {
    flex-direction: column;
  }

  .map-container {
    padding: 20px;
  }

  img.hotel-img {
    display: none;
  }

  .hotel-col {
    width: 80%;
  }

  .swiper {
    height: calc(100vh - 171px);
  }
}
@media (max-width: 380.5px) {
  .logo {
    display: none;
  }

  .logo-small {
    display: block;
    max-height: 55px;
    top: 13px;
    left: 20px;
  }

  .slider-title {
    left: 0;
    width: 100%;
    text-align: center;
  }
  .slider-title h1 {
    font-size: 30px;
  }
  .slider-title h2 {
    font-size: 20px;
  }

  .event-slide {
    height: 125px;
  }

  .event-time {
    height: 125px;
  }

  .event-description {
    height: 125px;
  }
}
