h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Merriweather", serif;
  font-weight: bold;
}

body {
  font-family: "Open Sans", sans-serif;
}

strong {
  color: #a25a44;
}

img {
  max-width: 100%;
}

/*Modal*/
.modal {
  z-index: 9999999 !important;
}

.modal-body {
  padding: 25px 45px;
}

.modal-content,
.btn-group-lg > .btn,
.btn {
  border-radius: 0px !important;
}

/*Modal*/
.header {
  border-bottom: 2px solid #d2d2d2;
}

.azienda {
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: -1px;
  text-align: center;
  /*border-bottom: 1px solid #ececec;*/
  margin: 0;
  padding: 15px;
}

.azienda span {
  color: #a25a44;
  font-weight: bold;
}

.logo {
  max-width: 200px;
  margin: 0 auto;
  padding-top: 0.5rem;
  text-align: center;
  width: 100%;
}

/*.bg-image {
  background: #000 url(../images/spiaggia.jpg);
  background-position: right;
  background-size: cover;
}*/
.main-img {
  height: 300px;
  object-fit: cover;
  object-position: 60% 50%;
}

.headline {
  color: #54352c;
  font-size: 1.8rem;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  text-align: center;
}

.headline strong {
  color: #d33167;
}

.headline-sub {
  color: #a25a44;
  font-size: 1.3rem;
  text-align: center;
}

.text {
  padding-top: 1rem;
}

.btn-default {
  background: #a25a44;
  border-color: #54352c;
  color: #fff !important;
}

.btn-alt {
  background: #54352c;
  border: #54352c;
  color: #fff !important;
}

/*.slider {
  overflow: hidden;
}

.slider-img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.swiper-container {
  width: 100%;
  height: 250px;
  margin: 0px auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
*/
/*Layout*/
.main {
  padding: 0px 15px;
}

.main header {
  padding: 15px 0px;
  text-align: left;
}

.main header h3 {
  font-weight: bold;
  color: #333;
  font-size: 2.5rem;
}

.main header p {
  color: #333;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: bold;
}

.header-tel,
.header-email {
  display: inline-block;
  font-size: 1.1rem;
  padding-bottom: 0.5em;
}

.header-tel {
  margin-right: 10px;
}

.header-tel a,
.header-email a {
  color: #212529;
  text-decoration: none;
}

.header-info {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.header-info svg {
  color: #a25a44;
}

/*Layout*/
.segnalato-text {
  position: relative;
  top: 10px;
}

/*FORM*/
.arrow-mobile {
  position: absolute;
  /*transform: scaleX(-1) rotate(180deg);*/
  width: 40px;
  bottom: 15px;
  z-index: 9;
  margin-left: -63px;
}

.arrow {
  display: none;
}

#form-area {
  padding: 0;
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  background: #fff;
  height: 100%;
  z-index: 99999;
  display: none;
}

#headerform {
  text-transform: uppercase;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background: #d33167;
  text-align: center;
  font-size: 1rem;
  padding: 20px 15px;
  margin: 0px;
  color: #fff;
}

#form-area h3 {
  text-transform: uppercase;
  width: 100%;
  z-index: 1;
  background: #d33167;
  text-align: center;
  font-size: 1rem;
  padding: 20px 15px;
  margin: 0px;
  color: #fff;
}

#form-container {
  padding: 20px 20px 80px 20px;
  overflow-y: scroll;
  position: relative;
  height: 100%;
  background: #fff;
  color: #333;
}

#telefono-holder {
  background: #fff;
  border: 1px solid #ececec;
  padding: 10px;
  text-align: center;
  position: relative;
  width: 100%;
  top: 15px;
}

#telefono-holder a {
  color: #333;
  text-decoration: none;
}

.tel-number {
  font-weight: bold;
  font-size: 1.2rem;
}

#mobile-trigger {
  position: absolute;
  right: 20px;
  top: 20px;
}

.btn-custom {
  width: 100%;
  font-weight: bold;
  background: #31A245;
  border: #d33167;
  padding: 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9rem;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn-custom:hover {
  background: #19872C;
  color: #fff;
}

/*Style checkboxes e radio*/
.styled-input-single {
  position: relative;
  padding: 10px 0 10px 30px;
  text-align: left;
}

.styled-input-single label {
  cursor: pointer;
}

.styled-input-single label:before,
.styled-input-single label:after {
  content: "";
  position: absolute;
  top: 50%;
  border-radius: 50%;
}

.styled-input-single label:before {
  left: 0;
  width: 20px;
  height: 20px;
  margin: -15px 0 0;
  background: #d2d2d2;
  box-shadow: 0 0 1px grey;
}

.styled-input-single label:after {
  left: 5px;
  width: 10px;
  height: 10px;
  margin: -10px 0 0;
  opacity: 0;
  background: #a25a44;
  -webkit-transform: translate3d(-40px, 0, 0) scale(0.5);
  transform: translate3d(-40px, 0, 0) scale(0.5);
  -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.styled-input-single input[type=radio],
.styled-input-single input[type=checkbox] {
  position: absolute;
  top: 0;
  left: -9999px;
  visibility: hidden;
}

.styled-input-single input[type=radio]:checked + label:after,
.styled-input-single input[type=checkbox]:checked + label:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.styled-input--square label:before,
.styled-input--square label:after {
  border-radius: 0;
}

.styled-input--rounded label:before {
  border-radius: 10px;
}

.styled-input--rounded label:after {
  border-radius: 6px;
}

.styled-input--diamond .styled-input-single {
  padding-left: 45px;
}

.styled-input--diamond label:before,
.styled-input--diamond label:after {
  border-radius: 0;
}

.styled-input--diamond label:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.styled-input--diamond input[type=radio]:checked + label:after,
.styled-input--diamond input[type=checkbox]:checked + label:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
}

/*Style checkboxes e radio*/
/*Lista*/
.list-group-item {
  padding: 0.75rem 0rem;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top: none;
}

.list-group-item svg {
  color: #a25a44;
}

.big-list {
  font-size: 1.1rem;
}

.big-list svg {
  vertical-align: middle;
}

.big-list li {
  border: none;
}

.features-list {
  padding: 30px 0px;
}

.features-list ul {
  padding: 0px;
}

.features-list li {
  font-size: 16px;
  font-weight: 600;
  display: block;
  padding: 5px 0px;
}

.features-list li:before {
  color: #44A3C2;
  content: "\e013";
  font-family: "Glyphicons Halflings";
  font-size: 13px;
  margin-right: 30px;
  margin-top: 2px;
}

/*Lista*/
/*Sidebar*/
.sidebar h3 {
  color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
  background: #a25a44;
  padding: 15px 25px;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
}

.form-container {
  background: #f7f7f7;
  border: 1px solid #ececec;
  color: #333;
  padding: 25px;
  z-index: 1;
}

.form-control {
  border-radius: 0px;
}

.form a {
  color: #333;
  text-decoration: underline;
}

#privacy-group .form-check {
  border-top: 1px solid #ececec;
  padding: 10px 14px;
}

.invia {
  background-color: #a25a44;
  border-color: #a25a44;
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px 3px #676666;
  text-transform: uppercase;
}

.invia:visited {
  background-color: #FF9915;
  border-color: #FF9915;
}

.invia:hover {
  background-color: #d92b32;
  border-color: #d92b32;
  color: #fff;
}

.invia:active {
  background-color: #D27700;
  border-color: #D27700;
}

.invia:focus {
  border-color: #D27700;
  color: #fff;
}

.btn-lg {
  font-size: 1.2rem;
}

/* Photo Quote */
.quote {
  padding: 25px 0px 35px;
}

.quote__photo {
  padding-bottom: 25px;
  text-align: center;
}

.quote__photo img {
  border-radius: 50%;
}

.quote__blockquote svg {
  color: #a25a44;
}

/* Promo Box */
.promobox {
  border: 3px solid #55aa54;
  padding: 10px;
  margin: 11px auto 0px;
}

.promobox svg {
  color: #55aa54;
  font-size: 2em;
}

.promobox p {
  margin-bottom: 0px;
}

.iconboxes {
  background: #f9f9f9;
  border-top: 1px solid #ececec;
  padding: 25px 0px 0px 0px;
}

.iconbox {
  padding: 0px 30px 40px;
  text-align: center;
  border-right: 1px solid #ececec;
}

.iconbox:first-child {
  border-left: 1px solid #ececec;
}

.iconbox-icon svg {
  color: #a25a44;
}

.iconbox-text {
  margin: 25px 0px;
}

.iconbox-text a {
  color: #a25a44;
  font-size: 1rem;
  margin-bottom: 15px;
}

.help-block {
  color: #cd0707;
  text-align: left;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: bold;
}

#grazie {
  font-size: 23px;
  font-weight: 600;
  color: #a25a44;
}

#grazie p {
  margin: 0;
}

.footer {
  background-color: #ececec;
  padding: 15px;
}

.mail-error {
  color: #b12422;
  margin-top: 10px;
}

.submit-icon {
  display: none;
  margin-left: 10px;
}

#submit {
  cursor: pointer;
}

.figure-caption {
  padding: 0.2rem 0.5rem 0;
}

/* Contacts */
.contact-icon {
  font-size: 1em;
  line-height: 4em;
}

.contact-icon svg {
  color: #a25a44;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.contact-icon a {
  color: #212529;
  text-decoration: none;
}

/* Contacts */
/*Footer*/
#footer {
  background: #333;
  border-top: 2px solid #000;
  color: #8f8f8f;
  padding: 25px 0px;
  text-transform: uppercase;
  font-size: 0.7rem;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1rem;
  margin-bottom: 57px;
}

#footer a {
  color: #fff;
  font-weight: bold;
}

.footer-first {
  padding-bottom: 0px;
}

.footer-last {
  display: none;
  border-top: 1px solid rgba(236, 236, 236, 0.1411764706);
  line-height: 1.1em;
  padding: 10px 30px 0px;
  text-align: justify;
  text-transform: none;
}

/*Footer*/
#CookiePolicy h6,
#PrivacyPolicy h6 {
  margin: 15px 0px;
}

.lead {
  font-family: "Open Sans", sans-serif;
  padding: 15px 0px;
  margin: 0px 0px 25px 0px;
  text-align: center;
  border-top: 2px solid #a25a44;
  border-bottom: 5px solid #54352c;
  font-style: italic;
  font-weight: 600;
}

/* Media Queries */
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  .header {
    padding: 10px 0px;
  }
  .main-img {
    object-position: 50% 50%;
  }
  .azienda {
    text-align: center;
    margin: 0px;
    border: none;
  }
  .logo {
    padding-top: 0;
    text-align: center;
  }
  .bg-image {
    background-position: right 80%;
  }
  .features-list ul {
    padding: 0px 40px;
    text-align: center;
  }
  .text {
    text-align: center;
  }
  .sidebar {
    top: 0px;
    margin: -25px 0px;
  }
  .iconbox {
    border: none;
  }
  .iconbox:first-child {
    border: none;
  }
  .arrow {
    display: inline-block;
    position: absolute;
    transform: scaleX(-1) rotate(180deg);
    z-index: 9;
    width: 50px;
    margin-left: -55px;
    top: 90px;
  }
  #form-area {
    background: none;
    position: relative;
    width: 100%;
    z-index: 1;
    display: block;
  }
  #form-area h3 {
    text-align: center;
    font-size: 1rem;
    padding: 20px 15px;
    margin: 0px;
    color: #fff;
  }
  #form-container {
    overflow-y: auto;
    height: auto;
    background: #fff;
    color: #333;
    padding: 25px;
  }
  #telefono-holder {
    background: #fff;
    padding: 10px;
    border: none;
    text-align: center;
    position: relative;
    bottom: 0px;
    width: 100%;
  }
  #telefono-holder a {
    color: #333;
    text-decoration: none;
  }
  #mobile-trigger {
    display: none;
  }
  #footer {
    margin-bottom: 0;
  }
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .header-info {
    align-items: center;
    /*flex-direction: column;*/
    justify-content: center;
    text-align: center;
  }
  .main-img {
    object-position: 100% 50%;
    width: 100%;
  }
  .iconbox {
    padding: 15px;
  }
  .main header {
    padding: 45px 0px 0px 0px;
    text-align: left;
  }
  .main header h3 {
    font-size: 2rem;
  }
  .lead {
    border: none;
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: left;
    font-size: 1.1rem;
  }
  .azienda {
    text-align: left;
  }
  .logo {
    text-align: left;
  }
  .bg-image {
    background-position: right 64%;
  }
  #form-area {
    background: none;
    position: relative;
    width: 100%;
    z-index: 1;
    display: block;
  }
  #form-area h3 {
    text-align: center;
    font-size: 1.2rem;
    padding: 20px 15px;
    margin: 0px;
    color: #fff;
  }
  .arrow {
    width: 61px;
    margin-left: -82px;
    top: 106px;
  }
  #form-container {
    overflow-y: auto;
    height: auto;
    background: #fff;
    color: #333;
    padding: 25px;
  }
  #telefono-holder {
    background: #fff;
    padding: 10px;
    text-align: center;
    position: relative;
    bottom: 0px;
    width: 100%;
    border: none;
  }
  #telefono-holder a {
    color: #333;
    text-decoration: none;
  }
  #mobile-trigger {
    display: none;
  }
  .quote__photo {
    padding-bottom: 0px;
  }
  .quote__blockquote {
    text-align: left;
  }
  .contact-icon svg {
    margin-left: 0;
  }
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .azienda {
    text-align: left;
  }
  .logo {
    text-align: left;
  }
  .main header h3 {
    font-size: 2.5rem;
  }
  .header-info {
    flex-direction: row;
    text-align: right;
  }
  .header-tel,
  .header-email {
    line-height: 60px;
    padding-bottom: 0;
  }
  .swiper-container {
    width: 100%;
    height: 450px;
    margin: 0px auto;
  }
  .sidebar {
    position: relative;
    top: 20px;
    margin: 0px;
    margin-bottom: 60px;
    min-height: 482px;
    /* adjust for media queries */
    z-index: 99999;
  }
  .main header {
    padding: 25px 0px 0px 0px;
    text-align: left;
  }
  .lead {
    border: none;
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: left;
    font-size: 1.1rem;
  }
  #form-area {
    top: 30px;
    background: none;
    position: relative;
    width: 100%;
    z-index: 1;
    display: block;
  }
  #form-area h3 {
    text-align: center;
    font-size: 1.2rem;
    padding: 20px 15px;
    margin: 0px;
    color: #fff;
  }
  .arrow {
    width: 71px;
    margin-left: -151px;
    top: 97px;
  }
  #form-container {
    overflow-y: auto;
    height: auto;
    background: #fff;
    color: #333;
    padding: 25px;
  }
  #telefono-holder {
    background: #fff;
    padding: 10px;
    text-align: center;
    position: relative;
    bottom: 0px;
    width: 100%;
    border: none;
  }
  #telefono-holder a {
    color: #333;
    text-decoration: none;
  }
  #mobile-trigger {
    display: none;
  }
  .modal-dialog {
    max-width: 800px;
  }
}
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .main-img {
    height: 400px;
  }
  .bg-image {
    background-position: right 83%;
    min-height: 260px;
  }
  #form-area {
    background: none;
    position: relative;
    top: -40px;
    left: auto;
    bottom: auto;
    right: auto;
    width: 100%;
    z-index: 1;
    display: block;
  }
  #form-area h3 {
    text-align: center;
    font-size: 1.2rem;
    padding: 20px 15px;
    margin: 0px;
    color: #fff;
  }
  .arrow {
    margin-left: -198px;
    top: 88px;
  }
  #form-container {
    overflow-y: auto;
    height: auto;
    background: #fff;
    color: #333;
    padding: 25px;
  }
  #telefono-holder {
    background: #fff;
    padding: 10px;
    text-align: center;
    position: relative;
    bottom: 0px;
    width: 100%;
    border: none;
  }
  #telefono-holder a {
    color: #333;
    text-decoration: none;
  }
  .slider {
    -webkit-box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.75);
  }
  .azienda {
    text-align: left;
    font-size: 1.5rem;
    line-height: 60px;
    margin: 0px;
    padding: 0px;
    border: none;
  }
  .logo {
    text-align: left;
  }
  .swiper-container {
    width: 100%;
    height: 450px;
    margin: 0px auto;
  }
  .sidebar {
    position: relative;
    top: -180px;
    margin: 0px;
    margin-bottom: -100px;
    min-height: 482px;
    /* adjust for media queries */
    z-index: 1;
  }
  .main {
    position: relative;
    /*top: -190px;
    margin: 0px;
    margin-bottom: -150px;
    z-index: 1;*/
    padding: 0px 25px;
  }
  .header {
    padding: 10px 0px;
  }
  .main header {
    text-align: left;
    padding: 28px 0px 30px 0px;
  }
  .main header h3 {
    line-height: 1.8rem;
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 15px;
  }
  .main header h3 span {
    padding: 15px;
    background: #a25a44;
    border-left: 5px solid #54352c;
  }
  .lead {
    border: none;
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: left;
    font-size: 1.1rem;
  }
  .main header p {
    background: #fff;
    display: inline-block;
    padding: 15px;
    margin: 4px 0px;
  }
  .segnalato-text {
    font-size: 1rem;
  }
  .tel-icon {
    font-size: 2rem;
    margin-right: 5px;
    font-weight: bold;
  }
  .tel-number {
    font-size: 2rem;
    letter-spacing: -1px;
    font-weight: bold;
  }
  .tel-copy {
    text-transform: uppercase;
    font-size: 1.2rem;
    position: relative;
    top: -5px;
    left: 2px;
  }
  .styled-input-single {
    padding: 10px 0 10px 40px;
  }
  .btn-custom {
    font-size: 1rem;
  }
  #mobile-trigger {
    display: none;
  }
}
/*Media Queries Desktop*/

/*# sourceMappingURL=style.css.map */
