/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
@font-face {
  font-family: "AkkoPro-Light";
  src: url('../fonts/AkkoPro-Light.otf');
}
html, body {
  height: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
body {
  font-family: "AkkoPro-Light";
  font-size: 16px;
  line-height: 1.42857143;
  color: #5c6670;
  background-color: #fff;
}
a {
  color: #004d71;
}
a:hover {
  text-decoration: none;
  color: rgb(255, 80, 0);
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal;
}
h2 {
  font-size: 23px;
  margin: 0;
  margin-bottom: 25px;
}
ol, ul {
  list-style: none;
}
header .thumbnail:last-child {
  width: 33%;
}
header .thumbnail {
  width: 66.6668%;
}
header ul.language {
  float: right;
  margin: 40px 77px 0 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header ul.language li {
  float: left;
  margin-right: 10px;
}
header ul.language li a {
  color: #fff;
  font-size: 16px;
  transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  -webkit-transition: color .25s ease-in-out;
}
header ul.language li a:hover {
  color: #ff5000;
  text-decoration: none;
}
a img {
  border: none;
}
.claim {
  position: absolute;
  bottom: 0;
  font-weight: 800;
  font-style: italic;
  font-size: 23px;
  color: #fff;
  line-height: 26px;
  margin: 24px !important;
}
#wrapper {
  background-color: #5c6670;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#main {
  background-color: #fff;
  padding-top: 150px;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
header {
  width: 100%;
  height: 125px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(92, 102, 112, .0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header:hover {
  background: rgba(92, 102, 112, .8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header #bar {
  width: 100%;
  height: 30px;
  background-color: rgba(0, 0, 0, .9);
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
header #logo {
  float: left;
  margin: 0;
}
header #logo img {
  margin: 25px 0 0 25px;
  height: 54px;
  width: auto;
  font-size: 60px;
  color: white;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header #nav a {
  font-size: 16px;
  color: #fff;
  transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  -webkit-transition: color .25s ease-in-out;
}
header #nav a:hover {
  color: #ff5000;
  text-decoration: none;
}
header ul.nav {
  margin: 50px 0 0;
}
header ul.nav li {
  margin-right: 20px;
}
header.smaller {
  background: rgba(92, 102, 112, .8);
  height: 48px;
}
header.smaller #bar {
  height: 0;
}
header.smaller #logo img {
  margin: 6px 0 0 25px;
  height: 33px;
  width: auto;
}
header.smaller ul.nav {
  margin: 13px 0 0;
}
header.smaller ul.language {
  margin: 10px 77px 0;
}
header.smaller nav a {
  line-height: 75px;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
footer, footer a {
  color: #fff;
}
footer a:hover {
  text-decoration: underline;
  color: #fff;
}
.red {
  color: red;
}
.carousel {
  height: 100vh;
  height: 75%;
  overflow: hidden;
}
.carousel-item > img {
  width: 100%;
  margin-top: -14%;
}
.gallery {
  padding: 20px 0;
  background-color: #dadfe4;
  margin-bottom: 150px;
  box-shadow: 0 0 20px 0 #000;
  -webkit-box-shadow: 0 0 20px 0 #000;
  -moz-box-shadow: 0 0 20px 0 #000;
  z-index: 2;
  position: relative;
}
.gallery .container {
  padding: 0;
}
.thumbnail {
  display: inline-block;
  width: 33%;
  vertical-align: top;
}
.thumbnail.news {
  width: 100%;
}
.thumbnail > div {
  margin: 20px;
}
.thumbnail > div p {
  margin-bottom: 10px;
}
.thumbnail > div ul {
  margin: 0 0 20px;
  padding: 0;
}
.thumbnail > div ul li {
  margin-left: 10px;
}
.thumbnail > div ul li:before {
  content: '- ';
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
  margin-left: -10px;
}
.thumbnail > div ul li a {
  color: #004d71;
  font-weight: bold;
}
.thumbnail > div ul li a:hover {
  color: rgb(255, 80, 0);
  text-decoration: none;
}
a.fgot {
  margin: 6px 0 10px;
  color: rgb(255, 80, 0);
  float: left;
  font-size: 14px;
}
a.fgot:hover {
  text-decoration: none;
}
input[type="submit"].btn-block, a.reg, input[type="submit"].goButton {
  width: 50%;
  color: #fff;
  margin-bottom: 15px;
  cursor: pointer;
  background: /*url("../images/arrow_right_white.svg") right 5px center/15px 15px no-repeat*/ #ff5000;
  text-align: left;
  font-weight: 700;
  font-size: 15px;
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding-left: 12px;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .75);
  -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .75);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .75);
  padding-top: 0;
  padding-bottom: 0;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  transition: none;
}
select, .dati input, .dati textarea {
  font-size: 16px;
  padding: 8px;
  border: none;
  border-radius: 4px;
  color: #5c6670;
  margin-bottom: 19px;
  width: 100%;
}
a.reg {
  background-color: #2ea0bd;
}
input[type="submit"]:hover, a.reg:hover {
  /*background-image: url("../images/right_grey.svg");*/
  color: #333e48;
  text-decoration: none;
}
input[type=reset] {
  float: right;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus, .btn:active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-default {
  color: #fff;
  background-color: #ff5000;
  border-color: black;
}
.btn-default:hover {
  color: #ff5000;
  background-color: white;
  border-color: black;
}
.btn-block {
  display: block;
  width: 100%;
}
footer {
  background-color: #5c6670;
  padding: 40px 0 0;
  position: fixed;
  width: 100%;
  height: 150px;
  bottom: 0;
  z-index: 1;
  color: #fff;
}
footer p {
  margin: 0 0 15px;
}
@media (min-width: 320px) and (max-width: 767px) {
  header.smaller ul.language {
    margin: 40px 0 0;
  }
  header #bar {
    display: none;
  }
  header #logo img, header.smaller #logo img {
    margin: 15px 0 0 -36px;
    height: 40px;
    width: auto;
  }
  header .thumbnail, .carousel .thumbnail {
    display: inline-block;
    width: 33.3334%;
    vertical-align: top;
  }
  header ul.language {
    float: none;
    position: absolute;
    top: -15px;
    left: 30px;
  }
  .carousel {
    height: 246px;
  }
  .carousel-item > img {
    height: 100%;
    width: 100%;
    margin-top: 0;
  }
  .carousel .claim {
    margin: 0 0px 0 -36px !important;
    bottom: 20px;
  }
  .thumbnail {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .carousel {
    height: 33%;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .carousel {
    height: 33%;
  }
}
@media all and (max-width: 660px) {
  header #logo {
    display: block;
    float: none;
  }
  header nav {
    display: block;
    margin: 0 auto;
  }
  header nav a {
    margin: 0 10px;
  }
  header.smaller {
    height: 70px;
  }
  header.smaller #logo {
    height: 40px;
    line-height: 40px;
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}