/* primary : #2e3194
  secondary : #ef1c24
*/

h2{
  font-family: 'Montserrat', sans-serif;
  position: relative;
  color: #9c2121;
  font-weight: 600;
}
.btn.btn-primary:hover {
  border: 1px solid #96bb7c;
  background: transparent;
  color: #96bb7c;
}
.btn.btn-primary {
  background: #9c2121 !important;
  border: 1px solid #9c2121 !important;
  color: #fff !important;
}
.header.header-scrolled {
  background: #fff;
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgb(1 41 112 / 10%);
}
.owl-dots {
  margin-top: 40px!important;
}

.border-red{
  border:5px solid #9c2121;
}
.card{
  background-color: #f8f9fa!important;
}
section {
 /* padding: 60px 0;*/
  overflow: hidden;
}
.bg-theme-primary{
  color: #2e3194;
}
.bg-theme-secondary{
  color: #2e3194;
}
.color-theme-primary{
  color: #2e3194;
}
.color-theme-primary{
  color: #2e3194;
}
path.fa-primary {
  color: #fff;
}
path.fa-secondary {
  color: #dedede;
}
.recapiti.image a {
  text-decoration: none;
}
.image {
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}
.map-container {
  border-top: 4px solid #F5F5F5;
}
.navbar-light .navbar-nav .nav-link {
  color: #2e3194;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #2e3194;
}
.parallax h2 {
  background: #2e3194;
  display: inline-block;
  padding: 3px 20px;
}
.parallax h5 {
  line-height: 1.9rem;
}
a.mmenu:before,
a.mmenu:after {
  content: '';
  display: block;
  background: #fff;
  height: 2px;
}
a.mmenu span {
  background: #fff;
  display: block;
  height: 2px;
  margin: 6px 0;
}
a.mmenu {
  display: block;
  position: absolute;
  right: 0;
  z-index: 99;
  width: 50px;
  height: 50px;
  padding: 11px;
  margin: 5px;
  top: 0;
}
a {
  color: #9c2121;
}
.validation p>svg {
  position: inherit !important;
}
.validation p {
  font-size: 15px;
}
form#contact_form svg {
  position: relative;
  top: 31px;
  left: 11px;
}
.form-control {
  padding-left: 2.2rem;
}
.border {
  border: 1px solid #9E9E9E !important;
}
.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */
@media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll;
  }
}
.page-banner h1 {
  font-size: 48px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.1px;
}
.breadcrumb-area::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000000;
  opacity: 0.5;
  z-index: -1;
}
.breadcrumb-area {
  padding: 80px 0 90px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 1;
}
.breadcrumb>li {
  display: inline-block;
  float: none;
  padding: 0;
  color: #fff;
}
.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.breadcrumb-item a {
  color: inherit;
  letter-spacing: 2px;
}
.breadcrumb-item+.breadcrumb-item::before {
  color: inherit;
  font-size: 12px;
  position: relative;
}
.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/";
}
.negative {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#cantieri .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: 45%;
  width: 100%;
}
#cantieri .owl-theme .owl-nav [class*=owl-] {
  width: 40px;
  height: 40px;
  background: #9c2121!important;
  color: #fff!important;
  border-radius: 100%;
  font-size: 1.3rem!important;
}
button.owl-next {
  position: absolute;
  right: 1rem;
  top:0;
}
button.owl-prev {
  position: absolute;
  left: 0;
  top:0;
}
.spinner .path {
  stroke: #93bfec;
  stroke-linecap: round;
  -webkit-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.spinner {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  z-index: 100;
  position: absolute;
  top: 70%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
}
.skip-link {
  z-index: -1;
  color: #fff;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
}
.skip-link:focus {
  transform: translateY(0%);
}
body {
  font-family: 'Montserrat', sans-serif;
}
p {
  text-rendering: optimizeLegibility;
  font-size: 1rem;
}
a {
  text-decoration: none;
}
footer a {
  color: #cecece;
}
footer ul {
  padding: 0;
}
footer svg {
  margin-right: 5px;
}
footer li {
  list-style: none;
  margin-bottom: 0.6rem;
}
#footer .title:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  background-color: #9c2121;
  width: 30px;
  height: 4px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Montserrat', sans-serif;
}
.page {
  overflow: hidden;
}
.color-theme {
  color: #e9573d;
}
.background-theme {
  color: #e9573d;
}
.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.flex-center p {
  margin: 0;
}
.rgba-black-strong {
  background-color: rgba(0, 0, 0, .7);
}
.hide-visibility {
  visibility: hidden;
}
.hidden {
  display: none;
}
.shadow-img {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
  border-radius: 0.2rem;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
html,
body {
  height: 100%;
}
.mask-cta {
  background-attachment: fixed;
}
.mask {
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-attachment: fixed;
}
.view {
  position: relative;
  cursor: default;
}
.rgba-black-slight {
  background-color: rgba(0, 0, 0, .4);
}
.rating {
  color: #ffa000;
  list-style-type: none;
  padding: 0;
}
.rating li {
  display: inline-block;
}
.hostel-lp .spacing {
  letter-spacing: 4px;
}
.btn.dark-grey-text,
.dark-grey-text {
  color: #4f4f4f !important;
}
.btn-rounded {
  -webkit-border-radius: 10em;
  border-radius: 10em;
}
.btn-white {
  background-color: #fff !important;
  color: #000 !important;
}
.waves-effect {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
}
.view,
.view .mask,
.waves-effect {
  overflow: hidden;
}
a#ui-to-top.active {
  transform: translateY(0);
}
a#ui-to-top,
a#ui-to-top:active,
a#ui-to-top:focus {
  color: #fff;
  background: #2a2b2b;
}
a#ui-to-top {
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 38px;
  border-radius: 50%;
  position: fixed;
  right: 15px;
  bottom: 20px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
  transition: .3s all ease;
  box-shadow: 0 0 1px 0px rgba(127, 127, 127, 0.3);
  transform: translateY(100px);
}
i.fab.fa-facebook-f.fa-stack-1x.fa-inverse {
  color: #3F51B5;
}
.hostel-lp p {
  line-height: 1.8rem;
}
.creative-lp p,
.hostel-lp p {
  font-size: .9rem;
}
.col-centered {
  float: none;
  margin: 0 auto;
}
/*Contatti */
.g-recaptcha {
  display: inline-block;
  /* width: 100%; */
}
.form-header {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  color: #fff;
  text-align: center;
  margin-top: -3.13rem;
  margin-bottom: 3rem;
  padding: 1rem;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
}
.md-form .prefix {
  position: absolute;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}
.md-form .prefix {
  top: .25rem;
  font-size: 1.75rem;
  right: 5%;
}
.grey-text {
  color: #9e9e9e !important;
}
.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
.validation,
.text-red {
  color: #F44336;
}
.validation {
  font-style: italic;
  font-size: 18px;
  padding-top: 0.6rem;
}
/* Google Reviews*/
#map-plug {
  display: none;
}
#google-reviews {
  display: flex;
  flex-wrap: wrap;
  /*display: grid;
	grid-template-columns: repeat( auto-fit, minmax(320px, 1fr));
	*/
}
.review-item {
  border: solid 1px rgba(190, 190, 190, .35);
  margin: 0 auto;
  padding: 1em;
  flex: 1 1 20%;
  width: 100%
}
@media (max-width:1200px) {
  .review-item {
    flex: 1 1 40%;
  }
}
@media (max-width:450px) {
  .review-item {
    flex: 1 1 90%;
  }
}
.review-meta,
.review-stars {
  text-align: center;
  font-size: 115%;
}
.review-author {
  text-transform: capitalize;
  font-weight: bold;
}
.review-date {
  opacity: .6;
  display: none;
}
.review-text {
  line-height: 1.55;
  text-align: left;
  max-width: 32em;
  margin: auto;
}
.review-stars ul {
  display: inline-block;
  list-style: none !important;
  margin: 0;
  padding: 0;
}
.review-stars ul li {
  float: left;
  list-style: none !important;
  margin-right: 1px;
  line-height: 1;
}
.review-stars ul li i {
  color: #E4B248;
  font-size: 1.4em;
  font-style: normal;
}
.review-stars ul li i.inactive {
  color: #c6c6c6;
}
.star:after {
  content: "\2605";
}
/* FB Reviews*/
.fb-rating {
  background-color: rgb(66, 103, 178);
  color: #fff;
  font-size: 20px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  display: inline-block;
}
#fb-reviews a {
  color: #3a589d;
  font-weight: 600;
}
.btn-facebook {
  background-color: rgb(66, 103, 178);
  color: #fff !important;
}
/* Cookie Bar */
#cookie-bar {
  background: #111111;
  height: auto;
  line-height: 24px;
  color: #eeeeee;
  text-align: center;
  padding: 3px 0;
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}
#cookie-bar p {
  margin: 0;
  padding: 0;
}
#cookie-bar a {
  color: #ffffff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
}
#cookie-bar .cb-enable {
  background: #007700;
}
#cookie-bar .cb-enable:hover {
  background: #009900;
}
#cookie-bar .cb-disable {
  background: #990000;
}
#cookie-bar .cb-disable:hover {
  background: #bb0000;
}
#cookie-bar .cb-policy {
  background: #0033bb;
}
#cookie-bar .cb-policy:hover {
  background: #0055dd;
}
/* Pre Header */
.pre-header {
  min-height: 45px;
  padding: 10px 0px;
  background: #2e3194;
  color: #fff;
}
.pre-header a {
  color: #fff;
}
.topbar-ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
}
.topbar-li {
  padding-right: 1em;
}
/* Google Translator */
a.gflag {
  vertical-align: middle;
  font-size: 24px;
  padding: 1px 0;
  background-repeat: no-repeat;
  background-image: url(//gtranslate.net/flags/24.png);
}
a.gflag img {
  border: 0;
}
a.gflag:hover {
  background-image: url(//gtranslate.net/flags/24a.png);
}
#goog-gt-tt {
  display: none !important;
}
.goog-te-banner-frame {
  display: none !important;
}
.goog-te-menu-value:hover {
  text-decoration: none !important;
}
body {
  top: 0 !important;
}
#google_translate_element2 {
  display: none !important;
}
/* Newsletter */
input#btn-newsletter {
  float: right;
  margin-top: -46px;
}
#newsletter .alert {
  position: relative;
  padding: 0px 10px;
  border: none;
}