/******************************************************************************
  Typography
*******************************************************************************/
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  line-height: 1;
  letter-spacing: .2em;
  margin-top: 0;
  margin-bottom: 32px;
  text-transform: uppercase;
}

h1, .h1 {
  font-weight: 300;
  letter-spacing: .1em;
}

h2, .h2 {
  font-weight: 400;
  letter-spacing: .1em;
}

h3, .h3 {
  font-weight: 500;
  margin-bottom: 28px;
  letter-spacing: .1em;
}

h4, .h4 {
  font-weight: 700;
  margin-bottom: 25px;
}

h5, .h5 {
  font-weight: 500;
  margin-bottom: 20px;
}

h6, .h6 {
  font-weight: 500;
  margin-bottom: 15px;
}

p {
  margin-bottom: 30px;
}
p:last-child {
  margin-bottom: 0;
}

a {
  border-bottom: 1px solid #b7b7b7;
  position: relative;
  text-decoration: none;
  transition: color 0.5s, border-color 0.5s;
  vertical-align: top;
}
a:hover, a:focus {
  border-bottom-color: #666;
  text-decoration: none;
}

img {
  height: auto;
  max-width: 100%;
}

.lead {
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 1.67;
}

/******************************************************************************
  Main
*******************************************************************************/
html {
  height: 100%;
  font-size: 14px;
  word-wrap: break-word;
}

body {
  color: #000 !important;
  font-family: "Raleway", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  height: 100%;
  line-height: 2.2 !important;
  position: relative;
}
@media (max-width: 767px) {
  body {
    overflow: auto;
  }
}

*:focus {
  outline: none;
}

/******************************************************************************
  Background
*******************************************************************************/
@keyframes moveclouds {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: -100%;
  }
}
@-webkit-keyframes moveclouds {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: -100%;
  }
}
@keyframes moveclouds2 {
  0% {
    margin-left: 100%;
  }
  50% {
    margin-left: 100%;
  }
  100% {
    margin-left: -100%;
  }
}
@-webkit-keyframes moveclouds2 {
  0% {
    margin-left: 100%;
  }
  50% {
    margin-left: 100%;
  }
  100% {
    margin-left: -100%;
  }
}
.background {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.background .layer {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.background .clouds {
  overflow: hidden;
}
.background .clouds .cloud {
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 100%;
  will-change: transform;
}
.background .clouds .cloud-1 {
  -webkit-animation: moveclouds 25s linear infinite;
  animation: moveclouds 25s linear infinite;
}
.background .clouds .cloud-2 {
  -webkit-animation: moveclouds 50s linear infinite;
  animation: moveclouds 50s linear infinite;
}
.background .clouds .cloud-3 {
  -webkit-animation: moveclouds2 35s linear infinite;
  animation: moveclouds2 35s linear infinite;
}
.background .background-image {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.background .background-image.page-bg-1 {
  background-image: url(https://img.startrekgdr.it/up/0267353014a63a1c54a62ace01877ecd.jpg);
}
.background .background-image.page-bg-1 + .layer {
  background-color: rgba(255, 255, 255, 0.4);
}

/******************************************************************************
  Header
*******************************************************************************/
.site-header {
  height: 113px;
  left: 0;
  padding: 10px 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  .site-header {
    height: 93px;
  }
}
@media (max-width: 767px) {
  .site-header {
    height: 117px;
    padding-top: 15px;
    position: relative;
  }
}
.site-header .header-wrap {
  display: table;
  height: 100%;
  margin: 0;
  padding-left: 60px;
  padding-right: 60px;
  width: 100%;
}
@media (max-width: 991px) {
  .site-header .header-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .site-header .header-wrap {
    display: block;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.site-header .header-wrap .header-box {
  display: table-cell;
  float: none;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .site-header .header-wrap .header-box {
    display: block;
  }
}
.site-header .header-wrap .header-box.logo-box {
  margin-top: -5px;
}
.site-header .header-wrap .header-box.logo-box a {
  border: 0 none !important;
}

/******************************************************************************
  Footer
*******************************************************************************/
.site-footer {
  bottom: 0;
  color: #666;
  font-size: 12px;
  height: 134px;
  left: 0;
  line-height: 1.2;
  padding: 10px 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  .site-footer {
    height: 126px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    height: 91px;
    position: relative;
  }
}
.dark .site-footer {
  color: #999;
}
.site-footer .copyright {
  margin-bottom: 10px;
}
.site-footer .social a {
  border: 2px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #666;
  display: inline-block;
  font-size: 15px;
  height: 34px;
  line-height: 32px;
  margin: 0;
  -webkit-transition: color 0.2s ease-in-out, border 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border 0.2s ease-in-out;
  vertical-align: top;
  width: 34px;
}
.site-footer .social a:hover {
  border-color: #464646;
  color: #333;
}
.dark .site-footer .social a {
  color: #999;
}
.dark .site-footer .social a:hover {
  border-color: rgba(204, 204, 204, 0.5);
  color: #ccc;
}

/******************************************************************************
  Structure
*******************************************************************************/
.main {
  height: 100%;
  overflow: hidden;
  padding-top: 113px;
  padding-bottom: 134px;
  width: 100%;
}
@media (max-width: 991px) {
  .main {
    padding-top: 93px;
    padding-bottom: 126px;
  }
}
@media (max-width: 767px) {
  .main {
    height: auto;
    min-height: calc(100% - 117px - 91px);
    padding-top: 0;
    padding-bottom: 0;
  }
}
.main .section {
  height: 0;
  overflow: hidden;
  position: absolute;
  table-layout: fixed;
  visibility: hidden;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  .main .section {
    display: block;
    position: relative;
  }
}
.main .section.active {
  height: 100%;
  height: calc(100% - 113px - 134px);
  visibility: visible;
}
@media (max-width: 991px) {
  .main .section.active {
    height: calc(100% - 93px - 126px);
  }
}
@media (max-width: 767px) {
  .main .section.active {
    height: auto;
  }
}
.main .section .section-wrap {
  display: table;
  height: 100%;
  overflow-y: auto;
  table-layout: fixed;
  width: 100%;
}
.main .section .section-wrap .section-content {
  display: table-cell;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  vertical-align: middle;
  width: 100%;
}
@media (max-width: 767px) {
  .main .section .section-wrap .section-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.intro-page .main,
.no-footer .main {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .intro-page .main,
  .no-footer .main {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .intro-page .main,
  .no-footer .main {
    height: auto;
    min-height: calc(100% - 117px - 30px);
  }
}
.intro-page .main .section,
.no-footer .main .section {
  height: calc(100% - 113px - 30px);
}
@media (max-width: 767px) {
  .intro-page .main .section,
  .no-footer .main .section {
    height: auto;
  }
}

.section .mCustomScrollBox {
  height: auto;
}

.mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.section .section-content > .mCustomScrollBox,
.section .section-content > .mCustomScrollBox > .mCSB_container {
  overflow: visible;
}

.section.scroll-content .section-wrap,
.section.scroll-content .section-wrap .section-content {
  display: block;
  height: 100%;
}
.section.scroll-content .section-wrap > .mCustomScrollBox,
.section.scroll-content .section-wrap .section-content > .mCustomScrollBox {
  height: 100%;
  overflow: hidden;
}
.section.scroll-content .section-wrap > .mCustomScrollBox > .mCSB_container,
.section.scroll-content .section-wrap .section-content > .mCustomScrollBox > .mCSB_container {
  overflow: hidden;
}



/******************************************************************************
  Content
*******************************************************************************/
/* Titolo */
.h1-section-title {
  margin-bottom: 20px;
  font-weight: 300 !important;
}
@media screen and (min-width: 992px) {
.h1-section-title {
	font-size: 72px !important;
	}
}
@media (max-width: 991px) {
  .h1-section-title {
    font-size: 48px !important;
    font-size: 3.42857rem;
  }
}
@media (max-width: 767px) {
  .h1-section-title {
    font-size: 30px !important;
    font-size: 2.14286rem;
  }
}
/* Descrizione */
.section-description {
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .section-description {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}

