html {
  font-size: 16px;
  line-height: normal;
  font-family: "Raleway", sans-serif;
  color: #303030;
  background-color: #ffffff;
}
body {
  background-color: #ffffff;
  font-size: 1rem;
}
/*section{min-height: 100vh;}*/
.container-fluid {
  max-width: 1900px;
}
.white {
  background-color: #fff;
}
.black {
  background-color: #000;
}
.primary-color {
  color: #1c318e;
}
.secondary-color {
  color: #fdca2c;
}
.bg-primary-color {
  background-color: #1c318e;
}
.bg-secondary-color {
  background-color: #fdca2c;
}
a {
  color: #1c318e;
  text-decoration: none;
}
a:hover,
a:focus,
a:visited,
a.active {
  color: #1c318e;
  text-decoration: none;
}
.form-control:hover,
textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="color"]:hover,
.uneditable-input:hover,
.form-control:hover,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: none !important;
  box-shadow: none !important;
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
option::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #303030 !important;
}
input::-moz-placeholder,
select::-moz-placeholder,
option::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #303030 !important;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
option:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #303030 !important;
}
input::placeholder,
select::placeholder,
option::placeholder,
textarea::placeholder {
  /* IE 10+ */
  color: #303030 !important;
}
/* ROUNDED CHECKBOXES */
.round_checkbox {
  position: relative;
  margin: 0 auto;
  color: #303b56;
  padding: 0 0 0 20px;
}
.round_checkbox label {
  background-color: #fff;
  border: 1px solid #1c318e;
  /* border-radius: 50%; */
  cursor: pointer;
  height: 15px;
  margin-left: -22px;
  position: absolute;
  margin-top: 5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.round_checkbox label:after {
  background: #1c318e;
  content: "";
  height: 11px;
  margin-left: -6px;
  opacity: 0;
  position: absolute;
  margin-top: 1px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
}
.round_checkbox input[type="checkbox"] {
  opacity: 0;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
}
.round_checkbox input[type="checkbox"]:checked + label {
}
.round_checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  position: relative;
  color: #303030;
}
.title-line {
  position: relative;
}
.title-line:before {
  content: "";
  position: absolute;
  width: 20%;
  height: 2px;
  background-color: #1c318e;
  top: 40px;
  z-index: 2;
}
.overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
}
.overlay.white {
  background-color: rgba(255, 255, 255, 0.9);
}
.overlay.black {
  background-color: rgba(0, 0, 0, 0.9);
}
.overlay.primary-color {
  background-color: rgba(140, 50, 26, 0.9);
}
.overlay.secondary-color {
  background-color: rgba(253, 202, 44, 0.9);
}
.divisor {
  display: block;
  clear: both;
  margin: 5px 0;
  padding: 0;
  width: 100%;
  height: 10px;
}
.divisor._25 {
  height: 25px;
}
.divisor._50 {
  height: 50px;
}
.divisor._75 {
  height: 75px;
}
.carousel-indicators li {
  background-color: #1c318e;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
#gotoTop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  background-color: #1c318e;
  width: 40px;
  height: 40px;
  color: #fff;
  padding: 9px 0px;
  text-align: center;
  cursor: pointer;
}
#gotoTop i {
}
.social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  height: 70px;
  display: flex;
}
.social-item {
  display: inline-block;
  padding: 0px 10px;
  height: 100%;
  display: flex;
}
.social-item a {
  margin: auto;
  font-size: 25px;
}
.social-item i {
  color: #1c318e;
}
.social-item:hover a {
}
.social-item:hover i {
}
/* ------------------------------------------- */
/* 					HEADER 						*/
header {
  position: absolute;
  display: block;
  clear: both;
  width: 100%;
  min-height: 70px;
  z-index: 10;
  background-color: #fff;
}
header .row {
}
header .navbar {
  padding: 3rem;
  box-sizing: border-box;
}
header .navbar #mobile-btn {
  border: 0;
  position: absolute;
  left: 30px;
  top: 15px;
  color: #1c318e;
  font-size: 20px;
  z-index: 10;
  padding: 0.25rem 0.75rem;
}
header .navbar #mobile-btn i {
  font-size: 30px;
}
header .navbar #logo {
  position: absolute;
  left: 0;
  top: 5px;
}
header .navbar #logo a {
  display: block;
}
header .navbar #logo a img {
  max-width: 120px;
  width: 100%;
  margin: 0 auto 0 0;
  display: block;
}
header .navbar #topMenu {
}
header .navbar #topMenu {
}
header .navbar #topMenu ul.navbar-nav {
  text-align: right;
}
header .navbar #topMenu ul.navbar-nav li.nav-item {
}
header .navbar #topMenu ul.navbar-nav li.nav-item:hover,
header .navbar #topMenu ul.navbar-nav li.nav-item.active {
  float: none;
}
header .navbar #topMenu ul.navbar-nav li.nav-item a.nav-link {
  color: #1c318e;
  position: relative;
  height: 100%;
  display: flex;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
}
header .navbar #topMenu ul.navbar-nav li.nav-item a.nav-link:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: #1c318e;
  top: 40px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  z-index: 2;
}
header .navbar #topMenu ul.navbar-nav li.nav-item:hover a.nav-link,
header .navbar #topMenu ul.navbar-nav li.nav-item.active a.nav-link {
}
header .navbar #topMenu ul.navbar-nav li.nav-item:hover a.nav-link:before,
header .navbar #topMenu ul.navbar-nav li.nav-item.active a.nav-link:before {
  width: 80%;
}
header .navbar #topMenu ul.navbar-nav li.nav-item a.nav-link span {
  margin: auto;
}
header .navbar #topMenu ul.navbar-nav li.nav-item:hover a.nav-link span,
header .navbar #topMenu ul.navbar-nav li.nav-item.active a.nav-link span {
}
header .navbar .contact-btn {
  position: absolute;
  right: 21px;
  top: 9px;
}
header .navbar .contact-btn a.nav-link {
}
header .navbar .contact-btn a.nav-link:before {
  display: none;
}
header .navbar .contact-btn a.nav-link span {
  background-color: #1c318e;
  border-radius: 0;
  color: #fff;
}
header .navbar .contact-btn a.nav-link span i {
  display: none;
}
header .navbar .contact-btn:hover a.nav-link,
header .navbar .contact-btn.active a.nav-link {
}
header .navbar .contact-btn:hover a.nav-link span,
header .navbar .contact-btn.active a.nav-link span {
  background-color: #fdca2c;
}
header .social-links {
}
header .social-item {
}
header .social-item a {
}
header .social-item a i {
}
header .social-item:hover a {
}
header .social-item:hover i {
}
/* ------------------------------------------- */
/* 					SLIDER 						*/
#slider {
  height: 100vh;
}
#slider .container-fluid {
}
#slider .container-fluid .row {
}
#slider .container-fluid .row .col-12 {
}
#slider #home-slider.carousel {
}
#slider #home-slider.carousel div {
  background-image: url("../images/slides/slide_1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#slider #home-slider.carousel ol.carousel-indicators {
  margin-bottom: 0;
}
#slider #home-slider.carousel ol.carousel-indicators li {
  background-color: #1c318e;
  opacity: 0.3;
}
#slider #home-slider.carousel ol.carousel-indicators li.hover,
#slider #home-slider.carousel ol.carousel-indicators li.active {
  opacity: 1;
}
#slider #home-slider.carousel a.controls {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
#slider #home-slider.carousel a.controls:hover {
}
#slider #home-slider.carousel a.controls .control-icon {
  background-image: none !important;
  background: transparent;
  font-size: 30px;
}
#slider #home-slider.carousel a.carousel-control-prev {
}
#slider #home-slider.carousel a.carousel-control-prev:hover {
}
#slider
  #home-slider.carousel
  a.carousel-control-prev
  span.carousel-control-prev-icon {
}
#slider #home-slider.carousel a.carousel-control-next {
}
#slider #home-slider.carousel a.carousel-control-next:hover {
}
#slider
  #home-slider.carousel
  a.carousel-control-next
  span.carousel-control-next-icon {
}
#slider .carousel-inner {
  padding-top: 70px;
}
#slider .carousel-inner .carousel-item {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-origin: border-box;
}
#slider .carousel-inner .carousel-item .carousel-caption {
  text-align: left;
  right: unset;
  left: unset;
  bottom: unset;
  height: 100%;
  position: relative;
  min-height: 450px;
  display: flex !important;
}
#slider .carousel-inner .carousel-item .carousel-caption .slide-content {
  margin: auto auto auto 15%;
}
#slider .carousel-inner .carousel-item .carousel-caption h5 {
  font-size: 2.3rem;
  color: #1c318e;
  text-shadow: 2px 2px #fff;
}
#slider .carousel-inner .carousel-item .carousel-caption p {
  font-size: 1.5rem;
  color: #1c318e;
}
#slider .carousel-inner .carousel-item .carousel-caption div.btn {
  background-color: #1c318e;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
#slider .carousel-inner .carousel-item.active {
}
#slider .carousel-inner .carousel-item.active .carousel-caption {
}
#slider .carousel-inner .carousel-item.active .carousel-caption h5 {
}
#slider .carousel-inner .carousel-item.active .carousel-caption p {
}
#slider .carousel-inner .carousel-item.active .carousel-caption div.btn {
}
/* ------------------------------------------- */
/* 					STORE INFO					*/
#store-info {
}
#store-info .block {
}
#store-info img {
  width: 85px;
  border-right: 1px solid #000000;
  padding-right: 10px;
}
#store-info .block:first-child img {
}
#store-info h3 {
}
#store-info p {
  margin-bottom: 0;
}
#store-info p a {
  color: #000000;
}
/* ------------------------------------------- */
/* 					ABOUT 						*/
#about {
}
#about .container {
}
#about .container .row {
}
#about .container .chi-siamo {
  background-color: #1c318e;
}
#about .container .chi-siamo h2 {
}
#about .container .chi-siamo p {
}
#about .story img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
#about .story .title-line {
  text-transform: uppercase;
  position: relative;
}
#about .story .title-line:before {
  top: -5px;
  width: 60%;
  left: calc(15% + 13px);
}

#about .company {
  position: relative;
}
#about .company img {
  position: absolute;
  height: 100%;
}
#about .company.right img {
  left: 0;
}
#about .company.left img {
  right: 0;
}
/* ------------------------------------------- */
/* 					SITIWEB					*/
#sitiweb {
  position: relative;
  background-color: #f7f7f7;
}
/* ------------------------------------------- */
/* 					SERVICES					*/
#products {
  overflow: hidden;
}
#products .container {
}
#products .container .row {
}
#products .container .row .col-12 {
}
#products .typologies {
}
#products .typologies .typology:not(.selected) {
  filter: grayscale(90%);
  cursor: pointer;
}
#products .typologies .typology.selected {
  filter: grayscale(0%);
}
#products .typologies .typology .content {
  background-color: rgba(140, 50, 26, 0);
}
#products .typologies .typology img {
  width: 100%;
  max-width: 150px;
}
#products .typologies .typology h5 {
}
#products .typologies .typology p {
  font-size: 0.8rem;
  line-height: normal;
}
#products .typologies .typology .content {
  max-width: 350px;
  margin: 0 auto;
}
#products .typologies .typology.selected .content {
}
#products .carousel-indicators {
}
#products .carousel-indicators li {
}
#products .carousel-indicators li.active {
}
#products .carousel-inner .carousel-item {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#products .carousel-inner .carousel-item.cover {
  background-size: cover;
}
/* ------------------------------------------- */
/*					PARALLAX    				*/
#parallax h1 {
}
/* ------------------------------------------- */
/*					WHERE WE ARE				*/
#dove_siamo {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
#dove_siamo .container-fluid {
  position: relative;
}
#dove_siamo .container-fluid .container {
  position: relative;
}
#dove_siamo .container-fluid .container .row {
}
#dove_siamo .container-fluid .container .row .col-12 {
}
#dove_siamo .container-fluid h1 {
  color: #fff;
  font-size: 2rem;
}
#dove_siamo .container-fluid .btn {
  position: absolute;
  right: 0;
  bottom: -110px;
  color: #fff;
  font-weight: bold;
  background-color: #1c318e;
  border-radius: 0;
  border: 15px solid #fff;
  padding: 1rem 5rem;
  text-transform: uppercase;
  font-size: 2rem;
  cursor: inherit;
}
#dove_siamo .container.offices {
}
#dove_siamo .container.offices .row {
}
#dove_siamo .container.offices .office {
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 200px;
}
#dove_siamo .office .office-content {
}
#dove_siamo .office .office-content h3 {
  background-color: #1c318e;
  display: inline-block;
  clear: both;
}

#dove_siamo .office .office-content p.title-line {
}
#dove_siamo .office .office-content p.title-line:before {
  top: 25px;
}
#dove_siamo .office .office-content ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
#dove_siamo .office .office-content ul li {
}
#dove_siamo .office .office-content ul li a {
}
#dove_siamo .office .office-content ul li a i {
  margin-right: 10px;
}
#dove_siamo .office .office-content ul li a i span {
}
/* ------------------------------------------- */
/*					CONTACT						*/
#contattaci {
  position: relative;
  background-color: #f7f7f7;
}
#contattaci .map-container {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 100%;
}
#contattaci .map-container iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
#contattaci .container {
}
#contattaci .container .row {
}
#contattaci .container .row h2.title-line {
}
#contattaci .container .row p {
}
#contattaci .container form#contact_form {
}
#contattaci form#contact_form .form-row {
}
#contattaci form#contact_form .form-row .form-group {
}
#contattaci
  form#contact_form
  .form-row
  .form-group:not(.textarea):not(.checkboxes) {
  height: 40px;
}
#contattaci form#contact_form .form-row .form-group label {
}
#contattaci form#contact_form .form-row .form-group input,
#contattaci form#contact_form .form-row .form-group textarea,
#contattaci form#contact_form .form-row .form-group select {
  border-radius: 0;
  border: 1px solid transparent;
  border-bottom: 1px solid #1c318e;
}
#contattaci form#contact_form .form-row .form-group input:focus,
#contattaci form#contact_form .form-row .form-group textarea:focus,
#contattaci form#contact_form .form-row .form-group select:focus {
  border: 1px solid #1c318e;
}
#contattaci form#contact_form .form-row .form-group input:hover,
#contattaci form#contact_form .form-row .form-group textarea:hover,
#contattaci form#contact_form .form-row .form-group select:hover {
  border: 1px solid #1c318e;
}
#contattaci form#contact_form .form-row .form-group input {
  height: 40px;
  background: none;
}
#contattaci form#contact_form .form-row .form-group textarea {
  height: 100%;
  background: none;
}
#contattaci form#contact_form .form-row .form-group select {
  background: none;
}
#contattaci form#contact_form .form-row .form-group select option {
  background: none;
}
#contattaci form#contact_form .form-row .form-group input.form-check-input {
}
#contattaci form#contact_form .form-row .form-group label.form-check-label {
}
#contattaci form#contact_form .form-row .form-group label.form-check-label a {
}
#contattaci form#contact_form .form-row .form-group button {
  background-color: #303030;
  border-radius: 0;
}
#contattaci form#contact_form .form-row .form-group button:hover {
  background-color: #1c318e;
}
.msg {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
}
.msg i {
  position: absolute;
  right: 10px;
  top: 5px;
}
.msg.success {
  border-color: green;
  color: green;
  padding: 10px;
  margin: 20px auto 0 auto;
  border: 1px solid;
}
.msg.failed {
  border-color: red;
  color: red;
  padding: 10px;
  margin: 20px auto 0 auto;
  border: 1px solid;
}
/* ------------------------------------------- */
/*					FOOTER						*/
footer#footer {
  font-size: 0.8rem;
  background-color: white;
}
footer#footer .container {
}
footer#footer .container #copyrights.row {
}
footer#footer .container #copyrights .col-12 {
}
footer#footer .container #copyrights span {
}
footer#footer .container #copyrights span a {
}
footer#footer .container #copyrights a {
  font-weight: 600;
}
footer .social-links {
}
footer .social-item {
}
footer .social-item a {
}
footer .social-item i {
}
footer .social-item:hover a {
}
footer .social-item:hover i {
}

/* ------------------------------------------- */
/*				COOKIE POLICY					*/
#cookie-law-info-bar {
  font-size: 12px;
  line-height: 16px;
  background-color: #303030;
  color: #ffffff;
  font-family: inherit;
  position: fixed;
  bottom: 0px;
  display: block;
  z-index: 1;
  text-align: center;
  width: 100%;
  margin: 0;
}
#cookie-law-info-bar span {
  display: block;
  padding: 10px 20px;
}
#cookie-law-info-bar a {
  padding: 2px 10px;
  text-decoration: underline;
  color: #f5ffff;
}
#cookie-law-info-bar #cookie_action_close_header {
  background-color: #fff;
  font-size: 13px;
  margin: 0;
  padding: 2px 10px;
  border-radius: 3px;
  display: inline-block;
  color: #1c318e;
  text-decoration: none;
  cursor: pointer;
}
#cookie-law-info-bar #cookie_action_close_header {
}
#cookie-law-info-again {
  background: #303030;
  color: #fff;
  position: fixed;
  font-family: inherit;
  width: auto;
  bottom: 0px;
  right: 100px;
  display: block;
  padding: 5px 20px;
  cursor: pointer;
  font-size: 12px;
}
