/*!
 * Start Bootstrap - New Age v5.0.0 (https://startbootstrap.com/template-overviews/new-age)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-new-age/blob/master/LICENSE)
 */


/* Accessibility */
a:focus {
    outline: 3px solid #454545;
    z-index: 99999;
}
.access-keys{
    width:0;
    height:0;
    padding:0;
    margin:0
}
.access-keys li{
    display:inline
}
.access-keys li a,.access-keys li a:visited{
    display:block;
    position:absolute;
    left:-3000px;
    top:-2000px;
    width:0;
    height:0;
    z-index:200
}
.access-keys li a:focus{
    position:absolute;
    background-color:#000;
    color:#fff;
    display:block;
    font-size:1.3em;
    height:auto;
    width:auto;
    top:0;
    left:0;
    line-height:1.2em;
    padding:5px 8px;
    z-index:10000000;
    text-decoration:none
}

/*** Slider ***/
.slick-prev {
    left: 0!important;
}
.slick-next {
    right: 0!important;
}
.slick-prev, .slick-next {
    height: 100%!important;
    width: 10%!important;
    z-index: 999!important;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: 'Roboto', 'Helvetica', 'Arial', 'sans-serif';
}

a {
  color: #0E52A0;
  -webkit-transition: all .35s;
  transition: all .35s;
}

a:hover, a:focus {
  color: #fcbd20;
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
  border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}
.h2, h2 {
  margin-bottom: 2rem;
}
.h3, h3 {
    font-weight: 400!important;
    padding-top: 1rem;
    margin-bottom: .8rem;
}
p {
  /*font-size: 18px;*/
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: justify;
  text-justify: inter-word;
}

b, strong {
    font-weight: bold;
}

img {
  max-width: 100%;
}

ul {
  list-style-type: unset;
  padding-left: 1.2em;
  color: #0E52A0;
}

ul.navbar-nav.ml-auto.animated.fadeInDown {
  animation-delay: 2s;
}

li {
  font-size: 18px;
}

section {
  padding: 100px 0;
}

section h2 {
  font-size: 50px;
  color: #0E52A0;
}

.date {
    font-size: .7em;
    padding: 10px 0 5px 0;
}

/* #chi-sono {
    color: #fff;
} */

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 100%;
    border: 0;
}

#mainNav {
  /*border-color: rgba(34, 34, 34, 0.05);*/
  background-color: white;
  -webkit-transition: all .35s;
  transition: all .35s;
  font-family: 'Roboto', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
  border-bottom: 2px solid #0E52A0;
  box-shadow: 0px 0px 5px #777;
}

#mainNav .navbar-brand {
  color: #0E52A0;
  font-family: 'Roboto', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}

#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
  color: #fcbd20;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  padding: 8px 10px;
  color: #0E52A0;
}
.navbar-light .navbar-toggler {
    border-color: transparent;
    font-size: 22px!important;
    color: transparent!important;
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    color: #0E52A0;
}
button.navbar-toggler:focus {
    outline: none;
}
#mainNav .navbar-nav > li > a {
  font-size: 14px;
  font-family: 'Roboto', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 1px;
  /* text-transform: uppercase; */
}

#mainNav .navbar-nav > li > a.active {
  color: #0E52A0 !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li > a.active:hover {
  background-color: transparent;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
  color: #222222;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
  color: #0E52A0;
}

.masthead * img.hidden-sx {
  width: 406px;
}

.masthead * img.hidden-lg {
  padding-bottom: 3em;
}

.hidden-lg, .hidden-sx {
  display: none;
}
@media (min-width: 992px) {
  .hidden-sx {
    display: block;
  }
}
@media (max-width: 991px) {
  .hidden-lg {
    display: block;
  }
  ul.navbar-nav.ml-auto.animated.fadeInDown {
  animation-delay: 0s;
  }
  section {
    padding: 20px 0px;
  }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
  header.masthead .header-content h1, header.masthead .header-content h2 {
    font-size: 30px!important;
    margin-bottom: .5em!important;
  }
  #page-top > header > div > div > div.col-lg-7.my-auto > div > h1 > span:nth-child(1) {
      font-size: 50px!important;
  }
  #page-top > header > div > div > div.col-lg-7.my-auto > div > h1 > span:nth-child(3) {
      font-size: 33.5px!important;
  }
}

@media only screen 
and (min-device-width : 992px) 
and (max-device-width : 1200px) {
  header.masthead .header-content h1, header.masthead .header-content h2 {
    font-size: 35px!important;
    margin-bottom: .5em!important;
  }
  #page-top > header > div > div > div.col-lg-7.my-auto > div > h1 > span:nth-child(1) {
      font-size: 50px!important;
  }
  #page-top > header > div > div > div.col-lg-7.my-auto > div > h1 > span:nth-child(3) {
      font-size: 35px!important;
  }
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
    box-shadow: none;
  }
  #mainNav .navbar-brand {
    color: fade(white, 70%);
  }
  #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
    color: #000;
  }
  #mainNav .navbar-brand {
  /* color: transparent; */
  }
  #mainNav .navbar-nav > li > a,
  #mainNav .navbar-nav > li > a:focus {
    /*color: rgba(255, 255, 255, 0.7);*/
  }
  #mainNav .navbar-nav > li > a:hover,
  #mainNav .navbar-nav > li > a:focus:hover {
    color: #0E52A0;
  }
  #mainNav .navbar-nav > li:last-child > a {
    padding-right: 0;
  }
  #mainNav.navbar-shrink {
    /*border-color: rgba(34, 34, 34, 0.1);*/
    background-color: white;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #0E52A0;
    font-weight: 500;
  }
  #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
    color: #0E52A0;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a:hover,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
    color: #0E52A0;
  }
}

header.masthead {
  position: relative;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 100px;
  color: #000;
  background: none;
}

header.masthead .header-content {
  /*max-width: 500px;*/
  /*margin-bottom: 100px;*/
  /*text-align: center;*/
}

header.masthead .header-content h1,
header.masthead .header-content h2 {
  font-size: 30px;
}

header.masthead .device-container {
  max-width: 325px;
  margin-right: auto;
  margin-left: auto;
}

header.masthead .device-container .screen img {
  border-radius: 3px;
}

@media (min-width: 992px) {
  header.masthead {
    /*height: 100vh;
    min-height: 775px;
    padding-top: 0;*/
    padding-top: 200px;
    padding-bottom: 0;
  }
  header.masthead .header-content {
    margin-bottom: 0;
    text-align: left;
    margin-left: 0!important;
  }
  header.masthead .header-content h1,
  header.masthead .header-content h2 {
    font-size: 45px;
  }
  header.masthead .device-container {
    max-width: 325px;
  }
}

section.appuntamenti {
    background: aliceblue;
}

section.download {
  position: relative;
  padding: 150px 0;
}

section.download h2 {
  font-size: 50px;
  margin-top: 0;
}

section.download .badges .badge-link {
  display: block;
  margin-bottom: 25px;
}

section.download .badges .badge-link:last-child {
  margin-bottom: 0;
}

section.download .badges .badge-link img {
  height: 60px;
}

@media (min-width: 768px) {
  section.download .badges .badge-link {
    display: inline-block;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  section.download h2 {
    font-size: 70px;
  }
}

section.features .section-heading {
  margin-bottom: 100px;
}

section.features .section-heading h2 {
  margin-top: 0;
}

section.features .section-heading p {
  margin-bottom: 0;
}

section.features .device-container,
section.features .feature-item {
  max-width: 325px;
  margin: 0 auto;
}

section.features .device-container {
  margin-bottom: 100px;
}

@media (min-width: 992px) {
  section.features .device-container {
    margin-bottom: 0;
  }
}
section.features.gallery .feature-item {
    padding-top: 0;
    padding-bottom: 50px;
    /*text-align: center;*/
}

section.features .feature-item {
  padding-top: 50px;
  padding-bottom: 50px;
  /*text-align: center;*/
}

section.features .feature-item h3 {
  font-size: 30px;
}

section.features .feature-item i {
  font-size: 80px;
  display: block;
  margin-bottom: 15px;
  /*background: -webkit-gradient(linear, right top, left top, from(#7b4397), to(#dc2430));
  background: linear-gradient(to left, #7b4397, #dc2430);*/
  background-color: #0E52A0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.cta {
  position: relative;
  padding: 250px 0;
  background-image: url("../img/bg-cta.jpg");
  background-position: center;
  background-size: cover;
}

section.cta .cta-content {
  position: relative;
  z-index: 1;
}

section.cta .cta-content h2 {
  font-size: 50px;
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 25px;
  color: white;
}

@media (min-width: 768px) {
  section.cta .cta-content h2 {
    font-size: 80px;
  }
}

section.cta .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

section.contact {
  text-align: center;
}

section.contact h2 {
  margin-top: 0;
  margin-bottom: 25px;
}

section.contact h2 i {
  color: #dd4b39;
}

section.contact ul.list-social {
  margin-bottom: 0;
}

section.contact ul.list-social li a {
  font-size: 1em;
  line-height: 2.3em;
  display: block;
  width: 2.3em;
  height: 2.3em;
  color: white;
  border-radius: 100%;
}

section.contact ul.list-social li.social-twitter a {
  background-color: #1da1f2;
}

section.contact ul.list-social li.social-twitter a:hover {
  background-color: #0d95e8;
}

section.contact ul.list-social li.social-instagram a {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

section.contact ul.list-social li.social-instagram a:hover {
  background-color: #0d95e8;
}

section.contact ul.list-social li.social-facebook a {
  background-color: #3b5998;
}

section.contact ul.list-social li.social-facebook a:hover {
  background-color: #344e86;
}

section.contact ul.list-social li.social-linkedin a {
  background-color: #0077B5;
}

section.contact ul.list-social li.social-linkedin a:hover {
  background-color: #d73925;
}

footer {
  padding: 25px 0;
  text-align: center;
  color: #fff;
  background-color: #0E52A0;
}

footer p {
  font-size: 12px;
  margin: 0;
  text-align: center;
}

footer ul {
  margin-bottom: 0;
}

footer ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}

footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
  text-decoration: none;
}

.bg-primary {
  background: #0E52A0;
  background: -webkit-gradient(linear, left top, left bottom, from(#0E52A0), to(#539EE0));
  background: linear-gradient(#0E52A0, #539EE0);
}

.text-primary {
  color: #0E52A0;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.btn-outline {
  color: #000;
  border: 1px solid;
  border-color: #000;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: white;
  border-color: #0E52A0;
  background-color: #0E52A0;
}

.btn {
  border-radius: 5px;
  font-family: 'Roboto', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-xl {
  font-size: 11px;
  padding: 15px 45px;
}
