﻿.rossovesta {
  color: #CD2213;
}
.google-reviews-home .review-text {
  font-size: 22px;
  line-height: 29px;
}
@media (max-width: 1199px) {
  .map-navigation {
    margin-top: 30px;
    position: relative;
    top: auto;
  }
  .map-wrapper .container {
    display: none;
  }
  #main-inner .container {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1430px) {
  .form-group {
    margin-bottom: 5px;
    transition: all ease-in 0.2s;
  }
  .map-navigation label {
    margin: 0;
    transition: all ease-in 0.2s;
  }
  .map-navigation {
    top: -381px;
    transition: all ease-in 0.2s;
  }
}
@media (max-width: 767px) {
  .fullwidthbanner .caption {
    display: none;
  }
}
/* 
-----------------------------------------------
Progress bar e circle attendere
-----------------------------------------------
*/
.overlay {
  background: #000;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  cursor: pointer;
  /*Trasperenza cross browser*/
  opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.img-loader {
  position: absolute;
  left: 34px;
  top: 34px;
}
#box {
  width: 100px;
  height: 100px;
  background-color: #FFF;
  display: none;
  z-index: 300;
  position: absolute;
  left: 45%;
  top: 45%;
  /*-moz-border-radius: 15px;  -webkit-border-radius: 15px;
border-radius: 15px;*/
}
#progressBar {
  width: 50%;
  height: 30px;
  background-color: #FFF;
  display: none;
  z-index: 300;
  position: absolute;
  left: 10%;
  top: 40%;
  /*-moz-border-radius: 15px;  -webkit-border-radius: 15px;
border-radius: 15px;*/
}
.smk_progress_bar {
  position: relative;
  height: 8px;
  padding: 0;
  border: 1px solid #E0E0E6;
  /*border-radius: 3px;*/
  background: #C3C3C3;
  margin-bottom: 15px;
}
.smk_progress_bar .smk_pb_child {
  position: absolute;
  height: 100%;
  padding: 1px;
  width: 65%;
  background: #CD2213;
  /*border-radius: 3px;*/
  /*top: -1px;
	left: -1px;*/
  border: 0;
  overflow: hidden;
}
.smk_progress_bar.with_value {
  height: 30px;
}
.smk_progress_bar.pb_green .smk_pb_child {
  background: #53AF3C;
}
.smk_progress_bar.with_value .smk_pb_child .value {
  position: absolute;
  color: #fff;
  right: 7px;
  top: 2px;
  font-size: 16px;
  width: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
  visibility: hidden;
  opacity: 0;
  /* Best browsers */
}
.smk_progress_bar.with_value .smk_pb_child .value.pb_val_anim {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
  /* Best browsers */
}
h3.widget-title i.fa {
  color: #CD2213;
}
/*div#altriImmobili {
    display: none;
}*/
.post div.posts #BlogTitolo {
  margin-bottom: 10px;
  color: #CD2213;
}
.post div.posts #BlogTitolo span {
  text-transform: uppercase;
}
.post div.posts #BlogTesto {
  text-align: justify;
}
.post div.posts #BlogTesto img[style*="float:left"] {
  margin: 10px 10px 10px 0;
}
.post div.posts #BlogTesto img[style*="float:right"] {
  margin: 10px 0 10px 10px;
}
.post div.posts #BlogTesto li {
  font-size: 14px;
}
.post div.posts #BlogTesto li:before {
  content: "\f00c";
  font-family: fontawesome;
  margin-right: 8px;
  color: #CD2213;
}
.post div.posts .blog-details {
  background: #ededec none repeat scroll 0 0;
  margin-top: 30px;
  padding: 10px 20px;
  width: 100%;
}
.post div.posts .blog-details div.col-xs-3 {
  border: 1px solid #CD2213;
}
.post div.posts .blog-details .fa {
  color: #CD2213;
  margin: 0 10px;
}
.post div.posts .blog-details .fa:first-child {
  margin-left: 0px;
}
.post div.posts .box-image img {
  max-width: 100%;
  margin-top: 5px;
}
.post .sidebar .widget-title {
  font-size: 18px;
}
.post div.tags {
  display: inline-block;
  float: left;
  margin: 10px 0;
}
.post div.tags i.fa-tags {
  margin-right: 5px;
}
.post div.tags span#tags a {
  background-color: #CD2213;
  color: white;
  padding: 5px 10px 5px 0;
  font-size: 13px;
}
.post div.tags span#tags a:before {
  content: "\f02b";
  font-family: FontAwesome;
  padding: 0 5px;
}
.post div.tags span#tags a:hover {
  text-decoration: none;
}
.post div.social {
  display: inline-block;
  float: right;
  margin: -6px 0 0;
  position: relative;
}
.post div.social a {
  background-color: #cd2213;
  border-radius: 25px;
  display: inline-block;
  font-size: 13px;
  height: 50px;
  margin-left: 0;
  padding: 13px 17px;
  width: 50px;
  transition: all ease 0.2s;
}
.post div.social a:hover {
  text-decoration: none;
  background-color: fuchsia;
  transition: all ease 0.2s;
}
.post div.social a i.fa {
  color: white;
  font-size: 13px;
}
.sidebar .widget {
  margin-bottom: 30px;
}
.sidebar .widget .widget-title {
  font-size: initial;
  margin-bottom: 10px;
  color: #CD2213;
}
.sidebar .widget .widget-content {
  margin-bottom: 30px;
}
.sidebar .widget .widget-content button {
  margin-bottom: 5px;
}
.sidebar .widget .pagination {
  margin: 0;
}
.sidebar .widget .tagcloud {
  width: 100%;
  height: 260px;
}
.sidebar .widget .menu-widget a.title {
  background-color: #CD2213;
  color: white;
  display: block;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  margin: 0 10px 5px;
  padding: 0 20px;
}
.sidebar .widget .menu-widget a.title .badge {
  background-color: white;
  border: 1px solid white;
  border-radius: 14px;
  color: #cd2213;
  float: right;
  font-size: 12px;
  height: 24px;
  line-height: 20px;
  padding: 0 8px;
  position: relative;
  top: 3px;
}
a[disabled] {
  pointer-events: none;
  cursor: default;
  opacity: 0.35;
}
.newsletter .alert {
  display: none;
}
.alert-dismissable .close,
.alert-dismissible .close {
  color: inherit;
  position: relative;
  right: -21px;
  top: -2px;
}
button.close {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
  padding: 0;
}
.close {
  color: #000;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  opacity: 0.2;
  text-shadow: 0 1px 0 #fff;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
  padding: 10px;
}
.posts .post.isPinned {
  border-bottom: 1px solid #CD2213;
}
.posts .post .post-title .fa {
  top: -5px;
  left: -7px;
  position: relative;
}
.fa-rotate-45 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.footer-bottom p {
  line-height: 32px;
}
.iubenda-ibadge {
  position: relative;
  top: 7px;
}
.social {
  color: #CD2213;
}
.social .fa {
  display: inline;
}
.post-picture-target img {
  min-width: 100%;
}
#footer #accordion a {
  color: #ffffff;
  word-wrap: normal;
}
p.feature-body {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .sm-margin-y {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.sm-margin-y:last-of-type {
  margin-bottom: 0;
}
.margin-y-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.text-red {
  color: #CD2213;
}
.text-white {
  color: #fff !important;
}