/* 1. Normalize */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/* 2. Base CSS */
body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #333;
  background-attachment: fixed;
  background-position: center center;
  font-smooth: always;
  text-rendering: optimizeLegibility;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 1.5em; }

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-size: inherit;
  margin: 0; }

img {
  max-width: 100%; }

a {
  text-decoration: none;
  color: #bc0054;
  outline: none; }

h1 {
  margin: 0 0 30px 0;
  font-weight: normal; }

h2, h3, h4, h5, h6 {
  margin: 0 0 20px 0;
  font-weight: normal; }

h1 {
  font-size: 37px;
  line-height: 1.5em; }

h2 {
  font-size: 33px;
  line-height: 1.5em; }

h3 {
  font-size: 29px;
  line-height: 1.5em; }

h4 {
  font-size: 25px;
  line-height: 1.5em; }

h5 {
  font-size: 21px;
  line-height: 1.5em; }

h6 {
  font-size: 17px;
  line-height: 1.5em; }

p {
  margin: 0 0 20px 0; }

blockquote {
  padding: 0;
  margin: 0; }

strong {
  font-weight: bold; }

table {
  width: 100%;
  margin: 0;
  background: #fff;
  border: none;
  margin: 0 0 20px 0;
  border: 1px solid #eee;
  border-radius: 3px; }
  table thead {
    font-weight: bold; }
    table thead tr {
      background: #f5f5f5; }
  table th {
    padding: 12px;
    border: 1px solid #eee;
    text-align: left; }
  table td {
    padding: 12px;
    border: 1px solid #eee; }
  table tfoot td {
    border-top: 1px solid #EEE; }
  table tbody td td {
    border-top: 1px dotted #EEE; }
  table tbody td tr:hover td {
    background: #FFF; }

dl {
  margin: 0 0 20px 0;
  padding: 15px 20px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 3px; }
  dl:after {
    content: '';
    display: table;
    clear: both; }
  dl dt {
    float: left;
    width: 50%;
    margin: 0 0 15px 0;
    clear: both;
    font-weight: bold; }
  dl dd {
    float: left;
    width: 50%;
    margin: 0 0 15px 0; }

address {
  margin: 0 0 20px 0;
  padding: 15px 20px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 3px; }

pre {
  padding: 15px 20px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  margin: 30px 0; }

tt {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 0 2px; }

blockquote {
  padding: 15px 20px;
  margin: 40px 0;
  font-style: italic;
  border-left: 2px solid #eee;
  margin-left: 0;
  background: #fff;
  font-size: 1.2em;
  line-height: 1.5em; }
  blockquote cite {
    display: block;
    margin: 30px 0 0 0;
    text-align: right;
    opacity: 0.75; }
  blockquote p:last-child {
    margin: 0; }

.vspace {
  clear: both;
  height: 20px; }

.hspace {
  margin: 0 5px; }

.hidden {
  visibility: hidden; }

.clearfix:after, .property-hero-list:after {
  content: "";
  display: table;
  clear: both; }

.align-center {
  text-align: center; }

.button, input[type='submit'], input[type='button'], .lt-button {
  border: 1px solid #aaa;
  padding: 10px 15px;
  display: inline-block;
  background-color: #fff;
  position: relative;
  outline: none;
  color: #333;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease; }
  .button:hover, input[type='submit']:hover, input[type='button']:hover, .lt-button:hover {
    background-color: #bc0054;
    border-color: #bc0054;
    color: #fff; }
    .button:hover i, input[type='submit']:hover i, input[type='button']:hover i, .lt-button:hover i {
      -webkit-transform: translate(-3px, 0);
          -ms-transform: translate(-3px, 0);
              transform: translate(-3px, 0); }
    .button:hover.i-right i, input[type='submit']:hover.i-right i, input[type='button']:hover.i-right i, .lt-button:hover.i-right i {
      -webkit-transform: translate(3px, 0);
          -ms-transform: translate(3px, 0);
              transform: translate(3px, 0); }
  .button.primary, input.primary[type='submit'], input.primary[type='button'], .lt-button.primary {
    background-color: #bc0054;
    color: #fff;
    border-color: #bc0054; }
    .button.primary:after, input.primary[type='submit']:after, input.primary[type='button']:after, .lt-button.primary:after {
      content: '';
      opacity: 0;
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(255, 255, 255, 0.2);
      -webkit-transition: opacity 0.25s ease;
              transition: opacity 0.25s ease; }
    .button.primary:hover:after, input.primary[type='submit']:hover:after, input.primary[type='button']:hover:after, .lt-button.primary:hover:after {
      opacity: 1; }
  .button i, input[type='submit'] i, input[type='button'] i, .lt-button i {
    margin: 0 4px 0 0;
    -webkit-transition: -webkit-transform 0.5s ease;
            transition: transform 0.5s ease;
    display: inline-block; }
  .button.i-right i, input.i-right[type='submit'] i, input.i-right[type='button'] i, .lt-button.i-right i {
    margin: 0 0 0 4px; }
  .button.small, input.small[type='submit'], input.small[type='button'], .lt-button.small {
    padding: 5px 12px; }
  .button.large, input.large[type='submit'], input.large[type='button'], .lt-button.large {
    font-size: 1.25em;
    padding: 15px 20px; }
  .button.full-width, input.full-width[type='submit'], input.full-width[type='button'], .lt-button.full-width {
    width: 100%;
    text-align: center; }

.lt-button-wrap {
  position: relative;
  display: inline-block; }
  .lt-button-wrap:after {
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    left: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.25s ease;
            transition: opacity 0.25s ease; }
  .lt-button-wrap:hover:after {
    opacity: 1; }

.bt-align-center {
  text-align: center; }

.bt-align-left {
  text-align: left; }

.bt-align-right {
  text-align: right; }

.element-light .button.secondary, .element-light input.secondary[type='submit'], .element-light input.secondary[type='button'], .element-light .lt-button.secondary {
  background: transparent;
  color: #fff;
  border-color: #fff; }
  .element-light .button.secondary:hover, .element-light input.secondary[type='submit']:hover, .element-light input.secondary[type='button']:hover, .element-light .lt-button.secondary:hover {
    background: rgba(255, 255, 255, 0.1); }

ul.inline-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.inline-list li {
    display: inline-block; }
    ul.inline-list li:after {
      content: '/';
      margin: 0 8px;
      opacity: 0.4; }
    ul.inline-list li:last-child:after {
      display: none; }

.alignright {
  float: right;
  margin: 5px 0 10px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 10px 0; }

.aligncenter {
  display: block;
  margin: 0 auto 20px; }

.alignnone {
  margin: 0 0 20px 0; }

.wp-caption {
  background: #f5f5f5;
  max-width: 100%; }
  .wp-caption img {
    margin: 0 auto;
    width: 100%; }

.wp-caption-text {
  padding: 10px 15px;
  border: 1px solid #eee;
  border-top: none;
  text-align: center;
  margin: 0; }

.bypostauthor {
  display: block; }

.gallery-caption {
  display: block; }

.sticky {
  display: block; }
  .sticky .post-title:before {
    content: "\e863";
    font-family: 'nt-icon';
    margin: 0 12px 0 0;
    font-size: 0.9em;
    opacity: 0.75;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg); }

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
  max-width: 100%;
  height: auto; }

.gallery-item {
  text-align: center;
  background: transparent;
  border: none;
  margin: 0 0 30px 0; }
  .gallery-item img {
    margin: 0 auto;
    border: 1px solid #ddd !important; }
  .gallery-item dt {
    float: none;
    width: auto; }
  .gallery-item dd {
    float: none;
    border: none;
    padding: 0;
    width: auto; }

ul {
  margin: 30px 0;
  padding: 0 0 0 20px; }

ol {
  margin: 30px 0;
  padding: 0 0 0 22px; }

article img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 0 30px 0; }

article h1 {
  line-height: 1.4em; }

form, .nt-form, .wpcf7-form, .comment-form {
  margin: 0 auto; }
  form input[type='text'], form input[type='password'], form input[type='email'], form textarea, form .box, .nt-form input[type='text'], .nt-form input[type='password'], .nt-form input[type='email'], .nt-form textarea, .nt-form .box, .wpcf7-form input[type='text'], .wpcf7-form input[type='password'], .wpcf7-form input[type='email'], .wpcf7-form textarea, .wpcf7-form .box, .comment-form input[type='text'], .comment-form input[type='password'], .comment-form input[type='email'], .comment-form textarea, .comment-form .box {
    padding: 10px 10px;
    border: 1px solid #ccc;
    background: transparent;
    margin: 0;
    outline: none;
    display: inline-block;
    width: 100%;
    background: #fff;
    max-width: 100%; }
  .selectformcontatti {
    padding: 10px 10px;
    border: 1px solid #ccc;
    background: transparent;
    margin: 0;
    outline: none;
    display: inline-block;
    width: 100%;
    background: #fff;
    max-width: 100%; }
    form input[type='text']:disabled, form input[type='password']:disabled, form input[type='email']:disabled, form textarea:disabled, form .box:disabled, .nt-form input[type='text']:disabled, .nt-form input[type='password']:disabled, .nt-form input[type='email']:disabled, .nt-form textarea:disabled, .nt-form .box:disabled, .wpcf7-form input[type='text']:disabled, .wpcf7-form input[type='password']:disabled, .wpcf7-form input[type='email']:disabled, .wpcf7-form textarea:disabled, .wpcf7-form .box:disabled, .comment-form input[type='text']:disabled, .comment-form input[type='password']:disabled, .comment-form input[type='email']:disabled, .comment-form textarea:disabled, .comment-form .box:disabled {
      background: #f5f5f5; }
    form input[type='text'].error, form input[type='password'].error, form input[type='email'].error, form textarea.error, form .box.error, .nt-form input[type='text'].error, .nt-form input[type='password'].error, .nt-form input[type='email'].error, .nt-form textarea.error, .nt-form .box.error, .wpcf7-form input[type='text'].error, .wpcf7-form input[type='password'].error, .wpcf7-form input[type='email'].error, .wpcf7-form textarea.error, .wpcf7-form .box.error, .comment-form input[type='text'].error, .comment-form input[type='password'].error, .comment-form input[type='email'].error, .comment-form textarea.error, .comment-form .box.error {
      border-color: maroon; }
  form input[type='file'], .nt-form input[type='file'], .wpcf7-form input[type='file'], .comment-form input[type='file'] {
    display: block;
    margin: 0 0 10px 0; }
  form ::-webkit-input-placeholder, .nt-form ::-webkit-input-placeholder, .wpcf7-form ::-webkit-input-placeholder, .comment-form ::-webkit-input-placeholder {
    color: #888;
    opacity: 0.8;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
  form :-moz-placeholder, .nt-form :-moz-placeholder, .wpcf7-form :-moz-placeholder, .comment-form :-moz-placeholder {
    color: #888;
    opacity: 0.8;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
  form ::-moz-placeholder, .nt-form ::-moz-placeholder, .wpcf7-form ::-moz-placeholder, .comment-form ::-moz-placeholder {
    color: #888;
    opacity: 0.8;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
  form :-ms-input-placeholder, .nt-form :-ms-input-placeholder, .wpcf7-form :-ms-input-placeholder, .comment-form :-ms-input-placeholder {
    color: #888;
    opacity: 0.8;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
  form input, form button, form textarea, .nt-form input, .nt-form button, .nt-form textarea, .wpcf7-form input, .wpcf7-form button, .wpcf7-form textarea, .comment-form input, .comment-form button, .comment-form textarea {
    -webkit-font-smoothing: antialiased;
    font-smooth: always;
    text-rendering: optimizeLegibility;
    text-align: left; }
  form button:active, .nt-form button:active, .wpcf7-form button:active, .comment-form button:active {
    top: 1px; }
  form input[type='text'].wpcf7-not-valid, form input[type='email'].wpcf7-not-valid, form textarea.wpcf7-not-valid, .nt-form input[type='text'].wpcf7-not-valid, .nt-form input[type='email'].wpcf7-not-valid, .nt-form textarea.wpcf7-not-valid, .wpcf7-form input[type='text'].wpcf7-not-valid, .wpcf7-form input[type='email'].wpcf7-not-valid, .wpcf7-form textarea.wpcf7-not-valid, .comment-form input[type='text'].wpcf7-not-valid, .comment-form input[type='email'].wpcf7-not-valid, .comment-form textarea.wpcf7-not-valid {
    border-color: maroon; }
  form label, .nt-form label, .wpcf7-form label, .comment-form label {
    margin: 0 0 5px 0;
    display: block;
    opacity: 0.75;
    cursor: pointer; }
    form label small, .nt-form label small, .wpcf7-form label small, .comment-form label small {
      line-height: 1em; }
  form .box, .nt-form .box, .wpcf7-form .box, .comment-form .box {
    background: #f5f5f5; }
  form input[type='checkbox'], .nt-form input[type='checkbox'], .wpcf7-form input[type='checkbox'], .comment-form input[type='checkbox'] {
    margin: 0 5px 0 0; }
  form .infield-button, .nt-form .infield-button, .wpcf7-form .infield-button, .comment-form .infield-button {
    position: relative; }
    form .infield-button button, form .infield-button .lt-button, form .infield-button input[type='submit'], .nt-form .infield-button button, .nt-form .infield-button .lt-button, .nt-form .infield-button input[type='submit'], .wpcf7-form .infield-button button, .wpcf7-form .infield-button .lt-button, .wpcf7-form .infield-button input[type='submit'], .comment-form .infield-button button, .comment-form .infield-button .lt-button, .comment-form .infield-button input[type='submit'] {
      position: absolute;
      right: 0;
      top: 0;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0;
      padding: 7px 15px; }
  form .input-wrap, .nt-form .input-wrap, .wpcf7-form .input-wrap, .comment-form .input-wrap {
    margin: 0 0 20px 0; }

.form-response label {
  margin: 0 0 20px 0;
  color: maroon; }
.errMsg{ display:none !important;}
.errFld{border-color: maroon !important;}
.comment-form {
  max-width: none; }

.wpcf7-form p {
  margin: 0 0 20px 0; }
.wpcf7-form .wpcf7-not-valid-tip {
  display: none; }
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin: 5px 0 0 0; }

.screen-reader-response {
  display: none; }

.element-light .nt-form input[type='text'], .element-light .nt-form input[type='email'], .element-light .nt-form textarea, .element-light .wpcf7-form input[type='text'], .element-light .wpcf7-form input[type='email'], .element-light .wpcf7-form textarea {
  border-color: #fff;
  background: transparent; }
.element-light .nt-form ::-webkit-input-placeholder, .element-light .wpcf7-form ::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.7; }
.element-light .nt-form :-moz-placeholder, .element-light .wpcf7-form :-moz-placeholder {
  color: #fff;
  opacity: 0.7; }
.element-light .nt-form ::-moz-placeholder, .element-light .wpcf7-form ::-moz-placeholder {
  color: #fff;
  opacity: 0.7; }
.element-light .nt-form :-ms-input-placeholder, .element-light .wpcf7-form :-ms-input-placeholder {
  color: #fff;
  opacity: 0.7; }

.section-title {
  background: #eee;
  padding: 45px 0; }
  .section-title.element-light {
    color: #fff; }
    .section-title.element-light a {
      color: #fff; }
  .section-title h1 {
    font-size: 24px;
    margin: 0;
    line-height: 1.5em; }
  .section-title .sub-title {
    margin: 5px 0 0 0;
    opacity: 0.75; }
    .section-title .sub-title ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .section-title .sub-title ul li {
        display: inline-block; }
        .section-title .sub-title ul li:after {
          content: '/';
          margin: 0 8px;
          opacity: 0.4; }
        .section-title .sub-title ul li:last-child:after {
          display: none; }

.section-blog {
  text-align: left; }
  .section-blog .post-title {
    margin: 0; }
  .section-blog article {
    margin: 0 0 80px 0; }
  .section-blog .article-head {
    margin: 0 0 30px 0; }
  .section-blog .feature-image {
    margin: 0 auto 20px;
    display: block; }

.page-link {
  border: 1px solid #ddd;
  margin: 40px 0; }
  .page-link span {
    display: inline-block;
    padding: 6px 12px;
    border-right: 1px solid #ddd;
    margin: 0 0 0 -1px; }

.single .section-blog .article-head {
  margin: 0 0 50px 0; }

.post-meta {
  margin: 3px 0 0 0;
  font-size: 0.9em;
  line-height: 1.5em;
  color: #aaa; }
  .post-meta a {
    color: #aaa; }

.meta-item {
  margin: 0 5px 0 0; }
  .meta-item:after {
    content: " / ";
    color: #aaa;
    opacity: 0.5; }
  .meta-item:last-child:after {
    content: ""; }
  .meta-item span {
    padding: 0 5px 0 0; }

.comments h3 {
  margin-top: 0; }
.comments .comment-section-title {
  margin: 20px 0 30px 0; }
.comments .comment-wrap {
  padding: 0;
  position: relative;
  margin: 0 0 20px 0; }
.comments .comment-list {
  margin: 0 0 60px 0;
  padding: 0;
  list-style: none; }
  .comments .comment-list li.comment {
    margin: 0 0 30px 0; }
  .comments .comment-list .children {
    list-style: none; }
.comments .bypostauthor .comment-content {
  background: #fff; }
.comments .comment-content {
  padding: 20px;
  background: #fff;
  border: 1px solid #eee;
  min-height: 105px;
  position: relative; }
.comments .comment-meta {
  display: none; }
.comments .comment-edit-link, .comments .comment-reply-link {
  float: right;
  margin-top: 40px !important;
  display: none; }
.comments .children {
  padding: 0; }
.comments .comment-meta-compact {
  text-align: right;
  margin: 30px 0 0 0; }
  .comments .comment-meta-compact .comment-date {
    margin: 0 0 0 10px; }

#respond {
  margin: 0 0 30px 0; }

.pagination-wrap {
  margin: 0 0 50px 0; }
  .pagination-wrap .nextpostslink {
    float: right; }

.search-results .section-blog {
  counter-reset: section; }
  .search-results .section-blog article {
    margin: 0 0 20px 0; }
  .search-results .section-blog h2 {
    font-size: 18px;
    line-height: 1.5em; }
  .search-results .section-blog .article-head:before {
    counter-increment: section;
    content: counter(section);
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    margin: 0px 25px 0 0;
    border-radius: 100%;
    background: #eee;
    text-align: center;
    line-height: 44px;
    font-size: 30px; }

.widget {
  margin: 0 0 40px 0; }
  .widget:last-child {
    margin: 0; }
  .widget p:last-child {
    margin: 0; }
  .widget ul {
    padding: 0;
    list-style: none; }
    .widget ul:last-child {
      margin: 0; }
    .widget ul li {
      padding: 5px 1px;
      border-bottom: 1px solid #eee; }
      .widget ul li:last-child {
        border-bottom: none; }
      .widget ul li:first-child {
        padding-top: 0px; }
  .widget .post-date {
    color: #aaa;
    font-size: 0.9em;
    display: block; }
.widget ul li a { display:block;}

.widget-title {
  font-size: 20px;
  line-height: 1.5em;
  margin: 0 0 20px 0; }

.widget_search, .tagcloud {
  letter-spacing: 1px; }
  .widget_search a, .tagcloud a {
    font-size: 13px !important;
    display: inline-block;
    padding: 5px 10px;
    background: #fafafa;
    border: 1px solid #eee;
    color: #333;
    margin: 0 10px 10px 0;
    border-radius: 3px; }

#wp-calendar caption {
  padding: 10px;
  text-align: center;
  background: #f5f5f5;
  font-size: 16px;
  border: 1px solid #eee;
  border-bottom: none; }
#wp-calendar thead {
  background: #eee;
  color: inherit; }
#wp-calendar td {
  border: 1px solid #eee; }

.widget.icl_languages_selector {
  overflow: visible; }
  .widget.icl_languages_selector .nt-icon-angle-down {
    display: none; }
  .widget.icl_languages_selector img {
    display: inline-block; }

aside {
  text-align: left; }
  aside .widget_sub_nav > ul, aside .widget_nav_menu > ul, aside .widget_pages > ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    aside .widget_sub_nav > ul li, aside .widget_nav_menu > ul li, aside .widget_pages > ul li {
      padding: 0;
      margin: 0;
      border-bottom: 1px solid #eee; }
    aside .widget_sub_nav > ul li:hover, aside .widget_nav_menu > ul li:hover, aside .widget_pages > ul li:hover {
      background: none; }
    aside .widget_sub_nav > ul li:last-child, aside .widget_nav_menu > ul li:last-child, aside .widget_pages > ul li:last-child {
      border-bottom: none; }
    aside .widget_sub_nav > ul li.current_page_item > a, aside .widget_nav_menu > ul li.current_page_item > a, aside .widget_pages > ul li.current_page_item > a {
      background-color: #f5f5f5; }
    aside .widget_sub_nav > ul a, aside .widget_nav_menu > ul a, aside .widget_pages > ul a {
      padding: 12px 16px;
      display: block;
      color: #333;
      border: none;
      background: #fcfcfc; }
      aside .widget_sub_nav > ul a:hover, aside .widget_nav_menu > ul a:hover, aside .widget_pages > ul a:hover {
        background-color: #f5f5f5; }
      aside .widget_sub_nav > ul a i.nt-icon-angle-down, aside .widget_nav_menu > ul a i.nt-icon-angle-down, aside .widget_pages > ul a i.nt-icon-angle-down {
        float: right;
        font-size: 18px; }
  aside #nt-search-form {
    margin: 0; }
    aside #nt-search-form input {
      margin: 0; }

#recentcomments .recentcomments a {
  display: block !important; }
#recentcomments .recentcomments a.url {
  display: inline !important; }

/* 3. Base Media Queries */
@media screen and (max-width: 782px) {
  html #wpadminbar {
    position: fixed; }
 }

@media only screen and (min-width:40.063em) {
  .section-title h1 {
    font-size: 30px;
    line-height: 1.5em; }
 }

@media only screen and (min-width:64.063em) {
  .comment .comment-wrap {
    padding: 0 0 0 130px; }
  .comment .comment-meta {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 0.9em;
    line-height: 1.5em; }
  .comment .gravatar {
    width: 80px;
    border-radius: 100%;
    display: block;
    margin: 0 auto 15px;
    overflow: hidden; }
  .comment .comment-meta-compact {
    display: none; }

  .section-blog .feature-image {
    margin: 0 0 20px;
    display: block; }
 }

/* 4. Third Party Libs */
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1); }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: -moz-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important; }

#swipebox-overlay img {
  border: none !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%; }

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
          transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer; }
  #swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block; }
    #swipebox-slider .slide:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
    #swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container {
      display: inline-block;
      max-height: 100%;
      max-width: 100%;
      margin: 0;
      padding: 0;
      width: auto;
      height: auto;
      vertical-align: middle; }
    #swipebox-slider .slide .swipebox-video-container {
      background: none;
      max-width: 1140px;
      max-height: 100%;
      width: 100%;
      padding: 5%;
      -moz-box-sizing: border-box;
           box-sizing: border-box; }
      #swipebox-slider .slide .swipebox-video-container .swipebox-video {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        overflow: hidden;
        position: relative; }
        #swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
          width: 100% !important;
          height: 100% !important;
          position: absolute;
          top: 0;
          left: 0; }
  #swipebox-slider .slide-loading {
    background: url(../image/loader.gif) no-repeat center center; }

#swipebox-bottom-bar, #swipebox-top-bar {
  -webkit-transition: 0.5s;
          transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%; }

#swipebox-bottom-bar {
  bottom: -50px; }
  #swipebox-bottom-bar.visible-bars {
    -webkit-transform: translate3d(0, -50px, 0);
            transform: translate3d(0, -50px, 0); }

#swipebox-top-bar {
  top: -50px; }
  #swipebox-top-bar.visible-bars {
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0); }

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center; }

#swipebox-prev, #swipebox-next, #swipebox-close {
  background-image: url(../image/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0; }

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px; }

#swipebox-prev {
  background-position: -32px 13px;
  float: left; }

#swipebox-next {
  background-position: -78px 13px;
  float: right; }

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px; }

.swipebox-no-close-button #swipebox-close {
  display: none; }

#swipebox-prev.disabled, #swipebox-next.disabled {
  opacity: 0.3; }

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
          animation: rightSpring 0.3s; }
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
          animation: leftSpring 0.3s; }

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; }
.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565; }
.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565; }
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1; }
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1; }

@-webkit-keyframes rightSpring {
  0% {
    left: 0; }

  50% {
    left: -30px; }

  100% {
    left: 0; } }

@keyframes rightSpring {
  0% {
    left: 0; }

  50% {
    left: -30px; }

  100% {
    left: 0; } }

@-webkit-keyframes leftSpring {
  0% {
    left: 0; }

  50% {
    left: 30px; }

  100% {
    left: 0; } }

@keyframes leftSpring {
  0% {
    left: 0; }

  50% {
    left: 30px; }

  100% {
    left: 0; } }

@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px; }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px; }
 }

/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d; }

#swipebox-bottom-bar, #swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95; }

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif; }

/* Make clicks pass-through */
#nprogress {
  pointer-events: none; }

#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px; }

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px); }

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px; }

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite; }

.nprogress-custom-parent {
  overflow: hidden;
  position: relative; }

.nprogress-custom-parent #nprogress .spinner, .nprogress-custom-parent #nprogress .bar {
  position: absolute; }

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* 5. Body */
body {
  font-weight: 400;
  background: #f4f4f4;
  overflow-x: hidden; }

::-moz-selection {
  background: #bc0054;
  color: #fff; }

::selection {
  background: #bc0054;
  color: #fff; }

.layout-wrap {
  background: #fafafa;
  position: relative; }
  .layout-wrap.mobile-menu-active .main-content, .layout-wrap.mobile-menu-active .hero-wrap, .layout-wrap.mobile-menu-active footer.footer-main, .layout-wrap.mobile-menu-active .section-title {
    display: none; }
  .layout-wrap.mobile-menu-active .mobile-menu {
    display: block; }
  .layout-wrap .mobile-menu {
    display: none; }

.row {
  padding: 0 15px; }

.row .row {
  padding: 0; }

[class*="block-grid-"] {
  margin: 0 -15px; }

[class*="block-grid-"] > li {
  padding: 0 15px 30px; }

iframe[src="about:blank"] {
  display: none; }

iframe {
  max-width: 100%; }

.element-round .button, .element-round input[type='submit'], .element-round input[type='button'], .element-round .lt-button {
  border-radius: 3px; }
.element-round .bubble a {
  border-radius: 100px; }
.element-round .meta-box-list {
  border-radius: 3px; }
.element-round .property-hero {
  border-radius: 3px; }
.element-round .wpb_tab {
  border-radius: 0 0 3px 3px; }
.element-round .wpb_tabs_nav {
  border-radius: 3px 3px 0 0;
  overflow: hidden; }
.element-round .property-list img {
  border-radius: 3px; }
.element-round .card .content-wrap {
  border-radius: 0 0 3px 3px; }
.element-round .card .img-wrap {
  border-radius: 3px 3px 0 0;
  overflow: hidden; }
.element-round .card:after {
  border-radius: 3px; }
.element-round .selectBox {
  border-radius: 3px; }
.element-round input[type='text'], .element-round input[type='password'], .element-round input[type='email'], .element-round textarea, .element-round .box {
  border-radius: 3px; }
.element-round .hero-card {
  border-radius: 3px; }
.element-round .hero .hero-card .card-price {
  border-radius: 100px; }

/* 6. Header */
.header-wrap {
  display: block;
  z-index: 1000;
  position: relative;
  text-align: center;
  width: 100%;
  left: 0;
  left: auto; }
  .header-wrap:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    height: 1px;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    pointer-events: none; }
  .header-wrap.element-light {
    color: #fff; }
    .header-wrap.element-light a {
      color: #fff; }
    .header-wrap.element-light .header-top {
      background: rgba(0, 0, 0, 0.075); }
      .header-wrap.element-light .header-top .left a {
        border-color: rgba(255, 255, 255, 0.5); }
    .header-wrap.element-light .primary-nav > ul > li.bubble a {
      background: transparent;
      border: 1px solid #fff; }
    .header-wrap.element-light .primary-nav > ul > li > ul.sub-menu {
      border: none; }
    .header-wrap.element-light .primary-nav > ul > li.current-menu-item > a, .header-wrap.element-light .primary-nav li.current-menu-ancestor > a {
      color: #fff; }
    .header-wrap.element-light .header-top .nav-language li:after {
      opacity: 0.4; }
  .header-wrap a {
    color: #333; }
  .header-wrap .header-top {
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.025); }
    .header-wrap .header-top .menu { }
    .header-wrap .header-top .left a { }
    .header-wrap .header-top .search-button {
      display: none;
      margin: 0 0 0 30px;
      cursor: pointer; }
  .header-wrap .header-main {
    line-height: 0; }
  .header-wrap .branding {
    font-size: 0;
    display: block;
    position: relative;
    vertical-align: top; }
    .header-wrap .branding.text {
      font-size: 24px; }
      .header-wrap .branding.text .helper {
        display: none; }
    .header-wrap .branding a {
      height: 100%;
      display: inline-block; }
    .header-wrap .branding .helper {
      display: inline-block;
      vertical-align: middle;
      height: 100%; }
    .header-wrap .branding img {
      max-height: 100%;
      display: inline-block;
      vertical-align: middle; }
  .header-wrap .menu-toggle {
    width: 40px;
    height: 40px;
    position: absolute;
    right: -10px;
    display: inline-block;
    top: 50%;
    margin: -20px 0 0 0;
    font-size: 24px;
    line-height: 40px;
    cursor: pointer;
    opacity: 0.75; }
    .header-wrap .menu-toggle:hover {
      opacity: 1; }
    .header-wrap .menu-toggle .close {
      font-size: 20px;
      top: -1px;
      position: relative;
      display: none; }
    .header-wrap .menu-toggle.active .close {
      display: inline-block; }
    .header-wrap .menu-toggle.active .menu {
      display: none; }
  .header-wrap .user-menu {
    text-transform: uppercase; }

.header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  opacity: 1; }

.primary-nav {
  display: none; }
  .primary-nav a {
    color: #333; }

.search-box {
  display: none; }

.mobile-menu a {
  color: #333; }
.mobile-menu nav {
  margin: 0 0 35px 0; }
.mobile-menu .menu {
  margin: 0;
  background: #fff; }
  .mobile-menu .menu:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.05); }
.mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.5em; }
  .mobile-menu ul a {
    padding: 12px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: block;
    position: relative; }
  .mobile-menu ul i {
    font-size: 24px;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    line-height: 47px;
    width: 60px;
    text-align: center;
    border-left: 1px solid rgba(0, 0, 0, 0.15); }
  .mobile-menu ul ul {
    display: none;
    background: rgba(0, 0, 0, 0.02); }
.mobile-menu li.login {
  display: none; }
.mobile-menu .login-form {
  padding: 0 0 30px 0; }

.login-form p {
  margin: 0 0 20px 0; }
.login-form input[type='submit'] {
  width: 100%;
  text-align: center; }
.login-form .login-submit {
  margin: 10px 0 0 0; }
.login-form .login-remember {
  display: none; }
.login-form .tab-list {
  margin: 10px 0 0 0;
  padding: 0; }
  .login-form .tab-list li {
    display: inline-block;
    margin: 0 20px 0 0; }
    .login-form .tab-list li.active {
      display: none; }
    .login-form .tab-list li a {
      display: inline;
      border: none;
      padding: 0;
      color: #bc0054; }

.modal-mask {
  display: none; }

/* 7. Footer */
.footer-main.element-light {
  color: #fff; }
  .footer-main.element-light a {
    color: #fff; }
.footer-main .widget {
  margin: 0 0 50px 0; }
  .footer-main .widget ul li {
    margin: 0 0 5px 0;
    padding: 0;
    border: none; }
.footer-main a {
  color: #333; }

.footer-top {
  padding: 60px 0;
  position: relative; }
  .footer-top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.05); }

.footer-bottom {
  padding: 50px 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.05); }

.social-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0; }
  .social-list li {
    display: inline-block;
    margin: 0 5px; }
  .social-list i {
    width: 32px;
    height: 32px;
    border: 1px solid #333;
    border-radius: 100%;
    display: block;
    line-height: 32px;
    font-size: 16px;
    color: #333;
    text-align: center;
    -webkit-transition: all 0.25s ease;
            transition: all 0.25s ease; }
    .social-list i:hover {
      background: #333;
      color: #fff; }

.element-light .social-list i {
  border-color: #fff;
  color: #fff; }
  .element-light .social-list i:hover {
    background: rgba(255, 255, 255, 0.15); }

.page-load-off .pageload-mask {
  display: none; }
.page-load-off #nprogress {
  display: none; }

.pageload-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff center center no-repeat;
  top: 0;
  left: 0;
  z-index: 100000;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }
  .pageload-mask.inactive {
    opacity: 0;
    visibility: hidden; }

#nprogress .bar {
  background-color: #bc0054;
  z-index: 100000; }
#nprogress .peg {
  box-shadow: 0 0 10px #bc0054, 0 0 5px #bc0054; }
#nprogress .spinner {
  z-index: 100000; }
#nprogress .spinner-icon {
  border-color: #bc0054;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important; }

.message-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease;
  color: #fff;
  font-size: 28px;
  line-height: 1.5em;
  display: table;
  text-align: center;
  padding: 20px; }
  .message-mask.inactive {
    visibility: hidden;
    opacity: 0; }
    .message-mask.inactive .inner {
      -webkit-transform: translate(0, 40px);
          -ms-transform: translate(0, 40px);
              transform: translate(0, 40px);
      opacity: 0; }
  .message-mask .inner {
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: all 0.25s ease;
            transition: all 0.25s ease; }
  .message-mask i {
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 100px;
    cursor: pointer;
    display: inline-block;
    font-size: 24px; }

/* 8. Widget */
.widget-property ul li {
  clear: both;
  overflow: hidden;
  padding: 0;
  margin: 0 0 20px 0;
  border: none; }
.widget-property img {
  float: left;
  height: 60px;
  margin: 0 15px 0 0;
  border-radius: 3px;
  z-index: 10;
  position: relative; }
.widget-property a {
  color: #333; }
.widget-property .price {
  display: block;
  opacity: 0.5; }

.widget-property-search .property-search-form .columns {
  margin: 0 0 15px 0; }
.widget-property-search .property-search-form input[type='submit'] {
  padding: 10px 20px; }
.widget-property-search .property-search-form input[type='text'], .widget-property-search .property-search-form input[type='password'], .widget-property-search .property-search-form input[type='email'], .widget-property-search .property-search-form textarea {
  padding: 6px 10px; }

.flickr-badge-wrapper img {
  width: 69px; }

.dsidx-widget-search label {
  padding: 0; }
.dsidx-widget-search select, .dsidx-widget-search input[type='text'], .dsidx-widget-search .selectBox {
  margin: 0 0 18px 0; }
.dsidx-widget-search .dsidx-search-button {
  font-size: inherit; }
  .dsidx-widget-search .dsidx-search-button .submit {
    font-size: inherit;
    width: 100%;
    padding: 15px 20px; }

.dsidx-widget-listings div.dsidx-results-widget, .dsidx-widget-listings div.dsidx-results-widget p {
  font-size: inherit !important; }
.dsidx-widget-listings div.dsidx-results-widget {
  border: 1px solid #ccc;
  border-radius: 3px; }
  .dsidx-widget-listings div.dsidx-results-widget .dsidx-controls {
    padding: 0;
    border-top: 1px solid #ddd;
    text-align: left !important;
    margin: 0; }
    .dsidx-widget-listings div.dsidx-results-widget .dsidx-controls a {
      display: inline-block !important;
      padding: 10px 12px !important;
      border-right: 1px solid #ccc;
      border-left: 1px solid #ccc;
      color: #333;
      background: #f5f5f5;
      opacity: 0.5;
      position: relative;
      margin: 0 -1px 0 0; }
      .dsidx-widget-listings div.dsidx-results-widget .dsidx-controls a:first-child {
        margin-left: -7px; }
      .dsidx-widget-listings div.dsidx-results-widget .dsidx-controls a:hover {
        opacity: 1; }
      .dsidx-widget-listings div.dsidx-results-widget .dsidx-controls a.active {
        background: #fff;
        opacity: 1; }
  .dsidx-widget-listings div.dsidx-results-widget .dsidx-list li {
    margin-top: -1px;
    border-top: none; }
  .dsidx-widget-listings div.dsidx-results-widget .dsidx-list li a {
    padding: 14px 10px; }
.dsidx-widget-listings div.dsidx-results-widget ul, .dsidx-widget-listings div.dsidx-results-widget ul li, .dsidx-widget-listings div.dsidx-results-widget h4, .dsidx-widget-listings div.dsidx-results-widget p {
  font-size: inherit !important; }
.dsidx-widget-listings div.dsidx-results-widget .dsidx-slideshow-control {
  font-weight: normal;
  padding: 5px;
  height: auto;
  border: none; }
.dsidx-widget-listings div.dsidx-results-widget .dsidx-slideshow ul li {
  padding: 15px 12px !important; }
.dsidx-widget-listings div.dsidx-results-widget .dsidx-slideshow ul li p span {
  display: none;
  opacity: 0.5; }
.dsidx-widget-listings div.dsidx-results-widget .dsidx-slideshow ul li p span.beds, .dsidx-widget-listings div.dsidx-results-widget .dsidx-slideshow ul li p span.baths, .dsidx-widget-listings div.dsidx-results-widget .dsidx-slideshow ul li p span.price {
  display: inline-block;
  font-weight: normal;
  font-size: 0.8em;
  line-height: 1.3em; }
.dsidx-widget-listings div.dsidx-results-widget h4 {
  font-weight: normal !important;
  border: none;
  line-height: 1.3em !important;
  margin-bottom: 0 !important;
  font-size: 13px !important; }
.dsidx-widget-listings div.dsidx-results-widget h4 a {
  font-size: inherit !important;
  color: #333; }
.dsidx-widget-listings div.dsidx-results-widget .dsidx-map .dsidx-results-widget-map-details .featured-listing, .dsidx-widget-listings div.dsidx-results-widget .featured-listing {
  padding: 15px 12px !important;
  margin: 0 !important; }
  .dsidx-widget-listings div.dsidx-results-widget .dsidx-map .dsidx-results-widget-map-details .featured-listing li, .dsidx-widget-listings div.dsidx-results-widget .featured-listing li {
    display: none; }
  .dsidx-widget-listings div.dsidx-results-widget .dsidx-map .dsidx-results-widget-map-details .featured-listing li.beds, .dsidx-widget-listings div.dsidx-results-widget .dsidx-map .dsidx-results-widget-map-details .featured-listing li.baths, .dsidx-widget-listings div.dsidx-results-widget .dsidx-map .dsidx-results-widget-map-details .featured-listing li.price, .dsidx-widget-listings div.dsidx-results-widget .featured-listing li.beds, .dsidx-widget-listings div.dsidx-results-widget .featured-listing li.baths, .dsidx-widget-listings div.dsidx-results-widget .featured-listing li.price {
    display: inline-block;
    font-weight: normal !important;
    font-size: 0.8em !important;
    line-height: 1.3em !important;
    border: none;
    opacity: 0.5;
    padding-top: 0; }
.dsidx-widget-listings div.dsidx-results-widget .dsidx-panel .dsidx-photo {
  position: relative;
  top: 0; }
.dsidx-widget-listings div.dsidx-results-widget .dsidx-map .dsidx-results-widget-map-details {
  height: auto; }

.dsidx-widget-single-listing-wrap .dsidx-widget {
  width: auto;
  background: #fff;
  color: inherit;
  border-radius: 3px; }
.dsidx-widget-single-listing-wrap img {
  width: 100%;
  height: auto; }
.dsidx-widget-single-listing-wrap h3.widget-title {
  color: inherit !important; }
  .dsidx-widget-single-listing-wrap h3.widget-title a {
    color: inherit !important; }
.dsidx-widget-single-listing-wrap .dsidx-widget-single-listing-slideshow .dsidx-widget-single-listing-photo {
  width: 295px;
  max-width: 100%; }
.dsidx-widget-single-listing-wrap .dsidx-widget-single-listing-meta .dsidx-widget-single-listing-price {
  color: inherit;
  font-weight: normal;
  font-size: 20px; }
.dsidx-widget-single-listing-wrap .dsidx-widget-single-listing-meta div {
  padding: 10px; }
.dsidx-widget-single-listing-wrap .dsidx-widget-single-listing-meta .dsidx-widget-single-listing-photo-count {
  display: none; }

.dsidx-results .dsidx-paging-control {
  float: left;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 3px 15px;
  margin: 0; }
.dsidx-results .dsidx-sorting-control {
  float: right;
  margin: 0; }
  .dsidx-results .dsidx-sorting-control .selectBox {
    position: relative;
    top: -24px; }
.dsidx-results #dsidx-map-control {
  clear: both;
  margin: 0 0 20px 0;
  display: none; }
.dsidx-results #dsidx-listings {
  margin: 0 0 60px 0; }
  .dsidx-results #dsidx-listings li {
    display: none; }
  .dsidx-results #dsidx-listings li.dsidx-listing {
    display: block;
    margin: 0 0 40px 0;
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 3px;
    overflow: hidden; }
  .dsidx-results #dsidx-listings .dsidx-primary-data, .dsidx-results #dsidx-listings .dsidx-secondary-data {
    padding-left: 280px; }
  .dsidx-results #dsidx-listings .dsidx-primary-data {
    background: none; }
  .dsidx-results #dsidx-listings .dsidx-secondary-data {
    margin-top: 15px; }
  .dsidx-results #dsidx-listings .dsidx-address {
    font-weight: normal;
    font-size: 20px;
    margin: 10px 0 0 0; }
  .dsidx-results #dsidx-listings .dsidx-price {
    font-weight: normal;
    color: inherit;
    font-size: 18px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px;
    background: #bc0054;
    color: #fff; }
.dsidx-results .dsidx-secondary-data {
  opacity: 0.5; }
  .dsidx-results .dsidx-secondary-data div {
    display: inline-block; }
    .dsidx-results .dsidx-secondary-data div:last-child:after {
      display: none; }
    .dsidx-results .dsidx-secondary-data div:after {
      content: '-';
      opacity: 0.5;
      margin: 0 8px; }
.dsidx-results #dsidx-map {
  display: block !important; }
.dsidx-results .dsidx-prop-summary {
  margin-bottom: 40px !important;
  display: block;
  margin: 0 0 40px 0;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 3px;
  overflow: hidden;
  padding: 15px; }
  .dsidx-results .dsidx-prop-summary .dsidx-prop-title {
    padding: 10px 15px;
    background: #e5e5e5;
    margin-bottom: 15px !important;
    margin: -15px; }
  .dsidx-results .dsidx-prop-summary .dsidx-prop-features {
    margin-left: 120px;
    opacity: 0.9; }

#dsidx a {
  color: #333; }

#dsidx a:hover {
  text-decoration: none; }

.dsidx-results .dsidx-paging-control a, #dsidx .dsidx-sorting-control a {
  text-decoration: none; }

#dsidx-actions {
  display: none; }

#dsidx h3 {
  font-weight: normal;
  margin: 50px 0 20px 0;
  border: none; }

#dsidx td, #dsidx th {
  padding: 8px 12px;
  float: none; }

#dsidx th {
  border-right: 1px solid #eee; }

#dsidx-disclaimer {
  clear: both;
  padding: 20px 0 0 0;
  opacity: 0.5; }
  #dsidx-disclaimer p {
    margin: 0; }

.dsidx-details hr {
  display: none; }
.dsidx-details #dsidx-property-types {
  margin: 50px 0 20px 0; }
.dsidx-details #dsidx-description {
  padding: 20px;
  background: #fafafa;
  margin: 40px 0;
  font-size: 1em; }
.dsidx-details #dsidx-media {
  max-width: 100%; }

.dsidx-details #dsidx-header table tr {
  border: none; }
.dsidx-details #dsidx-header table td {
  padding: 0;
  border: none; }

.dsidx-details #dsidx-primary-data {
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-radius: 0; }
  .dsidx-details #dsidx-primary-data tr td, .dsidx-details #dsidx-primary-data tr th {
    padding: 6px 12px; }
  .dsidx-details #dsidx-primary-data tr:hover td {
    background: transparent !important; }

.jb-dt-main-frame .jb-dt-main-image {
  width: 100% !important;
  left: 0 !important; }
  .jb-dt-main-frame .jb-dt-main-image img {
    width: 100% !important; }

#dsidx-contact-form table td {
  border: none; }

.dsidx-details #dsidx-primary-data #dsidx-price {
  border-bottom: 1px solid #eee; }

.main-content {
  background: #fafafa; }

.section {
  padding: 50px 0; }
  .section .row.full-width {
    max-width: 100%; }
  .section .vc_inner {
    padding: 0; }

/* 9. Page Content */
.section-title {
  text-align: center;
  position: relative; }
  .section-title:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: rgba(0, 0, 0, 0.05); }
  .section-title a {
    color: #333; }
  .section-title .thumb {
    margin: 0 auto 30px;
    width: 160px;
    height: 160px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    line-height: 190px;
    text-align: center;
    font-size: 145px;
    color: #aaa;
    position: relative;
    z-index: 10; }
    .section-title .thumb:after {
      content: '';
      display: block;
      width: 160px;
      height: 160px;
      border-radius: 100%;
      border: 1px solid rgba(0, 0, 0, 0.1);
      position: absolute;
      top: 0;
      left: 0; }
    .section-title .thumb img {
      position: absolute;
      left: 0;
      top: 0; }

.hero {
  background: center center no-repeat;
  background-size: cover;
  height: 550px;
  position: relative;
  background: #eee; }
  .hero .row, .hero .columns {
    position: relative;
    height: 100%; }
  .hero .hero-card {
    position: absolute;
    bottom: 40px;
    left: 15px;
    right: 15px;
    z-index: 100;
    max-width: 500px;
    background: rgba(255, 255, 255, 0.9); }
    .hero .hero-card .card-title {
      font-size: 24px;
      line-height: 1.5em; }
      .hero .hero-card .card-title a {
        display: block;
        color: #333; }
      .hero .hero-card .card-title i {
        position: absolute;
        right: 25px;
        display: block;
        -webkit-transition: all 250ms ease;
                transition: all 250ms ease;
        top: 10px; }
      .hero .hero-card .card-title:hover i {
        -webkit-transform: translate(5px, 0);
            -ms-transform: translate(5px, 0);
                transform: translate(5px, 0); }
    .hero .hero-card .card-price {
      font-size: 22px;
      line-height: 1.5em;
      float: left;
      padding: 0 15px;
      color: #fff;
      background: #70b001; }
      .hero .hero-card .card-price small {
        opacity: 0.75;
        font-size: 14px; }
    .hero .hero-card .card-meta {
      margin: 0 0 20px 0; }
      .hero .hero-card .card-meta i {
        margin: 0 2px 0 12px; }
    .hero .hero-card .card-head {
      padding: 10px 25px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.025);
      background: rgba(0, 0, 0, 0.05); }
    .hero .hero-card .card-body {
      padding: 20px 25px 0; }
    .hero .hero-card .card-bottom {
      padding: 2px 25px 20px; }
  .hero .badge {
    position: absolute;
    bottom: 100px;
    left: 15px;
    pointer-events: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 100; }
  .hero .status {
    display: block;
    float: left;
    position: relative;
    color: #fff;
    padding: 3px 10px;
    z-index: 100;
    overflow: hidden;
    font-size: 18px;
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease; }
    .hero .status:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #bc0054;
      opacity: 0.8;
      z-index: -1; }
    .hero .status a {
      color: #fff; }
  .hero .price {
    display: block;
    float: left;
    position: relative;
    padding: 15px 20px;
    z-index: 100;
    overflow: hidden;
    font-size: 34px;
    clear: both;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease; }
    .hero .price:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      opacity: 0.9;
      z-index: -1; }
    .hero .price small {
      opacity: 0.5;
      font-size: 20px; }
  .hero .title {
    position: absolute;
    bottom: 55px;
    left: 15px;
    font-size: 22px;
    color: #fff;
    z-index: 100;
    padding: 0 35px 0 0; }
    .hero .title:hover i {
      -webkit-transform: translate(10px, 0);
          -ms-transform: translate(10px, 0);
              transform: translate(10px, 0); }
    .hero .title a {
      color: #fff; }
    .hero .title i {
      margin: 0 0 0 10px;
      bottom: -3px;
      position: absolute;
      -webkit-transition: all 250ms ease;
              transition: all 250ms ease;
      display: block;
      right: 0; }
  .hero .carousel {
    height: 100%;
    margin: 0;
    padding: 0; }
  .hero .carousel li, .hero .owl-stage-outer, .hero .owl-stage, .hero .owl-item {
    height: 100%; }
  .hero .owl-controls {
    bottom: auto;
    top: 50px; }
    .hero .owl-controls .owl-dots {
      top: 30px;
      right: 30px; }
      .hero .owl-controls .owl-dots .owl-dot {
        float: left;
        margin: 0 10px 0 0; }
  .hero .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
    .hero .bg:after {
      z-index: 1;
      pointer-events: none;
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 130px;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.75)));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=0 ); }
    .hero .bg .item {
      background-size: cover;
      background-position: center top;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.property-search-box-wrap {
  background: #fafafa; }
.copyright{ font-size:10px;}
.property-search-box {
  padding: 15px 0;
  width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box; }
  .property-search-box .columns {
    margin-bottom: 20px; }

.map-wrap .marker {
  width: 30px;
  height: 30px;
  cursor: pointer; }
  .map-wrap .marker:hover .dot {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85); }
  .map-wrap .marker:after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    background: #bc0054;
    position: absolute;
    left: 6px;
    top: 6px; }
  .map-wrap .marker .dot {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #bc0054;
    opacity: 0.25;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.25s ease;
            transition: all 0.25s ease;
    z-index: -1; }
.map-wrap .info-box {
  position: absolute;
  width: 300px;
  bottom: 40px;
  left: -139px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 250ms ease;
          transition: all 250ms ease;
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  box-shadow: 0 0 20px rgba(61, 56, 90, 0.3);
  border-radius: 3px;
  z-index: 10; }
  .map-wrap .info-box:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin: 0 0 0 -3px;
    width: 0;
    border-top: 10px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent; }
  .map-wrap .info-box.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0); }
  .map-wrap .info-box img {
    max-width: 100%;
    border-radius: 3px 3px 0 0; }
  .map-wrap .info-box .inner {
    padding: 15px; }
  .map-wrap .info-box .meta-list {
    font-size: 0.9em;
    opacity: 0.75; }
.map-wrap .cluster div {
  color: #fff !important; }
.map-wrap .cluster:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #bc0054;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  z-index: -2;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1); }
.map-wrap .cluster:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #bc0054;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  z-index: -1;
  -webkit-transform: scale(0.7, 0.7);
      -ms-transform: scale(0.7, 0.7);
          transform: scale(0.7, 0.7); }
.map-wrap .cluster img {
  visibility: hidden; }

.map-outer-wrap {
  position: relative; }
  .map-outer-wrap .overlay-link {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 0 15px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 100px;
    color: #333; }

/* 10. Property */
.property-hero {
  margin: 0 0 40px 0;
  border: 0px solid #ddd;
  overflow: hidden;
  background: #fafafa;
  position: relative;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25); }
  .property-hero:hover .add-wish-list {
    visibility: visible;
    opacity: 1; }
  .property-hero .carousel-wrap {
    position: relative; }
    .property-hero .carousel-wrap:after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      border: 1px solid rgba(0, 0, 0, 0.05);
      top: 0;
      left: 0;
      pointer-events: none;
      z-index: 100;
      border-bottom: none; }
  .property-hero .carousel:after {
    pointer-events: none;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.2)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=0 ); }
  .property-hero .carousel .owl-dots {
    left: 20px;
    right: auto; }
    .property-hero .carousel .owl-dots .owl-dot {
      margin: 0 10px 0 0; }
  .property-hero .add-wish-list {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    color: #aaa;
    width: 37px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease; }
    .property-hero .add-wish-list.active {
      color: #bc0054; }
    .property-hero .add-wish-list:before {
      content: '';
      width: 90px;
      height: 90px;
      background: rgba(255, 255, 255, 0.95);
      position: absolute;
      right: -45px;
      top: -45px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .property-hero .add-wish-list .lt-icon {
      position: relative;
      opacity: 0.75;
      -webkit-transition: all 0.25s ease;
              transition: all 0.25s ease; }
      .property-hero .add-wish-list .lt-icon:hover {
        opacity: 1; }
      .property-hero .add-wish-list .lt-icon:active {
        -webkit-transform: scale(1.1, 1.1);
            -ms-transform: scale(1.1, 1.1);
                transform: scale(1.1, 1.1); }
  .property-hero .status {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    z-index: 100;
    overflow: hidden; }
    .property-hero .status:before {
      z-index: -1;
      background: #bc0054;
      opacity: 0.8;
      content: '';
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .property-hero .status a {
      color: #fff; }

.amenity-list li {
  margin: 0 0 5px 0;
  padding-bottom: 0;
  opacity: 0.4; }
  .amenity-list li i {
    margin: 0 6px 0 0; }
  .amenity-list li.active {
    opacity: 1; }

.property-hero-list {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 32px;
  background: #fff; }
  .property-hero-list li {
    float: left;
    padding: 16px 20px;
    position: relative; }
    .property-hero-list li.price {
      float: right;
      font-size: 24px;
      background: #fff; }
      .property-hero-list li.price small {
        opacity: 0.6;
        font-size:18px;
        font-style: italic;
        font-weight: 300; }

.card {
  position: relative;
  overflow: hidden;
  background: #fff; }
  .card:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
    pointer-events: none; }
  .card a {
    color: #333; }
  .card .meta-box-list {
    margin: 25px 0 0 0;
    border-radius: 0;
    border: none;
    background: transparent;
    opacity: 0.75; }
    .card .meta-box-list li {
      padding: 0;
      border: none;
      display: inline-block; }
      .card .meta-box-list li.right i {
        margin: 0 2px 0 12px; }
  .card .img-wrap {
    position: relative; }
    .card .img-wrap:after {
      pointer-events: none;
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 40px; }
  .card .badge {
    position: absolute;
    bottom: 15px;
    right: 15px;
    pointer-events: none; }
  .card .status {
    display: block;
    float: right;
    position: relative;
    color: #fff;
    padding: 0 6px;
    z-index: 100;
    overflow: hidden;
    font-size: 14px; }
    .card .status:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #bc0054;
      opacity: 0.8;
      z-index: -1; }
    .card .status a {
      color: #fff; }
  .card .price {
    display: block;
    float: right;
    position: relative;
    padding: 5px 10px;
    z-index: 100;
    overflow: hidden;
    font-size: 20px;
    clear: both;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease; }
    .card .price:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      opacity: 0.9;
      z-index: -1; }
    .card .price.small {
      font-size: 18px; }
      .card .price.small small {
        font-size: 12px; }
    .card .price small {
      opacity: 0.5;
      font-size: 14px; }
  .card .content-wrap {
    padding: 15px; }
    .card .content-wrap .meta-list {
      opacity: 0.5; }
  .card .title {
    font-size: 1.3em;
    line-height: 1.4em; }
  .card .excerpt {
    margin: 20px 0 0 0;
    opacity: 0.5;
    font-size: 0.95em;
    line-height: 1.5em; }

.view-option-list {
  list-style: none;
  margin: 0 0 40px 0;
  padding: 0;
  text-align: right; }
  .view-option-list li {
    display: inline-block; }

.property-list a {
  color: #333; }
.property-list img {
  height: 60px;
  width: auto;
  float: left;
  margin: 0 15px 0 0;
  display: block; }
.property-list .meta-list {
  font-size: 14px;
  opacity: 0.5;
  display: inline-block; }

.agent-contact-form .lt-button-wrap {
  width: 100%; }

/* 11. Agent */
.agent-card {
  clear: both;
  margin: 0 0 25px 0; }
  .agent-card img {
    border-radius: 100%;
    float: left;
    width: 65px;
    height: 65px;
    margin: 0 20px 0 0; }
  .agent-card .title {
    font-size: 20px;
    line-height: 1.5em;
    padding: 5px 0 0 0; }
  .agent-card .sub {
    font-size: 0.9em; }
    .agent-card .sub ul {
      list-style: none; }
    .agent-card .sub a {
      color: #333; }
  .agent-card .bio {
    clear: both;
    margin: 30px 20px 0 0;
    opacity: 0.7; }

.contact-note {
  margin: 0 0 40px 0; }

/* 12. Elements */
.rangeSlider {
  padding: 12px 5px 12px 0; }
  .rangeSlider .noUi-base {
    background: #ddd;
    height: 8px;
    position: relative;
    border-radius: 8px; }
  .rangeSlider .noUi-origin {
    position: absolute;
    right: 0;
    height: 8px;
    border-radius: 8px; }
  .rangeSlider .noUi-background {
    background: #ddd;
    margin-right: -1px; }
  .rangeSlider .noUi-connect {
    background: #bc0054; }
    .rangeSlider .noUi-connect .noUi-handle {
      margin-left: -1px; }
  .rangeSlider .noUi-handle {
    width: 18px;
    height: 18px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #bbb;
    cursor: pointer;
    margin-top: -5px;
    margin-left: -9px; }
    .rangeSlider .noUi-handle:after {
      content: '';
      display: block;
      width: 6px;
      height: 6px;
      border-radius: 6px;
      background: #eee;
      margin: 5px auto; }
    .rangeSlider .noUi-handle:hover:after {
      background: #ddd; }

.selectBox {
  border: 1px solid #ccc;
  background: #fff;
  padding: 3px 10px;
  color: #333;
  outline: none;
  position: relative;
  max-width: 100%;
  white-space: nowrap;
  text-align: left;
  width: 100% !important;overflow: hidden; }
  .selectBox .selectBox-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-left: 1px solid #ccc;
    background: #fafafa;
    padding: 3px 5px; }

.selectBox-dropdown-menu {
  position: absolute;
  z-index: 9999;
  margin: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #ddd;
  padding: 0;
  overflow: auto;
  white-space: nowrap;
  max-height: 300px; }
  .selectBox-dropdown-menu li {
    border-bottom: 1px solid #eee; }
    .selectBox-dropdown-menu li:last-child {
      border: none; }
    .selectBox-dropdown-menu li.selectBox-selected, .selectBox-dropdown-menu li:hover {
      background: #f5f5f5; }
  .selectBox-dropdown-menu a {
    color: #333;
    display: block;
    padding: 5px 10px; }

.admin-bar .selectBox-dropdown-menu {
  margin-top: -32px; }

select.select-box {
  visibility: hidden;
  min-height: 32px; }

.carousel {
  padding: 0;
  margin: 0; }

.post-carousel {
  margin: 0 0 30px 0;
  padding: 0 0 30px 0; }
  .post-carousel .owl-controls .owl-dots {
    right: 0;
    bottom: 0; }
    .post-carousel .owl-controls .owl-dots .owl-dot {
      background: rgba(0, 0, 0, 0.3); }

.table-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .table-list li {
    padding: 10px 2px;
    border-bottom: 1px solid #f5f5f5; }
    .table-list li:last-child {
      border: none; }
  .table-list strong {
    padding: 0 10px 0 0;
    display: inline-block;
    font-weight: normal; }
  .table-list span {
    opacity: 0.8; }

.meta-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .meta-list li {
    display: inline; }
    .meta-list li:after {
      content: '/';
      margin: 0 6px;
      opacity: 0.5; }
    .meta-list li:last-child:after {
      display: none; }
    .meta-list li.price {
      display: inline-block;
      padding: 3px 5px;
      border-radius: 30px;
      line-height: 1em;
      background: #222;
      color: #fff; }

.meta-box-list {
  border: 1px solid #ddd;
  background: #fafafa;
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  line-height: 1em; }
  .meta-box-list li {
    padding: 10px 20px;
    display: block;
    border-bottom: 1px solid #ddd;
    background: #fff; }
    .meta-box-list li:last-child {
      border-bottom: none; }
  .meta-box-list .lt-icon {
    margin: 0 6px 0 0;
    opacity: 0.8; }
  .meta-box-list .big {
    font-size: 1.15em; }

.manage-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1em; }
  .manage-list a {
    color: #333; }
  .manage-list li {
    display: inline-block;
    margin: 0 3px 0 0; }

.owl-controls {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 100; }
  .owl-controls .owl-dots {
    position: absolute;
    right: 20px;
    bottom: 20px; }
    .owl-controls .owl-dots .owl-dot {
      float: left;
      width: 10px;
      height: 10px;
      background: #fff;
      opacity: 0.5;
      border-radius: 100%;
      margin: 0 0 0 10px; }
      .owl-controls .owl-dots .owl-dot.active {
        opacity: 1; }

.map-wrap, .location-picker {
  width: 100%; }
  .map-wrap > div, .location-picker > div {
    width: 100%;
    height: 100%; }
  .map-wrap img, .location-picker img {
    max-width: none; }
  .map-wrap .gm-style-cc, .location-picker .gm-style-cc {
    display: none; }

#recaptcha_widget {
  position: relative;
  margin: 0 0 20px 0; }
  #recaptcha_widget .refresh a {
    color: #333; }
  #recaptcha_widget .refresh .lt-icon {
    font-size: 24px;
    position: absolute;
    bottom: 3px;
    right: 8px;
    opacity: 0.6; }
    #recaptcha_widget .refresh .lt-icon:hover {
      opacity: 0.8; }
  #recaptcha_widget input[type='text'] {
    margin: -1px 0 0 0; }

#recaptcha_image {
  max-width: 100%;
  width: 100% !important;
  height: auto !important;
  overflow: hidden;
  border: 1px solid #ccc; }
  #recaptcha_image img {
    position: relative;
    z-index: 10;
    display: block;
    width: 100% !important;
    height: auto !important; }

.property-search-form .row {
  margin-bottom: 15px; }
  .property-search-form .row:last-child {
    margin-bottom: 0; }
.property-search-form label {
  display: block;
  margin: 0 0 5px 0; }
  .property-search-form label small {
    opacity: 0.75;
    font-size: 1em;
    margin-top: 5px; }
.property-search-form input[type='text'] {
  padding: 6px 10px;
  margin: 0; }
.property-search-form input[type='submit'] {
  display: block;
  width: 100%;
  text-align: center;
  padding: 6px 10px; }
.property-search-form .lt-button-wrap {
  width: 100%; }

.upload-img {
  position: relative;
  display: inline-block;
  border: 1px solid #eee;
  margin: 0 10px 10px 0; }
  .upload-img:hover i {
    display: block; }
  .upload-img i {
    position: absolute;
    top: 2px;
    right: 2px;
    background: rgba(255, 255, 255, 0.9);
    padding: 5px;
    cursor: pointer;
    font-size: 20px;
    display: none; }
  .upload-img img {
    border: 2px solid #fff; }

.element-light {
  color: #fff; }

.wpb_animate_when_almost_visible {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s; }
  .wpb_animate_when_almost_visible.animate-active {
    opacity: 1; }

.wpb_top-to-bottom {
  -webkit-transform: translate(0, -30px);
      -ms-transform: translate(0, -30px);
          transform: translate(0, -30px); }
  .wpb_top-to-bottom.animate-active {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.wpb_bottom-to-top {
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px); }
  .wpb_bottom-to-top.animate-active {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.wpb_left-to-right {
  -webkit-transform: translate(-30px, 0);
      -ms-transform: translate(-30px, 0);
          transform: translate(-30px, 0); }
  .wpb_left-to-right.animate-active {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.wpb_right-to-left {
  -webkit-transform: translate(30px, 0);
      -ms-transform: translate(30px, 0);
          transform: translate(30px, 0); }
  .wpb_right-to-left.animate-active {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.wpb_appear {
  -webkit-transform: scale(0.8, 0.8);
      -ms-transform: scale(0.8, 0.8);
          transform: scale(0.8, 0.8); }
  .wpb_appear.animate-active {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1); }

.vc_align_left {
  text-align: left; }

.vc_align_right {
  text-align: right; }

.vc_align_center {
  text-align: center; }

img.round {
  border-radius: 5px; }

img.circle {
  border-radius: 100%; }

img.shadow {
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); }

.vc_separator {
  margin: 0;
  text-align: center;
  width: 100%; }
  .vc_separator.separator_align_right {
    text-align: right; }
  .vc_separator.separator_align_left {
    text-align: left; }
  .vc_separator.separator_align_center {
    text-align: center; }
  .vc_separator h2.title {
    display: inline-block;
    padding: 0;
    margin: 0;
    position: relative;
    font-size: 28px;
    line-height: 1.5em; }
  .vc_separator .sub-title {
    font-size: 1em;
    display: inline-block;
    padding: 0 35px;
    position: relative;
    opacity: 0.6;
    margin: 10px 0; }
    .vc_separator .sub-title:before {
      content: '';
      display: block;
      width: 20px;
      height: 2px;
      background: #ccc;
      position: absolute;
      left: 0;
      top: 50%; }
    .vc_separator .sub-title:after {
      content: '';
      display: block;
      width: 20px;
      height: 2px;
      background: #ccc;
      position: absolute;
      right: 0;
      top: 50%; }
  .vc_separator.no-sub .sub-title {
    padding: 10px 20px; }
  .vc_separator.separator_align_left .sub-title {
    padding: 0 35px 0 0; }
    .vc_separator.separator_align_left .sub-title:before {
      display: none; }
  .vc_separator.separator_align_left.no-sub .sub-title:before {
    display: block; }
  .vc_separator.separator_align_right .sub-title {
    padding: 0 0 0 35px; }
    .vc_separator.separator_align_right .sub-title:after {
      display: none; }
  .vc_separator.separator_align_right.no-sub .sub-title:after {
    display: block; }

.element-light .vc_separator .sub-title:before, .element-light .vc_separator .sub-title:after {
  background: rgba(255, 255, 255, 0.8); }

.wpb_toggle {
  cursor: pointer;
  border: 1px solid #ddd;
  background: #fafafa;
  padding: 10px 15px 10px 40px;
  margin: 0 0 20px 0;
  position: relative;
  border-radius: 3px; }
  .wpb_toggle.active {
    background: #fff;
    margin: 0; }
    .wpb_toggle.active span {
      opacity: 1; }
    .wpb_toggle.active i {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
  .wpb_toggle:hover span {
    opacity: 1; }
  .wpb_toggle span {
    opacity: 0.6;
    -webkit-transition: all 0.25s ease;
            transition: all 0.25s ease; }
  .wpb_toggle i {
    margin: 0 10px 0 0;
    -webkit-transition: all 0.25s ease;
            transition: all 0.25s ease;
    position: absolute;
    left: 15px;
    top: 10px;
    display: block; }

.wpb_toggle_content {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
          transition: opacity 500ms ease;
  padding: 15px; }
  .wpb_toggle_content.active {
    margin: 0 0 20px 0;
    display: block;
    opacity: 0.9; }

.element-light .wpb_toggle {
  background: rgba(255, 255, 255, 0.05); }

.wpb_accordion {
  text-align: left;
  border-radius: 3px;
  border: 1px solid #ddd; }
  .wpb_accordion .wpb_accordion_section {
    margin: 0;
    background: rgba(255, 255, 255, 0.97);
    overflow: hidden; }
    .wpb_accordion .wpb_accordion_section:last-child .wpb_accordion_content {
      border: none; }
    .wpb_accordion .wpb_accordion_section.active a {
      opacity: 1; }
    .wpb_accordion .wpb_accordion_section.active .wpb_accordion_header {
      background: #fff; }
    .wpb_accordion .wpb_accordion_section.active .wpb_accordion_content {
      display: block; }
    .wpb_accordion .wpb_accordion_section.active i {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .wpb_accordion .wpb_accordion_section:hover a {
      opacity: 1; }
    .wpb_accordion .wpb_accordion_section a {
      opacity: 0.6;
      -webkit-transition: all 0.25s ease;
              transition: all 0.25s ease; }
  .wpb_accordion .wpb_accordion_header {
    margin: 0;
    border-bottom: 1px solid #ddd;
    background: #fafafa; }
    .wpb_accordion .wpb_accordion_header a {
      display: block;
      padding: 10px 15px 10px 40px;
      position: relative;
      color: #333; }
    .wpb_accordion .wpb_accordion_header i {
      position: absolute;
      left: 15px;
      top: 10px;
      display: block;
      -webkit-transition: all 0.25s ease;
              transition: all 0.25s ease; }
  .wpb_accordion .wpb_accordion_content {
    padding: 15px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    display: none; }

.element-light .wpb_accordion .wpb_accordion_section {
  background: transparent; }
  .element-light .wpb_accordion .wpb_accordion_section.active .wpb_accordion_header {
    background: rgba(255, 255, 255, 0.05); }
.element-light .wpb_accordion .wpb_accordion_header {
  background: rgba(255, 255, 255, 0.05); }
  .element-light .wpb_accordion .wpb_accordion_header a {
    color: #fff; }

.wpb_tabs {
  background: #fff;
  background: rgba(255, 255, 255, 0.97);
  border-radius: 3px;
  overflow: hidden;
  position: relative; }
  .wpb_tabs .wpb_tabs_nav {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    border: 1px solid #ddd;
    width: 100%; }
    .wpb_tabs .wpb_tabs_nav li {
      display: block;
      float: left;
      white-space: nowrap;
      border-right: 1px solid #ddd;
      background: #fafafa; }
      .wpb_tabs .wpb_tabs_nav li.active {
        position: relative;
        background: #fff; }
        .wpb_tabs .wpb_tabs_nav li.active .active-bar {
          display: block;
          width: 10px;
          height: 10px;
          position: absolute;
          bottom: -10px;
          left: 50%;
          margin-left: -10px;
          border-left: 10px solid transparent !important;
          border-right: 10px solid transparent !important; }
        .wpb_tabs .wpb_tabs_nav li.active a {
          opacity: 1; }
      .wpb_tabs .wpb_tabs_nav li a {
        display: block;
        padding: 10px 25px;
        opacity: 0.6;
        color: #333;
        -webkit-transition: all 0.25s ease;
                transition: all 0.25s ease; }
        .wpb_tabs .wpb_tabs_nav li a:hover {
          opacity: 1; }
      .wpb_tabs .wpb_tabs_nav li i {
        margin: 0 2px 0 0; }
  .wpb_tabs .wpb_tab {
    margin: -1px 0 0 0;
    padding: 25px;
    clear: both;
    border: 1px solid #ddd;
    border-top: none;
    position: absolute;
    left: -999em;
    width: 100%; }
    .wpb_tabs .wpb_tab.active {
      position: relative;
      left: 0; }

.tab-wrap .pane {
  display: none; }
  .tab-wrap .pane.active {
    display: block; }

.element-light .wpb_tabs {
  background: transparent; }
  .element-light .wpb_tabs .wpb_tabs_nav li {
    background: rgba(255, 255, 255, 0.05); }
    .element-light .wpb_tabs .wpb_tabs_nav li.active {
      background: rgba(255, 255, 255, 0.05); }
    .element-light .wpb_tabs .wpb_tabs_nav li a {
      color: #fff; }

.teaser-box {
  text-align: center;
  margin: 0 auto 40px; }
  .teaser-box .feature-image {
    overflow: hidden; }
    .teaser-box .feature-image img {
      display: block;
      margin: 0 auto; }
  .teaser-box .feature-content {
    margin: 30px 0 0 0; }
  .teaser-box h3 {
    font-size: 1.5em;
    margin-bottom: 15px; }

.box-icon {
  text-align: center;
  margin: 0 auto 40px; }
  .box-icon.icon-left .feature-content {
    background: transparent;
    border: none; }
  .box-icon.icon-left .feature-icon {
    background: transparent;
    width: auto;
    height: auto;
    top: 0;
    font-size: 40px; }
  .box-icon.icon-top {
    padding-top: 25px; }
    .box-icon.icon-top i {
      -webkit-transition: all 0.25s ease;
              transition: all 0.25s ease; }
    .box-icon.icon-top .feature-icon {
      -webkit-transition: all 0.25s ease;
              transition: all 0.25s ease; }
    .box-icon.icon-top:hover .feature-icon {
      -webkit-transform: translate(0, -10px);
          -ms-transform: translate(0, -10px);
              transform: translate(0, -10px); }
  .box-icon .feature-content p {
    opacity: 0.9; }
  .box-icon .feature-icon {
    position: relative;
    display: block;
    font-size: 50px;
    margin: 0 auto 30px;
    text-align: center;
    color: #bc0054; }
  .box-icon h3 {
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 15px; }

.element-light .box-icon .feature-icon {
  color: #fff; }

.nt-stat {
  text-align: center; }
  .nt-stat .stat {
    font-size: 50px;
    color: #bc0054;
    margin: 0 0 15px 0;
    line-height: 1em; }
  .nt-stat .line {
    height: 1px;
    background: #e5e5e5;
    background: rgba(0, 0, 0, 0.05);
    margin: 0 auto 15px;
    max-width: 60%;
    text-align: center; }
  .nt-stat .nt-icon {
    margin: 0 5px 0 0; }

.element-light .nt-stat .stat {
  color: #fff; }
.element-light .nt-stat .line {
  background: #fff;
  background: rgba(255, 255, 255, 0.15); }

.nt-twitter {
  text-align: center; }
  .nt-twitter section {
    font-size: 26px;
    line-height: 1.5em;
    font-style: italic;
    opacity: 0.8; }
  .nt-twitter footer {
    margin-top: 40px;
    font-style: normal; }
    .nt-twitter footer a {
      color: #333; }
  .nt-twitter .nt-icon-clock-1 {
    margin: 0 0 0 10px; }
  .nt-twitter blockquote {
    border: none;
    background: transparent;
    font-size: 1em;
    line-height: 1.5em;
    margin: 0; }
  .nt-twitter .tweet_list {
    margin: 0;
    padding: 0;
    list-style: none; }

.element-light .nt-twitter footer a {
  color: #fff; }

.nt-testimonials {
  text-align: center; }
  .nt-testimonials section {
    font-size: 20px;
    line-height: 1.5em;
    font-style: italic;
    opacity: 0.8; }
  .nt-testimonials footer {
    margin-top: 40px; }
  .nt-testimonials blockquote {
    border: none;
    background: transparent;
    font-size: 1em;
    line-height: 1.5em;
    margin: 0; }
  .nt-testimonials .rating {
    opacity: 0.3;
    margin: 0 0 5px 0; }
    .nt-testimonials .rating .inactive {
      opacity: 0.2; }
    .nt-testimonials .rating i {
      margin: 0 -1px; }

.element-light .nt-testimonials .rating {
  opacity: 0.75; }
  .element-light .nt-testimonials .rating .inactive {
    opacity: 0.4; }

.icon-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left; }
  .icon-list li {
    margin: 0 0 10px 0;
    padding: 0 0 0 35px;
    position: relative; }
    .icon-list li i {
      position: absolute;
      left: 0; }
  .icon-list.big li {
    margin: 0 0 25px 0;
    padding: 6px 0 6px 80px; }
    .icon-list.big li i {
      top: 0;
      font-size: 28px;
      display: block;
      width: 50px;
      height: 50px;
      line-height: 47px;
      text-align: center;
      border-radius: 100px;
      background: #bc0054;
      color: #fff; }

.element-light .icon-list.big li i {
  border-color: #fff; }

.teaser .title {
  margin: 5px 0 10px 0; }

.animate-box {
  position: relative; }
  .animate-box .wpb_single_image {
    position: absolute;
    top: 0; }
    .animate-box .wpb_single_image:first-child {
      position: relative; }
.social_wrapper a i{ font-size:20px}
.contact-info{ text-align:center; margin-bottom:25px;}
.contact-info label {margin-right: 20px;}
#map_canvas {margin-bottom: 30px;width: 100%;}
ul.paginationeelenco li {padding:0px 0px ; border:1px solid #dfdfdf;-webkit-border-radius: 0px 0px 0px 0px;
border-radius: 0px 0px 0px 0px; margin-right:3px; margin-bottom:0px;float: none;width: auto;display: inline-block;position: relative;}
ul.paginationeelenco li a { color:#ffffff; background:#BB2A2A;padding:4px 8px ; display:block;}
ul.paginationeelenco li a:hover { color:#333333; background:#ffffff;}
.energyclass{float:right; width:250px; line-height:26px; text-align:right; margin-top:6px; }
#it-cookieb-container {z-index: 99999998 !important; background-color: black;bottom: 0;margin: 0 auto;position: fixed;width: 100%;}
#it-cookieb-container .container { position:relative;padding: 20px;width: 960px;margin: 0 auto;}
#it-cookieb {color: #fff;display: table;font-family: Helvetica,Arial,FreeSans,sans-serif; font-size: 14px;}
#it-cookieb a {color: #FFF;font-weight: 900; text-decoration:underline;}
a.cookieb-close{margin:0; color: #fff; text-decoration: none !important;font-size: 14px; position: absolute; top: 10px; right: 20px;; border: none;cursor:pointer;}
