@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,900italic,900,800italic,800,700italic,700,600italic,600,500italic,500,400italic,300italic,300,200italic,200,100italic,100);
@import url('https://fonts.googleapis.com/css?family=Ubuntu|Vollkorn');
@import "../stili-templates/stile-header-4.less";
@import "../stili-templates/stile-anclsu.less";
@import "../stili-templates/stile-view-ancl.less";
@import "../stili-templates/stile-webpages.less";
@import "../stili-templates/stile-news.less";
@import "../stili-templates/stile-viewnews.less";
@import "../stili-templates/stile-multimedia.less";
html,
body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
img {
  border: 0;
}
a {
  text-decoration: none;
  list-style-type: none;
}
:focus {
  outline: 0;
}
body,
body * {
  font-family: 'Vollkorn', serif;
}
a:hover {
  color: #d9b310;
}
html,
body {
  height: 100%;
  position: relative;
}
body {
  background-color: #ffffff;
  color: #000;
  font-size: 15px;
}
* {
  box-sizing: border-box;
}
*::selection {
  background: #0b3c5d;
}
input {
  border: none;
  outline: 1px solid rgba(0,0,0,0.12);
  padding: 5px;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #000;
}
input:focus,
input:-webkit-autofill:focus {
  outline: 1px solid rgba(0,0,0,0.12);
  border: none;
  -webkit-box-shadow: inset 0 0 0px 9999px white, 0 0 8px #f5f5f5;
  -webkit-text-fill-color: #000;
}
ul {
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  color: #000;
  display: block;
}
#header-1 .container {
  background-color: #ffffff;
  width: 100%;
  text-align: center;
}
#header-1 .container .top {
  display: block;
  height: 100px;
}
#header-1 .container .top .social,
#header-1 .container .top .logo,
#header-1 .container .top .contacts {
  display: inline-block;
  width: 33%;
  position: relative;
  height: 100%;
  vertical-align: middle;
}
#header-1 .container .top .social ul {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: left;
  padding: 5px;
}
#header-1 .container .top .social ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
}
#header-1 .container .bot .social ul li i {
  color: white;
}
#header-1 .container .top .logo {
  text-align: center;
}
#header-1 .container .top .logo a {
  display: inline-block;
  line-height: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header-1 .container .top .logo a img {
  width: 250px;
}
#header-1 .container .top .contacts ul {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: right;
  padding: 5px;
}
#header-1 .container .top .contacts ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
}
#header-1 .container .top .contacts ul li a {
  font-family: 'Ubuntu', sans-serif;
}
#header-1 .container .top .contacts ul li i {
  margin-right: 5px;
}
#header-1 .container .bot {
  background-color: #0b3c5d;
}
#header-1 .container .bot .menu {
  display: inline-block;
  width: 100%;
  position: relative;
  vertical-align: middle;
  background-color: #0b3c5d;
}
#header-1 .container .bot .menu > ul {
  width: 100%;
  text-align: center;
}
#header-1 .container .bot .menu > ul > li {
  display: inline-block;
  vertical-align: middle;
  padding: 8px 16px;
  position: relative;
}
#header-1 .container .bot .menu > ul > li > a {
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  color: white;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
}
#header-1 .container .bot .menu > ul > li > a:hover {
  color: #d9b310;
}
#header-1 .container .bot .sub-menu > ul > li {
  padding: 6px 20px;
}
#header-1 .container .bot .sub-menu > ul > li a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  font-family: 'Ubuntu', sans-serif;
  color: white;
}
#header-1 .container .bot .sub-menu > ul > li a:hover {
  color: #d9b310;
}
@media screen and (min-width: 801px) {
  #header-1 .container .bot .menu > ul > li .sub-menu {
    position: absolute;
    background-color: #0b3c5d;
    width: 350%;
    left: -9999px;
    top: 200%;
    z-index: 9999;
    font-size: 13px;
    opacity: 0;
    text-align: left;
    -webkit-transition: top 0.2s ease, opacity 0.2s ease-in, left 0.0s ease;
    -moz-transition: top 0.2s ease, opacity 0.2s ease-in, left 0.0s ease;
    -ms-transition: top 0.2s ease, opacity 0.2s ease-in, left 0.0s ease;
    -o-transition: top 0.2s ease, opacity 0.2s ease-in, left 0.0s ease;
  }
  #header-1 .container .bot .menu > ul > li:hover .sub-menu {
    top: 100%;
    left: 0%;
    opacity: 1;
  }
  #header-1 .container .bot .sub-menu > ul > li:hover > a {
    transform: translateX(-4px);
  }
  #header-1 .container .bot .sub-menu > ul > li a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    color: white;
    font-family: 'Ubuntu', sans-serif;
  }
  #header-1 .container .bot .menu i.fa-chevron-right {
    display: none;
  }
  #header-1 .curtain {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  #header-1 {
    padding-bottom: 45px;
  }
  #header-1 .container .top {
    height: auto;
  }
  #header-1 .container .bot {
    height: 100%;
    overflow-y: scroll;
  }
  #header-1 .container {
    position: fixed;
    height: 100%;
    width: 80%;
    top: 0;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    z-index: 1000;
  }
  #header-1 .container.opened {
    left: 0%;
  }
  #header-1 .container.closed {
    left: -100%;
  }
  #header-1 .container .top .social,
  #header-1 .container .top .logo,
  #header-1 .container .top .contacts {
    width: 100%;
  }
  #header-1 .container .top .social ul {
    position: initial;
    text-align: center;
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
  }
  #header-1 .container .top .logo {
    text-align: center;
  }
  #header-1 .container .top .logo a {
    position: initial;
    display: block;
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
  }
  #header-1 .container .top .contacts ul {
    position: initial;
    text-align: center;
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
  }
  #header-1 .container .bot .menu > ul {
    text-align: left;
  }
  #header-1 .container .bot .menu > ul > li {
    width: 100%;
    overflow: hidden;
  }
  #header-1 .container .bot .menu > ul > li .sub-menu {
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    text-align: left;
  }
  #header-1 .container .bot .menu > ul >li.opened .sub-menu {
    max-height: 500px;
  }
  #header-1 .container .bot .menu > ul > li.closed .sub-menu {
    max-height: 0;
  }
  #header-1 .container .bot .menu > ul > li > a {
    width: 80%;
    display: inline-block;
    vertical-align: middle;
    color: white;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
  }
  #header-1 .container .bot .menu > ul > li > i {
    width: 18%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: white;
  }
  #header-1 .curtain {
    height: auto;
    width: 100%;
    background-color: #ffffff;
    position: fixed;
    text-align: right;
    z-index: 10;
  }
  #header-1 .curtain i.fa-bars {
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
  }
  #header-1 .curtain.opened i.fa-bars {
    background-color: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    font-size: 0;
  }
  #header-1 .curtain.closed i.fa-bars {
    position: initial;
    font-size: 35px;
    padding: 5px;
  }
}
#header-2 .container {
  background-color: #ffffff;
  width: 100%;
  text-align: center;
}
#header-2 .container .top {
  display: block;
  height: 100px;
}
#header-2 .container .top .logo,
#header-2 .container .top .contacts {
  display: inline-block;
  width: 49%;
  position: relative;
  height: 100%;
  vertical-align: middle;
}
#header-2 .container .top .logo {
  text-align: left;
}
#header-2 .container .top .logo a {
  display: inline-block;
  line-height: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header-2 .container .top .logo a img {
  width: 250px;
}
#header-2 .container .top .contacts ul {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: right;
  padding: 5px;
}
#header-2 .container .top .contacts ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
}
#header-2 .container .top .contacts ul li i {
  margin-right: 5px;
}
#header-2 .container .top .contacts ul li a {
  font-family: 'Ubuntu', sans-serif;
}
#header-2 .container .bot {
  background-color: rgba(0,0,0,0.03);
  text-align: center;
  background-color: #0b3c5d;
}
#header-2 .container .bot .menu {
  display: inline-block;
  width: 70%;
  position: relative;
  vertical-align: middle;
}
#header-2 .container .bot .menu > ul {
  width: 100%;
  text-align: left;
}
#header-2 .container .bot .menu > ul > li {
  display: inline-block;
  vertical-align: middle;
  padding: 8px 16px;
  position: relative;
}
#header-2 .container .bot .menu > ul > li > a {
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  font-weight: 500;
  color: rgba(0,0,0,0.7);
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  color: white;
}
#header-2 .container .bot .menu > ul > li > a:hover {
  color: #d9b310;
}
#header-2 .container .bot .sub-menu > ul > li {
  padding: 6px 20px;
}
#header-2 .container .bot .sub-menu > ul > li a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  color: rgba(0,0,0,0.7);
  font-family: 'Ubuntu', sans-serif;
}
#header-2 .container .bot .menu > ul > li .sub-menu {
  position: absolute;
  background-color: #0b3c5d;
  width: 350%;
  left: -9999px;
  top: 200%;
  z-index: 9999;
  font-size: 13px;
  opacity: 0;
  text-align: left;
  -webkit-transition: ;
  -moz-transition: ;
  -ms-transition: ;
  -o-transition: ;
}
#header-2 .container .bot .menu > ul > li:hover .sub-menu {
  top: 100%;
  left: 0%;
  opacity: 1;
}
#header-2 .container .bot .sub-menu > ul > li:hover > a {
  transform: translateX(-4px);
}
#header-2 .container .bot .sub-menu > ul > li a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  color: white;
}
#header-2 .container .bot .sub-menu > ul > li a:hover {
  color: #d9b310;
}
#header-2 .container .bot .menu i.fa-chevron-right {
  display: none;
}
#header-2 .curtain {
  display: none;
}
#header-2 .container .bot .social {
  width: 29%;
  display: inline-block;
  position: relative;
  height: 100%;
  vertical-align: middle;
}
#header-2 .container .bot .social ul {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: right;
  padding: 5px;
}
#header-2 .container .bot .social ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
}
#header-2 .container .bot .social ul li i {
  color: white;
}
#header-2 .container .bot .social ul li i:hover {
  color: #d9b310;
}
@media screen and (min-width: 801px) {
  #header-2 {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  #header-2 {
    display: none;
  }
}
#header-3 .container {
  background-color: #0b3c5d;
  width: 100%;
  text-align: center;
}
#header-3 .container .top {
  display: block;
  height: 100px;
  text-align: center;
  padding: 5px;
}
#header-3 .container .top .logo {
  display: inline-block;
  width: 29%;
  position: relative;
  height: 100%;
  vertical-align: middle;
}
#header-3 .container .top .logo {
  text-align: left;
}
#header-3 .container .top .logo a {
  display: inline-block;
  line-height: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header-3 .container .top .logo a img {
  width: 250px;
}
#header-3 .container .top .menu {
  display: inline-block;
  width: 70%;
  position: relative;
  vertical-align: middle;
}
#header-3 .container .top .menu > ul {
  width: 100%;
  text-align: right;
}
#header-3 .container .top .menu > ul > li {
  display: inline-block;
  vertical-align: middle;
  padding: 8px 16px;
  position: relative;
}
#header-3 .container .top .menu > ul > li > a {
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  font-weight: 500;
  font-family: 'Ubuntu', sans-serif;
  color: white;
}
#header-3 .container .top .menu > ul > li > a:hover {
  color: #d9b310;
}
#header-3 .container .top .sub-menu > ul > li {
  padding: 6px 20px;
}
#header-3 .container .top .sub-menu > ul > li a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  font-family: 'Ubuntu', sans-serif;
  color: white;
}
#header-3 .container .top .sub-menu > ul > li a:hover {
  color: #d9b310;
}
#header-3 .container .top .menu > ul > li .sub-menu {
  position: absolute;
  background-color: #0b3c5d;
  width: 350%;
  left: -9999px;
  top: 200%;
  z-index: 9999;
  font-size: 13px;
  opacity: 0;
  text-align: left;
  -webkit-transition: ;
  -moz-transition: ;
  -ms-transition: ;
  -o-transition: ;
}
#header-3 .container .top .menu > ul > li:hover .sub-menu {
  top: 100%;
  left: 0%;
  opacity: 1;
}
#header-3 .container .bot .sub-menu > ul > li:hover > a {
  transform: translateX(-4px);
}
#header-3 .container .bot .sub-menu > ul > li a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  color: rgba(0,0,0,0.7);
}
#header-3 .container .top .menu i.fa-chevron-right {
  display: none;
}
#header-3 .curtain {
  display: none;
}
#header-3 .container .bot .social {
  width: 29%;
  display: inline-block;
  position: relative;
  height: 100%;
  vertical-align: middle;
}
#header-3 .container .bot .social ul {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: right;
  padding: 5px;
}
#header-3 .container .bot .social ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
}
#header-3 .container .bot .social ul li i {
  color: #000;
}
@media screen and (min-width: 801px) {
  #header-3 {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  #header-3 {
    display: none;
  }
}
#header-4 .container {
  background-color: #ffffff;
  width: 100%;
  text-align: center;
}
#header-4 .container .top {
  display: block;
  height: 100px;
}
#header-4 .container .top .logo,
#header-4 .container .top .contacts {
  display: inline-block;
  width: 49%;
  position: relative;
  height: 100%;
  vertical-align: middle;
}
#header-4 .container .top .logo {
  text-align: left;
}
#header-4 .container .top .logo a {
  display: inline-block;
  line-height: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header-4 .container .top .logo a img {
  width: 250px;
}
#header-4 .container .top .contacts ul {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: right;
  padding: 5px;
}
#header-4 .container .top .contacts ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
}
#header-4 .container .top .contacts ul li i {
  margin-right: 5px;
}
#header-4 .container .top .contacts ul li a {
  font-family: 'Ubuntu', sans-serif;
}
#header-4 .container .bot {
  background-color: #0b3c5d;
  text-align: center;
  padding: 5px;
}
#header-4 .container .bot .menu {
  display: inline-block;
  width: 70%;
  position: relative;
  vertical-align: middle;
}
#header-4 .container .bot .menu > ul {
  width: 100%;
  text-align: left;
}
#header-4 .container .bot .menu > ul > li {
  display: inline-block;
  vertical-align: middle;
  padding: 8px 16px;
  position: relative;
}
#header-4 .container .bot .menu > ul > li > a {
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  font-weight: 500;
  font-family: 'Ubuntu', sans-serif;
  color: white;
}
#header-4 .container .bot .menu > ul > li > a:hover {
  color: #d9b310;
}
#header-4 .container .bot .sub-menu > ul > li {
  padding: 6px 20px;
}
#header-4 .container .bot .sub-menu > ul > li a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  font-family: 'Ubuntu', sans-serif;
  color: white;
}
#header-4 .container .bot .sub-menu > ul > li a:hover {
  color: #d9b310;
}
#header-4 .container .bot .menu > ul > li .sub-menu {
  position: absolute;
  background-color: #0b3c5d;
  width: 350%;
  left: -9999px;
  top: 200%;
  z-index: 9999;
  font-size: 13px;
  opacity: 0;
  text-align: left;
  -webkit-transition: ;
  -moz-transition: ;
  -ms-transition: ;
  -o-transition: ;
}
#header-4 .container .bot .menu > ul > li:hover .sub-menu {
  top: 100%;
  left: 0%;
  opacity: 1;
}
#header-4 .container .bot .sub-menu > ul > li:hover > a {
  transform: translateX(-4px);
}
#header-4 .container .bot .sub-menu > ul > li a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  font-family: 'Ubuntu', sans-serif;
  color: white;
}
#header-4 .container .bot .sub-menu > ul > li a:hover {
  color: #d9b310;
}
#header-4 .container .bot .menu i.fa-chevron-right {
  display: none;
}
#header-4 .curtain {
  display: none;
}
#header-4 .container .bot .social {
  width: 29%;
  display: inline-block;
  position: relative;
  height: 100%;
  vertical-align: middle;
}
#header-4 .container .bot .social ul {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: right;
  padding: 5px;
}
#header-4 .container .bot .social ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
}
#header-4 .container .bot .social ul li i {
  color: white;
}
#header-4 .container .bot .social ul li i:hover {
  color: #d9b310;
}
@media screen and (min-width: 801px) {
  #header-4 {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  #header-4 {
    display: none;
  }
}
#header-5 .container {
  background-color: #ffffff;
  width: 100%;
  text-align: center;
}
#header-5 .container .bot {
  display: block;
  height: 100px;
  text-align: center;
  padding: 5px;
}
#header-5 .container .bot .logo {
  display: inline-block;
  width: 29%;
  position: relative;
  height: 100%;
  vertical-align: middle;
}
#header-5 .container .bot .logo {
  text-align: left;
}
#header-5 .container .bot .logo a {
  display: inline-block;
  line-height: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header-5 .container .bot .logo a img {
  width: 250px;
}
#header-5 .container .bot .menu {
  display: inline-block;
  width: 70%;
  position: relative;
  vertical-align: middle;
}
#header-5 .container .bot .menu > ul {
  width: 100%;
  text-align: right;
}
#header-5 .container .bot .menu > ul > li {
  display: inline-block;
  vertical-align: middle;
  padding: 8px 16px;
  position: relative;
}
#header-5 .container .bot .menu > ul > li > a {
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  font-weight: 500;
  color: rgba(0,0,0,0.7);
  font-family: 'Ubuntu', sans-serif;
}
#header-5 .container .bot .menu > ul > li > a:hover {
  color: #d9b310;
}
#header-5 .container .bot .sub-menu > ul > li {
  padding: 6px 20px;
}
#header-5 .container .bot .sub-menu > ul > li a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  color: rgba(0,0,0,0.7);
  font-family: 'Ubuntu', sans-serif;
}
#header-5 .container .bot .sub-menu > ul > li a:hover {
  color: #d9b310;
}
#header-5 .container .bot .menu > ul > li .sub-menu {
  position: absolute;
  background-color: #ffffff;
  width: 350%;
  left: -9999px;
  top: 200%;
  z-index: 9999;
  font-size: 13px;
  opacity: 0;
  text-align: left;
  -webkit-transition: ;
  -moz-transition: ;
  -ms-transition: ;
  -o-transition: ;
}
#header-5 .container .bot .menu > ul > li:hover .sub-menu {
  top: 100%;
  left: 0%;
  opacity: 1;
}
#header-5 .container .bot .sub-menu > ul > li:hover > a {
  transform: translateX(-4px);
}
#header-5 .container .bot .sub-menu > ul > li a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  color: rgba(0,0,0,0.7);
}
#header-5 .container .bot .menu i.fa-chevron-right {
  display: none;
}
#header-5 .curtain {
  display: none;
}
#header-5 .container .top {
  background-color: #f5f5f5;
  text-align: center;
  padding: 15px;
}
#header-5 .container .top .contacts {
  display: inline-block;
  width: 49.5%;
  position: relative;
  height: 100%;
  vertical-align: middle;
}
#header-5 .container .top .contacts ul {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: left;
  padding: 5px;
}
#header-5 .container .top .contacts ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
}
#header-5 .container .top .contacts ul li:hover a {
  color: #d9b310;
}
#header-5 .container .top .contacts ul li:hover i {
  color: #d9b310;
}
#header-5 .container .top .contacts ul li i,
#header-5 .container .top .contacts ul li a {
  color: #333;
  padding: 0 5px;
}
#header-5 .container .top .contacts ul li a {
  font-family: 'Ubuntu', sans-serif;
}
#header-5 .container .top .social {
  width: 49.5%;
  display: inline-block;
  position: relative;
  height: 100%;
  vertical-align: middle;
}
#header-5 .container .top .social ul {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: right;
  padding: 5px;
}
#header-5 .container .top .social ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
}
#header-5 .container .top .social ul li i {
  color: #333;
}
#header-5 .container .top .social ul li i:hover {
  color: #d9b310;
}
@media screen and (min-width: 801px) {
  #header-5 {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  #header-5 {
    display: none;
  }
}
#player-1 .slider {
  height: 600px;
  width: 100%;
}
#player-1 .description {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: #333;
  font-family: 'Ubuntu', sans-serif;
  color: white;
}
#player-1 .description:hover {
  color: #d3d3d3;
}
@media screen and (min-width: 801px) {
  #player-1 .flickity-page-dots {
    position: absolute;
    top: 25px;
    bottom: auto;
    text-align: right;
  }
  #player-1 .flickity-page-dots .dot {
    border-radius: 0;
  }
}
@media screen and (max-width: 800px) {
  #player-1 .slider {
    height: 400px;
  }
}
#player-2 .slider {
  height: 600px;
  width: 100%;
}
#player-2 .description {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: rgba(0,0,0,0.7);
  color: white;
  font-family: 'Ubuntu', sans-serif;
}
#player-2 .news-container .occhiello {
  font-size: 18px;
  margin-bottom: 10px;
  color: white;
  font-style: italic;
}
#player-2 .news-container .corpo {
  font-size: 14px;
  color: white;
}
#player-2 .news-container .more {
  margin-top: 20px;
}
#player-2 .news-container .more a {
  padding: 8px 6px;
  border: 2px solid white;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#player-2 .news-container .more a:hover {
  background-color: #d9b310;
  color: white;
}
@media screen and (min-width: 801px) {
  #player-2 .flickity-page-dots {
    position: absolute;
    top: 25px;
    bottom: auto;
    text-align: right;
  }
  #player-2 .flickity-page-dots .dot {
    border-radius: 0;
  }
  #player-2 .news-container {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 20px;
    margin-left: 60px;
    max-width: 65%;
    background-color: rgba(51,51,51,0.7);
  }
  #player-2 .news-container .titolo {
    font-size: 30px;
    color: white;
    text-transform: uppercase;
  }
  #player-2 .gallery-cell .news-container {
    -webkit-transition: all 0.9s ease 1.2s;
    -moz-transition: all 0.9s ease 1.2s;
    -ms-transition: all 0.9s ease 1.2s;
    -o-transition: all 0.9s ease 1.2s;
    opacity: 0;
  }
  #player-2 .gallery-cell.is-selected .news-container {
    opacity: 1;
  }
  #player-2 .gallery-cell .news-container .titolo {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -webkit-transition: all 0.9s ease 0.9s;
    -moz-transition: all 0.9s ease 0.9s;
    -ms-transition: all 0.9s ease 0.9s;
    -o-transition: all 0.9s ease 0.9s;
  }
  #player-2 .gallery-cell .news-container .occhiello {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    -webkit-transition: all 0.9s ease 1.8s;
    -moz-transition: all 0.9s ease 1.8s;
    -ms-transition: all 0.9s ease 1.8s;
    -o-transition: all 0.9s ease 1.8s;
  }
  #player-2 .gallery-cell .news-container .corpo {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    -webkit-transition: all 0.9s ease 2.0s;
    -moz-transition: all 0.9s ease 2.0s;
    -ms-transition: all 0.9s ease 2.0s;
    -o-transition: all 0.9s ease 2.0s;
  }
  #player-2 .gallery-cell .news-container .more {
    opacity: 0;
    -webkit-transition: all 0.9s ease 2.6s;
    -moz-transition: all 0.9s ease 2.6s;
    -ms-transition: all 0.9s ease 2.6s;
    -o-transition: all 0.9s ease 2.6s;
  }
  #player-2 .gallery-cell.is-selected .news-container .titolo,
  #player-2 .gallery-cell.is-selected .news-container .occhiello,
  #player-2 .gallery-cell.is-selected .news-container .corpo,
  #player-2 .gallery-cell.is-selected .news-container .more {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@media screen and (max-width: 800px) {
  #player-2 .slider {
    height: 400px;
  }
  #player-2 .news-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background-color: rgba(51,51,51,0.7);
    color: white;
  }
  #player-2 .news-container .titolo {
    text-transform: uppercase;
  }
  #player-2 .news-container .occhiello {
    display: none;
  }
  #player-2 .news-container .corpo {
    display: none;
  }
  #player-2 .news-container .more {
    display: none;
  }
}
#player-3 .slider {
  height: 600px;
  width: 100%;
}
#player-3 .description {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: rgba(0,0,0,0.7);
  color: white;
  font-family: 'Ubuntu', sans-serif;
}
#player-3 .page-container .corpo {
  font-size: 18px;
  color: white;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 20px;
}
#player-3 .page-container .more {
  margin-top: 30px;
}
#player-3 .page-container .more a {
  padding: 8px 6px;
  border: 2px solid white;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#player-3 .page-container .more a:hover {
  background-color: #d9b310;
  color: white;
}
#player-3 .page-container .children ul {
  text-align: center;
}
#player-3 .page-container .children ul li {
  display: inline-block;
}
#player-3 .page-container .children ul li:nth-child(1) {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  -webkit-transition: all 0.9s ease 2.8s;
  -moz-transition: all 0.9s ease 2.8s;
  -ms-transition: all 0.9s ease 2.8s;
  -o-transition: all 0.9s ease 2.8s;
}
#player-3 .page-container .children ul li:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  -webkit-transition: all 0.9s ease 3.0s;
  -moz-transition: all 0.9s ease 3.0s;
  -ms-transition: all 0.9s ease 3.0s;
  -o-transition: all 0.9s ease 3.0s;
}
#player-3 .page-container .children ul li:nth-child(3) {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  -webkit-transition: all 0.9s ease 3.2s;
  -moz-transition: all 0.9s ease 3.2s;
  -ms-transition: all 0.9s ease 3.2s;
  -o-transition: all 0.9s ease 3.2s;
}
#player-3 .page-container .children ul li:nth-child(4) {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  -webkit-transition: all 0.9s ease 3.4s;
  -moz-transition: all 0.9s ease 3.4s;
  -ms-transition: all 0.9s ease 3.4s;
  -o-transition: all 0.9s ease 3.4s;
}
#player-3 .gallery-cell.is-selected .page-container .children ul li {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}
#player-3 .page-container .children ul li a {
  display: block;
}
#player-3 .page-container .children ul li a .icon {
  position: relative;
  background-color: white;
  border: 2px solid white;
  height: 120px;
  width: 120px;
  padding: 30px 40px;
  margin: 40px 40px 20px 40px;
}
#player-3 .page-container .children ul li:hover a .icon {
  border: 2px solid #d9b310;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#player-3 .page-container .children ul li a .icon img {
  width: 40px;
  height: 60px;
}
#player-3 .page-container .children ul li a .title {
  color: white;
}
#player-3 .page-container .children ul li:hover a .title {
  color: #d9b310;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#player-3 .news-container .occhiello {
  font-size: 18px;
  margin-bottom: 10px;
  color: white;
  font-style: italic;
}
#player-3 .news-container .corpo {
  font-size: 14px;
  color: white;
}
#player-3 .news-container .more {
  margin-top: 20px;
}
#player-3 .news-container .more a {
  padding: 8px 6px;
  border: 2px solid white;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
}
#player-3 .news-container .more a:hover {
  background-color: #d9b310;
  color: white;
}
@media screen and (min-width: 801px) {
  #player-3 .flickity-page-dots {
    position: absolute;
    top: 25px;
    bottom: auto;
    text-align: right;
  }
  #player-3 .flickity-page-dots .dot {
    border-radius: 0;
  }
  #player-3 .page-container {
    position: relative;
    padding: 60px;
    height: 100%;
    max-width: 100%;
    background-color: rgba(51,51,51,0.5);
    text-align: center;
  }
  #player-3 .page-container .titolo {
    font-size: 50px;
    color: white;
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
  }
  #player-3 .gallery-cell .page-container {
    -webkit-transition: all 0.9s ease 1.2s;
    -moz-transition: all 0.9s ease 1.2s;
    -ms-transition: all 0.9s ease 1.2s;
    -o-transition: all 0.9s ease 1.2s;
    opacity: 0;
  }
  #player-3 .gallery-cell.is-selected .page-container {
    opacity: 1;
  }
  #player-3 .gallery-cell .page-container .titolo {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -webkit-transition: all 0.9s ease 0.9s;
    -moz-transition: all 0.9s ease 0.9s;
    -ms-transition: all 0.9s ease 0.9s;
    -o-transition: all 0.9s ease 0.9s;
  }
  #player-3 .gallery-cell .page-container .occhiello {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    -webkit-transition: all 0.9s ease 1.8s;
    -moz-transition: all 0.9s ease 1.8s;
    -ms-transition: all 0.9s ease 1.8s;
    -o-transition: all 0.9s ease 1.8s;
  }
  #player-3 .gallery-cell .page-container .corpo {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    -webkit-transition: all 0.9s ease 2.0s;
    -moz-transition: all 0.9s ease 2.0s;
    -ms-transition: all 0.9s ease 2.0s;
    -o-transition: all 0.9s ease 2.0s;
  }
  #player-3 .gallery-cell .page-container .more {
    opacity: 0;
    -webkit-transition: all 0.9s ease 2.6s;
    -moz-transition: all 0.9s ease 2.6s;
    -ms-transition: all 0.9s ease 2.6s;
    -o-transition: all 0.9s ease 2.6s;
  }
  #player-3 .gallery-cell.is-selected .page-container .titolo,
  #player-3 .gallery-cell.is-selected .page-container .occhiello,
  #player-3 .gallery-cell.is-selected .page-container .corpo,
  #player-3 .gallery-cell.is-selected .page-container .more {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  #player-3 .news-container {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 20px;
    margin-left: 60px;
    max-width: 65%;
    background-color: rgba(51,51,51,0.7);
  }
  #player-3 .news-container .titolo {
    font-size: 30px;
    color: white;
    text-transform: uppercase;
  }
  #player-3 .gallery-cell .news-container {
    -webkit-transition: all 0.9s ease 1.2s;
    -moz-transition: all 0.9s ease 1.2s;
    -ms-transition: all 0.9s ease 1.2s;
    -o-transition: all 0.9s ease 1.2s;
    opacity: 0;
  }
  #player-3 .gallery-cell.is-selected .news-container {
    opacity: 1;
  }
  #player-3 .gallery-cell .news-container .titolo {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -webkit-transition: all 0.9s ease 0.9s;
    -moz-transition: all 0.9s ease 0.9s;
    -ms-transition: all 0.9s ease 0.9s;
    -o-transition: all 0.9s ease 0.9s;
  }
  #player-3 .gallery-cell .news-container .occhiello {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    -webkit-transition: all 0.9s ease 1.8s;
    -moz-transition: all 0.9s ease 1.8s;
    -ms-transition: all 0.9s ease 1.8s;
    -o-transition: all 0.9s ease 1.8s;
  }
  #player-3 .gallery-cell .news-container .corpo {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    -webkit-transition: all 0.9s ease 2.0s;
    -moz-transition: all 0.9s ease 2.0s;
    -ms-transition: all 0.9s ease 2.0s;
    -o-transition: all 0.9s ease 2.0s;
  }
  #player-3 .gallery-cell .news-container .more {
    opacity: 0;
    -webkit-transition: all 0.9s ease 2.6s;
    -moz-transition: all 0.9s ease 2.6s;
    -ms-transition: all 0.9s ease 2.6s;
    -o-transition: all 0.9s ease 2.6s;
  }
  #player-3 .gallery-cell.is-selected .news-container .titolo,
  #player-3 .gallery-cell.is-selected .news-container .occhiello,
  #player-3 .gallery-cell.is-selected .news-container .corpo,
  #player-3 .gallery-cell.is-selected .news-container .more {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@media screen and (max-width: 800px) {
  #player-3 .slider {
    height: 400px;
  }
  #player-3 .news-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background-color: rgba(51,51,51,0.7);
    color: white;
  }
  #player-3 .news-container .titolo {
    text-transform: uppercase;
  }
  #player-3 .news-container .occhiello {
    display: none;
  }
  #player-3 .news-container .corpo {
    display: none;
  }
  #player-3 .news-container .more {
    display: none;
  }
  #player-3 .page-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background-color: rgba(51,51,51,0.7);
    color: white;
  }
  #player-3 .page-container .titolo {
    text-transform: uppercase;
  }
  #player-3 .page-container .corpo {
    display: none;
  }
  #player-3 .page-container .more {
    display: none;
  }
  #player-3 .page-container .children {
    display: none;
  }
}
#footer-1 {
  background-color: #333;
  border-top: 4px solid #ffffff;
}
#footer-1 .first {
  text-align: center;
}
#footer-1 .first .main,
#footer-1 .first .contatti,
#footer-1 .first .social {
  display: inline-block;
  vertical-align: top;
}
#footer-1 .first .main {
  width: 40%;
  text-align: center;
  padding: 20px;
  margin: 10px 0;
}
#footer-1 .first .contatti,
#footer-1 .first .social {
  width: 29.5%;
}
#footer-1 .first .main .logo {
  padding: 10px;
  width: 100%;
  text-align: left;
}
#footer-1 .first .main .header-menu {
  padding: 20px;
  width: 100%;
  text-align: left;
}
#footer-1 .first .main .header-menu li {
  list-style-type: square;
  color: #d3d3d3;
  margin-left: 7px;
}
#footer-1 .first .main .header-menu li a {
  color: white;
  display: block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#footer-1 .first .main .header-menu li a:hover {
  color: #d3d3d3;
}
#footer-1 .first .contatti {
  text-align: center;
  padding: 20px;
  margin: 10px 0;
}
#footer-1 .first .contatti .title {
  padding: 20px;
  width: 100%;
  text-align: left;
  color: white;
  font-size: 20px;
  font-family: 'Ubuntu', sans-serif;
}
#footer-1 .first .contatti .body {
  text-align: left;
  color: rgba(255,255,255,0.7);
  padding: 20px;
  font-size: 12px;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
#footer-1 .first .social {
  text-align: center;
  padding: 20px;
  margin: 10px 0;
}
#footer-1 .first .social .title {
  padding: 20px;
  width: 100%;
  text-align: left;
  color: white;
  font-size: 20px;
  font-family: 'Ubuntu', sans-serif;
}
#footer-1 .first .social .list {
  text-align: left;
  color: white;
  padding: 20px;
  font-size: 25px;
}
#footer-1 .first .social .list li {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  line-height: 0;
}
#footer-1 .first .social .list li a {
  color: white;
  display: block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#footer-1 .first .social .list li a:hover {
  color: #d3d3d3;
}
#footer-1 .second {
  text-align: center;
  padding: 30px 20px;
  border-top: 1px solid white;
}
#footer-1 .second .credits {
  width: 20%;
  vertical-align: middle;
  display: inline-block;
  text-align: left;
  color: rgba(255,255,255,0.7);
  font-size: 12px;
}
#footer-1 .second .footer-menu {
  width: 79%;
  vertical-align: middle;
  display: inline-block;
}
#footer-1 .second .footer-menu div {
  text-align: right;
  color: white;
  font-size: 12px;
}
@media screen and (max-width: 800px) {
  #footer-1 .first .main,
  #footer-1 .first .contatti,
  #footer-1 .first .social {
    width: 100%;
    text-align: center;
    padding: 5px;
  }
  #footer-1 .first .main .logo {
    text-align: center;
    padding: 5px;
  }
  #footer-1 .first .main .header-menu {
    text-align: center;
    padding: 5px;
  }
  #footer-1 .first .main .header-menu li {
    list-style-type: none;
    margin-left: 0;
  }
  #footer-1 .first .contatti .title {
    text-align: center;
    padding: 5px;
    border-top: 1px solid white;
    font-family: 'Ubuntu', sans-serif;
  }
  #footer-1 .first .contatti .body {
    text-align: center;
    padding: 5px;
    border-bottom: 1px solid white;
  }
  #footer-1 .first .social .title {
    text-align: center;
    padding: 5px;
  }
  #footer-1 .first .social .list {
    text-align: center;
    padding: 5px;
  }
  #footer-1 .second {
    padding: 5px;
  }
  #footer-1 .second .credits {
    width: 100%;
  }
  #footer-1 .second .credits,
  #footer-1 .second .footer-menu {
    width: 100%;
    text-align: center;
    padding: 5px;
  }
  #footer-1 .second .footer-menu ul {
    text-align: center;
  }
  #footer-1 .second .footer-menu ul li {
    margin-right: 0;
  }
}
#footer-2 {
  background-color: #0b3c5d;
}
#footer-2 .first {
  text-align: center;
}
#footer-2 .first .main,
#footer-2 .first .contatti,
#footer-2 .first .social {
  display: inline-block;
  vertical-align: top;
}
#footer-2 .first .main {
  width: 40%;
  text-align: center;
  padding: 20px;
  margin: 10px 0;
}
#footer-2 .first .contatti,
#footer-2 .first .social {
  width: 29.5%;
  border-left: 1px solid white;
}
#footer-2 .first .main .logo {
  padding: 20px;
  width: 100%;
  text-align: left;
}
#footer-2 .first .main .body {
  text-align: left;
  color: white;
  padding: 20px;
  font-size: 12px;
}
#footer-2 .first .contatti {
  text-align: center;
  padding: 20px;
  margin: 10px 0;
}
#footer-2 .first .contatti .district-1 {
  width: 70px;
  color: #0b3c5d;
  font-size: 35px;
  border-radius: 50%;
  background-color: white;
  line-height: 0;
  padding: 17px;
  margin-top: 25px;
}
#footer-2 .first .contatti .district-2 {
  width: 65.5%;
}
#footer-2 .first .contatti .district-1,
#footer-2 .first .contatti .district-2 {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
#footer-2 .first .contatti .district-2 .title {
  padding: 20px;
  width: 100%;
  text-align: left;
  color: #ffffff;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
}
#footer-2 .first .contatti .district-2 .phone {
  text-align: left;
  color: white;
  padding: 20px;
  font-size: 12px;
}
#footer-2 .first .social {
  text-align: center;
  padding: 20px;
  margin: 10px 0;
}
#footer-2 .first .social .district-1 {
  width: 70px;
  color: #0b3c5d;
  font-size: 25px;
  border-radius: 50%;
  background-color: white;
  line-height: 0;
  padding: 22px;
  margin-top: 25px;
}
#footer-2 .first .social .district-2 {
  width: 65.5%;
}
#footer-2 .first .social .district-1,
#footer-2 .first .social .district-2 {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
#footer-2 .first .social .district-2 .title {
  padding: 20px;
  width: 100%;
  text-align: left;
  color: white;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
}
#footer-2 .first .social .district-2 .email {
  text-align: left;
  color: white;
  padding: 20px;
  font-size: 12px;
}
#footer-2 .second {
  text-align: center;
  padding: 30px 10px;
  background-color: #0b3c5d;
  border-top: 1px solid white;
}
#footer-2 .second .credits {
  width: 20%;
  vertical-align: middle;
  display: inline-block;
  text-align: left;
  color: white;
  font-size: 12px;
}
#footer-2 .second .footer-menu {
  width: 79%;
  vertical-align: middle;
  display: inline-block;
}
#footer-2 .second .footer-menu ul {
  text-align: right;
}
#footer-2 .second .footer-menu ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  width: 35px;
}
#footer-2 .second .footer-menu ul li a {
  display: block;
  font-size: 15px;
  color: #0b3c5d;
  border-radius: 50%;
  background-color: white;
  line-height: 0;
  padding: 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#footer-2 .second .footer-menu ul li a:hover {
  color: white;
  background-color: #d9b310;
}
@media screen and (max-width: 800px) {
  #footer-2 .first .main,
  #footer-2 .first .contatti,
  #footer-2 .first .social {
    width: 100%;
    text-align: center;
    padding: 5px;
  }
  #footer-2 .first .main .logo {
    text-align: center;
    padding: 5px;
  }
  #footer-2 .first .main .body {
    text-align: center;
  }
  #footer-2 .first .contatti .district-1,
  #footer-2 .first .social .district-1 {
    display: none;
  }
  #footer-2 .first .contatti .district-2,
  #footer-2 .first .social .district-2 {
    width: 100%;
  }
  #footer-2 .first .contatti .district-2 .title {
    text-align: center;
    padding: 5px;
    border-top: 1px solid #0b3c5d;
  }
  #footer-2 .first .contatti .district-2 .phone {
    text-align: center;
    padding: 5px;
  }
  #footer-2 .first .social .district-2 .title {
    text-align: center;
    padding: 5px;
    border-top: 1px solid #0b3c5d;
  }
  #footer-2 .first .social .district-2 .email {
    text-align: center;
    padding: 5px;
  }
  #footer-2 .second {
    padding: 5px;
  }
  #footer-2 .second .credits {
    width: 100%;
  }
  #footer-2 .second .credits,
  #footer-2 .second .footer-menu {
    width: 100%;
    text-align: center;
    padding: 5px;
  }
  #footer-2 .second .footer-menu ul {
    text-align: center;
  }
  #footer-2 .second .footer-menu ul li {
    margin-right: 0;
  }
}
#footer-3 {
  background-color: #0b3c5d;
}
#footer-3 * {
  box-sizing: border-box;
}
#footer-3 .first {
  text-align: center;
}
#footer-3 .first .main,
#footer-3 .first .contatti,
#footer-3 .first .social {
  display: inline-block;
  vertical-align: top;
}
#footer-3 .first .main {
  width: 33%;
  text-align: center;
  padding: 20px;
  margin: 10px 0;
}
#footer-3 .first .contatti,
#footer-3 .first .social {
  width: 33%;
}
#footer-3 .first .main .title {
  text-align: left;
  color: white;
  font-family: 'Ubuntu', sans-serif;
  font-size: 10px 20px;
  padding: 20px;
}
#footer-3 .first .main .body {
  text-align: left;
  color: white;
  padding: 10px 20px;
  font-size: 12px;
}
#footer-3 .first .contatti {
  text-align: left;
  padding: 20px;
  margin: 10px 0;
}
#footer-3 .first .contatti .form input {
  text-align: left;
  color: white;
  border: 1px solid white;
  background-color: transparent;
  padding: 10px 20px;
  margin: 5px 20px;
  width: calc(60%);
  -webkit-transition: all 0.3s ease-in-out 0.0s;
  -moz-transition: all 0.3s ease-in-out 0.0s;
  -ms-transition: all 0.3s ease-in-out 0.0s;
  -o-transition: all 0.3s ease-in-out 0.0s;
}
#footer-3 .first .contatti .form input::-webkit-input-placeholder {
  color: white;
  -webkit-transition: all 0.3s ease-in-out 0.0s;
  -moz-transition: all 0.3s ease-in-out 0.0s;
  -ms-transition: all 0.3s ease-in-out 0.0s;
  -o-transition: all 0.3s ease-in-out 0.0s;
}
#footer-3 .first .contatti .form input:-moz-input-placeholder {
  color: white;
  -webkit-transition: all 0.3s ease-in-out 0.0s;
  -moz-transition: all 0.3s ease-in-out 0.0s;
  -ms-transition: all 0.3s ease-in-out 0.0s;
  -o-transition: all 0.3s ease-in-out 0.0s;
}
#footer-3 .first .contatti .form input:hover {
  border: 1px solid #d9b310;
}
#footer-3 .first .contatti .form input:hover::-webkit-input-placeholder {
  color: #d9b310;
}
#footer-3 .first .contatti .form input:hover:-moz-input-placeholder {
  color: #d9b310;
}
#footer-3 .first .contatti .form #send {
  width: auto;
  display: block;
  background-color: white;
  border: 1px solid #0b3c5d;
  color: #0b3c5d;
  -webkit-transition: all 0.3s ease-in-out 0.0s;
  -moz-transition: all 0.3s ease-in-out 0.0s;
  -ms-transition: all 0.3s ease-in-out 0.0s;
  -o-transition: all 0.3s ease-in-out 0.0s;
}
#footer-3 .first .contatti .form #send:hover {
  color: #d9b310;
  border: 1px solid #d9b310;
  background-color: #0b3c5d;
}
#footer-3 .first .social {
  text-align: center;
  padding: 20px;
  margin: 10px 0;
}
#footer-3 .direction {
  display: inline-block;
  width: 50%;
  text-align: center;
  padding: 5px 0;
}
#footer-3 .direction a {
  color: white;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out 0.0s;
  -moz-transition: all 0.3s ease-in-out 0.0s;
  -ms-transition: all 0.3s ease-in-out 0.0s;
  -o-transition: all 0.3s ease-in-out 0.0s;
}
#footer-3 .direction a:hover {
  color: #d9b310;
}
#footer-3 .direction a i:before {
  margin-right: 4px;
}
#footer-3 .fa-map-signs:before {
  content: "\f277";
}
#footer-3 .gmap {
  display: inline-block;
  height: 200px;
  width: 80%;
}
#footer-3 .second {
  text-align: center;
  padding: 30px 10px;
  background-color: #0b3c5d;
  border-top: 1px solid white;
}
#footer-3 .second .credits {
  width: 20%;
  vertical-align: middle;
  display: inline-block;
  text-align: left;
  color: white;
  font-size: 12px;
}
#footer-3 .second .footer-menu {
  width: 79%;
  vertical-align: middle;
  display: inline-block;
}
#footer-3 .second .footer-menu ul {
  text-align: right;
}
#footer-3 .second .footer-menu ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  width: 35px;
}
#footer-3 .second .footer-menu ul li a {
  display: block;
  font-size: 15px;
  color: #0b3c5d;
  border-radius: 50%;
  background-color: white;
  line-height: 0;
  padding: 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#footer-3 .second .footer-menu ul li a:hover {
  color: white;
  background-color: #d9b310;
}
@media screen and (max-width: 800px) {
  #footer-3 .first .main,
  #footer-3 .first .contatti,
  #footer-3 .first .social {
    width: 100%;
    text-align: center;
    padding: 5px;
  }
  #footer-3 .first .main .body {
    text-align: center;
  }
  #footer-3 .first .contatti .form #send {
    display: inline-block;
  }
  #footer-3 .gmap {
    display: none;
  }
  #footer-3 .second {
    padding: 5px;
  }
  #footer-3 .second .credits {
    width: 100%;
  }
  #footer-3 .second .credits,
  #footer-3 .second .footer-menu {
    width: 100%;
    text-align: center;
    padding: 5px;
  }
  #footer-3 .second .footer-menu ul {
    text-align: center;
  }
  #footer-3 .second .footer-menu ul li {
    margin-right: 0;
  }
}
#centrale-1 * {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#centrale-1 .container-odd {
  background-color: #ffffff;
}
#centrale-1 .container-odd .left {
  width: 70%;
  padding-right: 5%;
}
#centrale-1 .container-odd .right {
  width: 29%;
}
#centrale-1 .container-odd .left .title {
  color: #000;
  font-family: 'Ubuntu', sans-serif;
}
#centrale-1 .container-even {
  background-color: #0b3c5d;
}
#centrale-1 .container-even .left {
  width: 29%;
}
#centrale-1 .container-even .right {
  width: 70%;
  padding-left: 5%;
}
#centrale-1 .container-even .right .title {
  color: white;
  font-family: 'Ubuntu', sans-serif;
}
#centrale-1 .container-even .right .title:hover {
  color: #d9b310;
}
#centrale-1 .container-odd,
#centrale-1 .container-even {
  padding: 20px;
  text-align: center;
  display: flex;
  border-bottom: 2px solid #333333;
}
#centrale-1 .container-odd:last-child,
#centrale-1 .container-even:last-child {
  border: none;
}
#centrale-1 .container-odd .left,
#centrale-1 .container-odd .right,
#centrale-1 .container-even .left,
#centrale-1 .container-even .right {
  display: inline-block;
  vertical-align: top;
  align-items: stretch;
}
#centrale-1 .container-odd .left .title,
#centrale-1 .container-odd .left .description,
#centrale-1 .container-odd .left .button,
#centrale-1 .container-odd .left .children,
#centrale-1 .container-even .right .title,
#centrale-1 .container-even .right .description,
#centrale-1 .container-even .right .button,
#centrale-1 .container-even .right .children {
  width: 100%;
  padding: 20px;
  text-align: left;
}
#centrale-1 .container-odd .left .button a,
#centrale-1 .container-even .right .button a {
  text-align: center;
  display: inline-block;
  padding: 8px 22px;
  border: 2px solid #333333;
  color: #333333;
  font-weight: bold;
  background-color: transparent;
}
#centrale-1 .container-odd .left .button a:hover,
#centrale-1 .container-even .right .button a:hover {
  color: #ffffff;
  background-color: #333333;
}
#centrale-1 .container-even .right .button a {
  border: 2px solid white;
  color: white;
  font-family: 'Ubuntu', sans-serif;
}
#centrale-1 .container-even .right .button a:hover {
  background-color: #d9b310;
}
#centrale-1 .container-even .right .button {
  text-align: right;
}
#centrale-1 .container-odd .left .title,
#centrale-1 .container-even .right .title {
  font-size: 25px;
  font-weight: bold;
}
#centrale-1 .container-odd .left .title:after,
#centrale-1 .container-even .right .title:after {
  content: '';
  padding: 2px 0;
  margin: 30px 0 40px 0;
  width: 60px;
  display: block;
  background-color: #000;
}
#centrale-1 .container-even .right .title {
  font-style: 'Ubuntu', sans-serif;
  color: white;
}
#centrale-1 .container-even .right .title:after {
  background-color: white;
}
#centrale-1 .container-odd .left .description,
#centrale-1 .container-even .right .description {
  color: rgba(0,0,0,0.7);
  font-size: 15px;
  line-height: 2.5;
}
#centrale-1 .container-even .right .description {
  color: white;
}
#centrale-1 .container-odd .right .thumb,
#centrale-1 .container-even .left .thumb {
  height: 100%;
  padding: 20px;
}
#centrale-1 .container-odd .right .thumb a,
#centrale-1 .container-even .left .thumb a {
  height: 100%;
  background-position: center center;
  background-size: cover;
  border-radius: 15px 0;
  border: 10px solid rgba(0,0,0,0.7);
}
#centrale-1 .container-even .left .thumb a {
  border: 10px solid white;
}
#centrale-1 .container-odd .left .children,
#centrale-1 .container-even .right .children {
  text-align: center;
}
#centrale-1 .container-odd .left .children ul,
#centrale-1 .container-even .right .children ul {
  text-align: left;
}
#centrale-1 .container-odd .left .children ul li,
#centrale-1 .container-even .right .children ul li {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 25px 0;
}
#centrale-1 .container-odd .left .children ul li:hover a .children-title,
#centrale-1 .container-even .right .children ul li:hover a .children-title {
  color: #d9b310;
}
#centrale-1 .container-odd .left .children .children-icon,
#centrale-1 .container-even .right .children .children-title {
  display: inline-block;
  vertical-align: middle;
}
#centrale-1 .container-odd .left .children .children-icon,
#centrale-1 .container-even .right .children .children-icon {
  width: 40px;
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
#centrale-1 .container-odd .left .children .children-icon img,
#centrale-1 .container-even .right .children .children-icon img {
  width: 100%;
}
#centrale-1 .container-odd .left .children .children-title,
#centrale-1 .container-even .right .children .children-title {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  width: calc(100% - 50px);
  display: inline;
  color: white;
}
#centrale-1 .container-even .right .children .children-title {
  color: white;
}
@media screen and (max-width: 800px) {
  #centrale-1 .container-odd,
  #centrale-1 .container-even {
    display: block;
  }
  #centrale-1 .container-odd .right,
  #centrale-1 .container-even .left {
    height: 300px;
  }
  #centrale-1 .container-odd .left,
  #centrale-1 .container-odd .right,
  #centrale-1 .container-even .left,
  #centrale-1 .container-even .right {
    width: 100%;
    padding: 0;
  }
  #centrale-1 .container-odd .right .thumb,
  #centrale-1 .container-even .left .thumb {
    padding: 0;
  }
  #centrale-1 .container-odd .left .button a,
  #centrale-1 .container-even .right .button a {
    width: 100%;
  }
  #centrale-1 .container-odd .left .children ul li,
  #centrale-1 .container-even .right .children ul li {
    text-align: center;
    width: 49%;
  }
}
#centrale-2 .container-odd {
  background-color: #ffffff;
}
#centrale-2 .container-odd .left {
  width: 70%;
}
#centrale-2 .container-odd .right {
  width: 29%;
}
#centrale-2 .container-odd.no-thumb .left {
  width: 100%;
}
#centrale-2 .container-odd.no-thumb .right {
  display: none;
}
#centrale-2 .container-odd .left .title {
  color: #000;
  font-family: 'Ubuntu', sans-serif;
}
#centrale-2 .container-even {
  background-color: #0b3c5d;
}
#centrale-2 .container-even .left {
  width: 29%;
}
#centrale-2 .container-even .right {
  width: 70%;
}
#centrale-2 .container-even.no-thumb .left {
  display: none;
}
#centrale-2 .container-even.no-thumb .right {
  width: 100%;
}
#centrale-2 .container-even .right .title {
  color: white;
  font-family: 'Ubuntu', sans-serif;
}
#centrale-2 .container-odd,
#centrale-2 .container-even {
  padding: 20px;
  text-align: center;
  display: flex;
  border-bottom: 2px solid #333333;
}
#centrale-2 .container-odd .left,
#centrale-2 .container-odd .right,
#centrale-2 .container-even .left,
#centrale-2 .container-even .right {
  display: inline-block;
  vertical-align: top;
  align-items: stretch;
}
#centrale-2 .container-odd .left .title,
#centrale-2 .container-odd .left .children,
#centrale-2 .container-even .right .title,
#centrale-2 .container-even .right .children {
  width: 100%;
  padding: 20px;
  text-align: left;
}
#centrale-2 .container-odd .left .title,
#centrale-2 .container-even .right .title {
  font-size: 25px;
  font-weight: bold;
}
#centrale-2 .container-odd .left .title:after,
#centrale-2 .container-even .right .title:after {
  content: '';
  padding: 2px 0;
  margin: 30px 0 40px 0;
  width: 60px;
  display: block;
  background-color: #d9b310;
}
#centrale-2 .container-even .right .title:after {
  background-color: #d9b310;
}
#centrale-2 .container-odd .right .thumb,
#centrale-2 .container-even .left .thumb {
  height: 100%;
  padding: 20px;
}
#centrale-2 .container-odd .right .thumb a,
#centrale-2 .container-even .left .thumb a {
  height: 100%;
  background-position: center center;
  background-size: cover;
  border-radius: 15px 0;
}
#centrale-2 .container-odd .left .children,
#centrale-2 .container-even .right .children {
  text-align: center;
}
#centrale-2 .container-odd .left .children ul,
#centrale-2 .container-even .right .children ul {
  text-align: left;
}
#centrale-2 .container-odd .left .children ul li,
#centrale-2 .container-even .right .children ul li {
  background-color: #ffffff;
  width: 47%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 20px;
  border: 2px solid rgba(0,0,0,0.7);
  margin: 7px 5px;
}
#centrale-2 .container-odd .left .children .children-icon,
#centrale-2 .container-even .right .children .children-icon {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  margin-right: 20px;
}
#centrale-2 .container-odd .left .children .children-icon img,
#centrale-2 .container-even .right .children .children-icon img {
  width: 100%;
}
#centrale-2 .container-odd .left .children .children-page .titolo,
#centrale-2 .container-odd .left .children .children-page .description,
#centrale-2 .container-even .right .children .children-page .titolo,
#centrale-2 .container-even .right .children .children-page .description {
  width: 100%;
  display: inline-block;
}
#centrale-2 .container-odd .left .children .children-page,
#centrale-2 .container-even .right .children .children-page {
  width: calc(100% - 80px);
  display: inline-block;
  vertical-align: middle;
}
#centrale-2 .container-odd .left .children .children-page .titolo,
#centrale-2 .container-even .right .children .children-page .titolo {
  font-weight: bold;
  font-size: 16px;
  color: ;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: 'Ubuntu', sans-serif;
}
#centrale-2 .container-odd .left .children .children-page .description,
#centrale-2 .container-even .right .children .children-page .description {
  font-size: 14px;
  color: rgba(0,0,0,0.7);
}
@media screen and (max-width: 800px) {
  #centrale-2 .container-odd,
  #centrale-2 .container-even {
    display: block;
  }
  #centrale-2 .container-odd .right,
  #centrale-2 .container-even .left {
    height: 300px;
  }
  #centrale-2 .container-odd .left,
  #centrale-2 .container-odd .right,
  #centrale-2 .container-even .left,
  #centrale-2 .container-even .right {
    width: 100%;
    padding: 0;
  }
  #centrale-2 .container-odd .right .thumb,
  #centrale-2 .container-even .left .thumb {
    padding: 0;
  }
  #centrale-2 .container-odd .left .children ul li,
  #centrale-2 .container-even .right .children ul li {
    text-align: left;
    width: 100%;
  }
}
#centrale-3 .container {
  display: flex;
  text-align: center;
  padding: 40px;
  background-color: #0b3c5d;
}
#centrale-3 .container .left,
#centrale-3 .container .right {
  align-items: stretch;
  display: inline-block;
  vertical-align: top;
  width: 49%;
}
#centrale-3 .container .right {
  border-left: 4px solid white;
}
#centrale-3 .container .left .thumb {
  height: 100%;
}
#centrale-3 .container .left .thumb a {
  display: block;
  background-size: cover;
  background-position: center center;
  height: 100%;
}
#centrale-3 .container .right .title {
  padding: 20px;
  font-size: 30px;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 20px;
  font-family: 'Ubuntu', sans-serif;
  color: white;
}
#centrale-3 .container .right .title:after {
  content: '';
  padding: 0.5px 0;
  margin: 5px 0 10px 0;
  width: 30px;
  height: 2px;
  display: block;
  background-color: #d9b310;
}
#centrale-3 .container .right .description {
  padding: 20px;
  text-align: left;
  margin-left: 20px;
  color: white;
}
#centrale-3 .container .right .button {
  width: 100%;
  padding: 20px;
  text-align: left;
  margin-left: 20px;
}
#centrale-3 .container .right .button a {
  text-align: center;
  display: inline-block;
  padding: 8px 22px;
  border: 2px solid white;
  color: white;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  background-color: transparent;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#centrale-3 .container .right .button a:hover {
  border: 2px solid #d9b310;
  color: #d9b310;
  background-color: #0b3c5d;
}
#centrale-3 .container .right .children ul li {
  text-align: left;
  padding: 20px;
  margin: 7px 5px;
}
#centrale-3 .container .right .children {
  position: relative;
  left: -65px;
}
#centrale-3 .container .right .children .children-icon {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  background-color: #ffffff;
  border-radius: 50px;
  text-align: center;
  position: relative;
  border: 4px solid #333333;
}
#centrale-3 .container .right .children .children-icon img {
  width: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
}
#centrale-3 .container .right .children .children-page {
  width: calc(100% - 110px);
  display: inline-block;
  vertical-align: middle;
}
#centrale-3 .container .right .children .children-page .titolo {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Ubuntu', sans-serif;
  color: #d9b310;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#centrale-3 .container .right .children .children-page .titolo:hover {
  color: white;
}
@media screen and (max-width: 800px) {
  #centrale-3 .container {
    display: block;
    padding: 0;
  }
  #centrale-3 .container .left,
  #centrale-3 .container .right {
    width: 80%;
    margin-left: 50px;
  }
  #centrale-3 .container .left {
    display: none;
  }
}
#centrale-4 .container {
  text-align: center;
  background-color: #0b3c5d;
}
#centrale-4 .container .left {
  width: 100%;
  padding: 60px 40px;
}
#centrale-4 .container .left .title {
  padding: 20px;
  font-size: 30px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-family: 'Ubuntu', sans-serif;
}
#centrale-4 .container .left .title:after {
  content: '';
  margin: 5px 0 0px 0;
  width: 10%;
  height: 2px;
  display: block;
  position: relative;
  left: 45%;
  background-color: #d9b310;
}
#centrale-4 .container .left .description {
  padding: 20px;
  text-align: center;
  color: white;
}
#centrale-4 .container .left .children {
  text-align: center;
  padding: 20px;
  margin-top: 20px;
}
#centrale-4 .container .left .children ul {
  text-align: left;
}
#centrale-4 .container .left .children ul li {
  display: inline-block;
  width: 23%;
  vertical-align: top;
  text-align: center;
  padding: 20px;
  margin: 7px 5px;
  border: 4px solid rgba(0,0,0,0.12);
  background-color: #ffffff;
}
#centrale-4 .container .left .children .icon {
  display: inline-block;
  width: 60px;
  padding: 10px;
}
#centrale-4 .container .left .children .icon img {
  width: 100%;
}
#centrale-4 .container .left .children .titolo {
  width: 100%;
  padding: 10px;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  font-family: 'Ubuntu', sans-serif;
}
#centrale-4 .container .left .children .titolo:hover {
  color: #d9b310;
}
@media screen and (max-width: 800px) {
  #centrale-4 .container .left .title {
    text-align: left;
  }
  #centrale-4 .container .left .title:after {
    left: 0%;
  }
  #centrale-4 .container .left .description {
    text-align: left;
  }
  #centrale-4 .container .left .children ul li {
    width: 100%;
  }
  #centrale-4 .container .left .children .icon,
  #centrale-4 .container .left .children .titolo {
    display: inline-block;
    vertical-align: middle;
  }
  #centrale-4 .container .left .children .icon {
    width: 50px;
  }
  #centrale-4 .container .left .children .titolo {
    width: calc(100% - 60px);
    text-align: left;
  }
}
#centrale-5 .container-odd {
  background-color: #333;
  background-position: center center;
  background-size: cover;
  position: relative;
}
#centrale-5 .container-odd:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #333;
  opacity: 0.6;
  z-index: 1;
}
#centrale-5 .container-odd .left {
  width: 49%;
  padding-right: 2%;
  padding-left: 10%;
  z-index: 10;
}
#centrale-5 .container-odd .right {
  width: 49%;
  padding-right: 10%;
  z-index: 10;
}
#centrale-5 .container-odd .left .title {
  color: white;
  font-family: 'Ubuntu', sans-serif;
  text-align: right;
}
#centrale-5 .container-even {
  background-color: #333;
}
#centrale-5 .container-even .left {
  width: 49%;
  padding-left: 10%;
}
#centrale-5 .container-even .right {
  width: 49%;
  padding-left: 2%;
  padding-right: 10%;
}
#centrale-5 .container-even .right .title {
  color: white;
  font-family: 'Ubuntu', sans-serif;
}
#centrale-5 .container-even .right .title:hover {
  color: #d3d3d3;
}
#centrale-5 .container-odd,
#centrale-5 .container-even {
  padding: 150px 40px;
  text-align: center;
  display: flex;
  border-bottom: 2px solid white;
}
#centrale-5 .container-odd .left,
#centrale-5 .container-odd .right,
#centrale-5 .container-even .left,
#centrale-5 .container-even .right {
  display: inline-block;
  vertical-align: top;
  align-items: stretch;
}
#centrale-5 .container-odd .left .title,
#centrale-5 .container-odd .left .description,
#centrale-5 .container-odd .left .button,
#centrale-5 .container-odd .left .children,
#centrale-5 .container-even .right .title,
#centrale-5 .container-even .right .description,
#centrale-5 .container-even .right .button,
#centrale-5 .container-even .right .children {
  width: 100%;
  padding: 20px;
}
#centrale-5 .container-odd .left .button a,
#centrale-5 .container-even .right .button a {
  text-align: center;
  display: inline-block;
  padding: 8px 22px;
  border: 2px solid white;
  color: white;
  font-weight: bold;
  background-color: transparent;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#centrale-5 .container-odd .left .button a:hover,
#centrale-5 .container-even .right .button a:hover {
  color: #d3d3d3;
  border: 2px solid #d3d3d3;
}
#centrale-5 .container-even .right .button a {
  border: 2px solid white;
  color: white;
  font-family: 'Ubuntu', sans-serif;
}
#centrale-5 .container-even .right .button a:hover {
  color: #d3d3d3;
  background-color: #d3d3d3;
}
#centrale-5 .container-even .right .button {
  text-align: left;
}
#centrale-5 .container-odd .left .button {
  text-align: right;
}
#centrale-5 .container-odd .left .title,
#centrale-5 .container-even .right .title {
  font-size: 25px;
  font-weight: bold;
}
#centrale-5 .container-even .right .title {
  font-style: 'Ubuntu', sans-serif;
  color: white;
  text-align: left;
}
#centrale-5 .container-even .right .title:hover {
  color: #d9b310;
}
#centrale-5 .container-odd .left .description,
#centrale-5 .container-even .right .description {
  color: white;
  font-size: 15px;
  line-height: 2.5;
}
#centrale-5 .container-even .right .description {
  text-align: left;
  color: white;
}
#centrale-5 .container-odd .left .description {
  text-align: right;
}
#centrale-5 .container-odd .right .thumb,
#centrale-5 .container-even .left .thumb {
  height: 100%;
  padding: 20px;
}
#centrale-5 .container-odd .right .thumb a,
#centrale-5 .container-even .left .thumb a {
  height: 100%;
  background-position: center center;
  background-size: cover;
}
#centrale-5 .container-odd .left .children,
#centrale-5 .container-even .right .children {
  text-align: center;
}
#centrale-5 .container-odd .left .children ul {
  text-align: right;
}
#centrale-5 .container-even .right .children ul {
  text-align: left;
}
#centrale-5 .container-odd .left .children ul li,
#centrale-5 .container-even .right .children ul li {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 25px 0;
}
#centrale-5 .container-odd .left .children ul li:hover a .children-title,
#centrale-5 .container-even .right .children ul li:hover a .children-title {
  color: #d3d3d3;
}
#centrale-5 .container-odd .left .children .children-icon,
#centrale-5 .container-even .right .children .children-title {
  display: inline-block;
  vertical-align: middle;
}
#centrale-5 .container-odd .left .children .children-icon,
#centrale-5 .container-even .right .children .children-icon {
  width: 40px;
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
#centrale-5 .container-odd .left .children .children-icon img,
#centrale-5 .container-even .right .children .children-icon img {
  width: 100%;
}
#centrale-5 .container-odd .left .children .children-title,
#centrale-5 .container-even .right .children .children-title {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  width: calc(100% - 50px);
  display: inline;
  color: white;
}
#centrale-5 .container-even .right .children .children-title {
  color: white;
}
@media screen and (max-width: 800px) {
  #centrale-5 .container-odd,
  #centrale-5 .container-even {
    display: block;
  }
  #centrale-5 .container-odd .right,
  #centrale-5 .container-even .left {
    height: 300px;
  }
  #centrale-5 .container-odd .left,
  #centrale-5 .container-odd .right,
  #centrale-5 .container-even .left,
  #centrale-5 .container-even .right {
    width: 100%;
    padding: 0;
  }
  #centrale-5 .container-odd .right .thumb,
  #centrale-5 .container-even .left .thumb {
    padding: 0;
  }
  #centrale-5 .container-odd .left .button a,
  #centrale-5 .container-even .right .button a {
    width: 100%;
  }
  #centrale-5 .container-odd .left .children ul li,
  #centrale-5 .container-even .right .children ul li {
    text-align: center;
    width: 49%;
  }
  #centrale-5 .container-odd .left,
  #centrale-5 .container-odd .right {
    position: inherit;
  }
  #centrale-5 .container-odd .left .title,
  #centrale-5 .container-odd .left .description {
    text-align: left;
  }
}
#news-1 {
  background-color: #ffffff;
  text-align: center;
  padding: 20px 0;
}
#news-1 .container {
  display: flex;
  padding: 20px;
}
#news-1 .container .single .col-1,
#news-1 .container .single .col-2 {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  align-items: stretch;
  height: 100%;
}
#news-1 .container .single .col-1 .thumb {
  height: 100%;
  padding: 10px;
}
#news-1 .container .single .col-1 .thumb a {
  background-position: center center;
  background-size: cover;
  height: 100%;
}
#news-1 .container .single .col-2 {
  text-align: left;
  margin-left: 20px;
}
#news-1 .container .single .col-2 .title {
  padding: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  font-style: 'Ubuntu', sans-serif;
}
#news-1 .container .single .col-2 .published {
  padding: 10px;
  font-size: 12px;
}
#news-1 .container .single .col-2 .published a {
  font-weight: bold;
  display: inline;
  color: white;
  background-color: #333;
  padding: 4px 6px;
  border-radius: 5px;
}
#news-1 .container .single .col-2 .description {
  padding: 10px;
  color: rgba(0,0,0,0.7);
}
#news-1 .container .single .col-2 .button {
  margin: 10px;
}
#news-1 .container .single .col-2 .button a {
  text-align: center;
  display: inline-block;
  padding: 8px 22px;
  border: 2px solid white;
  color: white;
  font-weight: bold;
  background-color: #333;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#news-1 .container .single .col-2 .button a:hover {
  color: #d3d3d3;
  border: 2px solid #d3d3d3;
}
#news-1 .container .double {
  text-align: center;
}
#news-1 .container .double .col-1,
#news-1 .container .double .col-2,
#news-1 .container .double .col-3 {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 20px;
}
#news-1 .container .double .col-1.elements-2,
#news-1 .container .double .col-2.elements-2 {
  width: 48%;
}
#news-1 .container .double .col-1.elements-3,
#news-1 .container .double .col-2.elements-3,
#news-1 .container .double .col-3.elements-3 {
  width: 32%;
}
#news-1 .container .double .thumb {
  height: 300px;
}
#news-1 .container .double .thumb a {
  background-size: cover;
  background-position: center center;
  height: 100%;
}
#news-1 .container .double .title {
  padding: 10px 0;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  font-family: 'Ubuntu', sans-serif;
}
#news-1 .container .double .published {
  padding: 10px 0;
  margin: 5px 0;
  font-size: 12px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
#news-1 .container .double .published a {
  font-weight: bold;
  display: inline;
  color: #000;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#news-1 .container .double .published a:hover {
  color: #d3d3d3;
}
#news-1 .container .double .description {
  padding: 10px 0;
  color: rgba(0,0,0,0.7);
}
#news-1 .container .double .button a {
  padding: 10px 0;
  font-weight: bold;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  color: #000;
}
#news-1 .container .double .button a:hover {
  color: #d3d3d3;
}
#news-1 .container .girdle {
  width: 32%;
  align-items: stretch;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  padding: 20px;
  height: 600px;
}
#news-1 .container .girdle ul {
  overflow-y: scroll;
  text-align: center;
  height: 100%;
}
#news-1 .container .girdle ul li {
  width: 100%;
  display: flex;
  text-align: left;
  margin-bottom: 40px;
}
#news-1 .container .girdle ul li .thumb,
#news-1 .container .girdle ul li .frame {
  align-items: stretch;
  display: inline-block;
  vertical-align: middle;
  height: 150px;
}
#news-1 .container .girdle ul li .thumb {
  width: 32%;
}
#news-1 .container .girdle ul li .frame {
  width: 65%;
  margin-left: 20px;
}
#news-1 .container .girdle ul li .thumb a {
  background-size: cover;
  background-position: center center;
}
#news-1 .container .girdle ul li .frame .title {
  padding-bottom: 10px;
  font-size: 16px;
}
#news-1 .container .girdle ul li .frame .title a {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#news-1 .container .girdle ul li .frame .title a:hover {
  color: #d3d3d3;
}
#news-1 .container .girdle ul li .frame .published {
  padding-bottom: 10px;
  font-size: 12px;
  border-bottom: 1px solid #333;
}
#news-1 .container .girdle ul li .frame .published a {
  font-weight: bold;
  display: inline;
  color: ;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#news-1 .container .girdle ul li .frame .published a:hover {
  color: #d3d3d3;
}
#news-1 .container .girdle ul li .frame .button {
  padding-bottom: 10px;
  color: #000;
  font-weight: bold;
  font-family: 'Ubuntu', sans-serif;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#news-1 .container .girdle ul li .frame .button:hover {
  color: #d3d3d3;
}
@media screen and (max-width: 800px) {
  #news-1 .container .double .col-1.elements-2,
  #news-1 .container .double .col-2.elements-2 {
    width: 100%;
  }
  #news-1 .container .double .col-1.elements-3,
  #news-1 .container .double .col-2.elements-3,
  #news-1 .container .double .col-3.elements-3 {
    width: 100%;
  }
  #news-1 .container .girdle {
    width: 100%;
  }
}
#news-2 .container {
  padding: 40px 0;
  background-color: #ffffff;
}
#news-2 .container .bound {
  display: flex;
  padding: 20px;
  text-align: center;
}
#news-2 .container .bound .col-1-1 {
  display: flex;
}
#news-2 .container .bound .col-1-1 .thumb,
#news-2 .container .bound .col-1-1 .paper {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  align-items: stretch;
  height: 100%;
}
#news-2 .container .bound .thumb {
  height: 100%;
  padding: 10px;
}
#news-2 .container .bound .thumb a {
  background-position: center center;
  background-size: cover;
  height: 100%;
}
#news-2 .container .bound .col-1-1 .paper {
  text-align: left;
  margin-left: 20px;
}
#news-2 .container .bound .paper .title {
  padding: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  font-family: 'Ubuntu', sans-serif;
}
#news-2 .container .bound .paper .published {
  padding: 10px;
  font-size: 12px;
}
#news-2 .container .bound .paper .published a {
  display: inline;
  color: white;
  background-color: #0b3c5d;
  border-radius: 5px;
  padding: 3px 6px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#news-2 .container .bound .paper .published a:hover {
  color: #d9b310;
}
#news-2 .container .bound .paper .description {
  padding: 10px;
  color: rgba(0,0,0,0.7);
  text-align: justify;
}
#news-2 .container .bound .paper .button {
  margin: 10px;
}
#news-2 .container .bound .paper .button a {
  text-align: center;
  display: inline-block;
  padding: 8px 22px;
  border: 2px solid white;
  color: white;
  font-weight: bold;
  background-color: #0b3c5d;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#news-2 .container .bound .paper .button a:hover {
  color: #d9b310;
}
#news-2 .container .bound .col-1-2,
#news-2 .container .bound .col-1-3,
#news-2 .container .bound .col-1-4 {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 20px;
}
#news-2 .container .bound .col-1-2 {
  width: 49%;
}
#news-2 .container .bound .col-1-3 {
  width: 32%;
}
#news-2 .container .bound .col-1-4 {
  width: 24%;
}
#news-2 .container .bound .col-1-2 .thumb,
#news-2 .container .bound .col-1-3 .thumb,
#news-2 .container .bound .col-1-4 .thumb {
  height: 300px;
}
@media screen and (max-width: 800px) {
  #news-2 .container .bound {
    display: block;
  }
  #news-2 .container .bound .col-1-2,
  #news-2 .container .bound .col-1-3,
  #news-2 .container .bound .col-1-4 {
    width: 100%;
  }
  #news-2 .container .bound .paper .button a {
    width: 100%;
  }
}
#news-3 {
  padding: 60px 0;
  background-color: #0b3c5d;
  border-top: 4px solid white;
  border-bottom: 4px solid white;
}
#news-3 .container {
  text-align: center;
}
#news-3 .container .card {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 20px;
}
#news-3 .container .card .frame {
  display: flex;
}
#news-3 .container .card .thumb,
#news-3 .container .card .paper {
  display: inline-block;
  vertical-align: middle;
  align-items: stretch;
}
#news-3 .container .card .thumb {
  width: 24%;
}
#news-3 .container .card .thumb a {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
#news-3 .container .card .paper {
  width: 74%;
  padding-left: 40px;
  text-align: left;
}
#news-3 .container .card .paper .title {
  padding-bottom: 10px;
  font-size: 24px;
}
#news-3 .container .card .paper .title {
  color: white;
  font-weight: bold;
  font-family: 'Ubuntu', sans-serif;
}
#news-3 .container .card .paper .published {
  padding-bottom: 20px;
  font-size: 12px;
  border-bottom: 2px solid white;
  color: white;
}
#news-3 .container .card .paper .published a {
  font-weight: bold;
  display: inline;
  color: #d9b310;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#news-3 .container .card .paper .published a:hover {
  color: white;
}
#news-3 .container .card .paper .description {
  padding: 20px 0;
  color: white;
  text-align: justify;
}
#news-3 .container .card .paper .button a {
  color: #d9b310;
  font-weight: bold;
  font-family: 'Ubuntu', sans-serif;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#news-3 .container .card .paper .button a:hover {
  color: white;
}
@media screen and (max-width: 800px) {
  #news-3 .container .card {
    width: 100%;
  }
}
#news-4 .container-odd {
  background-color: #0b3c5d;
  background-position: center center;
  background-size: cover;
  position: relative;
}
#news-4 .container-odd:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #0b3c5d;
  opacity: 0.6;
  z-index: 1;
}
#news-4 .container-odd .left {
  width: 49%;
  padding-right: 2%;
  padding-left: 10%;
  z-index: 10;
}
#news-4 .container-odd .right {
  width: 49%;
  padding-right: 10%;
  z-index: 10;
}
#news-4 .container-odd .left .title {
  color: white;
  font-family: 'Ubuntu', sans-serif;
  text-align: right;
}
#news-4 .container-odd .left .title:hover {
  color: #d9b310;
}
#news-4 .container-even {
  background-color: #0b3c5d;
}
#news-4 .container-even .left {
  width: 49%;
  padding-left: 10%;
}
#news-4 .container-even .right {
  width: 49%;
  padding-left: 2%;
  padding-right: 10%;
}
#news-4 .container-even .right .title {
  color: white;
  font-family: 'Ubuntu', sans-serif;
}
#news-4 .container-even .right .title:hover {
  color: #d9b310;
}
#news-4 .container-even .right .published {
  padding: 10px 20px;
  text-align: left;
  font-size: 12px;
  color: white;
}
#news-4 .container-odd .left .published {
  padding: 10px 20px;
  text-align: right;
  font-size: 12px;
  color: white;
}
#news-4 .container-even .right .published a,
#news-4 .container-odd .left .published a {
  font-weight: bold;
  display: inline;
  color: white;
  background-color: #0b3c5d;
  padding: 4px 6px;
  border-radius: 5px;
}
#news-4 .container-even .right .published a:hover,
#news-4 .container-odd .left .published a:hover {
  color: #d9b310;
}
#news-4 .container-odd,
#news-4 .container-even {
  padding: 150px 40px;
  text-align: center;
  display: flex;
  border-bottom: 2px solid white;
}
#news-4 .container-odd .left,
#news-4 .container-odd .right,
#news-4 .container-even .left,
#news-4 .container-even .right {
  display: inline-block;
  vertical-align: top;
  align-items: stretch;
}
#news-4 .container-odd .left .title,
#news-4 .container-odd .left .description,
#news-4 .container-odd .left .eyelet,
#news-4 .container-odd .left .button,
#news-4 .container-even .right .title,
#news-4 .container-even .right .description,
#news-4 .container-even .right .eyelet,
#news-4 .container-even .right .button {
  width: 100%;
  padding: 10px 20px;
}
#news-4 .container-odd .left .button {
  text-align: right;
}
#news-4 .container-even .right .button {
  text-align: left;
}
#news-4 .container-odd .left .button a,
#news-4 .container-even .right .button a {
  text-align: center;
  display: inline-block;
  padding: 8px 22px;
  border: 2px solid white;
  color: white;
  font-weight: bold;
  background-color: transparent;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#news-4 .container-odd .left .button a:hover,
#news-4 .container-even .right .button a:hover {
  color: #d9b310;
  border: 2px solid #d9b310;
}
#news-4 .container-odd .left .title,
#news-4 .container-even .right .title {
  font-size: 25px;
  font-weight: bold;
}
#news-4 .container-even .right .title {
  font-style: 'Ubuntu', sans-serif;
  color: white;
  text-align: left;
}
#news-4 .container-odd .left .eyelet,
#news-4 .container-even .right .eyelet {
  color: white;
  font-size: 15px;
  line-height: 2.5;
  font-style: italic;
  line-height: 1.3;
  padding-top: 0;
  font-size: 18px;
}
#news-4 .container-even .right .eyelet {
  text-align: left;
}
#news-4 .container-odd .left .eyelet {
  text-align: right;
}
#news-4 .container-odd .left .description,
#news-4 .container-even .right .description {
  color: white;
  font-size: 15px;
  line-height: 2.5;
}
#news-4 .container-even .right .description {
  text-align: left;
  color: white;
}
#news-4 .container-odd .left .description {
  text-align: right;
}
#news-4 .container-odd .right .thumb,
#news-4 .container-even .left .thumb {
  height: 100%;
  padding: 10px 20px;
}
#news-4 .container-odd .right .thumb a,
#news-4 .container-even .left .thumb a {
  height: 100%;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 800px) {
  #news-4 .container-odd,
  #news-4 .container-even {
    display: block;
  }
  #news-4 .container-odd .right,
  #news-4 .container-even .left {
    height: 300px;
  }
  #news-4 .container-odd .left,
  #news-4 .container-odd .right,
  #news-4 .container-even .left,
  #news-4 .container-even .right {
    width: 100%;
    padding: 0;
  }
  #news-4 .container-odd .right .thumb,
  #news-4 .container-even .left .thumb {
    padding: 0;
  }
  #news-4 .container-odd .left .button a,
  #news-4 .container-even .right .button a {
    width: 100%;
  }
  #news-4 .container-odd .left,
  #news-4 .container-odd .right {
    position: inherit;
  }
  #news-4 .container-odd .left .title,
  #news-4 .container-odd .left .eyelet,
  #news-4 .container-odd .left .published,
  #news-4 .container-odd .left .description {
    text-align: left;
  }
  #news-4 .container-odd .left .button {
    margin-bottom: 20px;
  }
}
#multimedia-1 {
  background-color: #0b3c5d;
  padding: 60px 20px;
  text-align: center;
}
.multimedia-1-title {
  text-align: center;
  margin: 0 0 15px 0;
}
.multimedia-1-title h2 {
  color: white;
  font-family: 'Ubuntu', sans-serif;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
}
.multimedia-1-nav ul {
  text-align: center;
  padding: 0;
  list-style-type: none;
}
li.multimedia-1-nav-item {
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
}
li.multimedia-1-nav-item a {
  color: white;
  font-family: inherit;
  font-size: 15px;
}
li.multimedia-1-nav-item[status=active] a {
  color: #d9b310;
  outline-style: solid;
  outline-offset: 5px;
  outline-color: #d9b310;
  outline-width: thin;
}
.multimedia-1-media {
  margin-top: 30px;
  line-height: 0;
}
.multimedia-1-media ul {
  width: 100%;
  list-style-type: none;
  display: inline-block;
  padding: 0;
}
.multimedia-1-media < ul li:nth-child(2):nth-last-child(1) {
  background-color: red;
  border: 5px solid yellow;
}
.multimedia-1-container {
  width: 83%;
  display: inline-block;
}
.multimedia-1-media-item {
  cursor: pointer;
}
.multimedia-1-media-item ul {
  width: 100%;
  list-style-type: none;
  display: inline-block;
  padding: 0;
  text-align: center;
}
.multimedia-1-media-item[status=visible] {
  height: auto;
}
.multimedia-1-media-item[status=visible] li {
  opacity: 1;
  width: 32%;
  height: 300px;
  position: relative;
  top: 0%;
  margin: 2px 0;
  transform: translatey(0px);
}
.multimedia-1-media-item[status=visible] li:nth-child(1) {
  -webkit-transition: all 0.4s ease-in-out 0.0s;
  -moz-transition: all 0.4s ease-in-out 0.0s;
  -ms-transition: all 0.4s ease-in-out 0.0s;
  -o-transition: all 0.4s ease-in-out 0.0s;
}
.multimedia-1-media-item[status=visible] li:nth-child(2) {
  -webkit-transition: all 0.4s ease-in-out 0.2s;
  -moz-transition: all 0.4s ease-in-out 0.2s;
  -ms-transition: all 0.4s ease-in-out 0.2s;
  -o-transition: all 0.4s ease-in-out 0.2s;
}
.multimedia-1-media-item[status=visible] li:nth-child(3) {
  -webkit-transition: all 0.4s ease-in-out 0.4s;
  -moz-transition: all 0.4s ease-in-out 0.4s;
  -ms-transition: all 0.4s ease-in-out 0.4s;
  -o-transition: all 0.4s ease-in-out 0.4s;
}
.multimedia-1-media-item[status=visible] li:nth-child(4) {
  -webkit-transition: all 0.4s ease-in-out 0.6s;
  -moz-transition: all 0.4s ease-in-out 0.6s;
  -ms-transition: all 0.4s ease-in-out 0.6s;
  -o-transition: all 0.4s ease-in-out 0.6s;
}
.multimedia-1-media-item[status=visible] li:nth-child(5) {
  -webkit-transition: all 0.4s ease-in-out 0.8s;
  -moz-transition: all 0.4s ease-in-out 0.8s;
  -ms-transition: all 0.4s ease-in-out 0.8s;
  -o-transition: all 0.4s ease-in-out 0.8s;
}
.multimedia-1-media-item[status=visible] li:nth-child(6) {
  -webkit-transition: all 0.4s ease-in-out 1.0s;
  -moz-transition: all 0.4s ease-in-out 1.0s;
  -ms-transition: all 0.4s ease-in-out 1.0s;
  -o-transition: all 0.4s ease-in-out 1.0s;
}
.multimedia-1-media-item[status=invisible] {
  height: 0;
}
.multimedia-1-media-item[status=invisible] li {
  position: relative;
  opacity: 0;
  transform: translatey(50px);
}
.multimedia-1-media-item[status=invisible] li* {
  padding: 0;
  margin: 0;
  border: none;
}
.multimedia-1-media-item-foto {
  display: inline-block;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.multimedia-1-zoomer {
  position: absolute;
  background-color: #0b3c5d;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}
.multimedia-1-zoomer:hover {
  opacity: 0.6;
}
.multimedia-1-zoomer i {
  position: absolute;
  top: 50%;
  line-height: 0;
  width: 100%;
  left: 0;
  color: #d9b310;
  font-size: 80px;
}
.multimedia-1-media-item-foto:nth-child(n+7) {
  display: none;
}
@media screen and (max-width: 800px) {
  #multimedia-1 {
    padding: 35px 0px 0 0px;
  }
  .multimedia-1-container {
    width: 100%;
  }
  .multimedia-1-media * {
    line-height: 0;
  }
  .multimedia-1-media ul {
    vertical-align: middle;
    height: auto;
  }
  .multimedia-1-media {
    height: auto;
  }
  .multimedia-1-media * {
    line-height: 0;
  }
  .multimedia-1-media-item[status=visible] {
    height: auto;
  }
  .multimedia-1-media-item[status=visible] li {
    width: 100%;
    height: 300px;
    position: relative;
    top: 0%;
    margin: 2px;
  }
  .multimedia-1-media-item-foto:nth-child(n+3) {
    display: none;
  }
  li.multimedia-1-nav-item {
    padding: 10px 0px;
  }
  li.multimedia-1-nav-item a {
    color: #333;
    outline-style: solid;
    outline-offset: 5px;
    outline-color: #333;
    outline-width: thin;
  }
}
#ancl-1 {
  background-color: #ffffff;
  text-align: center;
  padding: 40px 20px;
  margin: 40px 0;
}
#ancl-1 > div {
  text-align: center;
}
#ancl-1 .board {
  padding: 80px 0;
}
#ancl-1 > div > div {
  width: 32%;
  vertical-align: top;
  display: inline-block;
  text-align: left;
}
#ancl-1 > div:nth-child(n+3) {
  width: 32%;
  vertical-align: top;
  display: inline-block;
  text-align: left;
}
#ancl-1 > div:nth-child(n+3) > div {
  width: 100%;
}
#ancl-1 > div:nth-child(n+3) > div > div:first-child {
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  color: rgba(0,0,0,0.7);
}
#ancl-1 > div > div:nth-child(1),
#ancl-1 > div > div:nth-child(2) {
  padding-right: 40px;
}
#ancl-1 > div > div > div > div:first-child {
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  color: rgba(0,0,0,0.7);
}
#ancl-1 > div > div li {
  padding: 0 20px;
}
#ancl-1 > div > div li div:first-child {
  font-size: 11px;
  color: #333333;
}
#ancl-1 > div > div li a {
  font-weight: bold;
}
#ancl-1 > div > div li a:hover {
  color: #d9b310;
}
#ancl-1 > div > div li a:nth-child(1):first-child {
  padding: 20px 20px;
  margin-bottom: 0;
  border-bottom: 0 solid rgba(0,0,0,0.7);
}
#ancl-1 > div > div li a:last-child {
  font-weight: bold;
  margin-bottom: 25px;
  padding: 0px 0px 20px 0;
  border-bottom: 1px solid rgba(0,0,0,0.7);
}
#ancl-1 > div > div li div:last-child {
  padding: 10px 0px 20px 0;
  margin-bottom: 25px;
  text-align: justify;
  border-bottom: 1px solid rgba(0,0,0,0.7);
}
#ancl-1 > div > div .fonte {
  padding: 0px 20px;
}
#ancl-1 > div > div .fonte > div:first-child,
#ancl-1 > div > div .fonte > div:last-child {
  display: inline-block;
}
#ancl-1 > div > div .fonte > div:first-child {
  width: 59%;
  color: rgba(0,0,0,0.7);
  vertical-align: middle;
}
#ancl-1 > div > div .fonte > div:last-child {
  width: 39%;
  text-align: right;
  background-color: #0b3c5d;
  padding: 4px 15px;
  vertical-align: middle;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#ancl-1 > div > div .fonte > div:last-child:hover a {
  color: #d9b310;
}
#ancl-1 > div > div .fonte > div:last-child a {
  text-align: center;
  color: white;
}
@media screen and (max-width: 800px) {
  #ancl-1 > div > div {
    width: 100%;
  }
}
#ancl-2 {
  background-color: #ffffff;
  text-align: center;
  padding: 40px 20px;
}
#ancl-2 > div {
  text-align: center;
}
#ancl-2 > div:first-child {
  text-align: center;
  position: relative;
  padding-top: 100px;
}
#ancl-2 > div > div {
  width: 100%;
  vertical-align: top;
  display: inline-block;
  text-align: left;
}
#ancl-2 > div:nth-child(n+3) {
  width: 32%;
  vertical-align: top;
  display: inline-block;
  text-align: left;
}
#ancl-2 > div:nth-child(n+3) > div {
  width: 100%;
}
#ancl-2 > div:nth-child(n+3) > div > div:first-child {
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
#ancl-2 > div > div[anclsu-list="banners"] {
  position: absolute;
  top: 0;
  right: 0;
}
#ancl-2 > div > div[anclsu-list="banners"] ul,
#ancl-2 > div > div[anclsu-list="banners"] li {
  text-align: right;
}
#ancl-2 > div > div > div > div:first-child {
  padding: 20px 45px;
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  font-family: 'Ubuntu', sans-serif;
}
#ancl-2 > div > div ul {
  text-align: center;
}
#ancl-2 > div > div li {
  padding: 0 20px;
  display: inline-block;
  width: 32%;
  vertical-align: top;
  text-align: left;
}
#ancl-2 > div > div li div:first-child {
  font-size: 11px;
  color: #d9b310;
}
#ancl-2 > div > div li a {
  font-weight: bold;
  color: #333333;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#ancl-2 > div > div li a:hover {
  color: #d9b310;
}
#ancl-2 > div > div li a:nth-child(1):first-child {
  padding: 20px 20px;
  margin-bottom: 0;
  color: #333333;
}
#ancl-2 > div > div li a:last-child {
  font-weight: bold;
  margin-bottom: 25px;
  padding: 0px 0px 20px 0;
  color: #333333;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#ancl-2 > div > div li a:last-child:hover {
  color: #d9b310;
}
#ancl-2 > div > div li div:last-child {
  padding: 10px 0px 10px 0;
  text-align: justify;
  color: #333333;
}
#ancl-2 > div > div .fonte {
  padding: 0px 20px;
  text-align: right;
}
#ancl-2 > div > div .fonte > div:first-child {
  width: 100%;
  color: #333333;
  font-size: 11px;
}
#ancl-2 > div > div .fonte > div:last-child {
  width: 100%;
  border-radius: 10px;
}
#ancl-2 > div > div .fonte > div:last-child a {
  text-transform: uppercase;
  font-weight: bold;
  color: #d9b310;
  font-size: 16px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#ancl-2 > div > div .fonte > div:last-child a:hover {
  color: #333333;
}
@media screen and (max-width: 800px) {
  #ancl-2 > div > div > div > div:first-child {
    padding: 20px;
  }
  #ancl-2 > div > div {
    margin-bottom: 20px;
  }
  #ancl-2 > div > div li {
    width: 100%;
    margin-bottom: 20px;
  }
  #ancl-2 > div > div[anclsu-list="banners"] {
    display: none;
  }
  #ancl-2 > div:first-child {
    padding-top: 0px;
  }
}
#header-responsive .container {
  background-color: #ffffff;
  width: 100%;
  text-align: center;
}
#header-responsive .container .top {
  display: block;
  height: 100px;
}
#header-responsive .container .top .social,
#header-responsive .container .top .logo,
#header-responsive .container .top .contacts {
  display: inline-block;
  width: 33%;
  position: relative;
  height: 100%;
  vertical-align: middle;
}
#header-responsive .container .top .social ul {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: left;
  padding: 5px;
}
#header-responsive .container .top .social ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
}
#header-responsive .container .top .social ul li a:hover {
  color: #d9b310;
}
#header-responsive .container .top .logo {
  text-align: center;
}
#header-responsive .container .top .logo a {
  display: inline-block;
  line-height: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header-responsive .container .top .logo a img {
  width: 150px;
}
#header-responsive .container .top .contacts ul {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: right;
  padding: 5px;
}
#header-responsive .container .top .contacts ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
}
#header-responsive .container .top .contacts ul li i {
  margin-right: 5px;
}
#header-responsive .container .top .contacts ul li a {
  font-family: 'Ubuntu', sans-serif;
}
#header-responsive .container .bot {
  background-color: #0b3c5d;
}
#header-responsive .container .bot .menu {
  display: inline-block;
  width: 100%;
  position: relative;
  vertical-align: middle;
}
#header-responsive .container .bot .menu > ul {
  width: 100%;
  text-align: center;
}
#header-responsive .container .bot .menu > ul > li {
  display: inline-block;
  vertical-align: middle;
  padding: 8px 16px;
  position: relative;
}
#header-responsive .container .bot .menu > ul > li > a {
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  font-weight: 500;
  font-family: 'Ubuntu', sans-serif;
  color: white;
}
#header-responsive .container .bot .menu > ul > li > a:hover {
  color: #d9b310;
}
#header-responsive .container .bot .sub-menu > ul > li {
  padding: 6px 20px;
}
#header-responsive .container .bot .sub-menu > ul > li a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  font-family: 'Ubuntu', sans-serif;
  color: white;
}
#header-responsive .container .bot .sub-menu > ul > li a:hover {
  color: #d9b310;
}
@media screen and (min-width: 801px) {
  #header-responsive {
    display: none;
  }
  #header-responsive .container .bot .menu > ul > li .sub-menu {
    position: absolute;
    background-color: #ffffff;
    width: 350%;
    left: -9999px;
    top: 200%;
    z-index: 9999;
    font-size: 13px;
    opacity: 0;
    text-align: left;
    -webkit-transition: top 0.2s ease, opacity 0.2s ease-in, left 0.0s ease;
    -moz-transition: top 0.2s ease, opacity 0.2s ease-in, left 0.0s ease;
    -ms-transition: top 0.2s ease, opacity 0.2s ease-in, left 0.0s ease;
    -o-transition: top 0.2s ease, opacity 0.2s ease-in, left 0.0s ease;
  }
  #header-responsive .container .bot .menu > ul > li:hover .sub-menu {
    top: 100%;
    left: 0%;
    opacity: 1;
  }
  #header-responsive .container .bot .sub-menu > ul > li:hover > a {
    transform: translateX(-4px);
  }
  #header-responsive .container .bot .sub-menu > ul > li a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    color: rgba(0,0,0,0.7);
  }
  #header-responsive .container .bot .menu i.fa-chevron-right {
    display: none;
    color: text-color;
  }
  #header-responsive .container .bot .menu i.fa-chevron-right:hover {
    color: #d9b310;
  }
  #header-responsive .curtain {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  #header-responsive {
    padding-bottom: 45px;
    display: block;
  }
  #header-responsive .container .top {
    height: auto;
  }
  #header-responsive .container .bot {
    height: 100%;
    overflow-y: scroll;
  }
  #header-responsive .container {
    position: fixed;
    height: 100%;
    width: 80%;
    top: 0;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    z-index: 1000;
  }
  #header-responsive .container.opened {
    left: 0%;
  }
  #header-responsive .container.closed {
    left: -100%;
  }
  #header-responsive .container .top .social,
  #header-responsive .container .top .logo,
  #header-responsive .container .top .contacts {
    width: 100%;
  }
  #header-responsive .container .top .social ul {
    position: initial;
    text-align: center;
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
  }
  #header-responsive .container .top .logo {
    text-align: center;
  }
  #header-responsive .container .top .logo a {
    position: initial;
    display: block;
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
  }
  #header-responsive .container .top .contacts ul {
    position: initial;
    text-align: center;
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
  }
  #header-responsive .container .bot .menu > ul {
    text-align: left;
  }
  #header-responsive .container .bot .menu > ul > li {
    width: 100%;
    overflow: hidden;
  }
  #header-responsive .container .bot .menu > ul > li .sub-menu {
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    text-align: left;
  }
  #header-responsive .container .bot .menu > ul >li.opened .sub-menu {
    max-height: 500px;
  }
  #header-responsive .container .bot .menu > ul > li.closed .sub-menu {
    max-height: 0;
  }
  #header-responsive .container .bot .menu > ul > li > a {
    width: 80%;
    display: inline-block;
    vertical-align: middle;
  }
  #header-responsive .container .bot .menu > ul > li > i {
    width: 18%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
  }
  #header-responsive .curtain {
    height: auto;
    width: 100%;
    background-color: #ffffff;
    position: fixed;
    text-align: right;
    z-index: 10;
  }
  #header-responsive .curtain i.fa-bars {
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
  }
  #header-responsive .curtain.opened i.fa-bars {
    background-color: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    font-size: 0;
  }
  #header-responsive .curtain.closed i.fa-bars {
    position: initial;
    font-size: 35px;
    padding: 5px;
  }
}
#anclsu {
  background-color: #ffffff;
}
#anclsu > div {
  text-align: center;
  padding: 20px;
}
#anclsu > div > div >div:first-child {
  font-size: 30px;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}
#anclsu > div > div > ul li {
  display: inline-block;
  width: 32%;
  vertical-align: top;
}
#anclsu > div > div > ul li > div:first-child {
  font-size: 11px;
  color: #333333;
  text-align: left;
  padding: 20px 20px 0 20px;
}
#anclsu > div > div > ul li > a {
  text-align: left;
  padding: 0 20px;
  font-weight: bold;
}
#anclsu > div > div > ul li a:last-child {
  padding: 0 20px 20px 20px;
}
#anclsu > div > div > ul li > div:last-child {
  text-align: left;
  padding: 20px;
}
#anclsu > div > div > div:last-child {
  text-align: center;
  margin: 20px 0;
  padding: 20px;
}
#anclsu > div > div > div:last-child > div:first-child,
#anclsu > div > div > div:last-child > ul:last-child {
  width: 48%;
  display: inline-block;
  vertical-align: middle;
}
#anclsu > div > div > div:last-child > div:first-child {
  text-align: left;
}
#anclsu > div > div > div:last-child > ul:last-child {
  text-align: right;
}
#anclsu > div > div > div:last-child > ul:last-child > li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
#anclsu > div > div > div:last-child > ul:last-child > li a {
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#anclsu > div > div > div:last-child > ul:last-child > li a:hover {
  color: #d9b310;
}
#anclsu > div > div > div:last-child > ul:last-child > li a[href=""] {
  color: #d9b310;
}
@media screen and (max-width: 800px) {
  #anclsu > div > div > ul li {
    width: 100%;
  }
}
#view-ancl {
  background-color: #ffffff;
  text-align: center;
}
#view-ancl > div > div {
  max-width: 1024px;
  margin: 0 auto;
  padding: 80px 20px;
}
#view-ancl > div > div > div:first-child {
  font-size: 11px;
  color: #333333;
  text-align: left;
  padding: 20px 20px 0 20px;
}
#view-ancl > div > div > h1 {
  font-size: 28px;
  padding: 0 20px 20px 20px;
  text-align: left;
  font-family: 'Ubuntu', sans-serif;
}
#view-ancl > div > div > div:nth-child(3) {
  padding: 20px;
  text-align: left;
}
#view-ancl > div > div > div:nth-child(5) {
  text-align: justify;
  padding: 20px;
}
#view-ancl > div > div > div:nth-child(5) > div:nth-child(3) {
  padding: 20px 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#view-ancl > div > div > div:nth-child(5) > div:nth-child(3):hover {
  color: #d9b310;
}
#view-ancl > div > div > div:nth-child(5) > p:nth-child(2) {
  padding: 20px 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#view-ancl > div > div > div:nth-child(5) > p:nth-child(2):hover {
  color: #d9b310;
}
#view-ancl > div > div div:nth-child(6) {
  text-align: left;
  padding: 20px;
}
.sidebar-ammstrasp {
  padding: 20px 20px 20px 0;
}
.sidebar-ammstrasp > div {
  padding: 0 0 5px 0;
}
.sidebar-ammstrasp > div div {
  cursor: pointer;
  position: relative;
  padding-left: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sidebar-ammstrasp > div .has-children::before {
  content: "+";
  position: absolute;
  top: 0;
  left: 0;
}
.sidebar-ammstrasp > div div:hover {
  text-decoration: underline;
}
.sidebar-ammstrasp > div .has-children.clicked {
  font-weight: bold;
}
.sidebar-ammstrasp > div .has-children.clicked::before {
  content: "-";
}
.sidebar-ammstrasp > div ul {
  padding-left: 20px;
  display: none;
}
.sidebar-ammstrasp > div ul li {
  position: relative;
}
.sidebar-ammstrasp > div .has-children.clicked + ul {
  display: block;
}
.sidebar-ammstrasp > div .has-children.clicked + ul li a {
  position: relative;
  padding-left: 0;
  font-size: 15px;
}
.sidebar-ammstrasp div div:not(.has-children):before,
.sidebar-ammstrasp .has-children + ul li .has-children + ul li > a:before {
  position: absolute;
  content: ">>";
  top: 0;
  left: 0px;
}
.sidebar-ammstrasp .has-children + ul li .has-children + ul li > a:before {
  left: -25px;
}
.sidebar-ammstrasp .has-children + ul li ul {
  padding-left: 40px;
}
.sidebar-ammstrasp .has-children + ul li .has-children + ul li:before {
  left: 0;
}
#corpo-webpages {
  padding: 0 20px;
  background-color: #ffffff;
}
#corpo-webpages * {
  color: #333333;
  box-sizing: border-box;
}
#corpo-webpages .container {
  margin: 0 auto;
  max-width: 960px;
}
#corpo-webpages .container > .title {
  text-align: center;
  padding: 60px;
}
#corpo-webpages .container .title h1 {
  font-size: 40px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 800;
}
#corpo-webpages .container .image {
  height: 400px;
}
#corpo-webpages .container .image div {
  background-size: cover;
  background-position: center center;
  height: 100%;
}
#corpo-webpages .container .body {
  font-size: 16px;
  line-height: 1.5;
}
#corpo-webpages .container .body .text {
  margin-top: 20px;
}
#corpo-webpages .container .body .social {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 20px;
}
#corpo-webpages .container .body .social ul {
  font-size: 0;
}
#corpo-webpages .container .body .social ul * {
  font-size: 20px;
}
#corpo-webpages .container .body .social ul li {
  display: inline-block;
  margin: 0px 10px;
  cursor: pointer;
}
#corpo-webpages .container .body .social ul li i:hover {
  color: #d9b310;
}
#corpo-webpages .container .body ul.contents li.content {
  margin-top: 20px;
}
#corpo-webpages .container .body ul.contents li.content .title {
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px;
  font-weight: bold;
}
#corpo-webpages .multimedia {
  margin: 30px auto;
  max-width: 960px;
}
#corpo-webpages .multimedia .box ul {
  margin: 0 auto;
  width: 960px;
  font-size: 0px;
  width: 100%;
}
#corpo-webpages .multimedia .box ul li {
  display: inline-block;
  font-size: 15px;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: top;
}
#corpo-webpages .multimedia .box ul li a {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  position: relative;
  background-position: center center;
}
#corpo-webpages .multimedia .box ul li a div {
  background-color: rgba(0,0,0,0.6);
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out 0.0s;
  -moz-transition: all 0.3s ease-in-out 0.0s;
  -ms-transition: all 0.3s ease-in-out 0.0s;
  -o-transition: all 0.3s ease-in-out 0.0s;
}
#corpo-webpages .multimedia .box ul li:hover a div {
  background-color: rgba(0,0,0,0.1);
  height: 100%;
  width: 100%;
}
#corpo-webpages .multimedia .box ul li * {
  color: #fff;
  line-height: 1.2;
}
#corpo-webpages .multimedia .box ul li a div i {
  color: #fff;
  font-size: 30px;
  padding: 10px;
}
#corpo-webpages .multimedia .box ul li:nth-child(1):nth-last-child(1) {
  width: 100%;
  height: 400px;
}
#corpo-webpages .multimedia .box ul li:nth-child(1):nth-last-child(2),
#corpo-webpages .multimedia .box ul li:nth-child(2):nth-last-child(1) {
  width: 50%;
  height: 300px;
}
#corpo-webpages .multimedia .box ul li:nth-child(1):nth-last-child(3),
#corpo-webpages .multimedia .box ul li:nth-child(2):nth-last-child(2),
#corpo-webpages .multimedia .box ul li:nth-child(3):nth-last-child(1) {
  width: 33.33%;
  height: 200px;
}
#corpo-webpages .multimedia .box ul li a div.poster {
  background-color: rgba(0,0,0,0.6);
  height: auto;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
}
@media (max-width: 600px) {
  #corpo-webpages .multimedia .box ul#light-gallery li {
    width: 100%;
    height: 200px;
    padding: 0;
    margin: 10px 0;
  }
}
#corpo-webpages.ammtrasp .container {
  font-size: 0;
}
#corpo-webpages.ammtrasp .container > div {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}
#corpo-webpages.ammtrasp .container > div.sidebar-ammstrasp {
  width: 33%;
}
#corpo-webpages.ammtrasp .container > div.body {
  width: 66%;
}
@media screen and (max-width: 800px) {
  #corpo-webpages.ammtrasp .container > div.sidebar-ammstrasp {
    display: none;
  }
  #corpo-webpages.ammtrasp .container > div.body {
    width: 100%;
  }
}
#corpo-news * {
  box-sizing: border-box;
  background-color: #ffffff;
}
#corpo-news > .title {
  text-align: center;
  padding: 60px 20px;
}
#corpo-news > .title h1 {
  font-size: 40px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 800;
}
#corpo-news .container {
  max-width: 1284px;
  margin: 0 auto;
  font-size: 0;
}
#corpo-news .container > div {
  display: inline-block;
  font-size: 15px;
  vertical-align: top;
  padding: 20px;
}
#corpo-news .container .main-block {
  width: 80%;
}
#corpo-news .container .side-bar {
  width: 20%;
}
#corpo-news .container .main-block .categories ul li {
  font-size: 0;
  margin-bottom: 40px;
}
#corpo-news .container .main-block .categories ul li > div {
  display: inline-block;
  vertical-align: top;
}
#corpo-news .container .main-block .categories ul li .left-side {
  width: 40%;
  background-size: cover;
  background-position: 50% 50%;
  height: 250px;
}
#corpo-news .container .main-block .categories ul li .right-side {
  width: 60%;
  font-size: 15px;
  padding: 0 10px;
  line-height: 1.2;
}
#corpo-news .container .main-block .right-side .reference {
  font-size: 11px;
  color: rgba(0,0,0,0.7);
}
#corpo-news .container .main-block .right-side .reference a {
  color: black;
  font-size: 12px;
  font-weight: bold;
  display: inline;
}
#corpo-news .container .main-block .right-side .reference a:hover {
  color: #d9b310;
}
#corpo-news .container .main-block .right-side h2.title {
  color: black;
  font-size: 35px;
  font-weight: bold;
  font-family: 'Ubuntu', sans-serif;
}
#corpo-news .container .main-block .right-side .subtitle {
  color: #000;
  font-size: 18px;
  font-style: italic;
}
#corpo-news .container .main-block .right-side .text {
  margin-top: 10px;
}
#corpo-news .container .main-block .right-side .more-button {
  margin-top: 10px;
  text-align: right;
}
#corpo-news .container .main-block .right-side .more-button a {
  padding: 5px 8px;
  border: 2px solid black;
  color: black;
  display: inline-block;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out 0.0s;
  -moz-transition: all 0.3s ease-in-out 0.0s;
  -ms-transition: all 0.3s ease-in-out 0.0s;
  -o-transition: all 0.3s ease-in-out 0.0s;
}
#corpo-news .container .main-block .right-side .more-button a:hover {
  background-color: #0b3c5d;
  color: #d9b310;
  border: 2px solid #0b3c5d;
}
#corpo-news .container .side-bar .categories {
  padding: 20px;
  border: 2px solid #999;
}
#corpo-news .container .side-bar .categories .title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
#corpo-news .container .side-bar .categories ul {
  margin-left: 20px;
  line-height: 1.5;
}
#corpo-news .container .side-bar .categories ul li:hover a {
  color: #d9b310;
}
@media (max-width: 1180px) {
  #corpo-news .container .main-block {
    width: 100%;
  }
  #corpo-news .container .side-bar {
    display: none;
  }
}
@media (max-width: 599px) {
  #corpo-news .container .main-block .categories ul li {
    background-color: ;
    box-shadow: #BFBFBF 0 0 10px 1px;
  }
  #corpo-news .container .main-block .categories ul li .left-side,
  #corpo-news .container .main-block .categories ul li .right-side {
    display: inline-block;
    width: 100%;
  }
  #corpo-news .container .main-block .categories ul li .left-side {
    height: 200px;
  }
  #corpo-news .container .main-block .categories ul li .right-side {
    padding: 10px;
  }
}
#corpo-viewnews {
  padding: 0 20px;
  background-color: #ffffff;
}
#corpo-viewnews * {
  color: #333333;
  box-sizing: border-box;
}
#corpo-viewnews .container {
  margin: 0 auto;
  max-width: 960px;
}
#corpo-viewnews .container > .title {
  text-align: center;
  padding: 60px 10px;
  font-family: 'Ubuntu', sans-serif;
}
#corpo-viewnews .container .title h1 {
  font-size: 40px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 800;
}
#corpo-viewnews .container .title h2 {
  font-style: italic;
  line-height: 1.5;
  font-size: 22px;
}
#corpo-viewnews .container .title p {
  font-size: 11px;
  line-height: 1.5;
}
#corpo-viewnews .container .title p a {
  font-weight: bold;
  display: inline-block;
}
#corpo-viewnews .container .image {
  height: 400px;
}
#corpo-viewnews .container .image div {
  background-size: cover;
  background-position: center center;
  height: 100%;
}
#corpo-viewnews .container .body {
  font-size: 16px;
  line-height: 1.5;
}
#corpo-viewnews .container .body .text {
  margin-top: 20px;
}
#corpo-viewnews .container .body .social {
  text-align: right;
  margin-top: 20px;
}
#corpo-viewnews .container .body .social ul {
  font-size: 0;
}
#corpo-viewnews .container .body .social ul * {
  font-size: 30px;
}
#corpo-viewnews .container .body .social ul li {
  display: inline-block;
  margin: 0px 10px;
}
#corpo-viewnews .container .body .social ul li i:hover {
  color: rgba(0,0,0,0.1);
}
#corpo-viewnews .container .body ul.contents li.content {
  margin-top: 20px;
}
#corpo-viewnews .container .body ul.contents li.content .title {
  font-size: 18px;
  font-weight: bold;
}
#corpo-viewnews .multimedia {
  margin: 30px auto;
  max-width: 960px;
}
#corpo-viewnews .multimedia .foto ul {
  margin: 0 auto;
  width: 960px;
  font-size: 0px;
  width: 100%;
}
#corpo-viewnews .multimedia .foto ul li {
  display: inline-block;
  font-size: 15px;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: top;
}
#corpo-viewnews .multimedia .foto ul li a {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
  position: relative;
}
#corpo-viewnews .multimedia .foto ul li a div {
  background-color: rgba(0,0,0,0.6);
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out 0.0s;
  -moz-transition: all 0.3s ease-in-out 0.0s;
  -ms-transition: all 0.3s ease-in-out 0.0s;
  -o-transition: all 0.3s ease-in-out 0.0s;
}
#corpo-viewnews .multimedia .foto ul li:hover a div {
  background-color: rgba(0,0,0,0.1);
  height: 100%;
  width: 100%;
}
#corpo-viewnews .multimedia .foto ul li a div i {
  color: white;
  font-size: 45px;
  padding: 5px 10px;
}
#corpo-viewnews .multimedia .foto ul li:nth-child(1):nth-last-child(1) {
  width: 100%;
  height: 400px;
}
#corpo-viewnews .multimedia .foto ul li:nth-child(1):nth-last-child(2),
#corpo-viewnews .multimedia .foto ul li:nth-child(2):nth-last-child(1) {
  width: 50%;
  height: 300px;
}
#corpo-viewnews .multimedia .foto ul li:nth-child(1):nth-last-child(3),
#corpo-viewnews .multimedia .foto ul li:nth-child(2):nth-last-child(2),
#corpo-viewnews .multimedia .foto ul li:nth-child(3):nth-last-child(1) {
  width: 33.33%;
  height: 200px;
}
#corpo-viewnews .multimedia .album ul li a div.poster {
  background-color: rgba(0,0,0,0.6);
  height: auto;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
}
#corpo-viewnews .multimedia .album ul li a div.poster * {
  color: #fff;
}
@media (max-width: 600px) {
  #corpo-viewnews .multimedia .foto ul#light-gallery li {
    width: 100%;
    height: 200px;
    padding: 0;
    margin: 10px 0;
  }
}
#multimedia * {
  box-sizing: border-box;
  background-color: #ffffff;
  padding: 30px 0;
}
#multimedia .media {
  margin: 0px auto;
  max-width: 1284px;
}
#multimedia .media > .title {
  font-size: 40px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 800;
  padding: 60px;
  text-align: center;
}
#multimedia .media ul {
  margin: 0 auto;
  width: 960px;
  font-size: 0px;
  width: 100%;
  height: 200px;
  display: inline;
}
#multimedia .media ul li {
  display: inline-block;
  font-size: 15px;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: top;
  width: 25%;
  height: 250px;
}
#multimedia .media ul li a {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
}
#multimedia .media ul li a div {
  background-color: rgba(0,0,0,0.6);
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out 0.0s;
  -moz-transition: all 0.3s ease-in-out 0.0s;
  -ms-transition: all 0.3s ease-in-out 0.0s;
  -o-transition: all 0.3s ease-in-out 0.0s;
}
#multimedia .media ul li:hover a div {
  background-color: rgba(0,0,0,0.1);
  height: 100%;
  width: 100%;
}
#multimedia .media ul li a div i {
  color: white;
  font-size: 45px;
  padding: 5px 10px;
  font-family: 'Ubuntu', sans-serif;
}
#multimedia .media ul li:nth-child(1):nth-last-child(1) {
  width: 100%;
  height: 400px;
}
#multimedia .media ul li:nth-child(1):nth-last-child(2),
#multimedia .media ul li:nth-child(2):nth-last-child(1) {
  width: 50%;
  height: 300px;
}
#multimedia .media ul li:nth-child(1):nth-last-child(3),
#multimedia .media ul li:nth-child(2):nth-last-child(2),
#multimedia .media ul li:nth-child(3):nth-last-child(1) {
  width: 33.33%;
  height: 200px;
}
#multimedia .media ul li a > div {
  position: relative;
}
#multimedia .media ul li a div .category {
  position: absolute;
  left: 0;
  bottom: 0;
  color: white;
  padding: 10px;
  display: block;
  height: auto;
  width: 100%;
}
#multimedia #button {
  background-color: #0b3c5d;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  cursor: pointer;
}
@media (max-width: 599px) {
  #multimedia .media ul li {
    width: 100%;
    height: 300px;
  }
}
#contacts {
  margin-bottom: 40px;
}
#contacts * {
  box-sizing: border-box;
}
#contacts .container {
  text-align: center;
}
#contacts .container .contacts-head {
  text-align: center;
  padding: 60px;
}
#contacts .container .contacts-head h2 {
  font-size: 40px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 800;
}
#contacts .form-box {
  max-width: 960px;
  margin: 0 auto;
  font-size: 0;
}
#contacts .form-box {
  text-align: center;
}
#contacts .form-box form {
  width: 100%;
  display: inline-block;
  font-size: 15px;
  vertical-align: top;
}
#map {
  height: 300px;
  width: 960px;
  margin: 0 auto;
  display: inline-block;
  font-size: 15px;
  vertical-align: top;
}
#contacts .form-box form .input {
  margin: 20px 0;
}
#contacts .form-box form .input input,
#contacts .form-box form .input textarea {
  width: 100%;
  padding: 10px;
}
#contacts .form-box form .input textarea {
  height: 200px;
}
#contacts .form-box form .input.double {
  font-size: 0;
  width: 100%;
}
#contacts .form-box form .input.double input {
  width: 49%;
  font-size: 15px;
  display: inline-block;
}
#contacts .form-box form .input.double input:nth-child(1) {
  margin-right: 1%;
}
#contacts .form-box form .input.double input:nth-child(2) {
  margin-left: 1%;
}
#contacts .form-box form button {
  width: 100%;
  padding: 10px;
  font-size: 20px;
  cursor: pointer;
  background-color: #0b3c5d;
  color: #fff;
}
#contacts .form-box form button:hover {
  color: #d9b310;
}
#contacts .form-message-contatti {
  padding: 10px;
  width: 960px;
  margin: 15px auto 0 auto;
}
@media (max-width: 599px) {
  #contacts .form-box form .input.double input {
    width: 100%;
    font-size: 15px;
    display: inline-block;
  }
  #contacts .form-box form .input.double input:nth-child(1) {
    margin-right: 0%;
    margin-bottom: 20px;
  }
  #contacts .form-box form .input.double input:nth-child(2) {
    margin-left: 0%;
  }
}
