/**
 * The Bridge - version 5.0
 * 18th October 2016
 * Copyright (c) 2016 thebridge.be
 * @author Shan Dhiviyarajan (Shan) <deverajan.prashandren@team5.cms.lk>
 * @category   SASS v3.4 / CSS 3.0
 */
/******************************************************************************************/
/**
SASS Variables */
/* Ripple Out */
/**
SASS Variables */
/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0; } }
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0; } }
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #fff solid 5px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: ease;
  /* Chrome, Safari, Opera */
  animation-timing-function: ease; }

.hvr-ripple-out:hover:before,
.hvr-ripple-out:focus:before,
.hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-family: "Lato", sans-serif; }

body.pace-running,
body.pace-done {
  padding-top: 100vh; }

.pace {
  position: absolute;
  width: 200px;
  top: 50%;
  z-index: 100000;
  /* background: #000; */
  left: 50%;
  margin-left: -100px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif; }

.uk-container {
  margin: 0 auto; }

p {
  font-size: 14px;
  color: #666;
  line-height: 1.6em; }

a.hvr-ripple-out:before {
  border: #fff solid 1px; }
a.hvr-ripple-out:hover:before {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  border: #000 solid 1px; }

header {
  display: block;
  width: 100%;
  position: relative;
  top: 0px;
  z-index: 4000;
  background: black;
  border-bottom: thin solid transparent;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  header:hover {
    border-bottom: thin solid transparent; }
  header a.header_logo, header a.header_logo_dark {
    width: 180px;
    margin: 0 auto;
    display: block;
    padding: 15px 0px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  header a.header_logo img, header a.header_logo_dark img {
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    width: 100%; }
  header a.header_logo.shrink {
    width: 130px;
    padding: 5px 0px; }
  header a.header_logo_dark {
    display: none; }
    header a.header_logo_dark.shrink {
      width: 130px;
      padding: 5px 0px; }
  header nav {
    text-align: Center; }
    header nav h2 {
      display: none; }
  header ul {
    margin-bottom: 5px; }
    header ul#main-menu {
      margin-bottom: 5px; }
    header ul li, header ul#main-menu li {
      display: inline-block; }
    header ul li a, header ul#main-menu li a {
      display: block;
      color: #fff;
      text-decoration: none;
      padding: 7px 25px;
      font-weight: bold;
      font-size: 13px; }
    header ul li a:hover, header ul#main-menu li a:hover {
      background: #fff;
      color: #666;
      text-decoration: none;
      -webkit-transition: .3s ease;
      -moz-transition: .3s ease;
      -ms-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
    header ul li a.active, header ul#main-menu li a.active {
      -webkit-transition: .3s ease;
      -moz-transition: .3s ease;
      -ms-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease;
      transition-delay: .5s;
      color: #000;
      background: #fff; }
    header ul li.active a {
      color: #000;
      background: #fff; }
  header #language {
    position: absolute;
    top: 50px;
    right: 15px; }
    header #language li a {
      text-transform: uppercase;
      background: transparent;
      color: #eee;
      border-bottom: thin solid transparent;
      display: block;
      padding: 7px 7px;
      font-size: 12px; }
      header #language li a:hover {
        color: #fff;
        border-bottom: thin solid #fff; }
    header #language li.active a {
      color: #fff;
      border-bottom: thin solid #000;
      background: #000; }
  header.dark {
    background: rgba(0, 0, 0, 0.95);
    border-bottom: thin solid #d8d8d8; }
    header.dark #language {
      position: absolute;
      top: 5px;
      right: 200px; }
      header.dark #language li a {
        color: #eee; }
        header.dark #language li a:hover {
          color: #000;
          border-bottom: thin solid #000; }
      header.dark #language li.active a {
        color: #fff;
        border-bottom: thin solid #000;
        background: #000; }
  header.dark-single {
    background: rgba(0, 0, 0, 0.95);
    border-bottom: thin solid #d8d8d8; }
    header.dark-single #language {
      position: absolute;
      top: 5px;
      right: 200px; }
      header.dark-single #language li a {
        color: #eee; }
        header.dark-single #language li a:hover {
          color: #000;
          border-bottom: thin solid #000; }
      header.dark-single #language li.active a {
        color: #fff;
        border-bottom: thin solid #000;
        background: #000; }

header#static_header {
  position: fixed;
  top: 0px; }

header#inside_header {
  position: fixed;
  top: 0px; }

/**
Page intro */
#bridge_intro {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  z-index: 1;
  top: 0px;
  overflow: hidden; }
  #bridge_intro video {
    width: 100%; }
  #bridge_intro div.info {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 1000;
    -webkit-transform: translateY(-75%);
    -moz-transform: translateY(-75%);
    -ms-transform: translateY(-75%);
    -o-transform: translateY(-75%);
    transform: translateY(-75%); }
    #bridge_intro div.info h1 {
      font-size: 0px;
      line-height: 0px;
      margin: 0px; }
    #bridge_intro div.info a {
      width: 360px;
      display: block;
      margin: 0 auto 30px auto; }
      #bridge_intro div.info a img {
        display: block;
        width: 100%; }
      #bridge_intro div.info a.uk-button {
        height: 44px;
        background: #fff;
        border: none;
        width: 240px;
        padding-top: 7px;
        font-size: 14px;
        text-transform: uppercase;
        margin-top: 30px; }
    #bridge_intro div.info h2 {
      text-align: Center;
      color: #fff;
      margin: 0px 0px;
      letter-spacing: 0.1em; }
  #bridge_intro > section {
    position: relative;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation-name: zoom_it;
    animation-name: zoom_it;
    -webkit-animation-iteration-count: infinite;
    /* Chrome, Safari, Opera */
    animation-iteration-count: infinite;
    animation-duration: 90s;
    -webkit-animation-duration: 90s;
    -moz-animation-duration: 90s;
    -ms-animation-duration: 90s;
    -webkit-animation-timing-function: ease;
    /* Chrome, Safari, Opera */
    animation-timing-function: ease;
    -webkit-animation-direction: alternate;
    /* Chrome, Safari, Opera */
    animation-direction: alternate; }
    #bridge_intro > section:before {
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background: transparent;
      -webkit-transition: background 0.3s ease;
      -moz-transition: background 0.3s ease;
      -ms-transition: background 0.3s ease;
      -o-transition: background 0.3s ease;
      transition: background 0.3s ease; }
    #bridge_intro > section.clear:before {
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4); }

#intro_video {
  min-height: 100vh; }

.clear {
  clear: both;
  position: relative; }

@-khtml-keyframes zoom_it {
  100% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6); }
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes zoom_it {
  100% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6); }
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes zoom_it {
  100% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6); }
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes zoom_it {
  100% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6); }
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
body#inside #bridge_intro > section:before {
  background: transparent; }
body#inside header {
  background: black; }
  body#inside header a.header_logo {
    display: block; }
  body#inside header a.header_logo_dark {
    display: none; }
body#inside section.content_body {
  padding: 0px 0px; }
body#inside_white header {
  background: white;
  box-shadow: 0px 0px 15px #818181;
  border: none; }
  body#inside_white header a.header_logo {
    display: none; }
  body#inside_white header a.header_logo_dark {
    display: block; }
  body#inside_white header ul li a {
    color: #666; }
    body#inside_white header ul li a:hover {
      color: #000; }
  body#inside_white header #language {
    position: absolute;
    top: 72px;
    right: 15px; }
    body#inside_white header #language li a {
      color: #666; }
      body#inside_white header #language li a:hover {
        color: #000;
        border-bottom: thin solid #000; }
    body#inside_white header #language li.active a {
      color: #fff;
      border-bottom: thin solid #000;
      background: #000; }

body#inside {
  padding-top: 480px; }

body#inside #bridge_intro section {
  height: 480px; }

body.small_header {
  padding-top: 0px !important; }

body#estate {
  padding-top: 0px !important; }

body#estate header {
  background: rgba(0, 0, 0, 0.75); }

body.small_banner {
  padding-top: 280px !important; }

section.content_body {
  position: relative;
  z-index: 2;
  background: #fff; }
  section.content_body h3 {
    text-decoration: none; }
  section.content_body p {
    font-size: 13px; }
  section.content_body ul li, section.content_body ol li {
    color: #666;
    padding: 7px 0px;
    font-size: 13px; }
  section.content_body ul li ol, section.content_body ul li ul {
    padding-left: 30px; }
  section.content_body ol li ol, section.content_body ol li ul {
    padding-left: 30px; }
  section.content_body .inside_content_right {
    padding: 30px 0px 60px 30px; }
  section.content_body .services_list {
    background: #f1f1f1;
    min-height: 700px; }
    section.content_body .services_list div.services_menu h4 {
      padding: 30px 15px 0px 30px;
      font-size: 18px; }
    section.content_body .services_list ul {
      margin: 0px;
      padding: 0px; }
    section.content_body .services_list li {
      list-style: none;
      padding: 0px;
      border-bottom: thin solid #f1f1f1;
      position: relative; }
      section.content_body .services_list li a {
        display: block;
        text-decoration: none;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        padding: 15px 30px;
        font-size: 14px;
        color: #666; }
        section.content_body .services_list li a:after {
          width: 0;
          height: 0;
          border-top: 24px solid transparent;
          border-left: 15px solid #f1f1f1;
          border-bottom: 24px solid transparent;
          content: '';
          position: absolute;
          right: 0px;
          top: 0px;
          -webkit-transform: translateX(-50px);
          -moz-transform: translateX(-50px);
          -ms-transform: translateX(-50px);
          -o-transform: translateX(-50px);
          transform: translateX(-50px);
          -webkit-transition: 0.3s ease;
          -moz-transition: 0.3s ease;
          -ms-transition: 0.3s ease;
          -o-transition: 0.3s ease;
          transition: 0.3s ease;
          z-index: 2; }
        section.content_body .services_list li a:hover {
          background: #000;
          color: #fff; }
          section.content_body .services_list li a:hover:after {
            width: 0;
            height: 0;
            border-top: 24px solid transparent;
            border-left: 15px solid #000;
            border-bottom: 24px solid transparent;
            content: '';
            position: absolute;
            right: 0px;
            top: 0px;
            -webkit-transform: translateX(15px);
            -moz-transform: translateX(15px);
            -ms-transform: translateX(15px);
            -o-transform: translateX(15px);
            transform: translateX(15px); }
      section.content_body .services_list li.active a {
        background: #000;
        color: #fff; }
        section.content_body .services_list li.active a:after {
          width: 0;
          height: 0;
          border-top: 24px solid transparent;
          border-left: 15px solid #000;
          border-bottom: 24px solid transparent;
          content: '';
          position: absolute;
          right: 0px;
          top: 0px;
          -webkit-transform: translateX(15px);
          -moz-transform: translateX(15px);
          -ms-transform: translateX(15px);
          -o-transform: translateX(15px);
          transform: translateX(15px); }

.fa_services {
  padding: 0px;
  margin: 0px;
  text-align: center;
  background: #fff;
  border-top: thin solid #d6d6d6;
  position: relative;
  z-index: 1; }
  .fa_services h2 {
    display: none; }
  .fa_services li {
    list-style: none;
    display: inline-block;
    padding: 0px;
    position: relative; }
    .fa_services li:after {
      content: '';
      display: block;
      height: 16px;
      border-right: thin solid #666;
      position: absolute;
      top: 21px;
      right: 0px; }
    .fa_services li a {
      display: block;
      padding: 14px 15px;
      text-decoration: none;
      color: #666;
      text-transform: uppercase; }
      .fa_services li a:hover {
        color: #000; }
    .fa_services li:last-child:after {
      border-right: thin solid #fff; }

.home_block_agency h2 {
  text-align: center;
  font-size: 30px;
  margin: 0px;
  padding: 45px 0px;
  color: #999;
  font-weight: 400;
  text-decoration: none; }
.home_block_agency section {
  width: 320px;
  height: 100%;
  position: relative;
  display: table;
  margin: 0 auto; }
  .home_block_agency section h3 {
    font-size: 24px;
    margin-bottom: 30px;
    color: #999;
    text-decoration: none; }
  .home_block_agency section p {
    line-height: 1.7em;
    font-size: 14px;
    color: #666; }
  .home_block_agency section a {
    display: inline-block;
    border: thin solid #d9d9d9;
    text-align: center;
    color: #666;
    /*margin-top: 30px;*/
    font-size: 11px;
    text-transform: uppercase;
    padding: 9px 30px;
    box-sizing: border-box;
    text-decoration: none;
    float: left;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease; }
    .home_block_agency section a:hover {
      background: #000;
      color: #fff; }
  .home_block_agency section > div {
    display: table-cell;
    vertical-align: middle; }
.home_block_agency .uk-grid:nth-child(even) .uk-width-medium-1-2:first-child {
  float: left;
  left: 50%;
  position: relative; }
.home_block_agency .uk-grid:nth-child(even) .uk-width-medium-1-2:last-child {
  float: right;
  left: -50%;
  position: relative; }
.home_block_agency .uk-grid:nth-child(even) section h3, .home_block_agency .uk-grid:nth-child(even) section p {
  text-align: right; }
.home_block_agency .uk-grid:nth-child(even) section a {
  float: right; }

.home_block_products {
  background: url("../images/texture.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  padding: 60px 0px 0px 0px; }
  .home_block_products section {
    position: relative; }
    .home_block_products section div {
      position: relative;
      width: 95%;
      top: -80px;
      z-index: 100;
      background: #fff;
      margin: 0 auto;
      padding: 30px;
      box-sizing: border-box;
      transition: 0.7s ease; }
      .home_block_products section div h3 {
        font-size: 18px;
        color: #666; }
      .home_block_products section div p {
        color: #666;
        font-size: 14px;
        line-height: 1.5em; }
      .home_block_products section div button {
        width: 100%;
        display: block;
        border: thin solid #fff;
        background: #fff;
        font-size: 11px;
        padding: 12px 15px;
        color: #666;
        text-transform: uppercase;
        cursor: pointer; }
        .home_block_products section div button.hvr-ripple-out:before {
          border: thin solid #d8d8d8; }
        .home_block_products section div button.hvr-ripple-out:hover:before {
          -webkit-animation-duration: 1s;
          animation-duration: 1s;
          border: #000 solid 1px; }
    .home_block_products section:hover div {
      top: -65px; }
    .home_block_products section a {
      display: block;
      border: thin solid #d9d9d9;
      text-align: center;
      color: #666;
      font-size: 12px;
      text-transform: uppercase;
      padding: 9px 30px;
      box-sizing: border-box;
      text-decoration: none;
      float: none;
      -webkit-transition: all .7s ease;
      -moz-transition: all .7s ease;
      -ms-transition: all .7s ease;
      -o-transition: all .7s ease;
      transition: all .7s ease; }
      .home_block_products section a:hover {
        background: #000;
        color: #fff; }

.home_block_property {
  padding: 60px 0px;
  background: url("../images/property_background.jpg") center center;
  background-size: cover; }
  .home_block_property h2 {
    text-align: center;
    color: #666; }
    .home_block_property h2 span {
      display: block;
      font-size: 16px; }
  .home_block_property p {
    text-align: center; }
  .home_block_property a {
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    border: thin solid #d9d9d9;
    text-align: center;
    color: #666;
    padding: 9px 30px;
    box-sizing: border-box;
    text-decoration: none;
    margin: 0 auto;
    width: 150px;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease; }
    .home_block_property a:hover {
      background: #000;
      color: #fff; }

.home_contact_form, .estate_form {
  padding: 60px 0px; }

.home_contact_form h2, .estate_form h2 {
  text-align: center; }

.home_contact_form h3, .estate_form h3 {
  text-decoration: none; }

.home_contact_form button, .home_contact_form input[type="submit"] {
  float: right;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  background: #00519d;
  padding: 15px 30px;
  border: thin solid #00519d;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

.estate_form button, .estate_form input[type="submit"] {
  float: right;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  background: #00519d;
  padding: 15px 30px;
  border: thin solid #00519d;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

.home_contact_form button:hover, .home_contact_form input[type="submit"]:hover {
  background: #000;
  color: #fff;
  border: thin solid #000; }

.estate_form button:hover, .estate_form input[type="submit"]:hover {
  background: #000;
  color: #fff;
  border: thin solid #000; }

.home_contact_form button.hvr-ripple-out:before, .home_contact_form input[type="submit"].hvr-ripple-out:before {
  border: thin solid #000; }

.estate_form button.hvr-ripple-out:before, .estate_form input[type="submit"].hvr-ripple-out:before {
  border: thin solid #000; }

.home_contact_form button.hvr-ripple-out:hover:before, .home_contact_form input[type="submit"].hvr-ripple-out:hover:before {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  border: #000 solid 1px; }

.estate_form button.hvr-ripple-out:hover:before, .estate_form input[type="submit"].hvr-ripple-out:hover:before {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  border: #000 solid 1px; }

.home_contact_form form, .estate_form form {
  display: block;
  margin-top: 15px; }

.home_contact_form form fieldset, .estate_form form fieldset {
  border: none; }

.contact-product {
  background: #f4f2f2;
  padding: 20px; }

.estate_form {
  padding: 0px 0px; }

#first-time {
  display: none !important; }

.estate_contact_person {
  position: relative; }
  .estate_contact_person figure img {
    opacity: 1;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .estate_contact_person div.info {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: rgba(0, 81, 151, 0.54);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    color: #fff;
    z-index: 1000; }
    .estate_contact_person div.info p {
      color: #fff;
      text-align: center;
      margin: 0px; }
    .estate_contact_person div.info h3 {
      color: #fff;
      text-align: center;
      margin: 0px;
      font-weight: bold; }

.inside_content_right p a {
  display: inline-block;
  color: #000; }
.inside_content_right a {
  display: block;
  border: thin solid #d8d8d8;
  color: #666;
  font-size: 11px;
  padding: 9px 15px;
  min-width: 160px;
  text-align: Center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 160px;
  margin-top: 15px; }
  .inside_content_right a:hover {
    background: #000;
    color: #fff; }

.form_search {
  margin-bottom: 80px;
  position: absolute;
  background: transparent;
  z-index: 3000;
  width: 100%;
  left: 0px;
  top: 160px; }
  .form_search .formElement {
    padding: 0px 2px; }
    .form_search .formElement select.form-control {
      font-size: 13px;
      color: #999 !important; }
    .form_search .formElement .select_box {
      margin-top: 0px; }
    .form_search .formElement button {
      background: #1f6cff;
      color: #fff;
      font-size: 13px;
      height: 44px;
      border: none;
      width: 100%; }

.form_search.stick_form {
  padding-bottom: 0px;
  position: fixed;
  top: 84px;
  background: #fff;
  border-bottom: thin solid #d8d8d8; }

#api_results {
  position: relative;
  padding-top: 5px; }
  #api_results section {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    overflow: hidden; }
    #api_results section a {
      display: block;
      outline: 0;
      border: none;
      text-decoration: none; }
      #api_results section a h3 {
        color: #000;
        font-size: 13px; }
      #api_results section a h2, #api_results section a h3, #api_results section a h4, #api_results section a h5 {
        margin-top: 15px;
        margin-bottom: 0px;
        display: block; }
      #api_results section a h2, #api_results section a h3, #api_results section a h4, #api_results section a h5, #api_results section a p {
        border: none;
        outline: 0;
        text-decoration: none; }
      #api_results section a figure {
        background: #eee;
        margin: 0px;
        height: 310px; }
        #api_results section a figure img {
          height: 100%;
          display: block;
          margin: 0 auto; }
      #api_results section a div.price {
        padding-top: 0px; }
        #api_results section a div.price h5 {
          font-size: 20px;
          color: #1f6cff;
          text-align: left;
          font-weight: bold; }
      #api_results section a h4 {
        margin-bottom: 0px;
        margin-top: 0px;
        font-size: 11px; }
  #api_results .tag {
    position: absolute;
    top: 3px;
    left: 0px;
    z-index: 1000; }
    #api_results .tag label {
      color: #fff;
      font-size: 12px;
      padding: 7px 15px; }
      #api_results .tag label.uk-badge-notification {
        background: #0071ff;
        border-radius: 0px; }

figure {
  position: relative;
  overflow: hidden; }
  figure:before {
    display: none;
    content: '';
    background: #fff;
    width: 100%;
    height: 0%;
    position: absolute;
    z-index: 2;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    /* easeOutCubic */
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    /* easeOutCubic */ }
  figure img {
    position: relative;
    z-index: 1;
    opacity: 1;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    /* easeOutCubic */
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    /* easeOutCubic */ }

.formElement {
  position: relative;
  margin-bottom: 15px !important; }
  .formElement label {
    display: block;
    font-size: 13px;
    color: #999;
    margin-bottom: 5px; }
  .formElement .form-control {
    display: block;
    border: thin solid #d8d8d8;
    position: relative;
    color: #000;
    height: 44px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    padding: 5px 15px;
    width: 100%;
    outline: 0; }
    .formElement .form-control:focus {
      border: thin solid #000;
      outline: 0; }
  .formElement select.form-control {
    width: 100%;
    height: 44px;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
    padding: 0px;
    margin-top: -2px;
    position: absolute;
    top: 0px;
    left: 15px;
    z-index: 110; }
    .formElement select.form-control:focus {
      border: none; }
  .formElement textarea.form-control {
    height: 150px;
    padding: 15px 15px; }
  .formElement .select_box {
    margin-top: 36px;
    position: relative;
    border: thin solid #d8d8d8;
    background: #fff;
    width: 100%;
    height: 44px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px; }
    .formElement .select_box label {
      margin-top: -20px; }
    .formElement .select_box:after {
      width: 20px;
      height: 32px;
      padding-top: 9px;
      position: absolute;
      z-index: 100;
      right: 0px;
      top: 5px;
      cursor: pointer;
      content: "\f0d7";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased; }

div.info_icons {
  padding-top: 6px; }
  div.info_icons .field-label {
    display: none; }
  div.info_icons > div {
    display: inline-block;
    position: relative;
    margin-right: 15px;
    color: #000;
    text-align: center;
    border-right: thin solid #d8d8d8; }
    div.info_icons > div span {
      display: block;
      padding-top: 3px;
      font-size: 12px;
      float: left;
      color: #333;
      margin-right: 15px; }
    div.info_icons > div i {
      display: block;
      margin-right: 7px;
      font-size: 20px;
      color: #333;
      float: left; }
div.price {
  padding-top: 15px; }
  div.price h5 {
    font-size: 26px;
    color: #00519d;
    text-align: left;
    font-weight: bold; }

#footer_map {
  width: 100%;
  position: relative;
  height: 460px; }
  #footer_map #map_canvas {
    position: relative;
    height: 460px; }

#single_product {
  padding: 100px 0px 0px 0px !important; }
  #single_product h2 {
    color: #00519d;
    margin: 0px 0px 15px 0px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold; }
    #single_product h2 span {
      text-transform: none;
      color: #666;
      font-size: 24px; }
  #single_product div.price {
    padding: 0px; }
    #single_product div.price h5 {
      text-align: right; }
  #single_product .product_info {
    padding: 15px 15px 0px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    border-top: none;
    border-bottom: thin solid #d8d8d8;
    border-right: thin solid #d8d8d8;
    border-left: thin solid #d8d8d8; }
  #single_product .product_desc {
    padding: 15px 0px; }

#product_details_tab ul.uk-subnav li {
  display: inline-block;
  margin: 0px;
  padding: 0px; }
  #product_details_tab ul.uk-subnav li a {
    display: block;
    padding: 15px 15px;
    color: #00519d;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    border-top: thin solid #d8d8d8;
    border-right: thin solid #d8d8d8;
    border-left: thin solid #d8d8d8;
    border-bottom: thin solid #d8d8d8;
    background: #fff;
    margin-left: -2px; }
    #product_details_tab ul.uk-subnav li a:hover {
      background: #00519d;
      color: #fff; }
  #product_details_tab ul.uk-subnav li:first-child a {
    margin: 0px; }
  #product_details_tab ul.uk-subnav li.uk-active a {
    background: #fff;
    color: #666;
    border-bottom: thin solid #fff; }
#product_details_tab ul#product_tabs h3 {
  font-size: 16px;
  color: #000;
  border-bottom: thin solid #fff; }
#product_details_tab ul#product_tabs h2 {
  margin: 0px 0px 15px 0px; }
#product_details_tab ul#product_tabs p {
  font-size: 14px; }
#product_details_tab ul#product_tabs a.uk-button {
  display: block;
  border: thin solid #d9d9d9;
  text-align: center;
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
  padding: 9px 30px;
  box-sizing: border-box;
  text-decoration: none;
  float: none;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease; }
  #product_details_tab ul#product_tabs a.uk-button:hover {
    background: #000;
    color: #fff; }
#product_details_tab table.uk-table-bordered {
  border: none;
  width: 100%; }
  #product_details_tab table.uk-table-bordered tbody {
    border: none; }
  #product_details_tab table.uk-table-bordered tr td {
    font-weight: bold;
    margin: 0px;
    border: none;
    border-collapse: collapse;
    padding: 5px 0px;
    text-align: left; }
    #product_details_tab table.uk-table-bordered tr td .field-label {
      float: left;
      margin-right: 15px; }
    #product_details_tab table.uk-table-bordered tr td .field-items {
      float: left; }
    #product_details_tab table.uk-table-bordered tr td:last-child {
      padding-left: 0px;
      font-weight: normal; }

#drag_slider img, #drag_slider .image_before img {
  width: 100%; }

.call {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #000;
  border-radius: 0px 0px 0px 50px;
  padding: 5px 15px 5px 30px; }
  .call ul {
    margin: 0px;
    padding: 0px; }
    .call ul li {
      list-style: none; }
      .call ul li span {
        display: inline-block;
        color: #fff;
        float: left;
        padding-top: 8px; }
      .call ul li p {
        float: right;
        text-align: left;
        margin: 0px;
        line-height: 1em; }
      .call ul li a {
        color: #fff;
        text-align: left;
        text-decoration: none;
        float: right;
        padding: 7px 7px;
        display: inline-block; }
        .call ul li a:hover {
          background: transparent;
          color: #eee; }

#product_images_wrapper {
  position: relative; }
  #product_images_wrapper .product_image_info {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 800;
    padding: 15px 15px 15px 15px;
    width: 100%;
    box-sizing: border-box; }
    #product_images_wrapper .product_image_info p {
      color: #fff;
      text-transform: uppercase;
      float: left;
      font-size: 16px;
      font-weight: bold;
      margin: 0px;
      padding-top: 4px; }
    #product_images_wrapper .product_image_info .uk-width-medium-1-2:last-child p {
      text-align: right; }
    #product_images_wrapper .product_image_info .uk-width-medium-1-2:last-child a.uk-button {
      border-radius: 3px;
      background: #fff;
      float: right;
      font-size: 13px;
      color: #666; }
      #product_images_wrapper .product_image_info .uk-width-medium-1-2:last-child a.uk-button i.fa {
        display: inline-block;
        color: #00519d; }

#product_images {
  height: 560px;
  background: #f2f2f2; }
  #product_images .swiper-wrapper {
    height: 100%; }
    #product_images .swiper-wrapper .swiper-slide {
      height: 100%; }
      #product_images .swiper-wrapper .swiper-slide div {
        height: 100%; }
        #product_images .swiper-wrapper .swiper-slide div div {
          height: 100%; }
          #product_images .swiper-wrapper .swiper-slide div div img {
            padding-top: 65px;
            margin: 0 auto;
            display: block; }

.swiper-container-vertical {
  background: #f2f2f2; }

#vertical_thumbs {
  padding: 0px 0px 0px 30px;
  margin-top: 44px; }
  #vertical_thumbs .swiper-container {
    height: 547px; }
  #vertical_thumbs img {
    cursor: pointer;
    height: 100%;
    margin: 0 auto;
    display: block;
    border: none;
    opacity: .5;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  #vertical_thumbs .swiper-slide {
    height: 133px;
    overflow: hidden;
    box-sizing: border-box;
    border: 3px solid #fff; }
    #vertical_thumbs .swiper-slide.active img {
      opacity: 1; }
  #vertical_thumbs .swiper-slide.active {
    border: 3px solid #00519d; }

.nextImage,
.prevImage {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .nextImage a,
  .prevImage a {
    display: block;
    background: #d8d8d8;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    height: 51px;
    text-align: center;
    padding-top: 4px;
    box-sizing: border-box;
    margin-top: 7px; }
    .nextImage a:hover,
    .prevImage a:hover {
      background: #00519d; }
  .nextImage .fa,
  .prevImage .fa {
    font-size: 44px; }

.prevImage a {
  margin-top: 0px;
  margin-bottom: 7px; }

.prevSlide,
.nextSlide {
  width: 64px;
  height: 64px;
  top: 50%;
  margin-top: -32px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-decoration: none;
  outline: 0;
  display: block;
  cursor: pointer;
  position: absolute;
  z-index: 4000;
  padding: 10px 21px;
  box-sizing: border-box;
  transition: 0.3s ease; }
  .prevSlide .fa,
  .nextSlide .fa {
    color: #fff;
    font-size: 44px; }
  .prevSlide:hover,
  .nextSlide:hover {
    background: black; }

.nextSlide {
  right: 0px;
  left: auto; }

#admin-menu {
  z-index: 1000000; }

figure.wipe:before {
  content: '';
  width: 0%;
  height: 100%; }
figure.wipe img {
  opacity: 1;
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

footer {
  position: relative;
  z-index: 1;
  padding: 60px 0px;
  background: #222; }
  footer h3 {
    text-transform: uppercase;
    color: #999;
    text-align: left;
    font-size: 22px;
    margin: 0px 0px 15px 0px;
    font-family: 'Arial Narrow'; }
  footer ul {
    margin: 0px;
    padding: 0px; }
    footer ul.links {
      margin: 0px;
      padding: 0px; }
    footer ul li, footer ul.links li {
      list-style: none; }
    footer ul li a, footer ul.links li a {
      color: #999;
      font-size: 13px;
      display: block;
      padding: 3px 15px 3px 0px;
      font-family: 'Arial Narrow';
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
    footer ul li a:hover, footer ul.links li a:hover {
      color: #fff;
      text-decoration: none; }
    footer ul li.active a, footer ul.links li.active a {
      color: #999; }
  footer .footer_contact a {
    padding: 7px 0px;
    border-bottom: thin solid #d8d8d8; }

section.footer_space {
  position: relative; }

footer.fixed {
  position: relative;
  width: 100%;
  bottom: 0px; }

#auth_box {
  width: 400px; }
  #auth_box h2.title {
    padding: 0px;
    margin: 0px; }
  #auth_box h1#the_logo {
    background: #000;
    padding: 30px; }

#middle_part {
  padding: 30px !important; }
  #middle_part form label {
    font-size: 14px;
    margin-bottom: 5px;
    color: #666; }
  #middle_part form input[type="text"], #middle_part form input[type="password"] {
    width: 100%;
    display: block;
    border: thin solid #ccc;
    height: 44px;
    padding: 5px 15px;
    background: #f1f1f1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px;
    font-weight: bold;
    font-size: 16px; }
  #middle_part form input[type="text"]:focus, #middle_part form input[type="password"]:focus {
    background: #fff;
    border: thin solid #000; }
  #middle_part form input[type="submit"] {
    display: block;
    border: none;
    background: #000;
    color: #fff;
    height: 44px;
    width: 100%;
    font-size: 14px;
    border: thin solid #000;
    font-weight: bold; }
    #middle_part form input[type="submit"]:hover {
      background: #fff;
      color: #000;
      border: thin solid #000; }

.register_link a, .login_link a, .password_link a, .back_link a {
  display: block;
  border: thin solid #d8d8d8;
  color: #666;
  padding: 7px 15px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 15px; }

.register_link a:hover, .login_link a:hover, .password_link a:hover, .back_link a:hover {
  background: #000;
  color: #fff; }

#admin-menu {
  z-index: 9999; }

a.block-edit-btn {
  border-radius: 4px;
  width: 66px;
  height: 24px;
  line-height: normal;
  /* float: right; */
  /* position: absolute; */
  /* right: 15px; */
  background: orange;
  color: white;
  /* border: thin solid orange; */
  border: none; }

section.content_body .services_list {
  min-height: auto; }
section.content_body .inside_content_right {
  padding: 30px 0px 60px 30px; }

#product_images {
  height: 600px; }

#single_product div.price h5 {
  padding-top: 10px; }
  #single_product div.price h5 .field-name-field-estate-price {
    float: left; }

#product_details_tab ul#product_tabs h3 {
  padding-top: 30px; }

.estate_form input[type="submit"] {
  width: 100%; }

.vjs-control-bar {
  display: none; }

/**
testing...
**/
#mobile_menu {
  position: absolute;
  right: 10px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  top: 10px; }
  #mobile_menu span.fa {
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding-top: 10px;
    display: block; }

#new_search_form {
  position: relative;
  padding-left: 35px; }
  #new_search_form div.uk-width-medium-1-5 {
    padding-left: 0px; }
  #new_search_form .form-grid-wrap > div {
    padding-left: 0px; }
  #new_search_form .input_radios {
    position: relative;
    margin-left: -35px; }
    #new_search_form .input_radios .to_buy,
    #new_search_form .input_radios .to_sell {
      float: left;
      width: 160px;
      height: 44px;
      color: #fff;
      position: relative;
      padding-top: 13px;
      font-size: 13px;
      box-sizing: border-box;
      text-align: center;
      background: rgba(0, 0, 0, 0.6);
      text-transform: uppercase;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
      #new_search_form .input_radios .to_buy:after,
      #new_search_form .input_radios .to_sell:after {
        position: absolute;
        left: 50%;
        margin-left: -8px;
        bottom: -5px;
        content: '';
        width: 10px;
        height: 10px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        display: block;
        background: rgba(25, 98, 168, 0.9);
        opacity: 0;
        -webkit-transition: 0.1s ease;
        -moz-transition: 0.1s ease;
        -ms-transition: 0.1s ease;
        -o-transition: 0.1s ease;
        transition: 0.1s ease; }
      #new_search_form .input_radios .to_buy input[type="radio"],
      #new_search_form .input_radios .to_sell input[type="radio"] {
        opacity: 0;
        width: 160px;
        z-index: 200;
        cursor: pointer;
        position: absolute;
        height: 44px;
        left: 0px;
        top: 0px; }
    #new_search_form .input_radios .to_buy.active,
    #new_search_form .input_radios .to_sell.active {
      font-weight: bold;
      background: rgba(25, 98, 168, 0.9); }
      #new_search_form .input_radios .to_buy.active:after,
      #new_search_form .input_radios .to_sell.active:after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 1; }
  #new_search_form .select_wrapper {
    margin-top: 0px;
    position: relative; }
    #new_search_form .select_wrapper select {
      height: 44px;
      padding-left: 44px;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    #new_search_form .select_wrapper span.fa {
      z-index: 3500;
      width: 44px;
      height: 44px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      top: 0px;
      left: 0px;
      text-align: center;
      padding-top: 10px;
      color: #999; }
      #new_search_form .select_wrapper span.fa img {
        width: 18px; }
    #new_search_form .select_wrapper span.svg-bed {
      padding-top: 14px; }
      #new_search_form .select_wrapper span.svg-bed img {
        width: 19px; }
    #new_search_form .select_wrapper span.add_city {
      width: 30px;
      display: none;
      height: 30px;
      background: #333333;
      color: #fff;
      font-size: 11px;
      font-weight: bold;
      position: absolute;
      right: 7px;
      top: 7px;
      z-index: 5000;
      text-align: center;
      padding-top: 8px;
      cursor: pointer;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      #new_search_form .select_wrapper span.add_city:hover {
        background: #000; }
    #new_search_form .select_wrapper #select_bedrooms-button,
    #new_search_form .select_wrapper #to_sell_buy-button,
    #new_search_form .select_wrapper #select_estate-button {
      width: 100%;
      border-radius: 0px;
      background: #fff;
      padding: 0px;
      height: 44px;
      padding-left: 44px;
      box-sizing: border-box;
      padding-right: 10px;
      padding-top: 12px;
      font-family: "Lato", sans-serif;
      border: thin solid #f1f1f1;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      #new_search_form .select_wrapper #select_bedrooms-button:hover,
      #new_search_form .select_wrapper #to_sell_buy-button:hover,
      #new_search_form .select_wrapper #select_estate-button:hover {
        background: #fff; }
    #new_search_form .select_wrapper #to_sell_buy-button {
      padding-left: 10px; }
  #new_search_form .input_wrap {
    position: relative; }
    #new_search_form .input_wrap span.fa {
      z-index: 200;
      width: 44px;
      height: 44px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      top: 0px;
      left: 0px;
      text-align: center;
      padding-top: 10px;
      color: #999; }
      #new_search_form .input_wrap span.fa img {
        width: 16px; }
    #new_search_form .input_wrap span.fa-location-pin {
      top: 15px; }
    #new_search_form .input_wrap span.fa-euro {
      top: 4px;
      text-align: Center; }
  #new_search_form input[type="text"] {
    height: 44px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 0px;
    padding-left: 44px;
    font-family: "Lato", sans-serif;
    padding-top: 0px;
    color: #454545;
    border: thin solid #f1f1f1; }
  #new_search_form button[type="submit"] {
    width: 100%;
    color: #fff;
    background: #31a026;
    text-align: center;
    display: block;
    font-size: 13px;
    border: none;
    height: 44px;
    outline: 0;
    margin-top: 0px; }
    #new_search_form button[type="submit"]:hover {
      background: #1962a8; }

a#price_sorting {
  float: right;
  font-size: 12px; }

a#price_sorting.active {
  background: orange;
  color: #fff; }

.search_results_info {
  padding-top: 15px; }
  .search_results_info p {
    float: left; }

#select_bedrooms-menu li,
#select_estate-menu li {
  text-align: Center;
  font-family: "Lato", sans-serif; }

#kind_of_estates {
  background: #fff;
  padding: 0px 0px 8px 0px;
  display: none; }
  #kind_of_estates table {
    width: 100%; }
  #kind_of_estates table tr td {
    cursor: pointer;
    padding: 5px 15px 5px 15px;
    background: #fff;
    -webkit-transition: 0.1s ease;
    -moz-transition: 0.1s ease;
    -ms-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    transition: 0.1s ease;
    font-family: "Lato", sans-serif; }
    #kind_of_estates table tr td span {
      font-size: 13px; }
    #kind_of_estates table tr td div.checkbox {
      width: 20px;
      height: 20px;
      border: thin solid #999;
      position: relative;
      margin-right: 15px;
      float: left; }
      #kind_of_estates table tr td div.checkbox:after {
        content: '\f00c';
        font: normal normal normal 14px/1 FontAwesome;
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 16px;
        height: 16px;
        z-index: 50;
        color: #222;
        font-size: 10px;
        opacity: 0;
        text-align: center;
        padding-top: 4px;
        padding-left: 3px; }
      #kind_of_estates table tr td div.checkbox input {
        position: absolute;
        opacity: 0;
        width: 20px;
        height: 20px;
        z-index: 100; }
    #kind_of_estates table tr td:hover {
      background: #222;
      color: #fff; }
  #kind_of_estates table tr td.selected {
    background: #222;
    color: #fff; }
    #kind_of_estates table tr td.selected div.checkbox:after {
      opacity: 1;
      color: #fff; }

#select_estate-menu li {
  text-align: left;
  text-transform: uppercase; }

.uk-pagination {
  margin: 0px; }

.uk-pagination > .uk-active > span {
  background: #000; }

.ui-front {
  z-index: 3000; }

#select_estate-menu {
  display: none; }

.ui-menu .ui-menu-item-wrapper {
  padding: 8px 15px;
  font-size: 13px; }

.ui-state-active, .ui-widget-content .ui-state-active {
  background: #222;
  color: #fff;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  padding: 8px 15px; }

#ui-id-1 {
  overflow: scroll; }
  #ui-id-1 li {
    font-family: "Lato", sans-serif;
    font-size: 13px;
    text-transform: uppercase; }

.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: thin solid #d8d8d8 !important;
  border-radius: 0px !important;
  height: 44px !important;
  padding-left: 40px; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0px 36px 0px 5px;
  min-height: 42px;
  background: #fff;
  height: 42px; }

.select2-selection__rendered.active {
  height: auto !important; }

.select2-container--default .select2-search--inline .select2-search__field {
  height: 42px;
  margin: 0px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-right: 5px;
  margin-top: 6px;
  padding: 6px 9px;
  background: #666;
  color: #fff;
  border-radius: 0px;
  font-size: 13px; }

.select2-results__options li {
  font-size: 13px; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #000;
  color: #fff; }

.select2-container {
  z-index: 3000; }

.max_amount {
  width: 182px; }

.search_btn {
  width: 44px;
  float: right; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 240px;
  background: transparent;
  border: none;
  overflow: hidden; }

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 240px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #000; }

.pace.pace-inactive {
  display: none; }

@media (max-width: 420px) {
  .home_block_agency h3 {
    margin-top: 20px; }
  .home_block_agency .uk-grid {
    padding-bottom: 30px; }
    .home_block_agency .uk-grid:nth-child(even) .uk-width-medium-1-2:first-child {
      float: left;
      left: 0%;
      position: relative; }
    .home_block_agency .uk-grid:nth-child(even) .uk-width-medium-1-2:last-child {
      float: right;
      left: 0%;
      position: relative; } }
@media (max-width: 767px) {
  body {
    padding: 0px !important; }

  header {
    background: #000;
    position: relative;
    height: 64px;
    overflow: hidden;
    transition: 0.3s ease; }
    header ul.links {
      padding: 0px;
      opacity: 0;
      transition: 0.1s ease; }
      header ul.links li {
        display: block;
        margin: 5px 0px; }
        header ul.links li a {
          font-size: 15px; }
    header #language {
      position: relative;
      width: 100%;
      text-align: center;
      top: auto;
      left: auto;
      right: auto; }
      header #language ul {
        padding: 0px;
        margin-top: 15px; }
        header #language ul li a {
          font-size: 14px;
          outline: 0; }
    header .call {
      position: relative;
      padding: 15px;
      text-align: center;
      background: transparent; }

  header.dark #language {
    position: relative;
    top: auto;
    left: auto;
    right: auto; }

  header.expanded {
    height: 440px; }
    header.expanded ul.links {
      opacity: 1; }

  #bridge_intro div.info h2 {
    font-size: 20px;
    letter-spacing: 0em; }

  #bridge_intro {
    position: relative; }

  #bridge_intro div.info a {
    display: none; }

  .home_block_agency h2 {
    padding: 15px 0px;
    font-size: 24px; }

  .home_block_agency .uk-grid:nth-child(even) section h3,
  .home_block_agency .uk-grid:nth-child(even) section p {
    text-align: left; }

  .home_block_agency .uk-grid:nth-child(even) section a {
    float: left; }

  header a.header_logo,
  header a.header_logo_dark {
    width: 120px; }

  #api_results section a figure {
    height: auto;
    background: #d8d8d8; }

  #api_results section a figure {
    padding: 0px; }

  #api_results section a figure img {
    height: auto;
    width: 100%; }

  #api_results section a h4 {
    margin: 0px; }

  #api_results section {
    margin-bottom: 15px; }

  #inside #bridge_intro {
    display: none; }

  .form_search {
    margin-bottom: 30px;
    top: 70px; }

  .form_search.stick_form {
    padding-bottom: 0px;
    position: relative;
    top: 70px;
    background: #fff;
    border-bottom: thin solid #d8d8d8; } }
/*# sourceMappingURL=main.css.map */

/*# sourceMappingURL=main.css.map */
