@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
/* font-family: 'Montserrat', sans-serif; */
/* font-family: 'Hind', sans-serif; */
@charset "utf-8";
/* CSS Document */
/*-----------------------------------*/
/* Fonts */
/*-----------------------------------*/
li {
  list-style: none;
}
a {
  text-decoration: none;
  transition: all 0.4s ease 0s;
}
a:hover,
a:focus {
  text-decoration: none;
  opacity: 0.7;
}
a:active {
  background-color: transparent;
}
input,
textarea,
input[type="submit"]:focus
{
  outline: 0 none;
  font-family: 'Open Sans';
}
button,
input,
select,
textarea {
  vertical-align: top;
  margin: 0;
}
/*-----------------------------------*/
/* Typography */
/*-----------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #5c5146;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.2em;
  margin-bottom: .8em;
}
h4,
h5,
h6 {
  color: #e86741;
}
h1 {
  font-size: 27px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 19px;
}
h5 {
  font-size: 17px;
}
h6 {
  font-size: 15px;
}
em {
  font-style: italic;
}
strong {
  font-weight: 700;
}
small {
  font-size: 85%;
}
i {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
  font-style: normal;
  background-repeat: no-repeat;
  margin-right: 15px;
}
p {
  line-height: 19px;
  margin-bottom: 16px;
}
.margin-10 {
  margin-bottom: 10px;
}
.margin-20 {
  margin-bottom: 20px;
}
.margin-30 {
  margin-bottom: 30px;
}
.margin-40 {
  margin-bottom: 40px;
}
.margin-50 {
  margin-bottom: 50px;
}
/*-----------------------------------*/
/* Struttura */
/*-----------------------------------*/
.left-menu-wrap {
  position: fixed;
  z-index: 9999;
  width: 300px;
  height: 100%;
  overflow: auto;
  padding: 2.5em 0em 0 1.5em;
  font-size: 1.15em;
  left: 0px;
  -webkit-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
/* left Close Button */
.left-close-button {
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 1em;
  overflow: hidden;
  text-indent: 1em;
  font-size: 0.75em;
  border: none;
  background: transparent;
  color: transparent;
  outline: none;
}
.left-close-button::before,
.left-close-button::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
}
.left-close-button::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.left-close-button::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* Shown menu */
.show-menu-left .left-menu-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.container {
  max-width: 1200px;
  height: auto;
}
.header {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  padding: 10px 0px;
  height: 95px;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.header span.navr-expander {
  display: block;
  font-size: 22px;
  font-weight: 400;
  height: 80px;
  line-height: 100px;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 30%;
  z-index: 12;
}
.header span.navr-expander i.fa {
  border: 2px solid;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  padding: 8px 6px;
  width: 42px;
  height: 42px;
  margin-right: 0px;
}
.header span.navr-expander i.fa:hover {
  opacity: 0.7;
}
.header .container {
  position: relative;
}
a.logo {
  height: auto;
  display: block;
  text-align: left;
  position: absolute;
  left: 0px;
}
a.logo img {
  max-width: 100%;
  max-height: 75px;
}
a.logo h1 {
  /*font-family: 'Open Sans';*/
  font-size: 46px;
  text-align: left;
  font-weight: 600;
  color: #fff;
  margin: 5px auto 10px auto;
}
a.dl-trigger {
  font-size: 22px;
  font-weight: 400;
  line-height: 70px;
}
a.dl-trigger span {
  cursor: pointer;
}
.dl-menuwrapper {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  max-width: 300px;
  float: right;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
  text-align: right;
  z-index: 9999;
}
.dl-menuwrapper button {
  margin-left: 15px;
  border: none;
  width: 48px;
  height: 45px;
  text-indent: -900em;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  outline: none;
  vertical-align: middle;
}
.dl-menuwrapper button.dl-active {
  background: #aaa;
}
.dl-menuwrapper button:after {
  content: '';
  position: absolute;
  width: 68%;
  height: 5px;
  background: #fff;
  top: 10px;
  left: 16%;
  box-shadow: 0 10px 0 #fff, 
		0 20px 0 #fff;
}
.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.dl-menuwrapper li {
  position: relative;
}
.dl-menuwrapper li a {
  display: block;
  position: relative;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #fff;
  outline: none;
}
.no-touch .dl-menuwrapper li a:hover {
  background: rgba(255, 248, 213, 0.1);
}
.dl-menuwrapper li.dl-back > a {
  padding-left: 30px;
  background: rgba(0, 0, 0, 0.1);
}
.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
  position: absolute;
  top: 0;
  line-height: 50px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\e000";
}
.dl-menuwrapper li.dl-back:after {
  left: 10px;
  color: rgba(212, 204, 198, 0.3);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.dl-menuwrapper li > a:after {
  right: 10px;
  color: rgba(0, 0, 0, 0.15);
}
.dl-menuwrapper .dl-menu {
  margin: 0px 0 0 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dl-menuwrapper .dl-menu.dl-menu-toggle {
  transition: all 0.3s ease;
}
.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
#main-claim {
  position: relative;
  padding: 0px 0px 70px 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#main-claim #gradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
#main-claim .claims .row-headlines {
  margin-bottom: 30px;
}
#main-claim .claims h1 {
  margin: 0 0 20px 0;
  font-size: 42px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
#main-claim .claims h2 {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.8em;
  text-align: center;
}
#main-claim .claims .container-video {
  border: 10px solid rgba(255, 255, 255, 0.5);
}
#main-claim .claims ul.point-list {
  width: 100%;
  height: auto;
  margin-top: -20px;
  padding: 0px;
}
#main-claim .claims ul.point-list li {
  list-style: none;
  margin-bottom: -10px;
  display: table;
  vertical-align: top;
}
#main-claim .claims .mark {
  margin-right: 5px;
  display: table-cell;
  vertical-align: middle;
  background-color: transparent;
}
#main-claim .claims .mark i.fa {
  font-size: 18px;
  color: #fff;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  padding: 8px;
}
#main-claim .claims .point-dtls {
  display: table-cell;
}
#main-claim .claims .point-dtls h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #fff;
}
#main-claim .claims .point-dtls p {
  color: #fff;
  font-size: 14px;
}
.top-content {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 0px;
  padding: 20px;
  margin-bottom: 20px;
  background: #f5f5f5;
}
.top-content h3 {
  font-size: 28px;
  color: #222222;
  font-weight: 300;
}
.sine-in-box {
  width: 100%;
  height: auto;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px 15px 10px 15px;
  margin-top: 60px;
  position: relative;
}
.sine-in-box h2 {
  font-size: 24px;
  color: #000;
  /*font-family: 'Open Sans';*/
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: 400;
}
.sine-in-box a.btn:hover {
  color: #000;
}
.reg-form {
  width: 100%;
  height: auto;
  padding: 15px 15px 30px 15px;
  margin: 0px auto;
  background: rgba(30, 30, 30, 0.75);
  position: relative;
}
.reg-form .btn {
  padding: 0px;
  width: 100%;
  height: 36px;
  font-weight: bold;
}
.reg-form .btn:hover {
  border-color: #ffffff;
}
.reg-form p {
  color: #fff;
  margin-top: 15px;
}
.reg-form p.marginated {
  margin-left: 20px;
}
.reg-form label.checkbox {
  position: relative;
  /*left: 30px;*/
  bottom: -10px;
}
#text-img .content {
  padding: 40px 0;
}
#text-img .content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#text-img .content li {
  line-height: 26px;
}
#text-img .content li::before {
  font-family: FontAwesome;
  content: '\f00c';
  margin-right: 10px;
}
#text-img .content .preamble h3 {
  margin: 0 0 20px 0;
  font-size: 28px;
  text-transform: uppercase;
  color: #4C4C4C;
}
#text-img .content .preamble p.lead {
  font-size: 17px;
  line-height: 1.8em;
  color: #777;
}
#text-img .content p {
  color: #222222;
  line-height: 24px;
}
#text-img .content .call-to-action {
  margin-top: 25px;
  font-size: 24px;
}
#text-img .content.second {
  background: #f5f5f5;
}
#text .content {
  padding: 40px 0;
}
#text .content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#text .content li {
  line-height: 26px;
}
#text .content li::before {
  font-family: FontAwesome;
  content: '\f00c';
  margin-right: 10px;
}
#text .content .preamble {
  text-align: center;
}
#text .content .preamble h3 {
  margin: 0 0 20px 0;
  font-size: 28px;
  text-transform: uppercase;
  color: #4C4C4C;
}
#text .content .preamble h4.lead {
  font-size: 17px;
  line-height: 1.8em;
  color: #777;
}
#text .content p {
  color: #222222;
  line-height: 24px;
}
#text .content .call-to-action {
  margin-top: 25px;
  font-size: 24px;
}
#text .content.second {
  background: #f5f5f5;
}
/*-----------------------------------*/
/* Stili bottoni */
/*-----------------------------------*/
.btn-theme {
  font-size: 16px;
  color: #fff;
}
.btn-theme.btn-lg {
  font-size: 26px;
}
.btn:hover,
.btn:focus {
  -webkit-transition: background-position 0s linear;
  -moz-transition: background-position 0s linear;
  -o-transition: background-position 0s linear;
  transition: background-position 0s linear;
}
.btn:active,
.btn.active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  opacity: 0.7;
  color: #fff;
}
.btn.call-to-action:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #222222;
}
.shadow-dark {
  position: relative;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  border: 0;
}
.shadow-light {
  position: relative;
  box-shadow: 0 6px 10px rgba(255, 255, 255, 0.3), 0 0 40px rgba(255, 255, 255, 0.1) inset;
  border: 0;
}
/*-----------------------------------*/
/* Stili footer */
/*-----------------------------------*/
.footer {
  width: 100%;
  height: auto;
  padding: 30px 0px 10px 0px;
  margin-top: 60px !important;
  margin-bottom: 0px !important;
  text-align: center;
}
.footer .footer-social {
  color: #fff;
  margin-bottom: 30px;
}
.footer .footer-social li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}
.footer .footer-social li span {
  display: block;
  text-indent: -400px;
}
.footer .footer-social li i.fa {
  border: 2px solid;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  padding: 10px 10px;
  width: 42px;
  height: 42px;
  margin-right: 0px;
  font-size: 18px;
}
.footer .footer-social li i.fa:hover {
  opacity: 0.7;
}
div.footer-bottom {
  width: 100%;
  height: auto;
  padding: 15px 0px 0px 0px;
  margin-bottom: 0px !important;
  background-color: #333;
}
div.footer-bottom p.footer-copyright {
  color: #fff;
  font-size: 11px;
  text-align: left;
}
div.footer-bottom div.footer-menu {
  color: #fff;
  font-size: 11px;
  float: right;
}
.spy {
  display: none;
}
.error {
  text-align: center;
  font-weight: bold;
  padding: 5px;
  color: red;
  background-color: #ededed;
}
.msg {
  padding: 15px;
  margin-top: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
