.container {width: 1100px !important}
/*--------------------------------------------------------------
# Header

--------------------------------------------------------------*/

#header {
  background: rgba(0, 0, 0, 0.80);
  height: 80px !important;
  padding: 25px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled,
#header.header-fixed {
  background: rgba(0, 0, 0, 0.80);
  height: 90px;
  padding: 15px 0;
  transition: all 0.5s;
}

#header .welcome {
  margin-left: 110px;
  color: #FFF;
  font-family: "rubik", arial, sans-serif;
  font-size: 22px;
}

#header #logo img {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 8px;
  text-decoration: none;
  display: inline-block;
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  outline: none;
}

.nav-menu .menu-active a,
.nav-menu a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.nav-menu .menu-active a:active,
.nav-menu a:active {
  color: rgba(255, 255, 255, 1);
}

.nav-menu > li {
  margin-left: 8px;
}


.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
  border-radius: 3px;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #060c22;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
  border-radius: 3px;
}

.nav-menu ul li:hover > a {
  background: #f82249;
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}


/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  min-height: 100vh;
  /*background: url("../images/splash_new.jpg") top center;*/
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#intro:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .intro-container {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 15px;
}

#intro h1 {
  color: #fff;
  font-family: 'Rubik', Arial, sans-serif;
  font-size: 46px;
  line-height: 49px;
  font-weight: 500;

}

#intro h1 span {
  color: #f82249;
}

#intro p {
  color: #ebebeb;
  font-weight: 700;
  font-size: 20px;
}

#intro .membername {position: absolute; bottom:30px; right: 30px; color: rgba(255,255,255,0.5);}
#intro .membername strong {color: #FFF}

.front-box {text-align: left!important;}
.front-box .pulsanti-home {
  margin-top:49px;
}

.front-box .pulsanti-home a.btn {
  font-size:16px; width:180px;
  font-family: arial;
  padding: 14px 16px;
  border: 0;
}
.front-box .pulsanti-home a.btn-default {
  color: #CF0000;
  border: 0;
  background: #FFF;
}

.grid-homepage {
  font-size:14px;
  color: rgba(255,255,255,0.8);
  font-weight: bold;
  margin-top:100px;
}
.grid-homepage .col {
  border-right: 1px solid rgba(255,255,255,0.4);
  padding-left: 24px;
  padding-right: 0;
  width: 165px;
}
.grid-homepage .col:last-child {  border-right: 0;}

.grid-homepage .col h1 {
  margin: 0;
  font-weight:500 !important;
  font-size: 36px !important;
  line-height: 36px !important;
}

span.green-label {
  width:9px;
  height:9px;
  background-color: #33CC33;
  border-radius: 50%;
  margin-right:3px;
  display: inline-block;}

/* arrow down */
.overlay-detail a img {
    position: absolute;
    bottom: 25px;
    left: calc(50% - 33.5px);
    animation: bounce 2s infinite;

}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.overlay-detail a img:hover {
}

/* modal privacy */


#privacypolicy .modal-dialog {
    position:fixed;
    bottom:0;
    right:0;
    margin:40px;
    margin-right: 60px;
    width: 522px !important;
}

 #privacypolicy .modal-backdrop  {
   background-color: transparent;
}

#privacypolicy .modal-dialog  .btn-dark {
  width:150px;
  height:40px;
  font-family: arial, sans-serif;
  background: rgba(0,0,0,0.8);
  color: #FFF;
}
#privacypolicy .modal-dialog .modal-footer {
  padding: 0 32px 23px;
  border-top: 0;
}

#privacypolicy .modal-dialog p {
  color: rgba(0,0,0,0.8);
  line-height:23px;
}

#privacypolicy .modal-dialog .row {
  padding:20px
}



/* modal login */

#reset-modal h1, #login-modal h1 {
  font-family: 'Rubik', Arial, sans-serif;
  line-height: 32px;
  font-size: 30px;
  font-weight: 400;
  text-align:center;
  /*margin-top: 40px;*/
  letter-spacing: -0.5px;
  }

#reset-modal .form-modal-login, #login-modal .form-modal-login {
  margin: 18px auto;
  width: 320px;
}

#reset-modal .form-modal-login input, #login-modal .form-modal-login input {
  /*width: 320px;*/
  height: 50px;
  font-family: arial, sans-serif;
  line-height: 20px;
  font-size: 15px;
  font-weight: normal;
  padding-top: 10px;
}
#reset-modal .form-modal-login label.username-label input, #login-modal .form-modal-login label.username-label input {
  border-bottom:0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#reset-modal .form-modal-login label.password-label input, #login-modal .form-modal-login label.password-label input {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#reset-modal .form-modal-login label.reset-label input, #login-modal .form-modal-login label.reset-label input {
  border-radius: 3px;
}


#reset-modal button.close, #login-modal button.close {
    padding: 0;
    cursor: pointer;
    background: rgba(255,255,255,0.2);
    border: 0;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    left: 110px;
    position: relative;
    top: 50px;
    opacity: 0.8 !important;
}

#reset-modal button.close:hover, #login-modal button.close:hover {
    opacity: 0.5 !important;
}
.loginmodal-container {
  padding: 30px;
  width: 640px;
  height: 400px;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: roboto;
  display: flex;
  justify-content: center;
  align-items: center;

}

/* reset password */

.modal-password.reset > p {
  text-align: center;
  font-family: arial, sans-serif;
  color: #777777;
  margin: 15px 0;
  font-size: 14px;
  }

/* placeholder move */
#reset-modal label, #login-modal label {
  margin: 0;
  position:relative;
  display:inline-block;

}

#reset-modal span, #login-modal span {
  font-family: arial;
  font-weight: normal;
  font-size: 14px;
  padding:10px;
  pointer-events: none;
  position:absolute;
  top:5px;
  transition: 0.2s;
  transition-timing-function: ease;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity:0.7;
}

#reset-modal span {
  left:3px;
}

#login-modal span {
  left:0;
}

input:focus + span, input:not(:placeholder-shown) + span {
  transform: scale(0.75) translateY(-45%) translateX(-12px);
}

/* For IE Browsers*/
input:focus + span, input:not(:-ms-input-placeholder) + span {
  transform: scale(0.75) translateY(-40%) translateX(-12px);
}
/*end placeholder */

.loginmodal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  /*margin-bottom: 10px;*/
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  width: 320px;
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}


#reset-modal .col-sm-6, #login-modal .col-sm-6 {
  margin:0;
  padding: 0;

}

.loginmodal-reset, .loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff !important;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  background-color: ##CF0000 !important;
  width: 100px !important;
  height: 40px  !important;
  padding: 10px 0px;
  font-size: 14px;
  font-weight: bold;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #CF0000;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 400;

  }

.login-help{
  font-size: 12px;
}

  /*--------------------------------------------------------------
  # works Section
  --------------------------------------------------------------*/

#works {
  padding: 60px 0 70px 0;
}

#works h1 {
  text-align: center;
  font-size:46px;
  font-weight:300;
  font-family: 'Rubik', Arial, sans-serif;
  margin-bottom:70px;
}

#works h3 {
  text-align: center;
  font-size:24px;
  font-weight:500;
  font-family: 'Rubik', Arial, sans-serif;
}
#works p {
  text-align: center;
  color: rgba(0,0,0,0.6);
}

#works .col-lg-3 {
  padding-right: 25px;
  padding-left: 25px;
  text-align: center;
}

#works .col-lg-3 img {
  width: 110px;
  height: 110px;
  margin-bottom: 20px;
}

#works .col-lg-3:nth-child(2):before, #works .col-lg-3:nth-child(3):before, #works .col-lg-3:nth-child(4):before {
  content: '';
  background: url("../images/arrow.svg");
  background-size:contain;
  width: 80px;
  height:45px;
  position: absolute;
  left: -40px;
  top: 35px;
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/

#features {
padding: 60px 0 70px 0;
background-color: #222222;
}

#features h1 {
text-align: center;
font-size:46px;
font-weight:300;
font-family: 'Rubik', Arial, sans-serif;
margin-bottom:70px;
color: #FFF;
}

#features .centered {
text-align: center;
color: rgba(255,255,255,0.5);
padding: 0 4em;
}
#features .row {
  margin-bottom:60px;
}
#features .centered div.image {
  height:57px;
  line-height:57px;
  vertical-align: middle;
  margin-bottom:28px

}
#features .centered .image img {
height:auto;
}

#features .centered h3 {
color: #fff;
font-weight: bold;
font-size: 16px;}

/*--------------------------------------------------------------
# signup Section
--------------------------------------------------------------*/

#signup {
padding: 90px 0 90px 0;
}

#signup h1 {
text-align: center;
font-size:46px;
font-weight:300;
font-family: 'Rubik', Arial, sans-serif;
}

#signup p {
text-align: center;
font-size:18px;
color: rgba(0,0,0,0.5);
}

.pulsanti-signup {
text-align:center;
margin-top:26px;
}

.pulsanti-signup a.btn {
  font-size:16px; width:180px;
  font-family: arial;
  padding: 14px 16px;
}

.form-error {
  text-align: center;
  color: #CF0000;
  font-weight: bold;
  font-family: arial, sans-serif;
  line-height: 15px;
  font-size: 14px;
  margin-bottom: 10px;

}

.form-error img {
position: relative;
top: -2px;
margin-right: 7px;

}

 /*--------------------------------------------------------------
  # footer Section
  --------------------------------------------------------------*/
#footer .text-copyright {
  text-align:center;
  color: #777;
  font-size:13px;
}
/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #f82249;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s ease-in-out;
}

.back-to-top i {
  font-size: 24px;
  padding-top: 6px;
}

.back-to-top:focus {
  background: #e0072f;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #e0072f;
  color: #fff;
}


.centered-modal.in {
    display: flex !important;
}
.centered-modal .modal-dialog {
    margin: auto;
}

/* ****************************************
signup
***********************************/

.login-form h2 {
    font-weight: 600;
    font-family: 'Rubik', Arial, sans-serif;
    padding-top: 50px;
    font-size: 46px;
}
.login-form p {
    width: 268px;
    font-family: Arial;
    line-height: 21px;
    font-size: 15px;
    margin-top: 20px;
}

/* ****************************************
checkemail
***********************************/

.check-your-email {
 text-align:center;
 margin:60px auto;
 font-family: Arial;
 width:60%;
}

.check-your-email p {
  color: rgba(0,0,0,0.7);
  font-size: 15px;
}

.check-your-email h1 {
  font-weight: 500 !important;
  margin-bottom: 0.2rem !important;
  font-size: 24px !important;
}
