@charset "UTF-8";
/* STYLE */
/*@import url(font-awesome.min.css);@import url(cozy-real-estate-font.css);@import url(owl.transitions.css);*/
#wrapper, body {
  height: 100%;
  background-color: #fff; }

#wrapper::after, .nav-mobile::after {
  content: ''; }

.chzn-container, .owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none; }

a:focus {
  outline: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: fjallaone,sans-serif;
  color: #df4a43;
  font-weight: 300;
  margin: 0;
  text-transform: uppercase; }

.tooltip-inner, body {
  font-family: 'Open Sans',sans-serif; }

h3, h4, h5 {
  text-transform: none; }

h1 {
  font-size: 21pt; }

h2 {
  font-size: 17pt; }

h3 {
  font-weight: 500;
  font-size: 15pt; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 15px; }

html {
  overflow: auto; }

body {
  padding: 0;
  color: #74777c;
  overflow: hidden;
  font-size: 14px; }

::selection {
  background: #df4a43;
  color: #fff; }

::-moz-selection {
  background: #df4a43;
  color: #fff; }

.color, a, a:focus, a:hover {
  color: #df4a43; }

iframe[src="about:blank"] {
  display: none; }

#wrapper {
  position: relative;
  overflow: hidden;
  left: 0;
  -webkit-box-shadow: -2px 0 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -2px 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: -2px 0 5px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-transform .5s;
  transition: transform .5s; }

#wrapper::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: 0 0;
  z-index: 1002;
  opacity: 0;
  -webkit-transition: opacity .5s,width .1s .5s,height .1s .5s;
  transition: opacity .5s,width .1s .5s,height .1s .5s; }

#wrapper.open {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0); }

#wrapper.open::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s; }

.animate-fade, .animate-from-top {
  -webkit-opacity: 0;
  -moz-opacity: 0; }

.darker-text {
  color: #4d4f52; }

.center {
  float: none;
  text-align: center;
  margin: 0 auto; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.form-control {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: none;
  border-color: #E4E4E4;
  color: #74777c;
  height: 41px;
  margin-bottom: 10px; }

.form-control:focus {
  box-shadow: none;
  outline: 0;
  border-color: #adb2b6; }

.form-control-large, .form-control-small {
  width: 345px;
  display: inline-block;
  margin: 0 10px; }

.form-control-large .chzn-container, .form-control-large .form-control, .form-control-small .chzn-container, .form-control-small .form-control {
  margin-bottom: 15px;
  width: 100%; }

.form-control-small {
  width: 188px; }

.colored .form-control {
  color: #fff;
  border: none;
  background-color: rgba(255, 255, 255, 0.1); }

.colored .form-control::-webkit-input-placeholder {
  color: #fff; }

.colored .form-control:-moz-placeholder {
  color: #fff; }

.colored .form-control::-moz-placeholder {
  color: #fff; }

.colored .form-control:-ms-input-placeholder {
  color: #fff; }

.invalid {
  border-color: #F23030 !important; }

.btn {
  font-size: 13px;
  height: 35px;
  line-height: 32px;
  padding: 0 16px;
  border-width: 2px; }

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0; }

.btn.active, .btn:active {
  box-shadow: none; }

.btn i {
  margin-right: 5px; }

.btn-default, .btn-default-color, .btn-fullcolor {
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.btn-default, .btn-default:focus {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5); }

.btn-default.active, .btn-default:active, .btn-default:hover, .open .dropdown-toggle.btn-default {
  background-color: transparent;
  border-color: #fff;
  color: #fff; }

.btn-default-color, .btn-default-color:focus {
  background-color: transparent;
  border-color: #adb2b6;
  color: #adb2b6; }

.btn-default-color.active, .btn-default-color:active, .btn-default-color:hover, .open .dropdown-toggle.btn-default-color {
  background-color: transparent;
  border-color: #df4a43;
  color: #df4a43; }

.btn-fullcolor, .btn-fullcolor:focus {
  background-color: #df4a43;
  border-color: transparent;
  color: rgba(255, 255, 255, 0.7); }

.btn-fullcolor.active, .btn-fullcolor:active, .btn-fullcolor:hover, .open .dropdown-toggle.btn-fullcolor {
  color: #fff; }

.btn-group-lg > .btn, .btn-lg {
  border-width: 2px;
  height: 45px;
  line-height: 43px;
  font-size: 14px; }

.btn-danger, .btn-danger.active, .btn-danger.disabled, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .btn-danger[disabled] {
  color: #fff !important;
  background-color: #da4f49 !important;
  border-color: #c72f29; }

.btn-success, .btn-success.active, .btn-success.disabled, .btn-success:active, .btn-success:focus, .btn-success:hover, .btn-success[disabled] {
  color: #fff !important;
  background-color: #5bb75b !important;
  border-color: #449b44; }

.animate-fade {
  opacity: 0; }

.animate-from-top {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  opacity: 0; }

.animate-from-bottom {
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0; }

.animate-from-left {
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  transform: translateX(-40px);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0; }

.animate-from-right {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0; }

.animation-fade, .animation-from-bottom, .animation-from-top {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  -o-transition-duration: 1.5s; }

.animation-fade {
  opacity: 1;
  transition-duration: 1.5s; }

.animation-from-bottom, .animation-from-top {
  -webkit-transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
  -moz-transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
  -o-transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
  transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition-duration: 1.5s; }

.animation-from-left, .animation-from-right {
  -webkit-transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
  -moz-transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
  -o-transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
  transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s; }

.section-highlight, .section-title {
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 40px;
  margin-top: 60px;
  text-align: center;
  clear: both;
  display: inline-block;
  width: 100%; }

.section-highlight:after, .section-highlight:before, .section-title:after, .section-title:before {
  content: " ";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 1px;
  background-color: #df4a43;
  -webkit-opacity: .5;
  -moz-opacity: .5;
  opacity: .5; }

.section-highlight:after, .section-title:after {
  bottom: 0; }

.section-highlight {
  text-transform: none;
  font-size: 24pt;
  margin-top: 10px; }

.section-highlight:after, .section-highlight:before {
  background-color: #74777c; }

.page-title {
  color: #fff;
  text-align: left;
  margin-bottom: 15px; }

.text-highlight {
  background-color: #df4a43;
  color: #fff;
  padding: 20px 15px;
  font-size: 20pt;
  line-height: 22pt;
  font-family: Raleway,sans-serif;
  font-weight: 300;
  margin-bottom: 30px; }

.text-highlight strong {
  font-weight: 500; }

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel, .owl-carousel .owl-wrapper {
  display: none;
  position: relative; }

.owl-carousel {
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height .5s ease-in-out;
  -moz-transition: height .5s ease-in-out;
  -ms-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-buttons div, .owl-controls .owl-page {
  cursor: pointer; }

.owl-controls {
  margin-top: 10px;
  text-align: center;
  -khtml-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent; }

.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-controls .owl-buttons {
  position: absolute;
  top: 10px;
  right: -5px;
  background: #df4a43;
  height: 57px;
  width: 33px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }

.owl-controls .owl-buttons:before {
  content: " ";
  position: absolute;
  right: 0;
  bottom: -6px;
  border-color: transparent transparent transparent #70221e;
  border-style: solid;
  border-width: 0 0 6px 7px;
  height: 0;
  width: 0; }

.owl-controls .owl-buttons div.owl-prev:before, .tp-leftarrow.default:after {
  content: "\f053"; }

.owl-controls .owl-buttons div {
  color: #FFF;
  zoom: 1;
  font-size: 12px;
  padding: 8px 12px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s; }

.owl-controls .owl-buttons div.owl-prev {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px 0 0;
  -moz-border-radius: 4px 0 0;
  border-radius: 4px 0 0; }

.owl-controls .owl-buttons div.owl-next {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px; }

.owl-controls .owl-buttons div.owl-next:before {
  content: "\f054"; }

.owl-controls .owl-buttons div.owl-next:hover, .owl-controls .owl-buttons div.owl-prev:hover {
  background: rgba(255, 255, 255, 0.15); }

.owl-controls.clickable .owl-buttons div:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  text-decoration: none; }

.owl-controls .owl-page {
  display: inline-block;
  zoom: 1; }

.owl-controls .owl-page span {
  display: block;
  width: 15px;
  height: 15px;
  margin: 5px 8px;
  background: #BFC4C8;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }

.owl-controls .owl-page.active span, .owl-controls.clickable .owl-page:hover span {
  background: #df4a43; }

.owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) center center no-repeat; }

.carousel-style1 .item {
  margin: 0 auto 35px;
  text-align: left;
  position: relative; }

.carousel-style1 .item .image {
  width: 100%;
  max-height: 236px;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  -webkit-transition: background-size .3s ease-out;
  -moz-transition: background-size .3s ease-out;
  -ms-transition: background-size .3s ease-out;
  -o-transition: background-size .3s ease-out;
  transition: background-size .3s ease-out; }

.carousel-style1 .item .image img {
  width: 100%;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.carousel-style1 .item .image > a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  background-color: rgba(32, 35, 38, 0.82);
  border: 10px solid rgba(32, 35, 38, 0.8);
  z-index: 9;
  text-align: center;
  visibility: hidden;
  text-decoration: none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

#nav-section, .latest-news-slider .item .image a {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out; }

.carousel-style1 .item .image > a .btn {
  margin-top: -17px;
  position: relative;
  top: 100%; }

.carousel-style1 .item .image .info {
  text-align: left; }

.carousel-style1 .item .image .info h3 {
  color: #fff;
  position: absolute;
  bottom: 43px;
  left: 0;
  padding: 0 12px; }

.carousel-style1 .item .image .info .location {
  font-style: italic;
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 0 12px;
  display: block;
  color: #74777c; }

.carousel-style1 .item:hover .image {
  background-size: auto 120%; }

.fullwidthsingle .item .image, .fullwidthsingle2 .item .image, .latest-news-slider .item .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden; }

.carousel-style1 .item:hover .image img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3); }

.carousel-style1 .item:hover .image > a {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }

.carousel-style1 .item .price {
  position: absolute;
  top: 10px;
  left: -5px;
  background-color: #df4a43;
  color: #fff;
  padding: 2px 20px 2px 10px;
  z-index: 10;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

.carousel-style1 .item .price:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -6px;
  border-color: transparent #751814 transparent transparent;
  border-style: solid;
  border-width: 0 6px 6px 0;
  height: 0;
  width: 0; }

.carousel-style1 .item .price i {
  margin-right: 8px;
  -webkit-opacity: .6;
  -moz-opacity: .6;
  opacity: .6; }

.carousel-style1 .item .price span {
  display: block;
  font-size: 16pt;
  font-weight: 700;
  margin-top: -4px; }

.carousel-style1 .item .amenities {
  width: 100%;
  list-style: none;
  padding: 6px 10px;
  margin: 0;
  background-color: #fff;
  border-color: #E4E4E4;
  border-width: 0 1px 1px;
  border-style: solid;
  text-align: center;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

.carousel-style1 .item .amenities li {
  display: inline-block;
  height: 38px;
  margin-right: 10px;
  padding-right: 10px;
  padding-top: 10px;
  border-right: 1px solid #E4E4E4;
  color: #74777c; }

.carousel-style1 .item .amenities li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0; }

.carousel-style1 .item .amenities li .fa {
  color: #adb2b6;
  font-size: 18px; }

.carousel-style1 .item .amenities li [class*=" icon-"], .carousel-style1 .item .amenities li [class^=icon-] {
  color: #adb2b6;
  float: left;
  font-size: 20px;
  margin-right: 3px;
  margin-top: -3px; }

.carousel-style1 .item.disabled {
  display: none; }

.fullwidthsingle .item, .latest-news-slider .item {
  margin: 0 6px;
  text-align: left;
  position: relative; }

.fullwidthsingle .item .image, .latest-news-slider .item .image {
  width: 65%;
  height: 354px;
  position: relative;
  display: inline-block;
  float: left; }

.fullwidthsingle .item .image a, .latest-news-slider .item .image a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.fullwidthsingle .item .image img, .latest-news-slider .item .image img {
  width: 100%; }

.fullwidthsingle .price, .latest-news-slider .price {
  position: absolute;
  top: 10px;
  left: -5px;
  background-color: #df4a43;
  color: #fff;
  padding: 2px 20px 2px 10px;
  z-index: 10;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

.fullwidthsingle .price:before, .latest-news-slider .price:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -6px;
  border-color: transparent #70221e transparent transparent;
  border-style: solid;
  border-width: 0 6px 6px 0;
  height: 0;
  width: 0; }

.fullwidthsingle .price i, .latest-news-slider .price i {
  margin-right: 8px;
  -webkit-opacity: .6;
  -moz-opacity: .6;
  opacity: .6; }

.fullwidthsingle .price span, .latest-news-slider .price span {
  display: block;
  font-size: 16pt;
  font-weight: 700;
  margin-top: -4px; }

.fullwidthsingle .info, .latest-news-slider .info {
  position: relative;
  width: 35%;
  height: 354px;
  background-color: #df4a43;
  padding: 30px 40px 60px;
  display: inline-block;
  float: left;
  color: #fff; }

.fullwidthsingle .info h3, .latest-news-slider .info h3 {
  color: #fff;
  padding: 0;
  margin-bottom: 30px;
  text-transform: none;
  font-size: 21pt; }

.fullwidthsingle .info h3 a, .latest-news-slider .info h3 a {
  color: #fff; }

.fullwidthsingle .info p, .latest-news-slider .info p {
  margin-bottom: 20px; }

.fullwidthsingle .owl-fade-out, .latest-news-slider .owl-fade-out {
  z-index: 0;
  -webkit-animation: fadeOut2 .7s both ease;
  -moz-animation: fadeOut2 .7s both ease;
  animation: fadeOut2 .7s both ease; }

.fullwidthsingle .owl-fade-in, .latest-news-slider .owl-fade-in {
  z-index: 1; }

@-webkit-keyframes fadeOut2 {
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut2 {
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut2 {
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.latest-news-slider .item .image {
  width: 55%;
  height: 354px;
  position: relative;
  display: inline-block;
  float: left; }

.latest-news-slider .item .image a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  background-color: rgba(32, 35, 38, 0.82);
  border: 10px solid rgba(32, 35, 38, 0.8);
  z-index: 1;
  text-align: center;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  transition: all .3s ease-out; }

.chzn-container .chzn-results li, .chzn-container-single .chzn-single abbr {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s; }

.latest-news-slider .item .image a span.btn {
  position: relative;
  top: 100%;
  margin-top: -17px; }

.latest-news-slider .item .image:hover a {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }

.latest-news-slider .item .image:hover a span.btn {
  top: 50%; }

.latest-news-slider .item .tag {
  position: absolute;
  top: 10px;
  left: -6px;
  background-color: #df4a43;
  color: #fff;
  padding: 14px 18px;
  z-index: 10;
  font-size: 17px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

.latest-news-slider .item .tag:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -6px;
  border-color: transparent #751814 transparent transparent;
  border-style: solid;
  border-width: 0 6px 6px 0;
  height: 0;
  width: 0; }

.latest-news-slider .item .info {
  position: relative;
  width: 45%;
  height: 354px;
  background-color: #df4a43;
  padding: 22px;
  display: inline-block;
  float: left;
  color: #fff; }

.latest-news-slider .item .top-info {
  padding: 0 0 14px;
  margin: 0 0 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 13px;
  float: right;
  width: 100%; }

.latest-news-slider .item .top-info li {
  display: inline-block;
  margin-right: 14px; }

.latest-news-slider .item .top-info li:last-child {
  margin-right: 0; }

.latest-news-slider .item .top-info li i {
  -webkit-opacity: .5;
  -moz-opacity: .5;
  opacity: .5;
  margin-right: 5px; }

.fullwidthsingle2 .item {
  margin: 0 0 0 5px;
  text-align: left;
  position: relative; }

.fullwidthsingle2 .item .image {
  width: 100%;
  height: 205px;
  position: relative;
  display: inline-block;
  float: left; }

.fullwidthsingle2 .item .image a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.fullwidthsingle2 .item .image img {
  width: 100%; }

.fullwidthsingle2 .price {
  position: absolute;
  top: 10px;
  left: -5px;
  background-color: #df4a43;
  color: #fff;
  padding: 2px 20px 2px 10px;
  z-index: 10;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

.fullwidthsingle2 .price:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -5px;
  border-color: transparent #70221e transparent transparent;
  border-style: solid;
  border-width: 0 6px 6px 0;
  height: 0;
  width: 0; }

.fullwidthsingle2 .price i {
  margin-right: 8px;
  -webkit-opacity: .6;
  -moz-opacity: .6;
  opacity: .6; }

.fullwidthsingle2 .price span {
  display: block;
  font-size: 16pt;
  font-weight: 700;
  margin-top: -4px; }

.fullwidthsingle2 .info {
  position: relative;
  padding: 20px 15px 10px;
  display: inline-block;
  float: left;
  border: 1px solid #e4e4e4; }

.fullwidthsingle2 .info .item-title {
  padding-left: 0; }

.fullwidthsingle2 .info h3 {
  color: #4d4f52;
  padding: 0;
  text-transform: none;
  display: block; }

.fullwidthsingle2 .info h3 a {
  color: #4d4f52; }

.fullwidthsingle2 .info h3 a:hover {
  color: #df4a43;
  text-decoration: none; }

.fullwidthsingle2 .info .location {
  font-style: italic;
  display: block;
  color: #74777c;
  margin-bottom: 10px; }

.fullwidthsingle2 .amenities {
  list-style: none;
  text-align: right;
  padding: 0;
  margin: 0 0 20px; }

.fullwidthsingle2 .amenities li {
  display: inline-block;
  height: 38px;
  margin-right: 10px;
  padding-right: 10px;
  padding-top: 10px;
  color: #74777c; }

.fullwidthsingle2 .amenities li:last-child {
  margin-right: 0;
  padding-right: 0; }

.fullwidthsingle2 .amenities li i {
  color: #adb2b6;
  font-size: 18px; }

.fullwidthsingle2 .info .description {
  border-top: 1px solid #e4e4e4;
  display: inline-block; }

.fullwidthsingle2 .info .description p {
  margin-bottom: 20px;
  padding: 20px 0 0; }

.breadcrumb {
  padding: 0;
  margin-bottom: -40px;
  text-align: left;
  background-color: transparent; }

.breadcrumb a {
  color: #fff; }

.breadcrumb > li + li:before {
  color: #fff;
  padding: 0; }

.tooltip-inner {
  white-space: nowrap;
  background-color: #fff;
  color: #74777c;
  border: 1px solid #e3e3e3; }

.tooltip.bottom .tooltip-arrow:after, .tooltip.top .tooltip-arrow:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid; }

.tooltip.in {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }

.tooltip.top .tooltip-arrow {
  border-top-color: #e3e3e3; }

.tooltip.top .tooltip-arrow:after {
  left: -5px;
  border-color: #fff transparent transparent;
  border-width: 5px 5px 0;
  margin-top: -6px;
  right: 0;
  top: 50%; }

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #e3e3e3; }

.tooltip.bottom .tooltip-arrow:after {
  border-color: transparent transparent #fff;
  border-width: 0 5px 5px;
  left: 50%;
  margin-left: -5px;
  top: 1px; }

.tooltip.left .tooltip-arrow:after, .tooltip.right .tooltip-arrow:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  margin-top: -5px;
  top: 50%; }

.tooltip.right .tooltip-arrow {
  border-right-color: #e3e3e3; }

.tooltip.right .tooltip-arrow:after {
  border-color: transparent #fff transparent transparent;
  border-width: 5px 5px 5px 0;
  left: 1px; }

.tooltip.left .tooltip-arrow {
  border-left-color: #e3e3e3; }

.tooltip.left .tooltip-arrow:after {
  left: -6px;
  border-color: transparent transparent transparent #fff;
  border-width: 5px 0 5px 5px;
  right: 0; }

.chzn-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
  zoom: 1;
  text-align: left; }

.chzn-container .chzn-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  border: 1px solid #E2E3E5;
  color: #74777c; }

.chzn-container.chzn-with-drop .chzn-drop {
  left: 0; }

.chzn-container a {
  cursor: pointer; }

.chzn-container-single .chzn-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 15px;
  height: 41px;
  background-color: rgba(255, 255, 255, 0.1);
  background-clip: padding-box;
  color: #74777c;
  text-decoration: none;
  white-space: nowrap;
  line-height: 41px;
  border: 1px solid #E4E4E4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

#home-search-section.standard .chzn-container-single .chzn-single, .standard#home-search-freetext-section .chzn-container-single .chzn-single {
  height: 60px;
  line-height: 60px;
  padding: 0 5px;
  border: 1px solid rgba(21, 22, 23, 0.75);
  border-radius: 0;
  margin-top: 0;
  background: white; }

#home-search-section.standard .chzn-container, .standard#home-search-freetext-section .chzn-container {
  margin-bottom: 0; }

.chzn-container-single .chzn-default {
  color: #74777c; }

.chzn-container-single .chzn-single span {
  display: block;
  overflow: hidden;
  margin-right: 69px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chzn-container-single .chzn-single-with-deselect span {
  margin-right: 60px; }

.chzn-container-single .chzn-single abbr {
  position: absolute;
  top: 23px;
  right: 48px;
  display: block;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all .2s; }

.chzn-container-single .chzn-single abbr:before {
  content: "\f00d"; }

.chzn-container-single .chzn-single abbr:hover {
  transform: scale(1.2); }

.chzn-container-single .chzn-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 38px;
  height: 100%; }

.chzn-container-single .chzn-single div:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 80%;
  margin-top: 10%; }

.chzn-container-single .chzn-search:before, .chzn-container-single .chzn-single div b {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }

.chzn-container-single .chzn-single div b {
  font-family: FontAwesome;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  text-align: center; }

.chzn-container-single .chzn-single div b:before {
  content: "\f078"; }

.chzn-container-single .chzn-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chzn-container-single .chzn-search input[type=text] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid rgba(116, 119, 124, 0.5);
  background-color: #fff;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chzn-container-single .chzn-search:before, .tparrows {
  font-family: FontAwesome;
  -moz-osx-font-smoothing: grayscale; }

.chzn-container-single .chzn-search:before {
  content: "\f002";
  position: absolute;
  top: 9px;
  right: 10px;
  color: #74777c;
  line-height: 1; }

.chzn-container-single .chzn-drop {
  border-radius: 4px;
  background-clip: padding-box; }

.chzn-container-single.chzn-container-single-nosearch .chzn-search {
  position: absolute;
  left: -9999px; }

.chzn-container .chzn-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 4px 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 99px;
  -webkit-overflow-scrolling: touch; }

.chzn-container .chzn-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
  transition: all .2s; }

.chzn-container .chzn-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chzn-container .chzn-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chzn-container .chzn-results li.highlighted {
  background-color: rgba(223, 74, 67, 0.9);
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.chzn-container .chzn-results li.no-results {
  display: list-item;
  background: #f4f4f4; }

.chzn-container .chzn-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default; }

.sb-icon-search, .tparrows {
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

.chzn-container .chzn-results li.group-option {
  padding-left: 15px; }

.chzn-container .chzn-results li em {
  font-style: normal;
  text-decoration: underline; }

.chzn-container-multi .chzn-choices {
  position: relative;
  overflow: hidden;
  margin: 0 0 25px;
  padding: 0 0 20px;
  width: 100%;
  height: auto !important;
  border-bottom: 1px solid #e3e3e3;
  background-color: transparent;
  cursor: text; }

.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none; }

#top-buttons, .chzn-rtl .chzn-choices li, .sb-search {
  float: right; }

.chzn-container-multi .chzn-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chzn-container-multi .chzn-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 5px;
  height: auto;
  outline: 0;
  border: 0 !important;
  background: 0 0 !important;
  box-shadow: none;
  color: #74777c;
  font-size: 100%;
  font-family: 'Open Sans',sans-serif;
  line-height: normal;
  border-radius: 0; }

.chzn-container-multi .chzn-choices li.search-field .default {
  color: #74777c; }

.chzn-container-multi .chzn-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 0 28px 0 14px;
  border: 1px solid #e3e3e3;
  background-color: rgba(255, 255, 255, 0.5);
  color: #74777c;
  line-height: 30px;
  cursor: default;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 8px;
  right: 12px;
  display: block;
  width: 12px;
  height: 12px;
  color: #74777c;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }

.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:before {
  content: "\f00d"; }

.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
  text-decoration: none;
  transform: scale(1.2); }

.chzn-container-multi .chzn-choices li.search-choice-disabled {
  color: #adb2b6; }

.chzn-container-multi .chzn-choices li.search-choice-focus {
  background: #d4d4d4; }

.chzn-container-multi .chzn-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chzn-container-multi .chzn-drop {
  margin-top: -30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.chzn-container-multi .chzn-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chzn-container-active .chzn-single {
  -webkit-transition: border-color .3s ease-out;
  -moz-transition: border-color .3s ease-out;
  -ms-transition: border-color .3s ease-out;
  -o-transition: border-color .3s ease-out;
  transition: border-color .3s ease-out; }

.chzn-container-active.chzn-with-drop .chzn-single {
  border-color: #adb2b6; }

.chzn-container-active.chzn-with-drop .chzn-single div {
  border-left: none;
  background: 0 0; }

.chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position: -18px 2px; }

.chzn-disabled {
  -webkit-opacity: .5;
  -moz-opacity: .5;
  opacity: .5;
  cursor: default; }

.chzn-disabled .chzn-choices .search-choice .search-choice-close, .chzn-disabled .chzn-single {
  cursor: default; }

.chzn-rtl {
  text-align: right; }

.chzn-rtl .chzn-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chzn-rtl .chzn-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chzn-rtl .chzn-single-with-deselect span {
  margin-left: 38px; }

.chzn-rtl .chzn-single div {
  right: auto;
  left: 3px; }

.chzn-rtl .chzn-single abbr {
  right: auto;
  left: 26px; }

.chzn-rtl .chzn-choices li.search-field input[type=text] {
  direction: rtl; }

.chzn-rtl .chzn-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chzn-rtl .chzn-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chzn-rtl .chzn-drop, .chzn-rtl.chzn-container-single-nosearch .chzn-search {
  left: 9999px; }

.chzn-rtl.chzn-container-single .chzn-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chzn-rtl .chzn-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chzn-rtl.chzn-container-active.chzn-with-drop .chzn-single div {
  border-right: none; }

.chzn-rtl .chzn-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url(chzn-sprite.png) -30px -20px no-repeat;
  direction: rtl; }

.chzn-rtl.chzn-container-single .chzn-single div b {
  background-position: 6px 2px; }

.chzn-rtl.chzn-container-single.chzn-with-drop .chzn-single div b {
  background-position: -12px 2px; }

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) {
  .chzn-container .chzn-results-scroll-down span, .chzn-container .chzn-results-scroll-up span, .chzn-container-multi .chzn-choices .search-choice .search-choice-close, .chzn-container-single .chzn-search input[type=text], .chzn-container-single .chzn-single abbr, .chzn-container-single .chzn-single div b, .chzn-rtl .chzn-search input[type=text] {
    background-image: url(chzn-sprite@2x.png);
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

.colored .chzn-container .chzn-drop {
  background-color: #fff;
  color: #74777c; }

.colored .chzn-container-single .chzn-single {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: none;
  text-decoration: none; }

.colored .chzn-container-single .chzn-default {
  color: #fff;
  text-decoration: none !important; }

.colored .chzn-container-single .chzn-single div:after {
  border-left: 1px solid rgba(255, 255, 255, 0.3); }

.colored .chzn-container-single:hover .chzn-single div b {
  color: inherit; }

.colored .chzn-container-single .chzn-search input[type=text] {
  border: 1px solid rgba(116, 119, 124, 0.5);
  background-color: #fff; }

.colored .chzn-container-single .chzn-search:before {
  color: #74777c; }

.colored .chzn-container .chzn-results li.disabled-result {
  color: #ccc; }

.colored .chzn-container .chzn-results li.highlighted {
  background-color: rgba(223, 74, 67, 0.9);
  color: #fff; }

.colored .chzn-container-multi .chzn-choices {
  border-color: rgba(255, 255, 255, 0.5); }

.colored .chzn-container-multi .chzn-choices li.search-field input[type=text] {
  background: 0 0 !important;
  color: #fff; }

.colored .chzn-container-multi .chzn-choices li.search-field .default {
  color: #fff; }

.colored .chzn-container-multi .chzn-choices li.search-choice {
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff; }

.colored .chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
  color: #fff;
  text-decoration: none; }

.colored .chzn-container-multi .chzn-drop .result-selected {
  color: #ccc; }

.colored .chzn-container-active .chzn-choices li.search-field input[type=text] {
  color: #fff !important; }

.tp-bullets {
  bottom: 30px !important; }

.tp-bullets.simplebullets.round .bullet {
  background: #adb2b6;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color .2s;
  -moz-transition: background-color .2s;
  -ms-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
  -webkit-opacity: .7;
  -moz-opacity: .7;
  opacity: .7; }

.nav-mobile > i, .tparrows {
  -webkit-border-radius: 4px; }

.tp-bullets.simplebullets.navbar .bullet.selected, .tp-bullets.simplebullets.navbar .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.round .bullet:hover {
  background: #df4a43;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }

.tparrows {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 18pt;
  top: 50%;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.tp-leftarrow.default, .tp-rightarrow.default {
  background: rgba(255, 255, 255, 0.5); }

.tp-leftarrow.default:after {
  margin-right: 2px; }

.tp-rightarrow.default:after {
  content: "\f054";
  margin-left: 4px; }

.tp-leftarrow:hover, .tp-rightarrow:hover {
  background: #df4a43; }

#recaptcha_widget {
  text-align: center;
  margin-bottom: 25px; }

.recaptcha_only_if_incorrect {
  color: #C42927;
  display: none; }

.recaptcha_switch_audio {
  display: none !important; }

#recaptcha_image {
  width: 100% !important;
  height: auto !important;
  text-align: center; }

#recaptcha_challenge_image {
  max-width: 357px !important;
  width: 100%;
  height: auto; }

.recaptcha_only_if_image {
  display: block;
  margin: 10px 0; }

.recaptcha_only_if_image a {
  margin-left: 5px; }

#header {
  width: 100%;
  position: relative;
  z-index: 1001; }

#header:after {
  content: " ";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 10; }

#top-bar {
  width: 100%;
  min-height: 33px;
  font-size: 13px;
  line-height: 33px;
  background-color: #f1f3f6;
  position: relative;
  z-index: 1020; }

#top-bar a {
  color: #74777c; }

#top-bar a:focus, #top-bar a:hover {
  color: #df4a43;
  text-decoration: none; }

#top-buttons, #top-info {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0; }

#top-buttons li, #top-info li {
  display: inline-block;
  margin-left: 4px; }

#top-buttons .divider {
  position: relative;
  border-left: 1px solid #74777c;
  width: 1px;
  height: 22px;
  overflow: hidden;
  margin-bottom: -6px; }

ul#top-buttons > li > a {
  line-height: 53px; }

.language-switcher {
  display: inline-block;
  position: relative; }

.language-switcher span {
  padding-right: 30px;
  position: relative; }

.language-switcher span:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  border-right: 3px solid transparent;
  border-top: 3px solid;
  border-left: 4px solid transparent;
  display: inline-block;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  width: 0; }

.language-switcher ul {
  position: absolute;
  left: -15px;
  top: 33px;
  padding: 0 30px;
  margin: 0;
  z-index: 999;
  background-color: #f1f3f6;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .3s ease-out;
  -moz-transition: max-height .3s ease-out;
  -ms-transition: max-height .3s ease-out;
  -o-transition: max-height .3s ease-out;
  transition: max-height .3s ease-out; }

.language-switcher ul li {
  margin: 0 !important;
  display: block !important; }

.language-switcher ul li a {
  line-height: 33px;
  display: inline-block;
  width: 100%; }

.language-switcher:hover {
  color: #df4a43; }

.language-switcher:hover ul {
  max-height: 250px; }

#nav-section {
  min-width: 320px;
  padding: 0;
  background-color: #fff;
  width: 100%;
  transition: all .3s ease-out; }

#nav-section.stuck {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }

#nav-section.shrink {
  min-height: 61px; }

#nav-section.shrink .nav-logo img {
  height: 45px; }

#nav-section.shrink .navbar-nav > li > a {
  line-height: 53px; }

#nav-section.shrink .sb-search {
  margin-top: 15px; }

.sb-search {
  position: relative;
  margin-top: 37px;
  width: 0;
  min-width: 30px;
  height: 30px;
  overflow: hidden;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-backface-visibility: hidden; }

.sb-icon-search, .sb-search-input, .sb-search-submit {
  height: 30px;
  position: absolute;
  right: 0;
  margin: 0;
  top: 0; }

.sb-search-input {
  outline: 0;
  background: #fff;
  width: 100%;
  z-index: 10;
  padding: 0 0 0 28px;
  font-family: inherit;
  color: #74777c;
  font-size: 13px;
  border: 1px solid #E4E4E4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.sb-search-open .sb-search-input {
  padding: 0 14px; }

.sb-search-input::-webkit-input-placeholder {
  color: #74777c; }

.sb-search-input:-moz-placeholder {
  color: #74777c; }

.sb-search-input::-moz-placeholder {
  color: #74777c; }

.sb-search-input:-ms-input-placeholder {
  color: #74777c; }

.sb-icon-search, .sb-search-submit {
  width: 30px;
  display: block;
  padding: 0;
  line-height: 30px;
  text-align: center;
  cursor: pointer; }

.sb-search-submit {
  background: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  color: transparent;
  border: none;
  outline: 0;
  z-index: -1; }

.sb-icon-search {
  color: #74777c;
  z-index: 90;
  font-size: 15px;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.sb-icon-search:hover {
  color: #df4a43; }

.no-js .sb-search, .sb-search.sb-search-open {
  width: 170px; }

.no-js .sb-search .sb-icon-search, .sb-search.sb-search-open .sb-icon-search {
  color: #df4a43;
  z-index: 11; }

.no-js .sb-search .sb-search-submit, .sb-search.sb-search-open .sb-search-submit {
  z-index: 90; }

.navbar {
  margin: 0 30px 0 0;
  min-height: 0;
  border: none; }

.nav-logo {
  float: left; }

.nav-logo img {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.navbar-nav > li > a {
  padding: 0 10px;
  display: block;
  color: #74777c;
  line-height: 53px;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover, .nav > li > a:focus, .nav > li > a:hover, .navbar-nav > li > a.active {
  background-color: transparent;
  color: #df4a43; }

.navbar-nav > li.dropdown > a .caret {
  border-right: 3px solid transparent;
  border-top: 3px solid;
  margin-left: 10px; }

.navbar-nav .dropdown-menu {
  background-color: #f1f3f6;
  text-align: center;
  padding: 0;
  border: none;
  display: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.176);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }

.navbar-nav .dropdown-menu:hover, .navbar-nav .open > .dropdown-menu {
  display: block; }

.navbar-nav .dropdown-menu > li > a {
  display: block;
  line-height: 46px;
  padding: 0 15px 0 25px;
  border-left: 0 solid #fff;
  text-align: left;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }

#home-search-section, #home-search-freetext-section, #nav-mobile-btn, .action-box.black, .feature, .nav-mobile h2, .nav-mobile > i, .parallax, .property-gallery2 {
  text-align: center; }

#home-search-buttons .input-group .btn-default .fa, #nav-mobile-btn {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s; }

.navbar-nav .dropdown-menu > li > a.active, .navbar-nav .dropdown-menu > li > a:focus, .navbar-nav .dropdown-menu > li > a:hover {
  background-color: #fff;
  color: #df4a43;
  border-left: 4px solid #df4a43; }

.navbar-nav .dropdown-submenu {
  position: relative; }

.navbar-nav .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: -1px;
  display: block !important;
  max-height: 0;
  overflow: hidden; }

.navbar-nav .dropdown-submenu:hover > .dropdown-menu {
  max-height: 500px;
  overflow: visible; }

.navbar-nav .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #74777c;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 8px; }

.agency-detail .info .social-networks, .agent-detail .info .social-networks, .nav-tabs.tabs-left > li, .nav-tabs.tabs-right > li, .navbar-nav .dropdown-submenu .pull-left {
  float: none; }

.navbar-nav .dropdown-submenu:hover > a:after {
  border-left-color: #df4a43; }

.navbar-nav .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px; }

#nav-mobile-btn {
  background-color: #d61d25;
  border: 0;
  color: #fff;
  font-size: 28px;
  width: 40px;
  padding: 5px 0;
  line-height: 1;
  float: right;
  margin-top: 6px;
  display: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  transition: all .3s; }

#nav-mobile-btn:active, #nav-mobile-btn:hover {
  background-color: #b6261f; }

.shrink #nav-mobile-btn {
  margin-top: 9px; }

.nav-mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  width: 300px;
  height: 100%;
  background: #F7F8FA;
  padding: 15px;
  overflow: auto;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.nav-mobile > i {
  position: absolute;
  top: 6px;
  right: 15px;
  font-size: 28px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: transparent;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.nav-mobile > i:active, .nav-mobile > i:hover {
  color: #4f5154;
  background-color: #f1f3f6; }

.nav-mobile h2 {
  margin: 10px 0 25px;
  color: #4d4f52; }

.nav-mobile h2 i {
  margin-right: 10px; }

.nav-mobile a {
  color: #74777c; }

.nav-mobile a:hover {
  color: #df4a43;
  text-decoration: none; }

.nav-mobile a:focus {
  text-decoration: none; }

.nav-mobile ul {
  list-style: none; }

.nav-mobile > ul {
  padding: 0; }

.nav-mobile > ul li {
  margin-bottom: 10px; }

.nav-mobile > ul li > a {
  margin-bottom: 10px;
  display: block; }

.nav-mobile > ul > li {
  margin-bottom: 20px;
  padding-left: 10px; }

.nav-mobile > ul ul {
  padding-left: 15px;
  border-left: 1px solid rgba(0, 0, 0, 0.08); }

.nav-mobile::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: none;
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s; }

.nav-mobile.open {
  visibility: visible;
  -webkit-transition: -webkit-transform .5s;
  transition: transform .5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.nav-mobile.open::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity .5s,width .1s .5s,height .1s .5s;
  transition: opacity .5s,width .1s .5s,height .1s .5s; }

#home-search-section, #home-search-freetext-section {
  background-image: url(../img/home-search.jpg);
  position: relative;
  padding: 105px 0;
  overflow: hidden;
  background-position: center center; }

#home-search-section:before, #home-search-freetext-section:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 35, 38, 0.92); }

.slider-title {
  font-size: 60px;
  font-weight: 900;
  color: #fff;
  line-height: 60px; }

#home-search-section .slider-subtitle, #home-search-freetext-section .slider-subtitle, .slider-subtitle {
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  line-height: 28px; }

#home-search-section .slider-subtitle, #home-search-freetext-section .slider-subtitle {
  color: #74777c; }

#home-search-buttons {
  margin-top: 70px; }

#home-search-buttons .btn {
  border-width: 1px;
  line-height: 21px; }

#home-search-buttons > .btn {
  margin: 0 5px; }

#home-search-buttons .input-group {
  margin: 18px 0 22px; }

#home-search-buttons .form-control {
  background-color: white;
  height: 60px;
  border-color: rgba(21, 22, 23, 0.8); }

#home-search-buttons .form-control:focus {
  border-color: #df4a43; }

#home-search-buttons .input-group .btn-default {
  border: none;
  background-color: #df4a43;
  height: 60px;
  color: rgba(255, 255, 255, 0.7);
  width: 80px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }

#home-search-buttons .input-group .btn-default:hover {
  width: 100px;
  padding-left: 30px;
  color: #fff; }

#home-search-buttons .input-group .btn-default .fa {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  transition: all .3s; }

.action-box, .parallax, .pattern-bg {
  position: relative; }

#home-search-buttons .input-group .btn-default:hover .fa {
  left: 12px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }

.colored-bg:before, .dark-bg:before, .pattern-bg:before {
  left: 0;
  width: 100%;
  content: " ";
  top: 0; }

.advanced-search {
  font-style: italic;
  color: rgba(255, 255, 255, 0.35); }

.action-box {
  background-color: #df4a43;
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #fff; }

.action-box.black {
  background: #000;
  border-top: none;
  padding: 0;
  height: 53px;
  line-height: 53px; }

.action-box h2 {
  color: #fff;
  text-transform: none;
  margin-bottom: 26px; }

.action-box h3 {
  color: #fff;
  text-transform: uppercase; }

.action-box p {
  margin: 0; }

.action-box #newsletter {
  padding: 0;
  margin-top: 5px !important; }

.action-box .input-group {
  margin-top: 0 !important; }

.action-box .social-networks {
  float: none !important;
  text-align: center; }

.parallax {
  padding: 50px 0;
  overflow: hidden;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  background-position: center center; }

.parallax .section-title {
  color: #4d4f52;
  margin-top: 0; }

.pattern-bg {
  background-image: url(../img/pattern1.jpg);
  width: 100%;
  height: 200%;
  background-repeat: repeat; }

.pattern-bg.home {
  background-image: url(../img/pattern6.jpg); }

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .pattern-bg {
    background-image: url(../img/pattern1@2x.jpg); } }

.pattern-bg:before {
  position: absolute;
  height: 100%;
  background-color: #f1f3f6;
  z-index: 0;
  -webkit-opacity: .82;
  -moz-opacity: .82;
  opacity: .82; }

.pattern-bg .section-title:after, .pattern-bg .section-title:before {
  background-color: #4d4f52; }

.pattern-bg.colored-bg:before {
  background-color: #df4a43; }

.pattern-bg.colored-bg .container {
  position: relative;
  z-index: 10; }

.colored-bg, .dark-bg {
  border: none;
  color: #fff; }

.colored-bg:before, .dark-bg:before {
  position: absolute;
  height: 100%;
  background-color: #202326;
  -webkit-opacity: .82;
  -moz-opacity: .82;
  opacity: .82; }

.colored-bg .section-title, .dark-bg .section-title {
  color: #fff; }

.colored-bg .section-title:after, .colored-bg .section-title:before, .dark-bg .section-title:after, .dark-bg .section-title:before {
  background-color: #fff; }

.colored-bg .testimonials .item .text, .dark-bg .testimonials .item .text {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  color: #fff; }

.colored-bg .testimonials .item .text:before, .dark-bg .testimonials .item .text:before {
  display: none;
  border-color: transparent rgba(255, 255, 255, 0.2) transparent transparent; }

.colored-bg .testimonials .item .text:after, .dark-bg .testimonials .item .text:after {
  display: none;
  border-color: transparent rgba(32, 35, 38, 0.82) transparent transparent; }

.feature, .feature i {
  display: inline-block; }

.colored-bg .testimonials .item .author, .dark-bg .testimonials .item .author {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff; }

.colored-bg .testimonials .item .author img, .dark-bg .testimonials .item .author img {
  border-right: none; }

.colored-bg .owl-controls .owl-page span, .dark-bg .owl-controls .owl-page span {
  background: rgba(255, 255, 255, 0.5); }

.colored-bg .owl-controls .owl-page.active span, .colored-bg .owl-controls.clickable .owl-page:hover span, .dark-bg .owl-controls .owl-page.active span, .dark-bg .owl-controls.clickable .owl-page:hover span {
  background: #fff; }

.action-box:before, .colored-bg:before {
  background-color: rgba(223, 74, 67, 0.82); }

.action-box #newsletter, .colored-bg #newsletter {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff; }

.action-box #newsletter h1, .action-box #newsletter h2, .colored-bg #newsletter h1, .colored-bg #newsletter h2 {
  color: #fff; }

.action-box #newsletter .form-control, .colored-bg #newsletter .form-control {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0);
  color: #fff; }

.action-box #newsletter .form-control:focus, .colored-bg #newsletter .form-control:focus {
  border-color: rgba(255, 255, 255, 0.2); }

.action-box #newsletter .form-control::-webkit-input-placeholder, .colored-bg #newsletter .form-control::-webkit-input-placeholder {
  color: #fff; }

.action-box #newsletter .form-control:-moz-placeholder, .colored-bg #newsletter .form-control:-moz-placeholder {
  color: #fff; }

.action-box #newsletter .form-control::-moz-placeholder, .colored-bg #newsletter .form-control::-moz-placeholder {
  color: #fff; }

.action-box #newsletter .form-control:-ms-input-placeholder, .colored-bg #newsletter .form-control:-ms-input-placeholder {
  color: #fff; }

.dark-bg {
  color: #fff; }

.gray-bg {
  background-color: #f1f3f6;
  padding: 90px 0 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.gray-bg .section-title {
  color: #4d4f52;
  margin-top: 0; }

.gray-bg .section-title:after, .gray-bg .section-title:before {
  background-color: #4d4f52;
  -webkit-opacity: .2;
  -moz-opacity: .2;
  opacity: .2; }

#new-properties-slider .item {
  width: 270px; }

.colored, .gray {
  position: relative; }

.gray .chzn-container-single .chzn-single, .gray .form-control {
  background-color: rgba(255, 255, 255, 0.5); }

.content.colored:before, .content.gray:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  width: 33.3%;
  height: 100%;
  background-color: #df4a43; }

.content.gray:before {
  background-color: #f1f3f6; }

.content-divider {
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  height: 4px; }

.main {
  padding-top: 55px;
  padding-bottom: 75px; }

.feature {
  padding: 2% 0;
  margin-bottom: 60px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.feature i {
  font-size: 32pt;
  cursor: default;
  margin-bottom: 35px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  position: relative;
  z-index: 1;
  color: #df4a43;
  border: 4px solid #df4a43;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -ms-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s; }

.feature i:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background: #df4a43;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: -webkit-transform .2s,opacity .3s;
  -moz-transition: -moz-transform .2s,opacity .3s;
  transition: transform .2s,opacity .3s;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0; }

.feature i:before {
  speak: none;
  font-size: 32pt;
  line-height: 86px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased; }

.no-touch .feature:hover i {
  color: #fff; }

.no-touch .feature:hover i:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }

.feature h3 {
  width: 90%;
  margin: 0 auto 20px;
  color: #4d4f52;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -ms-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s; }

.property-gallery .item img, .property-gallery a, .property-gallery2 .item img, .property-gallery2 a {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out; }

.feature:hover h3 {
  color: #df4a43; }

.feature p {
  width: 90%;
  margin: 0 auto 30px; }

#property-gallery {
  margin-top: 40px;
  margin-bottom: 40px; }

.property-gallery .item {
  margin: 0 2px;
  position: relative;
  overflow: hidden; }

.property-gallery .item img {
  width: 100%; }

.property-gallery .item:hover img {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4); }

.property-gallery .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(32, 35, 38, 0.82);
  border: 10px solid rgba(32, 35, 38, 0.8);
  z-index: 1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0; }

.property-gallery .item:hover a {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }

.property-gallery .item a span.btn {
  position: absolute;
  width: 32px;
  height: 32px;
  z-index: 2;
  bottom: -32px;
  margin-bottom: -16px;
  left: 50%;
  margin-left: -16px;
  border-width: 1px;
  padding: 0;
  font-size: 16pt; }

.property-gallery .item:hover a span.btn {
  bottom: 50%; }

.property-gallery .item img, .property-gallery a {
  transition: all .3s ease-out; }

.property-gallery2 .item {
  margin: -1px;
  position: relative;
  overflow: hidden;
  width: 246px;
  height: 236px;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.property-gallery2 .item h1.section-title {
  font-size: 17pt;
  margin-top: 40px;
  margin-bottom: 25px; }

.property-gallery2 .item p.section-text {
  padding: 0 20px; }

.property-gallery2 .item img {
  width: 100%;
  height: 100%; }

.property-gallery2 .item:hover img {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4); }

.property-gallery2 .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(32, 35, 38, 0.82);
  border: 10px solid rgba(32, 35, 38, 0.8);
  z-index: 1;
  text-align: left;
  text-decoration: none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0; }

.property-gallery2 .item:hover a {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }

.property-gallery2 .item a h3 {
  color: #fff;
  position: absolute;
  bottom: 43px;
  left: 0;
  padding: 0 12px; }

.property-gallery2 .item a .location {
  font-style: italic;
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 0 12px;
  display: block;
  color: #74777c; }

.property-gallery2 .item img, .property-gallery2 a {
  transition: all .3s ease-out; }

.sidebar .latest-news {
  list-style: none;
  display: inline-block;
  padding: 0;
  clear: both; }

.sidebar .latest-news > li {
  display: inline-block;
  margin-bottom: 26px;
  width: 100%; }

.sidebar .latest-news > li .image {
  position: relative;
  float: left;
  width: 30%;
  margin-right: 3%; }

.sidebar .latest-news > li .image img {
  width: 100%;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.sidebar .latest-news > li .image a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 1; }

.sidebar .latest-news > li .top-info {
  border-bottom: 1px solid #E4E4E4;
  color: #adb2b6;
  font-size: 13px;
  float: right;
  width: 67%;
  margin: 5px 0 8px;
  padding: 0 0 2px; }

.sidebar .latest-news > li .top-info li {
  display: inline-block;
  margin-right: 14px; }

.sidebar .latest-news > li .top-info li:last-child {
  margin-right: 0; }

.sidebar .latest-news > li .top-info li i {
  margin-right: 5px; }

.sidebar .latest-news > li h3 {
  margin-bottom: 15px; }

.sidebar .latest-news > li h3 a {
  color: #4d4f52; }

.sidebar .latest-news > li h3 a:hover {
  color: #df4a43;
  text-decoration: none; }

.sidebar.colored .latest-news .top-info {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

.sidebar.colored .latest-news h3 a {
  text-decoration: none; }

.sidebar.colored .latest-news h3 a:hover {
  color: #fff;
  text-decoration: underline; }

.sidebar {
  padding-top: 55px;
  padding-bottom: 80px; }

.sidebar img {
  max-width: 100%; }

#find_agents img {
  width: 100%;
  margin-bottom: 10px; }

#find_agents .form-actions {
  text-align: center;
  margin-top: 20px; }

.agency-detail-agents {
  list-style: none;
  padding: 0; }

.agency-detail-agents li {
  display: inline-block;
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 35px; }

.agency-detail-agents li:last-child {
  margin-bottom: 0; }

.agency-detail-agents li img {
  width: 90px;
  height: 90px;
  float: left;
  margin: 0 15px 15px 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.agency-detail-agents li .info {
  float: right;
  width: 64%;
  text-align: left; }

.agency-detail-agents li h3 {
  color: #4d4f52; }

.agency-detail-agents li a {
  color: #adb2b6; }

.agency-detail-agents li a:hover, .agency-detail-agents li:hover h3 {
  color: #df4a43; }

.agency-detail-agents li .location {
  display: block;
  font-style: italic;
  font-size: 10pt;
  color: #4d4f52;
  margin-bottom: 15px; }

.agency-detail-agents li:after, .agency-detail-agents li:before {
  content: " ";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-opacity: .5;
  -moz-opacity: .5;
  opacity: .5; }

.agency-detail-agents li:after {
  bottom: 0; }

.mapborder {
  border: 4px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
  width: 100%; }

#map_agency {
  width: 100%;
  height: 250px; }

.gmap {
  min-height: 150px; }

.gmap img {
  max-width: none !important; }

.infoWindow {
  color: #74777c;
  width: 280px;
  line-height: normal !important; }

.infoWindow img {
  float: left;
  max-width: 140px !important;
  max-height: 100px !important;
  margin: 10px 10px 10px 0; }

.infoWindow .description {
  padding: 10px 0; }

.infoWindowAgency, .infoWindowContacts {
  color: #74777c;
  width: 170px;
  overflow: visible !important;
  background-color: #fff;
  padding: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); }

.infoWindowAgency:before, .infoWindowContacts:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  bottom: -7px;
  left: 50%;
  margin-left: -10px;
  z-index: -1;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); }

.infoWindowAgency:after, .infoWindowContacts:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-top-color: #fff;
  z-index: 99; }

.infoWindowAgency img, .infoWindowContacts img {
  float: left;
  max-width: 150px !important;
  margin: 10px 0; }

#footer-top img, #partners .item img, .blog-main-image img, .post-content img {
  max-width: 100%; }

.infoWindowAgency .description, .infoWindowContacts .description {
  padding: 10px 0; }

.testimonials .item {
  margin: 0 1px; }

.testimonials .item .text {
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  text-align: center;
  padding: 65px 20px;
  font-style: italic;
  font-size: 14px;
  background-color: #F8F9FB;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.testimonials .item .text:after, .testimonials .item .text:before {
  width: 0;
  height: 0;
  border-style: inset solid solid inset;
  border-width: 0 60px 28px 0;
  line-height: 0; }

.testimonials .item .text:before {
  position: absolute;
  left: 21px;
  bottom: -29px;
  border-color: transparent rgba(0, 0, 0, 0.07) transparent transparent;
  -webkit-border-radius: 0 0 4px;
  -moz-border-radius: 0 0 4px;
  border-radius: 0 0 4px;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -ms-transform: skew(20deg);
  -o-transform: skew(20deg);
  transform: skew(20deg); }

.testimonials .item .text:after {
  position: absolute;
  left: 19px;
  bottom: -27px;
  border-color: transparent #F8F9FB transparent transparent;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -ms-transform: skew(20deg);
  -o-transform: skew(20deg);
  transform: skew(20deg); }

.testimonials .item .text p:after, .testimonials .item .text p:before {
  font-family: Raleway,sans-serif;
  font-size: 52pt;
  position: absolute; }

.testimonials .item .text p:before {
  content: "\201C";
  left: 5px;
  top: 0; }

.testimonials .item .text p:after {
  bottom: -38px;
  content: "\201D";
  right: 34px; }

.testimonials .item .author {
  width: 90%;
  margin-left: 5%;
  margin-top: 48px;
  padding-right: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

.testimonials .item .author img {
  float: left;
  width: 61px;
  padding: 0;
  margin: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1); }

.testimonials .item .author div {
  display: inline-block;
  padding: 9px 0;
  margin: 0 0 0 15px;
  font-size: 15pt;
  line-height: 20px; }

.testimonials .item .author div span {
  font-style: italic;
  font-size: 14px; }

#newsletter {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px; }

#newsletter h2 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 15pt; }

#newsletter h2 span {
  font-weight: 900;
  font-size: 28pt; }

#newsletter .input-group {
  margin-top: 25px; }

#newsletter .form-control {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: transparent;
  height: 35px;
  box-shadow: none; }

#newsletter .form-control:focus {
  border-color: rgba(0, 0, 0, 0.1); }

#newsletter .form-control::-webkit-input-placeholder {
  color: #adb3b6; }

#newsletter .form-control:-moz-placeholder {
  color: #adb3b6; }

#newsletter .form-control::-moz-placeholder {
  color: #adb3b6; }

#newsletter .form-control:-ms-input-placeholder {
  color: #adb3b6; }

.sidebar.colored {
  background-color: #df4a43;
  color: #fff; }

.sidebar.colored a {
  color: #fff;
  text-decoration: underline; }

.sidebar.colored .section-title {
  color: #fff; }

.sidebar.colored .section-title:after, .sidebar.colored .section-title:before {
  background-color: #fff; }

.sidebar.colored .owl-controls .owl-page span {
  background: #fff;
  -webkit-opacity: .5;
  -moz-opacity: .5;
  opacity: .5; }

.sidebar.colored .owl-controls .owl-page.active span, .sidebar.colored .owl-controls.clickable .owl-page:hover span {
  background: #fff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }

#home-grid .free-wall .item, .property-large-buttons li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.sidebar.colored .mapborder {
  border: 4px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
  width: 100%; }

.sidebar.colored .testimonials .item .text {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent; }

.sidebar.colored .testimonials .item .text:before {
  border-color: transparent rgba(255, 255, 255, 0.2) transparent transparent; }

.sidebar.colored .testimonials .item .text:after {
  border-color: transparent #df4a43 transparent transparent; }

.sidebar.colored .testimonials .item .author {
  border: 1px solid rgba(255, 255, 255, 0.1); }

.sidebar.colored .testimonials .item .author img {
  border-right: none; }

.sidebar.colored #newsletter {
  border: 1px solid rgba(255, 255, 255, 0.2); }

.sidebar.colored #newsletter .form-control {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0);
  color: #fff; }

.sidebar.colored #newsletter .form-control:focus {
  border-color: rgba(255, 255, 255, 0.2); }

.sidebar.colored #newsletter .form-control::-webkit-input-placeholder {
  color: #fff; }

.sidebar.colored #newsletter .form-control:-moz-placeholder {
  color: #fff; }

.sidebar.colored #newsletter .form-control::-moz-placeholder {
  color: #fff; }

.sidebar.colored #newsletter .form-control:-ms-input-placeholder {
  color: #fff; }

.sidebar.gray {
  background-color: #f1f3f6; }

.sidebar.gray .section-title {
  color: #4d4f52; }

.sidebar.gray .section-title:after, .sidebar.gray .section-title:before {
  background-color: #4d4f52; }

#partners {
  text-align: center; }

#partners .item {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 4px;
  padding: 30px 15px;
  vertical-align: middle; }

.sidebar #partners .item {
  width: 100%;
  margin: 0 0 20px;
  border: 1px solid #DADBDF;
  padding: 6px 15px; }

.revslider-container {
  width: 100%;
  position: relative;
  padding: 0; }

.revslider {
  width: 100%;
  position: relative; }

a.tp-caption.btn-default, a.tp-caption.btn-lg {
  color: #fff;
  height: auto !important; }

#advanced-search, #contacts-overlay, #home-advanced-search, #map-property-filter {
  position: relative;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center; }

#advanced-search .container, #contacts-overlay .container, #home-advanced-search .container, #map-property-filter .container {
  overflow: hidden;
  max-height: 1px;
  -webkit-transition: max-height .3s ease-out;
  -moz-transition: max-height .3s ease-out;
  -ms-transition: max-height .3s ease-out;
  -o-transition: max-height .3s ease-out;
  transition: max-height .3s ease-out; }

#home-grid .free-wall .item .info, .property-large-buttons li:before {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out; }

#advanced-search form, #contacts-overlay form, #home-advanced-search form, #map-property-filter form {
  margin-top: 25px; }

#advanced-search .chzn-container, #advanced-search .form-control, #contacts-overlay .chzn-container, #contacts-overlay .form-control, #home-advanced-search .chzn-container, #home-advanced-search .form-control, #map-property-filter .chzn-container, #map-property-filter .form-control {
  text-align: left; }

#advanced-search .form-control, #contacts-overlay .form-control, #home-advanced-search .form-control, #map-property-filter .form-control {
  display: inline-block;
  vertical-align: middle; }

#advanced-search .btn, #contacts-overlay .btn, #home-advanced-search .btn, #map-property-filter .btn {
  height: 39px;
  margin: 0 10px 15px; }

.home3-hero h2, .home3-hero p {
  margin-bottom: 30px; }

#advanced-search #opensearch, #contacts-overlay #opensearch, #home-advanced-search #opensearch, #map-property-filter #opensearch {
  position: absolute;
  width: 68px;
  height: 24px;
  top: -23px;
  left: 50%;
  margin-left: -34px;
  background-color: #fff;
  color: #74777c;
  z-index: 99;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  cursor: pointer; }

#advanced-search #opensearch:after, #contacts-overlay #opensearch:after, #home-advanced-search #opensearch:after, #map-property-filter #opensearch:after {
  content: "\f002";
  display: inline-block;
  font-size: 12pt;
  text-align: center;
  padding-top: 3px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#advanced-search.open, #contacts-overlay.open, #home-advanced-search.open, #map-property-filter.open {
  border-top-color: rgba(0, 0, 0, 0.2); }

#advanced-search.open .container, #contacts-overlay.open .container, #home-advanced-search.open .container, #map-property-filter.open .container {
  max-height: 700px; }

#advanced-search.open #opensearch:after, #contacts-overlay.open #opensearch:after, #home-advanced-search.open #opensearch:after, #map-property-filter.open #opensearch:after {
  content: "\f002"; }

#advanced-search .container {
  overflow: visible;
  max-height: none; }

#advanced-search.gray, #advanced-search.gray #opensearch, #home-advanced-search.gray, #home-advanced-search.gray #opensearch {
  background-color: #f1f3f6; }

#home-grid:after, .tags li a {
  background-color: rgba(255, 255, 255, 0.3); }

#home-grid {
  width: 100%;
  height: 481px;
  overflow: hidden; }

#home-grid:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px; }

#home-grid .free-wall {
  width: 100%;
  height: 100%; }

#home-grid .free-wall .item {
  background-color: #FFF;
  cursor: default;
  float: left;
  overflow: hidden;
  height: 240px; }

#home-grid .free-wall .item .info, #home-grid .free-wall .item img {
  height: 100%;
  visibility: hidden;
  width: 100%; }

#home-grid .free-wall .item .price {
  position: absolute;
  top: 10px;
  left: 9px;
  color: #fff;
  padding: 2px 20px 2px 10px;
  z-index: 10;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

#home-grid .free-wall .item .price i {
  margin-right: 8px; }

#home-grid .free-wall .item .price span {
  display: block;
  font-size: 16pt;
  font-weight: 700;
  margin-top: -4px; }

#home-grid .free-wall .item .info {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(32, 35, 38, 0.82);
  border: 10px solid rgba(32, 35, 38, 0.8);
  padding: 12px;
  z-index: 9;
  text-decoration: none;
  display: block;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out; }

#home-grid .free-wall .item:hover .info {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }

#home-grid .free-wall .item .info h3 {
  color: #fff;
  position: absolute;
  bottom: 43px;
  left: 0;
  padding: 0 12px; }

#home-grid .free-wall .item .info h3:hover {
  text-decoration: none; }

#home-grid .free-wall .item .info .location {
  font-style: italic;
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 0 12px;
  display: block;
  color: #74777c; }

#home-grid .free-wall .item[data-state=init] {
  display: none; }

#home-grid .free-wall .item[data-state=start] {
  display: block;
  animation: start .5s;
  -webkit-animation: start .5s; }

#home-grid .free-wall .item[data-state=move] {
  transition: top .5s,left .5s,width .5s,height .5s;
  -webkit-transition: top .5s,left .5s,width .5s,height .5s; }

@keyframes start {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }

@-webkit-keyframes start {
  from {
    -webkit-transform: scale(0); }
  to {
    -webkit-transform: scale(1); } }

#home-grid-latest-properties {
  background-image: url(http://placehold.it/1920x800); }

.home3-hero {
  padding: 90px 0; }

.home3-hero h2 {
  font-size: 28pt;
  text-transform: none; }

.home3-hero #map_agency {
  height: 273px; }

#agents, #testimonials {
  margin-bottom: 60px; }

#home-map {
  background-color: #dedede; }

#properties_map {
  width: 100%; }

#contacts-overlay, #map-property-filter {
  background-color: transparent;
  border: none;
  color: #74777c;
  position: relative; }

#contacts-overlay .container, #map-property-filter .container {
  max-height: none;
  overflow: visible; }

#contacts-overlay .row .col-sm-12, #map-property-filter .row .col-sm-12 {
  background-color: rgba(255, 255, 255, 0.7);
  float: right;
  margin-top: -200px;
  z-index: 99; }

#contacts-overlay .chzn-container-single .chzn-single, #contacts-overlay .form-control, #map-property-filter .chzn-container-single .chzn-single, #map-property-filter .form-control {
  background-color: #fff; }

#contacts-overlay #contacts-overlay-close, #contacts-overlay #filter-close, #map-property-filter #contacts-overlay-close, #map-property-filter #filter-close {
  position: absolute;
  top: 5px;
  right: 12px;
  content: "\f068";
  font-size: 18pt;
  cursor: pointer; }

.property-large-buttons {
  list-style: none;
  margin-bottom: 35px;
  margin-top: 15px;
  padding: 0; }

.property-large-buttons li {
  position: relative;
  height: 360px;
  width: 32.3333%;
  display: inline-block;
  float: left;
  text-align: center;
  margin: 0 .5% 20px; }

.property-large-buttons li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(241, 243, 246, 0.82);
  z-index: 1;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.property-large-buttons li h4, .property-large-buttons li i {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out; }

.property-large-buttons li:hover:before {
  background-color: rgba(223, 74, 67, 0.82); }

.property-large-buttons li i {
  position: relative;
  font-size: 44pt;
  margin-top: 130px;
  z-index: 2;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.property-large-buttons li a, .property-large-buttons li h4 {
  z-index: 2;
  -ms-transition: all .3s ease-out;
  position: relative; }

.property-large-buttons li:hover i {
  color: #fff;
  margin-top: 65px; }

.property-large-buttons li h4 {
  font-size: 25pt;
  color: #74777c;
  transition: all .3s ease-out; }

.panel-group .panel .panel-heading .panel-title > a, .property-large-buttons li a {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out; }

.property-large-buttons li:hover h4 {
  color: #fff; }

.property-large-buttons li a {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  transition: all .3s ease-out;
  margin-top: -40px; }

.property-large-buttons li:hover a {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  margin-top: 110px; }

.property-large-buttons #commercial, .property-large-buttons #land, .property-large-buttons #residential {
  background-image: url(http://placehold.it/253x361); }

.contact-us {
  list-style: none;
  padding: 15px 40px;
  background-color: #F7F8FA;
  border: 1px solid #DADBDF;
  overflow: hidden;
  margin-bottom: 25px; }

.contact-us li {
  margin: 6px 0;
  display: block;
  position: relative;
  padding: 5px 0 0 40px;
  min-height: 30px; }

.contact-us li div {
  display: inline-block;
  width: 100%; }

.contact-us li i {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 13pt;
  color: #fff;
  background-color: #74777c;
  margin-right: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.contact-us li a {
  color: #74777c; }

.contact-us li a:hover {
  color: #df4a43;
  text-decoration: none; }

.nav-tabs {
  border-bottom: 1px solid #e3e3e3; }

.nav-tabs.nav-justified > li > a, .nav-tabs > li > a {
  border: 1px solid #e3e3e3;
  border-radius: 0;
  line-height: 1.42857;
  margin-right: 0;
  color: #4d4f52;
  margin-bottom: 0 !important;
  background-color: #F8F9FB; }

.nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
  background-color: #F8F9FB;
  text-decoration: none;
  border: 1px solid #e3e3e3; }

.gray .sidebar .nav-tabs > li > a, .gray .sidebar .nav-tabs > li > a:focus, .gray .sidebar .nav-tabs > li > a:hover, .sidebar.gray .nav-tabs > li > a, .sidebar.gray .nav-tabs > li > a:focus, .sidebar.gray .nav-tabs > li > a:hover, .tab-content > .active {
  background-color: transparent; }

.nav-tabs > li.disabled > a {
  color: #999; }

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: transparent;
  border: 1px solid #e3e3e3;
  border-bottom: none;
  color: #df4a43;
  cursor: default; }

.nav-tabs.tabs-left, .nav-tabs.tabs-right {
  width: 25%; }

.nav-tabs.tabs-left > li > a, .nav-tabs.tabs-right > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px; }

.nav-tabs.tabs-left {
  float: left; }

.nav-tabs.tabs-left > li > a {
  margin-right: -1px; }

.nav-tabs.tabs-left > li.active > a, .nav-tabs.tabs-left > li.active > a:focus, .nav-tabs.tabs-left > li.active > a:hover {
  border: 1px solid #e3e3e3;
  border-right: 1px solid #fff; }

.nav-tabs.tabs-right {
  float: right; }

.nav-tabs.tabs-right > li > a {
  margin-left: -1px; }

.nav-tabs.tabs-right > li.active > a, .nav-tabs.tabs-right > li.active > a:focus, .nav-tabs.tabs-right > li.active > a:hover {
  border: 1px solid #e3e3e3;
  border-left: 1px solid #fff; }

.tab-content {
  margin-bottom: 40px; }

.tab-content > .active {
  border: 1px solid #e3e3e3;
  border-top: none;
  padding: 25px 15px; }

.tab-content h4 {
  margin-bottom: 15px; }

.tab-content img {
  max-width: 100%;
  margin: 10px 0;
  display: block; }

.tab-content.tabs-left, .tab-content.tabs-right {
  border-top: 1px solid #e3e3e3;
  float: left;
  width: 75%; }

.tab-content.tabs-right {
  float: right; }

.gray .sidebar .nav-tabs.nav-justified > .active > a, .gray .sidebar .nav-tabs.nav-justified > .active > a:focus, .gray .sidebar .nav-tabs.nav-justified > .active > a:hover, .gray .sidebar .nav-tabs > li.active > a, .gray .sidebar .nav-tabs > li.active > a:focus, .gray .sidebar .nav-tabs > li.active > a:hover, .sidebar.gray .nav-tabs.nav-justified > .active > a, .sidebar.gray .nav-tabs.nav-justified > .active > a:focus, .sidebar.gray .nav-tabs.nav-justified > .active > a:hover, .sidebar.gray .nav-tabs > li.active > a, .sidebar.gray .nav-tabs > li.active > a:focus, .sidebar.gray .nav-tabs > li.active > a:hover {
  background-color: #F8F9FB;
  border-bottom: 1px solid #F8F9FA; }

.gray .sidebar .tab-content > .active, .sidebar.gray .tab-content > .active {
  background-color: #F8F9FB; }

.panel-group {
  margin-bottom: 40px;
  margin-top: 20px;
  border: none;
  border-bottom: none; }

.panel-group .panel {
  box-shadow: none;
  background-color: transparent;
  border: 1px solid #e3e3e3;
  margin-bottom: 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.panel-group .panel .panel-heading {
  padding: 0; }

.panel-group .panel .panel-heading .panel-title > a {
  color: #df4a43;
  background-color: transparent;
  padding: 15px 55px 15px 15px;
  display: block;
  position: relative;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.panel-group .panel .panel-heading .panel-title > a:after {
  content: "\f077";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 29px;
  border: 1px solid #df4a43;
  color: #df4a43;
  font-size: 14pt;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.panel-group .panel .panel-heading .panel-title > a.collapsed {
  color: #4d4f52;
  background-color: #f1f3f6; }

.panel-group .panel .panel-heading .panel-title > a.collapsed:after {
  content: "\f078";
  border: 1px solid #adb2b6;
  color: #adb2b6;
  line-height: 29px; }

.panel-group .panel .panel-heading .panel-title > a:focus {
  text-decoration: none; }

.panel-group .panel .panel-heading .panel-title > a:hover {
  text-decoration: none;
  color: #df4a43; }

.panel-group .panel .panel-heading .panel-title > a:hover:after {
  color: #df4a43;
  border-color: #df4a43; }

.panel-group .panel .panel-heading + .panel-collapse .panel-body {
  border-top: none;
  background-color: #f1f3f6;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.property-large-buttons2 li, .property-large-buttons2 li:before {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out; }

.panel-group .panel .panel-heading + .panel-collapse.collapsing .panel-body, .panel-group .panel .panel-heading + .panel-collapse.in .panel-body {
  background-color: #fff; }

.panel-group .panel + .panel {
  margin-top: 0; }

.gray .sidebar .panel-group, .sidebar.gray .panel-group {
  border: 1px solid #e3e3e3;
  margin-top: 0; }

.gray .sidebar .panel-group .panel, .sidebar.gray .panel-group .panel {
  border: none;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.gray .sidebar .panel-group .panel .panel-heading .panel-title > a, .sidebar.gray .panel-group .panel .panel-heading .panel-title > a {
  color: #df4a43;
  background-color: #F8F9FB; }

.gray .sidebar .panel-group .panel .panel-heading .panel-title > a.collapsed, .sidebar.gray .panel-group .panel .panel-heading .panel-title > a.collapsed {
  color: #4d4f52;
  background-color: transparent; }

.gray .sidebar .panel-group .panel .panel-heading + .panel-collapse .panel-body, .sidebar.gray .panel-group .panel .panel-heading + .panel-collapse .panel-body {
  border-top: none;
  background-color: transparent; }

.gray .sidebar .panel-group .panel .panel-heading + .panel-collapse.collapsing .panel-body, .gray .sidebar .panel-group .panel .panel-heading + .panel-collapse.in .panel-body, .sidebar.gray .panel-group .panel .panel-heading + .panel-collapse.collapsing .panel-body, .sidebar.gray .panel-group .panel .panel-heading + .panel-collapse.in .panel-body {
  background-color: #F8F9FB; }

.gray .sidebar .panel-group .panel + .panel, .sidebar.gray .panel-group .panel + .panel {
  border-top: 1px solid #e3e3e3; }

#countup {
  background-image: url(http://placehold.it/1920x800); }

.funfacts {
  text-align: center;
  color: #adb2b6;
  margin-bottom: 45px; }

.funfacts > div {
  display: inline-block;
  margin: 0 40px; }

.funfacts span {
  color: #fff;
  display: block;
  font-size: 43pt;
  font-weight: 700; }

.features-list {
  list-style: none;
  padding: 0;
  margin: 35px 0 40px; }

.features-list li {
  padding: 2px 0 0 30px;
  position: relative;
  min-height: 24px;
  margin-bottom: 18px; }

.features-list li i {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  font-size: 18pt;
  color: #4d4f52; }

.twitter {
  text-align: center; }

.twitter .item, .twitter .item header {
  margin-bottom: 20px; }

.twitter .item header h3 {
  display: inline-block;
  font-size: 21pt;
  font-weight: 700;
  margin-right: 5px; }

.twitter .item .text a {
  font-style: italic; }

.colored-bg .twitter .item, .colored-bg .twitter .item header a, .colored-bg .twitter .item header h3 {
  color: #fff; }

.colored-bg .twitter .item .text a {
  color: #4d4f52; }

#about-img {
  width: 100%; }

.services {
  list-style: none;
  display: inline-block;
  padding: 0;
  clear: both; }

.services > li {
  display: inline-block;
  margin-bottom: 26px; }

.services > li h3 {
  margin-bottom: 15px;
  color: #4d4f52; }

.services > li p a {
  font-style: italic; }

.property-large-buttons2 {
  list-style: none;
  margin-bottom: 35px;
  margin-top: 15px;
  padding: 0; }

.property-large-buttons2 li {
  position: relative;
  height: 270px;
  width: 25%;
  display: inline-block;
  float: none;
  text-align: center;
  margin: 0 1% 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.property-large-buttons2 li:hover {
  border: 1px solid #fff; }

.property-large-buttons2 li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0; }

.property-large-buttons2 li h4, .property-large-buttons2 li i {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  position: relative;
  z-index: 2; }

.property-large-buttons2 li:hover:before {
  -webkit-opacity: .05;
  -moz-opacity: .05;
  opacity: .05; }

.property-large-buttons2 li i {
  font-size: 44pt;
  margin-top: 80px;
  transition: all .3s ease-out; }

.property-large-buttons2 li:hover i {
  color: #fff;
  margin-top: 45px; }

.property-large-buttons2 li h4 {
  font-size: 25pt;
  color: #fff;
  transition: all .3s ease-out; }

.property-large-buttons2 li a {
  position: relative;
  z-index: 2;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  margin-top: -30px; }

.property-large-buttons2 li:hover a {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  margin-top: 40px; }

.agency-detail, .agent-detail {
  border: 1px solid #e4e4e4;
  display: block;
  margin: 60px 0 50px; }

.agency-detail .map, .agent-detail .map {
  height: 347px; }

.agency-detail .info, .agent-detail .info {
  padding-top: 30px;
  padding-bottom: 30px; }

.agency-detail .info header, .agent-detail .info header {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 5px;
  margin-bottom: 15px; }

.agency-detail .info header h2, .agent-detail .info header h2 {
  text-transform: none;
  font-size: 24pt;
  color: #4d4f52;
  font-weight: 500;
  margin-bottom: 25px; }

.agency-detail .info header h2 small, .agent-detail .info header h2 small {
  display: block;
  font-size: 11pt;
  font-style: italic;
  color: #4d4f52;
  margin-top: 5px; }

.agency-detail .info .contact-us, .agent-detail .info .contact-us {
  background-color: transparent;
  border: none;
  margin-bottom: 25px;
  padding: 0; }

.agency-detail .info .contact-us li, .agent-detail .info .contact-us li {
  margin: 0 0 5px;
  padding: 0 0 0 35px;
  min-height: 20px; }

.agency-detail .info .contact-us li i, .agent-detail .info .contact-us li i {
  background-color: transparent;
  border-radius: 4px;
  color: #adb2b6;
  font-size: 13pt;
  height: 20px;
  left: 0;
  line-height: 20px;
  margin-right: 5px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 30px; }

.agency-detail .info .contact-us li a, .agent-detail .info .contact-us li a {
  color: #4d4f52; }

.agency-detail .info .contact-us li a:hover, .agent-detail .info .contact-us li a:hover, .assigned {
  color: #df4a43; }

.agent-detail .image {
  padding: 0; }

.agent-detail .image img {
  width: 100%; }

.agent-detail .info {
  padding-top: 20px;
  padding-bottom: 20px; }

.assigned {
  list-style: none;
  padding: 0;
  font-weight: 700; }

.form-style {
  background-color: #f1f3f6;
  padding: 40px 25px; }

.form-style .form-control {
  background-color: #F7F8FA;
  margin-bottom: 20px; }

.form-style textarea.form-control {
  min-height: 120px; }

#listing-header {
  margin-top: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e4e4; }

#listing-header .form-control-small {
  margin-left: 0;
  float: left; }

.sort, .view-mode {
  float: right;
  margin-left: 15px;
  height: 41px;
  margin-bottom: 15px;
  display: inline-block; }

.sort span, .view-mode span {
  display: inline-block;
  float: left;
  line-height: 39px; }

.sort ul, .view-mode ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  border: 1px solid #e4e4e4;
  margin-left: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.sort ul li, .view-mode ul li {
  display: inline-block;
  float: left;
  height: 39px;
  margin: 0;
  text-align: center;
  font-size: 19pt;
  padding: 0 10px;
  line-height: 39px;
  color: #adb2b6;
  cursor: pointer;
  -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -ms-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out; }

.sort ul li + li, .view-mode ul li + li {
  border-left: 1px solid #e4e4e4; }

.sort ul li.active, .sort ul li:hover, .view-mode ul li.active, .view-mode ul li:hover {
  background-color: #f1f3f6; }

.sort {
  float: left; }

.sort ul {
  margin-left: 0; }

.sort ul > li {
  padding: 0; }

.sort ul > li i {
  font-size: 14px;
  color: #74777c;
  width: 38px;
  height: 39px;
  float: left;
  line-height: 39px; }

.agencies-grid, .agencies-list, .agents-grid, .agents-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%; }

.agencies-grid .item, .agencies-grid > li, .agencies-list .item, .agencies-list > li, .agents-grid .item, .agents-grid > li, .agents-list .item, .agents-list > li {
  margin: 20px 0;
  text-align: center; }

.agencies-grid .item .map, .agencies-grid > li .map, .agencies-list .item .map, .agencies-list > li .map, .agents-grid .item .map, .agents-grid > li .map, .agents-list .item .map, .agents-list > li .map {
  height: 256px;
  width: 100%;
  float: left; }

.agencies-grid .item .tag, .agencies-grid > li .tag, .agencies-list .item .tag, .agencies-list > li .tag, .agents-grid .item .tag, .agents-grid > li .tag, .agents-list .item .tag, .agents-list > li .tag {
  position: absolute;
  top: 10px;
  left: 9px;
  background-color: #df4a43;
  color: #fff;
  padding: 7px 9px;
  z-index: 10;
  font-size: 10pt;
  text-transform: uppercase;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

.agencies-grid .item .tag:before, .agencies-grid > li .tag:before, .agencies-list .item .tag:before, .agencies-list > li .tag:before, .agents-grid .item .tag:before, .agents-grid > li .tag:before, .agents-list .item .tag:before, .agents-list > li .tag:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -6px;
  border-color: transparent #751814 transparent transparent;
  border-style: solid;
  border-width: 0 6px 6px 0;
  height: 0;
  width: 0; }

.agencies-grid .item .tag i, .agencies-grid > li .tag i, .agencies-list .item .tag i, .agencies-list > li .tag i, .agents-grid .item .tag i, .agents-grid > li .tag i, .agents-list .item .tag i, .agents-list > li .tag i {
  display: block;
  font-size: 17px; }

.agencies-grid .item .info, .agencies-grid > li .info, .agencies-list .item .info, .agencies-list > li .info, .agents-grid .item .info, .agents-grid > li .info, .agents-list .item .info, .agents-list > li .info {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  float: left;
  margin-left: 0; }

.agencies-grid .item .info h2, .agencies-grid > li .info h2, .agencies-list .item .info h2, .agencies-list > li .info h2, .agents-grid .item .info h2, .agents-grid > li .info h2, .agents-list .item .info h2, .agents-list > li .info h2 {
  text-transform: none;
  color: #4d4f52;
  font-weight: 500;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 15px;
  margin-bottom: 15px; }

.agencies-grid .item .info h2 small, .agencies-grid > li .info h2 small, .agencies-list .item .info h2 small, .agencies-list > li .info h2 small, .agents-grid .item .info h2 small, .agents-grid > li .info h2 small, .agents-list .item .info h2 small, .agents-list > li .info h2 small {
  display: block;
  font-size: 9pt;
  font-style: italic;
  color: #4d4f52;
  margin-top: 5px; }

.agencies-grid .item .info .contact-us, .agencies-grid > li .info .contact-us, .agencies-list .item .info .contact-us, .agencies-list > li .info .contact-us, .agents-grid .item .info .contact-us, .agents-grid > li .info .contact-us, .agents-list .item .info .contact-us, .agents-list > li .info .contact-us {
  background-color: transparent;
  border: none;
  margin-bottom: 25px;
  padding: 0;
  display: inline-block;
  margin-top: 15px; }

.agencies-grid .item .info .contact-us li, .agencies-grid > li .info .contact-us li, .agencies-list .item .info .contact-us li, .agencies-list > li .info .contact-us li, .agents-grid .item .info .contact-us li, .agents-grid > li .info .contact-us li, .agents-list .item .info .contact-us li, .agents-list > li .info .contact-us li {
  margin: 0 0 5px;
  padding: 0 0 0 25px;
  min-height: 20px;
  font-size: 10pt; }

.agencies-grid .item .info .contact-us li i, .agencies-grid > li .info .contact-us li i, .agencies-list .item .info .contact-us li i, .agencies-list > li .info .contact-us li i, .agents-grid .item .info .contact-us li i, .agents-grid > li .info .contact-us li i, .agents-list .item .info .contact-us li i, .agents-list > li .info .contact-us li i {
  background-color: transparent;
  border-radius: 4px;
  color: #adb2b6;
  height: 20px;
  left: 0;
  line-height: 20px;
  margin-right: 5px;
  position: absolute;
  text-align: center;
  top: 0;
  width: auto; }

.agencies-grid .item .info .contact-us li a, .agencies-grid > li .info .contact-us li a, .agencies-list .item .info .contact-us li a, .agencies-list > li .info .contact-us li a, .agents-grid .item .info .contact-us li a, .agents-grid > li .info .contact-us li a, .agents-list .item .info .contact-us li a, .agents-list > li .info .contact-us li a {
  color: #4d4f52; }

.agencies-grid .item .info .contact-us li a:hover, .agencies-grid .item .info .contact-us li a:hover i, .agencies-grid > li .info .contact-us li a:hover, .agencies-grid > li .info .contact-us li a:hover i, .agencies-list .item .info .contact-us li a:hover, .agencies-list .item .info .contact-us li a:hover i, .agencies-list > li .info .contact-us li a:hover, .agencies-list > li .info .contact-us li a:hover i, .agents-grid .item .info .contact-us li a:hover, .agents-grid .item .info .contact-us li a:hover i, .agents-grid > li .info .contact-us li a:hover, .agents-grid > li .info .contact-us li a:hover i, .agents-list .item .info .contact-us li a:hover, .agents-list .item .info .contact-us li a:hover i, .agents-list > li .info .contact-us li a:hover, .agents-list > li .info .contact-us li a:hover i {
  color: #df4a43; }

.agencies-list .item, .agencies-list > li {
  width: 100%;
  text-align: left; }

.agencies-list .item .map, .agencies-list > li .map {
  width: 35%; }

.agencies-list .item .info, .agencies-list > li .info {
  width: 60%;
  margin-left: 3%; }

.agencies-list .item .info .contact-us, .agencies-list > li .info .contact-us {
  display: block;
  margin-top: 0; }

.agents-grid .item .image, .agents-grid > li .image, .agents-list .item .image, .agents-list > li .image {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.agents-grid .item .image img, .agents-grid > li .image img, .agents-list .item .image img, .agents-list > li .image img {
  width: 100%; }

.agents-grid .item .image a, .agents-grid > li .image a, .agents-list .item .image a, .agents-list > li .image a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  background-color: rgba(32, 35, 38, 0.82);
  border: 10px solid rgba(32, 35, 38, 0.8);
  z-index: 1;
  text-align: center;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.pagination ul li.active, .pagination ul li:hover, .property-topinfo {
  background-color: #f1f3f6; }

.agents-grid .item .image a span.btn, .agents-grid > li .image a span.btn, .agents-list .item .image a span.btn, .agents-list > li .image a span.btn {
  position: relative;
  top: 100%;
  margin-top: -17px; }

.agents-grid .item .image:hover a, .agents-grid > li .image:hover a, .agents-list .item .image:hover a, .agents-list > li .image:hover a {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }

.agents-grid .item .image:hover a span.btn, .agents-grid > li .image:hover a span.btn, .agents-list .item .image:hover a span.btn, .agents-list > li .image:hover a span.btn {
  top: 50%; }

.agents-grid .item .info .social-networks, .agents-grid > li .info .social-networks, .agents-list .item .info .social-networks, .agents-list > li .info .social-networks {
  float: none; }

.agents-list .item, .agents-list > li {
  width: 100%;
  text-align: left; }

.pagination, .pagination ul > li {
  text-align: center;
  display: inline-block; }

.agents-list .item .image, .agents-list > li .image {
  width: 35%; }

.agents-list .item .image img, .agents-list > li .image img {
  height: 100%; }

.agents-list .item .info, .agents-list > li .info {
  width: 60%;
  margin-left: 3%; }

.agents-list .item .info .contact-us, .agents-list > li .info .contact-us {
  display: block;
  margin-top: 0; }

.pagination {
  padding: 15px 0;
  border-top: 1px solid #e4e4e4;
  margin-top: 20px;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.pagination ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0 5px; }

.pagination ul > li {
  width: 48px;
  height: 43px;
  line-height: 43px;
  float: left;
  -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -ms-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  font-size: 12pt;
  border: 1px solid #e4e4e4; }

.pagination ul > li a {
  display: block;
  width: 48px;
  height: 43px;
  color: #74777c; }

.pagination ul > li a:focus, .pagination ul > li a:hover {
  text-decoration: none; }

.pagination ul li:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }

.pagination ul li:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.property-title {
  text-transform: none;
  font-size: 24pt;
  margin-bottom: 40px;
  margin-top: 54px; }

.property-title small {
  display: block;
  font-style: italic;
  color: #4d4f52;
  font-size: 12pt;
  margin-top: 4px; }

.property-topinfo {
  width: 100%;
  text-align: left;
  margin: 0 0 20px;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  clear: both; }

.property-topinfo .amenities, .property-topinfo .amenities li {
  display: inline-block;
  margin: 0;
  border-right: 1px solid #E4E4E4; }

.property-topinfo .amenities {
  list-style: none;
  padding: 8px 0;
  background-color: #fff;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }

.property-topinfo .amenities li {
  height: 38px;
  padding: 10px 18px 0;
  color: #74777c; }

.property-topinfo .amenities li:last-child {
  border-right: none; }

#property-detail-large .item .price:before, #property-detail-wrapper.style1 .price:before {
  bottom: -6px;
  border-color: transparent #751814 transparent transparent;
  border-style: solid;
  border-width: 0 6px 6px 0;
  height: 0;
  content: " "; }

.property-topinfo .amenities li .fa {
  color: #adb2b6;
  font-size: 18px; }

.property-topinfo .amenities li [class*=" icon-"], .property-topinfo .amenities li [class^=icon-] {
  color: #adb2b6;
  float: left;
  font-size: 18px;
  margin-right: 3px;
  margin-top: -3px; }

.property-topinfo #property-id {
  float: right;
  line-height: 54px;
  margin-right: 20px; }

.property-topinfo:after, .property-topinfo:before {
  content: " ";
  display: table; }

.property-topinfo:after {
  clear: both; }

#property-detail-wrapper {
  position: relative; }

#property-detail-wrapper.style1 .price {
  position: absolute;
  top: 10px;
  left: -5px;
  background-color: #df4a43;
  color: #fff;
  padding: 2px 20px 2px 10px;
  z-index: 10;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

#property-detail-wrapper.style1 .price:before {
  position: absolute;
  left: 0;
  width: 0; }

#property-detail-wrapper.style1 .price i {
  margin-right: 8px;
  -webkit-opacity: .6;
  -moz-opacity: .6;
  opacity: .6; }

#property-detail-wrapper.style1 .price span {
  display: block;
  font-size: 16pt;
  font-weight: 700;
  margin-top: -4px; }

#property-detail-large {
  margin-bottom: 5px; }

#property-detail-large .item {
  background: #fff;
  padding: 0;
  margin: 0 1px; }

#property-detail-thumbs .item, .grid-style1 .item .image, .grid-style2 .item .image, .list-style .item .image, .pricing.style4 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

#property-detail-large .item img {
  width: 100%; }

#property-detail-large .item .price {
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #df4a43;
  color: #fff;
  padding: 2px 20px 2px 10px;
  z-index: 10;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

#property-detail-large .item .price:before {
  position: absolute;
  left: 0;
  width: 0; }

#property-detail-large .item .price i {
  margin-right: 8px;
  -webkit-opacity: .6;
  -moz-opacity: .6;
  opacity: .6; }

#property-detail-large .item .price span {
  display: block;
  font-size: 16pt;
  font-weight: 700;
  margin-top: -4px; }

#property-detail-thumbs {
  margin-bottom: 80px; }

#property-detail-thumbs .item {
  height: 128px;
  margin: 0 1px;
  color: #FFF;
  cursor: pointer;
  background-color: #000;
  position: relative; }

#property-detail-thumbs .item img {
  width: 100%; }

#property-detail-thumbs .item:after {
  content: " ";
  background-color: #fff;
  border: 0;
  display: block;
  height: 100%;
  -webkit-opacity: .5;
  -moz-opacity: .5;
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -ms-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s; }

#property-detail-thumbs .item:hover:after, #property-detail-thumbs .synced .item:after {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0; }

.property-amenities-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.property-amenities-list > li {
  margin: 10px 5px; }

.property-amenities-list > li.disabled:before, .property-amenities-list > li.enabled:before {
  content: "\f00c";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #df4a43;
  margin-right: 8px; }

.property-amenities-list > li.disabled:before {
  content: "\f00d";
  color: #adb2b6; }

.property-features {
  list-style: none;
  margin: 0;
  padding: 0; }

.property-features > li {
  position: relative;
  padding: 20px 20px 20px 70px;
  min-height: 60px;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 15px; }

.property-features > li i {
  position: absolute;
  color: #df4a43;
  font-size: 30pt;
  float: left;
  top: 5px;
  left: 20px; }

.property-features > li i.fa {
  top: 9px; }

#property_location {
  height: 285px;
  margin-bottom: 40px; }

.share-wraper {
  border: 1px solid #e3e3e3;
  margin-bottom: 40px;
  padding: 0 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.share-wraper h5 {
  display: inline-block;
  margin: 8px 15px 8px 0; }

.share-wraper .social-networks {
  float: none;
  display: inline-block;
  margin: 8px 0 !important; }

.share-wraper .social-networks li a {
  font-size: 12pt;
  height: 27px;
  line-height: 24px;
  width: 27px; }

.share-wraper .print-button {
  float: right;
  font-size: 15pt;
  padding-left: 20px;
  border-left: 1px solid #e3e3e3;
  color: #adb2b6;
  margin: 8px 0 !important; }

.share-wraper .print-button:hover {
  color: #4d4f52; }

.property-agent-info {
  background-color: #f1f3f6;
  margin-bottom: 40px; }

.property-agent-info .agent-detail {
  margin: 0;
  padding: 0;
  border: none; }

.property-agent-info .agent-detail .info {
  border: 1px solid #e3e3e3;
  background-color: #fff;
  padding: 20px 15px; }

.property-agent-info:after, .property-agent-info:before {
  content: " ";
  display: table; }

.property-agent-info:after {
  clear: both; }

.grid-style1 .item, .grid-style2 .item, .list-style .item {
  margin: 0 auto 43px;
  text-align: left;
  position: relative; }

.grid-style1 .item .image, .grid-style2 .item .image, .list-style .item .image {
  overflow: hidden;
  position: relative; }

.grid-style1 .item .image img, .grid-style2 .item .image img, .list-style .item .image img {
  width: 100%;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.grid-style1 .item .image > a, .grid-style2 .item .image > a, .list-style .item .image > a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  background-color: rgba(32, 35, 38, 0.82);
  border: 10px solid rgba(32, 35, 38, 0.8);
  z-index: 9;
  text-align: center;
  visibility: hidden;
  text-decoration: none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.grid-style1 .item .image > a .btn, .grid-style2 .item .image > a .btn, .list-style .item .image > a .btn {
  margin-top: -17px;
  position: relative;
  top: 100%; }

.grid-style1 .item .image > a h3, .grid-style2 .item .image > a h3, .list-style .item .image > a h3 {
  text-align: left;
  color: #fff;
  position: absolute;
  bottom: 43px;
  left: 0;
  padding: 0 12px; }

.grid-style1 .item .image > a .location, .grid-style2 .item .image > a .location, .list-style .item .image > a .location {
  text-align: left;
  font-style: italic;
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 0 12px;
  display: block;
  color: #74777c; }

.grid-style1 .item .image:hover img, .grid-style2 .item .image:hover img, .list-style .item .image:hover img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3); }

.grid-style1 .item .image:hover > a, .grid-style2 .item .image:hover > a, .list-style .item .image:hover > a {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }

.grid-style1 .item .image:hover > a .btn, .grid-style2 .item .image:hover > a .btn, .list-style .item .image:hover > a .btn {
  top: 50%; }

.grid-style1 .item .image-large, .grid-style2 .item .image-large, .list-style .item .image-large {
  height: 255px; }

.grid-style1 .item .price, .grid-style1 .item .tag, .grid-style2 .item .price, .grid-style2 .item .tag, .list-style .item .price, .list-style .item .tag {
  position: absolute;
  top: 10px;
  left: 9px;
  background-color: #df4a43;
  color: #fff;
  padding: 2px 20px 2px 10px;
  z-index: 10;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

.grid-style1 .item .price:before, .grid-style1 .item .tag:before, .grid-style2 .item .price:before, .grid-style2 .item .tag:before, .list-style .item .price:before, .list-style .item .tag:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -6px;
  border-color: transparent #751814 transparent transparent;
  border-style: solid;
  border-width: 0 6px 6px 0;
  height: 0;
  width: 0; }

.grid-style1 .item .price i, .grid-style1 .item .tag i, .grid-style2 .item .price i, .grid-style2 .item .tag i, .list-style .item .price i, .list-style .item .tag i {
  margin-right: 8px;
  -webkit-opacity: .6;
  -moz-opacity: .6;
  opacity: .6; }

.grid-style1 .item .price span, .grid-style1 .item .tag span, .grid-style2 .item .price span, .grid-style2 .item .tag span, .list-style .item .price span, .list-style .item .tag span {
  display: block;
  font-size: 16pt;
  font-weight: 700;
  margin-top: -4px;
  line-height: 1.4; }

.grid-style1 .item .tag, .grid-style2 .item .tag, .list-style .item .tag {
  padding: 14px 18px;
  font-size: 17px; }

.grid-style1 .item .tag i, .grid-style2 .item .tag i, .list-style .item .tag i {
  margin-right: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }

.grid-style1 .item > .info, .grid-style1 .item > .info-blog, .grid-style2 .item > .info, .grid-style2 .item > .info-blog, .list-style .item > .info, .list-style .item > .info-blog {
  padding: 20px 0 0; }

.grid-style1 .item > .info h3, .grid-style1 .item > .info-blog h3, .grid-style2 .item > .info h3, .grid-style2 .item > .info-blog h3, .list-style .item > .info h3, .list-style .item > .info-blog h3 {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 15px;
  margin-bottom: 15px; }

.grid-style1 .item > .info h3 a, .grid-style1 .item > .info-blog h3 a, .grid-style2 .item > .info h3 a, .grid-style2 .item > .info-blog h3 a, .list-style .item > .info h3 a, .list-style .item > .info-blog h3 a {
  color: #4d4f52; }

.grid-style1 .item > .info h3 a:hover, .grid-style1 .item > .info-blog h3 a:hover, .grid-style2 .item > .info h3 a:hover, .grid-style2 .item > .info-blog h3 a:hover, .list-style .item > .info h3 a:hover, .list-style .item > .info-blog h3 a:hover {
  text-decoration: none;
  color: #df4a43; }

.grid-style1 .item > .info h3 small, .grid-style1 .item > .info-blog h3 small, .grid-style2 .item > .info h3 small, .grid-style2 .item > .info-blog h3 small, .list-style .item > .info h3 small, .list-style .item > .info-blog h3 small {
  display: block;
  font-style: italic;
  margin-top: 4px; }

.grid-style1 .item > .info-blog h3, .grid-style2 .item > .info-blog h3, .list-style .item > .info-blog h3 {
  border-bottom: none;
  padding-bottom: 0; }

.grid-style1 .item .amenities, .grid-style2 .item .amenities, .list-style .item .amenities {
  width: 100%;
  list-style: none;
  text-align: center;
  padding: 6px 10px;
  margin: 18px 0 0;
  background-color: #fff;
  border-color: #E4E4E4;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.grid-style1 .item .amenities li, .grid-style2 .item .amenities li, .list-style .item .amenities li {
  display: inline-block;
  height: 38px;
  margin-right: 10px;
  padding-right: 10px;
  padding-top: 10px;
  border-right: 1px solid #E4E4E4;
  color: #74777c; }

.grid-style1 .item .amenities li:last-child, .grid-style2 .item .amenities li:last-child, .list-style .item .amenities li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0; }

.grid-style1 .item .amenities li .fa, .grid-style2 .item .amenities li .fa, .list-style .item .amenities li .fa {
  color: #adb2b6;
  font-size: 18px; }

.grid-style1 .item .amenities li [class*=" icon-"], .grid-style1 .item .amenities li [class^=icon-], .grid-style2 .item .amenities li [class*=" icon-"], .grid-style2 .item .amenities li [class^=icon-], .list-style .item .amenities li [class*=" icon-"], .list-style .item .amenities li [class^=icon-] {
  color: #adb2b6;
  float: left;
  font-size: 18px;
  margin-right: 2px;
  margin-top: -3px; }

.grid-style1 .item > .amenities, .grid-style2 .item > .amenities, .list-style .item > .amenities {
  margin-top: 0;
  border-width: 0 1px 1px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

.grid-style1 .item .top-info, .grid-style2 .item .top-info, .list-style .item .top-info {
  padding: 0 0 14px;
  margin: 0 0 15px;
  border-bottom: 1px solid #E4E4E4;
  color: #adb2b6;
  font-size: 13px; }

.grid-style1 .item .top-info li, .grid-style2 .item .top-info li, .list-style .item .top-info li {
  display: inline-block;
  margin-right: 14px; }

.grid-style1 .item .top-info li:last-child, .grid-style2 .item .top-info li:last-child, .list-style .item .top-info li:last-child {
  margin-right: 0; }

.grid-style1 .item .top-info li i, .grid-style2 .item .top-info li i, .list-style .item .top-info li i {
  margin-right: 5px; }

.grid-style1 .item.disabled, .grid-style2 .item.disabled, .list-style .item.disabled {
  display: none; }

.list-style .item {
  width: 100%;
  float: left; }

.list-style .item .image {
  float: left; }

.list-style .item .image img {
  height: 100%; }

.list-style .item .info, .list-style .item .info-blog {
  width: 60%;
  margin-left: 3%;
  float: left; }

.list-style .item .info .amenities, .list-style .item .info-blog .amenities {
  display: inline-block;
  width: auto; }

.list-style.latest-news .item .image {
  width: 44%; }

.list-style.latest-news .item .info, .list-style.latest-news .item .info-blog {
  width: 53%; }

.icon-list {
  list-style: none;
  padding: 0;
  text-align: center; }

.icon-list li {
  display: inline-block;
  width: 52px;
  height: 52px;
  border: 1px solid #e3e3e3;
  text-align: center;
  line-height: 58px;
  margin: 8px 4px;
  font-size: 30pt;
  color: #adb2b6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.icon-list li:hover {
  color: #74777c;
  border: 1px solid #74777c; }

.pricing {
  margin-top: 60px;
  text-align: center; }

.pricing .item {
  margin-bottom: 40px; }

.pricing .item header {
  padding: 18px 0;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-transition: background-color .3s ease-out;
  -moz-transition: background-color .3s ease-out;
  -ms-transition: background-color .3s ease-out;
  -o-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out; }

.pricing .item .btn, .pricing.style4 .item > a {
  -moz-transition: background-color .3s ease-out; }

.pricing .item header h2 {
  text-transform: none;
  font-size: 21pt;
  margin-bottom: 5px; }

.pricing .item header h2 i {
  color: #adb2b6;
  -webkit-opacity: .5;
  -moz-opacity: .5;
  opacity: .5; }

.pricing .item header h2 i:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }

.pricing .item header .price {
  font-weight: 700;
  font-size: 24pt;
  color: #df4a43; }

.pricing .item header .price small {
  color: #adb2b6;
  font-weight: 300;
  font-size: 11pt;
  display: block;
  margin-top: -2px; }

.pricing .item > ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.pricing .item > ul > li {
  border: 1px solid #e3e3e3;
  border-top: none;
  padding: 15px;
  font-size: 12pt; }

.pricing .item > ul > li i {
  color: #adb2b6;
  margin-left: 5px; }

.pricing .item > ul > li:nth-child(odd) {
  background-color: #f1f3f6; }

.pricing .item > ul li.disabled {
  text-decoration: line-through;
  color: #adb2b6; }

.pricing .item .btn {
  width: 100%;
  line-height: 68px;
  height: 68px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-transition: background-color .3s ease-out;
  -ms-transition: background-color .3s ease-out;
  -o-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out; }

.pricing .item .btn-default-color {
  border: 1px solid #df4a43;
  color: #df4a43; }

.pricing .item .btn-default-color:hover {
  background-color: #df4a43;
  color: #fff; }

.pricing .item .btn-default {
  border: 1px solid #4d4f52;
  color: #4d4f52; }

.pricing .item .btn-default:hover {
  background-color: #4d4f52;
  color: #fff; }

.pricing .item.featured header, .pricing .item:hover header {
  background-color: #df4a43; }

.pricing .item.featured header .price, .pricing .item.featured header .price small, .pricing .item.featured header h2, .pricing .item.featured header h2 i, .pricing .item:hover header .price, .pricing .item:hover header .price small, .pricing .item:hover header h2, .pricing .item:hover header h2 i {
  color: #fff; }

.gray-bg .pricing {
  margin-top: 0; }

.pricing.style2 .item header .price, .pricing.style2 .item header h2 {
  color: #4d4f52; }

.pricing.style2 .item > ul > li:nth-child(odd) {
  background-color: #F7F8FA; }

.pricing.style2 .item.featured header, .pricing.style2 .item:hover header {
  background-color: #4d4f52; }

.pricing.style2 .item.featured header .price, .pricing.style2 .item.featured header .price small, .pricing.style2 .item.featured header h2, .pricing.style2 .item.featured header h2 i, .pricing.style2 .item:hover header .price, .pricing.style2 .item:hover header .price small, .pricing.style2 .item:hover header h2, .pricing.style2 .item:hover header h2 i {
  color: #fff; }

.pricing.style3 .item {
  display: inline-block; }

.pricing.style3 .item header {
  width: 30%;
  float: left;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }

.pricing.style3 .item header h2 {
  margin-bottom: 4px; }

.pricing.style3 .item > ul {
  width: 50%;
  float: left; }

.pricing.style3 .item > ul > li {
  border: 1px solid #e3e3e3;
  border-left: none;
  float: left;
  width: 50%;
  padding: 22px; }

.pricing.style3 .item > ul > li:nth-child(odd) {
  background-color: transparent; }

.pricing.style3 .item > .btn {
  width: 20%;
  float: left;
  height: 138px;
  line-height: 138px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

.pricing.style4 {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px; }

.pricing.style4 .item {
  margin-bottom: 0; }

.pricing.style4 .item.right > a {
  text-align: center;
  float: right; }

.pricing.style4 .item > a {
  float: left;
  padding: 20px;
  border: 1px solid #e3e3e3;
  min-width: 250px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color .3s ease-out;
  -ms-transition: background-color .3s ease-out;
  -o-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out; }

.pricing.style4 .item > a h2 {
  text-transform: none;
  font-size: 21pt;
  margin-bottom: 5px;
  color: #fff; }

.pricing.style4 .item > a h2 i {
  color: #adb2b6;
  -webkit-opacity: .5;
  -moz-opacity: .5;
  opacity: .5; }

.pricing.style4 .item > a h2 i:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }

.pricing.style4 .item > a .price {
  font-weight: 700;
  font-size: 24pt;
  color: #fff; }

.pricing.style4 .item > a .price small {
  color: #fff;
  font-weight: 300;
  font-size: 11pt;
  display: block;
  margin-top: -2px; }

#e404-side, .e404 i {
  margin-top: 72px; }

.pricing.style4 .item:hover > a {
  background-color: transparent;
  text-decoration: none; }

.pricing.style4 .item.featured > a, .pricing.style4 .item > a:hover {
  background-color: rgba(255, 255, 255, 0.2); }

#pricing-free, #pricing-premium, #pricing-standard {
  background-image: url(http://placehold.it/1920x300); }

.e404 > div {
  font-size: 74pt;
  color: #df4a43;
  text-align: center;
  float: left; }

.e404 > div strong {
  font-size: 140pt;
  display: block;
  margin-bottom: -80px; }

.e404 i {
  float: right;
  font-size: 170pt;
  color: #df4a43; }

#e404-side h3 {
  font-size: 26pt; }

.blog-title, .login h1 {
  font-size: 24pt;
  text-transform: none; }

.blog-title {
  margin-bottom: 40px;
  margin-top: 54px; }

.blog-main-image {
  position: relative; }

.blog-main-image .tag {
  position: absolute;
  top: 10px;
  left: -6px;
  background-color: #df4a43;
  color: #fff;
  padding: 14px 18px;
  z-index: 10;
  font-size: 17px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

.blog-main-image .tag:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -6px;
  border-color: transparent #751814 transparent transparent;
  border-style: solid;
  border-width: 0 6px 6px 0;
  height: 0;
  width: 0; }

.blog-main-image .tag i {
  margin-right: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }

.blog-bottom-info {
  width: 100%;
  text-align: left;
  margin: 0 0 40px;
  border: 1px solid #e3e3e3;
  background-color: #f1f3f6;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  clear: both; }

.blog-bottom-info > ul, .blog-bottom-info > ul li {
  display: inline-block;
  margin: 0;
  border-right: 1px solid #E4E4E4; }

.blog-bottom-info > ul {
  list-style: none;
  padding: 8px 0;
  background-color: #fff;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }

.blog-bottom-info > ul li {
  height: 38px;
  padding: 10px 18px 0;
  color: #74777c; }

.blog-bottom-info > ul li:last-child {
  border-right: none; }

.blog-bottom-info > ul li .fa {
  color: #adb2b6;
  font-size: 18px;
  margin-right: 3px; }

.blog-bottom-info > ul li [class*=" icon-"], .blog-bottom-info > ul li [class^=icon-] {
  color: #adb2b6;
  float: left;
  font-size: 18px;
  margin-right: 3px;
  margin-top: -3px; }

.blog-bottom-info #post-author {
  float: right;
  line-height: 54px;
  margin-right: 20px; }

.blog-bottom-info #post-author i {
  font-size: 15pt;
  color: #adb2b6;
  margin-right: 5px; }

.blog-bottom-info:after, .blog-bottom-info:before {
  content: " ";
  display: table; }

.blog-bottom-info:after {
  clear: both; }

.post-content img.right {
  float: right;
  margin-left: 15px; }

.post-content img.left {
  float: left;
  margin-right: 15px; }

.post-content .highlight-bold {
  font-weight: 700;
  font-size: 12pt;
  position: relative;
  margin-bottom: 40px; }

.post-content .highlight-color, .post-content .quote {
  font-weight: 300;
  font-family: Raleway,sans-serif; }

.post-content .highlight-color {
  font-size: 21pt;
  color: #df4a43;
  line-height: 1.3;
  margin-bottom: 40px; }

.post-content .divider {
  position: relative;
  display: block;
  padding: 40px 0 0;
  margin: 0 0 40px; }

.post-content .divider:after, .post-content .divider:before {
  content: " ";
  position: absolute;
  bottom: 2px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 1px;
  background-color: #4d4f52;
  -webkit-opacity: .5;
  -moz-opacity: .5;
  opacity: .5; }

.post-content .divider:after {
  bottom: -1px; }

.post-content p {
  margin-bottom: 40px; }

.post-content .quote {
  font-size: 19pt;
  line-height: 21pt;
  margin: 40px 0;
  padding: 30px 40px;
  position: relative;
  text-align: center;
  width: 100%; }

.post-content .quote:after, .post-content .quote:before {
  color: #acacac;
  font-size: 48pt;
  font-weight: 700;
  position: absolute; }

.post-content .quote:before {
  content: "\201C";
  left: 30px;
  top: 10px; }

.post-content .quote:after {
  bottom: -16px;
  content: "\201D";
  right: 30px; }

.post-content .quote span {
  color: #df4a43; }

.comments {
  margin-bottom: 20px;
  padding: 40px;
  background-color: #f1f3f6; }

.comments > ul {
  display: inline-block;
  list-style: none;
  width: 100%;
  padding: 0; }

.comments > ul > li {
  width: 100%;
  float: left; }

.comments > ul > li img {
  border: 1px solid #e3e3e3;
  width: 12%; }

.comments > ul > li ul {
  float: left;
  width: 100%;
  padding-left: 15%;
  list-style: none; }

.comments .comment {
  float: right;
  position: relative;
  width: 85%;
  padding: 18px;
  background-color: #F7F8FA;
  margin-bottom: 35px;
  border: 1px solid #e3e3e3; }

.comments .comment:after, .comments .comment:before {
  content: "";
  position: absolute;
  top: 14px;
  left: -8px;
  z-index: 10;
  width: 0;
  height: 0;
  border-style: solid solid outset;
  border-width: 8px 10px 8px 0;
  border-color: transparent #F7F8FA transparent transparent; }

.comments .comment:before {
  z-index: 9;
  left: -10px;
  border-color: transparent #e3e3e3 transparent transparent; }

.comments .comment h3 {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 15px;
  font-weight: 300; }

.comments .comment h3 small {
  display: block;
  font-size: 9pt;
  margin: 5px 0 10px; }

.comments .comment .btn {
  float: right;
  margin-bottom: 14px; }

.comments-form {
  padding-left: 13%; }

.comments-form h3 {
  font-weight: 300; }

.blog-accordion.panel-group .panel .panel-body ul li:before, .categories li:before {
  content: "\f054";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: FontAwesome; }

.comments-form p {
  color: #adb2b6; }

.comments-form .form-style {
  padding: 0;
  margin-top: 20px;
  display: inline-block;
  background-color: transparent; }

.blog-accordion.panel-group .panel .panel-heading .panel-title > a, .blog-accordion.panel-group .panel .panel-heading + .panel-collapse.collapsing .panel-body, .blog-accordion.panel-group .panel .panel-heading + .panel-collapse.in .panel-body {
  background-color: transparent !important; }

.categories {
  list-style: none;
  padding: 0 15px; }

.categories li {
  margin: 8px 0; }

.categories li:before {
  display: inline-block;
  margin-right: 10px; }

.categories li a {
  color: #74777c;
  padding-top: 8px;
  display: inline-block; }

.categories li a span {
  color: #adb2b6; }

.categories li a:hover {
  color: #df4a43;
  text-decoration: none; }

.categories li a:hover span, .categories li:hover:before {
  color: #df4a43; }

.blog-accordion.panel-group .panel .panel-body ul li a, .tags li a {
  color: #74777c; }

.categories li + li {
  border-top: 1px solid #e3e3e3; }

.blog-accordion.panel-group {
  border: none !important;
  margin-bottom: 0 !important; }

.blog-accordion.panel-group .panel .panel-heading .panel-title > a:after {
  display: none !important; }

.blog-accordion.panel-group .panel .panel-body {
  padding-top: 0; }

.blog-accordion.panel-group .panel .panel-body ul {
  list-style: none;
  padding: 0 0 0 15px;
  margin: 0; }

.blog-accordion.panel-group .panel .panel-body ul li {
  margin: 8px 0; }

.blog-accordion.panel-group .panel .panel-body ul li:before {
  display: inline-block;
  margin-right: 10px; }

.blog-accordion.panel-group .panel .panel-body ul li a:hover {
  color: #df4a43;
  text-decoration: none; }

.blog-accordion.panel-group .panel .panel-body ul li:hover:before {
  color: #df4a43; }

.tags {
  list-style: none;
  margin: 0; }

.tags li {
  display: inline-block;
  margin: 3px 1px; }

.tags li a {
  display: block;
  padding: 6px 9px;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -ms-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out; }

.tags li a:hover {
  background-color: rgba(255, 255, 255, 0.8);
  text-decoration: none; }

.login {
  padding: 40px 50px;
  margin-top: 20px; }

.login h1 {
  color: #4d4f52;
  line-height: 1.3; }

.login .form-style {
  padding-left: 0;
  padding-right: 0; }

.login .form-style .checkbox {
  background-color: #EBECF0;
  margin-bottom: 25px;
  padding: 14px 14px 14px 55px;
  font-size: 10pt; }

.login .form-style .checkbox input[type=checkbox] {
  margin-left: -35px; }

.login .form-style .checkbox .button-checkbox {
  float: left;
  margin-left: -35px; }

.login .form-style .checkbox .button-checkbox .btn {
  color: #adb2b6;
  padding: 0;
  border: 0;
  height: auto;
  line-height: normal;
  font-size: 14pt; }

#footer-top a, .login .form-style .checkbox .button-checkbox .btn .fa-check-square-o, .login .recover-pass a {
  color: #74777c; }

.login .btn {
  width: 100%; }

.login .recover-pass {
  text-align: center;
  border-bottom: 1px solid #e3e3e3;
  margin: 0 25px 40px; }

.login .recover-pass a {
  margin-bottom: 25px;
  display: block; }

#footer #copyright a:hover, #footer-top a:hover {
  color: #df4a43;
  text-decoration: none; }

.login-info {
  padding-top: 40px; }

.login-info h1 {
  text-transform: none;
  margin-bottom: 20px; }

.login-info p {
  margin-bottom: 50px; }

.contacts {
  position: relative; }

.contacts:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  width: 33.3%;
  height: 100%;
  background-color: #fff;
  z-index: 1; }

.contacts .main {
  background-color: #fff;
  position: relative;
  z-index: 2; }

.contacts form {
  margin-top: 35px; }

.contacts form .btn {
  margin-top: 20px; }

#contacts_map {
  height: 100%;
  width: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
  background-color: #e3e3e3; }

#contacts-overlay {
  position: absolute;
  left: 15px;
  bottom: 90px;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px 15px 10px; }

#contacts-overlay ul {
  list-style: none;
  padding: 0;
  margin: 0; }

#contacts-overlay ul li {
  text-align: left;
  margin: 5px 10px;
  font-weight: 700;
  min-height: 30px;
  padding-left: 45px;
  padding-top: 5px;
  position: relative;
  overflow: hidden; }

.footer-contacts li i, .footer-listings li a span {
  margin-right: 5px;
  font-size: 13pt;
  text-align: center; }

#contacts-overlay ul li i {
  width: 30px;
  height: 30px;
  background-color: #df4a43;
  color: #fff;
  line-height: 30px;
  font-size: 13pt;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

#contacts-overlay ul li a {
  color: #74777c;
  font-style: italic; }

#footer {
  background-color: #000;
  color: #fff; }

#footer #copyright {
  background-color: #000;
  padding: 24px 0;
  line-height: 33px; }

#footer #copyright a {
  color: #4d4f52; }

#footer-top {
  padding-top: 50px; }

#footer-top h3 {
  color: #4d4f52;
  margin-bottom: 25px; }

#footer-top .block {
  padding-bottom: 50px; }

.footer-contacts {
  list-style: none;
  padding: 0;
  overflow: hidden; }

.footer-contacts li {
  margin-bottom: 25px;
  padding: 5px 0 0 35px;
  min-height: 30px;
  display: block;
  position: relative; }

.footer-contacts li i {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #74777c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.footer-links {
  list-style: none;
  padding: 0; }

.footer-links li {
  border-top: 1px solid #E2E3E7;
  position: relative; }

.footer-links li a {
  display: inline-block;
  width: 100%;
  padding: 14px 10px 14px 0;
  position: relative; }

.footer-links li a:after {
  content: "\f0da";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.footer-links li:last-child {
  border-bottom: 1px solid #E2E3E7; }

.footer-listings {
  list-style: none;
  padding: 0; }

.footer-listings li {
  min-height: 58px;
  display: block;
  margin-bottom: 2px;
  width: 100%;
  position: relative;
  padding: 4px 42px 0 64px; }

.footer-listings li .image {
  width: 58px;
  height: 58px;
  overflow: hidden;
  position: absolute;
  display: block;
  z-index: 2;
  top: 0;
  left: 0; }

.footer-listings li .image img {
  height: 100%; }

.footer-listings li a {
  line-height: 8px;
  z-index: 1;
  display: inline;
  width: 100%;
  min-height: 58px;
  vertical-align: middle; }

.footer-listings li a span {
  position: absolute;
  right: 0;
  top: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #74777c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.footer-listings li li:hover > p a {
  color: #df4a43 !important; }

.footer-listings li li:hover > p a span {
  border-color: #df4a43; }

.social-networks {
  list-style: none;
  float: right;
  margin: 0;
  padding: 0; }

.social-networks li {
  display: inline-block;
  margin-left: 3px; }

.social-networks li a {
  display: inline-block;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  margin: 0;
  padding: 0;
  border: 1px solid #4d4f52;
  color: #4d4f52;
  font-size: 14pt;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-opacity: .5;
  -moz-opacity: .5;
  opacity: .5;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -ms-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s; }

.social-networks li a:hover {
  color: #4d4f52 !important;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }

.action-box .social-networks, .colored .social-networks, .colored-bg .social-networks {
  margin-top: 5px; }

.action-box .social-networks li a, .colored .social-networks li a, .colored-bg .social-networks li a {
  border: 1px solid #fff;
  color: #fff; }

.action-box .social-networks li a:hover, .colored .social-networks li a:hover, .colored-bg .social-networks li a:hover {
  color: #fff !important; }

div.cozy .pp_next:hover, div.cozy .pp_previous:hover {
  cursor: pointer; }

div.cozy .pp_expand {
  font-family: FontAwesome;
  cursor: pointer; }

div.cozy .pp_expand:before {
  content: "\f0b2";
  color: #fff; }

div.cozy .pp_contract {
  font-family: FontAwesome;
  cursor: pointer; }

div.cozy .pp_contract:before {
  content: "\f066";
  color: #fff; }

div.cozy .pp_close {
  font-family: FontAwesome;
  width: 22px;
  height: 22px;
  cursor: pointer; }

div.cozy .pp_nav .pp_pause, div.cozy .pp_nav .pp_play {
  height: 15px;
  width: 14px;
  font-family: FontAwesome; }

div.cozy .pp_close:before {
  content: "\f00d";
  color: #fff; }

div.cozy .pp_description {
  margin-right: 60px;
  color: #fff;
  font-weight: 700;
  text-indent: 10px; }

div.cozy .pp_nav .pp_play:before {
  content: "\f04b";
  color: #fff; }

div.cozy .pp_nav .pp_pause:before {
  content: "\f04c";
  color: #fff; }

div.cozy .pp_arrow_previous {
  font-family: FontAwesome; }

div.cozy .pp_arrow_previous:before {
  content: "\f053";
  color: #fff; }

a.pp_next:before, div.cozy .pp_arrow_next:before {
  content: "\f054";
  color: #fff; }

div.cozy .pp_arrow_next {
  font-family: FontAwesome; }

div.cozy .pp_loaderIcon {
  background: url(../img/progress.gif) center center no-repeat; }

div.pp_pic_holder a:focus {
  outline: 0; }

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500; }

div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000; }

.pp_content {
  height: 40px;
  min-width: 40px; }

* html .pp_content {
  width: 40px; }

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%; }

.pp_content_container .pp_left {
  padding-left: 20px; }

.pp_content_container .pp_right {
  padding-right: 20px; }

.pp_content_container .pp_details {
  float: left;
  padding: 10px 0 2px; }

.pp_description {
  display: none;
  margin: 0; }

.pp_social {
  float: left;
  margin: 0 0 0 10px; }

.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden; }

.pp_social .twitter {
  float: left; }

.pp_nav {
  clear: right;
  float: left;
  margin: 0 10px 0 0; }

.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px; }

.pp_nav .pp_pause, .pp_nav .pp_play {
  float: left;
  margin: 2px 5px 0 10px; }

a.pp_arrow_next, a.pp_arrow_previous {
  display: block;
  float: left;
  height: 15px;
  margin: 3px 5px 0 0;
  overflow: hidden;
  width: 9px; }

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000; }

.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000; }

.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative; }

.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0; }

.pp_gallery ul a {
  border: 1px solid rgba(0, 0, 0, 0.5);
  display: block;
  float: left;
  height: 33px;
  overflow: hidden; }

.pp_gallery ul a img {
  border: 0; }

.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0; }

.pp_gallery li.default a {
  display: block;
  height: 33px;
  width: 50px; }

.pp_gallery .pp_arrow_next, .pp_gallery .pp_arrow_previous {
  margin-top: 7px !important; }

a.pp_next, a.pp_previous {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  font-family: FontAwesome;
  line-height: 40px;
  font-size: 18pt;
  text-align: center;
  background-color: #df4a43;
  top: 50%;
  position: relative;
  margin-top: -20px;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.grid-style2 .item .image img, .list-style2 .item .image img, .nav-logo {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out; }

a.pp_next {
  float: right;
  padding: 0 0 0 13px;
  margin-right: 10px; }

a.pp_previous {
  float: left;
  padding: 0 0 0 10px;
  margin-left: 10px; }

a.pp_previous:before {
  content: "\f053";
  color: #fff; }

.pp_content:hover a.pp_next, .pp_content:hover a.pp_previous {
  opacity: 1; }

a.pp_contract, a.pp_expand {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  top: 10px;
  width: 12px;
  z-index: 20000;
  overflow: hidden;
  text-decoration: none; }

.pp_loaderIcon, a.pp_close {
  display: block;
  position: absolute; }

a.pp_close {
  right: 10px;
  top: 8px;
  line-height: 22px;
  font-size: 18pt;
  overflow: hidden; }

.pp_loaderIcon {
  height: 31px;
  left: 50%;
  top: 50%;
  width: 31px;
  margin: -15px 0 0 -15px; }

.pp_fade, .pp_gallery li.default a img, div.ppt {
  display: none; }

#pp_full_res {
  line-height: 1 !important; }

#pp_full_res .pp_inline {
  text-align: left; }

#pp_full_res .pp_inline p {
  margin: 0 0 15px; }

div.ppt {
  color: #fff;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px; }

div.cozy .pp_details {
  position: relative;
  background-color: #df4a43; }

div.cozy .pp_gallery a.pp_arrow_next, div.cozy .pp_gallery a.pp_arrow_previous {
  margin-top: 8px !important; }

div.cozy .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default; }

div.cozy .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default; }

div.cozy #pp_full_res .pp_inline, div.cozy .currentTextHolder, div.dark_square #pp_full_res .pp_inline, div.dark_square .currentTextHolder {
  color: #fff; }

.pp_bottom, .pp_top {
  height: 20px;
  position: relative; }

* html .pp_bottom, * html .pp_top {
  padding: 0 20px; }

.pp_bottom .pp_left, .pp_top .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px; }

.pp_bottom .pp_middle, .pp_top .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px; }

* html .pp_bottom .pp_middle, * html .pp_top .pp_middle {
  left: 0;
  position: static; }

.pp_bottom .pp_right, .pp_top .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px; }

#template-settings {
  position: fixed;
  width: 185px;
  top: 85px;
  left: -188px;
  background-color: #f7f8fa;
  z-index: 2000;
  padding: 12px 10px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2); }

#template-settings > i {
  position: absolute;
  top: 0;
  right: -36px;
  cursor: pointer;
  background-color: #f7f8fa;
  text-align: center;
  line-height: 36px;
  width: 36px;
  height: 36px;
  font-size: 20pt;
  -webkit-border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.3); }

#template-settings h4 {
  color: #ababab;
  font-weight: 700;
  margin-bottom: 5px; }

#template-settings input, #template-settings select, .settings-pattern {
  margin-bottom: 20px; }

#template-settings input {
  width: 149px; }

#template-settings select {
  width: 150px;
  height: 28px;
  padding: 4px 0 0 5px;
  background: #fff;
  border: 1px solid #ababab;
  color: #ababab;
  font-size: 9pt;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

#template-settings > div {
  font-size: 9pt; }

.settings-pattern span {
  cursor: pointer;
  margin: 1px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  display: inline-block; }

.settings-pattern .selected {
  border: 1px solid #747474; }

.pattern1_icon {
  background-image: url(../img/pattern1.jpg); }

.pattern2_icon {
  background-image: url(../img/pattern2.jpg); }

.pattern3_icon {
  background-image: url(../img/pattern3.jpg); }

.pattern4_icon {
  background-image: url(../img/pattern4.jpg); }

.pattern5_icon {
  background-image: url(../img/pattern5.jpg); }

.pattern6_icon {
  background-image: url(../img/pattern6.jpg); }

.pattern7_icon {
  background-image: url(../img/pattern7.jpg); }

.pattern8_icon {
  background-image: url(../img/pattern8.jpg); }

.pattern9_icon {
  background-image: url(../img/pattern9.jpg); }

@media (min-width: 993px) and (max-width: 1199px) {
  .sidebar #newsletter h2 span {
    font-size: 25pt; }
  .agency-detail-agents li .info {
    width: 54%; }
  .e404 > div {
    font-size: 60pt; }
  .e404 > div strong {
    font-size: 120pt;
    margin-bottom: -70px; }
  .e404 i {
    font-size: 130pt;
    margin-top: 72px; } }

@media (min-width: 768px) and (max-width: 992px) {
  .sidebar #newsletter h2 span {
    font-size: 18pt; }
  .agency-detail-agents li {
    text-align: center; }
  .agency-detail-agents li img {
    float: none;
    margin-right: 0; }
  .agency-detail-agents li .info {
    width: 100%;
    text-align: center; }
  .sidebar .latest-news > li {
    margin-bottom: 40px; }
  .sidebar .latest-news > li .image {
    width: 100%; }
  .sidebar .latest-news > li .top-info {
    width: 100%;
    margin: 10px 0;
    padding: 0 0 8px; }
  #e404-side, .e404 i {
    margin-top: 50px; }
  .sidebar .nav-tabs > li {
    width: 100%; }
  .e404 > div {
    font-size: 48pt; }
  .e404 > div strong {
    font-size: 90pt;
    margin-bottom: -50px; }
  .e404 i {
    font-size: 105pt; } }

@media (max-width: 992px) {
  .navbar {
    float: right !important; }
  .nav, .sb-search {
    display: none; }
  #nav-mobile-btn {
    display: block; }
  #footer #copyright {
    text-align: center;
    line-height: 22px; }
  .action-box {
    text-align: center; }
  .social-networks {
    float: none;
    margin-top: 20px; }
  .fullwidthsingle .info {
    padding: 15px 20px; }
  .fullwidthsingle .info h3 {
    margin-bottom: 15px;
    font-size: 16pt; }
  .fullwidthsingle .info p {
    margin-bottom: 15px; }
  .fullwidthsingle2 .amenities, .fullwidthsingle2 .description .right {
    text-align: left; }
  .property-gallery2 .item {
    width: 234px;
    height: 226px; }
  .pricing.style3 .item {
    display: inline-block; }
  .pricing.style3 .item header {
    width: 100%;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0; }
  .pricing.style3 .item > ul {
    width: 100%; }
  .pricing.style3 .item > ul > li {
    border: 1px solid #e3e3e3;
    border-top: none;
    width: 100%;
    padding: 15px; }
  .pricing.style3 .item > .btn {
    width: 100%;
    height: 68px;
    line-height: 68px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px; }
  .list-style .item .image, .list-style .item .image img, .list-style.latest-news .item .image, .list-style.latest-news .item .image img {
    width: 100%; }
  .list-style .item .info, .list-style .item .info-blog, .list-style.latest-news .item .info, .list-style.latest-news .item .info-blog {
    width: 100%;
    margin-left: 0; }
  .list-style .item .info .amenities, .list-style .item .info-blog .amenities, .list-style.latest-news .item .info .amenities, .list-style.latest-news .item .info-blog .amenities {
    display: inline-block;
    width: 100%; }
  .blog-bottom-info > ul, .property-topinfo .amenities {
    width: 100%;
    border-right: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .property-large-buttons2 li h4 {
    font-size: 20pt; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .footer-listings li {
    padding: 4px 42px 0 0; }
  .footer-listings li .image {
    display: none; }
  .sidebar #newsletter .input-group {
    width: 100%; }
  .sidebar #newsletter .input-group .form-control {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0; }
  .sidebar #newsletter .input-group .input-group-btn {
    white-space: normal;
    width: 100%;
    display: block; }
  .sidebar #newsletter .input-group .input-group-btn .btn {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    width: 100%; } }

@media (max-width: 767px) {
  .e404 i, .e404 > div {
    float: none; }
  #e404-side, .agents-grid .item .info .social-networks, .agents-grid > li .info .social-networks, .agents-list .item .info .social-networks, .agents-list > li .info .social-networks, .e404 i {
    margin-top: 0; }
  .colored:before, .gray:before {
    background-color: transparent !important; }
  .fullwidthsingle .item .image {
    width: 100%;
    max-height: 354px; }
  .fullwidthsingle .info {
    width: 100%;
    height: auto;
    padding: 25px 20px; }
  .agency-detail-agents li {
    display: inherit; }
  .agents-list .item .info .contact-us, .agents-list > li .info .contact-us, .e404 i, .e404 > div {
    display: inline-block; }
  .agency-detail-agents li .info {
    float: none;
    width: auto; }
  .agencies-list > li {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .agencies-list > li .map {
    width: 100%; }
  .agencies-list > li .info {
    width: 100%;
    margin-left: 0; }
  .agents-list .item, .agents-list > li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: center; }
  .agents-list .item .image, .agents-list .item .image img, .agents-list > li .image, .agents-list > li .image img {
    width: 100%; }
  .agents-list .item .info, .agents-list > li .info {
    width: 100%;
    margin-left: 0; }
  .nav-tabs.tabs-left, .nav-tabs.tabs-right {
    width: 100%;
    text-align: center; }
  .nav-tabs.tabs-left > li > a, .nav-tabs.tabs-right > li > a {
    margin-right: 0; }
  .nav-tabs.tabs-left > li.active > a, .nav-tabs.tabs-left > li.active > a:focus, .nav-tabs.tabs-left > li.active > a:hover, .nav-tabs.tabs-right > li.active > a, .nav-tabs.tabs-right > li.active > a:focus, .nav-tabs.tabs-right > li.active > a:hover {
    border: 1px solid #e3e3e3;
    border-bottom: none; }
  .tab-content.tabs-left, .tab-content.tabs-right {
    width: 100%;
    border-top: none; }
  .e404 {
    text-align: center; }
  .e404 i {
    margin-left: 20px;
    position: relative;
    top: -27px; }
  .grid-style1 .item .image-large, .grid-style2 .item .image-large, .grid-style3 .item .image-large, .grid-style4 .item .image-large {
    height: auto; }
  .contacts:before {
    background-color: transparent;
    display: none; }
  #contacts_map {
    height: 500px;
    width: 100%;
    position: static !important;
    overflow: hidden; }
  #contacts-overlay {
    position: relative;
    left: 0;
    bottom: 0;
    background-color: #fff; }
  #contacts-overlay #contacts-overlay-close {
    display: none; }
  .property-large-buttons2 li {
    width: 100%; } }

@media (max-width: 600px) {
  .e404 {
    text-align: center;
    width: 268px;
    margin: 0 auto; }
  .e404 > div {
    float: none;
    display: inline-block;
    font-size: 35pt; }
  .e404 > div strong {
    font-size: 65pt;
    margin-bottom: -33px; }
  .e404 i {
    font-size: 80pt;
    top: -14px; } }

@media (min-width: 481px) and (max-width: 992px) {
  .property-large-buttons li h4 {
    font-size: 18pt; }
  .latest-news-slider .info h3 {
    font-size: 15pt;
    margin-bottom: 15px; }
  .latest-news-slider .info .top-info {
    margin-bottom: 15px; } }

@media (max-width: 480px) {
  #top-buttons, #top-info li {
    text-align: center;
    width: 100%; }
  #top-info {
    display: block;
    line-height: 20px;
    margin-top: 7px; }
  #top-info li {
    display: inline-block;
    margin: 0; }
  #top-buttons {
    line-height: 53px; }
  .sidebar .latest-news > li {
    margin-bottom: 40px; }
  .sidebar .latest-news > li .image {
    width: 100%; }
  .sidebar .latest-news > li .top-info {
    width: 100%;
    margin: 10px 0;
    padding: 0 0 8px; }
  .form-control-large, .form-control-small {
    width: 100%;
    margin: 0; }
  .form-control-small {
    width: 100%; }
  .fullwidthsingle .item .image {
    height: 230px; }
  .sidebar #newsletter h2 span {
    font-size: 21pt; }
  .property-large-buttons li {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .latest-news-slider .item .image, .latest-news-slider .item .info {
    width: 100%; }
  .latest-news-slider .item .info {
    height: auto; }
  .nav-tabs > li, .sidebar .nav-tabs > li {
    width: 100%; }
  .sort {
    margin-left: 0; }
  #property-detail-thumbs .item {
    height: 90px; }
  .comments {
    padding: 20px; }
  .login {
    padding: 40px 25px; }
  .pagination #next, .pagination #previous {
    width: 100%;
    margin-bottom: 5px; }
  .pagination #next li, .pagination #previous li {
    float: none; }
  .sidebar #newsletter .input-group {
    width: 100%; }
  .sidebar #newsletter .input-group .form-control {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0; }
  .sidebar #newsletter .input-group .input-group-btn {
    white-space: normal;
    width: 100%;
    display: block; }
  .sidebar #newsletter .input-group .input-group-btn .btn {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    width: 100%; } }

#top-buttons {
  display: none; }

@media (min-width: 768px) {
  #top-buttons {
    display: block; } }

.nav-logo {
  height: 85px;
  padding: 14px;
  background: #d61d25;
  transition: all .3s ease-out; }

.nav-logo img {
  height: 50px;
  width: auto; }

#nav-section.shrink .nav-logo {
  height: 82px;
  padding: 19px; }

#nav-section.shrink .nav-logo img {
  width: auto; }

#home-advanced-search .container {
  overflow: visible; }

.grid-style2 .item, .list-style2 .item {
  margin: 0 auto 43px;
  text-align: left;
  position: relative; }

.grid-style2 .item .image, .list-style2 .item .image {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.grid-style2 .item .image img, .list-style2 .item .image img {
  width: 100%;
  transition: all .3s ease-out; }

.carousel-style2 .item .image img, .grid-style2 .item .image > a, .list-style2 .item .image > a {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out; }

.grid-style2 .item .image > a, .list-style2 .item .image > a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  background-color: rgba(32, 35, 38, 0.82);
  border: 10px solid rgba(32, 35, 38, 0.8);
  z-index: 9;
  text-align: center;
  visibility: hidden;
  text-decoration: none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  transition: all .3s ease-out; }

.grid-style2 .item .image > a .btn, .list-style2 .item .image > a .btn {
  margin-top: -17px;
  position: relative;
  top: 100%; }

.grid-style2 .item .image > a h3, .list-style2 .item .image > a h3 {
  text-align: left;
  color: #fff;
  position: absolute;
  bottom: 43px;
  left: 0;
  padding: 0 12px; }

.grid-style2 .item .image > a .location, .list-style2 .item .image > a .location {
  text-align: left;
  font-style: italic;
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 0 12px;
  display: block;
  color: #74777c; }

.grid-style2 .item .image:hover img, .list-style2 .item .image:hover img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3); }

.grid-style2 .item .image:hover > a, .list-style2 .item .image:hover > a {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }

.grid-style2 .item .image:hover > a .btn, .list-style2 .item .image:hover > a .btn {
  top: 50%; }

.grid-style2 .item .image-large, .list-style2 .item .image-large {
  height: 255px; }

.grid-style2 .item .price, .grid-style2 .item .tag, .list-style2 .item .price, .list-style2 .item .tag {
  position: absolute;
  top: 0;
  left: 15px;
  margin-bottom: -20px;
  background-color: #df4a43;
  color: #fff;
  padding: 2px 20px 2px 10px;
  z-index: 10;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.grid-style2 .item .price:before, .grid-style2 .item .tag:before, .list-style2 .item .price:before, .list-style2 .item .tag:before {
  display: none; }

.grid-style2 .item .price i, .grid-style2 .item .tag i, .list-style2 .item .price i, .list-style2 .item .tag i {
  margin-right: 8px;
  -webkit-opacity: .6;
  -moz-opacity: .6;
  opacity: .6; }

.grid-style2 .item .price span, .grid-style2 .item .tag span, .list-style2 .item .price span, .list-style2 .item .tag span {
  display: block;
  font-size: 16pt;
  font-weight: 700;
  margin-top: -4px;
  line-height: 1.4; }

.grid-style2 .item .tag, .list-style2 .item .tag {
  padding: 14px 18px;
  font-size: 17px; }

.grid-style2 .item .tag i, .list-style2 .item .tag i {
  margin-right: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }

.grid-style2 .item > .info, .grid-style2 .item > .info-blog, .list-style2 .item > .info, .list-style2 .item > .info-blog {
  padding: 20px 0 0;
  position: relative; }

.grid-style2 .item > .info h3, .grid-style2 .item > .info-blog h3, .list-style2 .item > .info h3, .list-style2 .item > .info-blog h3 {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 15px;
  margin-bottom: 15px; }

.grid-style2 .item > .info h3 a, .grid-style2 .item > .info-blog h3 a, .list-style2 .item > .info h3 a, .list-style2 .item > .info-blog h3 a {
  color: #4d4f52; }

.grid-style2 .item > .info h3 a:hover, .grid-style2 .item > .info-blog h3 a:hover, .list-style2 .item > .info h3 a:hover, .list-style2 .item > .info-blog h3 a:hover {
  text-decoration: none;
  color: #df4a43; }

.grid-style2 .item > .info h3 small, .grid-style2 .item > .info-blog h3 small, .list-style2 .item > .info h3 small, .list-style2 .item > .info-blog h3 small {
  display: block;
  font-style: italic;
  margin-top: 4px; }

.grid-style2 .item > .info-blog h3, .list-style2 .item > .info-blog h3 {
  border-bottom: none;
  padding-bottom: 0; }

.grid-style2 .item .amenities, .list-style2 .item .amenities {
  width: 100%;
  list-style: none;
  text-align: center;
  padding: 6px 10px;
  margin: 18px 0 0;
  background-color: #fff;
  border-color: #E4E4E4;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.grid-style2 .item .amenities li, .list-style2 .item .amenities li {
  display: inline-block;
  height: 38px;
  margin-right: 10px;
  padding-right: 10px;
  padding-top: 10px;
  border-right: 1px solid #E4E4E4;
  color: #74777c; }

.grid-style2 .item .amenities li:last-child, .list-style2 .item .amenities li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0; }

.grid-style2 .item .amenities li .fa, .list-style2 .item .amenities li .fa {
  color: #adb2b6;
  font-size: 18px; }

.grid-style2 .item .amenities li [class*=" icon-"], .grid-style2 .item .amenities li [class^=icon-], .list-style2 .item .amenities li [class*=" icon-"], .list-style2 .item .amenities li [class^=icon-] {
  color: #adb2b6;
  float: left;
  font-size: 18px;
  margin-right: 2px;
  margin-top: -3px; }

.grid-style2 .item > .amenities, .list-style2 .item > .amenities {
  margin-top: 0;
  border-width: 0 1px 1px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

.grid-style2 .item .top-info, .list-style2 .item .top-info {
  padding: 10px 15px;
  margin: 18px 0 15px;
  border: 1px solid #E4E4E4;
  color: #adb2b6;
  font-size: 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.grid-style2 .item .top-info li, .list-style2 .item .top-info li {
  display: inline-block;
  margin-right: 14px; }

.grid-style2 .item .top-info li:last-child, .list-style2 .item .top-info li:last-child {
  margin-right: 0; }

.grid-style2 .item .top-info li i, .list-style2 .item .top-info li i {
  margin-right: 5px; }

.grid-style2 .item.disabled, .list-style2 .item.disabled {
  display: none; }

.list-style2 .item {
  width: 100%;
  float: left; }

.list-style2 .item .image {
  width: 35%;
  float: left; }

.list-style2 .item .image img {
  height: 100%; }

.list-style2 .item .info, .list-style2 .item .info-blog {
  width: 60%;
  margin-left: 3%;
  float: left;
  padding: 0; }

.list-style2 .item .info .amenities, .list-style2 .item .info-blog .amenities {
  display: inline-block;
  width: auto; }

.list-style2 .item .price, .list-style2 .item .tag {
  position: absolute; }

.list-style2.latest-news .item .image {
  width: 44%; }

.list-style2.latest-news .item .info, .list-style2.latest-news .item .info-blog {
  width: 53%; }

@media (max-width: 992px) {
  .list-style2 .item .image, .list-style2 .item .image img, .list-style2.latest-news .item .image, .list-style2.latest-news .item .image img {
    width: 100%; }
  .list-style2 .item .info, .list-style2 .item .info-blog, .list-style2.latest-news .item .info, .list-style2.latest-news .item .info-blog {
    width: 100%;
    margin-left: 0;
    padding-top: 20px; }
  .list-style2 .item .info .amenities, .list-style2 .item .info-blog .amenities, .list-style2.latest-news .item .info .amenities, .list-style2.latest-news .item .info-blog .amenities {
    display: inline-block;
    width: 100%; } }

.carousel-style2 .item {
  margin: 0 auto 35px;
  text-align: left;
  position: relative; }

.carousel-style2 .item .image {
  width: 100%;
  max-height: 236px;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  -webkit-transition: background-size .3s ease-out;
  -moz-transition: background-size .3s ease-out;
  -ms-transition: background-size .3s ease-out;
  -o-transition: background-size .3s ease-out;
  transition: background-size .3s ease-out; }

.carousel-style2 .item .image img {
  width: 100%;
  transition: all .3s ease-out; }

.carousel-style2 .item .image > a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  background-color: rgba(32, 35, 38, 0.82);
  border: 10px solid rgba(32, 35, 38, 0.8);
  z-index: 9;
  text-align: center;
  visibility: hidden;
  text-decoration: none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.carousel-style2 .item .image > a .btn {
  margin-top: -17px;
  position: relative;
  top: 100%; }

.carousel-style2 .item .image .info {
  text-align: left; }

.carousel-style2 .item .image .info h3 {
  color: #fff;
  position: absolute;
  bottom: 43px;
  left: 0;
  padding: 0 12px; }

.carousel-style2 .item .image .info .location {
  font-style: italic;
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 0 12px;
  display: block;
  color: #74777c; }

.carousel-style2 .item:hover .image {
  background-size: auto 120%; }

.carousel-style2 .item:hover .image img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3); }

.carousel-style2 .item:hover .image > a {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }

.carousel-style2 .item .price {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #df4a43;
  color: #fff;
  padding: 2px 20px 2px 10px;
  z-index: 10;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.carousel-style2 .item .price:before {
  display: none; }

.carousel-style2 .item .price i {
  margin-right: 8px;
  -webkit-opacity: .6;
  -moz-opacity: .6;
  opacity: .6; }

.carousel-style2 .item .price span {
  display: block;
  font-size: 16pt;
  font-weight: 700;
  margin-top: -4px; }

.carousel-style2 .item .amenities {
  width: 100%;
  list-style: none;
  padding: 6px 10px;
  margin: 0;
  background-color: #fff;
  border-color: #E4E4E4;
  border-width: 0 1px 1px;
  border-style: solid;
  text-align: center;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

.carousel-style2 .item .amenities li {
  display: inline-block;
  height: 38px;
  margin-right: 10px;
  padding-right: 10px;
  padding-top: 10px;
  border-right: 1px solid #E4E4E4;
  color: #74777c; }

.carousel-style2 .item.disabled, .fullwidthsingle.style2 .owl-controls .owl-buttons:before, .fullwidthsingle.style2 .price:before, .fullwidthsingle.style2 .tag:before, .fullwidthsingle2.style2 .owl-controls .owl-buttons:before, .fullwidthsingle2.style2 .price:before, .fullwidthsingle2.style2 .tag:before, .latest-news-slider.style2 .owl-controls .owl-buttons:before, .latest-news-slider.style2 .price:before, .latest-news-slider.style2 .tag:before, .property-gallery.style2 .owl-controls .owl-buttons:before, .property-gallery2.style2 .owl-controls .owl-buttons:before {
  display: none; }

.carousel-style2 .item .amenities li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0; }

.carousel-style2 .item .amenities li .fa {
  color: #adb2b6;
  font-size: 18px; }

.carousel-style2 .item .amenities li [class*=" icon-"], .carousel-style2 .item .amenities li [class^=icon-] {
  color: #adb2b6;
  float: left;
  font-size: 20px;
  margin-right: 3px;
  margin-top: -3px; }

.property-gallery.style2 .owl-controls .owl-buttons, .property-gallery2.style2 .owl-controls .owl-buttons {
  background: #df4a43;
  border-radius: 0;
  height: 57px;
  position: absolute;
  right: 0;
  top: 0;
  width: 33px; }

.fullwidthsingle.style2 .price, .fullwidthsingle2.style2 .price, .latest-news-slider.style2 .price {
  top: 0;
  left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.fullwidthsingle.style2 .tag, .fullwidthsingle2.style2 .tag, .latest-news-slider.style2 .tag {
  top: 0;
  left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.fullwidthsingle.style2 .owl-controls .owl-buttons, .fullwidthsingle2.style2 .owl-controls .owl-buttons, .latest-news-slider.style2 .owl-controls .owl-buttons {
  background: #df4a43;
  border-radius: 0;
  height: 57px;
  position: absolute;
  right: 0;
  top: 0;
  width: 33px; }

#property-detail-wrapper.style2 .price {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #df4a43;
  color: #fff;
  padding: 2px 20px 2px 10px;
  z-index: 10;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

#property-detail-wrapper.style2 .price i {
  margin-right: 8px;
  -webkit-opacity: .6;
  -moz-opacity: .6;
  opacity: .6; }

#property-detail-wrapper.style2 .price span {
  display: block;
  font-size: 16pt;
  font-weight: 700;
  margin-top: -4px; }

.agencies-grid.style2 .item .tag:before, .agencies-grid.style2 > li .tag:before, .agencies-list.style2 .item .tag:before, .agencies-list.style2 > li .tag:before, .agents-grid.style2 .item .tag:before, .agents-grid.style2 > li .tag:before, .agents-list.style2 .item .tag:before, .agents-list.style2 > li .tag:before, .blog-main-image.style2 .tag:before {
  display: none; }

.agencies-grid.style2 .item .tag, .agencies-grid.style2 > li .tag, .agencies-list.style2 .item .tag, .agencies-list.style2 > li .tag, .agents-grid.style2 .item .tag, .agents-grid.style2 > li .tag, .agents-list.style2 .item .tag, .agents-list.style2 > li .tag {
  top: 0;
  left: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center; }

.blog-main-image.style2 .tag {
  top: 0;
  left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

#nav-section, .sticky-wrapper {
  height: 53px !important;
  min-height: 53px !important; }

.header-menu-voice.selected > a {
  border-bottom: 5px solid #d61d25; }

#infscr-loading {
  text-align: center;
  margin: 10px 0; }

#main-search, #properties_map {
  height: 502px; }

#main-search.centered {
  line-height: 502px;
  text-align: center; }

.clickable {
  cursor: pointer; }

.btrap {
  display: none !important; }

#loginModalPopup .modal-body .agreement .loginButton .button.login, #socialshareModalPopup .modal-body .agreement .loginButton .button.login, #associatedSocialPopup .modal-body .agreement .loginButton .button.login, .post .infoBox .agencyReference .button.contact, .post .infoBox .agencyReference .button.modify, .post .infoBox .agencyReference > .action.priceAlert, .post .extendedDetails .buyGoUp, .agencyDetails .contact form .send, .registration .button.createAccount, .redStandardButton, .grayStandardButton, .thankyouBox .previousSearch, .proposal .buttons .reset, .checkboxContainer[type='button'] label, .messagePopup .cancel, .messagePopup .ok, .service-discrict-type .district-service-button, .cart .payment .pay {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border-style: solid;
  border-width: 2px;
  height: 52px;
  line-height: 48px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 0 12px;
  background: #d51c24;
  border-color: #d51c24;
  color: #ffffff !important;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  position: relative; }

#loginModalPopup .social, #socialshareModalPopup .social, #associatedSocialPopup .social {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  height: 42px;
  width: 42px;
  line-height: 40px;
  text-align: center;
  display: inline-block; }
  #loginModalPopup .social b:before, #socialshareModalPopup .social b:before, #associatedSocialPopup .social b:before {
    font-size: 20px;
    vertical-align: middle;
    color: #ffffff; }
  #loginModalPopup .social:hover, #socialshareModalPopup .social:hover, #associatedSocialPopup .social:hover {
    text-decoration: none; }
  #loginModalPopup .facebook.social, #socialshareModalPopup .facebook.social, #associatedSocialPopup .facebook.social {
    background: #4c6adc; }
  #loginModalPopup .twitter.social, #socialshareModalPopup .twitter.social, #associatedSocialPopup .twitter.social {
    background: #12a7f4; }
  #loginModalPopup .googleplus.social, #socialshareModalPopup .googleplus.social, #associatedSocialPopup .googleplus.social {
    background: #ea3d3e; }

#socialshareModalPopup .modal-footer .share.social.friend b.icon:before, .post .picture .picsCount:before, .post .picture .favourite:before,
.post .picture .compare:before, .post .infoBox .priceChange:before, .post .infoBox .description .details span.garage:before, .post .infoBox .description .details span.surface:before, .post .infoBox .description .details span.rooms:before, .post .infoBox .description .details span.services:before, .post .infoBox .agencyReference .button.modify:after, .post[type="gold"] .postVisibility .visibility:before, .post[type="silver"] .postVisibility .visibility:before, .post.owner .postVisibility .visibility:before, .post .rankingGoUpPanel .moreDetails:before, .post .rankingGoUpPanel .product.visibility.gold:before,
.post .extendedDetails .product.visibility.gold:before, .post .rankingGoUpPanel .product.visibility.silver:before,
.post .extendedDetails .product.visibility.silver:before, .post .rankingGoUpPanel .product.points .count:before,
.post .extendedDetails .product.points .count:before, .priceAlert:after, .chzn-container.chzn-container-multi abbr:before,
.chzn-container .chzn-single abbr:before, .action-box .selector-search-mode #classic:before, .action-box .selector-search-mode #freetext:before, .action-box .selector-search-mode #geographic:before, .action-box .selector-search-mode #address:before, .filterBtn .button:before, .goBackUp:after, .filterBtn.search-filter.open span.search.button-filter:before, .moreFiltersButton:before, .checkboxContainer[type='button'] label:after, .messagePopup .messageBox .messageClose:before, .cart .list li .remove:before {
  font-family: "iconfont-freelineregular";
  font-weight: normal;
  font-size: 25px;
  display: inline-block;
  vertical-align: middle; }

#socialshareModalPopup .modal-footer .friendForm input, #socialshareModalPopup .modal-footer .friendForm textarea, #home-search-section #home-search-buttons .mainFilters .chzn-container .chzn-single, #home-search-freetext-section #home-search-buttons .mainFilters .chzn-container .chzn-single, #home-search-freetext-section .freeTextSearch .textSearch #freetext, .agencyDetails .contact form input,
.agencyDetails .contact form textarea, .inputField input[type="text"],
.inputField input[type="password"],
.inputField input[type="number"],
.inputField input[type='tel'], .form-control, .chzn-container .chzn-single, #priceAlertPopup .priceAlertSubscription input, .proposal input[type="text"],
.proposal input[type="tel"],
.proposal textarea {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  height: 51px;
  line-height: 51px;
  border: none;
  background: #ffffff;
  color: #74777c;
  font-size: 14px;
  padding: 0 12px; }
  #socialshareModalPopup .modal-footer .friendForm input:focus, #socialshareModalPopup .modal-footer .friendForm textarea:focus, #home-search-section #home-search-buttons .mainFilters .chzn-container .chzn-single:focus, #home-search-freetext-section #home-search-buttons .mainFilters .chzn-container .chzn-single:focus, #home-search-freetext-section .freeTextSearch .textSearch #freetext:focus, .agencyDetails .contact form input:focus,
  .agencyDetails .contact form textarea:focus, .inputField input[type="text"]:focus,
  .inputField input[type="password"]:focus,
  .inputField input[type="number"]:focus,
  .inputField input[type='tel']:focus, .form-control:focus, .chzn-container .chzn-single:focus, #priceAlertPopup .priceAlertSubscription input:focus, .proposal input[type="text"]:focus,
  .proposal input[type="tel"]:focus,
  .proposal textarea:focus {
    outline: none; }
  @media screen and (max-width: 767px) {
    #socialshareModalPopup .modal-footer .friendForm input, #socialshareModalPopup .modal-footer .friendForm textarea, #home-search-section #home-search-buttons .mainFilters .chzn-container .chzn-single, #home-search-freetext-section #home-search-buttons .mainFilters .chzn-container .chzn-single, #home-search-freetext-section .freeTextSearch .textSearch #freetext, .agencyDetails .contact form input,
    .agencyDetails .contact form textarea, .inputField input[type="text"],
    .inputField input[type="password"],
    .inputField input[type="number"],
    .inputField input[type='tel'], .form-control, .chzn-container .chzn-single, #priceAlertPopup .priceAlertSubscription input, .proposal input[type="text"],
    .proposal input[type="tel"],
    .proposal textarea {
      height: 41px;
      line-height: 39px; } }

.view-mode {
  display: block;
  border-bottom: 1px solid #cccccc;
  font-size: 0;
  overflow: hidden;
  float: none;
  margin-left: 0; }
  .view-mode ul {
    float: right;
    border: none;
    margin: 2px 0 0; }
  .view-mode li {
    background: none !important;
    cursor: pointer;
    list-style: none;
    float: left;
    padding: 0 10px;
    height: 48px;
    line-height: 48px;
    font-size: 14px !important;
    text-transform: uppercase;
    color: #aaaaaa;
    border: none; }
    .view-mode li + li {
      border-left: none !important;
      border-right: none !important; }
    .view-mode li.active {
      color: #d51c24;
      border-bottom: 3px solid #d51c24; }
    .view-mode li span {
      display: inline-block; }
      .view-mode li span:before {
        font-family: "FontAwesome";
        font-size: 23px;
        font-weight: 400;
        margin-right: 6px;
        vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .view-mode {
      background: #2c5c82;
      bottom: 0;
      left: 0;
      position: fixed;
      width: 100%;
      z-index: 1098;
      overflow: visible; }
      .view-mode ul {
        float: none;
        display: table;
        table-layout: fixed;
        width: 100%;
        margin: 0; }
        .view-mode ul li {
          color: #6594b2;
          float: none;
          display: table-cell;
          text-align: center;
          vertical-align: middle; }
          .view-mode ul li.active {
            color: #ffffff;
            border-bottom: none; }
          .view-mode ul li span {
            float: none;
            font-size: 12px; } }

@media screen and (min-width: 768px) and (max-width: 1199px) and (orientation: portrait) {
  .view-mode {
    background: #2c5c82;
    overflow: auto;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 10000;
    height: 51px;
    overflow: visible; }
    .view-mode ul {
      float: none;
      display: table;
      table-layout: fixed;
      width: 100%;
      height: 51px; }
      .view-mode ul li {
        color: #6594b2;
        float: none;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        height: 49px;
        line-height: 49px; }
        .view-mode ul li.active {
          color: #ffffff;
          border-bottom: none; }
        .view-mode ul li span {
          float: none;
          line-height: 49px;
          font-size: 16px; } }

.home-values .valutometro .price {
  background: #eaeaea;
  float: left;
  width: 33.3333%;
  color: #222222;
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  padding: 20px 0;
  text-align: center;
  border-left: 1px dashed #dddddd;
  line-height: 16px; }
  @media screen and (max-width: 767px) {
    .home-values .valutometro .price {
      font-size: 28px;
      width: 100%;
      border: none;
      border-top: 1px dashed #dddddd;
      font-size: 36px; } }
  .home-values .valutometro .price:first-child {
    border: none; }

@media screen and (min-width: 768px) and (max-width: 1199px) and (orientation: portrait) {
  .home-values .valutometro .price {
    width: 100%;
    border-left: none;
    border-top: 1px dashed #dddddd; }
    .home-values .valutometro .price:first-child {
      border: none; } }
  .home-values .valutometro .price .amount {
    position: relative;
    padding: 20px 0;
    display: inline-block; }
    .home-values .valutometro .price .amount:after {
      content: "\20AC";
      color: #666666;
      font-size: 0.6em;
      width: 100%; }
  .home-values .valutometro .price .type {
    width: 100%;
    display: inline-block;
    font-weight: 300;
    font-size: 16px;
    color: #999999; }

/*
	Fonts

*/
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-regular.eot");
  src: url("../fonts/opensans-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-regular.woff2") format("woff2"), url("../fonts/opensans-regular.woff") format("woff"), url("../fonts/opensans-regular.ttf") format("truetype"), url("../fonts/opensans-regular.svg#open_sansregular") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-bold.eot");
  src: url("../fonts/opensans-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-bold.woff2") format("woff2"), url("../fonts/opensans-bold.woff") format("woff"), url("../fonts/opensans-bold.ttf") format("truetype"), url("../fonts/opensans-bold.svg#open_sansbold") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-semibold.eot");
  src: url("../fonts/opensans-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-semibold.woff2") format("woff2"), url("../fonts/opensans-semibold.woff") format("woff"), url("../fonts/opensans-semibold.ttf") format("truetype"), url("../fonts/opensans-semibold.svg#open_sanssemibold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'fjallaone';
  src: url("../fonts/fjallaone-regular.eot");
  src: url("../fonts/fjallaone-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/fjallaone-regular.woff2") format("woff2"), url("../fonts/fjallaone-regular.woff") format("woff"), url("../fonts/fjallaone-regular.ttf") format("truetype"), url("../fonts/fjallaone-regular.svg#fjalla_oneregular") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'iconfont-freelineregular';
  src: url("../fonts/iconfont-freeline.eot?v=4.5.0");
  src: url("../fonts/iconfont-freeline.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/iconfont-freeline.woff?v=4.5.0") format("woff"), url("../fonts/iconfont-freeline.ttf?v=4.5.0") format("truetype"), url("../fonts/iconfont-freeline.svg?v=4.5.0#iconfontfreeline") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* MODALE PER IL LOGIN*/
#loginModalPopup .modal-dialog, #socialshareModalPopup .modal-dialog, #associatedSocialPopup .modal-dialog {
  width: 444px;
  margin-top: 150px; }

@media screen and (max-width: 767px) {
  #loginModalPopup, #socialshareModalPopup, #associatedSocialPopup {
    overflow: auto; }
    #loginModalPopup .modal-dialog, #socialshareModalPopup .modal-dialog, #associatedSocialPopup .modal-dialog {
      width: 83.3333%;
      left: 8.33333%;
      margin: 10px 0; } }

#loginModalPopup .modal-content, #socialshareModalPopup .modal-content, #associatedSocialPopup .modal-content {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #cecece; }
  #loginModalPopup .modal-content > div, #socialshareModalPopup .modal-content > div, #associatedSocialPopup .modal-content > div {
    padding: 0 20px; }

#loginModalPopup .modal-header, #socialshareModalPopup .modal-header, #associatedSocialPopup .modal-header {
  overflow: hidden;
  border-bottom: 1px solid #cecece;
  position: relative; }
  #loginModalPopup .modal-header .close, #socialshareModalPopup .modal-header .close, #associatedSocialPopup .modal-header .close {
    position: absolute;
    right: 15px;
    top: 5px;
    margin: 0; }
  #loginModalPopup .modal-header .links, #socialshareModalPopup .modal-header .links, #associatedSocialPopup .modal-header .links {
    float: left; }
    #loginModalPopup .modal-header .links .link, #socialshareModalPopup .modal-header .links .link, #associatedSocialPopup .modal-header .links .link {
      display: inline-block;
      height: 53px;
      line-height: 53px;
      font-size: 14px;
      font-weight: 600;
      color: #adadad;
      padding: 0 6px;
      text-transform: uppercase; }
      #loginModalPopup .modal-header .links .link:hover, #socialshareModalPopup .modal-header .links .link:hover, #associatedSocialPopup .modal-header .links .link:hover {
        text-decoration: none; }
      #loginModalPopup .modal-header .links .link.active, #socialshareModalPopup .modal-header .links .link.active, #associatedSocialPopup .modal-header .links .link.active {
        color: #666666;
        border-bottom: 3px solid #d51c24; }

#loginModalPopup .modal-body .panel, #socialshareModalPopup .modal-body .panel, #associatedSocialPopup .modal-body .panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  @media screen and (max-width: 767px) {
    #loginModalPopup .modal-body .panel, #socialshareModalPopup .modal-body .panel, #associatedSocialPopup .modal-body .panel {
      margin: 20px 0; } }

#loginModalPopup .modal-body .login, #socialshareModalPopup .modal-body .login, #associatedSocialPopup .modal-body .login {
  padding: 0; }

#loginModalPopup .modal-body .form-control, #socialshareModalPopup .modal-body .form-control, #associatedSocialPopup .modal-body .form-control {
  /*border: 1px solid #c2c2c2; 
			height: 37px;
			line-height: 35px;
			*/ }

#loginModalPopup .modal-body .agreement, #socialshareModalPopup .modal-body .agreement, #associatedSocialPopup .modal-body .agreement {
  margin: 20px 0 22px;
  text-align: right; }
  @media screen and (max-width: 767px) {
    #loginModalPopup .modal-body .agreement, #socialshareModalPopup .modal-body .agreement, #associatedSocialPopup .modal-body .agreement {
      margin: 0; } }
  #loginModalPopup .modal-body .agreement .checks, #socialshareModalPopup .modal-body .agreement .checks, #associatedSocialPopup .modal-body .agreement .checks {
    display: inline-block;
    vertical-align: bottom;
    width: 60%; }
    @media screen and (max-width: 767px) {
      #loginModalPopup .modal-body .agreement .checks, #socialshareModalPopup .modal-body .agreement .checks, #associatedSocialPopup .modal-body .agreement .checks {
        width: 100%; } }
    #loginModalPopup .modal-body .agreement .checks .checkboxContainer, #socialshareModalPopup .modal-body .agreement .checks .checkboxContainer, #associatedSocialPopup .modal-body .agreement .checks .checkboxContainer {
      float: left; }
      #loginModalPopup .modal-body .agreement .checks .checkboxContainer label, #socialshareModalPopup .modal-body .agreement .checks .checkboxContainer label, #associatedSocialPopup .modal-body .agreement .checks .checkboxContainer label {
        border: 2px solid #127ba2;
        background-color: transparent;
        width: 16px;
        height: 16px; }
    #loginModalPopup .modal-body .agreement .checks label, #socialshareModalPopup .modal-body .agreement .checks label, #associatedSocialPopup .modal-body .agreement .checks label {
      width: 80%;
      font-size: 12px;
      font-weight: 400;
      color: #4b4b4b; }
    #loginModalPopup .modal-body .agreement .checks .professionalUser, #socialshareModalPopup .modal-body .agreement .checks .professionalUser, #associatedSocialPopup .modal-body .agreement .checks .professionalUser {
      margin-bottom: 4px; }
  #loginModalPopup .modal-body .agreement .loginButton, #socialshareModalPopup .modal-body .agreement .loginButton, #associatedSocialPopup .modal-body .agreement .loginButton {
    text-align: right;
    width: 100%;
    vertical-align: bottom;
    display: inline-block;
    margin-left: -4px; }
    @media screen and (max-width: 767px) {
      #loginModalPopup .modal-body .agreement .loginButton, #socialshareModalPopup .modal-body .agreement .loginButton, #associatedSocialPopup .modal-body .agreement .loginButton {
        width: 100%;
        text-align: center;
        margin: 10px 0 0; } }
    #loginModalPopup .modal-body .agreement .loginButton .button.login, #socialshareModalPopup .modal-body .agreement .loginButton .button.login, #associatedSocialPopup .modal-body .agreement .loginButton .button.login {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1;
      margin: 0;
      height: 37px;
      line-height: 33px;
      width: 123px; }
      #loginModalPopup .modal-body .agreement .loginButton .button.login:hover, #socialshareModalPopup .modal-body .agreement .loginButton .button.login:hover, #associatedSocialPopup .modal-body .agreement .loginButton .button.login:hover {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        opacity: 0.7; }
      #loginModalPopup .modal-body .agreement .loginButton .button.login.loading:before, #socialshareModalPopup .modal-body .agreement .loginButton .button.login.loading:before, #associatedSocialPopup .modal-body .agreement .loginButton .button.login.loading:before {
        background: transparent url("../img/ajax-loader.gif") no-repeat scroll center center/30px auto;
        content: "";
        display: inline-block;
        height: 50px;
        left: -50px;
        margin-top: -25px;
        position: absolute;
        top: 50%;
        vertical-align: middle;
        width: 50px; }
      @media screen and (max-width: 767px) {
        #loginModalPopup .modal-body .agreement .loginButton .button.login, #socialshareModalPopup .modal-body .agreement .loginButton .button.login, #associatedSocialPopup .modal-body .agreement .loginButton .button.login {
          width: 100%; } }

#loginModalPopup .modal-body .passwordRecovery, #socialshareModalPopup .modal-body .passwordRecovery, #associatedSocialPopup .modal-body .passwordRecovery {
  display: none; }

#loginModalPopup .modal-body .utilityLinks, #socialshareModalPopup .modal-body .utilityLinks, #associatedSocialPopup .modal-body .utilityLinks {
  margin: 30px 0 0;
  font-size: 13px;
  text-align: right; }
  @media screen and (max-width: 767px) {
    #loginModalPopup .modal-body .utilityLinks, #socialshareModalPopup .modal-body .utilityLinks, #associatedSocialPopup .modal-body .utilityLinks {
      text-align: center; }
      #loginModalPopup .modal-body .utilityLinks a, #socialshareModalPopup .modal-body .utilityLinks a, #associatedSocialPopup .modal-body .utilityLinks a {
        font-size: 14px; } }

#loginModalPopup .modal-footer, #socialshareModalPopup .modal-footer, #associatedSocialPopup .modal-footer {
  background: #eeeeee;
  border-top: 1px solid #e4e4e4;
  text-align: center;
  margin: 0; }
  #loginModalPopup .modal-footer h3, #socialshareModalPopup .modal-footer h3, #associatedSocialPopup .modal-footer h3 {
    font-size: 14px;
    font-weight: 600;
    color: #666666;
    margin: 26px 0;
    text-align: center;
    font-family: "Open Sans"; }
  #loginModalPopup .modal-footer .socials, #socialshareModalPopup .modal-footer .socials, #associatedSocialPopup .modal-footer .socials {
    padding: 0;
    display: inline-block;
    overflow: hidden;
    margin: 0 0 35px; }
    #loginModalPopup .modal-footer .socials li, #socialshareModalPopup .modal-footer .socials li, #associatedSocialPopup .modal-footer .socials li {
      float: left;
      margin-left: 10px; }
      #loginModalPopup .modal-footer .socials li:first-child, #socialshareModalPopup .modal-footer .socials li:first-child, #associatedSocialPopup .modal-footer .socials li:first-child {
        margin-left: 0; }
      @media screen and (max-width: 767px) {
        #loginModalPopup .modal-footer .socials li .social, #socialshareModalPopup .modal-footer .socials li .social, #associatedSocialPopup .modal-footer .socials li .social {
          margin: 0 0 10px; } }

#socialshareModalPopup .modal-footer .socials {
  margin-bottom: 0; }

#socialshareModalPopup .modal-footer .sendToFriend {
  margin: 15px 0 35px; }
  #socialshareModalPopup .modal-footer .sendToFriend > span {
    background: #eeeeee;
    display: block;
    margin: 0 auto;
    padding: 0 5px;
    position: relative;
    width: 80px;
    z-index: 1; }

#socialshareModalPopup .modal-footer .friendForm {
  border-top: 1px solid #999999;
  margin: -9px 0 10px;
  overflow: hidden;
  padding: 25px 0 0;
  display: none; }
  #socialshareModalPopup .modal-footer .friendForm input {
    height: 37px;
    line-height: 35px;
    border: 1px solid #bbbbbb;
    margin: 0 2px;
    float: left;
    width: 48%;
    margin: 0 1% 5px;
    font-size: 12px; }
    @media screen and (max-width: 767px) {
      #socialshareModalPopup .modal-footer .friendForm input {
        width: 100%;
        margin-left: 0;
        margin-right: 0; } }
  #socialshareModalPopup .modal-footer .friendForm textarea {
    font-size: 12px;
    width: 98%;
    height: 100px;
    border: 1px solid #bbbbbb;
    padding: 10px;
    line-height: normal; }
    @media screen and (max-width: 767px) {
      #socialshareModalPopup .modal-footer .friendForm textarea {
        width: 100%; } }

#socialshareModalPopup .modal-footer .share.social.friend {
  background: #666666;
  border: 1px solid #666666;
  color: #eaeaea; }
  #socialshareModalPopup .modal-footer .share.social.friend.active {
    background: #d51c24;
    border-color: #d51c24; }
  #socialshareModalPopup .modal-footer .share.social.friend b.icon:before {
    content: "\E003"; }

@media screen and (max-width: 767px) {
  #associatedSocialPopup .modal-header .links .link {
    font-size: 12px; } }

#associatedSocialPopup .paragraph {
  margin: 20px 0; }

#associatedSocialPopup .modal-footer {
  padding-bottom: 10px !important; }
  #associatedSocialPopup .modal-footer .checkboxContainer {
    width: 14px !important; }
  #associatedSocialPopup .modal-footer .toc {
    text-align: left;
    margin: 10px 0; }

/* ANNUNCIO */
.breadcrumb #back {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  color: #2c5c82;
  padding: 6px 8px;
  margin: 0 8px;
  text-decoration: none; }
  @media screen and (max-width: 767px) {
    .breadcrumb #back {
      display: none;
      padding: 2px 8px; } }

.detail .breadcrumb #back:visited,
.detail .breadcrumb #back:hover {
  text-decoration: none; }

.detail .breadcrumb a.first {
  border-right: none; }

.item {
  margin: 12px 0 !important; }

.grid-style1 .item {
  width: 50%;
  padding: 0 20px; }

.list-style .item {
  width: 100%; }

.post {
  border: 1px solid #cccccc;
  padding: 15px 14px; }
  .post .newLabel {
    background: #e1b240;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    height: 25px;
    line-height: 25px;
    width: 72px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    display: block; }
  .post[type="gold"] {
    border-color: #ba9524; }
  .post[type="silver"] {
    border-color: #acacac; }
  .post.owner {
    border-width: 2px;
    background: #eaeaea; }
    .post.owner .picture .favourite {
      background: #eaeaea; }
  .post .picture {
    position: relative;
    overflow: hidden;
    height: 175px; }
    .post .picture .tooltip .tooltip-inner {
      width: 150px;
      line-height: 12px;
      font-size: 12px;
      padding-bottom: 5px; }
    .post .picture .advImages {
      height: inherit; }
      .post .picture .advImages .slick-slider,
      .post .picture .advImages .slick-slide {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        margin: 0; }
      .post .picture .advImages .slick-prev,
      .post .picture .advImages .slick-next {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        height: 40px;
        width: 22px;
        background: rgba(0, 0, 0, 0.3);
        margin: -20px 0 0; }
        .post .picture .advImages .slick-prev:before,
        .post .picture .advImages .slick-next:before {
          font-size: 30px;
          color: #ffffff;
          font-family: "FontAwesome";
          display: inline-block;
          margin: -3px 0 0; }
        @media screen and (max-width: 767px) {
          .post .picture .advImages .slick-prev,
          .post .picture .advImages .slick-next {
            background: none;
            font-size: 45px; } }
      .post .picture .advImages .slick-prev:before {
        content: "\f104"; }
      .post .picture .advImages .slick-next:before {
        content: "\f105"; }
      .post .picture .advImages:hover .slick-prev {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        left: 0; }
      .post .picture .advImages:hover .slick-next {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        right: 0; }
    .post .picture .pic {
      display: inline-block;
      text-align: center;
      background: #ffffff;
      height: 175px;
      width: 100%;
      padding: 0; }
      .post .picture .pic.slick-slide img {
        display: inline-block; }
      .post .picture .pic img {
        width: auto;
        height: 100%; }
      @media screen and (max-width: 767px) {
        .post .picture .pic img {
          height: auto;
          width: 100%; }
        .post .picture .pic .forMail {
          height: auto !important;
          width: 200px !important; } }

@media screen and (min-width: 768px) and (max-width: 1199px) and (orientation: portrait) {
  .post .picture .pic img {
    height: auto;
    width: 100%; } }
    .post .picture .picsCount {
      position: absolute;
      bottom: 0;
      right: 0;
      min-width: 53px;
      height: 22px;
      line-height: 23px;
      background: rgba(255, 255, 255, 0.7);
      color: #000000;
      font-size: 12px;
      font-weight: 600;
      z-index: 1000;
      -webkit-border-radius: 0 2px 0 0;
      -moz-border-radius: 0 2px 0 0;
      -ms-border-radius: 0 2px 0 0;
      -o-border-radius: 0 2px 0 0;
      border-radius: 0 2px 0 0; }
      .ie8 .post .picture .picsCount {
        background: #ffffff; }
      .post .picture .picsCount:before {
        margin: -4px 4px 0 12px;
        content: "\E012";
        font-size: 16px;
        color: #000000; }
    .post .picture .favourite,
    .post .picture .compare {
      position: absolute;
      display: inline-block;
      right: -1px;
      width: 41px;
      height: 41px;
      line-height: 41px;
      padding: 0 0 0 30px;
      background: #ffffff;
      -webkit-border-radius: 0 0 0 2px;
      -moz-border-radius: 0 0 0 2px;
      -ms-border-radius: 0 0 0 2px;
      -o-border-radius: 0 0 0 2px;
      border-radius: 0 0 0 2px;
      z-index: 1000; }
      .post .picture .favourite:before,
      .post .picture .compare:before {
        font-size: 25px;
        color: #666666;
        margin: -3px 0 0 -20px; }
    .post .picture .hideAdv {
      -webkit-border-radius: 0 4px 0 0;
      -moz-border-radius: 0 4px 0 0;
      -ms-border-radius: 0 4px 0 0;
      -o-border-radius: 0 4px 0 0;
      border-radius: 0 4px 0 0;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
      opacity: 0.35;
      -webkit-transition: opacity 0.4s ease-in-out;
      -moz-transition: opacity 0.4s ease-in-out;
      -o-transition: opacity 0.4s ease-in-out;
      transition: opacity 0.4s ease-in-out;
      position: absolute;
      bottom: 0;
      left: 0;
      background: #ffffff;
      width: 33px;
      height: 33px; }
      .post .picture .hideAdv .hideIco {
        font-size: 18px;
        padding: 7px;
        color: #222222; }
    .post .picture:hover .hideAdv {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1;
      -webkit-transition: opacity 0.4s ease-in-out;
      -moz-transition: opacity 0.4s ease-in-out;
      -o-transition: opacity 0.4s ease-in-out;
      transition: opacity 0.4s ease-in-out; }
    .post .picture .favourite {
      top: 0; }
      .post .picture .favourite:before {
        content: "\E00C"; }
      .post .picture .favourite.yes:before {
        content: "\E000";
        color: #d51c24; }
    .post .picture .compare {
      top: 44px; }
      .post .picture .compare:before {
        content: "\E02F"; }
      .post .picture .compare.active:before {
        color: #d51c24; }
  .post .infoBox {
    padding: 0 0 0 15px;
    color: #666666;
    margin: 0;
    width: 66.6666%; }
    @media screen and (max-width: 767px) {
      .post .infoBox {
        width: 100%;
        padding: 10px 0 0; } }
    .post .infoBox h2 {
      display: inline-block;
      max-width: 75%; }
    .post .infoBox a.title {
      display: inline-block;
      font-size: 16px;
      height: 20px;
      font-family: "Open Sans";
      font-weight: normal;
      color: #d51c24 !important;
      margin: 0;
      border: none !important;
      margin: 0 !important;
      padding: 0 !important;
      vertical-align: middle;
      white-space: nowrap;
      text-overflow: ellipsis;
      text-decoration: none;
      text-transform: none;
      font-weight: 600;
      width: 100%;
      overflow: hidden; }
    .post .infoBox .action {
      margin-left: 8px;
      padding-left: 0;
      color: #d51c24;
      display: inline-block;
      vertical-align: middle;
      font-size: 21px; }
      .post .infoBox .action.fa-share-alt {
        border-left: none;
        padding-left: 0; }
    .post .infoBox .price {
      color: #222222;
      position: static;
      text-align: right;
      background: none;
      padding: 0;
      float: right;
      font-size: 16px;
      font-weight: 600;
      margin-left: 5px; }
      .post .infoBox .price .newLabel {
        float: right;
        clear: both; }
      .post .infoBox .price .specialSell.aste {
        width: 72px;
        text-align: center;
        line-height: normal;
        font-size: 15px;
        padding: 2px 0;
        margin: 2px 0 0;
        float: right;
        clear: both; }
      .post .infoBox .price:after, .post .infoBox .price:before {
        display: none; }
    .post .infoBox .priceChange {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1;
      display: inline-block;
      font-size: 16px !important;
      font-weight: 600;
      position: relative;
      top: -6px;
      color: #d51c24; }
      .post .infoBox .priceChange:before {
        font-size: 13px;
        margin: 0 3px 0 0; }
      .post .infoBox .priceChange:after {
        content: " \20AC"; }
      .post .infoBox .priceChange.less {
        color: #5b9527; }
        .post .infoBox .priceChange.less .fa {
          font-size: 12px;
          margin: 6px 2px 0 0;
          vertical-align: top; }
      .post .infoBox .priceChange.more {
        color: #d51c24; }
        .post .infoBox .priceChange.more:before {
          /*content: "\E030";*/ }
    .post .infoBox .address {
      color: #666666;
      font-family: "Open Sans";
      display: block;
      font-size: 13px;
      font-weight: 400;
      text-transform: uppercase; }
    .post .infoBox .description {
      margin: 15px 0 0 0;
      font-size: 13px;
      line-height: 18px; }
      .post .infoBox .description .details {
        display: block;
        font-size: 13px;
        font-weight: 600;
        color: #222222;
        margin-top: 10px; }
        .post .infoBox .description .details span {
          position: relative;
          display: inline-block; }
          .post .infoBox .description .details span:before {
            font-size: 18px !important;
            color: #999999;
            margin: -3px 8px 0 0; }
          .post .infoBox .description .details span:after {
            color: #cacaca;
            content: "|";
            margin: 0 4px; }
          .post .infoBox .description .details span.garage:before {
            content: "\E02A"; }
          .post .infoBox .description .details span.surface:before {
            content: "\E02D"; }
          .post .infoBox .description .details span.rooms:before {
            content: "\E02C"; }
          .post .infoBox .description .details span.services:before {
            content: "\E02B"; }
          .post .infoBox .description .details span:last-child:after {
            content: ""; }
      .post .infoBox .description .descriptionText {
        display: inline-block;
        height: 54px;
        margin-top: 6px;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        font-weight: 400; }
        @media screen and (max-width: 767px) {
          .post .infoBox .description .descriptionText {
            height: auto; } }
    .post .infoBox .agencyReference {
      overflow: hidden;
      margin: 6px 0 0; }
      @media screen and (max-width: 767px) {
        .post .infoBox .agencyReference {
          margin-top: 18px; } }
      .post .infoBox .agencyReference .name {
        text-align: left;
        font-style: italic;
        font-size: 13px;
        display: block;
        margin: 0 0 6px; }
      .post .infoBox .agencyReference .button.contact {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        height: 29px;
        line-height: 27px;
        border-width: 1px;
        font-size: 13px;
        padding: 0 6px; }
        .post .infoBox .agencyReference .button.contact:hover {
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
          opacity: 0.7; }
      .post .infoBox .agencyReference .button.modify {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        font-size: 13px;
        background: transparent;
        color: #87888a !important;
        border-width: 2px;
        border-color: #a6a6a8;
        text-transform: capitalize;
        color: #d51c24;
        border-color: #d51c24;
        height: 29px;
        line-height: 27px;
        border-width: 1px;
        font-size: 13px;
        padding: 0 6px; }
        .post .infoBox .agencyReference .button.modify:hover {
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
          opacity: 0.7; }
        .post .infoBox .agencyReference .button.modify:after {
          content: "\E009";
          font-size: 16px;
          margin: -4px 0 0 5px; }
      .post .infoBox .agencyReference .data {
        float: none;
        display: inline-block;
        vertical-align: bottom; }
        @media screen and (max-width: 767px) {
          .post .infoBox .agencyReference .data {
            text-align: left; } }
      .post .infoBox .agencyReference .logo {
        float: none;
        display: inline-block;
        vertical-align: bottom;
        text-align: right;
        margin-left: -4px;
        height: 45px; }
        .post .infoBox .agencyReference .logo img {
          display: inline-block;
          max-width: 100%;
          height: 100%; }
        @media screen and (max-width: 767px) {
          .post .infoBox .agencyReference .logo {
            height: 65px;
            text-align: center;
            margin: 0 0 0 -4px; } }
      .post .infoBox .agencyReference > .action.priceAlert {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        background: #5F9EA0;
        color: #ffffff !important;
        border-color: #5F9EA0; }
        .post .infoBox .agencyReference > .action.priceAlert:hover {
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
          opacity: 0.7; }
    @media screen and (max-width: 767px) {
      .post .infoBox .action.priceAlert {
        height: 35px !important;
        line-height: 31px !important;
        margin: 15px 0 0; }
        .post .infoBox .action.priceAlert br {
          display: none; }
        .post .infoBox .action.priceAlert:after {
          font-size: 28px;
          margin: 0; }
        .post .infoBox .action.priceAlert br {
          display: none; }
        .post .infoBox .action.priceAlert .textLine {
          display: inline-block;
          font-size: 12px;
          font-weight: 600;
          padding: 0; } }
    .post .infoBox .data .action.priceAlert {
      display: inline-block !important; }
      @media screen and (max-width: 767px) {
        .post .infoBox .data .action.priceAlert {
          display: none !important; } }
  .post .postVisibility {
    display: none;
    background-color: #eeeeee;
    float: left;
    font-size: 12px;
    font-weight: 600;
    height: 38px;
    line-height: 38px;
    width: 100%;
    margin: 15px -14px -16px;
    padding: 0 14px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
    .post .postVisibility span {
      display: inline-block;
      text-transform: uppercase; }
  .post[type="gold"] .postVisibility {
    background: #fcf6ea;
    display: block; }
    .post[type="gold"] .postVisibility .visibility {
      color: #ba9524; }
      .post[type="gold"] .postVisibility .visibility:before {
        content: "\E026";
        font-size: 16px;
        margin: 0 5px 3px 0;
        line-height: 1px; }
  .post[type="silver"] .postVisibility {
    background: #dddddd;
    display: block; }
    .post[type="silver"] .postVisibility .visibility {
      color: #acacac; }
      .post[type="silver"] .postVisibility .visibility:before {
        content: "\E028";
        font-size: 16px;
        margin: 0 5px 3px 0;
        line-height: 1px; }
  .post.owner .postVisibility {
    height: 30px;
    line-height: 37px;
    color: #666666; }
    .post.owner .postVisibility .visibility:before {
      content: "\E005";
      font-size: 16px;
      margin: 0 5px 3px 0;
      line-height: 1px; }
  .post .noMapMessage {
    display: none; }
  .post .rankingGoUpPanel {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: none;
    cursor: pointer;
    width: 100%;
    float: left;
    background: #5b9527;
    padding: 0 14px;
    margin: 15px -14px -16px; }
    .post .rankingGoUpPanel .moreDetails {
      font-size: 10px;
      font-weight: 400;
      text-transform: uppercase;
      text-decoration: none;
      vertical-align: middle;
      color: #ffffff;
      background: none;
      float: right;
      margin: 12px 5px 0; }
      .post .rankingGoUpPanel .moreDetails:hover {
        text-decoration: none; }
      .post .rankingGoUpPanel .moreDetails:before {
        content: "\E007";
        margin: 0 3px 0 0;
        font-size: 14px; }
      .post .rankingGoUpPanel .moreDetails.open {
        background: none;
        height: auto; }
        .post .rankingGoUpPanel .moreDetails.open:before {
          content: "\E023"; }
    .post .rankingGoUpPanel .text {
      font-size: 13px;
      color: #eeeeee;
      font-weight: 400;
      height: 40px;
      line-height: 40px;
      margin-right: 20px; }
      .post .rankingGoUpPanel .text b {
        color: #5b9527;
        font-weight: 600;
        text-transform: uppercase; }
      .post .rankingGoUpPanel .text .count {
        font-weight: 700;
        font-size: 28px; }
  .post .rankingGoUpPanel .product,
  .post .extendedDetails .product {
    background: green;
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    height: auto;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    overflow: visible; }
    .post .rankingGoUpPanel .product + .product,
    .post .extendedDetails .product + .product {
      margin-left: 20px; }
      .post .rankingGoUpPanel .product + .product:before,
      .post .extendedDetails .product + .product:before {
        background: transparent none repeat scroll 0 0;
        color: #222;
        content: "+";
        margin: 0;
        position: absolute;
        left: -16px; }
    .post .rankingGoUpPanel .product.hideMe + .product:before,
    .post .extendedDetails .product.hideMe + .product:before {
      content: ""; }
    .post .rankingGoUpPanel .product.visibility.gold,
    .post .extendedDetails .product.visibility.gold {
      background: #fcf6ea;
      color: #ba9524;
      border: 1px solid #ba9524; }
      .post .rankingGoUpPanel .product.visibility.gold:before,
      .post .extendedDetails .product.visibility.gold:before {
        content: "\E026";
        font-size: 16px;
        margin: 0 5px 3px 0;
        line-height: 1px; }
    .post .rankingGoUpPanel .product.visibility.silver,
    .post .extendedDetails .product.visibility.silver {
      background: #ebebeb;
      color: #acacac;
      border: 1px solid #acacac; }
      .post .rankingGoUpPanel .product.visibility.silver:before,
      .post .extendedDetails .product.visibility.silver:before {
        content: "\E028";
        font-size: 16px;
        margin: 0 5px 3px 0;
        line-height: 1px; }
    .post .rankingGoUpPanel .product.points,
    .post .extendedDetails .product.points {
      text-transform: none; }
      .post .rankingGoUpPanel .product.points .count:before,
      .post .extendedDetails .product.points .count:before {
        color: #ffffff;
        margin: 0 8px 0 0;
        content: "\E030";
        font-size: 18px;
        line-height: 1px; }
  .post .extendedDetails {
    padding: 10px;
    display: none;
    background: #fdfdfd;
    margin: 0 -14px;
    color: #222222;
    overflow: hidden; }
    .post .extendedDetails .text {
      color: inherit;
      display: block;
      margin: 15px 0;
      line-height: normal;
      height: auto;
      font-size: 14px; }
    .post .extendedDetails .line {
      padding: 8px 0;
      border-top: 1px solid #cccccc;
      overflow: hidden; }
      .post .extendedDetails .line:first-child {
        border: none; }
      .post .extendedDetails .line .description {
        width: 70%;
        padding: 8px 0;
        font-size: 13px;
        line-height: 15px; }
      .post .extendedDetails .line .price {
        float: right;
        font-size: 24px; }
        .post .extendedDetails .line .price:after {
          content: "\20AC"; }
      .post .extendedDetails .line.total {
        border-width: 2px;
        margin-top: 15px; }
        .post .extendedDetails .line.total .price {
          font-size: 32px;
          font-weight: 600; }
          .post .extendedDetails .line.total .price:before {
            content: "TOTALE: ";
            font-size: 14px;
            font-weight: 600; }
    .post .extendedDetails .product {
      font-size: 15px; }
      .post .extendedDetails .product + .product:before {
        display: none; }
    .post .extendedDetails .buyGoUp {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1;
      margin: 10px auto;
      float: right;
      width: 180px;
      height: 48px;
      line-height: 46px; }
      .post .extendedDetails .buyGoUp:hover {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        opacity: 0.7; }
  .post.small {
    width: 100%;
    float: left;
    margin: 4px 0;
    cursor: pointer;
    padding-bottom: 0;
    position: relative; }
    .post.small .noMapMessage {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #aaaaaa;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1099; }
      .post.small .noMapMessage .text {
        -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
        box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
        display: none;
        background: url("../img/noMarkerBig.png") no-repeat 15px 22px scroll #ededed;
        font-size: 14px;
        color: #222222;
        padding: 20px 20px 20px 75px;
        line-height: 18px;
        position: relative; }
      .post.small .noMapMessage .hideAdv {
        display: inline-block;
        color: #222222;
        font-size: 13px;
        vertical-align: middle;
        padding: 5px 0; }
        .post.small .noMapMessage .hideAdv .hideIco {
          font-size: 18px; }
          .post.small .noMapMessage .hideAdv .hideIco:before {
            position: relative;
            top: 2px; }
    .post.small h2 {
      font-size: 16px; }
    .post.small .picture {
      width: 100%; }
      .post.small .picture .pic {
        text-align: center;
        height: 175px; }
        .post.small .picture .pic img {
          margin: 0 auto;
          height: 100% !important;
          width: auto;
          max-width: none; }
      .post.small .picture .action.fa-share-alt {
        position: absolute;
        bottom: 0;
        right: 0;
        text-decoration: none; }
        .post.small .picture .action.fa-share-alt:before {
          font-size: 24px;
          padding: 0 8px; }
    .post.small .infoBox {
      width: 100%;
      padding: 10px 0; }
      .post.small .infoBox .details span {
        display: inline-block;
        padding-top: 30px; }
        .post.small .infoBox .details span:before {
          position: absolute;
          top: 10px;
          transform: translateX(-100%);
          left: 50%; }
      .post.small .infoBox .action {
        float: right;
        margin-top: 2px;
        border: none; }
      .post.small .infoBox .price {
        width: 100%;
        margin: 5px 0 0;
        float: left;
        text-align: left; }
      .post.small .infoBox .priceAlert {
        margin: 15px 0 0;
        width: 100%;
        text-align: center;
        font-size: 12px; }
        .post.small .infoBox .priceAlert .textLine {
          padding: 0 8px; }
        .post.small .infoBox .priceAlert:after {
          margin: 0; }
      .post.small .infoBox .specialSell {
        font-size: 12px;
        line-height: 16px; }
    .post.small .description {
      margin: 5px 0 0;
      overflow: hidden; }
      .post.small .description .descriptionText {
        height: auto;
        float: left; }
    .post.small .postVisibility {
      margin: 15px -14px -10px; }

.grid-style1 .agencies-list {
  font-size: 0; }
  .grid-style1 .agencies-list li {
    float: none;
    display: inline-block;
    vertical-align: top; }
  .grid-style1 .agencies-list .post {
    padding-bottom: 0;
    position: relative; }
    .grid-style1 .agencies-list .post .picture {
      width: 100%; }
      .grid-style1 .agencies-list .post .picture .pic {
        text-align: center; }
    .grid-style1 .agencies-list .post .infoBox {
      width: 100%;
      padding: 10px 0; }
      .grid-style1 .agencies-list .post .infoBox .action {
        float: right;
        margin-top: 2px;
        border: none; }
        .grid-style1 .agencies-list .post .infoBox .action.fa-share-alt {
          float: left; }
      .grid-style1 .agencies-list .post .infoBox .price {
        width: 100%;
        margin: 5px 0;
        float: left;
        text-align: left; }
    .grid-style1 .agencies-list .post .agencyReference {
      margin: 15px 0 0;
      border-top: 1px solid #ccc;
      padding: 10px 0;
      text-align: center; }
      .grid-style1 .agencies-list .post .agencyReference .data {
        width: 100%;
        margin: 15px 0 0; }
      .grid-style1 .agencies-list .post .agencyReference .logo {
        float: none !important;
        margin: 20px 0 0;
        width: 80% !important;
        text-align: center; }
    .grid-style1 .agencies-list .post .postVisibility {
      margin-bottom: 0px; }

.reportError {
  background: #efefef;
  color: #999;
  display: inline-block;
  font-size: 14px;
  margin: 10px 0;
  padding: 5px 10px; }

.related .news {
  margin-top: 10px; }
  .related .news h3 {
    margin-bottom: 5px; }

.post.unicredit {
  border-color: #d51c24; }

.priceAlert {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  height: 29px;
  color: #ffffff !important;
  line-height: 27px;
  font-weight: 600;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-color: transparent; }
  .priceAlert .textLine {
    font-size: 13px;
    line-height: 11px;
    color: #ffffff !important;
    display: inline-block;
    text-align: center;
    padding: 2px 8px 0;
    font-weight: 400; }
    @media screen and (max-width: 767px) {
      .priceAlert .textLine {
        display: none; } }
  .priceAlert:after {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 22px;
    content: "\E048";
    color: #888888;
    margin: -6px 0 0 -8px; }
  .priceAlert:hover, .priceAlert.hover {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #5F9EA0;
    color: #ffffff !important; }
    .priceAlert:hover .textLine, .priceAlert.hover .textLine {
      color: inherit !important; }
    .priceAlert:hover:after, .priceAlert.hover:after {
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      color: #ffffff; }
  .priceAlert.on:after {
    color: #ba9524; }
  @media screen and (max-width: 767px) {
    .priceAlert {
      padding: 0 6px !important;
      text-align: left !important; }
      .priceAlert:after {
        position: absolute;
        right: 4px;
        top: 2px; } }

.professionist-list .post .picture .pic img {
  width: 100%;
  height: auto; }

.details .company-list-logo img {
  max-height: 42px; }

.details .company-list-logo img:after {
  content: ""; }

.post .infoBox .description .details span.company-list-logo:after {
  content: "" !important; }

.company-list-logo:after {
  content: "" !important; }

@media (min-width: 768px) {
  .details .company-list-logo {
    float: right; } }

.agencyDetails .extra-info {
  margin-top: 50px; }
  .agencyDetails .extra-info .external-link-square a {
    font-size: 13px;
    color: #74777c; }

.attachedFiles {
  margin: 20px 0; }
  .attachedFiles h4 {
    font-family: "Open Sans";
    font-weight: 600;
    color: #666;
    margin: 10px 0;
    font-size: 16px; }
  .attachedFiles ul {
    border-top: 1px dotted #ddd;
    padding: 10px 5px;
    border-bottom: 1px dotted #ddd;
    overflow: hidden;
    background: #efefef; }
    .attachedFiles ul li {
      padding: 5px 0;
      float: left;
      margin: 0 20px 0 10px; }
      .attachedFiles ul li a {
        font-size: 14px;
        color: #aaa;
        padding: 0 0 0 10px; }
        .attachedFiles ul li a:hover {
          color: #666; }

.specialSell {
  padding: 0 6px;
  line-height: 18px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600; }
  .specialSell.aste {
    background: #d51c24;
    color: #ffffff; }

.modal-fullscreen {
  background: white; }

.modal-fullscreen .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.modal-backdrop.modal-backdrop-fullscreen {
  background: white; }

/*.modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: .97;
  filter: alpha(opacity=97);
}*/
.modal-fullscreen .modal-dialog {
  margin: 0 !important;
  margin-right: auto !important;
  margin-left: auto !important;
  width: 100% !important;
  left: 0px !important; }

@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
    width: 750px; } }

@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
    width: 970px; } }

@media (min-width: 1200px) {
  .modal-fullscreen .modal-dialog {
    width: 1170px; } }

.control-group {
  display: inline-block; }
  .control-group.control-group--inline .control {
    display: inline;
    margin-right: 15px; }
    .control-group.control-group--inline .control:last-child {
      margin-right: 0px; }
  .control-group .control:last-child {
    margin-bottom: 0px; }

.control {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: 500;
  text-align: left;
  min-height: 20px; }

.control span {
  vertical-align: middle;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%); }

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0; }

.control__indicator {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 20px;
  width: 20px;
  background: #c7c7c7; }

.has-error .control {
  color: #d51c24; }

.has-error .control__indicator {
  border: 2px solid #d51c24; }

.control--radio .control__indicator {
  border-radius: 50%; }

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #8f8f8f; }

.control input:checked ~ .control__indicator {
  background: #5F9EA0; }

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #4c7e80; }

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none; }

.control__indicator:after {
  content: '';
  position: absolute;
  display: none; }

.control input:checked ~ .control__indicator:after {
  display: block; }

.control--checkbox .control__indicator:after {
  left: 6px;
  top: 1px;
  width: 8px;
  height: 14px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b; }

.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff; }

.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b; }

#socialshareModalPopup .modal-dialog .modal-body .infoBox .title {
  white-space: normal; }

#socialshareModalPopup .link.access.active {
  font-size: 12px; }

#socialshareModalPopup .post h2 {
  margin: 0 0 10px; }

#socialshareModalPopup .post .infoBox {
  width: 100%;
  padding: 10px 0 0; }
  #socialshareModalPopup .post .infoBox .price {
    float: right;
    width: auto; }

#socialshareModalPopup .post .description {
  margin: 0 0 10px; }
  #socialshareModalPopup .post .description .details {
    margin: 0 0 10px; }
  #socialshareModalPopup .post .description .descriptionText {
    margin: 0 0 10px; }

*::-moz-selection, *::selection {
  /* Code for Firefox */
  color: #006699;
  background: #ffffff; }

body {
  font-family: "Open Sans"; }
  body.noskin {
    background: #ffffff; }
    body.noskin #head_takeover,
    body.noskin #column_left,
    body.noskin #column_right {
      display: none !important; }
    body.noskin #contentWrapper, body.noskin .content.commercial {
      width: auto; }

#wrapper {
  background-color: transparent !important; }

.text-green {
  color: #39b54a; }

select {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 0; }

input,
select {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none; }

.btn-default#search-go:hover {
  padding: 0 !important; }
  .btn-default#search-go:hover .fa {
    display: none; }
  @media screen and (max-width: 767px) {
    .btn-default#search-go:hover:hover {
      width: 60% !important; } }

label {
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 0;
  white-space: normal; }

a,
a:hover,
a:visited {
  text-decoration: none; }

.search-link a,
.search-link a:hover,
.search-link a:visited,
.search-link h3 {
  color: #666;
  padding: 5px 25px 5px 0 !important;
  font-size: 12px; }

.search-link h3 {
  padding-bottom: 5px;
  font-size: 12pt; }

p {
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'fjallaone', sans-serif; }

ul,
li {
  padding: 0;
  list-style: none; }

@media screen and (max-width: 767px) {
  .main {
    padding-left: 15px;
    padding-right: 15px; } }

.modal {
  z-index: 20000 !important; }
  .modal .closeBtn {
    position: absolute;
    right: 18px;
    font-size: 16px;
    color: #666666;
    top: 12px; }
    @media screen and (max-width: 767px) {
      .modal .closeBtn {
        font-size: 24px; } }

.nav-mobile {
  display: none; }
  .nav-mobile .dropdown-mobile a .caret {
    display: none; }
  @media screen and (max-width: 767px) {
    .nav-mobile {
      display: block; } }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .nav-mobile {
      display: block; } }

.chzn-container.chzn-disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  background: #eaeaea; }

.chzn-container-multi .chzn-choices {
  padding: 5px;
  margin: 0;
  border-bottom: none;
  min-height: 51px;
  max-height: 64px;
  overflow: auto;
  line-height: 41px; }
  .chzn-container-multi .chzn-choices li.search-choice {
    font-size: 12px;
    line-height: 22px;
    margin-top: 8px;
    margin-bottom: 0; }
    .chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
      top: 5px; }

.chzn-container-multi .chzn-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  margin-top: -3px; }
  .chzn-container-multi .chzn-drop .result-selected {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #ffffff;
    color: #d51c24;
    border: 1px solid #d51c24;
    cursor: pointer; }
    .chzn-container-multi .chzn-drop .result-selected:hover {
      background: #d51c24;
      color: #ffffff; }

@media screen and (min-width: 1200px) {
  .chzn-container .chzn-results {
    max-height: 250px; } }

.chzn-container .chzn-single div {
  width: 20px;
  right: 0px;
  top: 50%;
  margin-top: -12px; }
  .chzn-container .chzn-single div b {
    background-image: url("chosen-sprite.png");
    background-repeat: no-repeat;
    background-position: 0 2px;
    background-color: transparent;
    display: block;
    height: 100%;
    width: 100%; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) {
      .chzn-container .chzn-single div b {
        background-image: url("chzn-sprite@2x.png");
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important; } }
    .chzn-container .chzn-single div b::before {
      display: none; }

.chzn-container .chzn-single .chzn-drop {
  display: none; }

.chzn-container.chzn-container-multi abbr,
.chzn-container .chzn-single abbr {
  position: absolute;
  margin-top: -8px;
  right: 22px;
  height: 14px;
  line-height: 12px;
  top: 50% !important;
  background: none !important;
  cursor: pointer; }
  .chzn-container.chzn-container-multi abbr:before,
  .chzn-container .chzn-single abbr:before {
    content: "\E013";
    font-size: 12px; }
  .chzn-container.chzn-container-multi abbr:hover,
  .chzn-container .chzn-single abbr:hover {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }

.chzn-container .chzn-search input[type="text"] {
  background: none !important; }

#main-search {
  position: relative;
  z-index: 1003;
  height: auto;
  background: #08263e;
  margin-top: 4px; }
  @media screen and (min-width: 1200px) {
    #main-search {
      height: 490px; } }
  @media screen and (max-width: 767px) {
    #main-search {
      overflow: visible;
      margin: 0; } }
  #main-search #home-search-section, #main-search #home-search-freetext-section,
  #main-search #home-geographic {
    height: inherit;
    padding: 125px 0 0; }
    #main-search #home-search-section:before, #main-search #home-search-freetext-section:before,
    #main-search #home-geographic:before {
      content: " ";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      background-color: rgba(60, 120, 171, 0.5); }
    #main-search #home-search-section .filters .multiple input[type="text"], #main-search #home-search-freetext-section .filters .multiple input[type="text"],
    #main-search #home-search-section .filters .multiple input[type="number"],
    #main-search #home-search-freetext-section .filters .multiple input[type="number"],
    #main-search #home-search-section .filters .multiple input[type="tel"],
    #main-search #home-search-freetext-section .filters .multiple input[type="tel"],
    #main-search #home-geographic .filters .multiple input[type="text"],
    #main-search #home-geographic .filters .multiple input[type="number"],
    #main-search #home-geographic .filters .multiple input[type="tel"] {
      width: 154px; }
    @media screen and (max-width: 767px) {
      #main-search #home-search-section, #main-search #home-search-freetext-section,
      #main-search #home-geographic {
        padding: 25px 15px 0; }
        #main-search #home-search-section .filters .multiple input[type="text"], #main-search #home-search-freetext-section .filters .multiple input[type="text"],
        #main-search #home-search-section .filters .multiple input[type="number"],
        #main-search #home-search-freetext-section .filters .multiple input[type="number"],
        #main-search #home-search-section .filters .multiple input[type="tel"],
        #main-search #home-search-freetext-section .filters .multiple input[type="tel"],
        #main-search #home-geographic .filters .multiple input[type="text"],
        #main-search #home-geographic .filters .multiple input[type="number"],
        #main-search #home-geographic .filters .multiple input[type="tel"] {
          width: 50%; } }
    @media screen and (min-width: 768px) and (max-width: 1199px) {
      #main-search #home-search-section, #main-search #home-search-freetext-section,
      #main-search #home-geographic {
        padding: 25px 15px 0; }
        #main-search #home-search-section .filters .multiple input[type="text"], #main-search #home-search-freetext-section .filters .multiple input[type="text"],
        #main-search #home-search-section .filters .multiple input[type="number"],
        #main-search #home-search-freetext-section .filters .multiple input[type="number"],
        #main-search #home-search-section .filters .multiple input[type="tel"],
        #main-search #home-search-freetext-section .filters .multiple input[type="tel"],
        #main-search #home-geographic .filters .multiple input[type="text"],
        #main-search #home-geographic .filters .multiple input[type="number"],
        #main-search #home-geographic .filters .multiple input[type="tel"] {
          width: 50%;
          height: 48px;
          line-height: normal; } }
  #main-search #home-geographic {
    padding: 35px 0 0; }

.action-box {
  z-index: 1002;
  position: relative;
  background: #08263e;
  border-bottom: none;
  height: auto;
  border-top: medium none;
  line-height: 53px;
  padding: 0;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .action-box {
      height: auto;
      line-height: normal;
      padding: 10px 0 5px; } }
  .action-box .selector-search-mode {
    background: none;
    padding: 0 16px;
    display: inline-block;
    font-size: 12px; }
    .action-box .selector-search-mode a {
      color: #6594b2;
      font-weight: 600;
      text-decoration: none; }
      .action-box .selector-search-mode a:hover {
        text-decoration: none; }
    @media screen and (max-width: 767px) {
      .action-box .selector-search-mode {
        float: left;
        width: 25%; }
        .action-box .selector-search-mode a {
          display: inline-block;
          padding: 5px 0 0;
          font-size: 11px;
          line-height: 14px; } }
    .action-box .selector-search-mode.selected {
      border-bottom: 5px solid #ffffff; }
      .action-box .selector-search-mode.selected a {
        color: #ffffff; }
        .action-box .selector-search-mode.selected a:hover {
          text-decoration: none; }
      @media screen and (max-width: 767px) {
        .action-box .selector-search-mode.selected {
          border: none; } }
    .action-box .selector-search-mode a:before {
      font-size: 22px; }
    .action-box .selector-search-mode #classic:before {
      content: "\E00B"; }
    .action-box .selector-search-mode #freetext:before {
      content: "\E049";
      font-size: 32px; }
      @media screen and (min-width: 768px) and (max-width: 1199px) {
        .action-box .selector-search-mode #freetext:before {
          margin-right: 5px; } }
      @media screen and (min-width: 1200px) {
        .action-box .selector-search-mode #freetext:before {
          margin-right: 5px; } }
    .action-box .selector-search-mode #geographic:before {
      content: "\E01F"; }
    .action-box .selector-search-mode #address:before {
      content: "\E014"; }
    @media screen and (max-width: 767px) {
      .action-box .selector-search-mode {
        position: relative;
        display: inline-block;
        padding: 20px 15px 0;
        height: auto;
        line-height: 32px; }
        .action-box .selector-search-mode > a:before {
          position: absolute;
          top: 0;
          right: 50%;
          margin: 7px -13px 0 0; } }

#main-search .btn {
  -webkit-transition: border-bottom 0s;
  -moz-transition: border-bottom 0s;
  -o-transition: border-bottom 0s;
  transition: border-bottom 0s;
  background: rgba(36, 81, 119, 0.6);
  color: #7ab7dd;
  border-style: solid;
  border-width: 0px;
  height: 44px;
  font-weight: 600;
  line-height: 44px;
  padding: 0 12px;
  position: relative;
  overflow: visible; }
  #main-search .btn.active {
    -webkit-border-radius: 4px 4px 5px 5px;
    -moz-border-radius: 4px 4px 5px 5px;
    -ms-border-radius: 4px 4px 5px 5px;
    -o-border-radius: 4px 4px 5px 5px;
    border-radius: 4px 4px 5px 5px;
    -webkit-transition: border-bottom 0s;
    -moz-transition: border-bottom 0s;
    -o-transition: border-bottom 0s;
    transition: border-bottom 0s;
    background-color: transparent;
    color: #ffffff;
    height: 40px;
    line-height: 36px;
    border-width: 2px;
    padding: 0 10px;
    border-color: #ffffff;
    border-bottom-color: transparent; }
    #main-search .btn.active:after {
      content: " ";
      width: 100%;
      height: 14px;
      background: url("../img/button-bottom-arrow.png") center center no-repeat scroll transparent;
      position: absolute;
      top: 35px;
      left: 0; }

/*
#main-search #home-search-section:before, #main-search #home-geographic:before
*/
#home-search-section, #home-search-freetext-section {
  overflow: visible;
  background-size: cover;
  background-position: center center !important;
  /*
	.searchTypes {

		&.freeText {
			.standardSearch {
				@include transition(opacity 0.6s ease, margin 0.6s ease);
				@include opacity(0);
				margin-top: -10px;
			}
			
			.freeTextSearch {
				@include opacity(1);
			}
		}
	}

	.standardSearch {
		@include opacity(1);
		@include transition(opacity 0.6s ease, margin 0.6s ease);
	}
	*/ }
  #home-search-section .slider-title, #home-search-freetext-section .slider-title {
    font-size: 34px; }
    @media screen and (max-width: 767px) {
      #home-search-section .slider-title, #home-search-freetext-section .slider-title {
        line-height: normal; } }

@media screen and (min-width: 768px) and (max-width: 1199px) and (orientation: portrait) {
  #home-search-section .slider-title, #home-search-freetext-section .slider-title {
    margin: 25px 0 -15px; } }
  #home-search-section .slider-subtitle, #home-search-freetext-section .slider-subtitle {
    display: none; }
  #home-search-section #home-search-buttons, #home-search-freetext-section #home-search-buttons {
    margin-top: 20px; }
    #home-search-section #home-search-buttons .municipality, #home-search-freetext-section #home-search-buttons .municipality,
    #home-search-section #home-search-buttons .category, #home-search-freetext-section #home-search-buttons .category,
    #home-search-section #home-search-buttons .filterGo, #home-search-freetext-section #home-search-buttons .filterGo,
    #home-search-section #home-search-buttons .filterBtn, #home-search-freetext-section #home-search-buttons .filterBtn {
      vertical-align: top;
      display: inline-block;
      margin-left: -4px; }
      @media screen and (max-width: 767px) {
        #home-search-section #home-search-buttons .municipality, #home-search-freetext-section #home-search-buttons .municipality,
        #home-search-section #home-search-buttons .category, #home-search-freetext-section #home-search-buttons .category,
        #home-search-section #home-search-buttons .filterGo, #home-search-freetext-section #home-search-buttons .filterGo,
        #home-search-section #home-search-buttons .filterBtn, #home-search-freetext-section #home-search-buttons .filterBtn {
          display: block;
          width: 100%;
          margin: 0 0 10px !important;
          text-align: left; }
          #home-search-section #home-search-buttons .municipality .chzn-single span, #home-search-freetext-section #home-search-buttons .municipality .chzn-single span,
          #home-search-section #home-search-buttons .category .chzn-single span, #home-search-freetext-section #home-search-buttons .category .chzn-single span,
          #home-search-section #home-search-buttons .filterGo .chzn-single span, #home-search-freetext-section #home-search-buttons .filterGo .chzn-single span,
          #home-search-section #home-search-buttons .filterBtn .chzn-single span, #home-search-freetext-section #home-search-buttons .filterBtn .chzn-single span {
            margin-right: 0; } }
    @media screen and (min-width: 768px) and (max-width: 1199px) {
      #home-search-section #home-search-buttons .filterBtn, #home-search-freetext-section #home-search-buttons .filterBtn {
        width: 685px;
        margin: 10px 0 10px -3px !important;
        text-align: center; } }
    @media screen and (max-width: 767px) {
      #home-search-section #home-search-buttons .filterBtn, #home-search-freetext-section #home-search-buttons .filterBtn {
        text-align: center; } }
    #home-search-section #home-search-buttons .mainFilters, #home-search-freetext-section #home-search-buttons .mainFilters {
      margin-top: 38px; }
      #home-search-section #home-search-buttons .mainFilters .advanced.filters, #home-search-freetext-section #home-search-buttons .mainFilters .advanced.filters {
        position: absolute;
        display: none;
        top: 51px;
        right: 0;
        margin: 10px 0 0;
        -webkit-border-radius: 4px 0 4px 4px;
        -moz-border-radius: 4px 0 4px 4px;
        -ms-border-radius: 4px 0 4px 4px;
        -o-border-radius: 4px 0 4px 4px;
        border-radius: 4px 0 4px 4px;
        background: rgba(36, 81, 119, 0.8);
        padding: 9px;
        width: 906px; }
        @media screen and (max-width: 767px) {
          #home-search-section #home-search-buttons .mainFilters .advanced.filters, #home-search-freetext-section #home-search-buttons .mainFilters .advanced.filters {
            background: transparent;
            position: relative;
            width: 100%;
            margin: 0;
            top: 0; }
            #home-search-section #home-search-buttons .mainFilters .advanced.filters .multiple, #home-search-freetext-section #home-search-buttons .mainFilters .advanced.filters .multiple {
              width: 100%;
              margin: 0 0 15px; }
              #home-search-section #home-search-buttons .mainFilters .advanced.filters .multiple input[type='tel'], #home-search-freetext-section #home-search-buttons .mainFilters .advanced.filters .multiple input[type='tel'] {
                width: 50%; } }
        @media screen and (min-width: 768px) and (max-width: 1199px) {
          #home-search-section #home-search-buttons .mainFilters .advanced.filters, #home-search-freetext-section #home-search-buttons .mainFilters .advanced.filters {
            background: transparent;
            position: relative;
            width: 100%;
            margin: 0;
            top: 0; }
            #home-search-section #home-search-buttons .mainFilters .advanced.filters .multiple, #home-search-freetext-section #home-search-buttons .mainFilters .advanced.filters .multiple {
              width: 100%;
              margin: 0 0 15px; }
              #home-search-section #home-search-buttons .mainFilters .advanced.filters .multiple input[type='tel'], #home-search-freetext-section #home-search-buttons .mainFilters .advanced.filters .multiple input[type='tel'] {
                width: 50%; } }
        #home-search-section #home-search-buttons .mainFilters .advanced.filters .chzn-container, #home-search-freetext-section #home-search-buttons .mainFilters .advanced.filters .chzn-container {
          float: none;
          display: inline-block;
          margin-right: -2px;
          margin-left: 10px;
          margin-bottom: 0;
          width: 124px !important; }
          #home-search-section #home-search-buttons .mainFilters .advanced.filters .chzn-container .chzn-single, #home-search-freetext-section #home-search-buttons .mainFilters .advanced.filters .chzn-container .chzn-single {
            height: 40px !important;
            line-height: 40px !important;
            background: #ffffff;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
            font-weight: 400; }
          @media screen and (max-width: 767px) {
            #home-search-section #home-search-buttons .mainFilters .advanced.filters .chzn-container, #home-search-freetext-section #home-search-buttons .mainFilters .advanced.filters .chzn-container {
              position: relative;
              width: 50% !important;
              margin-left: 0; } }
          @media screen and (min-width: 768px) and (max-width: 1199px) {
            #home-search-section #home-search-buttons .mainFilters .advanced.filters .chzn-container, #home-search-freetext-section #home-search-buttons .mainFilters .advanced.filters .chzn-container {
              position: relative;
              width: 50% !important;
              margin-left: 0; }
              #home-search-section #home-search-buttons .mainFilters .advanced.filters .chzn-container .chzn-single, #home-search-freetext-section #home-search-buttons .mainFilters .advanced.filters .chzn-container .chzn-single {
                height: 48px !important;
                line-height: 46px !important; } }
      #home-search-section #home-search-buttons .mainFilters .chzn-container .chzn-single abbr, #home-search-freetext-section #home-search-buttons .mainFilters .chzn-container .chzn-single abbr {
        top: 18px; }
      #home-search-section #home-search-buttons .mainFilters .chzn-container#search_city_chzn .chzn-single, #home-search-freetext-section #home-search-buttons .mainFilters .chzn-container#search_city_chzn .chzn-single {
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        -ms-border-radius: 4px 0 0 4px;
        -o-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
        width: 450px !important;
        text-align: left; }
      #home-search-section #home-search-buttons .mainFilters .chzn-container#typology_chzn .chzn-single, #home-search-freetext-section #home-search-buttons .mainFilters .chzn-container#typology_chzn .chzn-single {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        text-align: left; }
      #home-search-section #home-search-buttons .mainFilters .chzn-container#category_chzn .chzn-single, #home-search-freetext-section #home-search-buttons .mainFilters .chzn-container#category_chzn .chzn-single {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0; }
      @media screen and (max-width: 767px) {
        #home-search-section #home-search-buttons .mainFilters .chzn-container#search_city_chzn, #home-search-freetext-section #home-search-buttons .mainFilters .chzn-container#search_city_chzn, #home-search-section #home-search-buttons .mainFilters .chzn-container#category_chzn, #home-search-freetext-section #home-search-buttons .mainFilters .chzn-container#category_chzn, #home-search-section #home-search-buttons .mainFilters .chzn-container#typology_chzn, #home-search-freetext-section #home-search-buttons .mainFilters .chzn-container#typology_chzn {
          width: 100% !important; }
          #home-search-section #home-search-buttons .mainFilters .chzn-container#search_city_chzn .chzn-single, #home-search-freetext-section #home-search-buttons .mainFilters .chzn-container#search_city_chzn .chzn-single, #home-search-section #home-search-buttons .mainFilters .chzn-container#category_chzn .chzn-single, #home-search-freetext-section #home-search-buttons .mainFilters .chzn-container#category_chzn .chzn-single, #home-search-section #home-search-buttons .mainFilters .chzn-container#typology_chzn .chzn-single, #home-search-freetext-section #home-search-buttons .mainFilters .chzn-container#typology_chzn .chzn-single {
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
            width: 100% !important; } }
      #home-search-section #home-search-buttons .mainFilters .filterBtn, #home-search-freetext-section #home-search-buttons .mainFilters .filterBtn {
        margin-left: 6px; }

#home-search-freetext-section {
  background: url("../img/home-search.jpg") no-repeat center center/cover #2c5c82; }
  #home-search-freetext-section h2 {
    text-align: center; }
  #home-search-freetext-section .freeTextSearch .textSearch {
    padding: 70px 0; }
    #home-search-freetext-section .freeTextSearch .textSearch #freetext {
      -webkit-border-radius: 4px 0 0 4px;
      -moz-border-radius: 4px 0 0 4px;
      -ms-border-radius: 4px 0 0 4px;
      -o-border-radius: 4px 0 0 4px;
      border-radius: 4px 0 0 4px;
      display: table-cell; }
      @media screen and (max-width: 767px) {
        #home-search-freetext-section .freeTextSearch .textSearch #freetext {
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          -o-border-radius: 4px;
          border-radius: 4px;
          display: block;
          margin: 0 0 10px;
          height: 51px;
          width: 100%; } }
    #home-search-freetext-section .freeTextSearch .textSearch .searchBtn {
      width: 80px;
      -webkit-border-radius: 0 4px 4px 0;
      -moz-border-radius: 0 4px 4px 0;
      -ms-border-radius: 0 4px 4px 0;
      -o-border-radius: 0 4px 4px 0;
      border-radius: 0 4px 4px 0;
      display: table-cell; }
      #home-search-freetext-section .freeTextSearch .textSearch .searchBtn:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1; }
      @media screen and (max-width: 767px) {
        #home-search-freetext-section .freeTextSearch .textSearch .searchBtn {
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          -o-border-radius: 4px;
          border-radius: 4px;
          display: block;
          width: 100%; } }

#search-go {
  width: 80px;
  padding: 0;
  height: 51px !important;
  line-height: 51px !important;
  background: #d51c24 !important;
  color: #ffffff !important;
  font-weight: bold;
  border: none;
  position: relative;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  transition: all 0.3s !important; }
  @media screen and (max-width: 767px) {
    #search-go {
      width: 60% !important;
      margin-left: 20%;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px; }
      #search-go:hover {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        width: 60% !important;
        padding-left: 0 !important; } }
  #search-go .fa {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  #search-go:hover {
    padding-left: 30px;
    color: #ffffff; }
    #search-go:hover .fa {
      left: 12px;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }

.agencyDetails {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  margin: 15px 0 0;
  border: 1px solid #dddddd;
  overflow: hidden; }
  .agencyDetails .agencyReference {
    padding: 19px; }
    .agencyDetails .agencyReference .logo {
      display: block;
      margin: 0 0 25px; }
      .agencyDetails .agencyReference .logo img {
        max-width: 100%;
        max-height: 100%; }
    .agencyDetails .agencyReference span {
      display: block; }
    .agencyDetails .agencyReference .name {
      font-size: 16px;
      line-height: 18px;
      color: #222222;
      font-weight: 600;
      font-style: italic;
      margin-bottom: 15px; }
    .agencyDetails .agencyReference .address {
      margin-bottom: 15px;
      font-size: 13px;
      line-height: 18px;
      color: #666666; }
    .agencyDetails .agencyReference .phone {
      font-size: 13px;
      line-height: 18px;
      font-weight: 600;
      color: #666666; }
    .agencyDetails .agencyReference .email {
      font-size: 13px;
      line-height: 18px;
      font-weight: 600;
      color: #d51c24; }
  .agencyDetails .contact {
    background: #eeeeee;
    border-left: 1px solid #dddddd;
    padding: 20px 15px;
    -webkit-border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    -ms-border-radius: 3px 0 0 0;
    -o-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0; }
    @media screen and (max-width: 767px) {
      .agencyDetails .contact {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        border-left: none; } }
    .agencyDetails .contact h2 {
      color: #666666;
      margin: 0 0 25px; }
    .agencyDetails .contact form {
      overflow: hidden; }
      .agencyDetails .contact form .inputFields {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        border: 1px solid #dddddd;
        margin: 0 0 30px; }
      .agencyDetails .contact form input,
      .agencyDetails .contact form textarea {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        height: 39px;
        line-height: 37px;
        border: none;
        border-bottom: 1px solid #dddddd;
        color: #666666;
        font-size: 14px;
        width: 100%; }
        .agencyDetails .contact form input.noBorder,
        .agencyDetails .contact form textarea.noBorder {
          border: none; }
      .agencyDetails .contact form textarea {
        padding: 14px 10px;
        line-height: normal;
        height: 95px; }
      .agencyDetails .contact form .infoPrivacy {
        font-size: 12px;
        color: #222222; }
        .agencyDetails .contact form .infoPrivacy a {
          font-size: inherit; }
      .agencyDetails .contact form .checkboxContainer label {
        background-color: transparent;
        border: 2px solid #d51c24;
        height: 16px;
        width: 16px; }
      .agencyDetails .contact form .send {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        vertical-align: middle;
        height: 42px;
        line-height: 38px;
        min-width: 98px;
        float: right;
        margin: 0; }
        .agencyDetails .contact form .send:hover {
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
          opacity: 0.7; }
        .agencyDetails .contact form .send.loading:before {
          background: transparent url("../img/ajax-loader.gif") no-repeat scroll center center/30px auto;
          content: "";
          display: inline-block;
          height: 50px;
          left: -50px;
          margin-top: -25px;
          position: absolute;
          top: 50%;
          vertical-align: middle;
          width: 50px; }
        @media screen and (max-width: 767px) {
          .agencyDetails .contact form .send {
            float: none;
            display: block;
            margin: 20px auto 0; } }

.send.loading:before {
  background: transparent url("../img/ajax-loader.gif") no-repeat scroll center center/30px auto;
  content: "";
  display: inline-block;
  height: 50px;
  left: -50px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  vertical-align: middle;
  width: 50px; }

.filterBtn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-top: 0;
  margin-left: 5px;
  float: none;
  display: inline-block;
  position: relative; }
  .filterBtn .button {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    padding: 0 8px;
    height: 51px;
    line-height: 51px;
    cursor: pointer; }
    .filterBtn .button:before {
      content: "\E007";
      margin: 0 6px 0 0; }
  .filterBtn.open {
    background: rgba(36, 81, 119, 0.8);
    height: 61px;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
    -o-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0; }
    .filterBtn.open .button:before {
      content: "\E023"; }
    .filterBtn.open .advanced.filters {
      display: block !important; }
    @media screen and (max-width: 767px) {
      .filterBtn.open {
        height: auto; } }
    @media screen and (min-width: 768px) and (max-width: 1199px) {
      .filterBtn.open {
        height: auto; } }
  .filterBtn .advanced.filters {
    position: absolute;
    display: none;
    top: 51px;
    right: 0;
    margin: 10px 0 0;
    -webkit-border-radius: 4px 0 4px 4px;
    -moz-border-radius: 4px 0 4px 4px;
    -ms-border-radius: 4px 0 4px 4px;
    -o-border-radius: 4px 0 4px 4px;
    border-radius: 4px 0 4px 4px;
    background: rgba(36, 81, 119, 0.8);
    padding: 9px;
    width: 906px; }
    @media screen and (max-width: 767px) {
      .filterBtn .advanced.filters {
        background: transparent;
        position: relative;
        width: 100%;
        margin: 0;
        top: 0; }
        .filterBtn .advanced.filters .multiple {
          width: 100%;
          margin: 0 0 15px; }
          .filterBtn .advanced.filters .multiple input[type='tel'] {
            width: 50%; } }
    @media screen and (min-width: 768px) and (max-width: 1199px) {
      .filterBtn .advanced.filters {
        background: transparent;
        position: relative;
        width: 100%;
        margin: 0;
        top: 0; }
        .filterBtn .advanced.filters .multiple {
          width: 100%;
          margin: 0 0 15px; }
          .filterBtn .advanced.filters .multiple input[type='tel'] {
            width: 50%; } }
    .filterBtn .advanced.filters .chzn-container {
      float: none;
      display: inline-block;
      margin-right: -2px;
      width: 124px !important;
      margin-left: 10px; }
      .filterBtn .advanced.filters .chzn-container .chzn-single {
        height: 40px !important;
        line-height: 40px !important;
        background: #ffffff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        font-weight: 400; }
      @media screen and (max-width: 767px) {
        .filterBtn .advanced.filters .chzn-container {
          position: relative;
          width: 50% !important;
          margin-left: 0; } }
      @media screen and (min-width: 768px) and (max-width: 1199px) {
        .filterBtn .advanced.filters .chzn-container {
          position: relative;
          width: 50% !important;
          margin-left: 0; }
          .filterBtn .advanced.filters .chzn-container .chzn-single {
            height: 48px !important;
            line-height: 46px !important; } }

.inputText {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: medium none;
  height: 51px;
  background: #ffffff;
  padding: 0 20px; }

.inputField input[type="text"],
.inputField input[type="password"],
.inputField input[type="number"],
.inputField input[type='tel'], .form-control, .chzn-container .chzn-single {
  border: 1px solid #e4e4e4;
  font-size: 14px;
  height: 37px;
  line-height: 35px;
  padding: 0 12px; }
  @media screen and (max-width: 767px) {
    .inputField input[type="text"],
    .inputField input[type="password"],
    .inputField input[type="number"],
    .inputField input[type='tel'], .form-control, .chzn-container .chzn-single {
      height: 43px;
      line-height: 41px;
      font-size: 16px; } }

.inputField .label {
  display: inline-block;
  vertical-align: middle;
  color: #222222;
  text-align: left; }

@media screen and (max-width: 767px) {
  .chzn-container .chzn-results li {
    padding: 10px 6px; } }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .chzn-container .chzn-results li {
    padding: 10px 6px; } }

.invalidInput {
  border: 1px solid #d51c24 !important; }

.registration {
  margin-bottom: 60px;
  text-align: center; }
  .registration .registrationForm {
    width: 100%; }
    .registration .registrationForm .title {
      margin-bottom: 35px; }
  .registration .agency-field {
    display: none; }
  .registration .userFields {
    margin: 20px 0 35px;
    overflow: hidden; }
  .registration .inputField {
    margin: 0 0 10px;
    float: left;
    width: 100%;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .registration .inputField input {
        margin-top: 5px; } }
    .registration .inputField .label {
      font-weight: 400;
      padding: 12px 0 0;
      font-size: 14px; }
  .registration .chzn-container {
    width: 75% !important;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .registration .chzn-container {
        width: 100% !important;
        margin-top: 5px; } }
  @media screen and (max-width: 767px) {
    .registration .privacy {
      margin-bottom: 15px; } }
  .registration .privacy .link {
    font-size: 12px; }
  .registration .button.createAccount {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
    .registration .button.createAccount:hover {
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
      opacity: 0.7; }
    @media screen and (max-width: 767px) {
      .registration .button.createAccount {
        display: block !important;
        margin: 10px auto 0; } }

.navbar .primary {
  padding: 0 0 0 221px;
  height: 53px; }
  @media screen and (max-width: 767px) {
    .navbar .primary {
      padding: 0; } }
  @media screen and (min-width: 1200px) {
    .navbar .primary .navbar-nav {
      display: inline-block; } }
  .navbar .primary .navbar-nav li {
    float: left; }
    @media screen and (max-width: 767px) {
      .navbar .primary .navbar-nav li {
        float: none; } }
  .navbar .primary .navbar-nav .header-menu-voice a {
    padding: 0 8px; }
    .navbar .primary .navbar-nav .header-menu-voice a .caret {
      border-width: 3px;
      border-style: solid;
      border-color: transparent;
      border-top-color: #222222;
      color: #222222;
      display: inline-block;
      vertical-align: middle;
      margin-left: 8px; }
  .navbar .primary .navbar-nav .header-menu-voice .dropdown-menu {
    display: none;
    position: absolute; }
    .navbar .primary .navbar-nav .header-menu-voice .dropdown-menu li {
      float: none; }
    .navbar .primary .navbar-nav .header-menu-voice .dropdown-menu a {
      padding: 0 15px 0 25px;
      color: #222222; }
  .navbar .primary .navbar-nav .header-menu-voice.open .caret {
    border-width: 3px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #d51c24; }
  .navbar .primary .navbar-nav .header-menu-voice.open .dropdown-menu {
    display: block; }
  .navbar .primary .navbar-nav .auction {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #d51c24;
    line-height: 30px;
    height: 30px;
    color: #ffffff;
    margin: 10px 5px 0;
    padding: 0 12px; }
  @media screen and (min-width: 993px) and (max-width: 1600px) {
    .navbar .primary {
      padding-left: 140px; }
      .navbar .primary .navbar-nav .header-menu-voice a {
        padding: 0 6px;
        font-size: 13px; } }

.breadcrumb {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 0;
  background: #2c5c82;
  overflow: hidden;
  font-size: 14px;
  height: 56px;
  line-height: 56px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 0 20px 0 221px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .breadcrumb {
      height: 30px;
      line-height: 28px;
      padding: 0 10px; } }
  @media screen and (min-width: 993px) and (max-width: 1600px) {
    .breadcrumb {
      padding-left: 20px; } }
  .breadcrumb ul {
    overflow: hidden;
    padding: 0;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle; }
    .breadcrumb ul li {
      float: left;
      list-style: none;
      /*
			&:last-child {
				
			}
			*/ }
      .breadcrumb ul li a {
        display: inline-block;
        padding: 0 7px;
        border-left: 1px solid #ffffff;
        color: #ffffff;
        line-height: 12px; }
      .breadcrumb ul li:first-child a {
        border-left: none; }
      .breadcrumb ul li a.selected {
        color: #ffffff;
        font-weight: 600; }

.actions {
  display: inline-block;
  float: right; }
  @media screen and (max-width: 767px) {
    .actions {
      display: none; } }
  @media screen and (min-width: 993px) and (max-width: 1600px) {
    .actions {
      margin-right: 210px; } }
  .actions .link {
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    float: right;
    margin: 0 18px 0 0; }
    .actions .link:before {
      vertical-align: middle;
      font-family: "FontAwesome";
      font-weight: 400;
      font-size: 21px;
      margin: 0 12px 0; }
    .actions .link.share {
      font-size: 16px;
      color: #ffffff; }
      .actions .link.share:before {
        content: "\f1e0"; }
    .actions .link.bookmark:before {
      content: "\f0c7"; }

.view-mode .list:before {
  content: "\f03a"; }

.view-mode .map:before {
  content: "\f0ac"; }

.view-mode .grid:before {
  content: "\f00a"; }

.nav-mobile .header-menu-voice .fa {
  display: none; }

.nav-mobile .userLoggedMobileMenu ul {
  padding: 0;
  border: none; }

.text.black h3 {
  color: #74777B !important; }

.userTypes .text.black h3 {
  margin-top: 8px; }

.infiniteScrollLink {
  display: inline-block;
  width: 100%;
  margin: 20px auto;
  text-align: center; }
  .infiniteScrollLink img {
    display: inline block;
    margin: 20px 0; }

.notify .popover {
  margin-left: -28px;
  margin-right: 10px;
  color: #000000; }
  .notify .popover .col-xs-4 {
    padding: 5px; }
  .notify .popover a {
    text-transform: none !important; }
  .notify .popover .row {
    padding: 0 10px; }
  .notify .popover figure.notify-image {
    overflow: auto; }
  .notify .popover figure.notify-image img {
    width: 100%; }
  .notify .popover .main {
    height: 30px;
    padding: 5px 0 0 0;
    font-weight: normal; }
  .notify .popover .secondary {
    padding: 5px 0 0 0;
    font-weight: normal;
    font-size: 11px; }
    .notify .popover .secondary a {
      font-size: 12px !important; }

.content.commercial {
  padding: 20px 0 0; }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .content.commercial {
      padding: 70px 0 0; } }
  .content.commercial .commercial {
    text-align: center; }

.noskin .content.commercial {
  padding: 120px 0 0; }
  @media screen and (max-width: 767px) {
    .noskin .content.commercial {
      padding: 0; } }

.main .content.commercial {
  padding: 0px; }

.item.col-sm-4.minimasthead {
  margin: 0px !important;
  width: 100% !important; }

.goBackUp {
  -webkit-transition: bottom 0.5s ease, right 0.5s ease, background 0.2s ease, color 0.2s ease;
  -moz-transition: bottom 0.5s ease, right 0.5s ease, background 0.2s ease, color 0.2s ease;
  -o-transition: bottom 0.5s ease, right 0.5s ease, background 0.2s ease, color 0.2s ease;
  transition: bottom 0.5s ease, right 0.5s ease, background 0.2s ease, color 0.2s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #666666;
  display: inline-block;
  height: 55px;
  vertical-align: middle;
  width: 55px;
  position: fixed;
  bottom: -100px;
  right: 15px;
  z-index: 1098;
  font-size: 0; }
  .goBackUp:after {
    content: "\E030";
    color: #cccccc;
    font-size: 42px;
    margin: -3px 0 0 6px; }
  .goBackUp.visible {
    -webkit-transition: bottom 0.5s ease, right 0.5s ease, background 0.2s ease, color 0.2s ease;
    -moz-transition: bottom 0.5s ease, right 0.5s ease, background 0.2s ease, color 0.2s ease;
    -o-transition: bottom 0.5s ease, right 0.5s ease, background 0.2s ease, color 0.2s ease;
    transition: bottom 0.5s ease, right 0.5s ease, background 0.2s ease, color 0.2s ease;
    bottom: 15px; }
  .goBackUp:hover {
    -webkit-transition: background 0.2s ease, color 0.2s ease;
    -moz-transition: background 0.2s ease, color 0.2s ease;
    -o-transition: background 0.2s ease, color 0.2s ease;
    transition: background 0.2s ease, color 0.2s ease;
    background: #dddddd; }
    .goBackUp:hover:after {
      color: #222222; }
  @media screen and (max-width: 767px) {
    .goBackUp {
      display: none; } }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .goBackUp {
      display: none; } }

.tooltip-inner {
  white-space: normal;
  background: #222222;
  color: #cecece;
  border: none; }

.tooltip.top .tooltip-arrow:after {
  border-top-color: #222222; }

.tooltip.right .tooltip-arrow:after {
  border-right-color: #222222; }

.tooltip.bottom .tooltip-arrow:after {
  border-bottom-color: #222222; }

.tooltip.left .tooltip-arrow:after {
  border-left-color: #222222; }

#agencyContactPopup .closeBtn, #infoBoxPopup .closeBtn, #professionistContactPopup .closeBtn {
  position: absolute;
  right: 18px;
  font-size: 24px;
  color: #666666;
  top: 12px; }

#agencyContactPopup .agencyDetails, #infoBoxPopup .agencyDetails, #professionistContactPopup .agencyDetails {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  margin: 0 auto;
  width: 640px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -320px;
  margin-top: -173px; }

@media screen and (max-width: 767px) {
  #agencyContactPopup, #infoBoxPopup, #professionistContactPopup {
    overflow: auto;
    width: 83.3333%;
    left: 8.33333%;
    margin: 10px 0; }
    #agencyContactPopup .agencyDetails, #infoBoxPopup .agencyDetails, #professionistContactPopup .agencyDetails {
      position: relative;
      margin: 30px 0 0;
      left: auto;
      top: auto;
      width: 100%; } }

.redStandardButton.slim, .grayStandardButton.slim {
  font-size: 13px;
  font-weight: 600;
  height: 37px;
  line-height: 33px;
  padding: 0 14px; }

.redStandardButton {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }
  .redStandardButton:hover {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7; }

.grayStandardButton {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  font-size: 13px;
  background: transparent;
  color: #87888a !important;
  border-width: 2px;
  border-color: #a6a6a8;
  text-transform: capitalize;
  background: #a6a6a8;
  color: #FFFFFF !important;
  text-transform: uppercase; }
  .grayStandardButton:hover {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7; }

.filterBtn.search-filter.open {
  background-color: #5F9EA0;
  border: 1px solid #5F9EA0; }
  .filterBtn.search-filter.open span.search.button-filter:before {
    content: "\E023"; }

.title-filter {
  text-transform: uppercase;
  color: #df4a43;
  font-weight: bold;
  margin: 0px 3px 5px;
  overflow: hidden; }

.link.share {
  text-decoration: none !important;
  font-size: 21px;
  color: #d51c24; }
  @media screen and (max-width: 767px) {
    .link.share {
      font-size: 12px; } }

@media screen and (min-width: 768px) and (max-width: 1199px) and (orientation: portrait) {
  .link.share {
    font-size: 12px; } }

@media screen and (min-width: 768px) and (max-width: 1199px) and (orientation: portrait) {
  .fixfixed #header #nav-section,
  .fixfixed .resultsHeader .view-mode {
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto; }
  .fixfixed .resultsHeader .view-mode {
    left: -10000px; } }

.home-values {
  padding-top: 20px; }
  .home-values h1 {
    margin: 0 0 25px; }
  .home-values .text {
    padding: 0 0 40px; }
  .home-values .inputField {
    margin: 0 0 20px;
    height: 51px;
    padding-right: 20px; }
    @media screen and (max-width: 767px) {
      .home-values .inputField {
        padding-right: 0; } }
    .home-values .inputField input {
      width: 100%;
      height: 41px;
      line-height: normal; }
    .home-values .inputField .XXXshorter {
      width: 90% !important; }
      @media screen and (max-width: 767px) {
        .home-values .inputField .XXXshorter {
          width: 100% !important; } }
    .home-values .inputField .chzn-container {
      width: 100% !important; }
      .home-values .inputField .chzn-container.XXXshorter {
        width: 90% !important; }
        @media screen and (max-width: 767px) {
          .home-values .inputField .chzn-container.XXXshorter {
            width: 100% !important; } }
  .home-values .buttons {
    margin: 20px 0 0;
    text-align: right; }
    .home-values .buttons .calculate,
    .home-values .buttons .resetFilters {
      min-width: 200px;
      margin: 5px 0; }
    @media screen and (max-width: 767px) {
      .home-values .buttons .calculate,
      .home-values .buttons .resetFilters {
        width: 100%; } }
  .home-values .valutometro .detailsSection {
    overflow: hidden;
    width: 100%; }

@media screen and (min-width: 768px) and (max-width: 1199px) and (orientation: portrait) {
  .home-values .valutometro .detailsSection {
    width: 50%;
    float: left; } }
  @media screen and (min-width: 1200px) {
    .home-values .valutometro h1 {
      float: left; } }

@media screen and (min-width: 768px) and (max-width: 1199px) and (orientation: portrait) {
  .home-values .valutometro .changeFilters {
    position: absolute;
    top: 10px;
    right: 20px; } }
  .home-values .valutometro h2 {
    color: #666666;
    text-transform: capitalize;
    font-size: 20px;
    margin: 0 0 5px;
    float: left;
    clear: both; }
  .home-values .valutometro .noResults {
    margin-top: 70px; }
  .home-values .valutometro .specs {
    display: inline-block;
    width: 100%;
    float: left;
    font-size: 16px;
    padding: 3px 0 0;
    font-weight: 400; }
  .home-values .valutometro .prices {
    margin: 30px 0;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .home-values .valutometro .prices {
        margin-bottom: 35px; } }

@media screen and (min-width: 768px) and (max-width: 1199px) and (orientation: portrait) {
  .home-values .valutometro .prices {
    padding: 10px 20px 0 40px;
    margin: 0;
    width: 50%;
    float: left; } }
  .home-values .valutometro .priceChart {
    margin: 0 0 30px; }

@media screen and (min-width: 768px) and (max-width: 1199px) and (orientation: portrait) {
  .home-values .valutometro .priceChart {
    margin-top: 10px;
    float: left;
    margin-top: 50px;
    width: 100%; } }
  .home-values .valutometro #map {
    width: 100%;
    height: 300px;
    margin: 15px 0 0; }
  .home-values .valutometro .details {
    padding: 15px 0 0 18px;
    width: 100%;
    margin: 0;
    overflow: hidden; }
    .home-values .valutometro .details li {
      font-size: 14px;
      color: #222222;
      list-style: circle;
      padding-right: 20px; }

@media screen and (min-width: 768px) and (max-width: 1199px) and (orientation: portrait) {
  .home-values .valutometro .details {
    padding-left: 30px; }
    .home-values .valutometro .details li {
      margin: 0 0 10px;
      font-size: 15px; } }

.sendEvaluation {
  margin: 210px 0 0; }
  @media screen and (max-width: 767px) {
    .sendEvaluation {
      margin: 80px 0 0;
      width: 83.3333%;
      left: 8.33333%;
      position: relative; } }
  .sendEvaluation .modal-content {
    background: #eeeeee;
    padding-bottom: 20px; }
  .sendEvaluation .modal-header {
    border: none; }
  .sendEvaluation .modal-body {
    padding-top: 0;
    padding-bottom: 0; }
  .sendEvaluation form {
    padding: 20px 0 0; }
    .sendEvaluation form .inputField .inputTextField {
      margin-bottom: 10px; }
    .sendEvaluation form .send {
      width: 18%;
      float: left; }
    @media screen and (max-width: 767px) {
      .sendEvaluation form .inputTextField,
      .sendEvaluation form .send {
        width: 100%;
        margin: 0 0 10px; } }
    .sendEvaluation form .toc {
      margin: 10px 0 0; }
      .sendEvaluation form .toc .infoPrivacy {
        font-size: 13px; }

#priceAlertPopup .priceAlertSubscription {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  margin: 210px 0 0;
  padding: 20px;
  background: #eeeeee; }
  @media screen and (max-width: 767px) {
    #priceAlertPopup .priceAlertSubscription {
      margin: 50px 0 0; } }
  @media screen and (min-width: 1600px) {
    #priceAlertPopup .priceAlertSubscription {
      width: 640px;
      position: absolute;
      left: 50%;
      margin: 210px 0 0 -320px; } }
  #priceAlertPopup .priceAlertSubscription h2 {
    color: #666666; }
  #priceAlertPopup .priceAlertSubscription .inputFields {
    overflow: hidden;
    margin: 0 0 10px; }
  #priceAlertPopup .priceAlertSubscription .infoPrivacy {
    font-size: 13px; }
  #priceAlertPopup .priceAlertSubscription input {
    border: 1px solid #cacaca; }
    #priceAlertPopup .priceAlertSubscription input[readonly] {
      background: none !important;
      border: none;
      font-weight: 600;
      color: #222 !important;
      font-size: 18px !important; }
      @media screen and (max-width: 767px) {
        #priceAlertPopup .priceAlertSubscription input[readonly] {
          font-size: 16px; } }
  #priceAlertPopup .priceAlertSubscription p {
    font-size: 14px;
    margin: 10px 0; }
  #priceAlertPopup .priceAlertSubscription .email,
  #priceAlertPopup .priceAlertSubscription .send {
    height: 37px;
    line-height: 34px; }
    @media screen and (max-width: 767px) {
      #priceAlertPopup .priceAlertSubscription .email,
      #priceAlertPopup .priceAlertSubscription .send {
        margin: 5px 0; } }
    @media screen and (min-width: 768px) and (max-width: 1199px) {
      #priceAlertPopup .priceAlertSubscription .email,
      #priceAlertPopup .priceAlertSubscription .send {
        margin: 5px 0; } }
  #priceAlertPopup .priceAlertSubscription .buttons {
    padding-left: 10px; }
    @media screen and (max-width: 767px) {
      #priceAlertPopup .priceAlertSubscription .buttons {
        padding: 0; } }
    @media screen and (min-width: 768px) and (max-width: 1199px) {
      #priceAlertPopup .priceAlertSubscription .buttons {
        padding: 0; } }

.moreFiltersButton {
  margin: 0 0 25px;
  color: #222222;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .moreFiltersButton {
      display: block;
      text-align: center; } }
  .moreFiltersButton:visited {
    color: #222222;
    text-decoration: none; }
  .moreFiltersButton:before {
    content: "\E007";
    font-size: 20px;
    margin: -2px 5px 0 0; }
  .moreFiltersButton.open:before {
    content: "\E023"; }

.moreFiltersBox input[type='text'].filterSet,
.moreFiltersBox .chzn-container.filterSet .chzn-single {
  border-color: #2c5c82 !important;
  border-width: 2px !important;
  line-height: 33px !important; }

.moreFiltersBox .inputField {
  margin-bottom: 25px; }
  .moreFiltersBox .inputField .filterLabel {
    font-weight: 600;
    color: #222222;
    margin: 0 0 2px;
    font-size: 13px; }
  @media screen and (max-width: 767px) {
    .moreFiltersBox .inputField {
      padding-right: 0; } }

@media screen and (min-width: 768px) and (max-width: 1199px) and (orientation: portrait) {
  .moreFiltersBox .inputField:nth-child(2n) {
    padding-right: 0; } }
  @media screen and (min-width: 1200px) {
    .moreFiltersBox .inputField {
      padding-right: 20px; }
      .moreFiltersBox .inputField:nth-child(3n) {
        padding-right: 0; } }

.footer-links li a:hover {
  text-decoration: underline; }

.footer-links li a.expand,
.footer-links li a.expand:after {
  content: '' !important;
  color: #8a8a8a;
  cursor: pointer; }

.footer-links li:last-child {
  border: none; }

iframe[name='google_conversion_frame'] {
  position: fixed;
  left: -10000px; }

.padding-section {
  padding: 45px; }

.containsChosenSelect {
  visibility: hidden; }

.thankyouBox {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 25px;
  color: #ffffff;
  background: #5F9EA0;
  text-align: center;
  position: relative; }
  @media screen and (max-width: 767px) {
    .thankyouBox {
      padding: 15px; } }
  .thankyouBox p > span {
    font-size: 18px; }
    @media screen and (max-width: 767px) {
      .thankyouBox p > span {
        font-size: 14px; } }
  .thankyouBox .closeBtn {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    cursor: pointer; }
    .thankyouBox .closeBtn:before {
      color: #ffffff;
      font-size: 18px; }
  .thankyouBox .title {
    font-family: fjalla one;
    font-size: 28px;
    display: block;
    margin: 0 0 15px; }
    @media screen and (max-width: 767px) {
      .thankyouBox .title {
        margin: 0 0 5px; } }
  .thankyouBox .previousSearch {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    background: #ffffff;
    color: #d51c24 !important;
    border-color: #d51c24;
    color: #5F9EA0 !important;
    border-color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    height: 37px;
    line-height: 33px;
    padding: 0 14px;
    margin: 10px auto 0;
    display: block;
    width: 200px; }
    .thankyouBox .previousSearch:hover {
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
      opacity: 0.7; }

.passwordRecovery {
  padding: 15px 0 0; }
  .passwordRecovery .errorMatch {
    margin: 0 0 50px; }
    .passwordRecovery .errorMatch h2 {
      text-transform: none;
      color: #222222; }
  .passwordRecovery .form {
    margin: 40px 0; }
    .passwordRecovery .form h1 {
      margin: 0 0 30px; }
    .passwordRecovery .form form {
      margin: 40px 0; }
      @media screen and (max-width: 767px) {
        .passwordRecovery .form form {
          margin: 20px 0; } }
    .passwordRecovery .form .send {
      width: 160px;
      margin: 30px auto 0;
      display: block; }
      @media screen and (max-width: 767px) {
        .passwordRecovery .form .send {
          width: 100%;
          margin-top: 20px; } }
    .passwordRecovery .form .inputField {
      margin: 0 0 10px;
      float: left;
      width: 100%; }
      @media screen and (max-width: 767px) {
        .passwordRecovery .form .inputField input {
          margin-top: 5px; } }
      .passwordRecovery .form .inputField .label {
        font-weight: 400;
        padding: 12px 0 0;
        font-size: 14px; }

.overlaySpot {
  -webkit-transition: left 0.65s ease-in;
  -moz-transition: left 0.65s ease-in;
  -o-transition: left 0.65s ease-in;
  transition: left 0.65s ease-in;
  position: fixed;
  z-index: 1099;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: auto; }
  .overlaySpot .closeBtn {
    font-size: 62px;
    position: absolute;
    z-index: 1000;
    top: 105px;
    right: 35px;
    color: #666666; }
    @media screen and (max-width: 767px) {
      .overlaySpot .closeBtn {
        top: 65px;
        right: 12px; } }
  .overlaySpot.open {
    -webkit-transition: left 0.65s ease-out;
    -moz-transition: left 0.65s ease-out;
    -o-transition: left 0.65s ease-out;
    transition: left 0.65s ease-out;
    left: 0; }
  .overlaySpot.cercocasaSpot {
    background: #d2eaf3; }
    .overlaySpot.cercocasaSpot .closeBtn {
      color: #ffffff; }

.notFound {
  text-align: center; }
  .notFound .notFountMessage {
    margin: 20px auto;
    width: 80%;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: #666666; }

.proposal {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
  background: #5F9EA0;
  padding: 1px 7px;
  width: 50%; }
  @media screen and (max-width: 767px) {
    .proposal {
      padding: 1px 10px; } }
  .proposal .text {
    padding: 2px 5px 0 0;
    float: left;
    color: #ffffff; }
    .proposal .text b {
      font-size: 18px;
      display: inline-block;
      padding: 8px 0 0; }
    .proposal .text.sub {
      font-size: 13px;
      margin: 0 0 5px; }
  .proposal .proposalBasic {
    width: 100%; }
    .proposal .proposalBasic input[name='proposalPrice'] {
      font-size: 24px;
      font-weight: 800;
      width: 100%;
      text-align: right;
      padding-right: 21px;
      border-color: #5F9EA0; }
  .proposal .priceContainer {
    width: 150px;
    float: right;
    position: relative;
    display: inline-block; }
    .proposal .priceContainer:after {
      content: " \20AC";
      position: absolute;
      color: #999;
      font-size: 16px;
      font-weight: 600;
      top: 16px;
      right: 10px; }
    @media screen and (max-width: 767px) {
      .proposal .priceContainer {
        width: 100%; } }
  .proposal .proposalMessage {
    padding: 0 0 0 10px; }
  .proposal #proposalMessage {
    height: 177px;
    width: 100%;
    line-height: normal;
    padding: 10px; }
  .proposal input[type="text"],
  .proposal input[type="tel"],
  .proposal textarea {
    height: 37px;
    line-height: 37px;
    border: 1px solid #5F9EA0;
    margin: 5px 0; }
    .proposal input[type="text"][readonly],
    .proposal input[type="tel"][readonly],
    .proposal textarea[readonly] {
      border: medium none;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      height: auto;
      line-height: normal;
      text-align: left;
      color: #666666;
      background: #fafafa;
      padding: 9px; }
  .proposal .privacyInfo {
    color: #ffffff;
    padding: 10px 0;
    font-size: 12px; }
    .proposal .privacyInfo a {
      color: #f5deb3; }
  .proposal .hideOnExpanded {
    display: none; }
  .proposal .hideOnCompact {
    display: block; }
  .proposal .buttons {
    display: none;
    margin: 10px 0;
    overflow: hidden;
    text-align: right; }
    .proposal .buttons .send {
      float: none;
      margin-left: 6px; }
    .proposal .buttons .reset {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1;
      font-size: 13px;
      background: transparent;
      color: #87888a !important;
      border-width: 2px;
      border-color: #a6a6a8;
      text-transform: capitalize;
      float: none;
      background: #eaeaea;
      border-color: #eaeaea;
      height: 37px;
      line-height: 33px; }
      .proposal .buttons .reset:hover {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        opacity: 0.7; }
  .proposal.open {
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    width: 100%; }
    .proposal.open .text {
      width: 40%; }
      .proposal.open .text .sub {
        display: none; }
    .proposal.open .priceContainer {
      width: 60%; }
    .proposal.open .hideOnCompact {
      display: none; }
    .proposal.open .hideOnExpanded {
      display: block; }
    .proposal.open .proposalBasic {
      padding: 0 10px 0 0;
      width: 40%;
      float: left; }
      .proposal.open .proposalBasic .proposalBasic input[name='proposalPrice'] {
        border-color: #ffffff; }
      @media screen and (max-width: 767px) {
        .proposal.open .proposalBasic {
          padding: 0; } }
    .proposal.open .proposalMessage {
      width: 60%;
      padding: 0 0 0 15px;
      float: left; }
      @media screen and (max-width: 767px) {
        .proposal.open .proposalMessage {
          padding: 0; }
          .proposal.open .proposalMessage #proposalMessage {
            height: 90px; } }
  @media screen and (max-width: 767px) {
    .proposal {
      width: 100%;
      margin: 15px 0 0; }
      .proposal .proposalBasic,
      .proposal .proposalMessage {
        width: 100%;
        padding: 0; }
      .proposal .buttons {
        text-align: center; }
        .proposal .buttons .send,
        .proposal .buttons .reset {
          width: 33%;
          margin: 5px;
          float: none; }
      .proposal.open .proposalBasic,
      .proposal.open .proposalMessage {
        width: 100%; } }

#socialshareModalPopup .modal-content .picture .pic img {
  height: auto;
  max-width: 100%; }

#hintbox {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-box-shadow: -5px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: -5px 5px 0px rgba(0, 0, 0, 0.15);
  position: fixed;
  padding: 15px;
  border: 2px solid #cacaca;
  width: 420px;
  bottom: -100%;
  right: 20px;
  background: #ffffff;
  z-index: 10001; }
  @media screen and (max-width: 767px) {
    #hintbox {
      width: 90%;
      right: 5%; } }
  #hintbox.visible {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    bottom: 20px; }
  #hintbox .closeBtn {
    position: absolute;
    top: 6px;
    right: 10px;
    color: #666666;
    font-size: 16px; }
  #hintbox .head {
    font-size: 22px;
    font-family: "fjallaone", "Open Sans";
    text-transform: uppercase;
    margin: 0 0 5px;
    color: #d51c24; }

#hintbox .similAdv {
  padding: 10px 0; }
  #hintbox .similAdv .title {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 10px;
    background: #2c5c82;
    padding: 6px 5px; }
  #hintbox .similAdv .pic {
    width: 50%;
    height: 160px;
    float: left; }
    #hintbox .similAdv .pic img {
      max-width: 100%;
      max-height: 100%; }
  #hintbox .similAdv .info {
    float: left;
    width: 50%;
    padding: 0 0 0 10px;
    color: #222222;
    font-size: 14px; }
    #hintbox .similAdv .info .contract {
      font-size: 18px; }
    #hintbox .similAdv .info .price {
      font-size: 20px;
      font-weight: 600; }
      #hintbox .similAdv .info .price:after {
        content: "€"; }
    #hintbox .similAdv .info .details span {
      display: block;
      padding: 1px 0;
      font-weight: 600;
      color: #666666;
      font-size: 13px; }
  #hintbox .similAdv .address {
    float: left;
    width: 100%;
    margin: 5px 0 0;
    font-family: "Fjalla one";
    color: #d51c24;
    font-size: 20px; }

#contentWrapper, .content.commercial {
  width: 1024px;
  margin: 0 auto;
  background: #ffffff; }
  @media screen and (max-width: 767px) {
    #contentWrapper, .content.commercial {
      width: auto; } }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    #contentWrapper, .content.commercial {
      width: auto; } }

#contentWrapper.fullWidth, .fullWidth.content.commercial {
  width: auto; }

#contentWrapper .content.commercial, .content.commercial .content.commercial {
  width: auto;
  overflow: auto;
  margin: auto;
  background: none; }

.checkboxContainer {
  display: inline-block;
  margin: 0 10px 0 0; }
  .checkboxContainer .bootstrap-checkbox {
    display: none !important; }
  .checkboxContainer input[type='checkbox'],
  .checkboxContainer input[type='radio'] {
    position: fixed;
    top: -10000px;
    left: -10000px;
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    visibility: hidden; }
  .checkboxContainer + label {
    display: inline; }
  .checkboxContainer > label {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    width: 14px;
    height: 14px;
    background: #ffffff;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #cccccc; }
    .checkboxContainer > label.checked:before {
      content: "\00d7";
      color: #666666;
      display: inline-block;
      font-size: 18px;
      font-weight: 600;
      height: 14px;
      left: -1px;
      line-height: 1;
      margin: 0;
      position: relative;
      text-align: center;
      top: -3px;
      width: 14px; }
    .checkboxContainer > label.invalidInput {
      background-color: #d51c24 !important;
      border: none; }
      .checkboxContainer > label.invalidInput:before {
        color: #ffffff;
        top: -3px;
        left: 0;
        font-size: 16px; }
  .checkboxContainer[type='button'] label {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    font-size: 13px;
    background: transparent;
    color: #87888a !important;
    border-width: 2px;
    border-color: #a6a6a8;
    text-transform: capitalize;
    border: 1px solid #dedede;
    height: 40px !important;
    line-height: 40px !important;
    width: 140px !important;
    text-align: left;
    font-size: 14px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4; }
    .checkboxContainer[type='button'] label:hover {
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
      opacity: 0.7; }
    .checkboxContainer[type='button'] label:after {
      content: "\E007";
      font-size: 17px !important;
      position: absolute;
      right: 14px; }
    .checkboxContainer[type='button'] label.checked {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1;
      border: 2px solid #999999;
      height: 41px;
      line-height: 37px !important;
      padding: 0 11px; }
      .checkboxContainer[type='button'] label.checked:before {
        display: none; }
      .checkboxContainer[type='button'] label.checked:after {
        content: "\E023";
        right: 13px; }
  .checkboxContainer[type='radio'] label {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    border: 2px solid #666666;
    background: transparent;
    display: inline-block;
    position: relative; }
    .checkboxContainer[type='radio'] label.checked:before {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      background: #666666;
      position: absolute;
      width: 7px;
      height: 7px;
      top: 2px;
      left: 2px;
      content: ""; }

.messagePopup {
  display: none;
  position: fixed;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .messagePopup .messageBox {
    position: absolute;
    background: #fafafa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #bebebe;
    padding: 30px; }
    .messagePopup .messageBox .messageClose {
      position: absolute;
      right: 12px;
      top: 15px; }
      .messagePopup .messageBox .messageClose:before {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        content: "\E013";
        color: #fafafa;
        background: #d51c24;
        font-size: 12px;
        height: 28px;
        line-height: 28px;
        padding: 0;
        text-align: center;
        width: 28px; }
    .messagePopup .messageBox .messageHeader {
      margin: 0 0 15px; }
    .messagePopup .messageBox .messageBody {
      color: #222222;
      font-size: 14px;
      line-height: 18px; }
  .messagePopup .buttons {
    padding: 25px 0 0;
    text-align: center; }
    .messagePopup .buttons .button {
      margin: 0 2px;
      min-width: 120px;
      height: 37px;
      line-height: 33px; }
  .messagePopup .cancel {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    font-size: 13px;
    background: transparent;
    color: #87888a !important;
    border-width: 2px;
    border-color: #a6a6a8;
    text-transform: capitalize;
    display: none; }
    .messagePopup .cancel:hover {
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
      opacity: 0.7; }
  .messagePopup .ok {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
    .messagePopup .ok:hover {
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
      opacity: 0.7; }
  .messagePopup.confirm .cancel {
    display: inline-block; }

.clearfix {
  height: 1px;
  clear: both; }
  .clearfix:after, .clearfix:before {
    clear: both; }

.hideMe {
  display: none !important; }

.invisible {
  opacity: 0 !important;
  -webkit-opacity: 0 !important;
  -moz-opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  visibility: hidden !important;
  height: 0; }

.to-upper {
  text-transform: uppercase; }

.service-discrict-type,
.service-discrict-type li,
.service-discrict-type .district-service-button {
  float: left;
  margin-right: 10px; }

.service-discrict-type .district-service-button {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  font-size: 13px;
  background: transparent;
  color: #87888a !important;
  border-width: 2px;
  border-color: #a6a6a8;
  text-transform: capitalize;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  border: 1px solid #dedede;
  height: 40px !important;
  line-height: 40px !important;
  padding: 0 10px;
  width: auto;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  margin: 5px 0;
  position: relative;
  overflow: visible;
  /*
	&:after {
		@extend %icon;
		content: "\E007";
		position: absolute;
		right: 7px;
		top: 0;
		font-size: 17px; 
	}
	*/ }
  .service-discrict-type .district-service-button:hover {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7; }
  .service-discrict-type .district-service-button .serviceTypeIco {
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    margin: -5px 5px 0 0; }
    .service-discrict-type .district-service-button .serviceTypeIco img {
      width: 100%;
      height: auto; }
  .service-discrict-type .district-service-button.on {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    color: #2c5c82;
    border: 2px solid #2c5c82;
    height: 41px;
    line-height: 39px !important;
    /*
		&:after {
			color: $blue;
			content: "\E023";
			right: 6px;
		}
		*/ }
    .service-discrict-type .district-service-button.on .badge {
      background-color: #2c5c82; }
  .service-discrict-type .district-service-button:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  .service-discrict-type .district-service-button .badge {
    background-color: #999999;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    height: 20px;
    line-height: 1;
    min-width: 20px;
    padding: 4px;
    text-align: center;
    vertical-align: baseline;
    margin-left: 5px; }
  .service-discrict-type .district-service-button .serviceList {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    padding: 5px;
    border: 2px solid gray;
    margin: 0 0 10px;
    background: #ffffff;
    min-width: 150px;
    z-index: 1001; }
    .service-discrict-type .district-service-button .serviceList .arrow {
      border-width: 10px;
      border-style: solid;
      border-color: transparent;
      border-top-color: gray;
      position: absolute;
      bottom: -20px;
      left: 50%;
      margin-left: -10px; }
      @media screen and (max-width: 767px) {
        .service-discrict-type .district-service-button .serviceList .arrow {
          position: fixed;
          background: rgba(0, 0, 0, 0.3);
          width: 100%;
          height: 100%;
          z-index: 1099;
          top: 0;
          left: 0; } }
    .service-discrict-type .district-service-button .serviceList .closeBtn {
      display: none; }
    .service-discrict-type .district-service-button .serviceList .service {
      height: 20px;
      margin: 8px 0;
      /* overflow: hidden; */
      line-height: normal;
      white-space: nowrap; }
      @media screen and (max-width: 767px) {
        .service-discrict-type .district-service-button .serviceList .service {
          white-space: normal; } }
      .service-discrict-type .district-service-button .serviceList .service img {
        height: 100%;
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px; }
      .service-discrict-type .district-service-button .serviceList .service .badge {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        background: #999999;
        font-size: 10px;
        width: 18px;
        height: 18px;
        min-width: auto;
        margin: -2px 0 0 5px;
        padding: 0;
        line-height: 16px;
        font-weight: 600;
        position: relative;
        top: -2px; }
      .service-discrict-type .district-service-button .serviceList .service.on .badge {
        background: #2c5c82; }
    @media screen and (max-width: 767px) {
      .service-discrict-type .district-service-button .serviceList {
        position: fixed;
        bottom: auto;
        top: 32%;
        left: 10%;
        width: 80%;
        z-index: 1100;
        padding: 20px 15px;
        display: none; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .service-discrict-type .district-service-button .serviceList {
      top: 25%; } }
    @media screen and (max-width: 767px) {
        .service-discrict-type .district-service-button .serviceList .arrow {
          display: none; }
        .service-discrict-type .district-service-button .serviceList .closeBtn {
          display: block;
          font-size: 24px;
          position: absolute;
          right: 13px;
          top: 5px;
          color: #aaaaaa; }
        .service-discrict-type .district-service-button .serviceList .service {
          height: 40px;
          margin: 20px 0; }
          .service-discrict-type .district-service-button .serviceList .service .name {
            font-size: 14px;
            padding: 0 0 0 5px; }
          .service-discrict-type .district-service-button .serviceList .service .badge {
            height: 24px;
            width: 24px;
            margin: 8px 0 0;
            font-size: 12px;
            float: right;
            line-height: 25px;
            font-size: 14px; } }

.service-discrict-type .district-service-button {
  display: block; }

.loadingAnimation {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: url(../img/spinner.gif) no-repeat center center scroll rgba(255, 255, 255, 0.4); }

.photogallery_embed {
  z-index: 1 !important; }

.energetic-class {
  margin: 30px 0px; }
  .energetic-class ul.energetic-class-bars {
    margin-top: 60px;
    margin-bottom: 5px;
    padding: 0px;
    display: table;
    width: 100%;
    table-layout: fixed;
    overflow: visible; }
    .energetic-class ul.energetic-class-bars.notavailable {
      margin-top: 0px; }
      .energetic-class ul.energetic-class-bars.notavailable span {
        background-color: #ccc;
        color: #a6a6a6; }
        .energetic-class ul.energetic-class-bars.notavailable span.ec__ipe {
          display: none; }
    .energetic-class ul.energetic-class-bars > li {
      position: relative;
      overflow: visible;
      display: table-cell;
      text-align: center;
      padding: 0px 2px;
      vertical-align: bottom; }
      .energetic-class ul.energetic-class-bars > li span {
        display: block; }
        .energetic-class ul.energetic-class-bars > li span.ec__ipe {
          position: absolute;
          z-index: 1;
          top: -37px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          white-space: nowrap;
          background-color: #666;
          font-size: 12px;
          padding: 0px 10px;
          line-height: 2.5; }
          .energetic-class ul.energetic-class-bars > li span.ec__ipe:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            margin: 0 auto;
            width: 0;
            height: 0;
            border-top: solid 5px #666;
            border-left: solid 5px transparent;
            border-right: solid 5px transparent; }

.cart {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: #F7F8FA;
  padding: 15px;
  border: 1px solid #e4e4e4; }
  @media screen and (min-width: 1200px) {
    .cart {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transition: none;
      -moz-transition: none;
      -o-transition: none;
      transition: none;
      background: #eeeeee;
      position: static;
      visibility: visible;
      padding: 20px;
      margin: 0 0 16px;
      width: 300px;
      height: auto; } }
  .cart.open {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: -webkit-transform 0.5s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: -moz-transform 0.5s ease 0s;
    -o-transition: -o-transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    visibility: visible; }
  .cart .close {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    color: #4f5154;
    display: block;
    background-color: transparent;
    cursor: pointer;
    font-size: 28px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 6px;
    width: 40px;
    text-decoration: none;
    display: block; }
    @media screen and (min-width: 1200px) {
      .cart .close {
        display: none; } }
  .cart .arrow {
    border-width: 12px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #e4e4e4;
    display: none;
    position: absolute;
    top: -25px;
    right: 4px; }
  .cart .voidCartText {
    display: none;
    color: #666666;
    font-size: 14px;
    padding: 20px; }
  .cart.void .voidCartText {
    display: block; }
  .cart .title {
    font-size: 27px;
    margin: 0 0 20px;
    color: #222222; }
  .cart .totalPrice {
    overflow: hidden;
    text-align: left;
    padding: 14px 0 20px; }
    .cart .totalPrice .title {
      margin: 5px 0 0;
      text-align: left;
      font-size: 15px;
      font-weight: 600;
      float: left;
      font-family: "Open Sans";
      color: #7f7f7f; }
    .cart .totalPrice .total {
      text-align: right;
      float: right;
      font-size: 20px;
      font-family: "Open Sans";
      font-weight: 700;
      color: #222222; }
      .cart .totalPrice .total:after {
        content: "\20AC";
        font-size: 0.75em; }
  .cart.void .totalPrice {
    display: none; }
  .cart .list {
    margin: 0; }
    .cart .list li {
      list-style: none;
      margin: 0;
      padding: 10px 0;
      border-bottom: 1px solid  #cccccc;
      text-align: left;
      position: relative; }
      @media screen and (max-width: 767px) {
        .cart .list li {
          padding: 10px 20px 10px 0; } }
      .cart .list li .item {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        margin: 0 !important;
        display: inline-block;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        height: 32px;
        line-height: 30px;
        padding: 0 8px;
        border-style: solid;
        border-width: 1px;
        position: relative;
        z-index: 2;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 70%; }
        @media screen and (max-width: 767px) {
          .cart .list li .item {
            font-size: 12px; } }
      .cart .list li[product_type='private'] .item {
        background: #ffffff;
        color: #d51c24;
        border-color: #d51c24; }
      .cart .list li[product_type='agency'] .item {
        background: #ffffff;
        color: #222222;
        border-color: #222222; }
      .cart .list li .quantity {
        display: inline-block;
        margin: 0 0 0 -5px;
        vertical-align: top; }
      .cart .list li .price {
        float: right;
        font-size: 16px;
        color: #222222;
        font-weight: 700;
        margin: 4px 0 0 0; }
        .cart .list li .price:after {
          content: "\20AC"; }
      .cart .list li .remove {
        display: none;
        height: 30px;
        margin: -15px 0 0;
        padding: 5px 0 0 5px;
        position: absolute;
        right: -31px;
        top: 50%;
        width: 35px;
        cursor: pointer; }
        .cart .list li .remove:before {
          content: "\E013";
          color: #d51c24;
          font-size: 12px;
          height: 18px;
          line-height: 20px;
          padding: 0;
          text-align: center;
          width: 18px;
          padding-left: 1px; }
        @media screen and (max-width: 767px) {
          .cart .list li .remove {
            display: block;
            right: -21px; }
            .cart .list li .remove:before {
              font-size: 14px; } }
      .cart .list li:hover .remove {
        display: block; }
  .cart.void .list,
  .cart.void .payment {
    display: none; }
  .cart .payment {
    text-align: center; }
    .cart .payment .pay {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1;
      height: 37px;
      line-height: 33px;
      font-size: 13px; }
      .cart .payment .pay:hover {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        opacity: 0.7; }

li[class*="ec_"].selected span {
  height: 30px;
  color: white; }

li[class*="ec_"] span {
  color: white; }

.ec_a4.selected span {
  background-color: #256720; }

.ec_a4 span {
  background-color: #256720; }

.ec_a3.selected span {
  background-color: #5caa3d; }

.ec_a3 span {
  background-color: #5caa3d; }

.ec_a2.selected span {
  background-color: #75cb66; }

.ec_a2 span {
  background-color: #75cb66; }

.ec_a1.selected span {
  background-color: #80e355; }

.ec_a1 span {
  background-color: #80e355; }

.ec_b.selected span {
  background-color: #dae181; }

.ec_b span {
  background-color: #dae181; }

.ec_c.selected span {
  background-color: #f4e70c; }

.ec_c span {
  background-color: #f4e70c; }

.ec_d.selected span {
  background-color: #e4d437; }

.ec_d span {
  background-color: #e4d437; }

.ec_e.selected span {
  background-color: #eba52c; }

.ec_e span {
  background-color: #eba52c; }

.ec_f.selected span {
  background-color: #dbb7ab; }

.ec_f span {
  background-color: #dbb7ab; }

.ec_g.selected span {
  background-color: #f1553f; }

.ec_g span {
  background-color: #f1553f; }

.disableTouchmove {
  position: fixed;
  height: 100%;
  overflow: hidden;
  width: 100%; }

.starrr {
  display: inline-block; }
  .starrr a {
    font-size: 32px;
    padding: 0 1px;
    cursor: pointer;
    color: #FFD119;
    text-decoration: none; }

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