﻿.m-t-0 {
  margin-top: 0px !important;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-t-40 {
  margin-top: 40px !important;
}
.m-b-0 {
  margin-bottom: 0px !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-b-40 {
  margin-bottom: 40px !important;
}
.m-l-5 {
  margin-left: 5px !important;
}
.m-l-10 {
  margin-left: 10px !important;
}
.m-l-20 {
  margin-left: 20px !important;
}
.m-l-40 {
  margin-left: 40px !important;
}
.m-r-5 {
  margin-right: 5px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.m-r-20 {
  margin-right: 20px !important;
}
.m-r-40 {
  margin-right: 40px !important;
}
.m-5 {
  margin: 5px !important;
}
.m-10 {
  margin: 10px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-40 {
  margin: 40px !important;
}
@charset "utf-8";
body {
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
img {
  max-width: 100%;
  height: auto;
}
.form-control {
  border-radius: 0px;
  border: none;
  background-color: #e9e9e6;
  border: 1px solid #e9e9e6;
  box-shadow: none;
  outline: none;
}
.form-control:focus {
  border-color: #ccc;
  outline: none;
  box-shadow: none;
}
.form.form-search .btn-default {
  background: #e9e9e6;
  border: 1px solid #e9e9e6;
  color: #000;
}
.form.form-search .form-control:focus {
  border-color: transparent;
}
.form.form-search.form-big .form-control,
.form.form-search.form-big .btn {
  height: 48px;
}
/* trick for remove padding in bootstrap's row */
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  .table-responsive > .table,
  #product-specs table {
    width: 560px !important;
  }
}
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > thead > tr > th {
  white-space: normal !important;
}
.color-black {
  color: #000000 !important;
}
div.line-separator {
  border: 0px;
  border-top: 5px solid #d7d7d7;
  width: 33px;
  margin: 40px auto;
}
a.download-button {
  opacity: 0.9;
}
a:hover.download-button {
  opacity: 1;
}
.owl-carousel .item {
  margin: 0px;
}
.owl-carousel .item a img {
  opacity: 0.7;
}
.owl-carousel .item a:hover img {
  opacity: 1;
}
.owl-carousel .item img {
  display: block;
  width: 100%;
  height: auto;
}
.nopadding {
  margin: 0 !important;
  padding: 0 !important;
}
.breadcrumb {
  font-size: 14px;
}
table.table {
  margin: 40px auto !important;
}
table.table tbody > tr > td {
  font-size: 13px;
  text-align: left;
  padding: 16px 10px !important;
}
table.table tbody > tr > td strong {
  font-size: 13px;
}
table.table tbody > tr > th {
  font-size: 27px;
  border: 0px !important;
}
table.table .row-title {
  width: 200px;
}
.row.row-height-full {
  height: 100%;
}
.inside {
  margin-top: 20px;
  margin-bottom: 20px;
  background: none;
}
.inside-full-height {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.content {
  padding: 12px 3px;
}
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}
p {
  line-height: 1.5;
  margin: 30px 0;
}
p a {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lora', serif;
  color: #000;
}
h1.large-underline,
h2.large-underline,
h3.large-underline,
h4.large-underline,
h5.large-underline,
h6.large-underline {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.section-title {
  margin-bottom: 20px;
}
.section-title.no-sub {
  margin-bottom: 45px;
}
.page-title {
  margin-bottom: 40px;
}
a {
  color: #80141a;
}
a:hover,
a:focus {
  color: #000;
}
blockquote {
  color: #e9e9e6;
  font-style: italic;
}
hr.small {
  max-width: 100px;
  margin: 15px auto;
  border-width: 4px;
  border-color: white;
}
hr.red {
  border-top-color: #80141a;
}
.list-more-space > li {
  padding: 5px 0;
}
/*  Navigation */
nav.navbar.is-fixed.is-visible .container {
  margin-top: 0px;
}
.topnavbar {
  border-bottom: 1px solid #eee;
  background-color: #03487b;
}
.topnavbar .nav-brand {
  height: 70px;
}
.topnavbar .navbar-nav > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 14px;
  color: #fff;
  background: none;
}
.topnavbar .navbar-nav > li > a:hover {
  background: none;
}
.area-logo .logo {
  background-size: cover;
  -o-background-size: cover;
  background-image: url(../img/back-logo-area.jpg);
  background-position: right center;
  position: relative;
  width: 100%;
  height: 120px;
}
.area-logo .logo > a {
  display: block;
  padding: 25px 0;
}
.area-logo .logo .logo-info {
  font-size: 12px;
  position: absolute;
  left: 65px;
  top: 80px;
}
.navbar-header {
  position: relative;
}
.navbar-header .navbar-brand {
  z-index: 3;
}
.navbar-custom {
  z-index: 99;
  background: #fff;
  border: 0;
}
.navbar-custom .nav li a {
  font-size: 14px;
  letter-spacing: 1px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
#main-navigation {
  background: #80141a;
}
#main-navigation .nav > li > a {
  color: #fff;
}
#main-navigation .dropdown-menu {
  background: #80141a;
  min-width: 200px;
}
#main-navigation .dropdown-menu > li > a {
  color: #fff;
}
#main-navigation .dropdown-menu > li > a:hover {
  background-color: #540d11;
}
.navbar-custom {
  margin: 0;
}
.navbar-default .navbar-toggle {
  border: 0;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
  background: none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background: #540d11;
}
@media (max-width: 767px) {
  .topnavbar .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    color: #000;
  }
  .topnavbar .container > .navbar-header,
  .topnavbar .container-fluid > .navbar-header,
  .topnavbar .container > .navbar-collapse,
  .topnavbar .container-fluid > .navbar-collapse {
    margin: 0;
  }
  #top-navigation {
    background-color: #e9e9e6;
  }
  .navbar-custom .navbar-header {
    background-color: #80141a;
    color: #fff;
    text-align: center;
  }
  .navbar-custom .navbar-header .navbar-toggle {
    float: none;
    margin: auto;
    width: 100%;
  }
  .navbar-custom .container > .navbar-header,
  .navbar-custom .container-fluid > .navbar-header,
  .navbar-custom .container > .navbar-collapse,
  .navbar-custom .container-fluid > .navbar-collapse {
    margin: 0;
  }
}
.main-content,
.sidebar {
  margin: 20px 0;
}
.articolo .etichette {
  font-size: 13px;
}
.articolo h1 {
  font-size: 28px;
  line-height: 35px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.articolo h2 {
  font-weight: 24px;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.articolo .author {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 40px;
}
.articolo .reserved-area-block {
  margin: 40px 0;
  text-align: center;
}
.articolo .reserved-area-block h3 {
  margin: 20px 0 40px 0;
}
.sidebar hr {
  border-top-color: rgba(128, 20, 26, 0.2);
}
.sidebar .widget {
  margin: 20px 0;
}
.sidebar .widget .title {
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}
.sidebar .widget .title a {
  color: #000;
}
.sidebar .widget.widget-related a {
  color: #000;
  font-size: 15px;
  display: block;
  border-bottom: 1px solid #e9e9e6;
  padding: 10px 0;
}
.sidebar .widget.widget-related li:last-child a {
  border-bottom: 0;
}
.sidebar.sidebar-filter h4 {
  border-bottom: 1px solid #e9e9e6;
  padding-bottom: 10px;
}
.sidebar.sidebar-filter h4:before {
  /* symbol for "opening" panels */
  font-family: 'FontAwesome';
  /* essential for enabling glyphicon */
  content: "\f107";
  /* adjust as needed, taken from bootstrap.css */
  float: right;
  /* adjust as needed */
  color: grey;
  /* adjust as needed */
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  font-size: 26px;
}
.sidebar.sidebar-filter h4.collapsed:before {
  /* symbol for "collapsed" panels */
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}
.social-icon {
  margin: 20px 0;
}
.social-icon li {
  height: 32px;
  width: 32px;
  line-height: 32px;
  border-radius: 50%;
  background-color: #e9e9e6;
  text-align: center;
  margin: 0 5px;
  opacity: 1;
  padding: 0;
}
.social-icon li:hover {
  opacity: 0.8;
}
.social-icon li a {
  color: #fff;
  display: block;
}
.social-icon li.fb {
  background-color: #4f66a9;
}
.social-icon li.tw {
  background-color: #35a5e4;
}
.social-icon li.ld {
  background-color: #1776ba;
}
.social-icon li.gp {
  background-color: #d44c2e;
}
.green,
a.green {
  color: #1eba09;
}
.orange {
  color: #fc7217;
}
.home-slider {
  margin-top: 20px;
}
.home-slider .slider-thumb {
  position: relative;
  display: block;
}
.home-slider .slider-thumb .caption {
  position: absolute;
  bottom: 5px;
  right: 5px;
  left: 5px;
  color: #fff;
  font-style: normal;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  z-index: 10;
}
.home-slider .slider-thumb:after {
  z-index: 9;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 70%, #000000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}
.list-post .item-post,
.list-search .item-post,
.list-post .item-search,
.list-search .item-search {
  margin-bottom: 30px;
}
.list-post .meta,
.list-search .meta {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.list-post .title,
.list-search .title {
  font-size: 18px;
  line-height: 25px;
  margin-top: 5px;
  font-family: 'Open Sans', sans-serif;
}
.list-post .author,
.list-search .author {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
.list-post .post-info,
.list-search .post-info {
  font-size: 13px;
}
.list-post .sezione p,
.list-search .sezione p {
  margin: 10px 0;
}
.page-counter {
  margin-left: 10px;
}
.box-layout {
  padding: 20px;
  background-color: #e9e9e6;
}
.list-book .item-book {
  margin-bottom: 30px;
}
.list-book .item-book .title {
  font-size: 18px;
  line-height: 25px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0;
}
.list-book .item-book .title a {
  color: #000;
}
.list-book .item-book .book-info {
  margin-bottom: 10px;
}
.list-book .item-book .book-info-small {
  font-size: 14px;
}
.tab-content {
  padding: 20px 0;
}
.nav-tabs.nav-tabs-01 > li > a {
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 0;
  cursor: pointer;
  background-color: #e9e9e6;
  color: #666;
  font-weight: 700;
  font-size: 16px;
  margin-right: 0;
}
.nav-tabs.nav-tabs-01 > li.active > a {
  border-top: 2px solid #80141a;
  background-color: #fff;
  color: #000;
}
.read-more {
  text-align: right;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 20px;
}
/* Accordion */
.panel-custom {
  border: 0;
}
.panel-custom .panel-heading {
  padding: 0;
  background-color: #fff;
  border-top: 0;
}
.panel-custom .panel-title a {
  font-size: 26px;
  line-height: 35px;
}
.panel-custom .panel-title a small {
  font-size: 18px;
  position: relative;
  top: -5px;
}
@media (max-width: 768px) {
  .panel-custom .panel-title a {
    font-size: 18px;
    line-height: 25px;
  }
  .panel-custom .panel-title a small {
    font-size: 14px;
    line-height: 20px;
  }
}
.panel-custom .panel-heading .accordion-toggle {
  display: block;
  padding: 20px 15px;
}
.panel-custom .panel-heading .accordion-toggle:before {
  /* symbol for "opening" panels */
  font-family: 'FontAwesome';
  /* essential for enabling glyphicon */
  content: "\f107";
  /* adjust as needed, taken from bootstrap.css */
  float: right;
  /* adjust as needed */
  color: grey;
  /* adjust as needed */
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  font-size: 26px;
}
.panel-custom .panel-heading .accordion-toggle.collapsed:before {
  /* symbol for "collapsed" panels */
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}
.tag-cloud {
  background-color: #80141a;
  padding: 20px;
}
.tag-cloud ul > li > a {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-family: 'Lora', serif;
}
#strutture-intro {
  background-color: #faf8f4;
  padding: 20px 0;
}
#strutture-intro h1,
#strutture-intro p {
  text-align: center;
}
#strutture-intro h1 {
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 600;
  margin: 10px auto;
  color: #03487b;
}
#strutture-intro h1:after {
  content: " ";
  display: block;
  height: 1px;
  width: 20px;
  background-color: #595959;
  margin: 25px auto;
}
#strutture-intro p {
  font-weight: 100;
  font-size: 20px;
}
#strutture-intro a {
  text-decoration: none;
  font-weight: bold;
}
#strutture-intro a span {
  display: block;
}
#strutture {
  background-color: #f1f1f1;
  overflow: hidden;
}
#strutture .inside {
  padding-left: 40px;
  padding-right: 40px;
}
#strutture .strutture-column {
  min-height: 572px;
  height: 572px;
}
#strutture h2 {
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 600;
  margin: 10px auto;
  color: #000;
}
#strutture h2:after {
  content: " ";
  display: block;
  height: 1px;
  width: 20px;
  background-color: #595959;
  margin: 25px 0;
}
@media only screen and (max-width: 991px) {
  #strutture p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #strutture .col-xs-height.col-image {
    display: block !important;
  }
}
#strutture-hospitality {
  background-color: #191919;
  color: #fff;
  text-align: center;
  padding: 40px 0;
  font-weight: 100;
}
#strutture-hospitality h2 {
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 600;
  margin: 10px auto;
  color: #fff;
}
#strutture-hospitality h2:after {
  content: " ";
  display: block;
  height: 1px;
  width: 20px;
  background-color: #fff;
  margin: 25px auto;
}
.news-preview {
  background: #cc0066;
  overflow: hidden;
}
.news-preview .news-preview-img {
  position: relative;
  overflow: hidden;
  /* Width and height can be anything. */
  width: 100%;
  height: 350px;
}
@media (min-width: 992px) {
  .news-preview .news-preview-img {
    height: 450px;
  }
}
.news-preview .news-preview-img img {
  position: absolute;
  /* Position the image in the middle of its container. */
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  /* The following values determine the exact image behaviour. */
  /* You can simulate background-size: cover/contain/etc.
	 by changing between min/max/standard width/height values.
	 These values simulate background-size: cover
	*/
  min-width: 100%;
  min-height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-preview a:hover img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.news-preview a .news-preview-text {
  background: #03487b;
  position: relative;
  display: table;
  width: 100%;
}
.news-preview > a {
  color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-preview > a:hover,
.news-preview > a:focus {
  text-decoration: none;
}
.news-preview > a .post-title {
  display: table-cell;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
  height: 100%;
  padding: 15px 30px;
}
.news-preview > a .go-btn {
  display: table-cell;
  background: #cc0066;
  z-index: 2;
  width: 120px;
  text-align: center;
  vertical-align: middle;
  height: 100%;
  -webkit-clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-preview > a .go-btn:before {
  display: none;
}
.news-preview > a .go-btn i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 50px;
  margin-right: -20px;
}
.news-preview > a:hover .go-btn {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.news-preview > a:hover .go-btn i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 0;
}
.news-preview > a:hover .news-preview-text {
  background: #fff;
}
.news-preview > a:hover .post-title {
  background: #fff;
  color: #03487b;
}
.news-preview a.go-btn {
  bottom: 20px;
  right: 10px;
}
@media only screen and (max-width: 768px) {
  .news-preview a.go-btn {
    display: none;
  }
}
.related-news {
  margin-top: 20px;
}
.related-news .news-preview {
  background: #fff;
  margin-bottom: 40px;
}
.related-news .news-preview .news-preview-img {
  width: 100%;
  height: auto;
}
.related-news .news-preview .news-preview-img img {
  right: auto;
  left: auto;
  top: auto;
  bottom: auto;
  min-height: 0;
  min-width: 0;
  position: relative;
  max-width: 100%;
}
.related-news .news-preview .post-title {
  background: #fff;
  color: #403c3c;
  padding: 10px 0 0 0;
  font-size: 16px;
  line-height: 1.4em;
}
.related-news .news-preview .read-more {
  display: block;
  float: right;
  height: 20px;
  background: #cc0066;
  text-align: center;
  padding: 10px 0px 0 13px;
  position: relative;
  margin: 0 10px 0 0;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
}
.related-news .news-preview .read-more:after {
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #cc0066;
  position: absolute;
  right: -10px;
  top: 0;
  z-index: 1;
}
.related-news .news-preview .read-more:before {
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.custom-heading {
  font-family: 'Open Sans', sans-serif;
  z-index: 4;
  padding: 5px;
}
.custom-heading h1,
.custom-heading h2,
.custom-heading h3,
.custom-heading h4 {
  padding: 0px;
  margin: 10px 0px 20px 10px;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 600;
  color: #ffffff;
  width: auto;
}
.custom-heading h1 span,
.custom-heading h2 span,
.custom-heading h3 span,
.custom-heading h4 span {
  background: #03487b;
  box-shadow: 10px 0 0 #03487b, -10px 0 0 #03487b;
  color: #ffffff;
  padding: 0px 10px;
}
@media only screen and (min-width: 768px) {
  .custom-heading h1,
  .custom-heading h2,
  .custom-heading h3,
  .custom-heading h4 {
    font-size: 32px;
  }
}
.custom-heading a {
  color: #ffffff;
  display: block;
}
.custom-heading a .go-btn {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  float: left;
  box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.4);
  font-size: 16px;
  padding: 8px 18px;
}
.custom-heading a .go-btn:before {
  border-width: 16px 0 16px 16px;
}
@media (min-width: 768px) {
  .custom-heading a .go-btn {
    font-size: 22px;
    padding: 14px 25px;
  }
  .custom-heading a .go-btn:before {
    border-width: 25px 0 25px 25px;
  }
}
.custom-heading a:hover,
.custom-heading a:focus {
  text-decoration: none;
}
.custom-heading a:hover h1,
.custom-heading a:focus h1,
.custom-heading a:hover h2,
.custom-heading a:focus h2,
.custom-heading a:hover h3,
.custom-heading a:focus h3,
.custom-heading a:hover h4,
.custom-heading a:focus h4 {
  color: #03487b;
}
.custom-heading a:hover h1 span,
.custom-heading a:focus h1 span,
.custom-heading a:hover h2 span,
.custom-heading a:focus h2 span,
.custom-heading a:hover h3 span,
.custom-heading a:focus h3 span,
.custom-heading a:hover h4 span,
.custom-heading a:focus h4 span {
  background: #fff;
  box-shadow: 10px 0 0 #ffffff, -10px 0 0 #ffffff;
  color: #03487b;
}
.custom-heading a:hover .go-btn,
.custom-heading a:focus .go-btn {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 8px 25px 8px 18px;
}
@media (min-width: 768px) {
  .custom-heading a:hover .go-btn,
  .custom-heading a:focus .go-btn {
    padding: 14px 35px 14px 25px;
  }
}
.custom-heading .news-date {
  background: #cc0066;
  font-size: 18px;
  padding: 10px;
}
.custom-heading .subheading {
  padding: 0px;
  margin: 5px;
  display: block;
  font-size: 16px;
  color: #000000;
}
.featured .custom-heading .subheading {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
}
.featured .custom-heading .go-btn i {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
}
.single-news .custom-heading a:hover h1 span,
.single-news .custom-heading a:focus h1 span,
.single-news .custom-heading a:hover h2 span,
.single-news .custom-heading a:focus h2 span,
.single-news .custom-heading a:hover h3 span,
.single-news .custom-heading a:focus h3 span,
.single-news .custom-heading a:hover h4 span,
.single-news .custom-heading a:focus h4 span {
  background: #03487b;
  box-shadow: 10px 0 0 #03487b, -10px 0 0 #03487b;
  color: #fff;
}
.custom-heading.white .subheading {
  color: #ffffff;
}
.custom-heading-left {
  width: auto;
  height: 235px;
  position: absolute;
  top: 200px;
  left: 30px;
}
.custom-heading-right {
  background: no-repeat 0px 0px;
  background-image: url(../img/slash-green.png);
  width: 347px;
  height: 235px;
  position: absolute;
  top: 100px;
  right: 30px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .custom-heading-right {
    width: auto;
  }
}
.category-heading {
  background: no-repeat 0px 0px;
  background-image: url(../img/slash-green.png);
  width: 347px;
  height: 219px;
  position: absolute;
  top: 195px;
  right: 40px;
  z-index: 4;
}
.category-heading h1,
.category-heading h2,
.category-heading h3,
.category-heading h4 {
  margin: 110px 0 0 0;
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .category-heading {
    right: 0px;
  }
}
.thumbnail {
  border: 0px;
  position: relative;
  padding: 0px;
  margin-bottom: 20px;
  background: #000000;
}
@media only screen and (max-width: 768px) {
  .thumbnail {
    max-height: 160px;
    overflow: hidden;
  }
}
.thumbnail img {
  opacity: 0.5;
}
.thumbnail .gallery-meta {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 130px;
}
@media only screen and (max-width: 500px) {
  .thumbnail .gallery-meta {
    padding-top: 55px;
  }
}
.thumbnail .gallery-meta .date {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 10px;
}
.thumbnail .gallery-meta .gallery-title {
  display: block;
  text-align: center;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 18px;
  color: #fff;
}
.thumbnail .gallery-meta .gallery-title:after {
  content: " ";
  display: block;
  width: 30px;
  height: 3px;
  background: #03487b;
  margin: 10px auto 0 auto;
}
.thumbnail .gallery-meta .gallery-desc {
  display: block;
  text-align: center;
  margin: 10px 0px 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
}
.thumbnail .gallery-hover-arrow {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 33px;
  height: 33px;
  font-size: 33px;
  text-align: center;
  margin: 5px;
  line-height: 33px;
  color: #fff;
}
a .gallery-meta {
  background: transparent;
  color: #403c3c;
}
a .gallery-hover-arrow {
  visibility: hidden;
}
a:hover .gallery-meta {
  background: rgba(0, 139, 52, 0.5);
  color: #ffffff;
}
a:hover .gallery-meta .gallery-title,
a:hover .gallery-meta .gallery-desc,
a:hover .gallery-meta .line-separator {
  visibility: hidden;
}
a:hover .gallery-hover-arrow {
  visibility: visible;
  color: #ffffff;
}
a:hover .date {
  visibility: hidden;
}
.storia-gallery .thumbnail {
  background: #03487b;
  overflow: hidden;
}
.storia-gallery .thumbnail img {
  opacity: 1;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .storia-gallery .thumbnail img {
    margin-top: -20%;
  }
}
.storia-gallery .thumbnail:hover img {
  opacity: 0.5;
}
.storia-gallery .gallery-meta {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  vertical-align: bottom;
  display: table;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}
.storia-gallery .gallery-meta .gallery-title {
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #c1c1c1;
}
.storia-gallery .gallery-meta .gallery-title:after {
  display: none;
}
.storia-gallery .gallery-meta .gallery-year {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.storia-gallery a:hover .gallery-meta {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}
.storia-gallery a:hover .gallery-meta .gallery-title {
  visibility: visible;
}
.sidebar-title {
  padding: 15px 15px;
  background: #03487b;
  text-align: left;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.news-sidebar .sidebar-title {
  background: #fff;
  font-size: 20px;
  color: #03487b;
  padding: 0 0 15px 0;
}
.news-sidebar .sidebar-title:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 20px;
  background: #cc0066;
  margin-right: 10px;
  vertical-align: middle;
  line-height: 1;
  margin-top: -5px;
}
.sidebar-no-title {
  display: block;
  border-top: 4px solid #03487b;
}
.sidebar-nav li {
  display: block;
  width: 100%;
  font-size: 12px;
  border-left: 5px solid #ffffff;
  border-bottom: 1px solid #d8d8d8;
  padding-left: 0px;
}
.sidebar-nav li:hover {
  border-left: 5px solid #03487b;
}
.sidebar-nav li a:hover {
  font-weight: bold;
}
.products-single h1 {
  font-size: 18px;
  font-weight: normal;
  text-align: left;
}
.products-single .part-image {
  display: block;
  border: 3px solid #e4e4e4;
  border-left: 0px;
  border-right: 0px;
  margin: 20px auto;
  padding: 20px 0;
}
.products-list-grid a {
  font-size: 14px;
  line-height: 14px;
  display: block;
  text-transform: uppercase;
}
.products-list-grid a.thumbnail {
  background: #666666;
}
.products-list-grid a.thumbnail img {
  opacity: 0.8;
}
.products-list-grid a:hover.thumbnail img {
  opacity: 1;
}
section.gray-bg {
  background: #e9e9e6;
}
.section-heading {
  font-size: 36px;
  margin-top: 60px;
  font-weight: 700;
}
.posts-archive .posts-archive-title {
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 0;
  font-size: 20px;
  font-weight: bold;
}
.posts-archive .posts-archive-title i {
  color: #03487b;
}
.media-preview {
  height: 324px;
  display: block;
}
.media-preview .custom-heading {
  width: auto;
  margin-top: 50px;
}
.media-preview .custom-heading h1,
.media-preview .custom-heading h2,
.media-preview .custom-heading h3,
.media-preview .custom-heading h4 {
  color: #03487b;
  text-shadow: none;
}
@media only screen and (max-width: 1120px) {
  .media-preview .custom-heading h1,
  .media-preview .custom-heading h2,
  .media-preview .custom-heading h3,
  .media-preview .custom-heading h4 {
    font-size: 32px;
  }
  .media-preview .custom-heading .subheading {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .media-preview .custom-heading {
    width: 100%;
    margin: 20px auto;
  }
  .media-preview .custom-heading h1,
  .media-preview .custom-heading h2,
  .media-preview .custom-heading h3,
  .media-preview .custom-heading h4 {
    font-size: 24px;
  }
  .media-preview .custom-heading .subheading {
    font-size: 14px;
  }
  .media-preview .custom-heading a.go-btn {
    display: none;
  }
}
.media-preview .media-holder {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .media-preview .media-holder {
    margin: 20px auto;
  }
}
.media-preview .media-holder img {
  width: 100%;
}
.media-preview .media-holder a::after {
  content: " ";
  display: block;
  background-image: url(../img/image-frame-right.png);
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.media-preview .media-holder.video a::after {
  background-image: url(../img/video-frame-right.png);
}
.media-preview.oblique-right .custom-heading {
  margin-left: 0px;
}
.media-preview.oblique-right .media-holder {
  margin-right: 0px;
}
.media-preview.oblique-left .custom-heading {
  margin-right: 0px;
}
.media-preview.oblique-left .media-holder {
  margin-left: 0px;
}
.media-preview.oblique-left .media-holder a::after {
  background-image: url(../img/image-frame-left.png);
}
.media-preview.oblique-left .media-holder.video a::after {
  background-image: url(../img/video-frame-left.png);
}
.caption {
  text-align: center;
  font-size: 14px;
  padding: 10px;
  font-style: italic;
  margin: 0;
  display: block;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#product-features {
  background: #f1f1f1;
}
#product-features .product-feature {
  overflow: hidden;
}
#product-features .product-feature .col-lg-6 {
  overflow: hidden;
  padding: 0px;
}
#product-features .product-feature .content {
  padding: 50px 50px;
  margin: 0 auto;
}
#product-features .product-feature span.preheading {
  display: block;
  color: #03487b;
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #product-features .product-feature span.preheading {
    font-size: 16px;
    line-height: 20px;
  }
}
#product-features .product-feature h2 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 48px;
  line-height: 52px;
}
@media only screen and (max-width: 768px) {
  #product-features .product-feature h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
#product-features .product-feature p {
  margin: 15px auto;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  #product-features .product-feature p {
    font-size: 14px;
  }
}
#product-features .product-feature img {
  width: 100%;
}
#product-features .product-feature img.clip-product-feature-bl {
  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 89%, 0% 100%);
  clip-path: polygon(10% 0, 100% 0, 100% 89%, 0% 100%);
}
@media only screen and (max-width: 768px) {
  #product-features .product-feature img.clip-product-feature-bl {
    -webkit-clip-path: none;
    clip-path: none;
  }
}
#product-features .product-feature img.clip-product-feature-tr {
  -webkit-clip-path: polygon(0 10%, 100% 0, 89% 100%, 0 100%);
  clip-path: polygon(0 10%, 100% 0, 89% 100%, 0 100%);
}
@media only screen and (max-width: 768px) {
  #product-features .product-feature img.clip-product-feature-tr {
    -webkit-clip-path: none;
    clip-path: none;
  }
}
#product-galleries {
  margin-top: 60px;
}
#product-galleries .product-gallery {
  margin: 60px 0px;
}
#product-galleries .product-gallery h4 {
  font-size: 60px;
  text-align: center;
  margin: 0px;
}
#product-galleries .product-gallery h4:after {
  content: " ";
  display: block;
  height: 5px;
  width: 33px;
  margin: 20px auto;
  background: #03487b;
}
#product-specs {
  margin-top: 160px;
}
#product-specs table {
  display: table;
  margin: 0 auto;
  width: 80%;
}
#product-charts h4 {
  font-size: 36px;
  color: #313131;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  #product-charts h4 {
    font-size: 26px;
    line-height: 32px;
  }
}
#product-charts h4:after {
  content: " ";
  display: block;
  width: 33px;
  height: 5px;
  background: #313131;
  margin: 20px auto;
}
#product-charts p {
  font-size: 16px;
}
.chart {
  position: relative;
  display: inline-block;
  width: 215px;
  height: 215px;
  margin: 30px 30px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .chart {
    width: 180px;
    height: 180px;
  }
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percent {
  display: inline-block;
  line-height: 215px;
  z-index: 2;
  font-weight: bold;
  font-size: 45px;
}
@media only screen and (max-width: 768px) {
  .percent {
    line-height: 180px;
    font-size: 30px;
  }
}
.percent:after {
  content: ' ';
  margin-left: 0.1em;
  font-size: .8em;
}
.chart-mm .percent {
  display: inline-block;
  line-height: 215px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .chart-mm .percent {
    line-height: 180px;
    font-size: 30px;
  }
}
.chart-mm .percent:after {
  content: 'mm';
  margin-left: 0.1em;
  font-size: .8em;
  font-weight: normal;
}
#telai-list a.telai-list-single:nth-child(even) {
  background: #cccccc;
}
#telai-list a.telai-list-single:nth-child(odd) {
  background: #ffffff;
}
#telai-list a.telai-list-single {
  display: block;
  padding: 80px 0 160px 0;
  margin: 0px auto;
  background: red;
  margin-top: -70px;
  min-height: 180px;
}
#telai-list a.telai-list-single h3 {
  font-size: 48px;
  color: #001607;
}
#telai-list a.telai-list-single h3:after {
  content: " ";
  display: block;
  background: #03487b;
  height: 5px;
  width: 33px;
  margin: 20px auto;
}
#telai-list a.telai-list-single img {
  margin-top: -30px;
}
@media only screen and (max-width: 768px) {
  #telai-list a.telai-list-single img {
    margin-top: 0px;
  }
}
#telai-list a:hover.telai-list-single {
  background: #03487b;
  text-decoration: none;
}
#telai-list a:hover.telai-list-single h3 {
  color: #001607;
}
#telai-list a:hover.telai-list-single h3:after {
  background: #ffffff;
}
.spacer {
  height: 160px;
  background: #403c3c;
  margin-top: -80px;
}
footer {
  padding-top: 40px;
  min-height: 264px;
  font-weight: normal;
}
@media only screen and (max-width: 789px) {
  footer {
    min-height: inherit;
    font-size: 12px;
  }
}
footer .big-footer {
  background-color: #e9e9e6;
}
footer .big-footer a {
  color: #333;
}
footer .big-footer a:hover {
  color: #000;
}
footer ul.footer-links {
  padding: 30px 0;
  font-family: 'Open Sans', sans-serif;
}
footer ul.footer-links li {
  list-style: none;
  padding: 5px 10px;
  margin: 0px;
  border-bottom: 1px solid #d1d1cb;
}
footer ul.footer-links li:last-child {
  border: none;
}
footer ul.footer-links li a {
  color: #333;
}
footer ul.footer-links li a:hover {
  color: #000;
}
footer ul.footer-links li a.green {
  color: #2f710f;
}
footer .copyright {
  font-size: 14px;
  margin-bottom: 0;
  background-color: #03487b;
  color: #fff;
}
footer .copyright a {
  color: rgba(255, 255, 255, 0.75);
}
footer .copyright a:hover {
  color: #fff;
}
#page {
  background: #ffffff;
}
#page .contents {
  padding-bottom: 50px;
  padding-top: 25px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  #page .contents {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#page .contents .page-heading {
  margin-bottom: 69px;
  margin-left: 18px;
  border-bottom: 1px solid #e0e0e0;
}
@media only screen and (max-width: 768px) {
  #page .contents .page-heading {
    margin-left: 0;
  }
}
#page .contents .page-heading h1,
#page .contents .page-heading span.h1 {
  display: block;
  font-size: 26px;
  font-weight: 600;
  margin: 25px 0 10px 0;
}
@media only screen and (max-width: 768px) {
  #page .contents .page-heading h1,
  #page .contents .page-heading span.h1 {
    font-size: 20px;
    margin: 30px 0 10px 0;
  }
}
#page .contents .page-heading .breadcrumb {
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  #page .contents .page-heading .breadcrumb {
    display: none;
  }
}
#page .contents .smaller-heading {
  position: relative;
  margin-bottom: 45px;
  margin-left: 18px;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 90px;
}
@media only screen and (max-width: 768px) {
  #page .contents .smaller-heading {
    margin-left: 0;
  }
}
#page .contents .smaller-heading h1,
#page .contents .smaller-heading span.h1 {
  display: block;
  font-size: 26px;
  font-weight: 600;
  margin: 25px 0 10px 0;
}
@media only screen and (max-width: 768px) {
  #page .contents .smaller-heading h1,
  #page .contents .smaller-heading span.h1 {
    font-size: 20px;
    margin: 30px 0 10px 0;
  }
}
#page .contents .smaller-heading .breadcrumb {
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  #page .contents .smaller-heading .breadcrumb {
    display: none;
  }
}
#page .contents .smaller-heading:before {
  content: " ";
  display: block;
  background-image: url(../img/slash-gray-mini.png);
  background-repeat: no-repeat;
  background-position: 0px;
  position: absolute;
  top: -50px;
  width: 107px;
  height: 149px;
  left: -18px;
}
#page .contents .gallery-contents {
  margin-bottom: 45px;
}
#page .page-contents h1 {
  line-height: 45px;
  font-size: 35px;
  font-weight: bold;
  color: #414141;
}
#page .page-contents h2 {
  line-height: 32px;
  font-size: 22px;
  font-weight: normal;
  color: #03487b;
}
#page .page-contents p {
  font-size: 17px;
  font-weight: normal;
}
#page .page-contents p.lead {
  font-size: 24px;
}
#page .page-footer {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #e0e0e0;
}
.social-share {
  border-top: 1px solid #e9e9e6;
  padding: 10px 0;
  margin-bottom: 40px;
  color: #222;
}
.social-share .share-msg {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
.social-share a {
  font-size: 21px;
  display: inline-block;
  padding: 0 2px;
  color: #e9e9e6;
}
.social-share a:hover,
.social-share a:focus {
  color: #cc0066;
  text-decoration: none;
}
.address-info {
  margin: 50px 0;
}
.address-info .address-info-title {
  color: #03487b;
  font-size: 25px;
  font-weight: bold;
}
.floating-label-form-group {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #03487b;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
.btn {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  border-radius: 0;
}
.btn-lg {
  font-size: 16px;
}
.btn-default {
  background: #f7f7f7;
  border-color: #f7f7f7;
  font-weight: bold;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #80141a;
  border: 1px solid #80141a;
  color: white;
}
.btn-default.active {
  background-color: #80141a;
  border: 1px solid #80141a;
  color: white;
}
.btn-default.active:hover,
.btn-default.active:focus {
  background-color: #80141a;
  border: 1px solid #80141a;
  color: white;
}
.btn-primary {
  background: #80141a;
  border-color: #80141a;
  font-weight: bold;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #000;
  border: 1px solid #000;
  color: white;
}
.btn-primary.active {
  background-color: #000;
  border: 1px solid #000;
  color: white;
}
.btn-primary.active:hover,
.btn-primary.active:focus {
  background-color: #000;
  border: 1px solid #000;
  color: white;
}
.btn-link {
  color: #80141a;
}
.btn-link:hover,
.btn-link:focus {
  color: #000;
}
.rivenditori-buttons {
  margin-bottom: 30px;
}
.rivenditori h3.smaller {
  margin: 20px 0 5px 0;
  padding: 0;
}
.rivenditori h2 {
  margin: 0;
  padding: 0;
}
.rivenditori p {
  margin: 10px 0;
  font-size: 18px !important;
}
.rivenditori ul.rivenditori-contactslist {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
.rivenditori ul.rivenditori-contactslist li {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #282828;
  font-weight: 200;
  font-size: 16px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.rivenditori ul.rivenditori-contactslist li:last-child {
  border-bottom: 0px;
}
.rivenditori ul.rivenditori-contactslist li i {
  font-size: 18px;
  padding-right: 10px;
  color: #aaaaaa;
}
.rivenditori ul.rivenditori-contactslist li a {
  color: #282828;
}
.rivenditori .rivenditore {
  margin-top: 40px;
  margin-bottom: 40px;
}
.bounce-up .animated {
  opacity: 0;
  -webkit-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -webkit-transform: translate3d(0px, 200px, 0px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200px, 0px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bounce-up.in-view .animated {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.slide-from-left {
  overflow: hidden;
}
.slide-from-left .animated {
  opacity: 0;
  -webkit-transition: all 700ms 1s ease-out;
  transition: all 700ms 1s ease-out;
  -webkit-transform: translate3d(-1800px, 0px, 0px);
  -ms-transform: translate(-1800px, 0px);
  transform: translate3d(-1800px, 0px, 0px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-from-left.in-view .animated {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.timeline-animated {
  overflow: hidden;
}
.timeline-animated .animated {
  opacity: 0;
  -webkit-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -webkit-transform: translate3d(-1800px, 0px, 0px);
  -ms-transform: translate(-1800px, 0px);
  transform: translate3d(-1800px, 0px, 0px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.timeline-animated .timeline-inverted .animated {
  opacity: 0;
  -webkit-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -webkit-transform: translate3d(1800px, 0px, 0px);
  -ms-transform: translate(1800px, 0px);
  transform: translate3d(1800px, 0px, 0px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.timeline-animated.in-view .timeline-inverted .animated,
.timeline-animated.in-view .animated {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.pagination {
  border-radius: 0;
  font-size: 16px;
}
.pagination > li a {
  border: 0;
  border-radius: 0;
  background: #f7f7f7;
  margin: 0 3px;
  color: #4e4e4e;
}
.pagination > li a:hover {
  color: #03487b;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #03487b;
  border-color: #03487b;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #03487b;
}
::selection {
  color: white;
  text-shadow: none;
  background: #03487b;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #03487b;
}
.bold {
    font-weight:bold;
}
.f-15 {
    font-size:15px;
}
.sep-collane {
    margin: 70px 0;
}
.m-blk-collane {
    border-bottom: 1px solid #eee;
}
.bg-red {
    background-color: #80141a;
    padding: 5px;
}
.book-info .description{
	overflow: hidden;
}

