/* roboto-regular - greek_latin_greek-ext */
@font-face {
  font-family: 'MyRoboto';
  font-style: normal;
  font-weight: 400;
  src: url("/website/assets/fonts/roboto-v18-greek_latin/roboto-v18-greek_latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("MyRoboto"), url("/website/assets/fonts/roboto-v18-greek_latin/roboto-v18-greek_latin-regular.eot?#iefix") format("embedded-opentype"), url("/website/assets/fonts/roboto-v18-greek_latin/roboto-v18-greek_latin-regular.woff2") format("woff2"), url("/website/assets/fonts/roboto-v18-greek_latin/roboto-v18-greek_latin-regular.woff") format("woff"), url("/website/assets/fonts/roboto-v18-greek_latin/roboto-v18-greek_latin-regular.ttf") format("truetype"), url("/website/assets/fonts/roboto-v18-greek_latin/roboto-v18-greek_latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */ }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'MyRoboto';
    src: url("/website/assets/fonts/roboto-v18-greek_latin/roboto-v18-greek_latin-regular.svg#Roboto") format("svg");
    /* Legacy iOS */ } }
/*------------------------------------*\
  #VARIABLES
\*------------------------------------*/
/*------------------------------------*\
  #HEADER
\*------------------------------------*/
@media (max-width: 767px) {
  .navbar {
    min-height: 90px; } }

.navbar-inverse {
  background-color: #000000; }
  @media (max-width: 991px) and (min-width: 768px) {
    .navbar-inverse .container-fluid {
      padding: 0 35px; } }
  .navbar-inverse .container-fluid .navbar-left li a {
    padding: 13px 8px; }
  .navbar-inverse .container-fluid .navbar-right {
    margin-right: 120px !important; }

.language_container {
  position: absolute;
  top: 0;
  right: 45px;
  padding: 10px 15px;
  z-index: 9999; }
  @media (max-width: 991px) and (min-width: 768px) {
    .language_container {
      right: 20px; } }
  @media (max-width: 767px) {
    .language_container {
      top: 0;
      right: 30px;
      padding: 19px 0; } }
  @media (max-width: 767px) {
    .language_container .dropdown {
      margin: 12px 0; } }
  .language_container .dropdown img {
    width: 20px;
    cursor: pointer; }
    @media (max-width: 767px) {
      .language_container .dropdown img {
        width: 25px;
        margin-top: 1px; } }
  .language_container .dropdown .dropdown-toggle {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    opacity: .8; }
    @media (max-width: 767px) {
      .language_container .dropdown .dropdown-toggle {
        display: none; } }
  .language_container .dropdown .dropdown-menu {
    background-color: #838894;
    min-width: 0;
    border-radius: 2px; }
    @media (max-width: 767px) {
      .language_container .dropdown .dropdown-menu {
        left: auto;
        right: 0;
        margin-top: 5px; } }
    .language_container .dropdown .dropdown-menu li a {
      color: #fff;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 2px;
      opacity: .8; }
      .language_container .dropdown .dropdown-menu li a.active {
        opacity: 1;
        background-color: #9297a0; }
      .language_container .dropdown .dropdown-menu li a:hover {
        opacity: 1;
        background-color: #9297a0; }

.navbar-default {
  background-color: #31312f !important;
  border-color: #31312f !important; }
  @media (max-width: 767px) {
    .navbar-default {
      height: 90px !important; } }
  @media (max-width: 767px) {
    .navbar-default .container-fluid .navbar-header {
      padding: 19px 0; } }
  .navbar-default .container-fluid .navbar-header .navbar-toggle {
    margin: 7px 58px 7px 0; }
    @media (max-width: 767px) {
      .navbar-default .container-fluid .navbar-header .navbar-toggle .icon-bar {
        width: 27px; } }
  .navbar-default .container-fluid .navbar-header .navbar-brand {
    width: 185px;
    height: 50px;
    background: url(/website/images/logo.png) no-repeat center; }
    @media (max-width: 767px) {
      .navbar-default .container-fluid .navbar-header .navbar-brand {
        width: 126px;
        background: url(/website/images/logo_mobile.png) no-repeat center; } }
  @media (min-width: 768px) {
    .navbar-default .container-fluid .navbar-right {
      width: calc(100% - 125px); } }
  .navbar-default .container-fluid .navbar-right li a {
    font-size: 13px;
    color: #ffffff; }

.navbar-fixed-top {
  background: rgba(49, 49, 47, 0.8) !important;
  min-height: 80px;
  height: 80px !important; }
  @media (min-width: 768px) {
    .navbar-fixed-top .navbar-right {
      width: calc(100% - 159px) !important; } }

.main-carousel:after {
  display: none; }
.main-carousel .item {
  height: 700px;
  background-attachment: unset; }
  .main-carousel .item:after {
    display: none; }
  @media (max-width: 767px) {
    .main-carousel .item {
      height: 100%;
      min-height: 250px; } }
  .main-carousel .item .carousel-caption {
    top: 45%;
    -webkit-transform: translate(-50%, -45%);
    transform: translate(-50%, -45%); }
    @media (max-width: 767px) {
      .main-carousel .item .carousel-caption h1 {
        font-size: 24px; } }
    .main-carousel .item .carousel-caption h6, .main-carousel .item .carousel-caption h1 {
      font-family: "MyRoboto";
      padding: 4px 0; }
    .main-carousel .item .carousel-caption .price {
      color: #ffffff !important;
      -webkit-text-fill-color: #ffffff;
      cursor: auto; }
.main-carousel .carousel-indicators {
  top: 45%;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%); }
.main-carousel .carousel-control.left {
  top: calc(45% - 85px); }
.main-carousel .carousel-control.right {
  bottom: calc(54% - 85px); }

.page-title.jarallax:after {
  display: none; }
.page-title.jarallax .title {
  color: #ffffff !important;
  margin-top: 0; }
  @media (max-width: 767px) {
    .page-title.jarallax .title {
      font-size: 24px; } }

#mapid {
  height: 360px; }

/*------------------------------------*\
  #BODY
\*------------------------------------*/
.subscribe-section {
  margin-bottom: 0; }

body {
  font-family: "MyRoboto" !important;
  color: #31312f !important; }
  body .title-section h1 {
    color: #31312f;
    font-family: "MyRoboto";
    padding: 4px 0; }
    @media (max-width: 767px) {
      body .title-section h1 {
        font-size: 22px; } }
  @media screen and (max-width: 767px) {
    body .search-section .title-section {
      padding: 35px 30px 30px; } }
  body .search-label, body .btn, body .slide-info {
    font-family: "MyRoboto"; }
  body .property-title {
    font-family: "MyRoboto";
    color: #31312f; }
  body .title {
    font-family: "MyRoboto";
    padding-top: 7px !important;
    padding-bottom: 4px !important; }
  body .property-status {
    font-family: "MyRoboto";
    padding-bottom: 2px;
    background-color: #31312f; }
  body .btn-primary {
    background: #31312f;
    border-color: #31312f;
    margin-top: 30px !important; }
  body .price, body .price-prefix, body .property-meta, body .property-type .fa, body .title, body .search-label {
    color: #31312f; }
  body .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #31312f !important; }
  body .property-inline .btn {
    background-color: #31312f;
    border-color: #31312f; }
    body .property-inline .btn:hover {
      background-color: #ffffff;
      color: #31312f; }
  body .amenities-list, body .features-list {
    color: #31312f; }
  body .property-description p {
    font-size: 15px; }

#hide_email b {
  display: none; }

.loader-icon {
  width: auto;
  height: 85px; }

/*------------------------------------*\
  #FOOTER
\*------------------------------------*/
.page-footer {
  background-color: #31312f !important; }
  .page-footer .fixed-copyright span > a {
    font-size: 10.5px;
    text-decoration: none; }
  @media (max-width: 767px) {
    .page-footer .footer-widgets .row .col-lg-3:first-child .widget {
      margin-bottom: 17px; } }
  @media (max-width: 767px) {
    .page-footer .footer-widgets .row .col-lg-3 .widget {
      margin-bottom: 0; } }
  .page-footer .footer-widgets .row .col-lg-3 .widget-title {
    font-family: "MyRoboto";
    padding-top: 4px;
    padding-bottom: 5px; }
  .page-footer .fixed-copyright {
    background-color: #000000;
    width: calc(100% + 60px);
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
    .page-footer .fixed-copyright .flexbox {
      padding: 12px 15px;
      text-align: center;
      margin: auto;
      text-transform: uppercase;
      -webkit-box-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -ms-flex-pack: center;
      /*IE 10*/
      -webkit-justify-content: center;
      justify-content: center; }
      @media (max-width: 492px) {
        .page-footer .fixed-copyright .flexbox {
          max-width: 300px; } }

/*------------------------------------*\
  #HOME-PAGE
\*------------------------------------*/
#home_page .search-section .title-section {
  -webkit-transform: translateY(-60px); }
#home_page .search-section #home_search_properties_form .col-lg-4:first-child {
  padding-left: 30px; }
#home_page .search-section #home_search_properties_form .col-lg-4:last-child {
  padding-right: 30px; }
#home_page .home_text {
  margin: 60px 0 0; }
  #home_page .home_text .property-description {
    margin-bottom: 0; }
    #home_page .home_text .property-description p:last-child {
      margin-bottom: 0; }
#home_page .featured-properties .title-section {
  margin: 50px 0 60px; }
@media (max-width: 767px) {
  #home_page .property-bg {
    height: 186px; } }
@media (max-width: 991px) and (min-width: 768px) {
  #home_page .property-bg {
    height: 210px; } }
#home_page .property-item-holder .property-title {
  margin-top: 0; }
  #home_page .property-item-holder .property-title.first_title {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 15px; }
    #home_page .property-item-holder .property-title.first_title:after {
      content: none; }
#home_page .category h1 {
  font-family: "MyRoboto";
  padding: 4px 0; }

/*------------------------------------*\
  #PROPERTIES-PAGE
\*------------------------------------*/
#properties_page .listings-controls {
  flex-wrap: wrap; }
  @media (max-width: 991px) and (min-width: 768px) {
    #properties_page .listings-controls .sort-controls:last-child {
      margin-top: 30px; } }
  @media (max-width: 767px) {
    #properties_page .listings-controls .sort-controls {
      margin-bottom: 30px; }
      #properties_page .listings-controls .sort-controls:last-child {
        margin-bottom: 0; } }
  #properties_page .listings-controls .sort-controls b.control_title {
    font-family: "MyRoboto";
    color: #31312f; }
  #properties_page .listings-controls .pagination_list {
    margin-bottom: 0;
    height: 50px; }
    #properties_page .listings-controls .pagination_list li {
      display: inline-block;
      border: 2px solid #e5e7ea;
      width: 50px;
      height: 50px;
      text-align: center;
      padding: 14px 0;
      cursor: pointer;
      margin: 0 1px; }
      #properties_page .listings-controls .pagination_list li.active {
        color: white;
        background-color: #e5e7ea; }
      @media (max-width: 1200px) {
        #properties_page .listings-controls .pagination_list li {
          width: 40px; } }
@media (max-width: 767px) {
  #properties_page .property .property-meta {
    padding: 0 15px; } }
#properties_page .property .property-meta .land_property {
  float: left;
  text-align: left; }

/*------------------------------------*\
  #CONTACT-PAGE
\*------------------------------------*/
.contact-section {
  z-index: 1000; }
  .contact-section .title-section {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-transform: translateY(-60px); }
  .contact-section .error_label {
    margin-top: 5px;
    color: red !important;
    font-size: 11px !important; }
  .contact-section .contact-form label {
    font-family: "MyRoboto";
    color: #31312f; }
  .contact-section #form-messages {
    -webkit-transform: scaleY(0);
    -webkit-transform-origin: top; }

/*------------------------------------*\
  #SIDEBAR
\*------------------------------------*/
@media (max-width: 767px) {
  .sidebar {
    padding-top: 0 !important; } }
@media (max-width: 767px) {
  .sidebar .sidebar-widget.search-widget {
    overflow: visible; } }
.sidebar .sidebar-widget.search-widget .title-section h3 {
  font-family: "MyRoboto" !important;
  color: #31312f !important;
  padding-top: 7px !important;
  padding-bottom: 4px !important; }
.sidebar #sidebar_search_properties_form input {
  margin-bottom: 24px; }
.sidebar .properties-slider .property-lnk:focus {
  outline: none; }
@media (max-width: 767px) {
  .sidebar .properties-slider .property-bg {
    height: 186px; } }
.sidebar .properties-slider .property-item-holder .property-title {
  margin-top: 0; }
  .sidebar .properties-slider .property-item-holder .property-title.first_title {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 15px; }
    .sidebar .properties-slider .property-item-holder .property-title.first_title:after {
      content: none; }
.sidebar .properties-slider .slick-dots li {
  border-color: #31312f; }
  .sidebar .properties-slider .slick-dots li:after {
    background-color: #31312f; }

/*------------------------------------*\
  #PROPERTY PAGE
\*------------------------------------*/
@media (max-width: 767px) {
  #property_page .property-wrapp {
    margin-bottom: 60px; } }
#property_page .property-wrapp .property-gallery .slick-arrow {
  width: 40px;
  height: 40px; }
#property_page .property-wrapp .property-gallery .slick-prev {
  left: 10px; }
#property_page .property-wrapp .property-gallery .slick-next {
  right: 10px; }
#property_page .property-wrapp .property-gallery .videoWrapper {
  position: relative;
  padding-bottom: 35.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  @media (max-width: 767px) {
    #property_page .property-wrapp .property-gallery .videoWrapper {
      padding-bottom: 33.25%; } }
#property_page .property-wrapp .property-gallery .videoWrapper iframe,
#property_page .property-wrapp .property-gallery .videoWrapper object,
#property_page .property-wrapp .property-gallery .videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
#property_page .property-wrapp .property-thumbs {
  margin-bottom: 30px; }
#property_page .property-wrapp .property_title {
  margin-bottom: 50px;
  font-family: "MyRoboto";
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #31312f; }
#property_page .property-wrapp .property-description {
  font-size: 16px;
  margin-bottom: 18px;
  margin-top: -12px; }
#property_page .property-wrapp .amenities-list {
  margin-top: -12px;
  margin-bottom: 18px; }
  @media (max-width: 767px) {
    #property_page .property-wrapp .amenities-list li {
      border: none; } }
  #property_page .property-wrapp .amenities-list li .facility-name {
    width: 110px;
    text-align: right;
    margin-right: 20px;
    font-weight: 600; }
    @media (max-width: 767px) {
      #property_page .property-wrapp .amenities-list li .facility-name {
        margin-right: 10px; } }
  @media (max-width: 767px) {
    #property_page .property-wrapp .amenities-list li .facility-item {
      width: auto; } }
#property_page .property-wrapp .features-list {
  margin-top: -12px;
  margin-bottom: 18px; }
  #property_page .property-wrapp .features-list li:before {
    background: #31312f; }
  #property_page .property-wrapp .features-list li i {
    margin-left: 5px;
    color: #31312f; }
#property_page .property-wrapp .property-meta-list li .meta-name {
  font-family: "MyRoboto"; }
#property_page .property-wrapp #property_map {
  margin-bottom: 30px;
  height: 450px; }
#property_page .property-wrapp .share-li {
  width: 40px !important;
  min-width: 0 !important; }
  #property_page .property-wrapp .share-li .share-btn {
    padding: 0;
    cursor: pointer;
    background-color: #31312f; }
    #property_page .property-wrapp .share-li .share-btn.share-fb i {
      font-size: 16px; }
    #property_page .property-wrapp .share-li .share-btn i {
      margin: auto; }

/*------------------------------------*\
  #COOKIES
\*------------------------------------*/
#cs-pp-consent-container {
  display: none;
  position: fixed !important;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999999999;
  padding: 10px 0;
  color: white; }
  #cs-pp-consent-container button {
    margin: 0 10px 0 0; }
    @media (max-width: 425px) {
      #cs-pp-consent-container button {
        margin: 10px 0 0 0; } }

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