/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 3-apr-2018, 12.29.59
    Author     : intj-91
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
.white {
  color: #fff; }

.light-grey {
  color: #a9aab3; }

.grey-bg {
  background-color: #f5f5f5; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 12pt; }

section {
  padding-top: 40px;
  padding-bottom: 40px; }

#topbar {
  background-color: #f5f5f5;
  padding: 5px;
  font-size: 11pt;
  color: #a9aab3; }
  #topbar li {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px; }
    @media all and (max-width: 414px) {
      #topbar li.info {
        display: none; } }
    @media only screen and (min-device-width: 415px) and (max-device-width: 1024px) {
      #topbar li.info {
        display: none; } }

header {
  padding-top: 15px;
  padding-bottom: 15px; }

h1 {
  letter-spacing: 0.2em; }

h4 {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 3em; }

h3 {
  color: #444444;
  font-weight: 600;
  letter-spacing: 0.1em; }

h6 {
  font-size: 19px;
  letter-spacing: 0.1em;
  line-height: 2em; }
  h6 i {
    color: #fe0000;
    font-size: 1.2em !important; }

.navbar {
  position: relative;
  min-height: 50px;
  /* margin-bottom: 20px; */
  margin: 10px;
  border: none; }

.navbar-nav {
  float: right;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  margin-top: 13px; }
  .navbar-nav a {
    color: #444444; }
    .navbar-nav a:hover, .navbar-nav a:active, .navbar-nav a:focus {
      background-color: transparent !important; }

.navbar-brand {
  float: left;
  height: 50px;
  padding: 10px 0px;
  font-size: 18px;
  line-height: 20px; }

@media all and (max-width: 414px) {
  .navbar-collapse {
    text-align: right; } }
@media only screen and (min-device-width: 415px) and (max-device-width: 1024px) {
  .navbar-collapse {
    text-align: right; } }

.nav > li > a {
  padding-left: 15px !important;
  padding: 0; }
  @media all and (max-width: 414px) {
    .nav > li > a {
      padding: 7px; } }
  @media only screen and (min-device-width: 415px) and (max-device-width: 1024px) {
    .nav > li > a {
      padding: 7px; } }

.footer p {
  letter-spacing: 0.1em;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0; }
.footer a {
  text-transform: none;
  color: #444444; }

.btn-boxhome {
  color: white;
  border: 1px solid #fff;
  padding: 10px 60px;
  border-radius: 2px;
  font-weight: bold; }

.no-padding {
  padding: 0;
  margin: 0; }

.no-margin {
  margin: 0; }

#prev-bar {
  padding-bottom: 40px;
  padding-top: 40px;
  letter-spacing: 0.2em; }

.btn-red {
  background-color: #fe0000;
  color: white;
  border-radius: 0px;
  font-weight: bold;
  font-size: 1em;
  padding: 9px 50px; }
  @media all and (max-width: 414px) {
    .btn-red {
      margin-top: 20px; } }
  @media only screen and (min-device-width: 415px) and (max-device-width: 1024px) {
    .btn-red {
      margin-top: 20px; } }
  .btn-red:hover {
    background-color: #ec2222;
    color: white; }

.space {
  height: 40px; }
  @media all and (max-width: 414px) {
    .space {
      height: 10px; } }
  @media only screen and (min-device-width: 415px) and (max-device-width: 1024px) {
    .space {
      height: 20px; } }

.red-line {
  position: relative; }
  @media all and (max-width: 414px) {
    .red-line {
      margin-bottom: 40px; } }
  @media only screen and (min-device-width: 415px) and (max-device-width: 1024px) {
    .red-line {
      margin-bottom: 20px; } }
  .red-line::after {
    content: "";
    position: absolute;
    background-color: #fe0000;
    height: 2px;
    width: 10%;
    bottom: -30px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }
  .red-line.sm::after {
    bottom: 0px; }

.red-line-sidebar {
  position: relative; }
  .red-line-sidebar::after {
    content: "";
    position: absolute;
    background-color: #fe0000;
    height: 2px;
    width: 10%;
    bottom: -30px;
    left: 0;
    right: 0;
    margin-right: auto; }
  .red-line-sidebar.sm::after {
    bottom: 3px; }

.white-line {
  position: relative; }
  .white-line::after {
    content: "";
    position: absolute;
    background-color: white;
    height: 2px;
    width: 10%;
    bottom: 0;
    left: 0; }

ul.elenco-puntato li {
  list-style-type: none;
  margin-bottom: 10px; }
  ul.elenco-puntato li::before {
    content: "\f14a";
    font-family: FontAwesome;
    position: relative;
    color: #fe0000;
    left: 0px;
    padding-right: 5px; }

#layerslider {
  height: 500px !important; }
  @media all and (max-width: 414px) {
    #layerslider {
      height: 300px !important; } }
  #layerslider .title-ls {
    left: 0;
    right: 0;
    top: 10%; }
    @media all and (max-width: 414px) {
      #layerslider .title-ls {
        font-size: 1.3em;
        top: 5%;
        left: 0;
        right: 0; } }
    @media only screen and (min-device-width: 415px) and (max-device-width: 1024px) {
      #layerslider .title-ls {
        top: 12%;
        right: 0;
        left: 0;
        font-size: 1.8em; } }
    @media all and (max-width: 414px) {
      #layerslider .title-ls img {
        height: 70px;
        width: auto; } }
  #layerslider .subtitle-ls {
    left: 0;
    right: 0;
    top: 60%;
    font-size: 1.5em;
    font-weight: 300; }
    @media all and (max-width: 414px) {
      #layerslider .subtitle-ls {
        font-size: 0.8em;
        left: 0;
        right: 0; }
        #layerslider .subtitle-ls .btn-boxhome {
          display: none; } }
    @media only screen and (min-device-width: 415px) and (max-device-width: 1024px) {
      #layerslider .subtitle-ls {
        top: 65%;
        right: 0;
        left: 0;
        font-size: 1.8em; } }

#pre-footer {
  background-color: #444444;
  color: white; }
  #pre-footer a.tag {
    color: white;
    padding: 5px;
    border-radius: 2px;
    border: 1px solid white;
    display: inline-block;
    margin-top: 12px;
    margin-left: 5px;
    text-transform: uppercase; }

#title-bar h3 {
  display: inline-block; }
#title-bar p {
  float: right; }
  @media all and (max-width: 414px) {
    #title-bar p {
      display: none; } }

table {
  font-family: "Open Sans", sans-serif;
  text-align: left; }
  table .intestazione {
    background-color: #c6c6c6;
    border: none;
    color: white;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.2em; }
  table tr.even:hover {
    background-color: #dadada; }
  table tr.odd {
    background-color: #f5f5f5; }
    table tr.odd:hover {
      background-color: #dadada; }
  table tr td {
    padding: 15px; }
    @media all and (max-width: 414px) {
      table tr td {
        padding: 5px; } }
  table a.disegno {
    font-weight: bold;
    color: #333333; }

#sidebar {
  position: relative; }
  #sidebar #content-side {
    position: fixed;
    width: 270px;
    display: inline-block; }
    @media all and (max-width: 414px) {
      #sidebar #content-side {
        position: relative;
        width: auto; } }
  #sidebar ul {
    padding: 0;
    list-style-type: none; }
    #sidebar ul.tab-list li {
      border-bottom: 1px solid #f1f1f1; }
      #sidebar ul.tab-list li a {
        padding: 10px 30px 10px 10px;
        display: block;
        position: relative;
        color: #444444; }
        #sidebar ul.tab-list li a:hover, #sidebar ul.tab-list li a:active, #sidebar ul.tab-list li a.active {
          background-color: red;
          color: white;
          text-transform: none;
          text-decoration: none; }
        #sidebar ul.tab-list li a::after {
          content: "\f054";
          font-family: FontAwesome;
          position: absolute;
          right: 10px;
          top: 35%; }

.separator {
  border-bottom: 1px solid #dadada;
  padding-bottom: 15px;
  padding-top: 15px; }
  .separator.no {
    border-bottom: none; }

form input, form textarea {
  text-align: center;
  margin: 10px 20px 10px 20px;
  width: 90% !important;
  text-transform: uppercase; }

#cookie-bar.fixed.bottom {
  padding: 15px; }
#cookie-bar .cb-enable {
  background: #fe0000 !important;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-left: 30px; }

a.link {
  color: #444444;
  font-weight: bold; }
  a.link:hover {
    color: #444444; }

.link-home {
  color: #444444; }
  .link-home:hover {
    color: #444444;
    text-transform: none;
    text-decoration: none; }

.link-no-deco {
  color: #333 !important; }
  .link-no-deco:hover {
    color: #333 !important;
    text-decoration: none; }

/*# sourceMappingURL=style.css.map */
