a:focus,
body:focus,
div:focus,
button:focus,
input:focus {
  outline: 0 !important;
}
button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
a,
input,
select,
textarea {
  outline: none !important;
}
a:hover {
  color: #222222;
  text-decoration: none;
}
h1 {
  font-size: 25px;
  font-size: 2.5rem;
}
h2 {
  font-size: 20px;
  font-size: 2rem;
}
h3 {
  font-size: 17.5px;
  font-size: 1.75rem;
}
h4 {
  font-size: 13.5px;
  font-size: 1.35rem;
}
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 {
  border-color: rgba(210, 50, 50, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(210, 50, 50, 0.6);
  outline: 0 none;
}
.cover {
  object-fit: cover;
}
.close {
  opacity: 1;
}
.pad-20 {
  padding: 20px;
}
.bg-white {
  background-color: #fff;
}
.btn-theme {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.btn-theme:hover {
  background-color: #f2f2f2;
  color: #333333;
  text-decoration: none;
  box-shadow: 0px 2px 0px 0px #777777;
}
html {
  height: 100%;
}
body {
  height: 100%;
  position: relative;
  background-attachment: fixed;
}
body:after {
  content: "";
  background-attachment: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: -1;
}
#container {
  padding-top: 40px;
}
#sidebar {
  width: 270px;
}
#sidebar header.sidebar-header {
  margin-bottom: 20px;
  position: relative;
}
#sidebar header.sidebar-header .sidebar-logo {
  padding: 42px 10px;
  text-align: center;
  z-index: 999;
}
#sidebar header.sidebar-header .sidebar-logo img {
  max-width: 100%;
  padding: 0px 25px;
  max-height: 200px;
}
#sidebar header.sidebar-header .main-menu {
  margin: 0;
  padding: 0;
  z-index: 9999;
}
#sidebar header.sidebar-header .main-menu > li {
  display: block;
  position: relative;
}
#sidebar header.sidebar-header .main-menu > li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  display: block;
  font-size: 16px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  padding: 11px 8px 11px 20px;
  -webkit-backface-visibility: hidden;
  position: relative;
}
#sidebar header.sidebar-header .main-menu > li a i {
  font-size: 18px;
  margin-right: 12px;
  float: right;
}
#sidebar header.sidebar-header .main-menu > li a.sep-dark {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
#sidebar header.sidebar-header .main-menu > li a.sep-light {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#sidebar header.sidebar-header .main-menu > li:first-child a.sep-light {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
#sidebar header.sidebar-header .main-menu > li:first-child a.sep-dark {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}
#sidebar header.sidebar-header .main-menu > li > a.active:after,
#sidebar header.sidebar-header .main-menu > li > a:hover:after {
  content: '';
  position: absolute;
  top: 33%;
  left: -2px;
  height: 12px;
  width: 6px;
  border-radius: 0px 90px 90px 0;
  -moz-border-radius: 0px 90px 90px 0;
  -webkit-border-radius: 0px 90px 90px 0;
}
#sidebar header.sidebar-header .main-menu li.drop ul.drop-down {
  margin: 0;
  padding: 0;
  margin-left: 1px;
  position: absolute;
  top: 0;
  width: 220px;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
  text-align: left;
  /*left: 100%;*/
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-backface-visibility: hidden;
}
#sidebar header.sidebar-header .main-menu li.drop ul.drop-down li {
  display: block;
  position: relative;
}
#sidebar header.sidebar-header .main-menu li.drop:hover > ul.drop-down {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
#sidebar .sidebar-widget {
  margin-bottom: 20px;
  background: #fff;
  padding: 20px;
}
#sidebar .sidebar-widget h2 {
  font-size: 19px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 20px;
}
#sidebar .sidebar-widget .socials ul {
  margin: 0;
  padding: 0;
}
#sidebar .sidebar-widget .socials ul li {
  display: inline-block;
  margin-left: 5px;
}
#sidebar .sidebar-widget .socials ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  text-align: center;
}
#sidebar .sidebar-widget .socials ul li a i {
  font-size: 15px;
  line-height: 28px;
}
#sidebar .sidebar-widget .socials ul li a:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}
#sidebar .sidebar-widget .socials ul li:first-child {
  margin-left: 0;
}
#sidebar .sidebar-widget .rapid-contacts .contacts-item {
  margin-left: -10px;
  margin-top: -5px;
}
#sidebar .sidebar-widget .rapid-contacts ul {
  margin: 0;
  padding: 0;
}
#sidebar .sidebar-widget .rapid-contacts .contacts-item li {
  padding-bottom: 5px;
  display: table-row;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  margin-top: 8px;
}
#sidebar .sidebar-widget .rapid-contacts .contacts-item li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
}
#sidebar .sidebar-widget .rapid-contacts .contacts-item li i.fa {
  padding: 5px 10px;
  display: table-cell;
  font-size: 16px;
  margin-right: 10px;
}
#sidebar .sidebar-widget .rapid-contacts .contacts-item li span.noicon {
  margin-left: -30px;
  line-height: 36px;
  font-size: 16px;
}
#sidebar .sidebar-widget .rapid-contacts .contacts-item li span.li-txt {
  display: table-cell;
}
#sidebar .sidebar-widget .rapid-contacts .contacts-item li:first-child {
  margin-top: 0;
}
#sidebar .sidebar-widget .change-language ul {
  margin: 0;
  padding: 0;
}
#sidebar .sidebar-widget .change-language ul li {
  display: inline-block;
  margin-left: 5px;
}
#sidebar .sidebar-widget .change-language ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
}
#sidebar .sidebar-widget .change-language ul li a:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}
#sidebar .sidebar-widget .change-language ul li .flag-icon,
#sidebar .sidebar-widget .change-language ul li .flag-icon-background {
  background-size: cover;
}
#sidebar .sidebar-widget .change-language ul li:first-child {
  margin-left: 0;
}
#sidebar .widget-contact .contacts-item {
  margin-left: -10px;
  margin-top: -5px;
}
#sidebar .widget-contact ul {
  margin: 0;
  padding: 0;
}
#sidebar .widget-contact .contacts-item li {
  padding-bottom: 5px;
  display: table-row;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  margin-top: 8px;
}
#sidebar .widget-contact .contacts-item li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
}
#sidebar .widget-contact .contacts-item li i.fa {
  padding: 5px 10px;
  display: table-cell;
  font-size: 16px;
  margin-right: 10px;
}
#sidebar .widget-contact .contacts-item li span.noicon {
  margin-left: -30px;
  line-height: 36px;
  font-size: 16px;
}
#sidebar .widget-contact .contacts-item li span.li-txt {
  display: table-cell;
}
a.xs-menu {
  display: none;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  padding: 14px 18px;
  text-decoration: none;
  position: relative;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  -webkit-backface-visibility: hidden;
  text-align: center;
}
#main-content {
  width: 850px;
  position: relative;
}
.fade-carousel {
  position: relative;
  height: 500px;
  margin-bottom: 25px;
}
.fade-carousel .carousel-inner .item {
  height: 500px;
}
.fade-carousel .carousel-inner .item .img-inner {
  width: 100%;
  height: 500px;
}
.fade-carousel .carousel-inner .item .img-inner.compat-object-fit {
  position: relative;
  background-size: cover;
  background-position: center center;
}
.fade-carousel .carousel-inner .item .img-inner.compat-object-fit > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.fade-carousel .carousel-inner .item .img-inner.compat-object-fit .slider-image {
  display: none;
}
.fade-carousel .carousel-inner .item .slider-image {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}
.fade-carousel .carousel-indicators > li {
  margin: 0 2px;
  background-color: #fff;
  border-color: #fff;
  opacity: .5;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}
.hero {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.hero hgroup {
  margin: 0px 80px;
}
.hero h1 {
  font-size: 60px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.hero h3 {
  font-size: 30px;
  font-weight: bold;
}
.fade-carousel .carousel-inner .item .hero {
  opacity: 0;
  -webkit-transition: 2s all ease-in-out 0.1s;
  -moz-transition: 2s all ease-in-out 0.1s;
  -ms-transition: 2s all ease-in-out 0.1s;
  -o-transition: 2s all ease-in-out 0.1s;
  transition: 2s all ease-in-out 0.1s;
}
.fade-carousel .carousel-inner .item.active .hero {
  opacity: 1;
  -webkit-transition: 2s all ease-in-out 0.1s;
  -moz-transition: 2s all ease-in-out 0.1s;
  -ms-transition: 2s all ease-in-out 0.1s;
  -o-transition: 2s all ease-in-out 0.1s;
  transition: 2s all ease-in-out 0.1s;
}
/********************************/
/*  Overlay  per main slider    */
/********************************/
.overlay-dark {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #333;
  opacity: .5;
}
.overlay-light {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #eee;
  opacity: .5;
}
/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px) {
  .hero {
    width: 980px;
  }
}
@media screen and (max-width: 640px) {
  .hero h1 {
    font-size: 4em;
  }
}
.widget {
  margin-bottom: 25px;
  margin-top: 0px;
  padding: 20px;
  background-color: #fff;
}
.widget h2.widget-title {
  text-align: left;
  font-size: 22px;
  margin: 0px 0px 20px 0px;
  padding-bottom: 10px;
}
.widget div.widget-txt {
  line-height: 1.5em;
}
.widget-textimg {
  text-align: left;
  /*ul {

        list-style: none;
        margin-left: -40px;
        display: inline-block;

        li:before {

            font-family: 'FontAwesome';
            content: '\f054';
            float: left;
            margin-right: 10px;
            font-size: 10px;
            display: table-cell;

        }

        li {

            margin-left: 10px;
            line-height: 1.8em;
        } 

        li a {

            -webkit-transition: all 0.35s ease;
            -moz-transition: all 0.35s ease;
            -o-transition: all 0.35s ease;
            transition: all 0.35s ease;
        }

        li a:hover {

            -webkit-transition: all 0.35s ease;
            -moz-transition: all 0.35s ease;
            -o-transition: all 0.35s ease;
            transition: all 0.35s ease;
        }

        #content {
          list-style: none;
          display: table-cell;
          padding: 0;
          margin: 0;
        }

        #content li {
          padding-left: 2em;
          text-indent: -1em;
          
        }

        #content li:before {
          content: "+";
          padding-right: 5px;
          vertical-align: text-bottom;
          display: inline;
          padding-top: 0;
          margin-bottom: .5em;

        }

    }*/

}
.widget-textimg img {
  max-width: 100%;
  height: auto;
}
.widget-textimg ul {
  list-style: none;
  display: inline;
  padding: 0;
  margin: 0;
}
.widget-textimg ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.7em;
  margin-left: 10px;
}
.widget-textimg ul li:before {
  font-family: 'FontAwesome';
  content: '\f054';
  padding-right: 6px;
  vertical-align: bottom;
  display: inline;
  padding-top: 10px;
  margin-bottom: -10px;
  margin-right: 0px;
  font-size: 10px;
}
.widget-textimg ul li a {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.widget-textimg ul li a:hover {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.widget-textimg p {
  margin: 10px 0 10px;
}
.widget-textimg.left div.wrap-txt-img {
  max-width: 50%;
  margin: 0px 25px 15px 0px;
  float: left;
}
.widget-textimg.right div.wrap-txt-img {
  max-width: 50%;
  margin: 0px 0px 15px 20px;
  float: right;
}
.widget-list ul.list {
  margin: 0;
  padding: 0;
}
.widget-list ul.list li {
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}
.widget-list ul.list li i {
  font-size: 20px;
  display: inline-block;
  margin-right: 14px;
  line-height: 22px;
}
.widget-list ul.list li p {
  font-size: 15px;
  color: #919191;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
  margin: 0;
}
.widget-list ul.list li:first-child {
  border-top: 0px;
}
.widget-onlyimg div.img-container {
  margin: -21px -20px -20px -20px;
  overflow: hidden;
  text-align: center;
}
.widget-onlyimg div.img-container img {
  width: 100%;
  height: auto;
}
.widget-mediagallery div.carousel-container {
  margin: -21px -20px -20px -20px;
  overflow: hidden;
}
.widget-mediagallery div.carousel-container img {
  width: 100%;
  height: auto;
}
.widget-mediagallery div.carousel-container iframe {
  margin-bottom: -10px;
}
.widget-mediagallery div.carousel-container .carousel-arrow a i.fa-chevron-circle-right {
  top: 40%;
  opacity: 0.7;
  font-size: 32px;
  padding: 2px 12px;
  position: absolute;
  right: 0px;
  color: #fff;
}
.widget-mediagallery div.carousel-container .carousel-arrow a i.fa-chevron-circle-left {
  top: 40%;
  left: 0px;
  opacity: 0.7;
  font-size: 32px;
  padding: 2px 12px;
  position: absolute;
  color: #fff;
}
.widget-mediagallery div.carousel-container .carousel-arrow a i:hover {
  color: #fff;
  opacity: 1;
}
.widget-mediagallery div.carousel-container .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 15px;
}
.widget-mediagallery div.carousel-container .carousel-caption p {
  margin-bottom: 0;
  font-size: 12px;
}
.widget-logoservice div.img-container {
  margin: -20px -20px 20px -20px;
  overflow: hidden;
}
.widget-logoservice div.img-container img {
  width: 100%;
  height: auto;
}
.widget-logoservice-2 div.img-container {
  margin: -20px -20px 20px -20px;
  overflow: hidden;
  position: relative;
}
.widget-logoservice-2 div.img-container h2.widget-title {
  position: absolute;
  text-align: center;
  font-size: 22px;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  left: 20px;
  right: 20px;
  bottom: -20px;
  border: 0;
  line-height: 32px;
  background-color: #fff;
}
.widget-logoservice-2 div.img-container img {
  width: 100%;
  height: auto;
}
.widget-logoservice-2 div.widget-txt {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -20px;
  padding-top: 20px;
}
.widget-threeimg {
  text-align: left;
}
.widget-threeimg h4.media-heading {
  font-size: 14px;
}
.widget-threeimg img {
  width: 32%;
  display: inline;
  padding: 5px 5px 5px 0px;
}
.widget-listimgtext {
  text-align: left;
}
.widget-listimgtext h4.media-heading {
  font-size: 16px;
  font-weight: bold;
}
.widget-listimgtext div.media {
  padding-bottom: 10px;
}
.widget-listimgtext div.media:last-child {
  border-bottom: 0px;
}
.widget-listimgtext img {
  width: 120px;
}
.widget-textimgfull {
  background-size: cover;
}
.widget-textimgfull div.widget-icon {
  text-align: center;
  margin-bottom: -20px;
}
.widget-textimgfull div.widget-content {
  background-color: rgba(255, 255, 255, 0.6);
  margin: 40px;
  padding: 15px;
}
.widget-textimgfull div.widget-content h2 {
  text-align: center;
  font-size: 26px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 10px 15px;
  line-height: 32px;
}
.widget-textimgfull div.widget-content p {
  line-height: 1.5em;
}
.widget-quote h2.widget-title a.pull-right {
  margin-top: -12px;
}
.widget-quote #quoteCarousel p {
  font-size: 16px;
}
.widget-quote #quoteCarousel small {
  font-size: 13px;
  border-top: 1px solid #777777;
  display: inline-block;
  padding-top: 4px;
}
.widget-quote #quoteCarousel small cite {
  font-style: italic;
}
.widget-quote .carousel-inner .item img {
  width: 100%;
  height: 100%;
}
.widget-quote .item .thumbnail {
  margin-bottom: 0;
}
.widget-quote ol {
  list-style: none;
}
.widget-quote .carousel-indicators {
  bottom: -24px;
  left: 0;
  width: 100%;
  padding: 6px 0px;
  margin-left: 0;
}
.widget-quote .carousel-indicators li {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 12px;
  height: 12px;
  background: none;
  border: 2px solid;
}
.widget-quote .carousel-indicators .active {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 13px;
  height: 13px;
  border: 7px solid;
}
.widget-clients div.bx-wrapper {
  margin-top: 0px;
  box-shadow: none;
}
.widget-contact .contacts-item {
  margin-left: -5px;
}
.widget-contact .contacts-item li {
  padding-bottom: 5px;
  display: table-row;
}
.widget-contact .contacts-item li i.fa {
  padding: 5px 10px;
  display: table-cell;
  font-size: 24px;
}
.widget-contact .contacts-item li span.noicon {
  margin-left: -30px;
  line-height: 36px;
  font-size: 16px;
}
.widget-contact .contacts-item li span.li-txt {
  display: table-cell;
}
.widget-contact-map {
  /* important! bootstrap sets max-width on img to 100% which conflicts with google map canvas*/

}
.widget-contact-map .small-map {
  height: 220px;
  margin: -20px -20px 20px -20px;
  overflow: hidden;
}
/*
.widget-contact-map .small-map img {
  max-width: none;
  width: 100%;
  margin-top: 30px;
}
*/
.widget-contact-map .contacts-item {
  margin-left: -5px;
}
.widget-contact-map .contacts-item li {
  padding-bottom: 5px;
  display: table-row;
}
.widget-contact-map .contacts-item li i.fa {
  padding: 5px 10px;
  display: table-cell;
  font-size: 24px;
}
.widget-contact-map .contacts-item li span.noicon {
  margin-left: -30px;
  line-height: 36px;
  font-size: 16px;
}
.widget-contact-map .contacts-item li span.li-txt {
  display: table-cell;
}
.widget-minislider div.bx-wrapper {
  margin-top: -10px;
  box-shadow: none;
}
.widget-minislider p.bx-controls {
  display: block;
  text-align: center;
  margin-top: -60px;
  margin-bottom: -10px;
}
.widget-minislider p.bx-controls span {
  font-size: 32px;
  padding: 0px 5px;
}
.widget-minislider p.bx-controls a {
  text-decoration: none;
}
.widget-minislider p.bx-controls a:hover {
  text-decoration: none;
}
.widget-minislider li.slide {
  position: relative;
}
.widget-minislider li.slide .center-crop {
  overflow: hidden;
  height: 160px;
  position: relative;
  z-index: 0;
}
.widget-minislider li.slide .center-crop img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  height: auto;
  min-width: 100%;
  max-width: 100%;
}
.widget-minislider li.slide h4 {
  font-size: 16px;
  padding: 5px 10px 10px 10px;
  margin: -22px 15px -5px 15px;
  background: #fff;
  z-index: 10;
  position: relative;
  line-height: 21px;
}
.widget-minislider li.slide p.slide-text {
  font-size: 12px;
  padding: 5px 25px 10px 25px;
}
.widget-minislider li.slide .img-inner-rdv {
  /* rdv */

  overflow: hidden;
  height: 240px;
  position: relative;
}
.widget-minislider li.slide .img-inner-rdv img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  height: auto;
  min-width: 100%;
  max-width: 100%;
}
.widget-minislider li.slide p.rdv {
  /* rdv */

  font-size: 13px;
  padding: 15px 15px 10px 15px;
}
.widget-minislider li.slide p.rdv span.date {
  font-weight: bolder;
  display: block;
  margin-bottom: 0px;
  color: #333;
}
.widget-minislider li.slide p.rdv span.date {
  font-weight: normal;
  display: block;
  margin-top: 10px;
}
.widget-minislider li.slide p.rdv button.btn-theme {
  margin-top: 20px;
}
.widget-minislider-zoom div.bx-wrapper {
  margin-top: -10px;
  box-shadow: none;
}
.widget-minislider-zoom p.bx-controls {
  display: block;
  text-align: center;
  margin-top: -60px;
  margin-bottom: -10px;
}
.widget-minislider-zoom p.bx-controls span {
  font-size: 32px;
  padding: 0px 5px;
}
.widget-minislider-zoom p.bx-controls a {
  text-decoration: none;
}
.widget-minislider-zoom p.bx-controls a:hover {
  text-decoration: none;
}
.widget-minislider-zoom li.slide {
  position: relative;
}
.widget-minislider-zoom li.slide .img-inner {
  width: 100%;
  height: 180px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  overflow: hidden;
}
.widget-minislider-zoom li.slide .img-inner .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}
.widget-minislider-zoom li.slide .img-inner .overlay span.zoom-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: 18px;
  background-color: transparent;
  color: #FFF;
  padding: 10px 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.widget-minislider-zoom li.slide .img-inner:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="https://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}
.widget-minislider-zoom li.slide .img-inner:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.widget-minislider-zoom li.slide .img-inner:hover .overlay span.zoom-icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget-minislider-zoom li.slide .img-inner.compat-object-fit {
  position: relative;
  background-size: cover;
  background-position: center center;
}
.widget-minislider-zoom li.slide .img-inner.compat-object-fit > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.widget-minislider-zoom li.slide .img-inner.compat-object-fit .gallery-thumb-image {
  display: none;
}
.widget-minislider-zoom li.slide .gallery-thumb-image {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}
.widget-minislider-zoom li.slide h4 {
  font-size: 16px;
  padding: 5px 10px 10px 10px;
  margin: -22px 15px -5px 15px;
  background: #fff;
  z-index: 10;
  position: relative;
  line-height: 21px;
}
.widget-minislider-zoom li.slide p.slide-text {
  font-size: 12px;
  padding: 5px 25px 10px 25px;
}
.widget-minislider-zoom li.slide a:hover {
  text-decoration: none;
}
.widget-minislider-zoom li.slide a:focus {
  text-decoration: none;
}
.widget-fotoslider div.carousel-container {
  margin: -21px -20px -20px -20px;
  overflow: hidden;
}
.widget-fotoslider div.carousel-container ol {
  list-style: none;
}
.widget-fotoslider div.carousel-container .carousel-indicators {
  bottom: -14px;
  left: 0;
  width: 100%;
  padding: 6px 0px;
  margin-left: 0;
  color: #fff;
  border-top: 2px solid;
}
.widget-fotoslider div.carousel-container .carousel-indicators li {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 12px;
  height: 12px;
  background: none;
  border: 2px solid;
}
.widget-fotoslider div.carousel-container .carousel-indicators .active {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 13px;
  height: 13px;
  border: 7px solid;
}
.widget-fotoslider div.carousel-container .carousel-inner .thumbnail {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.widget-fotoslider div.carousel-container .carousel-inner .caption {
  padding: 20px;
  margin-bottom: 20px;
  margin-top: -10px;
}
.widget-fotoslider div.carousel-container .carousel-inner .caption h4 {
  font-weight: bold;
}
.widget-fotoslider div.carousel-container .carousel-inner .caption p {
  font-size: 14px;
}
.widget-fotoslider div.carousel-container .carousel-inner .center-crop {
  overflow: hidden;
  height: 240px;
  position: relative;
}
.widget-fotoslider div.carousel-container .carousel-inner .center-crop img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  height: auto;
  min-width: 100%;
  max-width: 100%;
}
.widget-fotoslider div.carousel-container.rdv {
  /* rdv */

  margin: 0px;
}
.widget-fotoslider div.carousel-container.rdv .carousel-indicators {
  position: relative;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding: 6px 0px;
  margin-left: 0;
  background-color: #ccc;
}
.widget-menu h2.widget-title {
  border-bottom: 1px solid;
}
.widget-menu ul.list-group {
  list-style: none;
  display: inline-block;
  width: 100%;
  margin-bottom: -10px;
}
.widget-menu ul.list-group li.list-group-item {
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #FFF;
}
.widget-menu ul.list-group li.list-group-item.active {
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  font-weight: bolder;
  background-color: #FFF;
  color: #333333;
}
.widget-menu ul.list-group a li.list-group-item {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.widget-menu ul.list-group a:hover li.list-group-item {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #f4f1f1;
  color: #333333;
}
.widget-menu ul.list-group li.list-group-item:after {
  font-family: 'FontAwesome';
  content: '\f054';
  float: right;
}
.widget-catalogue div.bx-wrapper {
  margin-top: -10px;
  box-shadow: none;
}
.widget-catalogue p.bx-controls {
  display: block;
  text-align: center;
  margin-top: -60px;
  margin-bottom: -10px;
}
.widget-catalogue p.bx-controls span {
  font-size: 32px;
  padding: 0px 5px;
}
.widget-catalogue p.bx-controls a {
  text-decoration: none;
}
.widget-catalogue p.bx-controls a:hover {
  text-decoration: none;
}
.widget-catalogue li.slide {
  position: relative;
}
.widget-catalogue li.slide .center-crop {
  overflow: hidden;
  height: 160px;
  position: relative;
  z-index: 0;
}
.widget-catalogue li.slide .center-crop img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  height: auto;
  min-width: 100%;
  max-width: 100%;
}
.widget-catalogue li.slide .center-crop .sale-quarter {
  position: absolute;
  top: -4px;
  right: -4px;
  border-radius: 0px 10px 0px 70px;
  width: 60px;
  height: 50px;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  color: #222222;
}
.widget-catalogue li.slide .center-crop .sale-quarter span.sale {
  display: inline-block;
  font-size: 18px;
  text-align: center;
  padding-left: 10px;
  width: 100%;
  font-weight: bold;
  line-height: 45px;
}
.widget-catalogue li.slide .center-crop div.item-label-special-immobiliare {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  width: auto;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0px;
}
.widget-catalogue li.slide .center-crop div.item-label-special-immobiliare span {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0px;
  font-family: arial;
  line-height: 20px;
  padding-top: 3px;
}
.widget-catalogue li.slide h4 {
  font-size: 16px;
  padding: 5px 10px 10px 10px;
  margin: -22px 15px -5px 15px;
  background: #fff;
  z-index: 10;
  position: relative;
  line-height: 21px;
  color: #222222;
}
.widget-catalogue li.slide p.slide-text {
  font-size: 12px;
  padding: 5px 25px 10px 25px;
  color: #222222;
}
.widget-catalogue li.slide ul.rating {
  display: inline-block;
  width: 100%;
  padding: 5px 0px;
  margin-top: 0px;
  margin-bottom: -5px;
  margin-left: 30%;
}
.widget-catalogue li.slide ul.rating li {
  display: block;
  float: left;
}
.widget-catalogue li.slide ul.rating li span {
  cursor: pointer;
  font-size: 12px;
  padding: 2px;
  border: 0;
  text-align: left;
  color: #f8be2c;
}
.widget-catalogue li.slide ul.rating li span:hover {
  color: #f8be2c;
}
.widget-catalogue li.slide ul.rating li.star-grey span {
  cursor: pointer;
  font-size: 12px;
  padding: 2px;
  border: 0;
  text-align: left;
  color: #CCC;
}
.widget-catalogue li.slide ul.rating li.star-grey span:hover {
  color: #CCC;
}
.widget-catalogue li.slide div.price {
  margin: -10px 15px 20px 15px;
  padding: 5px;
  background-color: #f2f2f2;
  text-align: center;
}
.widget-catalogue li.slide div.price span.price-muted {
  display: inline;
  border: 0;
  font-size: 14px;
  text-decoration: line-through;
  font-weight: bolder;
  padding-right: 10px;
  color: #777777;
}
.widget-catalogue li.slide div.price span.price-valid {
  display: inline;
  border: 0;
  font-size: 18px;
  font-weight: 800;
}
.widget-catalogue li.slide div.moreinfo-link {
  margin: -10px 15px 10px 15px;
  position: relative;
  text-align: center;
  font-size: 14px;
  padding: 5px;
  color: #fff;
}
.widget-catalogue li.slide div.immobiliare-info {
  margin: -10px 15px 20px 15px;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 12px;
  height: 24px;
}
.widget-catalogue li.slide div.immobiliare-info i.fa {
  color: #fff;
  margin-right: 3px;
}
.widget-catalogue li.slide div.immobiliare-info span.mq {
  float: left;
}
.widget-catalogue li.slide div.immobiliare-info span.bagni-vani {
  float: right;
}
.widget-onlymap {
  /* important! bootstrap sets max-width on img to 100% which conflicts with google map canvas*/

}
.widget-onlymap .big-map {
  height: 300px;
  margin: -20px -20px -20px -20px;
  overflow: hidden;
}
.widget-onlymap .big-map img {
  /*max-width: none;
  width: 100%;
  margin-top: 30px;*/
}
.widget-contact-form form input,
.widget-contact-form form textarea {
  border-radius: 0px;
}
.widget-search-estate form.form-horizontal .row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.widget-search-estate form.form-horizontal .row.no-gutter [class*='col-']:not(:first-child),
.widget-search-estate form.form-horizontal .row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 2px;
  padding-left: 2px;
}
.widget-search-estate form.form-horizontal input {
  border-radius: 0px;
}
.widget-search-estate form.form-horizontal select.form-control {
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(../img/cd-select-arrow.svg);
}
.widget-immobiliare {
  background-color: #fff;
}
.widget-immobiliare .box-latest-from-catalogue-int {
  margin: 0px;
}
.widget-immobiliare .box-latest-from-catalogue-int ul.category-list {
  list-style: none;
  margin-top: 5px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0;
}
.widget-immobiliare .box-latest-from-catalogue-int ul.category-list div.item-label-special-immobiliare {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 10;
  width: auto;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.5);
}
.widget-immobiliare .box-latest-from-catalogue-int ul.category-list div.item-label-special-immobiliare span {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0px;
  font-family: arial;
  line-height: 20px;
  padding-top: 3px;
}
.widget-immobiliare .box-latest-from-catalogue-int ul.category-list li {
  margin-bottom: 20px;
}
.widget-immobiliare .box-latest-from-catalogue-int ul.category-list a.fixed-height.immobiliare {
  height: auto;
  min-height: 430px;
  display: inline-block;
  overflow: hidden;
}
.widget-immobiliare .box-latest-from-catalogue-int ul.category-list img {
  width: 100%;
  display: block;
}
.widget-immobiliare .box-latest-from-catalogue-int ul.latest-from-catalogue em.overflow-hidden {
  display: block;
  overflow: hidden;
}
.widget-immobiliare .box-latest-from-catalogue-int ul.latest-from-catalogue em.overflow-hidden-immobiliare {
  display: block;
  overflow: hidden;
  height: 140px;
  position: relative;
}
.widget-immobiliare .box-latest-from-catalogue-int ul.latest-from-catalogue em.overflow-hidden-immobiliare img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  height: auto;
  min-width: 100%;
  max-width: 100%;
}
.widget-immobiliare .box-latest-from-catalogue-int ul.latest-from-catalogue a span {
  display: block;
  padding: 10px;
}
.widget-immobiliare .box-latest-from-catalogue-int ul.latest-from-catalogue a span ul.item-catalogue-rating {
  display: inline;
  text-align: left;
}
.widget-immobiliare .box-latest-from-catalogue-int ul.latest-from-catalogue a span ul.item-catalogue-rating li {
  display: block;
  float: left;
}
.widget-immobiliare .box-latest-from-catalogue-int ul.latest-from-catalogue a span ul.item-catalogue-rating li span {
  cursor: pointer;
  font-size: 12px;
  padding: 3px;
  border: 0;
  text-align: left;
}
.widget-immobiliare .box-latest-from-catalogue-int ul.latest-from-catalogue a span ul.item-catalogue-rating li.star-grey span {
  cursor: pointer;
  font-size: 12px;
  padding: 3px;
  border: 0;
  text-align: left;
}
.widget-immobiliare .box-latest-from-catalogue-int ul.latest-from-catalogue a span div.item-catalogue-price {
  margin: 10px 0 10px -10px;
}
.widget-immobiliare .box-latest-from-catalogue-int ul.latest-from-catalogue a span div.item-catalogue-price span.price-muted {
  display: inline;
  border: 0;
  font-size: 16px;
  text-decoration: line-through;
  font-weight: bolder;
  padding-right: 0;
}
.widget-immobiliare .box-latest-from-catalogue-int ul.latest-from-catalogue a span div.item-catalogue-price span.price-valid {
  display: inline;
  border: 0;
  font-size: 24px;
  font-weight: 800;
}
.widget-immobiliare .box-latest-from-catalogue-int ul.latest-from-catalogue a span div.immobiliare-info {
  width: 100%;
  margin: 10px 0px 15px 0px;
  padding: 0px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  line-height: 2px;
  font-size: 11px;
}
.widget-immobiliare .box-latest-from-catalogue-int ul.latest-from-catalogue a span div.immobiliare-info i.fa {
  color: #fff;
  margin-right: 3px;
}
.widget-immobiliare .box-latest-from-catalogue-int ul.latest-from-catalogue a span div.immobiliare-info span.mq {
  float: left;
}
.widget-immobiliare .box-latest-from-catalogue-int ul.latest-from-catalogue a span div.immobiliare-info span.bagni-vani {
  float: right;
}
.widget-immobiliare .box-latest-from-catalogue-int ul.latest-from-catalogue a strong {
  display: block;
  font-size: 18px;
  font-weight: 300;
}
.widget-immobiliare .box-latest-from-catalogue-int ul.latest-from-catalogue a i {
  font-size: 12px;
}
.download-area {
  font-weight: 400;
  padding: 15px 5px;
}
.download-area img {
  width: 40px;
  margin-right: 10px;
}
.download-area div.panel-default {
  margin-bottom: 10px;
}
.quote {
  border-bottom: 1px solid;
  margin-top: 20px;
}
.quote:first-child {
  margin-top: 10px;
}
.widget-gallery-1 .grid {
  overflow: hidden;
  padding: 1.5em 0 0 1.5em;
  max-width: 100%;
  margin: 0 auto;
}
.widget-gallery-1 .grid li {
  padding: 0 1.5em 0.5em 0;
  margin-bottom: 1em;
}
.widget-gallery-1 .grid li > div.item {
  background: #fff;
  padding: 0px;
  text-align: center;
}
.widget-gallery-1 .grid li a {
  color: #000;
}
@media all and (min-width: 27em) {
  .widget-gallery-1 .grid li {
    width: 47.6666666%;
    float: left;
  }
}
@media all and (min-width: 40em) {
  .widget-gallery-1 .grid li {
    width: 33.3333333%;
  }
}
@media all and (min-width: 60em) {
  .widget-gallery-1 .grid li {
    width: 42.3333333%%;
  }
}
@media (max-width: 480px) and (orientation: portrait) {
  .widget-gallery-1 .grid li {
    width: 92.666666%;
  }
}
.widget-gallery-1 .item {
  position: relative;
  height: 200px;
}
.widget-gallery-1 .item .img-inner {
  width: 100%;
  height: 200px;
}
.widget-gallery-1 .item .img-inner.compat-object-fit {
  position: relative;
  background-size: cover;
  background-position: center center;
}
.widget-gallery-1 .item .img-inner.compat-object-fit > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.widget-gallery-1 .item .img-inner.compat-object-fit .gallery-thumb-image {
  display: none;
}
.widget-gallery-1 .item .gallery-thumb-image {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
.widget-gallery-1 span.img-title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100%;
  padding: 7px 3px;
  font-size: 12px;
}
.page-header {
  margin-bottom: 25px;
  margin-top: 0px;
  padding: 20px 20px 0px 20px;
  background-color: #fff;
}
.page-header h1 {
  position: absolute;
  width: 100%;
  top: -20px;
  left: 0px;
  text-align: center;
  font-size: 25px;
  font-weight: 300;
  text-transform: inherit;
  padding: 10px;
  z-index: 2;
  height: auto;
}
.page-header h1.pagetitle-dark {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
.page-header h1.pagetitle-light {
  color: #444;
  background-color: rgba(255, 255, 255, 0.3);
}
.page-header .page-header-img {
  min-height: 50px;
}
.page-header .page-header-img div.img-inner {
  overflow: hidden;
  height: 150px;
  z-index: 1;
  position: relative;
  margin-bottom: 20px;
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
}
.page-header .page-header-img div.img-inner img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  height: auto;
  min-width: 100%;
  max-width: 100%;
}
.page-header .breadcrumb {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  padding: 8px 10px;
  margin-bottom: 10px;
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
  font-size: 13px;
}
.widget-layout {
  text-align: left;
  /*ul {

        list-style: none;
        margin-left: -40px;
        display: inline-block;

        li:before {

            font-family: 'FontAwesome';
            content: '\f054';
            float: left;
            margin-right: 10px;
            font-size: 10px;
            display: table-cell;

        }

        li {

            margin-left: 10px;
            line-height: 1.8em;
        } 

        li a {

            -webkit-transition: all 0.35s ease;
            -moz-transition: all 0.35s ease;
            -o-transition: all 0.35s ease;
            transition: all 0.35s ease;
        }

        li a:hover {

            -webkit-transition: all 0.35s ease;
            -moz-transition: all 0.35s ease;
            -o-transition: all 0.35s ease;
            transition: all 0.35s ease;
        }

    }*/

}
.widget-layout img {
  max-width: 100%;
  height: auto;
}
.widget-layout ul {
  list-style: none;
  display: inline;
  padding: 0;
  margin: 0;
}
.widget-layout ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.7em;
  margin-left: 10px;
}
.widget-layout ul li:before {
  font-family: 'FontAwesome';
  content: '\f054';
  padding-right: 6px;
  vertical-align: bottom;
  display: inline;
  padding-top: 10px;
  margin-bottom: -10px;
  margin-right: 0px;
  font-size: 10px;
}
.widget-layout ul li a {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.widget-layout ul li a:hover {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.widget-layout p {
  margin: 10px 0 10px;
}
.widget-layout.left div.wrap-txt-img {
  max-width: 45%;
  margin: 0px 30px 15px 0px;
  float: left;
}
.widget-layout.right div.wrap-txt-img {
  max-width: 45%;
  margin: 0px 0px 15px 20px;
  float: right;
}
.widget-layout.top .center-crop {
  overflow: hidden;
  height: 250px;
  position: relative;
  margin-bottom: 20px;
}
.widget-layout.top .center-crop img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  height: auto;
  min-width: 100%;
  max-width: 100%;
}
.catalogue-area .catalogue-category {
  margin-bottom: 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.catalogue-area .catalogue-category a.list-group-item {
  min-height: 150px;
}
.catalogue-area .catalogue-category:hover {
  box-shadow: none;
}
.catalogue-area img.img-catalogue {
  float: left;
  padding-right: 20px;
  max-width: 200px;
  max-height: 120px;
}
.catalogue-area img.img-catalogue-rdv {
  /* rdv */

  float: left;
  padding-right: 5px;
  margin-right: 15px;
  max-width: 150px;
  max-height: 200px;
}
.catalogue-area img.img-catalogue-rdv:hover {
  /* rdv */

  opacity: 0.8;
}
.catalogue-area .panel-title h4 {
  margin-top: 0px;
  font-size: 18px;
  padding: 10px 0;
  background-color: #f5f5f5;
}
.catalogue-area .panel-body p {
  font-weight: normal;
  font-size: 14px;
  padding-left: 200px;
  padding-bottom: 0px;
}
.catalogue-area .panel-body p.rdv {
  /* rdv */

  font-size: 14px;
  padding-left: 170px;
  padding-bottom: 0px;
}
.catalogue-area .panel-body p.rdv span.date {
  font-weight: bolder;
  display: block;
  margin-bottom: 0px;
}
.catalogue-area .panel-body p.rdv span.date {
  font-weight: normal;
  display: block;
  margin-top: 10px;
}
.catalogue-area .panel-body p.rdv button.btn-theme {
  margin-top: 20px;
}
.catalogue-area .box-latest-from-catalogue-int ul.category-list-l1 {
  list-style: none;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0;
}
.catalogue-area .box-latest-from-catalogue-int ul.category-list-l1 .row {
  margin-bottom: -3px;
}
.catalogue-area .box-latest-from-catalogue-int ul.category-list-l1 div.item-label-special {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 10;
  width: 45px;
  height: 45px;
  border-radius: 25px !important;
  border-width: 2px;
  border-style: solid;
}
.catalogue-area .box-latest-from-catalogue-int ul.category-list-l1 div.item-label-special em {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 20px;
  padding-top: 10px;
  margin-left: -3px;
  font-style: normal;
}
.catalogue-area .box-latest-from-catalogue-int ul.category-list-l1 li {
  margin-bottom: 15px;
}
.catalogue-area .box-latest-from-catalogue-int .category-products a {
  border: 1px solid #f2f2f2;
  display: block;
  overflow: hidden;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.catalogue-area .box-latest-from-catalogue-int .category-products a:hover {
  background: #fbfbfb;
  text-decoration: none;
}
.catalogue-area .box-latest-from-catalogue-int .category-products a:hover strong {
  color: #555;
}
.catalogue-area .box-latest-from-catalogue-int .category-products .img-inner-catalogue img {
  width: 100%;
  height: 180px;
}
.catalogue-area .box-latest-from-catalogue-int .category-products span.list-product {
  margin-left: -10px;
  margin-top: -10px;
  margin-bottom: -5px;
  color: #333;
}
.catalogue-area .box-latest-from-catalogue-int .category-products span.list-product h4 {
  font-size: 20px;
}
.catalogue-area .box-latest-from-catalogue-int .category-products span.list-product button.btn {
  margin-top: 10px;
}
.catalogue-area .box-latest-from-catalogue-int .category-products a span {
  display: block;
  padding: 10px 10px 10px 0px;
  margin-left: 0px;
}
.catalogue-area .box-latest-from-catalogue-int .category-products a span ul.item-catalogue-rating {
  display: inline;
  text-align: left;
}
.catalogue-area .box-latest-from-catalogue-int .category-products a span ul.item-catalogue-rating li {
  display: block;
  float: left;
}
.catalogue-area .box-latest-from-catalogue-int .category-products a span ul.item-catalogue-rating li span {
  cursor: pointer;
  font-size: 12px;
  padding: 2px;
  border: 0;
  text-align: left;
  color: #f8be2c;
}
.catalogue-area .box-latest-from-catalogue-int .category-products a span ul.item-catalogue-rating li span:hover {
  color: #f8be2c;
}
.catalogue-area .box-latest-from-catalogue-int .category-products a span ul.item-catalogue-rating li.star-grey span {
  cursor: pointer;
  font-size: 12px;
  padding: 2px;
  border: 0;
  text-align: left;
  color: #CCC;
}
.catalogue-area .box-latest-from-catalogue-int .category-products a span ul.item-catalogue-rating li.star-grey span:hover {
  color: #CCC;
}
.catalogue-area .box-latest-from-catalogue-int .category-products a span div.item-catalogue-price {
  margin: 20px 0 10px 0px;
}
.catalogue-area .box-latest-from-catalogue-int .category-products a span div.item-catalogue-price span.price-muted {
  display: inline;
  border: 0;
  font-size: 16px;
  text-decoration: line-through;
  font-weight: bolder;
  padding-right: 10px;
  color: #777777;
}
.catalogue-area .box-latest-from-catalogue-int .category-products a span div.item-catalogue-price span.price-valid {
  display: inline;
  border: 0;
  font-size: 21px;
  font-weight: 800;
}
.catalogue-area .box-latest-from-catalogue-int a strong {
  display: block;
  font-size: 24px;
  font-weight: 300;
  margin: 10px 0px;
}
.catalogue-area .box-latest-from-catalogue-int a i {
  font-size: 14px;
}
.sidebar-nav li {
  padding: 0;
}
.sidebar-nav li a {
  display: block;
  padding: 12px 30px 12px 15px;
}
.sidebar-nav li a:hover {
  text-decoration: none;
  background: #f2f2f2;
  color: #333333;
}
.sidebar-nav span.badge {
  margin-top: 12px;
  margin-right: 12px;
}
.sidebar-nav li a.active {
  color: #333333;
}
li.list-group-item:first-child,
li.list-group-item:last-child {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.subnav-1 {
  border: 0;
}
.subnav-1 a {
  font-size: 12px;
  margin-left: 10px;
  margin-bottom: 2px;
  background-color: #f2f2f2;
}
.subnav-1 a.active {
  color: #fff;
}
.subnav-1 span.badge-theme {
  font-size: 10px;
}
.subnav-2 {
  border: 0;
}
.subnav-2 a {
  font-size: 11px;
  margin-left: 20px;
  margin-bottom: 2px;
  background-color: #f2f2f2;
}
.subnav-2 span.badge-theme {
  font-size: 9px;
}
a.filter-category {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
}
a.filter-category span {
  margin-right: 5px;
}
ul.filter-group {
  list-style: none;
  margin-top: 10px;
  margin-left: -30px;
  margin-bottom: 20px;
}
ul.filter-group li {
  font-size: 14px;
  padding: 4px 0;
}
.filtering-pagination {
  margin-top: -10px;
  margin-bottom: 20px;
}
.filtering-pagination span.filtering {
  display: inline-block;
  margin-top: 20px;
}
.catalogue-block ul {
  margin: -10px;
  padding: 0;
}
.catalogue-block .catalogue-grid {
  list-style: none;
  margin-bottom: 20px;
  padding: 0px;
}
.catalogue-block .catalogue-grid li {
  padding: 15px;
  font-size: 16px;
}
.catalogue-block .catalogue-grid li .img-inner-catalogue-2 img {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 160px;
}
.catalogue-block .catalogue-grid li h3 {
  padding-right: 40px;
  margin-top: -5px;
  margin-bottom: -5px;
  font-size: 14px;
}
.catalogue-block .catalogue-grid li a:hover {
  text-decoration: none;
}
.catalogue-block .catalogue-grid li span.catalogue-cover {
  padding: 15px;
  display: block;
  margin-top: 1px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  background: #fbfbfb;
  position: relative;
}
.catalogue-block .catalogue-grid li span.catalogue-cover p {
  margin-bottom: 0;
}
.catalogue-block .catalogue-grid li a:hover span.catalogue-cover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #f2f2f2;
}
.catalogue-block span.badge {
  position: absolute;
  right: 7px;
  top: 7px;
  font-size: 14px;
}
.box-latest-from-catalogue-int {
  margin: 10px;
}
.box-latest-from-catalogue-int ul.category-list {
  list-style: none;
  margin-top: 5px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0;
}
.box-latest-from-catalogue-int ul.category-list div.item-label-special {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 10;
  width: 45px;
  height: 45px;
  border-radius: 25px !important;
  border-width: 2px;
  border-style: solid;
}
.box-latest-from-catalogue-int ul.category-list div.item-label-special span {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0px;
  font-family: arial;
  line-height: 20px;
  padding-top: 8px;
  margin-left: -13px;
}
.box-latest-from-catalogue-int ul.category-list div.item-label-special-immobiliare {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 10;
  width: auto;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.5);
}
.box-latest-from-catalogue-int ul.category-list div.item-label-special-immobiliare span {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0px;
  font-family: arial;
  line-height: 20px;
  padding-top: 3px;
}
.box-latest-from-catalogue-int ul.category-list li {
  margin-bottom: 20px;
}
.box-latest-from-catalogue-int ul.category-list a.fixed-height {
  height: 370px;
  display: inline-block;
  overflow: hidden;
  background: #f6f6f6;
}
.box-latest-from-catalogue-int ul.category-list a.fixed-height h4 {
  font-size: 18px;
  margin-top: 0px;
}
.box-latest-from-catalogue-int ul.category-list a.fixed-height.immobiliare {
  height: 450px;
  display: inline-block;
  overflow: hidden;
}
.box-latest-from-catalogue-int ul.category-list img {
  width: 100%;
  display: block;
}
.box-latest-from-catalogue-int ul.latest-from-catalogue .img-inner-catalogue img {
  width: 100%;
  height: 160px;
}
.box-latest-from-catalogue-int ul.latest-from-catalogue em.overflow-hidden-immobiliare {
  display: block;
  overflow: hidden;
  height: 160px;
  position: relative;
}
.box-latest-from-catalogue-int ul.latest-from-catalogue em.overflow-hidden-immobiliare img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  height: auto;
  min-width: 100%;
  max-width: 100%;
}
.box-latest-from-catalogue-int ul.latest-from-catalogue a span {
  display: block;
  padding: 10px;
}
.box-latest-from-catalogue-int ul.latest-from-catalogue a span ul.item-catalogue-rating {
  display: block;
  text-align: center;
  margin-left: -40px;
}
.box-latest-from-catalogue-int ul.latest-from-catalogue a span ul.item-catalogue-rating li {
  display: block;
  float: left;
}
.box-latest-from-catalogue-int ul.latest-from-catalogue a span ul.item-catalogue-rating li span {
  cursor: pointer;
  font-size: 12px;
  padding: 3px;
  border: 0;
  text-align: left;
  color: #f8be2c;
}
.box-latest-from-catalogue-int ul.latest-from-catalogue a span ul.item-catalogue-rating li span:hover {
  color: #f8be2c;
}
.box-latest-from-catalogue-int ul.latest-from-catalogue a span ul.item-catalogue-rating li.star-grey span {
  cursor: pointer;
  font-size: 12px;
  padding: 3px;
  border: 0;
  text-align: left;
  color: #CCC;
}
.box-latest-from-catalogue-int ul.latest-from-catalogue a span ul.item-catalogue-rating li.star-grey span:hover {
  color: #CCC;
}
.box-latest-from-catalogue-int ul.latest-from-catalogue a span div.item-catalogue-price {
  margin: 10px 0 10px -10px;
}
.box-latest-from-catalogue-int ul.latest-from-catalogue a span div.item-catalogue-price span.price-muted {
  display: inline;
  border: 0;
  font-size: 16px;
  text-decoration: line-through;
  font-weight: bolder;
  padding-right: 0;
  color: #777777;
}
.box-latest-from-catalogue-int ul.latest-from-catalogue a span div.item-catalogue-price span.price-valid {
  display: inline;
  border: 0;
  font-size: 24px;
  font-weight: 800;
}
.box-latest-from-catalogue-int ul.latest-from-catalogue a span div.immobiliare-info {
  width: 100%;
  margin: 10px 0px 15px 0px;
  padding: 0px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  line-height: 2px;
  font-size: 11px;
}
.box-latest-from-catalogue-int ul.latest-from-catalogue a span div.immobiliare-info i.fa {
  color: #fff;
  margin-right: 3px;
}
.box-latest-from-catalogue-int ul.latest-from-catalogue a span div.immobiliare-info span.mq {
  float: left;
}
.box-latest-from-catalogue-int ul.latest-from-catalogue a span div.immobiliare-info span.bagni-vani {
  float: right;
}
.box-latest-from-catalogue-int ul.latest-from-catalogue a strong {
  color: #333333;
  font-size: 22px;
  line-height: 24px;
}
.box-latest-from-catalogue-int ul.latest-from-catalogue a i {
  font-size: 12px;
  color: #777777;
}
.catalogue-area.single-product {
  margin: 0px -15px;
}
.product-images {
  margin: 0px 0px 15px 0px;
}
.product-images .img-inner-rdv {
  /* rdv */

}
.product-images .img-inner-rdv img {
  width: 100%;
}
.product-images p.rdv {
  /* rdv */

  font-size: 14px;
  padding-bottom: 0px;
}
.product-images p.rdv span.date {
  font-weight: bolder;
  display: block;
  margin-bottom: 0px;
}
.product-images p.rdv span.date {
  font-weight: normal;
  display: block;
  margin-top: 10px;
}
.product-images p.rdv button.btn-theme {
  margin-top: 20px;
}
input.bottom-15-xs {
  margin-bottom: 0px;
}
.product-info {
  margin-left: 0px;
  margin-top: -10px;
}
.product-info div.item-catalogue-price {
  border: 2px solid #f2f2f2;
}
.product-info div.item-catalogue-price span.price-muted {
  color: #777777;
}
.product-info h2.product-title {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
  font-size: 24px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 10px;
  display: block;
}
.product-info ul.item-catalogue-rating {
  display: inline;
  text-align: left;
}
.product-info ul.item-catalogue-rating li {
  display: block;
  float: left;
}
.product-info ul.item-catalogue-rating li span {
  cursor: pointer;
  font-size: 12px;
  padding: 2px;
  border: 0;
  text-align: left;
  color: #f8be2c;
}
.product-info ul.item-catalogue-rating li span:hover {
  color: #f8be2c;
}
.product-info ul.item-catalogue-rating li.star-grey span {
  cursor: pointer;
  font-size: 12px;
  padding: 2px;
  border: 0;
  text-align: left;
  color: #CCC;
}
.product-info ul.item-catalogue-rating li.star-grey span:hover {
  color: #CCC;
}
.product-info div.item-catalogue-price {
  margin: 10px 0 10px 0px;
  text-align: center;
  padding: 10px;
}
.product-info div.item-catalogue-price span.price-muted {
  display: inline;
  border: 0;
  font-size: 18px;
  text-decoration: line-through;
  font-weight: bolder;
  padding-right: 10px;
}
.product-info div.item-catalogue-price span.price-valid {
  display: inline;
  border: 0;
  font-size: 24px;
  font-weight: 800;
}
.product-info div.item-rdv-manifesto {
  /* rdv */

  margin: 0px 0 10px 0px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 0px;
  text-align: center;
}
.product-info div.item-rdv-manifesto img {
  max-width: 260px;
  margin: 0px auto;
}
.product-info div.e-commerce {
  margin-top: 20px;
}
.product-info div.e-commerce span {
  display: inline;
  font-size: 12px;
  padding-right: 10px;
}
.product-info div.e-commerce form {
  display: inline;
}
.product-info input.qty {
  width: 32px;
  height: 25px;
  display: inline;
  font-size: 11px;
}
.product-info input.btn-qty {
  padding: 3px 5px;
  margin: -5px;
  font-size: 12px;
  display: inline;
}
.product-info div.immobiliare-info {
  width: 100%;
  margin: 10px 0px 15px 0px;
  padding: 12px 10px 5px 10px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  line-height: 10px;
  font-size: 12px;
}
.product-info div.immobiliare-info i.fa {
  color: #fff;
  margin-right: 5px;
}
.product-info div.immobiliare-info span.mq {
  float: left;
}
.product-info div.immobiliare-info span.bagni-vani {
  padding: 2px;
  float: right;
  line-height: 10px;
}
.product-info-tabs {
  margin: 15px 0px;
}
.product-info-tabs h4.rdv {
  /* rdv */

  font-size: 16px;
  line-height: 21px;
}
.product-info-tabs p.rdv {
  /* rdv */

  text-align: right;
}
.product-tab .nav-tabs {
  border-bottom: none;
}
.product-tab .nav-tabs li a {
  padding: 9px 16px;
  background: none;
  border: none;
}
.product-tab .nav-tabs li.active a {
  padding: 7px 15px 9px;
  background: #fff;
  border: solid 1px #eee;
  border-top: solid 2px;
  border-bottom: 0px;
}
.product-tab .tab-content {
  padding: 10px 16px;
  font-size: 13px;
  border: solid 1px #eee;
}
div#reviews h5 {
  padding-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f2f2f2;
}
div#reviews h5 span {
  margin-top: -10px;
}
.reviews {
  border-bottom: 1px solid #f2f2f2;
}
.reviews div.panel-body {
  padding-bottom: 5px;
  font-size: 12px;
}
.reviews ul.item-catalogue-rating {
  display: inline;
  text-align: left;
  float: right;
}
.reviews ul.item-catalogue-rating li {
  display: block;
  float: left;
}
.reviews ul.item-catalogue-rating li span {
  cursor: pointer;
  font-size: 12px;
  padding: 2px;
  border: 0;
  text-align: left;
  color: #f8be2c;
}
.reviews ul.item-catalogue-rating li span:hover {
  color: #f8be2c;
}
.reviews ul.item-catalogue-rating li.star-grey span {
  cursor: pointer;
  font-size: 12px;
  padding: 2px;
  border: 0;
  text-align: left;
  color: #CCC;
}
.reviews ul.item-catalogue-rating li.star-grey span:hover {
  color: #CCC;
}
.reviews p {
  padding-left: 0px;
}
.review-info {
  font-size: 11px;
  padding: 0px 10px;
  border-left: 1px solid #ccc;
}
.review-info span {
  display: block;
}
.side-other-products .dl-horizontal {
  margin-bottom: 0;
  overflow: hidden;
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.side-other-products .dl-horizontal:last-child {
  border-bottom: 0px solid #eee;
}
.side-other-products .dl-horizontal dt {
  width: 100px;
  float: left;
}
.side-other-products .dl-horizontal dt img {
  width: 100px;
  height: 80px;
  padding: 2px;
  margin-top: 2px;
  border: solid 1px #ddd;
}
.side-other-products .dl-horizontal dd {
  margin-left: 105px;
  margin-top: 5px;
}
.side-other-products .dl-horizontal dd p {
  margin: 0;
}
.side-other-products .dl-horizontal dd a {
  font-size: 14px;
  line-height: 16px !important;
}
.side-other-products .dl-horizontal dd a:hover {
  text-decoration: none;
}
.side-other-products .dl-horizontal:hover dt img,
.side-other-products .dl-horizontal:hover dd a {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.side-other-products ul.item-catalogue-rating {
  display: inline;
  text-align: left;
  clear: both;
}
.side-other-products ul.item-catalogue-rating li {
  display: block;
  float: left;
}
.side-other-products ul.item-catalogue-rating li span {
  cursor: pointer;
  font-size: 12px;
  padding: 2px;
  border: 0;
  text-align: left;
  color: #f8be2c;
}
.side-other-products ul.item-catalogue-rating li span:hover {
  color: #f8be2c;
}
.side-other-products ul.item-catalogue-rating li.star-grey span {
  cursor: pointer;
  font-size: 12px;
  padding: 2px;
  border: 0;
  text-align: left;
  color: #CCC;
}
.side-other-products ul.item-catalogue-rating li.star-grey span:hover {
  color: #CCC;
}
.side-other-products div.item-catalogue-price {
  margin: 10px 0 10px 0px;
}
.side-other-products div.item-catalogue-price span.price-muted {
  display: inline;
  border: 0;
  font-size: 12px;
  text-decoration: line-through;
  font-weight: bolder;
  padding-right: 5px;
  color: #777777;
}
.side-other-products div.item-catalogue-price span.price-valid {
  display: inline;
  border: 0;
  font-size: 15px;
  font-weight: 800;
}
footer {
  margin-bottom: 40px;
}
footer .footer-top {
  padding: 20px;
}
footer .footer-top h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  text-transform: inherit;
}
footer .footer-top .footer-widget {
  margin-bottom: 30px;
}
footer .footer-top .footer-widget .rapid-contacts .contacts-item {
  margin-left: -10px;
  margin-top: -5px;
}
footer .footer-top .footer-widget .rapid-contacts ul {
  margin: 0;
  padding: 0;
}
footer .footer-top .footer-widget .rapid-contacts .contacts-item li {
  padding-bottom: 5px;
  display: table-row;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  margin-top: 8px;
}
footer .footer-top .footer-widget .rapid-contacts .contacts-item li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
}
footer .footer-top .footer-widget .rapid-contacts .contacts-item li i.fa {
  padding: 5px 10px;
  display: table-cell;
  font-size: 16px;
  margin-right: 10px;
}
footer .footer-top .footer-widget .rapid-contacts .contacts-item li span.noicon {
  margin-left: -30px;
  line-height: 36px;
  font-size: 16px;
}
footer .footer-top .footer-widget .rapid-contacts .contacts-item li span.li-txt {
  display: table-cell;
}
footer .footer-top .footer-widget .rapid-contacts .contacts-item li:first-child {
  margin-top: 0;
}
footer .footer-top .footer-widget .socials ul {
  margin: 0;
  padding: 0;
}
footer .footer-top .footer-widget .socials ul li {
  display: inline-block;
  margin-left: 5px;
}
footer .footer-top .footer-widget .socials ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  text-align: center;
}
footer .footer-top .footer-widget .socials ul li a i {
  font-size: 15px;
  color: #ffffff;
  line-height: 28px;
}
footer .footer-top .footer-widget .socials ul li a:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}
footer .footer-top .footer-widget .socials ul li:first-child {
  margin-left: 0;
}
footer .footer-top .footer-widget .footer-about {
  color: #fff;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
}
footer .footer-bottom {
  overflow: hidden;
  padding: 20px;
  background: #ffffff;
}
footer .footer-bottom p {
  float: left;
  font-size: 15px;
  color: #b4b3b3;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 22px;
  margin: 0 0 20px;
  margin: 10px 0;
}
footer .footer-bottom a {
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
}
footer .footer-bottom a i {
  font-size: 26px;
  color: #ffffff;
  line-height: 42px;
}
footer .footer-bottom a:hover {
  opacity: 0.7;
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */

  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */

  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */

  opacity: .5;
}
.no-touch .cd-top:hover {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
/*per box volantino sfogliabile*/
.widget-onlyimg div.volantino {
  border-top: 1px solid #E4E6E9;
  margin-top: 15px;
  padding: 5px 0px;
  font-size: 13px;
  color: #233433;
  text-align: right;
}
.widget-onlyimg div.volantino p {
  float: left;
}
.widget-onlyimg span.glyphicon {
  font-size: 25px;
  margin-right: 10px;
}
.widget-owl-minislider-zoom .item {
  position: relative;
}
.widget-owl-minislider-zoom .item .img-inner {
  width: 100%;
  height: 180px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  overflow: hidden;
}
.widget-owl-minislider-zoom .item .img-inner .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}
.widget-owl-minislider-zoom .item .img-inner .overlay span.zoom-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: 18px;
  background-color: transparent;
  color: #FFF;
  padding: 10px 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.widget-owl-minislider-zoom .item .img-inner:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="https://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}
.widget-owl-minislider-zoom .item .img-inner:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.widget-owl-minislider-zoom .item .img-inner:hover .overlay span.zoom-icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget-owl-minislider-zoom .item .img-inner.compat-object-fit {
  position: relative;
  background-size: cover;
  background-position: center center;
}
.widget-owl-minislider-zoom .item .img-inner.compat-object-fit > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.widget-owl-minislider-zoom .item .img-inner.compat-object-fit .gallery-thumb-image {
  display: none;
}
.widget-owl-minislider-zoom .item .gallery-thumb-image {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}
.widget-owl-minislider-zoom .item h4 {
  font-size: 16px;
  padding: 5px 10px 10px 10px;
  margin: -22px 15px -5px 15px;
  background: #fff;
  z-index: 10;
  position: relative;
  line-height: 21px;
}
.widget-owl-minislider-zoom .item p.slide-text {
  font-size: 12px;
  padding: 5px 25px 10px 25px;
}
.widget-owl-minislider-zoom .item a:hover {
  text-decoration: none;
}
.widget-owl-minislider-zoom .item a:focus {
  text-decoration: none;
}
.widget-owl-minislider-zoom .owl-nav {
  display: block;
  text-align: center;
}
.widget-owl-minislider-zoom .owl-nav button.owl-prev,
.widget-owl-minislider-zoom .owl-nav button.owl-next {
  font-size: 32px !important;
  margin: 0px 15px !important;
}
.widget-owl-minislider-zoom .owl-nav button.owl-prev:focus,
.widget-owl-minislider-zoom .owl-nav button.owl-next:focus {
  outline: none !important;
}
/**/