﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import "bootstrap.min.css";
@import "ionicons.min.css";
/*#region 1) Reset*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1;
  top: 0 !important;
}
body > form {
  display: flex;
  flex-direction: column;
  height: 100%;
}
header {
  flex: 0 0 auto;
}
.main-content {
  background: #f2f2f2;
  flex: 1 0 auto;
}
.footer {
  flex: 0 0 auto;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
:focus {
  outline: none;
  outline-color: transparent;
  outline-style: auto;
  outline-width: 0;
}
* {
  margin: 0;
}
html,
body {
  height: 100%;
}
.wrapper {
  min-height: 100%;
}
.footer,
.push {
  height: 280px;
  /* '.push' must be the same height as 'footer' */
}
.fright {
  float: right;
}
.fleft {
  float: left;
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 10px 20px;
  }
  body {
    margin: 0;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  a[href]:after {
    content: none !important;
  }
}
/*! Typebase.less v0.1.0 | MIT License */
/* Setup */
html {
  /* Change default typefaces here */
  font-family: serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}
/* Copy & Lists */
p {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  /* Change heading typefaces here */
  font-family: 'Open Sans', sans-serif;
}
h1 {
  font-size: 2.242rem;
  line-height: 2.5rem;
  margin-top: 3rem;
}
h2 {
  font-size: 1.828rem;
  line-height: 2rem;
  margin-top: 2rem;
}
h3 {
  font-size: 1.414rem;
}
h4 {
  font-size: 0.707rem;
}
h5 {
  font-size: 0.4713333333333333rem;
}
h6 {
  font-size: 0.3535rem;
}
/*#endregion*/
.fClear:after {
  content: "";
  display: table;
  clear: both;
}
.noscroll {
  overflow: hidden;
}
.nopadding {
  padding: 0;
}
.nopadding-left {
  padding-left: 0;
}
.nopadding-right {
  padding-right: 0;
}
.pd-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt160 {
  margin-top: 160px;
}
.mb160 {
  margin-bottom: 160px;
}
.tCenter {
  text-align: center;
}
.tLeft {
  text-align: left;
}
.tRight {
  text-align: right;
}
.hidden {
  display: none;
}
.blured {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.btn {
  color: #fff;
  background-color: #5DAE8B;
  border-color: #6eb797;
  transition: all 0.2s ease;
}
.btn.clear {
  background: #a1d0bc;
  border-color: #a8d3c1;
}
.btn.linear {
  background: transparent;
  color: #5DAE8B;
  border-radius: 1px;
}
.btn.rounded {
  border-radius: 100px;
}
.btn:hover {
  color: #fff;
  background-color: #6eb797;
  border-color: #75ba9c;
}
.btn:focus {
  color: #fff;
  background-color: #75ba9c;
  border-color: #7cbda1;
}
.btn:active {
  color: #fff;
  background-color: #78bc9e;
  border-color: #7cbda1;
}
.cbox {
  background: #fff;
  padding: 20px;
  border-radius: 3px;
  box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.05);
  margin-bottom: 20px;
}
.cbox h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #464646;
}
.cbox h4 {
  margin-bottom: 10px;
}
.cbox.green {
  background: #5DAE8B;
  padding: 0;
}
.cbox.green h3 {
  color: #F6F49D;
  background: #51a17e;
  padding: 20px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.cbox.green h3 + div,
.cbox.green h3 + fieldset {
  padding: 0 20px 20px;
}
.form-group label {
  margin-bottom: 5px;
}
.form-control {
  background: #fff;
  color: #fff;
  border: none;
  border-radius: 100px;
  line-height: 2;
  box-shadow: none !important;
  transition: border-color 200ms ease;
  font-family: 'Montserrat', sans-serif;
}
[type="checkbox"] {
  /* Remove default checkbox */
  /* checkbox aspect */
}
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}
[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  padding-left: 20px;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  user-select: none;
  /* IE10+ */
}
[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 2px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
[type="checkbox"]:not(:checked):disabled + label:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}
[type="checkbox"]:checked + label:before {
  top: 2px;
  left: 1px;
  width: 6px;
  height: 11px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(40deg);
  -moz-transform: rotateZ(40deg);
  -ms-transform: rotateZ(40deg);
  -o-transform: rotateZ(40deg);
  transform: rotateZ(40deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
[type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26);
}
[type="checkbox"] + label:after {
  border-radius: 2px;
}
[type="checkbox"] + label:before,
[type="checkbox"] + label:after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  -moz-transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  -o-transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  -webkit-transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  z-index: 1;
}
[type="checkbox"]:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 10px;
  top: 10px;
  -webkit-transform: rotateZ(40deg);
  -moz-transform: rotateZ(40deg);
  -ms-transform: rotateZ(40deg);
  -o-transform: rotateZ(40deg);
  transform: rotateZ(40deg);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
[type="checkbox"]:not(:checked) + label:after {
  height: 16px;
  width: 16px;
  background-color: transparent;
  border: 2px solid #EAEAEA;
  top: 2px;
  z-index: 0;
}
[type="checkbox"]:checked + label:after {
  width: 16px;
  height: 16px;
  border: 2px solid #5DAE8B;
  background-color: #5DAE8B;
  top: 2px;
  z-index: 0;
}
[type="checkbox"]:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent;
}
[type="checkbox"]:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #BDBDBD;
}
[type="checkbox"]:disabled:checked + label:before {
  background-color: transparent;
}
[type="checkbox"]:disabled:checked + label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD;
}
.md-modal {
  background: #5DAE8B;
  border: none;
  box-shadow: none;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
  border-radius: 3px;
}
.md-modal .modal-header {
  background: #51a17e;
  border: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.md-modal .modal-header h2 {
  font-size: 1.2rem;
  margin: 0;
  font-weight: bold;
  color: #F6F49D;
}
.md-modal .modal-body .actions .btn {
  background: #F6F49D;
  color: #333;
  width: 100%;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: capitalize;
}
.md-modal .modal-body .form-control {
  background: #50a27e;
}
.md-modal .modal-body .form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  text-transform: capitalize;
  color: #3f8063;
}
.md-modal .modal-body .form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  text-transform: capitalize;
  color: #489171;
  opacity: 1;
}
.md-modal .modal-body .form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  text-transform: capitalize;
  color: #489171;
  opacity: 1;
}
.md-modal .modal-body .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  text-transform: capitalize;
  color: #489171;
}
.md-modal .modal-body textarea {
  border-radius: 15px;
}
.md-modal .modal-body:after {
  content: "";
  display: table;
  clear: both;
}
.md-modal .mfp-close {
  top: 7px;
}
.md-modal .section {
  float: left;
  width: 100%;
}
.md-modal .section .sec-title {
  margin-bottom: 5px;
}
.md-modal .section .sec-title h3 {
  font-size: 1rem;
  font-weight: bold;
  color: #F6F49D;
}
.md-modal .section:after {
  content: "";
  display: table;
  clear: both;
}
.md-modal .section .btn {
  text-transform: capitalize;
}
.md-modal .section .btn.send {
  background: #F6F49D;
  color: #333;
}
.md-modal .footer {
  padding-top: 15px;
  text-align: right;
  height: auto;
  background: transparent;
}
/*#region 1.0) Translate*/
.goog-te-banner-frame {
  display: none;
}
.translate {
  position: absolute;
  right: 0;
}
.translate span {
  display: none;
}
.translate .goog-te-gadget {
  color: transparent;
  height: 44px;
  overflow: hidden;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -webkit-transition: background 200ms ease;
  transition: background 200ms ease;
}
.translate .goog-te-gadget:hover {
  background: rgba(255, 255, 255, 0.15);
}
.translate .goog-te-gadget:before {
  font-size: 18px;
  margin: 0 5px 0 10px;
  color: #fff;
  content: "\f276";
  float: left;
  line-height: 44px;
  font-family: "Ionicons";
}
.translate .goog-te-gadget > div {
  margin-left: 30px;
}
.translate .goog-te-gadget .goog-te-combo {
  margin: 0;
  height: 44px;
  background: transparent;
  border: 0;
  color: #EEE;
  cursor: pointer;
}
.translate .goog-te-gadget .goog-te-combo option {
  color: #333;
}
@media (max-width: 47.9em) {
  .translate {
    display: none;
  }
}
/*#endregion*/
/*#region 1.1) BANNER*/
header {
  width: 100%;
  z-index: 1;
  background: #fff;
  border-bottom: 4px solid #5DAE8B;
}
.bannervideo {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 225px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
}
.bannervideo .video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(images/background/video.jpg) no-repeat;
  background-size: cover;
}
.bannervideo .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/App_Themes/custom/images/background/header.jpg) #000 no-repeat;
  background-size: cover;
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
.bannervideo .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.bannervideo .scrolldown {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.bannervideo .scrolldown a {
  padding-top: 60px;
  position: absolute;
  bottom: 0;
  color: #fff;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.bannervideo .scrolldown a:hover {
  opacity: 0.6;
}
.bannervideo .scrolldown a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bannervideo .scrolldown a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  -moz-animation: sdb10 2s infinite;
  -o-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.dBannerContent {
  position: absolute;
  top: 100px;
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 0;
}
.dBannerContent .slogan {
  font-size: 2.4em;
  color: #fff;
  font-weight: 300;
  margin: 20px auto 30px auto;
  text-transform: uppercase;
}
.dBannerContent .slogan span {
  color: #F6F49D;
}
.dBannerContent.short {
  top: 165px;
}
.dBannerContent.short .page-header h1 {
  margin: 0 auto;
  text-align: left;
  text-transform: uppercase;
  float: left;
  background: #fff;
  padding: 5px 20px;
  border-radius: 100px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
}
.dBannerContent.short .page-pagin {
  margin-top: 5px;
}
.dBannerContent.short .page-pagin ul {
  float: right;
  background: #fff;
  padding: 5px 10px;
  border-radius: 100px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  margin: 0;
  text-align: right;
}
.dBannerContent.short .page-pagin ul li {
  display: inline-block;
}
.dBannerContent.short .page-pagin ul li:first-child:before {
  content: "";
}
.dBannerContent.short .page-pagin ul li:before {
  margin-right: 6px;
  color: #333;
  content: '/';
  text-transform: uppercase;
  font-size: 1em;
  line-height: 24px;
}
.dBannerContent.short .page-pagin ul li a {
  display: inline-block;
  color: #333;
  text-decoration: none;
  font-size: 1em;
  line-height: 24px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 61.9em) {
  .bannervideo {
    background: url(images/background/video.jpg) #000 no-repeat fixed;
    background-size: cover;
  }
  .bannervideo .video {
    display: none;
  }
  .bannervideo .image {
    animation: none;
  }
  .dBanner {
    height: 260px;
  }
  .dBannerContent {
    top: 100px;
  }
  .dBannerContent .slogan {
    margin: 20px auto 30px auto;
  }
  .dBannerContent.short .page-header h1 {
    display: inline-block;
    float: none;
  }
}
@media (max-width: 47.9em) {
  .dBanner {
    height: 260px;
  }
  .dBannerContent {
    top: 65px;
  }
  .dBannerContent #dSearches {
    margin-top: 45px;
  }
  .dBannerContent img {
    display: none;
  }
  .dBannerContent.short .page-header h1 {
    font-size: 1.7rem;
    text-align: center;
  }
}
@media (max-width: 33.9em) {
  .dBannerContent .slogan {
    font-size: 1.8em;
  }
}
/*#endregion*/
/*#region 1.3) Cookies Alert*/
.dCookiesAlert {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 35px;
  background: #333;
  color: #fff;
  line-height: 35px;
  z-index: 9999999999;
}
.dCookiesAlert .close {
  position: relative;
  top: -28px;
  text-shadow: none;
  color: #FFF;
}
.dCookiesAlert .close:before {
  content: "\f128";
  font-family: Ionicons;
}
@media (max-width: 61.9em) {
  .dCookiesAlert {
    height: 75px;
  }
}
@media (max-width: 47.9em) {
  .dCookiesAlert {
    height: 110px;
  }
}
/*#endregion*/
/*#region 1.7) SiteMap */
.siteMap {
  display: inline-block;
  padding-top: 25px;
  vertical-align: top;
}
.siteMap .bullet {
  color: #F6F49D;
  font-size: 12px;
}
.siteMap > li {
  margin: 0 0 20px;
}
.siteMap > li > ul {
  margin: 5px 0 0 20px;
}
.siteMap > li > ul > li {
  margin: 0 0 10px;
}
/*#endregion*/
/*#region 1.8) Forms */
.business-form .cbox h3,
.requestAgencyInfo .cbox h3 {
  color: #fff;
}
.business-form .cbox label,
.requestAgencyInfo .cbox label {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #F6F49D;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.business-form .cbox .form-control,
.requestAgencyInfo .cbox .form-control {
  background: #50a27e;
}
.business-form .cbox .form-control::-webkit-input-placeholder,
.requestAgencyInfo .cbox .form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #3f8063;
}
.business-form .cbox .form-control:-moz-placeholder,
.requestAgencyInfo .cbox .form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #489171;
  opacity: 1;
}
.business-form .cbox .form-control::-moz-placeholder,
.requestAgencyInfo .cbox .form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #489171;
  opacity: 1;
}
.business-form .cbox .form-control:-ms-input-placeholder,
.requestAgencyInfo .cbox .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #489171;
}
.business-form .cbox textarea,
.requestAgencyInfo .cbox textarea {
  border-radius: 15px;
}
.business-form .cbox .select2-container--default .select2-selection--single,
.requestAgencyInfo .cbox .select2-container--default .select2-selection--single {
  background: #50a27e;
}
.business-form .cbox .select2-container--default .select2-selection--single .select2-selection__rendered,
.requestAgencyInfo .cbox .select2-container--default .select2-selection--single .select2-selection__rendered,
.business-form .cbox .select2-container--default .select2-selection--single .select2-selection__arrow,
.requestAgencyInfo .cbox .select2-container--default .select2-selection--single .select2-selection__arrow {
  color: #fff;
}
.business-form .cbox .select2-container--default.select2-container--disabled .select2-selection--single,
.requestAgencyInfo .cbox .select2-container--default.select2-container--disabled .select2-selection--single {
  background: #489171;
}
.business-form .cbox .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered,
.requestAgencyInfo .cbox .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered,
.business-form .cbox .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow,
.requestAgencyInfo .cbox .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow {
  color: #e2e2e2;
}
.business-form .bf-property-location .location h3,
.requestAgencyInfo .bf-property-location .location h3 {
  display: none;
}
.business-form .bf-actions a,
.requestAgencyInfo .bf-actions a {
  float: right;
  text-transform: capitalize;
}
.requestAgencyInfo textarea {
  height: 182px;
}
.requestAgencyInfo .cbox.green h3 + div,
.requestAgencyInfo .cbox.green h3 + fieldset {
  padding: 0;
}
.requestAgencyInfo .actions a {
  float: right;
  text-transform: capitalize;
  background: #F6F49D;
  color: #333;
}
/*#endregion*/
/*#region 1.9) Footer */
_:-ms-lang(x),
.footer {
  margin-bottom: 0;
}
.footer {
  background: #fff;
  z-index: 1;
}
.footer .footer-top {
  padding: 30px 0;
  background: #242121;
}
.footer .footer-top .footer_widget a {
  color: #CCC;
}
.footer .footer-top .footer_widget .fheader h4 {
  margin: 0;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.1em;
  line-height: 40px;
  font-family: 'Montserrat', sans-serif;
}
.footer .footer-top .footer_widget .fbody {
  padding-right: 20px;
  color: #CCC;
  letter-spacing: 0.5px;
  font-size: 0.9em;
  line-height: 26px;
}
.footer .footer-top .footer_widget .fbody .agencyDetail .header {
  display: none;
}
.footer .footer-top .footer_widget .fbody .agencyDetail .agency .logo,
.footer .footer-top .footer_widget .fbody .agencyDetail .agency .apemip,
.footer .footer-top .footer_widget .fbody .agencyDetail .agency .fax,
.footer .footer-top .footer_widget .fbody .agencyDetail .agency .website {
  display: none;
}
.footer .footer-top .footer_widget .fbody .socials li {
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
}
.footer .footer-top .footer_widget .fbody .socials li a {
  display: block;
  width: 38px;
  border: 1px solid rgba(0, 0, 0, 0);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #3D4248;
  color: #CCC;
  text-align: center;
  text-indent: -1px;
  line-height: 38px;
  -moz-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.footer .footer-top .footer_widget .fbody .socials li a i {
  text-indent: -1px;
}
.footer .footer-top .footer_widget .fbody .socials li a i.ion-social-facebook {
  text-indent: 2px;
  font-size: 1.3em;
}
.footer .footer-top .footer_widget .fbody .socials li a:hover {
  border: 1px solid #5DAE8B;
  background: rgba(0, 0, 0, 0);
  color: #5DAE8B;
}
.footer .footer-top .footer_widget .fbody .links li a {
  border-bottom: 1px dotted rgba(0, 0, 0, 0);
  -moz-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  color: #CCC;
}
.footer .footer-top .footer_widget .fbody .links li a:hover {
  text-decoration: none;
  color: white;
  border-bottom: 1px dotted #fff;
}
.footer .footer-top .footer_widget .fbody .login .form-control {
  height: 35px;
}
.footer .footer-top .footer_widget .fbody .login .btn {
  height: 35px;
  line-height: 14px;
  background: #5DAE8B;
  border: 1px solid #5DAE8B;
  color: #fff;
}
.footer .footer-top .footer_widget .fbody .login li {
  height: 16px;
}
.footer .footer-top .footer_widget .fbody .login .link {
  color: #CCC;
  border-bottom: 1px dotted rgba(0, 0, 0, 0);
  -moz-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.footer .footer-top .footer_widget .fbody .login .link:hover {
  text-decoration: none;
  border-bottom: 1px dotted #fff;
  color: #fff;
}
.footer .footer-bottom {
  height: 50px;
  background: #211E1E;
  line-height: 50px;
}
.footer .footer-bottom .FooterInfo {
  color: #AAA;
  font-size: 0.9em;
}
.footer .footer-bottom .FooterInfo > div {
  display: inline-block;
}
.footer .footer-bottom .FooterInfo > div a {
  font-weight: bold;
  padding-left: 5px;
}
.footer .footer-bottom .FooterInfo > div img {
  vertical-align: middle;
}
.footer .footer-bottom .FooterInfo .dPowered {
  float: right;
  text-align: right;
}
@media (max-width: 61.9em) {
  .footer .footer_widget {
    text-align: center;
  }
}
@media (max-width: 47.9em) {
  .footer {
    background: #fff;
  }
  .footer .footer-top .footer_widget {
    text-align: center;
  }
  .footer .footer-bottom {
    height: 100px;
    text-align: center;
  }
  .footer .footer-bottom .dPowered {
    text-align: center!important;
  }
}
/*#endregion*/
/*#region 1.10) List [ PROPERTIES ] */
.propertySearch {
  font-family: 'Montserrat', sans-serif;
  opacity: 0;
}
.propertySearch .search {
  width: 100%;
  background: #5DAE8B;
  border-radius: 3px;
}
.propertySearch .search .s-header {
  padding: 20px;
  background: #51a17e;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.propertySearch .search .s-header h2 {
  margin: 0;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
}
.propertySearch .search .s-header .close {
  margin: 0;
  position: absolute;
  right: 20px;
  top: 16px;
}
.propertySearch .search .s-body {
  padding: 20px;
}
.propertySearch .search .s-body label {
  text-transform: uppercase;
  color: #F6F49D;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.propertySearch .search .s-body ul li {
  margin-bottom: 15px;
}
.propertySearch .search .s-body .generalInfo {
  margin-bottom: 5px;
}
.propertySearch .search .s-body .propertyfeatures {
  margin-top: 15px;
}
.propertySearch .search .s-body .propertyfeatures ul li {
  width: 50%;
  float: left;
  margin-bottom: 2px;
}
.propertySearch .search .s-body .propertyfeatures ul li.feature_168 {
  width: 100%;
  float: left;
}
.propertySearch .search .s-body .propertyfeatures ul li label {
  left: 9px;
  line-height: 19px;
}
.propertySearch .search .s-body .propertyfeatures ul li [type="checkbox"] + label {
  left: 0;
}
.propertySearch .search .s-body .propertyfeatures label {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  position: relative;
  top: -3px;
  left: 5px;
  color: #333;
  text-transform: none;
}
.propertySearch .search .s-body .reference {
  margin-top: 10px;
  margin-bottom: 15px;
}
.propertySearch .search .s-body .actions .btn {
  background: #F6F49D;
  color: #333;
  width: 100%;
  text-align: center;
  font-size: 1.1rem;
  text-transform: capitalize;
}
.propertySearch .search .s-body .form-control {
  background: #50a27e;
}
.propertySearch .search .s-body .form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #3f8063;
}
.propertySearch .search .s-body .form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #489171;
  opacity: 1;
}
.propertySearch .search .s-body .form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #489171;
  opacity: 1;
}
.propertySearch .search .s-body .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #489171;
}
.propertySearch .search .s-body .select2-container--default .select2-selection--single {
  background: #50a27e;
}
.propertySearch .search .s-body .select2-container--default .select2-selection--single .select2-selection__rendered,
.propertySearch .search .s-body .select2-container--default .select2-selection--single .select2-selection__arrow {
  color: #fff;
}
.propertySearch .search .s-body .select2-container--default.select2-container--disabled .select2-selection--single {
  background: #489171;
}
.propertySearch .search .s-body .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered,
.propertySearch .search .s-body .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow {
  color: #e2e2e2;
}
.propertySearch .search .s-body .irs .irs-from,
.propertySearch .search .s-body .irs .irs-to,
.propertySearch .search .s-body .irs .irs-single {
  background: #50a27e;
  color: #fff;
}
.propertySearch .search .s-body .irs .irs-line {
  background: #489171;
  border: 1px solid #489171;
}
.propertySearch .search .s-body .irs .irs-bar {
  background: #50a27e;
}
.propertySearch .search .s-body .irs .irs-slider {
  background: #448a6b;
  border: 1px solid #448a6b;
}
.propertySearch .search .s-body .other,
.propertySearch .search .s-body .mandatory cite,
.propertySearch .search .s-body .reference p.isBankProperty,
.propertySearch .search .s-body .reference p.isOpportunity {
  display: none;
}
.property-list {
  background: #fafafa;
  visibility: inherit;
  width: 100%;
  height: 100%;
  opacity: 1;
  padding: 30px 0;
}
.property-list .pl-showsearch {
  position: absolute;
  top: -30px;
  left: -155px;
  right: -155px;
  border-radius: 0;
}
.property-list .propertyList {
  overflow: hidden;
}
.property-list .propertyList .l-header {
  padding-right: .7rem;
  padding-left: .7rem;
}
.property-list .propertyList .l-header .header {
  background: #5dae8b;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
  padding: 15px 0px;
}
.property-list .propertyList .l-header label {
  line-height: 40px;
  text-transform: uppercase;
  color: #F6F49D;
  font-size: 0.9rem;
  font-weight: 600;
}
.property-list .propertyList .l-header .select2-container--default .select2-selection--single {
  background: #50a27e;
}
.property-list .propertyList .l-header .select2-container--default .select2-selection--single .select2-selection__rendered,
.property-list .propertyList .l-header .select2-container--default .select2-selection--single .select2-selection__arrow {
  color: #fff;
}
.property-list .propertyList .l-header .select2-container--default.select2-container--disabled .select2-selection--single {
  background: #489171;
}
.property-list .propertyList .l-header .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered,
.property-list .propertyList .l-header .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow {
  color: #e2e2e2;
}
.property-list .propertyList .l-header .searchConfiguration .col {
  padding-left: 5px;
  padding-right: 5px;
}
.property-list .propertyList .list {
  margin: 0px 0px 16px;
  width: 100%;
  float: right;
}
.property-list .propertyList .list > a {
  text-decoration: none !important;
  transform: matrix(1, 0, 0, 1, 0, 400);
  opacity: 0;
}
.property-list .propertyList .list > a:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.property-list .propertyList .list .item {
  margin: 10px;
  margin-bottom: 30px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  transition: all .5s;
  border-radius: 4px;
}
.property-list .propertyList .list .item:hover {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24);
}
.property-list .propertyList .list .item:hover .pr-header:after {
  transform: scaleY(1);
}
.property-list .propertyList .list .item:hover .pr-header h4,
.property-list .propertyList .list .item:hover .pr-header p {
  color: #fff;
}
.property-list .propertyList .list .item .pr-thumbnail {
  width: 100%;
  height: 200px;
  padding: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
}
.property-list .propertyList .list .item .pr-thumbnail .wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  clear: both;
}
.property-list .propertyList .list .item .pr-thumbnail .wrapper div {
  visibility: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-position: 50% 0;
  background-size: cover !important;
  background-repeat: no-repeat;
  opacity: 1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.property-list .propertyList .list .item .pr-thumbnail .wrapper .price {
  position: absolute;
  top: 0;
  right: 15px;
  background: #FF7676;
  padding: 5px 10px;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 7px 0 rgba(0, 0, 0, 0.12);
}
.property-list .propertyList .list .item .pr-header {
  position: relative;
  display: block;
  padding: 25px;
  border-bottom: 2px solid #5DAE8B;
}
.property-list .propertyList .list .item .pr-header:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}
.property-list .propertyList .list .item .pr-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transform-origin: bottom center;
  background: #5DAE8B;
  z-index: -1;
  transition: transform 0.3s;
}
.property-list .propertyList .list .item .pr-header h4 {
  color: #414141;
  font-size: 1.4em;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.property-list .propertyList .list .item .pr-header h4,
.property-list .propertyList .list .item .pr-header p {
  transition: color 0.2s ease;
}
.property-list .propertyList .list .item .pr-header .location {
  line-height: 15px;
  font-size: 1rem;
  font-weight: 500;
  color: #797979;
  margin: 0;
}
.property-list .propertyList .list .item .pr-header .pr-info .characteristics {
  position: relative;
  overflow: hidden;
  min-height: 100px;
  border-top: 1px solid #E5E7E6;
  display: table;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.property-list .propertyList .list .item .pr-header .pr-info .characteristics li {
  height: 80px;
  margin: 10px 3px;
  width: 68px;
  float: left;
}
.property-list .propertyList .list .item .pr-header .pr-info .characteristics li div.logo {
  width: 35px;
  height: 35px;
  display: block;
  margin: 0 auto;
}
.property-list .propertyList .list .item .pr-header .pr-info .characteristics li div.logo.area {
  background: url("/App_themes/custom/images/misc/property.png") no-repeat 0px -75px transparent;
}
.property-list .propertyList .list .item .pr-header .pr-info .characteristics li div.logo.bath {
  background: url("/App_themes/custom/images/misc/property.png") no-repeat 0px -37px transparent;
}
.property-list .propertyList .list .item .pr-header .pr-info .characteristics li div.logo.rooms {
  background: url("/App_themes/custom/images/misc/property.png") no-repeat 0px -110px transparent;
}
.property-list .propertyList .list .item .pr-header .pr-info .characteristics li div.logo.garage {
  background: url("/App_themes/custom/images/misc/property.png") no-repeat 0px 0px transparent;
}
.property-list .propertyList .list .item .pr-header .pr-info .characteristics li span.number {
  display: inline-block;
  margin: 5px 0;
  border-radius: 100px;
  line-height: 20px;
  font-size: 1em;
  width: 65px;
  text-align: center;
  color: #555756;
  font-weight: 600;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.property-list .propertyList .list .item .pr-info {
  padding: 0 25px 25px 25px;
  background: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.property-list .propertyList .list .item .pr-info .agency {
  position: relative;
  top: -10px;
}
.property-list .propertyList .list .item .pr-info .agency .thumb {
  width: 55px;
  height: 55px;
  float: left;
  background: #fff;
  padding: 5px;
  border-radius: 30px;
}
.property-list .propertyList .list .item .pr-info .agency .thumb div {
  visibility: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-position: 50% 0;
  background-size: cover !important;
  background-repeat: no-repeat;
  opacity: 1;
  border-radius: 100%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 7px 0 rgba(0, 0, 0, 0.12);
}
.property-list .propertyList .list .item .pr-info .agency .info {
  float: left;
}
.property-list .propertyList .list .item .pr-info .agency .info h5 {
  font-size: 1rem;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  line-height: 55px;
}
.property-list .propertyList .list .item .pr-info .characteristics {
  position: relative;
  overflow: hidden;
  min-height: 100px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.property-list .propertyList .list .item .pr-info .characteristics li {
  height: 80px;
  margin: 10px 3px;
  width: 68px;
  float: left;
}
.property-list .propertyList .list .item .pr-info .characteristics li div.logo {
  width: 45px;
  height: 35px;
  display: block;
  margin: 0 auto;
}
.property-list .propertyList .list .item .pr-info .characteristics li div.logo.area {
  background: url("/App_themes/custom/images/misc/property.png") no-repeat 0px -75px transparent;
}
.property-list .propertyList .list .item .pr-info .characteristics li div.logo.bath {
  background: url("/App_themes/custom/images/misc/property.png") no-repeat 0px -37px transparent;
}
.property-list .propertyList .list .item .pr-info .characteristics li div.logo.rooms {
  background: url("/App_themes/custom/images/misc/property.png") no-repeat 0px -110px transparent;
}
.property-list .propertyList .list .item .pr-info .characteristics li div.logo.garage {
  background: url("/App_themes/custom/images/misc/property.png") no-repeat 0px 0px transparent;
}
.property-list .propertyList .list .item .pr-info .characteristics li span.number {
  background: #ececec;
  display: block;
  margin: 10px auto 0;
  border-radius: 100px;
  line-height: 25px;
  font-size: 1em;
  width: 65px;
  text-align: center;
  color: #555756;
  font-weight: 600;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.property-list.favorites .list > a {
  transform: none;
  opacity: 1;
}
.property-list.favorites .list > a .item {
  position: relative;
}
.property-list.favorites .list > a .item .pr-header:before,
.property-list.favorites .list > a .item .pr-header:after {
  z-index: 0;
}
.property-list.favorites .list > a .item .pr-header h4,
.property-list.favorites .list > a .item .pr-header p {
  position: relative;
  z-index: 1;
}
.property-list.favorites .list > a .item .pr-info .favoriteHandler {
  position: absolute;
  top: 10px;
  left: 10px;
}
.property-list.favorites .list > a .item .pr-info .favoriteHandler > span {
  color: #F6F49D;
  border-radius: 100px;
  line-height: 35px;
  font-size: 1.6rem;
}
.pager {
  clear: both;
  margin: 0px;
  text-align: right;
}
.pager a.page {
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 0;
  text-decoration: none !important;
}
.pager a.page.active {
  font-weight: bold;
}
.pager a.page:hover span,
.pager a.page.active span {
  background: #5DAE8B;
  border-color: #5DAE8B;
  color: #fff;
  text-decoration: none;
}
.pager a.page span {
  display: block;
  text-align: center;
  margin: 0;
  padding: 10px 13px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 2px solid #EAEAEA;
  border-radius: 100px;
}
.pager a.page.btn {
  border-radius: 100px;
}
.pager a.forward,
.pager a.backward {
  border-radius: 100px;
  padding: 0 13px;
  height: 38px;
  line-height: 35px;
}
@media (max-width: 47.9em) {
  .propertySearch {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: 0;
    z-index: 1;
    display: none;
  }
  .propertySearch.show {
    display: block;
    max-height: initial;
    will-change: transform;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-y: scroll;
  }
  .property-list .propertyList .l-header label {
    text-align: center;
    display: block;
  }
  .propertyList .list .property .info .btn {
    display: none;
  }
  .propertyList .list .property .info .characteristics {
    top: initial !important;
    bottom: 5px;
  }
}
@media (max-width: 47.9em) {
  .propertyList {
    margin-top: 10px;
  }
  .propertyList .l-header label {
    font-size: 0.7rem!important;
  }
  .propertyList .list .property {
    height: auto !important;
  }
  .propertyList .list .property .photo {
    padding-right: 0;
    padding-left: 0;
  }
  .propertyList .list .property .info {
    padding: 15px;
  }
  .propertyList .list .property .info .characteristics {
    min-height: 35px;
  }
}
@media (min-width: 47.9em) {
  .propertySearch {
    opacity: 1!important;
    transform: matrix(1, 0, 0, 1, 0, 0) !important;
  }
}
/*#endregion*/
/*#region 1.11) DETAIL [PROPERTY]*/
.property-detail {
  background: #fafafa;
}
.property-detail .property {
  position: relative;
  padding-top: 120px;
}
.property-detail .property .pd-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin-bottom: 15px;
  transition: all 200ms ease;
}
.property-detail .property .pd-header.sticky {
  position: fixed;
  padding: 0;
  z-index: 11;
}
.property-detail .property .pd-header.sticky .cbox {
  padding: 10px 20px;
}
.property-detail .property .pd-header .cbox {
  background: #5DAE8B;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.property-detail .property .pd-header .ph-title {
  font-size: 2em;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  color: #fff;
}
.property-detail .property .pd-header .ph-location {
  margin: 0;
  line-height: 1;
  font-weight: 600;
  color: #F6F49D;
}
.property-detail .property .pd-header .ph-location i {
  color: #F6F49D;
}
.property-detail .property .pd-header .ph-price {
  float: right;
  font-size: 3rem;
  line-height: 3.4rem;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fff;
}
.property-detail .property .pd-content .pc-general .pg-photos {
  position: relative;
  margin-bottom: 20px;
}
.property-detail .property .pd-content .pc-general .pg-photos .wrapper {
  position: relative;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
}
.property-detail .property .pd-content .pc-general .pg-photos .favorite {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
}
.property-detail .property .pd-content .pc-general .pg-photos .favorite a {
  display: inline-block;
  width: 70px;
  height: 70px;
  background: #F6F49D;
  color: #fff;
  text-align: center;
  line-height: 70px;
  border-radius: 100%;
  font-size: 2em;
  transition: all 0.2s ease;
}
.property-detail .property .pd-content .pc-general .pg-photos .favorite a:hover {
  background: #f8f7b4;
}
.property-detail .property .pd-content .pc-general .pg-photos .mainPhoto {
  display: block;
  height: 537px;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
.property-detail .property .pd-content .pc-general .pg-photos .mainPhoto .slides li {
  position: relative;
  background: #fff;
  height: 537px;
  line-height: 537px;
}
.property-detail .property .pd-content .pc-general .pg-photos .mainPhoto .slides li img {
  cursor: zoom-in;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: auto;
}
.property-detail .property .pd-content .pc-general .pg-photos .thumbnails {
  bottom: 0;
  background: #fff;
  padding: 15px;
  height: 100px;
  overflow: hidden;
  width: 100%;
}
.property-detail .property .pd-content .pc-general .pg-photos .thumbnails .slides li {
  max-height: 70px;
  opacity: 0.6;
  transition: all 0.2s ease;
  cursor: pointer;
  text-align: center;
  border: 2px solid #EAEAEA;
  border-radius: 4px;
  overflow: hidden;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.property-detail .property .pd-content .pc-general .pg-photos .thumbnails .slides li.flex-active-slide {
  border-color: #5DAE8B;
  opacity: 1;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
}
.property-detail .property .pd-content .pc-general .pg-photos .thumbnails .slides li img {
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: auto;
  border-radius: 2px;
}
.property-detail .property .pd-content .pc-general .pg-photos .thumbnails .flex-prev,
.property-detail .property .pd-content .pc-general .pg-photos .thumbnails .flex-next {
  display: none;
}
.property-detail .property .pd-content .pc-general .pg-details li {
  border: 1px solid #F4F4F4;
  background: #F9F9F9;
  color: #9F9F9F;
  font-weight: 600;
  padding: 15px 20px;
  margin-bottom: 10px;
}
.property-detail .property .pd-content .pc-general .pg-details li span {
  float: right;
}
.property-detail .property .pd-content .pc-general .pg-description fieldset {
  margin-bottom: 10px;
}
.property-detail .property .pd-content .pc-general .pg-description .description {
  color: #ABABAB;
  font-weight: 600;
}
.property-detail .property .pd-content .pc-general .pg-share .socialSharing {
  float: left;
  margin: 0;
}
.property-detail .property .pd-content .pc-general .pg-share .socialSharing > li {
  float: left;
  margin: 0;
  margin-right: 5px;
}
.property-detail .property .pd-content .pc-general .pg-share .socialSharing > li a {
  display: block;
  text-align: center;
  font-size: 17px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  color: #fff;
}
.property-detail .property .pd-content .pc-general .pg-share .socialSharing > li a span {
  display: none;
}
.property-detail .property .pd-content .pc-general .pg-share .socialSharing > li a i:before {
  line-height: 40px;
}
.property-detail .property .pd-content .pc-general .pg-share .socialSharing > li:last-child {
  margin-right: 0;
}
.property-detail .property .pd-content .pc-general .pg-share .socialSharing > li.facebook a {
  background: #3b5998;
}
.property-detail .property .pd-content .pc-general .pg-share .socialSharing > li.twitter a {
  background: #55acee;
}
.property-detail .property .pd-content .pc-general .pg-share .socialSharing > li.pinterest a {
  background: #cb2027;
}
.property-detail .property .pd-content .pc-general .pg-share .socialSharing > li.gplus a {
  background: #dd4b39;
}
.property-detail .property .pd-content .pc-general .pg-share .socialSharing > li.linkedin a {
  background: #007bb5;
}
.property-detail .property .pd-content .pc-general .pg-share .btn {
  float: right;
  padding: 9px 12px;
  margin-left: 10px;
}
.property-detail .property .pd-content .pc-general .pg-share .btn:first-child {
  margin-left: 0;
}
.property-detail .property .pd-content .pc-general .pg-video object {
  width: 100% !important;
}
.property-detail .property .pd-content .pc-general .pg-location #dMap {
  overflow: hidden;
}
.property-detail .property .pd-content .pc-general .pg-location #dMap #dGoogleMap {
  width: 100% !important;
}
.property-detail .property .pd-content .pc-general .pg-location #dMap #noSVOverlay {
  display: none;
  background: #e74c3c;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
.property-detail .property .pd-content .pc-general .pg-location #dMap #noSVOverlay p {
  margin-bottom: 5px;
}
.property-detail .property .pd-content .pc-general .pg-location #dMap #noSVOverlay a {
  color: #fff;
}
.property-detail .property .pd-content .pc-general .pg-location #dMap .ctrDirections #directionsPanel {
  width: 100%;
  padding: 10px 0;
}
.property-detail .property .pd-content .pc-general .pg-location #dMap .ctrDirections #directionsPanel:after {
  content: "";
  display: block;
  clear: both;
}
.property-detail .property .pd-content .pc-general .pg-location #dMap .ctrDirections #directionsPanel > div {
  padding: 0;
}
.property-detail .property .pd-content .pc-general .pg-location #dMap .ctrDirections #directionsPanel .form-control {
  width: 100%;
  height: 32px;
  line-height: 32px;
  float: left;
}
.property-detail .property .pd-content .pc-general .pg-location #dMap .ctrDirections #directionsPanel .btnGps {
  float: left;
  margin-left: 5px;
  height: 32px;
  width: 19%;
  text-align: center;
  background: #fff;
  border: 1px solid #EAEAEA;
  font-size: 15px;
}
.property-detail .property .pd-content .pc-general .pg-location #dMap .ctrDirections #directionsPanel .btnGps i:before {
  line-height: 32px;
}
.property-detail .property .pd-content .pc-general .pg-location #dMap .ctrDirections #directionsPanel .btn {
  float: left;
  margin-left: 5px;
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  width: 75%;
  background: #fff;
  color: #333;
  border: 1px solid #EAEAEA;
  border-radius: 0;
}
.property-detail .property .pd-content .pc-general .pg-location #dMap .ctrDirections #directionsPanel .btn:hover {
  text-decoration: none;
  color: #5DAE8B;
}
.property-detail .property .pd-content .pc-general .pg-location #dMap #dLocationData {
  padding: 15px;
}
.property-detail .property .pd-content .pc-general .pg-location #dMap #dLocationData:after {
  content: "";
  display: block;
  clear: both;
}
.property-detail .property .pd-content .pc-general .pg-location #dMap #dLocationData #locationType {
  float: left;
  height: 50px;
}
.property-detail .property .pd-content .pc-general .pg-location #dMap #dLocationData #locationType.aprox {
  background: url("/App_Themes/custom/images/smart_map/markers/locationtype_sprite.png") no-repeat 0px -39px transparent;
}
.property-detail .property .pd-content .pc-general .pg-location #dMap #dLocationData #locationType.exact {
  background: url("/App_Themes/custom/images/smart_map/markers/locationtype_sprite.png") no-repeat 0 11px transparent;
}
.property-detail .property .pd-content .pc-general .pg-location #dMap #dLocationData #locationType .locationTypeLabel {
  display: block;
  color: #666;
  line-height: 30px;
  padding: 0px 0px 0px 40px;
}
.property-detail .property .pd-content .pc-general .pg-location #dMap #dLocationData #locationType .locationAddress {
  padding: 0px 0px 0px 40px;
  color: #666;
}
.property-detail .property .pd-content .pc-general .pg-location #dMap #dLocationData .coordinates,
.property-detail .property .pd-content .pc-general .pg-location #dMap #dLocationData .results {
  float: right;
  height: 33px;
  padding: 8px 0 0 0;
}
.property-detail .property .pd-content .pc-general .pg-location #dMap #dLocationData .coordinates div,
.property-detail .property .pd-content .pc-general .pg-location #dMap #dLocationData .results div {
  color: #666;
}
.property-detail .property .pd-content .pc-general .pg-location #dMap #dLocationData .coordinates div label,
.property-detail .property .pd-content .pc-general .pg-location #dMap #dLocationData .results div label {
  margin: 0px 2px 0px 0px;
}
.property-detail .property .pd-content .pc-general .pg-location #dMap #dLocationData .coordinates div span,
.property-detail .property .pd-content .pc-general .pg-location #dMap #dLocationData .results div span {
  float: right;
}
.property-detail .property .pd-content .pc-general .pg-location #dMap #dLocationData .results {
  display: none;
  padding: 0;
  height: auto;
}
.property-detail .property .pd-content .pc-general .pg-location #dMap .dLocationUtilities {
  height: 190px;
  margin: 15px 0px 0px;
  padding: 10px 17px;
  width: 100%;
}
.property-detail .property .pd-content .pc-general .pg-location #dMap .dLocationUtilities .ctrInterestPoints {
  margin: 8px 0px 0px;
}
.property-detail .property .pd-content .pc-general .pg-location #dMap .dLocationUtilities .ctrInterestPoints .ipoint {
  padding: 0;
}
.property-detail .property .pd-content .pc-general .pg-location #dMap .dLocationUtilities .ctrInterestPoints .ipoint .ck {
  background: url("/App_Themes/custom/images/smart_map/markers/markers_sprite.png") no-repeat transparent;
  display: block;
  height: 39px;
  line-height: 50px;
  margin: 0px 0px 10px;
  padding: 0px 5px 0px 40px;
}
.property-detail .property .pd-content .pc-general .pg-location #dMap .dLocationUtilities .ctrInterestPoints .ipoint .ck label {
  position: relative;
  top: -4px;
  font-size: 0.9em;
  color: #666;
  margin: 0px 0px 0px 5px;
}
.property-detail .property .pd-content .pc-general .pg-location #dMap .dLocationUtilities .ctrInterestPoints .ipoint .transports {
  background-position: 0 0;
}
.property-detail .property .pd-content .pc-general .pg-location #dMap .dLocationUtilities .ctrInterestPoints .ipoint .commerce {
  background-position: 0 -40px;
}
.property-detail .property .pd-content .pc-general .pg-location #dMap .dLocationUtilities .ctrInterestPoints .ipoint .restaurants {
  background-position: 0 -80px;
}
.property-detail .property .pd-content .pc-general .pg-location #dMap .dLocationUtilities .ctrInterestPoints .ipoint .health {
  background-position: 0 -120px;
}
.property-detail .property .pd-content .pc-general .pg-location #dMap .dLocationUtilities .ctrInterestPoints .ipoint .pharmacies {
  background-position: 0 -160px;
}
.property-detail .property .pd-content .pc-general .pg-location #dMap .dLocationUtilities .ctrInterestPoints .ipoint .security {
  background-position: 0 -200px;
}
.property-detail .property .pd-content .pc-general .pg-location #dMap .dLocationUtilities .ctrInterestPoints .ipoint .education {
  background-position: 0 -240px;
}
.property-detail .property .pd-content .pc-general .pg-location #dMap .dLocationUtilities .ctrInterestPoints .ipoint .sport {
  background-position: 0 -280px;
}
.property-detail .property .pd-content .pc-general .pg-location #dMap .dLocationUtilities .ctrInterestPoints .ipoint .services {
  background-position: 0 -320px;
}
.property-detail .property .pd-content .pc-general .pg-location #dMap .dLocationUtilities .ctrInterestPoints [type="checkbox"] + label:before,
.property-detail .property .pd-content .pc-general .pg-location #dMap .dLocationUtilities .ctrInterestPoints [type="checkbox"] + label:after {
  top: 17px;
}
.property-detail .property .pd-content .pc-sideview .pg-agency {
  background: #fff;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
}
.property-detail .property .pd-content .pc-sideview .pg-agency .agencyPreview img {
  max-width: 100%;
}
.property-detail .property .pd-content .pc-sideview .pg-agency .agencyPreview .header {
  width: 100%;
  border-bottom: 1px solid #f5f5f5;
  text-align: center;
  padding: 20px;
  margin: 0;
}
.property-detail .property .pd-content .pc-sideview .pg-agency .agencyPreview .header .commercialName h2 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 1.7em;
  padding: 0px;
  border: 0px;
  font-weight: 600;
}
.property-detail .property .pd-content .pc-sideview .pg-agency .agencyPreview .header .socialName h3 {
  font-size: 1em;
  margin-top: 2px;
  margin-bottom: 0px;
}
.property-detail .property .pd-content .pc-sideview .pg-agency .agencyPreview .contacts {
  border-bottom: 1px solid #f5f5f5;
  padding: 20px 25px;
}
.property-detail .property .pd-content .pc-sideview .pg-agency .agencyPreview .contacts a,
.property-detail .property .pd-content .pc-sideview .pg-agency .agencyPreview .contacts p {
  color: #596570;
  margin: 0;
  margin-bottom: 10px;
  font-size: 1.2rem;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 19px;
}
.property-detail .property .pd-content .pc-sideview .pg-agency .agencyPreview .contacts a:last-child,
.property-detail .property .pd-content .pc-sideview .pg-agency .agencyPreview .contacts p:last-child {
  margin: 0;
}
.property-detail .property .pd-content .pc-sideview .pg-agency .agencyPreview .contacts a i,
.property-detail .property .pd-content .pc-sideview .pg-agency .agencyPreview .contacts p i {
  display: inline-block;
  color: #5DAE8B;
  margin-right: 15px;
  font-size: 1.3rem;
  width: 15px;
  text-indent: 1px;
  text-align: center;
}
.property-detail .property .pd-content .pc-sideview .pg-inforequest h3 {
  margin-bottom: 10px;
}
.property-detail .property .pd-content .pc-sideview .pg-inforequest label {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #F6F49D;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.property-detail .property .pd-content .pc-sideview .pg-inforequest textarea {
  border-radius: 15px;
}
.property-detail .property .pd-content .pc-sideview .pg-inforequest .actions .btn {
  background: #F6F49D;
  color: #333;
  width: 100%;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: capitalize;
}
.property-detail .property .pd-content .pc-sideview .pg-inforequest .form-control {
  background: #50a27e;
}
.property-detail .property .pd-content .pc-sideview .pg-inforequest .form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #3f8063;
}
.property-detail .property .pd-content .pc-sideview .pg-inforequest .form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #489171;
  opacity: 1;
}
.property-detail .property .pd-content .pc-sideview .pg-inforequest .form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #489171;
  opacity: 1;
}
.property-detail .property .pd-content .pc-sideview .pg-inforequest .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #489171;
}
.property-detail .property .pd-content .pc-sideview .pg-features #featuresDetails > div {
  position: relative;
  border: 1px solid #F4F4F4;
  background: #F9F9F9;
  padding: 15px 20px;
  margin-bottom: 10px;
}
.property-detail .property .pd-content .pc-sideview .pg-features #featuresDetails > div h4 {
  color: #9F9F9F;
  font-weight: 600;
  font-size: 1em;
  margin: 0;
  cursor: pointer;
}
.property-detail .property .pd-content .pc-sideview .pg-features #featuresDetails > div h4:after {
  position: absolute;
  right: 15px;
  content: "\f3d2";
  font-family: Ionicons;
}
.property-detail .property .pd-content .pc-sideview .pg-features #featuresDetails > div h4.open {
  color: #333;
}
.property-detail .property .pd-content .pc-sideview .pg-features #featuresDetails > div h4.open:after {
  content: "\f3d0";
}
.property-detail .property .pd-content .pc-sideview .pg-features #featuresDetails > div > ul {
  display: none;
  margin-top: 10px;
}
.property-detail .property .pd-content .pc-sideview .pg-features #featuresDetails > div > ul > li {
  font-weight: 600;
  padding-bottom: 15px;
}
.property-detail .property .pd-content .pc-sideview .pg-features #featuresDetails > div > ul > li:first-child {
  padding-top: 15px;
}
.property-detail .property .pd-content .pc-sideview .pg-features #featuresDetails > div > ul ul li {
  padding: 0px 0px 5px;
  font-weight: 500;
}
.property-detail .property .pd-content .pc-sideview .pg-features #featuresDetails > div > ul ul li:first-child {
  padding: 5px 0px 5px;
}
.property-detail .property .pd-content .pc-sideview .pg-features #featuresDetails label {
  color: #5DAE8B;
  font-weight: 600;
}
.property-detail .property .pd-content .pc-sideview .pg-features #F002 li {
  background: url(images/misc/energy_rating_back.png) no-repeat 0 0;
  width: 160px;
  height: 140px;
  text-indent: -9999px;
}
.property-detail .property .pd-content .pc-sideview .pg-features #F002 li.A {
  background-position: 0 0;
}
.property-detail .property .pd-content .pc-sideview .pg-features #F002 li.A_plus {
  background-position: 0 -140px;
}
.property-detail .property .pd-content .pc-sideview .pg-features #F002 li.B {
  background-position: 0 -280px;
}
.property-detail .property .pd-content .pc-sideview .pg-features #F002 li.B_minus {
  background-position: 0 -420px;
}
.property-detail .property .pd-content .pc-sideview .pg-features #F002 li.C {
  background-position: 0 -560px;
}
.property-detail .property .pd-content .pc-sideview .pg-features #F002 li.D {
  background-position: 0 -700px;
}
.property-detail .property .pd-content .pc-sideview .pg-features #F002 li.E {
  background-position: 0 -840px;
}
.property-detail .property .pd-content .pc-sideview .pg-features #F002 li.F {
  background-position: 0 -980px;
}
.property-detail .property .pd-content .pc-sideview .pg-features #F002 li.G {
  background-position: 0 -1120px;
}
@media (max-width: 61.9em) {
  .property-detail .property .pd-header {
    text-align: center;
  }
  .property-detail .property .pd-header .ph-price {
    float: none;
  }
  .property-detail .property .pd-content .pg-photos .mainPhoto {
    height: auto;
    max-height: 520px;
  }
  .property-detail .property .pd-content .pg-photos .mainPhoto .slides li {
    height: 520px;
    line-height: 520px;
  }
  .property-detail .property .pd-content .pg-photos .mainPhoto .slick-track,
  .property-detail .property .pd-content .pg-photos .mainPhoto .slick-list {
    height: auto;
  }
  .property-detail .property .pd-content .pg-photos .mainPhoto img {
    position: initial !important;
  }
}
@media (max-width: 47.9em) {
  .property-detail .property .pd-content .pg-photos .mainPhoto {
    height: auto;
    max-height: 450px !important;
  }
  .property-detail .property .pd-content .pg-photos .mainPhoto .slides li {
    height: 450px !important;
    line-height: 450px !important;
  }
  .property-detail .property .pd-content .pg-photos .thumbnails {
    display: none;
  }
}
@media (max-width: 33.9em) {
  .property-detail .property .pd-header .ph-title {
    font-size: 1.6em;
  }
  .property-detail .property .pd-header .ph-price {
    margin-top: 10px;
    font-size: 2em;
    line-height: 34px;
  }
  .property-detail .property .pd-content .pg-photos .mainPhoto {
    height: auto;
    max-height: 250px !important;
  }
  .property-detail .property .pd-content .pg-photos .mainPhoto .slides li {
    height: 250px !important;
    line-height: 250px !important;
  }
  .property-detail .property .pd-content .pg-share {
    float: none!important;
  }
  .property-detail .property .pd-content .pg-share .socialSharing {
    float: none!important;
    text-align: center;
    margin: 0 auto!important;
  }
  .property-detail .property .pd-content .pg-share .socialSharing > li {
    display: inline-block;
    float: none;
  }
  .property-detail .property .pd-content .pg-share .btn {
    margin: 10px auto!important;
    float: none!important;
    display: block;
    margin-top: 10px;
  }
  .property-detail .property .pd-content .pg-share .btn:last-child {
    margin-right: 0;
  }
}
/*#endregion*/
/*#region 1.12) Print [ PROPERTIES ]*/
.propertyPrint {
  position: relative;
  margin: 20px 0;
  width: 800px;
  height: 100%;
  margin: 0 auto;
}
.propertyPrint h1,
.propertyPrint h2,
.propertyPrint h3,
.propertyPrint h4 {
  -webkit-print-color-adjust: exact;
  color: #393939 !important;
}
.propertyPrint .nopadding {
  padding: 0;
}
.propertyPrint .header {
  position: relative;
  height: 98px;
  z-index: 999999;
}
.propertyPrint .header .price {
  width: 265px;
  height: 70px;
}
.propertyPrint .header .price text {
  font-size: 3em;
  font-weight: 600;
}
.propertyPrint .header .logo {
  margin: 10px 10px 0 0;
  height: 60px;
  float: right;
}
.propertyPrint .header .headerimg {
  position: absolute;
  width: 400px;
}
.propertyPrint .photos {
  margin-top: -20px;
}
.propertyPrint .photos img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.propertyPrint .photos .mainPhoto {
  width: 595px;
  margin-right: 5px;
  max-height: 446px;
}
.propertyPrint .photos .mainPhoto .mainPhotoWrapper {
  width: 100%;
  height: 100%;
}
.propertyPrint .photos .mainPhoto img {
  width: 100%;
}
.propertyPrint .photos .thumbnails {
  overflow: hidden;
  max-height: 446px;
}
.propertyPrint .photos .thumbnails .photo {
  height: 32.6%;
  position: relative;
  margin-bottom: 5px;
  overflow: hidden;
}
.propertyPrint .content {
  margin: 10px 0;
}
.propertyPrint .content h3 {
  color: #5DAE8B !important;
  font-size: 22px;
  margin-bottom: 5px;
}
.propertyPrint .content .cheader {
  height: 64px;
  margin-bottom: 10px;
  overflow: hidden;
}
.propertyPrint .content .cheader .title {
  font-size: 3.5em;
  text-align: left;
}
.propertyPrint .content .cheader .location,
.propertyPrint .content .cheader cite {
  text-align: left;
  font-size: 17px;
  color: #b5b5b5 !important;
  letter-spacing: 0 !important;
}
.propertyPrint .content .cheader .location i:before,
.propertyPrint .content .cheader cite i:before {
  color: #5DAE8B !important;
}
.propertyPrint .content .cenergy {
  position: relative;
  padding: 0;
}
.propertyPrint .content .cenergy img {
  height: 64px;
  z-index: -1;
}
.propertyPrint .content .cenergy h3 {
  position: absolute;
  width: 120px;
  text-align: center;
  z-index: 9999;
  top: 0;
  line-height: 64px;
  color: #fff !important;
  font-size: 30px;
}
.propertyPrint .content .description {
  max-height: 85px;
  margin-bottom: 20px;
  overflow: hidden;
}
.propertyPrint .content .description h3 {
  display: none;
}
.propertyPrint .content .description p {
  font-size: 14px;
  color: #393939 !important;
  text-align: justify;
}
.propertyPrint .content .details {
  height: 110px;
  text-align: center;
  overflow: hidden;
}
.propertyPrint .content .details > div {
  padding: 0;
  margin-bottom: 10px;
}
.propertyPrint .content .details label {
  display: block;
  color: #5DAE8B !important;
}
.propertyPrint .content .details span {
  color: #393939 !important;
}
.propertyPrint .content .details label,
.propertyPrint .content .details span {
  font-size: 14px;
}
.propertyPrint .content .agency {
  position: static;
  margin: 0 auto;
  display: block;
  bottom: 0;
  left: 0;
  background-color: #eff3f5 !important;
  padding: 20px 20px 50px 20px;
  margin-top: 20px;
  color: #393939 !important;
  -webkit-print-color-adjust: exact;
}
.propertyPrint .content .agency #groupAgency {
  position: relative;
}
.propertyPrint .content .agency .header {
  height: auto;
}
.propertyPrint .content .agency .header .logo {
  background-color: #fff !important;
  position: relative;
  margin: 0;
  float: left;
  width: 300px !important;
  height: 170px;
  -webkit-print-color-adjust: exact;
}
.propertyPrint .content .agency .header .logo img {
  padding: 10px;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.propertyPrint .content .agency .header h2 {
  color: #5DAE8B !important;
  font-size: 19px;
  padding-left: 310px;
}
.propertyPrint .content .agency .header h3 {
  color: #393939 !important;
  font-size: 12px;
  padding-left: 310px;
}
.propertyPrint .content .agency .header .socialID {
  padding-left: 310px;
}
.propertyPrint .content .agency .header .socialID span,
.propertyPrint .content .agency .header .socialID i {
  color: #393939 !important;
}
.propertyPrint .content .agency .address {
  padding-left: 310px;
}
.propertyPrint .content .agency .address label {
  display: none;
}
.propertyPrint .content .agency .address p {
  margin: 5px 0 15px 0;
}
.propertyPrint .content .agency .address p span {
  color: #393939 !important;
  font-size: 12px;
}
.propertyPrint .content .agency .contacts {
  padding-left: 310px;
  position: absolute;
  bottom: 0;
}
.propertyPrint .content .agency .contacts label {
  display: none;
}
.propertyPrint .content .agency .contacts i {
  display: inline-block;
  width: 20px;
  text-align: center;
}
.propertyPrint .content .agency .contacts .phone,
.propertyPrint .content .agency .contacts .mobile,
.propertyPrint .content .agency .contacts .email,
.propertyPrint .content .agency .contacts .email a,
.propertyPrint .content .agency .contacts .website,
.propertyPrint .content .agency .contacts .website a {
  font-size: 11px;
  line-height: 16px;
  color: #393939 !important;
}
.propertyPrint .content .agency .contacts .phone span,
.propertyPrint .content .agency .contacts .mobile span,
.propertyPrint .content .agency .contacts .email span,
.propertyPrint .content .agency .contacts .email a span,
.propertyPrint .content .agency .contacts .website span,
.propertyPrint .content .agency .contacts .website a span,
.propertyPrint .content .agency .contacts .phone i:before,
.propertyPrint .content .agency .contacts .mobile i:before,
.propertyPrint .content .agency .contacts .email i:before,
.propertyPrint .content .agency .contacts .email a i:before,
.propertyPrint .content .agency .contacts .website i:before,
.propertyPrint .content .agency .contacts .website a i:before {
  color: #393939 !important;
}
.propertyPrint .content .footer {
  position: static;
  margin: 0 auto;
  display: block;
  bottom: 0;
  left: 0;
}
.propertyPrint .content .footer .wrapper {
  position: relative;
}
.propertyPrint .content .footer .wrapper img {
  z-index: -1;
}
.propertyPrint .content .footer .wrapper p {
  position: absolute;
  top: 45px;
  left: 135px;
  color: #fff !important;
  z-index: 99999;
}
.propertyPrint .building .content .cheader {
  height: auto;
}
@media print {
  .propertyPrint .content .agency,
  .propertyPrint .content .footer {
    position: absolute;
  }
}
/*#endregion*/
/*#region 6) Controls Messages [ Error / Alerts ]*/
/*#region 6.1) No Results*/
.noResults {
  text-align: center;
  margin-bottom: 20px;
  margin-top: -15px;
}
.noResults .wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
  border-radius: 1px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
}
.noResults i {
  font-size: 3em;
}
.noResults p {
  font-size: 1.1em;
  margin: 0px 0px 10px;
  position: relative;
  text-align: center;
}
.noResults p span {
  font-family: VAGRounded Lt;
  font-size: 1.2em;
  color: #5DAE8B;
  margin: 0px 0px 30px;
}
.noResults ul {
  margin: 10px 0px 10px 15px;
}
.noResults ul li {
  font-size: 1.1em;
  color: #666;
  line-height: normal;
  margin: 0px 0px 5px;
  text-align: center;
}
.noResults ul li cite {
  display: none;
}
.noResults ul li a {
  font-size: 1em;
  color: #666;
}
.noResults ul li a:hover {
  color: #5DAE8B;
  text-decoration: underline;
}
.noFavorits .noResults {
  padding: 20px 0px;
}
.noFavorits .icon {
  background: url('images/misc/favorites.png');
}
/*#endregion*/
/*#region 6.2) Timeout*/
.timeoutError {
  text-align: center;
}
.timeoutError .wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
  border-radius: 1px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
}
.timeoutError div.title {
  font-size: 1.6em;
  color: #5DAE8B;
  margin-bottom: 15px;
}
.timeoutError div i {
  font-size: 3em;
}
.timeoutError div.subtitle {
  margin: 15px 0px 0px;
  font-size: 1.2em;
}
.timeoutError div.tryAgain {
  margin: 10px 0px 0px;
}
.timeoutError div.tryAgain .btn {
  background: #5DAE8B;
  color: #fff;
}
/*#endregion*/
/*#region 7.3) General*/
.generalError {
  text-align: center;
}
.generalError .wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
  border-radius: 1px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
}
.generalError div.title {
  font-size: 1.6em;
  color: #5DAE8B;
  margin-bottom: 15px;
}
.generalError div i {
  font-size: 3em;
}
.generalError div.error {
  color: #666;
  line-height: 18px;
  text-transform: uppercase;
}
.generalError div.subtitle {
  font-size: 1.2em;
  margin: 15px 0px 0px;
}
/*#endregion*/
/*#endregion*/
.page-aboutus .pagesimple,
.page-index .pagesimple {
  margin: 75px auto;
}
.page-aboutus .pagesimple h1,
.page-index .pagesimple h1 {
  display: none;
  margin: 0;
  color: #404040;
  text-align: center;
  font-weight: 300;
  font-size: 2.9em;
}
.page-aboutus .pagesimple h1:after,
.page-index .pagesimple h1:after {
  display: block;
  margin: 15px auto;
  width: 40px;
  height: 2px;
  background: #F6F49D;
  content: '';
}
.page-aboutus .pagesimple p,
.page-index .pagesimple p {
  margin: 0 auto;
  max-width: 1110px;
  color: #777;
  text-align: center;
  font-size: 1.2em;
}
.page-aboutus .pagesimple blockquote,
.page-index .pagesimple blockquote {
  margin: 0 auto;
  max-width: 1110px;
  color: #777;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.page-aboutus .pagesimple strong,
.page-index .pagesimple strong {
  font-weight: 700;
}
.page-index .id-header {
  background: url(images/background/top.jpg);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 45px 0;
  text-align: center;
}
.page-index .id-header h1 {
  font-size: 2.5em;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
.page-index .id-header img {
  margin-top: 20px;
  width: 300px;
}
.page-index a {
  color: #fff;
  text-decoration: none !important;
}
.page-index div.post {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  background: transparent;
  text-align: center;
  cursor: pointer;
  height: 400px;
  width: 100%;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.page-index div.post .figcaption {
  padding: 10px !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2;
}
.page-index div.post .figcaption .figcaption-border {
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 100%;
  text-align: center;
}
.page-index div.post .figcaption .vertical-align {
  vertical-align: middle;
  display: inline-block;
  padding: 10px;
  height: 212px;
}
.page-index div.post .figcaption p {
  padding-left: 10px !important;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0;
  text-shadow: 1px 1px 5px #000000;
  font-weight: 300;
  line-height: 25px;
  transition: opacity 0.2s, transform 0.50s;
  text-transform: none;
  -o-transition: opacity 0.2s, transform 0.50s;
  -ms-transition: opacity 0.2s, transform 0.50s;
  -webkit-transition: opacity 0.2s, transform 0.50s;
  -moz-transition: opacity 0.2s, transform 0.50s;
}
.page-index div.post .figcaption h2 {
  font-size: 28px;
  padding-left: 10px !important;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.7);
  word-spacing: 0;
  font-weight: 300;
  line-height: 105px;
  letter-spacing: 0;
  transition: transform 0.50s;
  -o-transition: transform 0.50s;
  -ms-transition: transform 0.50s;
  -webkit-transition: transform 0.50s;
  -moz-transition: transform 0.50s;
}
.page-index .figcaption-border:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.page-index .highlights h2 {
  font-size: 2.8em;
}
.page-index .highlights h2,
.page-index .highlights h2 span {
  color: #fff;
}
.page-index .highlights .ct-header {
  padding-top: 2px;
}
.page-index .highlights .slick-prev,
.page-index .highlights .slick-next {
  top: 48%;
}
.page-index .content {
  position: relative;
  top: 300px;
  margin-bottom: 100px;
}
.page-index .pagesimple h1 {
  position: relative;
  display: block;
  font-family: 'Montserrat', sans-serif;
  color: #2c3e50;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.page-index .pagesimple h1:before {
  content: "";
  display: block;
  width: 300px;
  height: 1px;
  background: #DEDEDE;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
}
.page-index .pagesimple h1:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: #F9F9F8;
  border: 2px solid #3F72AF;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  text-align: center;
  margin: 0 auto;
  border-radius: 100px;
}
.page-index .pagesimple .text {
  margin-top: 30px;
}
@media (max-width: 61.9em) {
  .page-index div.post {
    height: 200px;
  }
}
@media (max-width: 33.9em) {
  .page-index .figcaption-border:before {
    content: none;
  }
}
.pagesimple h1 {
  display: none;
}
.pagesimple .text {
  margin: 40px 0;
}
.pagesimple .text p {
  line-height: 23px;
  margin: 0;
}
.data-protection-check input[type="checkbox"] {
  visibility: hidden;
  display: block;
  margin: 0 20px 0 0;
  float: left !important;
}
.data-protection-check input[type="checkbox"]:before {
  display: none;
}
.data-protection-check input[type="checkbox"]:after {
  position: static !important;
  padding-left: 3px;
  content: " ";
  font-size: 16px;
  font-weight: 700;
  color: #5DAE8B;
  width: 21px !important;
  height: 21px !important;
  border: 1px solid #5DAE8B !important;
  display: block;
  visibility: visible;
  border-radius: 2px;
  transform: rotate(0deg) !important;
}
.data-protection-check input[type="checkbox"]:checked:after {
  content: "?";
}
.data-protection-check label {
  font-size: .875em !important;
  margin-bottom: 15px !important;
  line-height: 1.6em;
  display: block;
  float: left !important;
  width: calc(100% - 35px);
  text-transform: none !important;
  color: #fff !important;
}
.data-protection-check label strong {
  font-weight: 700 !important;
}
a.btn[disabled=disabled] {
  cursor: not-allowed !important;
}
#dSellPropertyForm .mt20 {
  margin: 0;
  margin-bottom: 25px;
}
#dSellPropertyForm .data-protection-check {
  margin: 0;
}
#dSellPropertyForm .data-protection-check label {
  color: #333 !important;
}
#dSellPropertyForm .data-protection-check [type="checkbox"]:not(:checked) + label:after {
  border-color: #b5b5b5 !important;
}
#privacy_text strong {
  color: #5DAE8B;
  font-weight: bold;
  line-height: 23px;
  font-size: 14px;
  text-transform: uppercase;
}
/*#region 1.1) OkayNav*/
header .logo {
  padding: 25px 20px 25px 0;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
header .logo img {
  max-width: 200px;
}
header #nav-main {
  float: right;
  display: inline-block !important;
}
header .call-action {
  float: right;
  line-height: 75px;
}
header .call-action a {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
}
body.okayNav-loaded {
  overflow-x: hidden;
}
.okayNav:not(.loaded) {
  visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.okayNav__nav--visible {
  overflow: hidden;
  white-space: nowrap;
  float: left;
}
.okayNav__nav--visible li {
  padding: 0 2px;
  display: inline-block;
  line-height: 23px;
  vertical-align: top;
  margin: 0 20px 0 0;
  position: relative;
}
.okayNav__nav--visible li:first-child {
  padding-left: 20px;
}
.okayNav__nav--visible a {
  display: block;
  cursor: pointer;
  color: #333;
  font-size: .9em;
  line-height: 80px;
  padding: 0 10px;
  position: relative;
  -moz-transition: color .15s linear;
  -o-transition: color .15s linear;
  -webkit-transition: color .15s linear;
  transition: color .15s linear;
  text-transform: uppercase;
}
.okayNav__nav--visible a.selected:before {
  -webkit-transform: rotate3d(0, 0, 1, -90deg) scale3d(1, 1, 1);
  -moz-transform: rotate3d(0, 0, 1, -90deg) scale3d(1, 1, 1);
  -ms-transform: rotate3d(0, 0, 1, -90deg) scale3d(1, 1, 1);
  -o-transform: rotate3d(0, 0, 1, -90deg) scale3d(1, 1, 1);
  transform: rotate3d(0, 0, 1, -90deg) scale3d(1, 1, 1);
}
.okayNav__nav--invisible {
  position: fixed;
  top: 100px;
  -webkit-overflow-scrolling: touch;
  background: #2e2e33;
  z-index: 2;
}
.okayNav__nav--invisible a {
  color: #fff;
  width: 240px;
  display: block;
  padding: 15px;
  font-weight: 700;
}
.okayNav__nav--invisible a:hover {
  text-decoration: none;
  color: #fff;
}
.okayNav__nav--invisible.nav-left {
  left: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.okayNav__nav--invisible.nav-right {
  right: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.okayNav__nav--invisible.transition-enabled {
  -moz-transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
}
.okayNav__nav--invisible.nav-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.okayNav__menu-toggle {
  position: relative;
  -moz-transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  cursor: pointer;
  width: 40px;
  height: 20px;
  float: right;
  z-index: 1;
  top: 30px;
  right: 15px;
}
.okayNav__menu-toggle.okay-invisible {
  position: absolute;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.okayNav__menu-toggle span {
  display: block;
  position: absolute;
  margin: auto;
  height: 4px;
  width: 4px;
  background: #333;
  border-radius: 50%;
  left: 0;
  right: 0;
  pointer-events: none;
}
.okayNav__menu-toggle span:nth-child(1) {
  top: 0;
}
.okayNav__menu-toggle span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.okayNav__menu-toggle span:nth-child(3) {
  bottom: 0;
}
.okayNav__menu-toggle.icon--active {
  /* Kebab icon when off-screen nav is open */
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.okayNav__menu-toggle.icon--active span {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #FFF;
}
/*#endregion*/
/*#region 1.2) Select2*/
.select2 {
  width: 100% !important;
}
.select2-container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 40px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 15px;
  padding-right: 20px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.05em;
  font-weight: 500;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: #fff;
  border: none;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  top: 10px;
  width: 100%;
  z-index: 1051;
}
.select2-dropdown:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 13px;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: #fff transparent;
}
.select2-results {
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
  transition: all 0.2s ease;
}
.select2-results__options::-webkit-scrollbar {
  display: none;
  width: 5px;
}
.select2-results__options::-webkit-scrollbar-track {
  border-radius: 10px;
}
.select2-results__options::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  transition: all 0.2s ease;
}
.select2-results__options:hover {
  transition: all 0.2s ease;
}
.select2-results__options:hover::-webkit-scrollbar {
  display: block;
}
.select2-results__option {
  padding: 10px 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-word-break: break-all;
  word-break: break-all;
}
.select2-results__option:last-of-type {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  border-color: #EBEBEB;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown + .select2-results {
  border-radius: 0;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #FFFFFF;
  border-radius: 100px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #6f6f6f;
  line-height: 40px;
  text-align: left;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 8px;
  right: 5px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: relative;
  z-index: 0;
  text-align: center;
  font-size: 0.9rem;
  line-height: 28px;
  padding-right: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\f3d0";
  font-family: "Ionicons";
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: not-allowed;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #DCDCDC;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(93, 174, 139, 0.6);
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5DAE8B;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 34px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5DAE8B;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5DAE8B;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5DAE8B;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5DAE8B;
}
@media screen and (max-width: 74.9em) {
  .select2 {
    width: 100% !important;
  }
}
/*#endregion*/
/*#region 1.3) Slick*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -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);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('images/misc/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 30px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  top: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 8px;
  border: none;
  outline: none;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  position: relative;
  top: 0px;
  font-family: "Ionicons";
  font-size: 30px;
  line-height: 1;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.slick-prev {
  left: -70px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -45px;
}
.slick-prev:before {
  content: "\f3d2";
  padding-right: 20px;
}
.slick-prev:before[dir="rtl"] {
  content: "\f3d3";
}
.slick-next {
  right: -35px;
}
.slick-next[dir="rtl"] {
  left: -45px;
  right: auto;
}
.slick-next:before {
  content: "\f3d3";
  padding-left: 20px;
}
.slick-next:before[dir="rtl"] {
  content: "\f3d2";
}
@media (max-width: 74.9em) {
  .slick-prev {
    left: -27px;
    z-index: 1;
  }
  .slick-next {
    right: 9px;
  }
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "Ionicons";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/*#endregion*/
/*#region 1.4) Ion ranger*/
/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}
.irs-line-left {
  left: 0;
  width: 11%;
}
.irs-line-mid {
  left: 9%;
  width: 82%;
}
.irs-line-right {
  right: 0;
  width: 11%;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
}
.irs-slider.type_last {
  z-index: 2;
}
.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
}
.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 25px;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.irs-disabled {
  opacity: 0.6;
}
.lt-ie9 .irs-disabled {
  filter: alpha(opacity=40);
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
/* Ion.RangeSlider, Simple Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// © guybowden, 2014        https://github.com/guybowden
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
.irs {
  height: 20px;
  margin-bottom: 20px;
}
.irs-with-grid {
  height: 75px;
}
.irs-line {
  height: 4px;
  top: 8px;
  background: #E2E2E2;
  border: 1px solid #E2E2E2;
  border-radius: 16px;
  -moz-border-radius: 16px;
}
.irs-line-left {
  height: 4px;
}
.irs-line-mid {
  height: 4px;
}
.irs-line-right {
  height: 4px;
}
.irs-bar {
  height: 4px;
  top: 8px;
  border-top: 1px solid #5DAE8B;
  border-bottom: 1px solid #5DAE8B;
  background: #5DAE8B;
}
.irs-bar-edge {
  height: 4px;
  top: 8px;
  width: 14px;
  border: 1px solid #5DAE8B;
  border-right: 0;
  background: #5DAE8B;
  border-radius: 16px 0 0 16px;
  -moz-border-radius: 16px 0 0 16px;
}
.irs-shadow {
  height: 2px;
  top: 8px;
  background: #000;
  opacity: 0.3;
  border-radius: 5px;
  -moz-border-radius: 5px;
}
.lt-ie9 .irs-shadow {
  filter: alpha(opacity=30);
}
.irs-slider {
  top: 3px;
  width: 14px;
  height: 14px;
  border: 1px solid #5DAE8B;
  background: #5DAE8B;
  border-radius: 27px;
  -moz-border-radius: 27px;
  cursor: pointer;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -webkit-transition: background 200ms ease;
  transition: background 200ms ease;
}
.irs-slider.state_hover,
.irs-slider:hover {
  background: #6eb797;
}
.irs-min,
.irs-max {
  color: #333;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
}
.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
  background: #ccc;
}
.irs-from,
.irs-to,
.irs-single {
  font-size: 14px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: #5DAE8B;
  border-radius: 3px;
  -moz-border-radius: 3px;
}
.irs-from,
.irs-to {
  display: none;
}
.irs-single {
  top: -22px;
  right: 0;
  left: initial !important;
  /*IE*/
  left: inherit !important;
  visibility: visible !important;
  float: right;
}
.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
  background: #999;
}
.irs-grid {
  height: 27px;
}
.irs-grid-pol {
  opacity: 0.5;
  background: #428bca;
}
.irs-grid-pol.small {
  background: #999;
}
.irs-grid-text {
  bottom: 5px;
  color: #99a4ac;
}
/*#endregion*/
/*#region 1.5) Flexslider*/
/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  background: #ffffff;
  position: relative;
  -ms-zoom: 1;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  -ms-zoom: 1;
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  border-radius: 3px;
}
.flex-direction-nav a:hover {
  background: #ffffff;
}
.flex-direction-nav a:hover:before {
  opacity: 1;
}
.flex-direction-nav a:before {
  content: "\f3d5";
  font-family: "Ionicons";
  font-size: 20px;
  line-height: 42px;
  color: #333;
  opacity: 0.75;
  font-weight: bold;
}
.flex-direction-nav a.flex-next:before {
  content: "\f3d6";
}
.flexslider .flex-direction-nav .flex-prev {
  left: 10px;
}
.flexslider .flex-direction-nav .flex-next {
  right: 10px;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  -ms-zoom: 1;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/*#endregion*/
/*#region 1.6) Magnific Popup*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    -o-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -moz-transform-origin: 100%;
    -ms-transform-origin: 100%;
    -o-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.5;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/** Fade-zoom animation for first dialog */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .md-modal {
  opacity: 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .md-modal {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .md-modal {
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/*#endregion*/
/*#region 1.7) Notify*/
#notify .container {
  display: none;
  position: fixed;
  top: 70px !important;
  right: 20px;
  width: 400px;
  min-height: 56px;
  padding: 15px !important;
  z-index: 999999999999;
}
#notify .container.warning {
  background: #f2a654;
}
#notify .container.success {
  background: #46be8a;
}
#notify .container.error {
  background: #f96868;
}
#notify .container .icon {
  float: left;
  height: 100%;
}
#notify .container .icon span {
  line-height: 25px;
  font-size: 26px;
  color: #fff;
}
#notify .container .icon span:before {
  content: "\f35b";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#notify .container .content {
  position: relative;
  top: 0;
  left: 12px;
  width: 355px;
  font-size: 1.1em;
  color: #fff;
}
#notify .container .content p {
  margin: 0;
}
#notify .container:hover .actions a {
  color: #000000;
}
#notify .container .actions {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 25px;
  height: 25px;
  text-align: right;
}
#notify .container .actions a {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  text-shadow: none;
}
/*#endregion*/
.g-recaptcha {
  overflow: hidden;
}