﻿.nav > li {
  margin-right: 25px; }

#status {
  width: 100px;
  left: calc(50% - 50px); }

.mouse span {
  left: calc(50% - 12.5px); }

.navbar-custom .nav li a {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.navbar-custom li:not(.lang-menu) a:before, .intro-body h3 span:before {
  content: '/';
  padding-right: 1px;
  font-size: .9em; }

.navbar-custom li:not(.lang-menu) a:after, .intro-body h3 span:after {
  content: '/';
  padding-left: 1px;
  font-size: .9em; }

.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
  outline: 0;
  background-color: transparent; }

.navbar-custom .nav li a:hover, .navbar-custom .nav li a:active, .navbar-custom .nav li a:focus, .navbar-custom .nav li.active a, .navbar-custom .nav .lang-menu a:focus, .navbar-custom .nav .lang-menu a:active {
  background: #111;
  color: #eee !important; }
  .navbar-custom .nav li a:hover a, .navbar-custom .nav li a:active a, .navbar-custom .nav li a:focus a, .navbar-custom .nav li.active a a, .navbar-custom .nav .lang-menu a:focus a, .navbar-custom .nav .lang-menu a:active a {
    color: #eee !important; }

.navbar-custom a, .navbar-custom li a {
  font-size: 12px;
  color: #111 !important;
  font-weight: 500; }

/*.navbar-custom .nav li.active a {
    color: $color-text-dark !important;
}*/
.navbar-custom .nav li.active a:hover {
  color: #eee !important;
  background: #111 !important; }

.lang {
  border-color: #111; }

.navbar-custom .nav .lang-menu {
  margin-top: 8px; }
  .navbar-custom .nav .lang-menu > a {
    padding: 2px 0 !important; }
  .navbar-custom .nav .lang-menu .active a {
    background: transparent !important;
    color: #111 !important; }

.navbar-custom.top-nav-collapse .navbar-brand {
  padding-top: 18px;
  padding-right: 37px; }

.nav > li > a {
  padding: 10px 15px 8px 15px; }

.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
  margin: -25px 0px 0 0; }

.menu {
  color: #000000 !important; }

.navbar-top {
  font-size: 36px;
  text-align: right;
  border-bottom: 1px solid #222;
  margin-bottom: 5px;
  margin-left: -45px;
  margin-right: -45px;
  padding-right: 45px; }
  .navbar-top p {
    line-height: 1.2em;
    letter-spacing: 3px;
    margin-bottom: 10px; }

.navbar-right .social {
  margin-top: 6px;
  text-align: center; }
  .navbar-right .social ul {
    margin-bottom: 0; }
  .navbar-right .social .list-inline > li {
    padding-right: 15px;
    padding-left: 15px; }
  .navbar-right .social i {
    font-size: 1.3em;
    color: #000; }

.navbar-right .lang {
  border: 0;
  text-align: center;
  margin: 0;
  padding: 0; }
  .navbar-right .lang a {
    font-size: 1em;
    font-weight: normal; }

.intro .intro-body img {
  width: 100%; }

.intro .portfolio-overlay {
  background-color: transparent; }
  .intro .portfolio-overlay p {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    height: 100%; }
    .intro .portfolio-overlay p img {
      position: absolute;
      top: calc(50% - 90px); }

.overlay-white {
  background: rgba(255, 255, 255, 0.9); }

.navbar-toggle .icon-bar {
  background: #000; }

#status {
  background: url("/img/hive-logo.svg") no-repeat;
  background-size: contain;
  background-position: center center;
  border-radius: 0; }

.portfolio-item a img:hover {
  opacity: 1; }

.intro {
  padding-top: 2px; }
  .intro .col-sm-6 {
    padding-right: 1px;
    padding-left: 1px; }

.cross {
  width: 64px;
  height: 64px;
  background: url("/img/cross.png") no-repeat;
  position: absolute;
  bottom: 20%;
  left: calc(80% - 31px);
  z-index: 1001;
  transition: all ease-in-out 0.5s; }

.navbar-toggle .cross {
  width: 32px;
  height: 32px;
  background-size: contain;
  transform: rotate(45deg);
  left: 0;
  top: -3px;
  position: relative; }

#state-of-the-art {
  padding-bottom: 0px;
  padding-top: 0;
  position: relative;
  overflow: hidden; }
  #state-of-the-art .cont {
    min-height: 500px;
    background: url("/img/state-of-the-art.jpg") no-repeat;
    background-size: cover;
    background-position: top right; }
  #state-of-the-art h4 {
    position: absolute;
    font-size: 5.6vw;
    left: 10%;
    right: 10%;
    font-weight: normal;
    bottom: 20%;
    line-height: 1.2em;
    letter-spacing: 13px;
    z-index: 1000; }
  #state-of-the-art .line {
    width: 2px;
    position: absolute;
    height: 1000px;
    top: 0;
    left: 80%;
    background: white;
    z-index: 999; }
  #state-of-the-art .cross.open {
    transform: rotate(45deg); }
  #state-of-the-art .link {
    padding: 49px 50px 10px 10px;
    cursor: pointer;
    position: absolute;
    bottom: 18%;
    left: calc(80% - 100px);
    font-size: .8em;
    z-index: 1003; }
  #state-of-the-art .link.open {
    margin-left: -20px; }

.sf-sl {
  padding-bottom: 2px; }

#contact {
  text-transform: uppercase; }
  #contact h3 {
    color: #111;
    font-size: 2em;
    line-height: 1em;
    margin-bottom: 3px; }
  #contact p {
    font-size: .8em;
    margin-bottom: 12px; }
  #contact h5 {
    font-size: .9em; }
  #contact .dark-form input, #contact .dark-form ::placeholder {
    text-transform: uppercase; }
  #contact .dark-form input, #contact .dark-form textarea {
    background: #d9d9d9; }
  #contact .dark-form ::placeholder {
    color: white;
    font-size: .9em; }
  #contact .dark-form button {
    background: #b2b2b2;
    border-color: #b2b2b2; }

.logo-footer {
  width: 155px;
  margin-bottom: 20px; }

.socials {
  /*a { background:#000; padding:5px; border-radius:20px;}
    i {
        color:#fff;  font-size:14px;  opacity:1 !important;
    }*/ }
  .socials i {
    font-size: 25px; }

.header.socials {
  text-align: center;
  /*i { font-size: 12px; }
    a { padding:4px; }*/ }
  .header.socials a:before {
    content: none !important; }
  .header.socials a:after {
    content: none !important; }
  .header.socials i {
    font-size: 20px; }

@media (max-width: 767px) {
  .logomobile {
    width: 200px; }
  .productionpayoff {
    margin-top: 20px !important; }
  .servicesmargin {
    margin-top: 80px !important; }
  .servicefont {
    font-size: 9pt !important;
    line-height: 14pt !important;
    padding: 10px;
    /*color: white !important;*/ }
  .servicefontacademy {
    font-size: 9pt !important;
    line-height: 12px !important;
    width: 90% !important; }
  .serviceslogo {
    width: 250px !important; }
  .servicesmarginacademy {
    margin-top: 45px !important; }
  .productiontext {
    width: 300px; }
  .servicesmarginmin {
    margin-top: 40px !important; }
  .servicesmarginrntl {
    margin-top: 150px !important; }
  .logoservizi {
    width: 300px !important;
    /* margin-bottom: 50px !important;*/ } }

@media (min-width: 991px) {
  .logoservizi {
    width: 450px !important;
    margin-bottom: 50px !important; }
  .servicefont {
    font-size: 10pt !important;
    width: 80%; }
  .servicefontacademy {
    font-size: 10pt !important;
    line-height: 18px !important; }
  .servicesmarginrntl {
    margin-top: 250px !important; }
  .servicesmarginacademy {
    margin-top: 250px !important; }
  .servicesmargin {
    margin-top: 250px !important; }
  .servicesmarginmin {
    margin-top: 250px !important; }
  .header.socials {
    display: none; }
  .navbar-left {
    float: left !important;
    margin-top: 12px; }
  .navbar-custom .nav .dropdown-menu li a:hover {
    background: #111;
    color: #eee; }
  .navbar-custom.top-nav-collapse {
    padding-bottom: 10px; } }

@media (max-width: 990px) {
  .navbar-custom.top-nav-collapse .navbar-brand {
    padding-top: 15px; }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding-left: 15px; }
  .lang {
    padding-top: 3px; }
  .navbar-nav li {
    text-align: center; }
  .navbar-right {
    padding-right: 20px; }
  .navbar-collapse {
    background-color: #fff !important;
    padding-bottom: 20px; }
    .navbar-collapse .nav > li {
      margin-right: 0; }
  .lang-menu > a {
    margin-left: 15px; }
  .lang-menu a.has-submenu {
    margin-right: 0;
    margin-left: 0; }
  .nav > li > a.has-submenu, .navbar-custom .nav .lang-menu > a.has-submenu {
    padding-left: 50px;
    padding-bottom: 9px !important; }
  a.has-submenu:hover, a.has-submenu:active, .navbar-custom .nav .lang-menu a.has-submenu:active,
  .navbar-custom .nav li a.has-submenu:hover {
    background: transparent !important;
    color: #111 !important; }
  .nav > li > a {
    padding-top: 15px; }
  .nav a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border-bottom: none !important; }
  .caret {
    margin-right: 15px !important; } }

.intro {
  text-shadow: none; }

.slashes {
  letter-spacing: .4em; }

.state-of-the-art .slashes {
  font-size: .89em;
  font-weight: 500; }

.our-services {
  padding: 15px 10% 0 10%; }
  .our-services h4 {
    font-size: 5em;
    font-weight: 500;
    color: black;
    margin-bottom: 0;
    line-height: 1em; }
  .our-services .row.texts {
    padding-top: 22px; }
  .our-services .texts {
    text-align: center; }
    .our-services .texts h5 {
      margin-bottom: 22px; }
    .our-services .texts h5:after {
      content: "";
      width: 20%;
      height: 4px;
      display: block;
      background: black;
      margin: 15px auto; }
    .our-services .texts p {
      font-size: .75em;
      text-transform: uppercase;
      padding: 0 40px 0;
      line-height: 1.5em; }

@media (max-width: 767px) {
  .our-services h4 {
    font-size: 10vw;
    text-align: center; } }

.dropdown-menu {
  box-shadow: none; }

#production-cont {
  padding-left: 25%;
  padding-right: 25%; }
  #production-cont img {
    width: 25vw; }
  #production-cont h4 {
    font-size: 5vw;
    font-weight: 400;
    margin-top: -4px;
    line-height: 1em; }
  #production-cont p {
    font-size: .9em; }
  #production-cont .info {
    padding-top: 130px;
    text-align: center;
    line-height: 1.5em;
    font-size: .85em; }

.spaced-row {
  /*.col-sm-12 {
        padding:0 60px;
    }*/ }
  .spaced-row .row {
    margin: 0;
    padding-left: 50px;
    padding-right: 50px; }

.studios h4 {
  font-size: 3vw;
  margin-bottom: 10px; }

.studios img {
  width: 100%; }

#academy h4 {
  font-size: 1.8vw;
  line-height: 1.0em;
  margin-top: 8px; }

#booking-cont h4 {
  font-size: 1.8vw; }

#booking-cont table th {
  font-size: 12px; }

#booking-cont table th, #booking-cont table td {
  vertical-align: middle;
  padding: 10px; }

#booking-cont table td:last-child {
  border-left: 1px solid #ccc; }

#booking-cont table h5 {
  font-size: 1.5vw;
  margin: 0; }

#booking-cont .mini, #booking-cont .notes {
  font-size: 12px; }

#booking-cont .notes {
  margin-bottom: 40px; }

#booking-cont .rules {
  margin-top: -20px;
  font-size: 10px;
  line-height: 1.2em; }

.spaced-row table th {
  font-size: 12px; }

.spaced-row table th, .spaced-row table td {
  vertical-align: middle;
  padding: 10px; }

.spaced-row table td {
  font-size: 13px;
  line-height: 1.5em; }

.spaced-row table td:last-child {
  border-left: 1px solid #ccc; }

.spaced-row table h5 {
  font-size: 1.5vw;
  margin: 0; }

.dark-form input, .dark-form textarea {
  color: #fff; }

#booking-form-cont h4 {
  margin-bottom: 0; }

#booking-form-cont form .row {
  padding-top: 5px;
  width: 50%;
  margin-left: auto;
  margin-right: auto; }

#booking-form-cont form .hour {
  /*span, label, div, select { display:inline-block; }
            span, div.control-group { padding-right:10px; }*/ }
  #booking-form-cont form .hour .control-group {
    display: inline-block; }
    #booking-form-cont form .hour .control-group label {
      width: auto; }
  #booking-form-cont form .hour select {
    width: 80px; }

#booking-form-cont form label, #booking-form-cont form input, #booking-form-cont form select, #booking-form-cont form textarea {
  display: inline-block; }

#booking-form-cont form textarea {
  width: 100%; }

#booking-form-cont form label {
  width: 30%; }

#booking-form-cont form input, #booking-form-cont form select {
  width: 68%; }

#booking-form-cont form .notes label, #booking-form-cont form .preview label, #booking-form-cont form .rules label {
  width: auto; }

#booking-form-cont form .preview label {
  display: inline-block; }

#booking-form-cont form .preview #book-price {
  display: inline-block; }

#booking-form-cont form .rules {
  padding-top: 10px;
  padding-bottom: 10px; }
  #booking-form-cont form .rules .text {
    height: 180px;
    font-size: 10px;
    overflow-y: auto;
    border: 1px solid #ddd;
    padding: 10px; }
  #booking-form-cont form .rules select {
    width: auto; }
  #booking-form-cont form .rules label.mini {
    font-size: 11px;
    display: inline-block; }

.inputError {
  border-color: #d00;
  background: #f5dede; }

@media (max-width: 990px) {
  #booking-form-cont form .row {
    width: 80%; } }

@media (max-width: 767px) {
  #booking-form-cont form .row {
    width: 100%; } }

