@import 'map.css';
@import url('../fonts/istok-web/stylesheet.css');
/* breakpoint semimobile */
/* breakpoint complete mobile */
#fonts .regular {
  font-family: 'istok_webregular', Helvetica, sans-serif;
}
#fonts .bold {
  font-family: 'istok_webbold', Helvetica, sans-serif;
}
#fonts .italic {
  font-family: 'istok_webitalic', Helvetica, sans-serif;
}
#transitions .base {
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}
#transitions .slow {
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -ms-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}
#flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#flex .justified {
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  -webkit-align-content: flex-start;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: flex-start;
}
#flex .vertical-centered {
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -webkit-align-content: space-between;
  -webkit-align-items: center;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: space-between;
  align-items: center;
}
#flex .pull-left {
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-align-content: flex-start;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
}
#flex .stretched {
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}
/* General CSS */
body {
  overflow-x: hidden;
  font-family: 'istok_webregular', Helvetica, sans-serif;
  color: #333333;
}
body.with-sidebar {
  padding-left: 85px;
  margin-left: 0px;
}
#body {
  overflow-x: hidden;
}
header,
main,
footer,
article {
  display: block;
}
a {
  color: #0d3c67;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a[href$=".pdf"]:after,
.navbar a[href*="youtube"]:after {
  content: '\f08e';
  font-family: 'FontAwesome';
  margin-left: 7px;
  font-size: .85em;
}
strong,
b {
  font-family: 'istok_webbold', Helvetica, sans-serif;
  color: #0d3c67;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.content-wrapper li {
  padding-left: 1.5em;
  text-indent: -1em;
}
.content-wrapper li:before {
  content: '\f0c8';
  font-family: 'FontAwesome';
  font-size: 7px;
  color: #0d3c67;
  margin-right: 1.5em;
  vertical-align: middle;
}
/* Forms */
fieldset {
  margin-top: 20px;
}
fieldset .input-block {
  display: block;
  margin-bottom: 20px;
}
fieldset .input-block label {
  display: block;
}
fieldset .input-block input {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #999;
  width: 100%;
  padding: 5px 10px;
}
fieldset .input-block input:focus,
fieldset .input-block input:active {
  outline: #52b7e4 auto 3px;
}
fieldset .input-block textarea {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #999;
  width: 100%;
  padding: 5px 10px;
  min-height: 150px;
}
fieldset .input-block textarea:focus,
fieldset .input-block textarea:active {
  outline: #52b7e4 auto 3px;
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile + label {
  width: auto;
  max-width: 50%;
  font-size: 1em;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block !important;
  overflow: hidden;
  padding: 10px 30px;
  /* Button Style */
  margin: 0;
  font-family: 'istok_webregular', Helvetica, sans-serif;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  text-decoration: none;
  background-image: none;
  background: transparent;
  border: 1px solid #0d3c67;
  color: #0d3c67;
}
.inputfile + label:hover {
  border: 1px solid #c7c7c7;
}
.inputfile + label:before {
  content: '\f093';
  font-family: 'FontAwesome';
  position: relative;
  margin-right: 10px;
}
.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: #52b7e4 auto 3px;
}
/* End Forms */
/* Headings */
h2 {
  color: #0d3c67;
  font-family: 'istok_webbold', Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 3.5em;
  cursor: default;
}
.home .main h2 {
  color: #333333;
  font-size: 2.7em;
  margin-top: 60px;
}
h2 + h4 {
  margin-top: 10px;
}
h3 {
  color: #bababa;
  font-family: 'istok_webitalic', Helvetica, sans-serif;
  font-size: 1.9em;
  margin-bottom: 40px;
  cursor: default;
  line-height: 1.3em;
}
h4 {
  position: relative;
  display: block;
  color: #bababa;
  font-family: 'istok_webitalic', Helvetica, sans-serif;
  font-size: 1.7em;
  padding-bottom: 5px;
  border-bottom: 1px solid #0d3c67;
  margin: 5px 0 40px;
}
.page-services h4 {
  color: #333333;
  font-family: 'istok_webbold', Helvetica, sans-serif;
}
h5 {
  color: #333333;
}
.news-preview h5 {
  font-size: 2em;
  font-family: 'istok_webbold', Helvetica, sans-serif;
  margin: 0;
}
h6 {
  color: #333333;
  font-family: 'istok_webbold', Helvetica, sans-serif;
  font-size: 1.5em;
  margin-bottom: 20px;
}
.bordered {
  border-top: 5px solid;
  border-bottom: 5px solid;
}
/* User Color Settings */
.first-user-type,
.second-user-type,
.third-user-type {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.first-user-type .panel-heading,
.second-user-type .panel-heading,
.third-user-type .panel-heading {
  padding: 0;
  padding-bottom: 20px;
}
.first-user-type h3,
.second-user-type h3,
.third-user-type h3 {
  color: #fefefe;
  font-family: 'istok_webbold', Helvetica, sans-serif;
}
.first-user-type h3 i,
.second-user-type h3 i,
.third-user-type h3 i {
  display: none;
}
.home .main .first-user-type h3,
.home .main .second-user-type h3,
.home .main .third-user-type h3 {
  font-size: 1.4em;
  cursor: default;
}
.first-user-type ul,
.second-user-type ul,
.third-user-type ul {
  border-top: 5px solid;
  border-bottom: 5px solid;
  border-bottom: none;
  background: #ededed;
  margin-bottom: 0;
}
.first-user-type ul a,
.second-user-type ul a,
.third-user-type ul a {
  position: relative;
  display: block;
  padding: 7px 10px;
  color: #333333;
  text-decoration: none;
}
.first-user-type ul a:hover,
.second-user-type ul a:hover,
.third-user-type ul a:hover {
  text-decoration: none;
  color: #52b7e4;
}
.first-user-type ul a i,
.second-user-type ul a i,
.third-user-type ul a i {
  margin-top: .2em;
}
.first-user-type * {
  border-color: #dc3e38 !important;
}
.home .main .first-user-type h3 {
  color: #dc3e38;
}
.home .main .first-user-type img {
  width: 130px;
  border: 3px solid #dc3e38;
  margin: 0 auto 40px;
}
.first-user-type ul {
  border-color: #dc3e38;
}
.second-user-type * {
  border-color: #eb6400 !important;
}
.home .main .second-user-type h3 {
  color: #eb6400;
}
.home .main .second-user-type img {
  width: 130px;
  border: 3px solid #eb6400;
  margin: 0 auto 40px;
}
.second-user-type ul {
  border-color: #eb6400;
}
.third-user-type * {
  border-color: #e5b900 !important;
}
.home .main .third-user-type h3 {
  color: #e5b900;
}
.home .main .third-user-type img {
  width: 130px;
  border: 3px solid #e5b900;
  margin: 0 auto 40px;
}
.third-user-type ul {
  border-color: #e5b900;
}
/* Buttons */
.btn {
  margin: 10px auto;
  font-family: 'istok_webitalic', Helvetica, sans-serif;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  text-decoration: none;
}
.btn.btn-cta1 {
  background-image: none !important;
  background: #52b7e4 !important;
  border-color: #52b7e4 !important;
  color: #fefefe !important;
}
.btn.btn-cta1:hover {
  background: #5fbde6 !important;
  border-color: #5fbde6 !important;
}
.btn.btn-cta2 {
  background-image: none;
  background: transparent;
  border-color: #0d3c67;
  color: #0d3c67;
}
.btn.btn-cta2:hover {
  border-color: #c7c7c7;
}
.btn.btn-lg {
  font-size: 1.7em;
  padding: 15px 40px;
}
.btn.btn-m {
  font-size: 1.4em;
  padding: 10px 30px;
}
.btn.active,
.btn:active,
.btn.focus,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
/* Images */
.banners {
  margin-top: 50px;
  /*.row {
		#flex;
		-webkit-align-content: stretch;
		align-content: stretch;
	}*/
  /*.banner-block {
		#flex;
		#flex > .vertical-centered;
	}*/
}
.banners img {
  width: 100%;
  border: 1px solid #bababa;
  margin-bottom: 30px;
}
.banners div div div:nth-child(5) img {
  margin-bottom: 0;
}
.banners.single-banner .container-fluid {
  padding: 0 !important;
}
.banners.single-banner .container-fluid img {
  margin-bottom: 0 !important;
}
.associativa {
  max-width: 250px;
  display: block;
  margin: 0 auto;
}
/* Main Header Block */
#body > iframe {
  margin-bottom: -6px;
}
#body > header {
  background: #0d3c67;
  display: block;
  position: relative;
}
#body > header h1 {
  background: url('../img/confcommercio_logo-web-online.jpg') top left no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  text-indent: -9999px;
  margin: 5px 0;
  padding: 0 !important;
  height: 60px;
  position: relative;
  display: block;
}
#body > header h1 a {
  display: block;
  height: 100%;
}
#body > header nav {
  margin: 0 !important;
  border-radius: 0;
  padding: 0 !important;
}
/* User Nav */
#user-sidebar {
  display: none;
  position: absolute;
  width: 85px;
  top: 0;
  left: 0;
  background: #0d3c67;
}
.with-sidebar #user-sidebar {
  display: block;
}
#user-sidebar .filter-header {
  background: #52b7e4;
  text-align: center;
  color: #fefefe;
  margin-bottom: 50px;
}
#user-sidebar .filter-header:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  left: 0;
  height: 0;
  border-left: 42.5px solid transparent;
  border-right: 42.5px solid transparent;
  border-top: 20px solid #52b7e4;
}
#user-sidebar .filter-header i {
  font-size: 60px;
  margin: 80px auto 15px;
  color: rgba(254, 254, 254, 0.45);
}
#user-sidebar .filter-header p {
  margin: 0;
  padding: 5px;
  font-size: 13px;
  line-height: 1.3em;
  padding-bottom: 30px;
}
#user-sidebar .user-nav {
  padding: 5px;
}
#user-sidebar .user-nav > ul > li {
  position: relative;
  margin-bottom: 30px;
}
#user-sidebar .user-nav > ul > li > a {
  display: block;
}
#user-sidebar .user-nav > ul > li .dropdown-menu {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  padding: 10px 0;
  top: 5px;
  border-top: 5px solid;
  border-bottom: 5px solid;
}
#user-sidebar .user-nav > ul > li .dropdown-menu:after {
  content: '';
  position: absolute;
  top: 5px;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #ededed;
}
#user-sidebar .user-nav > ul > li .dropdown-menu a {
  margin: 0 10px;
  color: #0d3c67;
}
#user-sidebar .user-nav > ul > li .dropdown-menu a:hover {
  box-shadow: none;
  background: none;
  color: #52b7e4;
}
#user-sidebar .user-nav > ul > li .dropdown-menu li:not(:last-child) a {
  border-bottom: 2px solid;
}
#user-sidebar .user-nav > ul > li.open .dropdown-menu,
#user-sidebar .user-nav > ul > li:hover .dropdown-menu {
  display: block;
  left: 80px;
}
#user-sidebar .user-nav > ul > li img {
  position: relative;
  width: 53px;
  display: block;
  margin: 0 auto;
}
#user-sidebar .user-nav > ul > li.first-user-type img {
  border: 3px solid #dc3e38;
}
#user-sidebar .user-nav > ul > li.second-user-type img {
  border: 3px solid #eb6400;
}
#user-sidebar .user-nav > ul > li.third-user-type img {
  border: 3px solid #e5b900;
}
#user-sidebar .user-nav > ul > li.focused .user-img-wrapper:before {
  content: '';
  width: 73px;
  height: 73px;
  position: absolute;
  top: -10px;
  left: 1px;
  background-size: cover;
}
#user-sidebar .user-nav > ul > li.focused.first-user-type .user-img-wrapper:before {
  background: url('../img/focus-red.png') center no-repeat;
}
#user-sidebar .user-nav > ul > li.focused.second-user-type .user-img-wrapper:before {
  background: url('../img/focus-orange.png') center no-repeat;
}
#user-sidebar .user-nav > ul > li.focused.third-user-type .user-img-wrapper:before {
  background: url('../img/focus-yellow.png') center no-repeat;
}
#user-sidebar .user-nav > ul > li figcaption h6 {
  color: #fefefe;
  font-size: 12px;
  text-align: center;
  margin-top: 15px;
}
/* Nav Block */
.nav-wrapper > ul > li > a {
  color: #fefefe;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  padding: 25px 10px;
  text-decoration: none;
}
.nav-wrapper > ul > li > a > i {
  display: none;
}
.nav-wrapper > ul > li > a.dropdown-toggle {
  cursor: default;
}
.nav-wrapper > ul > li:not(:last-child) {
  border-right: 1px solid rgba(254, 254, 254, 0.2);
}
.navbar li a {
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}
.navbar.yamm {
  border: 0;
}
.navbar.yamm .dropdown-menu {
  left: 0;
  border: none;
  padding: 0;
}
.navbar.yamm .nav > li:hover > a,
.navbar.yamm .nav > li.open > a,
.navbar.yamm .nav > li.active > a,
.navbar.yamm .nav > li:active > a,
.navbar.yamm .nav > li.focus > a,
.navbar.yamm .nav > li:focus > a {
  background: #52b7e4;
  color: #fefefe;
}
.navbar.yamm .nav > li:last-child .dropdown-menu {
  right: 0 !important;
  left: auto !important;
}
.navbar.yamm .nav > li > .dropdown-menu {
  border-top: 5px solid;
  border-bottom: 5px solid;
  border-color: #52b7e4;
  background: #ededed;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0 !important;
}
.navbar.yamm .nav > li > .dropdown-menu li a {
  text-decoration: none;
  color: #0d3c67;
}
.navbar.yamm .nav > li > .dropdown-menu li a:hover {
  color: #52b7e4;
  text-decoration: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-image: none;
  background-color: transparent;
}
.navbar.yamm .nav > li > .dropdown-menu > li > a {
  padding: 5px 20px;
}
.navbar.yamm .nav > li > .dropdown-menu ul li a {
  display: inline-block;
  padding: 0 0 5px;
}
.navbar.yamm .nav > li > .dropdown-menu footer {
  background: #e0e0e0;
}
.navbar.yamm .nav > li > .dropdown-menu footer .btn {
  margin-right: 15px;
}
.navbar.yamm .nav > li:hover > .dropdown-menu {
  display: block;
}
.dropdown-header {
  font-size: 1.1em;
  font-family: 'istok_webbold', Helvetica, sans-serif;
  color: #333333;
  text-align: left;
  padding: 0 0 10px;
  border-bottom: 2px solid #52b7e4;
  margin-bottom: 15px;
  cursor: default;
}
.dropdown-header a {
  color: #333333 !important;
}
.dropdown-header a:hover {
  color: #52b7e4 !important;
}
.navbar-toggle {
  float: none;
  color: #fefefe;
}
/* Main Page */
.slider-wrapper {
  overflow: hidden;
  position: relative;
  height: 500px;
}
.slider-wrapper .slider-img-bg {
  position: absolute;
  width: 100%;
  z-index: 0;
}
.slider-wrapper .slider-img-bg img {
  width: 100%;
}
.slider-wrapper .slider-img-bg:after {
  content: '';
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 60, 103, 0.3);
}
.slider-wrapper #slider-thumbs {
  position: relative;
  z-index: 7;
  margin-top: 70px;
}
.slider-wrapper #slider-thumbs ul {
  padding: 0 10px 10px;
  margin: 0;
}
.slider-wrapper #slider-thumbs ul li {
  width: 100%;
  display: inline-block;
}
.slider-wrapper #slider-thumbs ul li a {
  cursor: pointer;
  border-right: 10px solid #fefefe;
  width: 100%;
  display: inline-block;
  padding: 10px;
  color: #fefefe !important;
}
.slider-wrapper #slider-thumbs ul li a.selected,
.slider-wrapper #slider-thumbs ul li a:hover {
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  border-right: 10px solid #0d3c67;
  background: rgba(13, 60, 103, 0.5);
}
.slider-wrapper #slider-thumbs ul li a img {
  padding-left: 0;
}
.slider-wrapper #slider-thumbs ul li a h6 {
  color: #fefefe;
  margin: 0 0 10px;
  font-size: 1.35em;
}
#slider {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
#slider #carousel-bounding-box {
  height: 500px;
}
#slider #carousel-bounding-box .carousel {
  height: 500px;
}
#slider #carousel-bounding-box .carousel .carousel-inner {
  height: 500px;
}
#slider #carousel-bounding-box .carousel .carousel-inner .item {
  height: 500px;
  /*opacity: 0;
  					#transitions > .slow;
  					&.active {
  						opacity: 1;
  					}*/
}
#slider .item img {
  position: relative;
  width: 100%;
}
#slider .img-wrapper:after {
  content: '';
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 60, 103, 0.3);
}
#slider .content-wrapper {
  z-index: 7;
  position: absolute;
  top: 70px;
  color: #fefefe;
  padding: 0 20px 20px 20px;
  -webkit-text-shadow: 1px 1px 1px #0d3c67;
  -moz-text-shadow: 1px 1px 1px #0d3c67;
  text-shadow: 1px 1px 1px #0d3c67;
}
#slider .content-wrapper h2 {
  margin: 0 0 10px;
  font-size: 2.85em;
  color: #fefefe;
}
#slider .content-wrapper p {
  font-size: 1.3em;
  margin: 0 0 15px;
}
#slider .content-wrapper a {
  margin: 0;
}
#slider .content-wrapper > div > div {
  background: rgba(13, 60, 103, 0.5);
  padding: 10px;
}
.carousel-control-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  overflow: auto;
  z-index: 10;
}
.carousel-control {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  background-color: transparent;
  background-image: none !important;
  text-shadow: none;
}
.carousel-control.left {
  float: left;
}
.carousel-control.right {
  float: right;
}
.thumbnail .caption {
  padding: 0;
}
.cta-box {
  height: 70px;
  background-color: #0d3c67;
  color: #fefefe;
}
.cta-box h6 {
  font-family: 'istok_webregular', Helvetica, sans-serif;
  color: #fefefe;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 1.3em;
  line-height: 70px;
}
.user-select .row > div {
  margin: 0;
  padding: 0;
}
.user-select .row > div .thumbnail {
  margin-right: 25px;
  margin-left: 25px;
}
.user-select .row > div .thumbnail.user-select .row > div .thumbnail:first-child .user-select .row > div .thumbnail {
  margin-left: 0;
}
.user-select .row > div .thumbnail.user-select .row > div .thumbnail:last-child .user-select .row > div .thumbnail {
  margin-right: 0;
}
.user-select .row > div .thumbnail .caption h3 {
  margin-bottom: 15px;
}
.user-select .row > div .thumbnail .caption > a {
  color: #fefefe;
  width: 100%;
  display: block;
  margin: 0;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  font-size: 1.3em;
  font-family: 'istok_webitalic', Helvetica, sans-serif;
}
.user-select .row > div .thumbnail .caption > a:hover {
  text-decoration: none;
}
.user-select .row > div .thumbnail.first-user-type .caption > a {
  background: #dc3e38;
}
.user-select .row > div .thumbnail.second-user-type .caption > a {
  background: #eb6400;
}
.user-select .row > div .thumbnail.third-user-type .caption > a {
  background: #e5b900;
}
/* News Preview */
time {
  display: block;
  font-size: 1.1em;
  font-family: 'istok_webitalic', Helvetica, sans-serif;
  margin-bottom: 20px;
}
.ad-list time {
  display: inline-block;
  margin: 5px 0 !important;
  font-size: 1em;
}
.news-preview article {
  margin-bottom: 30px;
  cursor: default;
  overflow: auto;
}
.news-preview article:hover {
  cursor: pointer;
}
.news-preview article:hover .read-more {
  text-decoration: none;
}
.news-preview article h5 a {
  text-decoration: none;
}
.news-preview .aside article {
  font-size: .8em;
}
@media only screen and (max-width: 1070px) {
  .news-preview .aside {
    margin-top: 40px;
  }
}
.news-preview .aside .banners {
  margin-bottom: 30px;
}
.news-preview .preview-img {
  padding-left: 0;
}
.read-more {
  font-size: 1.1em;
  color: #0d3c67;
  font-family: 'istok_webbold', Helvetica, sans-serif;
  text-decoration: underline;
}
.read-more:hover {
  color: #0d3c67;
  text-decoration: none;
}
.facsimiles .read-more {
  text-decoration: none;
}
.facsimiles .read-more:hover {
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  color: #52b7e4;
}
/* Breadcrumb */
.breadcrumb {
  font-size: 15px;
  background: transparent !important;
  margin-bottom: 50px;
  padding: 8px 0;
  cursor: default;
}
.breadcrumb li {
  cursor: default;
}
.breadcrumb li:not(.active) a {
  color: #777;
  text-decoration: none;
  cursor: pointer;
}
.breadcrumb li.active {
  cursor: default;
}
.breadcrumb li.active a {
  color: #ededed;
  text-decoration: none;
}
.breadcrumb li:first-child a {
  color: #0d3c67;
  cursor: pointer;
}
.breadcrumb > li + li:before {
  content: '\f105';
  font-family: 'FontAwesome';
  color: #777;
  padding: 0 15px;
}
/* Search */
.input-wrapper {
  border: 1px solid #52b7e4;
  display: block;
  overflow: auto;
  padding: 2px;
}
.input-wrapper input {
  border: none;
  line-height: 40px;
  padding: 0 0 0 10px;
  font-size: 17px;
}
.input-wrapper input:focus,
.input-wrapper input.focus,
.input-wrapper input.active,
.input-wrapper input:active {
  outline: none;
}
.input-wrapper label {
  text-align: center;
  width: 40px;
  height: 40px;
  display: inline-block;
  padding: 0;
  line-height: 40px;
  float: right;
  margin: 0;
  background: #52b7e4;
  color: #fefefe;
}
.search .filters span {
  font-family: 'istok_webbold', Helvetica, sans-serif;
  color: #52b7e4;
}
/* Page */
.page section article time {
  margin-top: 20px;
}
.page section article .mask-img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.page section article .mask-img img {
  width: 100%;
  height: auto;
}
.page section article h2 + .mask-img {
  margin-top: 20px;
}
.page section article .content-wrapper {
  margin-top: 35px;
  font-size: 1.1em;
}
.page section article .content-wrapper > h4 {
  border-bottom: none;
  margin: 0;
  color: #333333;
}
.page section article .content-wrapper > h4 + h4 {
  margin-bottom: 15px;
}
.page section article .content-wrapper > h5 {
  font-family: 'istok_webbold', Helvetica, sans-serif;
  color: #0d3c67;
  font-size: 1.3em;
}
.page section article .content-wrapper img {
  width: 100%;
  margin-bottom: 15px;
}
.page section article .content-wrapper section {
  cursor: default;
}
.page section article .content-wrapper section header h1 {
  font-family: 'istok_webbold', Helvetica, sans-serif;
  font-size: 1.6em;
}
.page section article .content-wrapper section header h1 a {
  text-decoration: none;
  cursor: default;
}
.page section article .content-wrapper section header h1 a:hover {
  color: #0d3c67;
}
.page section article .block {
  padding: 10px 15px;
  margin-top: 50px;
  background: #ededed;
  border-top: 5px solid;
  border-bottom: 5px solid;
}
.page section article .block.contact {
  border-color: #52b7e4;
}
.page section article .block.links {
  border-color: #e5b900;
}
.page section article .block.links a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 20px !important;
  color: #fff;
  display: inline-block;
  text-align: center;
}
.page section article .block.links a.website {
  background: #bababa;
}
.page section article .block.links a.website:hover {
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  background: #d3d3d3;
}
.page section article .block h4 {
  font-family: 'istok_webbold', Helvetica, sans-serif;
  color: #333333;
  border: none;
  margin-bottom: 20px;
}
.page section article .block p strong {
  font-family: 'istok_webbold', Helvetica, sans-serif;
  font-size: 1.2em;
}
.page section aside .side-block {
  display: block;
  clear: both;
  margin-bottom: 55px;
}
.page section aside .side-block h4 {
  font-family: 'istok_webbold', Helvetica, sans-serif;
  color: #333333;
}
.page section aside .side-block a {
  font-size: 1em;
  display: inline-block;
  color: #0d3c67;
  padding: 0 0 10px 0;
}
.page section aside .side-block.search {
  margin-bottom: 50px;
}
.page section aside .side-block.contact {
  padding: 10px 15px;
  margin-top: 50px;
  border-top: 5px solid;
  border-bottom: 5px solid;
  border-color: #52b7e4;
  background: #ededed;
}
.page section aside .side-block.contact h4 {
  border: none;
  margin-bottom: 20px;
}
.page section aside .side-block.contact p strong {
  font-family: 'istok_webbold', Helvetica, sans-serif;
  font-size: 1.2em;
}
.page section aside .side-block.news-preview h5 {
  font-size: 1.3em;
}
.page section aside .side-block.news-preview time {
  margin: 5px 0;
}
.page section aside .side-block.spazio-banner {
  display: none !important;
}
.page section aside .side-block.spazio-banner a {
  display: block;
}
.page section aside .side-block.spazio-banner a img {
  width: 100%;
  border: 1px solid #bababa;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1070px) {
  .page section aside .side-block.spazio-banner a img {
    width: auto;
    max-width: 390px;
    display: block;
    margin: 0 auto;
  }
}
.page .page-services section > div {
  /*-moz-column-count: 2;
				    -moz-column-gap: 50px;
				    -webkit-column-count: 2;
				    -webkit-column-gap: 50px;
				    column-count: 2;
				    column-gap: 50px;
				    width: 100%;
				    margin: 0;
				    @media @breakpoint-md {
					    -moz-column-gap: 30px;
					    -webkit-column-gap: 30px;
					    column-gap: 30px;
				    }
				    @media @breakpoint-sm {
				    	-moz-column-count: 1;
					    -moz-column-gap: 0px;
					    -webkit-column-count: 1;
					    -webkit-column-gap: 0px;
					    column-count: 1;
					    column-gap: 0px;
				    }*/
  /*> div:nth-child(odd) {
						article {
							padding-left: 0px;
						}
					}
					> div:nth-child(even) {
						article {
							padding-right: 0px;
						}
					}*/
}
.page .page-services section > div > div {
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
  overflow: auto;
  padding: 0;
}
.page .page-services section > div article p {
  font-family: 'istok_webitalic', Helvetica, sans-serif;
  font-size: 1.1em;
}
.page .page-services section > div article ul li a {
  font-size: 1.1em;
  line-height: 2em;
}
/* News */
.news .main .news-preview.featured {
  margin-bottom: 50px;
}
.news .main .block {
  padding: 10px 15px;
  margin-top: 50px;
  background: #ededed;
  border-top: 5px solid;
  border-bottom: 5px solid;
}
.news .main .block.contact {
  border-color: #52b7e4;
}
.news .main .block h4 {
  font-family: 'istok_webbold', Helvetica, sans-serif;
  color: #333333;
  border: none;
  margin-bottom: 20px;
}
.news .main .block a {
  font-size: 1em;
  display: inline-block;
  color: #0d3c67;
  padding: 0 0 10px 0;
}
.news .main .block p strong {
  font-family: 'istok_webbold', Helvetica, sans-serif;
  font-size: 1.2em;
}
.news .archive .title-wrapper {
  margin-bottom: 25px;
}
.news .archive .news-preview {
  /*> .row:not(:last-child), > .row:not(:first-child) {
				margin-bottom: 30px;
			}*/
}
.news .archive .news-preview .filters > * {
  margin: 3px auto !important;
}
.news .archive .news-preview .filters p {
  margin-bottom: 0;
}
.news .archive .news-preview .filters select {
  width: 100%;
  margin: 0 10px;
  border: 1px solid #52b7e4;
}
.news .archive .news-preview .filters > ul > li {
  position: relative;
}
.news .archive .news-preview .filters > ul > li.open:hover > a {
  border-color: #c7c7c7;
}
.news .archive .news-preview .filters > ul > li > a {
  margin: 0;
}
.news .archive .news-preview .filters > ul > li > a i {
  margin-top: .2em;
}
.news .archive .news-preview .filters > ul > li .dropdown-menu {
  margin-top: 0;
  padding: 5px;
  width: 100%;
  min-width: 0;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.175);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.175);
}
.news .archive .news-preview .filters > ul > li .dropdown-menu li a {
  text-decoration: none;
  color: #0d3c67;
  padding: 2px;
}
.news .archive .news-preview .filters > ul > li .dropdown-menu li a:hover {
  background: none !important;
  color: #52b7e4;
}
.news .archive .news-preview > .row:first-child {
  margin-bottom: 50px;
}
/* Page & News */
.title-wrapper {
  margin-bottom: 70px;
}
/* Compravendita */
.ad-item {
  position: relative;
  display: block;
  overflow: auto;
  cursor: default !important;
}
.ad-item:not(:last-of-type) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #bababa;
}
.ad-item.banner-then {
  border-bottom: none !important;
  padding-bottom: 20px !important;
  margin-bottom: 20px !important;
}
.ad-item span {
  margin-bottom: 15px;
}
.ad-item .ad-info {
  margin: 10px 0 15px;
}
.ad-item .ad-info p {
  margin-bottom: 5px;
}
.ad-item .ad-info i {
  margin: 0 10px 0 3px;
  font-size: 1.1em;
}
.ad-item .ad-info span {
  font-family: 'istok_webitalic', Helvetica, sans-serif;
}
.ad-item .ad-info span .regular {
  font-family: 'istok_webregular', Helvetica, sans-serif;
}
.ad-item .ad-info span .bold {
  font-family: 'istok_webbold', Helvetica, sans-serif;
}
.ad-item .ad-info span .italic {
  font-family: 'istok_webitalic', Helvetica, sans-serif;
}
#inserisci-attivita .input-block li {
  position: relative;
  text-indent: 0;
  padding-left: 0;
}
#inserisci-attivita .input-block li:before {
  display: none;
}
#inserisci-attivita .input-block li a {
  text-decoration: none;
}
#inserisci-attivita .input-block li ul a:hover {
  background-color: transparent;
  color: #52b7e4;
}
#inserisci-attivita .input-block li .dropdown-menu {
  top: 77%;
}
.intra-banner {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.trade-area .block {
  padding: 15px;
  margin: 5px 0 45px;
  background: #ededed;
  border-top: 5px solid;
  border-bottom: 5px solid;
  border-color: #bababa;
}
.trade-area .block .active-filters {
  font-family: 'istok_webitalic', Helvetica, sans-serif;
}
.trade-area .block .active-filters .regular {
  font-family: 'istok_webregular', Helvetica, sans-serif;
}
.trade-area .block .active-filters .bold {
  font-family: 'istok_webbold', Helvetica, sans-serif;
}
.trade-area .block .active-filters .italic {
  font-family: 'istok_webitalic', Helvetica, sans-serif;
}
.trade-area .block .active-filters li {
  cursor: default;
  padding-left: 5px;
  padding-right: 0;
}
.trade-area .block .active-filters li:first-child {
  padding-left: 20px;
}
.trade-area .block .active-filters li:not(:last-child):after {
  content: ',';
}
.trade-area .block h4 {
  border: none;
  margin-bottom: 20px;
}
.trade-area .block a.btn {
  font-size: 1.4em;
  padding: 10px 30px;
}
.trade-area .modal .modal-header {
  border: none;
  padding: 15px 15px 0;
}
.trade-area .modal .modal-header h4 {
  font-family: 'istok_webbold', Helvetica, sans-serif;
  color: #333333;
  margin-bottom: 25px;
}
.trade-area .modal .modal-header .close {
  position: relative;
  z-index: 999;
}
.trade-area .modal .modal-body {
  padding: 0 15px 15px;
}
.trade-area aside .filters > * {
  margin-bottom: 40px;
}
.trade-area aside .filters > * strong {
  text-transform: uppercase;
}
.trade-area aside .filters > ul > li {
  position: relative;
}
.trade-area aside .filters > ul > li > a {
  padding: 6px 12px;
  width: 85%;
  display: block;
}
.trade-area aside .filters li.open .dropdown-menu {
  position: absolute;
  width: 85%;
  display: block;
  margin: 0 auto;
  top: 59px;
  left: 7.5%;
  padding: 10px 15px;
  max-height: 200px;
  overflow: scroll;
}
.trade-area aside .filters li.open .dropdown-menu a {
  padding: 0;
  line-height: 2em;
  text-decoration: none;
}
.trade-area aside .filters li.open .dropdown-menu a:hover {
  background-color: transparent;
  color: #52b7e4;
}
.trade-area aside .filters .slider-handle {
  background-image: none;
  background-color: #52b7e4;
}
.trade-area aside .filters .slider-selection {
  background-image: none;
  background-color: #d6d6d6;
  box-shadow: none;
  border-bottom: 1px solid #cccccc;
}
.trade-area aside .filters > div {
  text-align: center;
}
.trade-area aside .filters > div > a.filtra {
  font-size: 1.4em !important;
  padding: 10px 30px !important;
}
.trade-area form .input-block [class*="-inline"] {
  display: inline-block !important;
  width: 125px;
  margin-right: 15px;
  margin-left: 0;
}
.trade-area form .input-block [class*="-inline"] > input {
  width: auto;
}
#comune-annuncio2 li.open .dropdown-menu {
  max-height: 200px;
  overflow: scroll;
}
/* Contacts */
.contacts .title-wrapper {
  margin-bottom: 25px;
}
.contacts section article {
  margin-bottom: 70px;
}
.contacts section article h3 {
  margin-bottom: 15px;
}
.contacts section article p {
  font-size: 1.1em;
}
.contacts section img {
  width: 100%;
}
.contacts .map-wrapper > div {
  padding: 0;
}
.contacts .map-wrapper > div img {
  width: 100%;
}
.contacts .map-wrapper > div .nav {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  border-bottom: 1px solid #0d3c67;
}
.contacts .map-wrapper > div .nav .justified {
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  -webkit-align-content: flex-start;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: flex-start;
}
.contacts .map-wrapper > div .nav .vertical-centered {
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -webkit-align-content: space-between;
  -webkit-align-items: center;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: space-between;
  align-items: center;
}
.contacts .map-wrapper > div .nav .pull-left {
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-align-content: flex-start;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
}
.contacts .map-wrapper > div .nav .stretched {
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.contacts .map-wrapper > div .nav li {
  padding: 0;
  margin-right: 5px;
  margin-left: 5px;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #0d3c67;
  border-bottom: none;
  border-radius: none;
}
.contacts .map-wrapper > div .nav li.active a {
  text-decoration: none;
}
.contacts .map-wrapper > div .nav li.active a i {
  color: #0d3c67;
}
.contacts .map-wrapper > div .nav li.active a span {
  color: #333333;
}
.contacts .map-wrapper > div .nav li a {
  text-align: center;
  width: 100%;
  display: inline-block;
  background: transparent;
  border: none;
  font-size: 1.3em;
  text-decoration: none;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -webkit-align-content: space-between;
  -webkit-align-items: center;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: space-between;
  align-items: center;
}
.contacts .map-wrapper > div .nav li a .justified {
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  -webkit-align-content: flex-start;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: flex-start;
}
.contacts .map-wrapper > div .nav li a .vertical-centered {
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -webkit-align-content: space-between;
  -webkit-align-items: center;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: space-between;
  align-items: center;
}
.contacts .map-wrapper > div .nav li a .pull-left {
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-align-content: flex-start;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
}
.contacts .map-wrapper > div .nav li a .stretched {
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .contacts .map-wrapper > div .nav li a {
    font-size: .9em;
  }
  .contacts .map-wrapper > div .nav li a i {
    font-size: 1.7em;
  }
}
.contacts .map-wrapper > div .nav li a div {
  margin: 0;
  padding: 0;
}
.contacts .map-wrapper > div .nav li a div i {
  font-size: 2.1em;
  padding: 5px 0;
}
.contacts .map-wrapper > div .nav li a div span {
  color: #333333;
}
.contacts .map-wrapper > div .nav li.active,
.contacts .map-wrapper > div .nav li:hover,
.contacts .map-wrapper > div .nav li:focus {
  background: #eee;
}
.contacts .map-wrapper > div .tab-content .tab-pane {
  padding-bottom: 50px;
}
.contacts .map-wrapper > div .tab-content .tab-pane article h3 {
  margin-top: 50px;
  margin-bottom: 5px;
}
.contacts .map-wrapper > div .tab-content .tab-pane article h2 {
  margin-bottom: 30px;
  color: #333333;
}
.contacts .map-wrapper > div .tab-content .tab-pane article > p {
  font-size: 1.1em;
}
.contacts .map-wrapper > div .tab-content .tab-pane article hr {
  border-top: 1px solid #0d3c67;
  margin: 50px 0;
}
.contacts .map-wrapper > div .tab-content .tab-pane article h4 {
  font-family: 'istok_webbold', Helvetica, sans-serif;
  color: #333333;
  border-bottom: none;
  font-size: 1.4em;
  margin: 0 0 15px;
  padding: 0;
}
.contacts .map-wrapper > div .tab-content .tab-pane article .office-referents h4 {
  margin-bottom: 25px;
}
.contacts .map-wrapper > div .tab-content .tab-pane article .office-referents .office-referent {
  margin-bottom: 10px;
}
.contacts .map-wrapper > div .tab-content .tab-pane article .office-referents .office-referent strong {
  color: #333333;
}
.contacts .map-wrapper > div .tab-content .tab-pane.active {
  background: #eee;
}
/* Come associarsi */
.facsimiles {
  margin-top: 70px;
  padding: 0 15px;
}
.facsimiles h2 {
  font-size: 2.5em;
}
.facsimiles h2 a {
  text-decoration: none;
}
.facsimiles h2 a:hover {
  text-decoration: none;
  color: #0d3c67;
}
.facsimiles .pdf-wrapper {
  overflow: auto;
  padding: 50px 0 20px;
}
.facsimiles .pdf-wrapper .pdf {
  margin-bottom: 35px;
}
.facsimiles .pdf-wrapper .pdf p {
  font-size: 1.2em;
  padding: 10px 5px 5px;
  margin-bottom: 0;
}
/* Footer */
.footer {
  margin-top: 50px;
  padding: 40px 0;
  border-top: 5px solid;
  border-bottom: 5px solid;
  border-bottom: none;
  border-color: #52b7e4;
  background: #ededed;
}
.footer > .container > .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-content: stretch;
  align-content: stretch;
}
.footer > .container > .row .justified {
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  -webkit-align-content: flex-start;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: flex-start;
}
.footer > .container > .row .vertical-centered {
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -webkit-align-content: space-between;
  -webkit-align-items: center;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: space-between;
  align-items: center;
}
.footer > .container > .row .pull-left {
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-align-content: flex-start;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
}
.footer > .container > .row .stretched {
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.footer > .container > .row .block-1 {
  order: 1;
}
.footer > .container > .row .block-2 {
  order: 2;
}
.footer .read-more {
  display: inline-block;
  margin-top: 10px;
}
.footer .quick-info {
  margin-top: 35px;
  font-family: 'istok_webitalic', Helvetica, sans-serif;
}
.footer .quick-info p {
  margin-bottom: 20px;
}
.footer .quick-info p.vat {
  margin-bottom: 0;
}
.footer .quick-info address {
  margin-bottom: 0;
}
.footer .panel-heading {
  padding: 0;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -25%;
  z-index: 3;
}
.footer .panel-heading .btn {
  margin: 0;
}
.footer .panel-heading .btn[aria-expanded="true"] {
  border-bottom-color: #ededed !important;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.footer .panel-heading .btn[aria-expanded="true"]:hover {
  border-color: #0d3c67;
}
.footer .sitemap {
  margin-top: 13px;
  border-top: 5px solid;
  border-bottom: 5px solid;
  border-top-width: 1px;
  border-bottom: none;
  border-color: #0d3c67;
  position: relative;
  padding-top: 30px;
}
.footer .sitemap .row:not(:last-child) {
  margin-bottom: 25px;
}
.footer .sitemap .row ul li a {
  color: #0d3c67;
  text-decoration: none;
}
.footer .sitemap .row ul li a:hover {
  color: #52b7e4;
}
.with-sidebar .footer .sitemap.collapse:before {
  content: '';
  position: absolute;
  left: -85px;
  width: 85px;
  background: #0d3c67;
  height: 114%;
  top: 0;
}
#go-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  background: #bababa;
  color: #fefefe;
  text-align: center;
  line-height: 35px;
  font-size: 25px;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}
#go-to-top:hover {
  background: #52b7e4;
}
/* Social */
.block .social a {
  margin-right: 10px;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 20px !important;
}
footer .social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  -webkit-align-content: flex-start;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: flex-start;
}
footer .social .justified {
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  -webkit-align-content: flex-start;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: flex-start;
}
footer .social .vertical-centered {
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -webkit-align-content: space-between;
  -webkit-align-items: center;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: space-between;
  align-items: center;
}
footer .social .pull-left {
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-align-content: flex-start;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
}
footer .social .stretched {
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.social a {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 25px !important;
  color: #fefefe !important;
}
.social a.facebook {
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  background: #3b5998;
}
.social a.facebook:hover {
  background: #4c70ba;
}
.social a.twitter {
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  background: #4099ff;
}
.social a.twitter:hover {
  background: #73b4ff;
}
.social a.linkedin {
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  background: #007bb6;
}
.social a.linkedin:hover {
  background: #009de9;
}
.social a.feed {
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  background: #ff7010;
}
.social a.feed:hover {
  background: #ff8f43;
}
.social a.whatsapp {
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  background: #4dc247;
}
.social a.whatsapp:hover {
  background: #72cf6d;
}
.social a.youtube {
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  background: #cd201f;
}
.social a.youtube:hover {
  background: #e23e3d;
}
.addthis_sharing_toolbox > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-align-content: flex-start;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
}
.addthis_sharing_toolbox > div .justified {
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  -webkit-align-content: flex-start;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: flex-start;
}
.addthis_sharing_toolbox > div .vertical-centered {
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -webkit-align-content: space-between;
  -webkit-align-items: center;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: space-between;
  align-items: center;
}
.addthis_sharing_toolbox > div .pull-left {
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-align-content: flex-start;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
}
.addthis_sharing_toolbox > div .stretched {
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.addthis_sharing_toolbox > div a {
  padding: 0 !important;
  max-width: none !important;
  max-height: none !important;
  margin-right: 10px !important;
  width: 55px !important;
  height: 55px !important;
  line-height: 55px !important;
  text-align: center !important;
  font-size: 25px !important;
  color: #fefefe !important;
  cursor: pointer;
}
.addthis_sharing_toolbox > div a span {
  width: 55px !important;
  height: 55px !important;
  line-height: 55px !important;
  background-size: 30px !important;
  background-position: center !important;
}
.addthis_sharing_toolbox > div a span.aticon-facebook {
  position: relative;
  left: -5px;
  top: -5px;
}
.addthis_sharing_toolbox > div a.at-svc-facebook {
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}
.addthis_sharing_toolbox > div a.at-svc-facebook:hover {
  background: #4c70ba;
}
.addthis_sharing_toolbox > div a.at-svc-twitter {
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}
.addthis_sharing_toolbox > div a.at-svc-twitter:hover {
  background: #73b4ff;
}
.addthis_sharing_toolbox > div a.at-svc-linkedin {
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}
.addthis_sharing_toolbox > div a.at-svc-linkedin:hover {
  background: #009de9;
}
.addthis_sharing_toolbox > div a.at-svc-whatsapp {
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}
.addthis_sharing_toolbox > div a.at-svc-whatsapp:hover {
  background: #72cf6d;
}
#cookie-banner {
  position: fixed;
  background: #0d3c67;
  color: #fefefe;
  padding: 20px 15px 5px;
  bottom: -100%;
  /*&.show {
		bottom: 0;
		opacity: 1;
	}*/
}
#cookie-banner p a {
  color: #fefefe;
  text-decoration: underline;
}
#cookie-banner p a:hover {
  text-decoration: none;
}
#cookie-banner.fissacookie {
  z-index: 100;
  bottom: 0 !important;
  display: block !important;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -ms-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}
