﻿@charset "UTF-8";

/*@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');*/

:root {
    --thm-font: 'Outfit', 'Inter', sans-serif;
    --thm-headline-font: 'Outfit', 'Inter', sans-serif;
    --thm-base: #ffffff;
    --thm-base-rgb: 255, 255, 255;
    --thm-primary: #e44958;
    --thm-primary-rgb: 252, 60, 60;
    --thm-secondary: #0000fe;
    --thm-secondary-rgb: 0, 0, 254;
    --thm-border: #EBF2F3;
}


@keyframes fadeFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeFromRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeFromUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeFromUp {
  animation-name: fadeFromUp;
}

.fadeFromRight {
  animation-name: fadeFromRight;
}

.fadeFromLeft {
  animation-name: fadeFromLeft;
}

/* Yleiset */
.home {
  margin: 0;
  padding: 0;
  color: #555555;
  font-size: 16px;
  overflow-x: hidden;
  line-height: 1.625;
  font-family: var(--thm-font);
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.home::selection {
  color: #ffffff;
  background-color: #6e3ebf;
}

.home::-moz-selection {
  color: #ffffff;
  background-color: #6e3ebf;
}

.container {
  max-width: 1200px;
}

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

.ul-li-block ul {
  margin: 0;
  padding: 0;
}
.ul-li-block ul li {
  list-style: none;
  display: block;
}

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #fff;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

section {
  overflow: hidden;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  box-shadow: none;
}

.relative-position {
  position: relative;
}

.pera-content p {
  margin-bottom: 0;
}
@keyframes zooming {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}
.zooming {
  animation: zooming 18s infinite both;
}

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
  margin: 0;
  font-family: var(--thm-headline-font);
}

.mb-25 {
    margin-bottom: 25px;
}
.section-title span {
  font-size: 18px;
  font-weight: 700;
  color: var(--thm-primary);
  position: relative;
}
.section-title span:before {
  left: 0;
}
.section-title span:after {
  right: 0;
}
.section-title h1 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.125;
  padding: 15px 0px 20px;
}
.section-title h2, .section-title h3 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.125;
  padding: 15px 0px 20px;
}
.section-title h3 {
    font-size: 24px;
}
.section-title.title-style-two {
  max-width: 690px;
  margin: 0 auto;
}
.section-title.title-style-two span {
  color: var(--thm-primary);
}
.section-title.title-style-two span:after, .section-title.title-style-two span:before {
  background-color: var(--thm-primary);
}
/* Sivun alkuun */
.scrollup {
  width: 45px;
  right: 15px;
  z-index: 5;
  height: 45px;
  bottom: 20px;
  display: none;
  position: fixed;
  line-height: 45px;
  background-color: var(--thm-primary);
}
.scrollup i {
  color: #fff;
}

.footer-widget .footer-logo-widget .footer-logo-btn, .subscribe-widget-content .subscribe-form button, .registration-content-2 .registration-text-2 a, .cta-section-text a, .property-item-section .property-item-btn, .property-more-btn, .property-type-section .property-type-btn, .banner-search-section button, .banner-text .banner-btn a, .slider-main-item .slider-main-text .slider-main-btn a {
  z-index: 1;
  overflow: hidden;
  position: relative;
}
.footer-widget .footer-logo-widget .footer-logo-btn:after, .subscribe-widget-content .subscribe-form button:after, .registration-content-2 .registration-text-2 a:after, .cta-section-text a:after, .property-item-section .property-item-btn:after, .property-more-btn:after, .property-type-section .property-type-btn:after, .banner-search-section button:after, .banner-text .banner-btn a:after, .slider-main-item .slider-main-text .slider-main-btn a:after {
  top: 0;
  width: 0;
  left: -40%;
  content: "";
  z-index: -1;
  height: 100%;
  position: absolute;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  background-color: var(--thm-primary);
}
.footer-widget .footer-logo-widget .footer-logo-btn:hover:after, .subscribe-widget-content .subscribe-form button:hover:after, .registration-content-2 .registration-text-2 a:hover:after, .cta-section-text a:hover:after, .property-item-section .property-item-btn:hover:after, .property-more-btn:hover:after, .property-type-section .property-type-btn:hover:after, .banner-search-section button:hover:after, .banner-text .banner-btn a:hover:after, .slider-main-item .slider-main-text .slider-main-btn a:hover:after {
  height: 100%;
  width: 150%;
}

@keyframes animationFramesTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 72px) rotate(104deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(111px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(93px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-70px, 72px) rotate(124deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
/* Header */
.header-main {
  padding-top: 15px;
  border-top: 5px solid #00847c;
}
.header-top {
  border-bottom: 2px solid #ececec;
}
.header-top-cta li {
  padding-left: 65px;
}
.header-top-cta li {
  position: relative;
}
.header-top-cta li:after {
  top: 15px;
  left: 30px;
  content: "";
  width: 1px;
  height: 33px;
  position: absolute;
  border: 1px dashed #dadada;
}
.header-top-cta li:nth-child(1):after {
  display: none;
}

.header-top-content .top-content-icon {
  top: 4px;
  margin-right: 10px;
  position: relative;
}
.header-top-content .top-content-icon i {
  font-size: 34px;
  color: var(--thm-primary);
  line-height: 1.5;
}
.header-top-content .top-content-text a {
  font-size: 13px;
}
.header-top-content .top-content-text h3 {
  color: #000000;
  font-size: 19px;
  font-weight: 700;
}
.header-menu-wrap {
  padding: 15px 0px 13px;
}
/* Valikko */
.main-nav {
  padding-top: 10px!important;
}
.main-nav .navbar-nav {
  display: inherit;
}
.main-nav li {
  margin-right: 45px;
}
.main-nav li a {
  color: #000000;
  font-weight: 300;
  padding-bottom: 30px;
  position: relative;
  text-transform: none;
}
.main-nav li a.active {
  color: #000000;
  font-weight: 700;
  padding-bottom: 30px;
  position: relative;
}
.main-nav li a:before {
  left: 0;
  right: 0;
  bottom: 4px;
  height: 4px;
  content: "";
  width: 0%;
  position: absolute;
  background-color: var(--thm-primary);
  transition: 0.3s all ease-in-out;
}
.main-nav li:hover a:before {
  width: 100%;
}
.main-nav .dropdown {
  position: relative;
}
.main-nav .dropdown:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: var(--thm-primary);
  top: 8px;
  right: -18px;
  content: "\f107";
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  transition: 0.3s all ease-in-out;
}
.main-nav .dropdown .dropdown-menu {
  top: 65px;
  left: 0;
  opacity: 0;
  z-index: 2;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 200px;
  border: none;
  display: block;
  border-radius: 0;
  visibility: hidden;
  position: absolute;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  border-bottom: 2px solid var(--thm-primary);
  box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
}
.main-nav .dropdown .dropdown-menu li {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  border-bottom: 1px solid #e5e5e5;
}
.main-nav .dropdown .dropdown-menu li a {
  width: 100%;
  color: #343434;
  display: block;
  font-size: 16px;
  padding: 10px 25px;
  position: relative;
  transition: 0.3s all ease-in-out;
}
.main-nav .dropdown .dropdown-menu li a:before {
  display: none;
}
.main-nav .dropdown .dropdown-menu li a:hover {
  background-color: var(--thm-primary);
  color: #fff;
}
.main-nav .dropdown .dropdown-menu li a:hover:after {
  transform: scale(1);
}
.main-nav .dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}
.main-nav .dropdown:hover .dropdown-menu {
  top: 48px;
  opacity: 1;
  visibility: visible;
}
.main-nav .dropdown .dropdown-menu li:hover a {
    padding: 10px 20px 10px 30px;
}
/* Dropdown */
.main-nav .dropdown .dropdown-menu li .dropdown-menu {
    top: 0;
    left: 100%;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    visibility: hidden;
    opacity: 0;
    overflow: auto !important;
}
.main-nav .dropdown .dropdown-menu .dropdown:hover .dropdown-menu {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    visibility: visible;
    opacity: 1;
    overflow: auto !important;
}
.main-nav .dropdown .dropdown-menu .dropdown:hover .dropdown-menu li {
    padding: 0;
    margin: 0;
}
.main-nav .dropdown .dropdown-menu .dropdown:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: var(--thm-primary);
    top: 8px;
    right: 10px;
    content: "\f105";
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    transition: 0.3s all ease-in-out;
}
.header-cart-login {
  padding-top: 20px;
}
.header-cart-login .top-cart-login {
  position: relative;
  display: inline-block;
}
.header-cart-login .top-submit {
  position: relative;
  display: inline-block;
}
.header-cart-login .top-submit a {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    text-align: center;
    transition: 0.3s all ease-in-out;
    color: var(--thm-primary);
    padding: 0 20px;
    border: 1px dashed var(--thm-primary);
    border-radius: 24px;
    margin: 0px 15px;
}
.header-cart-login .top-submit a:hover {
    color: #fff;
    border: 1px solid var(--thm-primary);
    background: var(--thm-primary);
}
.header-cart-login .top-submit a i {
    vertical-align: middle;
    line-height: 1;
}
.header-cart-login .top-cart-login:after {
  top: 3px;
  right: -3px;
  width: 2px;
  content: "";
  height: 18px;
  position: absolute;
  background-color: #d9d9d9;
}
.header-cart-login .top-cart-login:last-child:after {
  display: none;
}
.header-cart-login .top-cart-login button {
  padding: 0;
  border: none;
  color: #5a5a5a;
  margin: 0px 15px;
  background-color: transparent;
  transition: 0.3s all ease-in-out;
}
.header-cart-login .top-cart-login button:hover {
  color: var(--thm-primary);
}
.header-social {
  margin-left: 40px;
}
.header-social li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: 0.3s all ease-in-out;
}
.header-social li a {
  width: 100%;
  display: block;
}
.header-social li:hover {
  color: #fff;
  background-color: var(--thm-primary);
}
.header-two {
  top: 0;
  z-index: 10;
  width: 100%;
  padding: 20px 0px;
  position: absolute;
  background-color: #fff;
}
.header-two .brand-logo {
  margin-right: 85px;
}
.header-two .main-nav {
  padding-top: 25px;
}
.header-two .main-nav .dropdown:after {
  color: #ff5520;
}
.header-two .main-nav li a:before {
  display: none;
}
.header-two .main-nav li {
  position: relative;
}
.header-two .main-nav .dropdown .dropdown-menu li:before {
  display: none;
}
.header-two .main-nav .dropdown .dropdown-menu li a:after {
  display: none;
}
.sticky-menu {
  top: -88px;
  width: 100%;
  z-index: 10;
  position: fixed;
  background: #fff;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-timing-function: ease;
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}
.header-two.sticky-menu {
  top: 0;
}
.brand-logo img {
    max-height: 80px;
}
/* Mobiilivalikko */
.mobile-menu-content {
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 310px;
  overflow-y: scroll;
  background-color: #00847c;
  padding: 50px 35px 35px 35px;
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  transition: all 0.5s ease-in;
}
.mobile-menu-content .mobile-main-nav {
  width: 100%;
}
.mobile-menu-content .mobile-main-nav .navbar-nav {
  width: 100%;
}
.mobile-menu-content .dropdown:after {
  display: none;
}
.mobile-menu-content .navbar-nav .dropdown-menu {
  position: static !important;
  transform: none !important;
}
.mobile-menu-content .mobile-main-nav .navbar-nav li {
  width: 100%;
  display: block;
  transition: 0.3s all ease-in-out;
}
.mobile-menu-content .mobile-main-nav .navbar-nav li.mobile a i {
  margin-right:10px;
}
.mobile-menu-content .mobile-main-nav .navbar-nav li a {
  padding: 0;
  width: 100%;
  color: #fff;
  display: block;
  font-weight: 300;
  font-size: 16px;
  padding: 10px 30px 10px 0;
  text-transform: none;
  border-bottom: 1px solid rgba(78, 78, 78, 0.41);
}
.mobile-menu-content .mobile-main-nav .navbar-nav li a.active {
  font-weight: 700;
}
.mobile-menu-content .m-brand-logo {
  width: 160px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.mobile-menu-navbar.mobile-menu-on .mobile-menu-content {
  right: 0px;
  transition: all 0.7s ease-out;
}
.mobile-menu-overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.5s ease-in-out;
}
.mobile-menu-overlay-on {
  overflow: hidden;
}
.mobile-menu-navbar.mobile-menu-on .mobile-menu-overlay {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-button {
  right:20px;
  top: 20px;
  z-index: 5;
  display: none;
  cursor: pointer;
  font-size: 30px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  color: var(--thm-primary);
}
.mobile-menu .mobile-main-nav .navbar-nav li a:after {
  display: none;
}
.mobile-menu .mobile-main-nav .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu .mobile-menu-content .mobile-main-nav .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  transition: none;
  box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent;
}
.mobile-menu .mobile-menu-content .mobile-main-nav .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 20px;
  line-height: 1;
}
.mobile-menu .mobile-menu-content .mobile-main-nav .navbar-nav .dropdown-menu li a:hover {
  color: var(--thm-primary);
  background-color: transparent;
}
.mobile-menu .dropdown {
  position: relative;
}
.mobile-menu .dropdown .dropdown-btn {
  color: #fff;
  position: absolute;
  top: 3px;
  right: 0;
  height: 30px;
  padding: 5px 10px;
}
.mobile-menu .dropdown .dropdown-btn.toggle-open {
  transform: rotate(90deg);
}
.mobile-menu .close-mobile-menu {
  color: #fff;
  cursor: pointer;
  top: 15px;
  left: 15px;
  font-size: 20px;
  position: absolute;
}
.header-three.sticky-menu {
  top: -46px;
}
/* Hero */
.banner-water-mark {
  left: 0;
  bottom: -40px;
  opacity: 0.05;
  z-index: -1;
  line-height: 1;
  color: #00003d;
  font-weight: 700;
  font-size: 265px;
  position: absolute;
  font-family: var(--thm-headline-font);
}
.banner-section {
  padding-bottom: 30px;
}
.banner-content {
  background-color: #f6eeeb;
  position: relative;
  z-index:1;
  background-size: cover!important;
  background-position: center center!important;
  background-repeat: no-repeat!important;
}
.banner-content::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index:-1;
}
.banner-content .banner-img {
  top: 15px;
  right: -30px;
  position: absolute;
}
.banner-content .b-deco-shape {
  bottom: -74px;
}
.banner-text {
  z-index: 1;
  max-width: 690px;
  overflow: hidden;
  padding: 230px 0px 180px;
}
.banner-text.banner-full-width {
  max-width: 100%;
}
.banner-text .banner-tag {
  padding-right: 30px;
  border-radius: 40px;
  display: inline-block;
  margin-bottom: 45px;
  background-color: #efeff0;
}
.banner-text .banner-tag span {
  color: #fff;
  font-weight: 500;
  padding: 12px 30px;
  margin-right: 10px;
  border-radius: 40px;
  display: inline-block;
  background-color: var(--thm-primary);
}
.banner-text .banner-tag p {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 0;
  display: inline-block;
}
.banner-small-text {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 30px;
    margin-right: 10px;
    margin-bottom: 20px;
    border-radius: 40px;
    display: inline-block;
    background-color: var(--thm-primary);
}
.banner-text h1 {
  color: #000;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 35px;
}
.banner-text h1 span {
  color: var(--thm-primary);
}
.banner-text p {
  color: #4f4f4f;
  font-size: 20px;
  line-height: 1.6;
  padding-bottom: 40px;
}
.banner-text .banner-btn {
  float: left;
  margin-right: 35px;
}
.banner-text .banner-btn a {
  color: #fff;
  width: 160px;
  height: 55px;
  display: block;
  overflow: hidden;
  font-weight: 700;
  line-height: 55px;
  border-radius: 40px;
  background-color: #ff5520;
}
.banner-text .banner-btn a i {
  margin-left: 5px;
}
.banner-text .banner-play {
  float: left;
  width: 50px;
  height: 50px;
  margin-top: 5px;
  line-height: 50px;
  border-radius: 100%;
  transition: 0.3s all ease-in-out;
  background-color: var(--thm-primary);
}
.banner-text .banner-play a {
  color: #fff;
  width: 100%;
  display: block;
}
.banner-text .banner-play:hover {
  background-color: var(--thm-primary);
}
.banner-text .banner-play .video-btn-border {
  border: 2px solid rgba(0, 0, 0, 0.15);
}
.select-apply-btn {
  margin-top: 20px;
}
.select-apply-btn p {
  color: #000;
  font-size: 15px;
}
.select-apply-btn p a {
  font-weight: 700;
  margin-left: 8px;
  color: var(--thm-primary);
  text-decoration: underline;
}
@keyframes animateBubble {
  0% {
    margin-top: 20%;
  }
  100% {
    margin-top: -30%;
  }
}
@keyframes sideWays {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 25px;
  }
}
/* Sisältö */
/* Kohde */
@keyframes toBottomFromTop {
  49% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toBottomFromTop {
  49% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toLeftFromRight {
  49% {
    transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}
.property-section {
  padding: 95px 0px;
  background-color: #f9f8f8;
}

.property-more-btn {
  color: #fff;
  height: 50px;
  width: 150px;
  margin: 0 auto;
  margin-top: 15px;
  font-weight: 700;
  line-height: 50px;
  background: var(--thm-primary);
}
.property-more-btn:after {
  background-color: #000;
}
.property-more-btn i {
  margin-left: 5px;
}
.property-more-btn a {
  width: 100%;
  display: block;
}

.property-top {
  margin-bottom: 25px;
}

.property-top .property-title-text {
  margin-top: 30px;
  padding-left: 40px;
}
.property-top .property-title-text span {
  color: #353535;
  font-size: 17px;
}
.property-container {
  padding: 18px;
  margin-bottom: 5px;
  background-color: #fff;
  box-shadow: 0px 14px 29px 0px rgba(12, 12, 12, 0.08);
}
.no-shadow {
    box-shadow: none;
    border: 1px solid #cad9e3;
    border-radius: 4px;
}
.property-container .property-img {
  overflow: hidden;
}
.property-container .property-img img {
  transition: 0.4s all ease-in-out;
}
.property-container .property-img .price-badge {
  top: 15px;
  color: #fff;
  right: 0;
  z-index: 1;
  font-weight: 700;
  padding: 2px 15px;
  position: absolute;
  background-color: var(--thm-primary);
}
.property-container .property-img .prp-hover-icon {
  left: 0;
  top: 40%;
  right: 0;
  opacity: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  line-height: 40px;
  visibility: hidden;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  display: inline-block;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
  background-color: rgba(255, 255, 255, 0.8);
}
.property-container .property-img .prp-hover-icon i {
  font-size: 14px;
}
.property-container .property-img .prp-hover-icon:hover {
  background-color: var(--thm-primary);
  color: #fff;
}
.property-container .property-text {
  margin-top: 10px;
}
.property-container .property-contract {
  color: #fff;
  right: 20px;
  bottom: 15px;
  z-index: 2;
  font-size: 14px;
  padding: 5px 10px;
  position: absolute;
  background-color: var(--thm-primary);
}
.property-container .property-title h3 {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 12px;
  transition: 0.3s all ease-in-out;
}
.property-container.d-flex .property-text {
  margin-top: 0;
  padding: 0 0 0 20px;
  max-width: 300px;
}
.property-container .property-text .property-meta {
  margin-bottom: 12px;
}
.property-container .property-text .property-meta a {
  font-size: 14px;
  margin-right: 5px;
}
.property-container .property-text .property-meta a i {
  margin-right: 5px;
  font-weight: 600;
  color: var(--thm-primary);
}
.property-container .property-text .property-meta a:last-child {
  margin-right: 0;
}
.property-container .property-text .property-tilte-head {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
}
.property-container .property-text .property-tilte-head h3 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.556;
  transition: 0.3s all ease-in-out;
}
.property-container .property-text .property-tilte-head h3:hover {
  color: var(--thm-primary);
}
.property-container .property-text .property-tilte-head ul {
  display: inline-block;
}
.property-container .property-text .property-tilte-head ul li {
  color: #ffc601;
  font-size: 13px;
  margin-right: 2px;
}
.property-container .property-text .property-tilte-head span {
  font-size: 14px;
}
.property-container .property-features .icon-text {
    margin-bottom: 5px;
}
.property-container .property-text .property-agent-text h4 {
  color: #000;
  font-family: var(--thm-headline-font);
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin: 0;
}
.property-container .property-text .property-agent-text span {
  font-size: 13px;
}
.property-container .property-text .property-agent-img {
  width: 35px;
  height: 35px;
  overflow: hidden;
  margin-right: 10px;
  margin-top: 5px;
  border-radius: 100%;
}
.property-container:hover .property-img:before {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.property-container:hover .property-img img {
  transform: scale(1.2);
}
.property-container:hover .property-img .prp-hover-icon {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.property-item-text .property-item-agent .property-agent-text,
.property-container .property-text .property-agent-text {
    display: inline-grid;
}

.property-container .property-text .property-details-btn {
    height: 30px;
    width: 30px;
    margin-top: 5px;
    line-height: 30px;
    text-align: center;
    background-color: var(--thm-primary);
    transition: 0.3s all ease-in-out;
}

.property-container .property-text .property-details-btn.prp-rent {
    height: 30px;
    width: auto;
    padding: 0 10px;
}


.property-container .property-text .property-details-btn a {
    color: #fff;
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 32px;
}

.property-container .property-text .property-details-btn i {
    animation: toBottomFromTop 0.3s forwards;
}

.property-container .property-text:hover .property-details-btn {
    background-color: #ff5520;
}
.property-item-section {
  padding: 105px 0px 50px;
  background-color: #f7f7f7;
}
.property-item-section.bg-white {
  padding: 105px 0px 125px;
  background-color: #fff;
}
.property-item-section .property-item {
  margin-top: 25px;
}
.property-item-section .property-item-btn {
  color: #fff;
  height: 50px;
  width: 170px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 700;
  line-height: 50px;
  overflow: hidden;
  border-radius: 40px;
  background-color: var(--thm-primary);
}
.property-item-section .property-item-btn:after {
  background-color: #ff5520;
}
.property-item-section .property-item-btn i {
  margin-left: 5px;
}
.property-item-section .property-item-btn:hover i {
  animation: toBottomFromTop 0.3s forwards;
}

.property-item-container {
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 40px;
  background-color: #fff;
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 6px 38px 0px rgba(0, 0, 0, 0.04);
}
.property-item-container .prp-pl {
  padding-left: 0!important;
}
.property-item-container .prp-pr {
  padding-right: 0!important;
}
.property-item-container .property-item-img {
  border-radius: 5px;
  overflow: hidden;
}
.property-item-container .property-item-img img {
  transition: 0.5s all ease-in-out;
}
.property-item-container .property-item-price {
  margin: 10px 0px;
  float:left;
  width: 100%;
}
.property-item-container .property-item-price .property-item-amount {
  float: right;
}
.property-item-container .property-item-price span {
  margin-top: 10px;
  display: inline-block;
}
.property-item-container .property-item-price span, .property-item-container .property-item-price del {
  color: #555555;
  font-size: 18px;
  margin-right: 12px;
}
.property-item-container .property-item-price strong {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  float: right;
}
.property-item-container .property-item-price h3 a {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  float: left;
}
.property-item-container .property-item-title {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e9e9e9;
}
.property-item-container .property-item-title h3 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.444;
  padding-bottom: 8px;
  transition: 0.3s all ease-in-out;
}
.property-item-container .property-item-title .property-meta a {
  font-size: 14px;
  margin-right: 10px;
}
.property-item-container .property-item-title .property-meta.large a {
  margin-right: 15px;
}
.property-item-container .property-item-title .property-meta a:last-child {
  margin-right: 0;
}
.property-item-container .property-item-title .property-meta a i {
  margin-right: 5px;
  color: var(--thm-primary);
}
.property-item-container .property-item-rate ul {
  margin-right: 5px;
  display: inline-block;
}
.property-item-container .property-item-rate ul li {
  color: #ffc601;
  font-size: 13px;
}
.property-item-container .property-item-rate span {
  font-size: 14px;
}
.property-item-container .property-item-rate .p-rate-vote {
  margin-top: 3px;
}
.property-item-container .property-item-rate .property-details-btn,
.property-item-container .property-item-agent .property-details-btn{
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 10px;
  background-color: var(--thm-primary);
  transition: 0.3s all ease-in-out;
}
.property-item-container .property-item-agent .property-details-btn {
    margin-top: 8px;
}
.property-item-container .property-item-rate .property-details-btn a,
.property-item-container .property-item-agent .property-details-btn a{
  color: #fff;
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 32px;
}
.property-item-container:hover {
  box-shadow: -3.285px 20.741px 51px 0px rgba(0, 0, 47, 0.2);
}
.property-item-container:hover .property-item-title h3 {
  color: #000;
}
.property-item-container:hover .property-details-btn {
  background-color: #ff5520;
}
.property-item-container:hover .property-details-btn i {
  animation: toBottomFromTop 0.3s forwards;
}
.property-item-container:hover .property-item-img img {
  transform: scale(1.1);
}
.property-item-container .property-item-text .property-agent-img {
    width: 35px;
    height: 35px;
    overflow: hidden;
    margin-right: 10px;
    margin-top: 5px;
    border-radius: 100%;
}

.property-item-container .property-item-text .property-agent-text h4 {
    color: #000;
    font-family: var(--thm-headline-font);
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin: 0;
}

.property-item-container .property-item-text .property-agent-text span {
    font-size: 13px;
}
.property-details-section-slide {
    position: relative;
    display: block;
    padding-top: 90px;
}
.property-block.style-3 {
    display: flex;
    align-items: center;
    border: none;
}

.pbw-flex-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f5fd;
    border-radius: 6px;
    padding: 1rem;
}

.pbw-flex {
    padding-left: 2rem;
}

.property-types {
    font-size: 12px;
    padding: 4px 12px;
    margin-top: 5px;
    border-radius: 50px;
    background: #efefef;
    display: inline-block;
}

.property-types.sale {
    background: rgb(227 0 42 / 10%);
    color: var(--thm-primary);
}

.property-price-fix {
    line-height: 1.4;
    color: #0fca98;
}

.property-price-fix sub {
    font-size: 15px;
    font-weight: 400;
    color: #929fc5;
    bottom: 0;
}

.property-features {
    margin-top: 10px;
    display: flex;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    justify-content: inherit;
}

.property-features .icon-text {
    display: inline-block;
    padding-left: 0;
    position: relative;
    vertical-align: top;
    width: 33.333333%;
    flex: 0 0 33.333333%;
    margin-bottom: 0;
    font-size: 14px;
    color: #616e96;
    font-weight: 600;
}

.property-features .icon-text {
    width: auto;
    flex: inherit;
    display: inline-flex;
    margin-right: 1.2rem;
    align-items: center;
}

.property-features .icon-text .icon {
    width: 25px;
    height: 25px;
    background: #edf1f9;
    border-radius: 50%;
    margin-right: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.property-features .icon-text .icon.two {
    background: none;
}
.property-features .icon-text .icon.two i {
    color: var(--thm-primary);
}

.property-features .icon-text .icon i {
    font-size: 11px;
}

.property-detail-title-desc h3 {
    font-family: var(--thm-headline-font);
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 5px;
}

.property-price-fix {
    display: inline-table;
    text-align: right;
    padding-left: 10px;
    vertical-align: middle;
}

.property-detail-title-desc span i {
    color: #929eb3;
    font-weight: 600;
}

.property-location {
    display: inline-block;
    line-height: 18px;
    vertical-align: middle;
    padding-left: 10px;
}
/* Kohde */
.property-page-property-section {
  padding: 100px 0px;
  background-color: #f2f2f4;
}
.property-page-property-section .property-item {
  margin-top: 40px;
}
.property-page-property-content-top {
  margin-bottom: 70px;
}
.property-page-property-content-top .property-grid-top-bar {
  height: 60px;
  line-height: 60px;
  border-radius: 3px;
  padding-left: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 25px 0px rgb(12 12 12 / 2%);
}
.property-page-property-content-top .property-grid-top-bar .property-grid-showing-result .property-grid-list {
  margin-right: 40px;
}
.property-page-property-content-top .property-grid-top-bar .property-grid-showing-result .property-grid-list a {
  color: #010101;
  font-size: 17px;
  position: relative;
  padding-right: 45px;
  transition: 0.3s all ease-in-out;
}
.property-page-property-content-top .property-grid-top-bar .property-grid-showing-result .property-grid-list a:hover {
  color: #ff5520;
}
.property-page-property-content-top .property-grid-top-bar .property-grid-showing-result .property-grid-list a:after {
  top: 0px;
  right: 20px;
  content: "";
  width: 2px;
  height: 20px;
  position: absolute;
  background-color: #d7d8da;
}
.property-page-property-content-top .property-grid-top-bar .property-grid-showing-result .property-grid-list a:last-child {
  padding-right: 0;
}
.property-page-property-content-top .property-grid-top-bar .property-grid-showing-result .property-grid-list a:last-child:after {
  display: none;
}
.property-page-property-content-top .property-grid-top-bar .property-grid-showing-result .show-result-text {
  font-size: 17px;
}
.property-page-property-content-top .property-grid-top-bar .property-search input {
  width: 100%;
  height: 100%;
  border: none;
}
.property-page-property-content-top .property-grid-top-bar .property-search button {
  top: 0;
  right: 0;
  color: #fff;
  border: none;
  height: 100%;
  width: 160px;
  font-weight: 700;
  position: absolute;
  background-color: #f4511f;
}

.property-page-properties-item .property-item-container .property-item-text h3 {
  font-size: 22px;
}

.property-pagination {
  margin-top: 15px;
}
.property-pagination ul li a {
  color: #000;
  width: 45px;
  height: 45px;
  font-size: 18px;
  font-weight: 700;
  margin: 0px 5px;
  line-height: 45px;
  display: inline-block;
  font-family: var(--thm-headline-font);
  background-color: #ffffff;
  transition: 0.4s all ease-in-out;
}
.property-pagination ul li a:hover {
  color: #fff;
  background-color: var(--thm-primary);
}
.property-details-section {
  padding: 100px 0px;
  background-color: #f2f2f4;
}

.property-details-tab-area {
  background-color: #fff;
}

.property-details-tab-wrapper {
  padding: 40px 40px;
}

.property-details-tab-btn {
  background-color: #f8f9fd !important;
}
.property-details-tab-btn .nav-tabs .nav-item.show .nav-link,
.property-details-tab-btn .nav-tabs .nav-link.active,
.property-details-tab-btn .nav-tabs,
.property-details-tab-btn .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
}
.property-details-tab-btn .nav-tabs .nav-link {
    padding: 16px 30px;
    display: flex;
    line-height: 30px;
}

.property-details-tab-btn .nav-tabs .nav-link i {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    color: #ff5520;
    font-size: 15px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-right: 5px;
}

.property-details-tab-btn .nav-tabs .nav-link.active {
  background-color: #ff5520;
  color: #fff;
}
.property-details-tab-btn ul li a {
    font-size: 15px;
    font-weight: 500;
    color: #616e96;
    text-transform: uppercase !important;
}
.property-details-overview-feature {
  margin-top: 40px;
}
.property-details-overview p {
  margin-bottom: 15px;
}
.property-details-content p.huom {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  font-style: italic;
}
.agent-detail-btn {
  height: 48px;
  width: 150px;
  line-height: 44px;
  border-radius: 30px;
  border: 2px solid var(--thm-primary);
}
.agent-detail-btn a {
  color: #000;
  width: 100%;
  display: block;
  font-weight: 700;
}

.property-agent-content {
  margin-top: 20px;
}
.property-agent-content .property-agent-img {
  width: 100px;
  height: 100px;
  margin-right: 25px;
  border-radius: 100%;
}
.property-agent-content .property-agent-img img {
  border-radius: 100%;
  border: 2px solid #f2f2f2;
}
.property-agent-content .property-agent-text {
  padding-top: 15px;
}
.property-agent-content .property-agent-text h3 {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 10px;
}
.property-agent-content .property-agent-text .agent-property-details span {
  margin-right: 20px;
}
.property-agent-content .property-agent-text .agent-property-details span i {
  color: var(--thm-primary);
  margin-right: 6px;
}

.property-agent-content .property-agent-text .agent-details-social {
    margin-top: 10px;
}

.property-agent-content .property-agent-text .agent-details-social a {
    font-size: 18px;
    margin-right: 15px;
}

.property-agent-content .property-agent-text .agent-details-social a:nth-child(1) {
    color: #3b5998;
}

.property-agent-content .property-agent-text .agent-details-social a:nth-child(2) {
    color: #1da1f2;
}

.property-agent-content .property-agent-text .agent-details-social a:nth-child(3) {
    color: #0077b5;
}

.property-agent-content .property-agent-text .agent-details-social a:nth-child(4) {
    color: #5973e9;
}
.agent-details {
  margin-top: 25px;
}
.agent-details p {
  margin-bottom: 30px;
}
.offline-wrap .offline-download-btn {
  color: #fff;
  font-weight: 700;
  margin-top: 30px;
  padding: 15px 30px;
  border-radius: 40px;
  display: inline-block;
  background-color: #ff5520;
}

.property-widget-item {
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 40px;
  background-color: #fff;
}
.property-widget-item .widget-title {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
.property-widget-item .property-table-widget {
  padding: 35px 30px;
}
.property-widget-item .property-table-widget .property-table-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eef1fe;
}
.property-widget-item .property-table-widget .property-table-item:last-child {
  border-bottom: none;
}
.property-widget-item .property-table-widget .property-table-item .table-title,
.property-widget-item .property-table-widget .property-table-item .table-valur {
  color: #000;
}
.property-widget-item .property-table-widget .property-table-item .table-title i,
.property-widget-item .property-table-widget .property-table-item .table-valur i {
  color: #ff5520;
  margin-right: 7px;
  width: 18px;
}
.property-widget-item .property-table-widget .property-price span {
  float: left;
  display: block;
  width: 100%;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.property-widget-item .property-table-widget .property-price span strong {
  color: #ff5520;
  float: right;
}
.property-widget-item .property-table-widget .property-price a.property-action-btn {
  background: #000;
  color: #fff;
  float: left;
}
.property-widget-item .property-table-widget .property-price a.property-action-btn.print {
  background: var(--cyan);
}
.property-widget-item .property-table-widget .property-price a.property-action-btn.phone {
  background: var(--blue);
}
.property-widget-item .property-table-widget .property-price a.property-action-btn.mail {
  background: var(--teal);
}
.property-widget-item .property-table-widget .property-price a {
  color: #fff;
  height: 30px;
  padding: 0 10px;
  float: right;
  font-size: 14px;
  margin-right: 5px;
  margin-top: 10px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  background-color: #ff5520;
  text-transform: uppercase;
  border-radius:4px;
}
.property-widget-item .property-table-widget .property-price a:last-child {
  margin-right: 0px;
}
.property-widget-item .property-latest-widget {
  padding: 35px 30px;
}
.property-widget-item .property-latest-item {
  margin-top: 28px;
}

.property-latest-img-text {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eef1fe;
}
.property-latest-img-text:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.property-latest-img-text .property-latest-img {
  width: 65px;
  height: 65px;
  overflow: hidden;
  margin-right: 15px;
  border-radius: 100%;
}
.property-latest-img-text .property-latest-text {
  padding-top: 3px;
  overflow: hidden;
}
.property-latest-img-text .property-latest-text a {
  color: #000;
  display: block;
  font-weight: 700;
  line-height: 1.375;
  padding-bottom: 3px;
}
.property-latest-img-text .property-latest-text span {
  display: block;
  color: #ff5520;
  font-size: 18px;
  font-weight: 700;
  float: right;
}
.property-latest-img-text .property-latest-text p {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  float: right;
}
.property-latest-img-text .property-latest-text i {
  width: 45px;
  height: 23px;
  font-size: 10px;
  margin-top: 5px;
  font-weight: 400;
  font-style: normal;
  line-height: 23px;
  text-align: center;
  display: inline-block;
  background-color: #eee;
  text-transform: uppercase;
}

.property-section-3 .property-item-container,
.property-featured-section .property-item-container{
    box-shadow:none ;
    border: 2px solid #eee;
}

.featured-property-section {
    padding: 95px 0px 100px;
    background-color: #fff;
}
/* CTA Widget */
.cta-widget-content {
    text-align: center;
    padding: 55px 30px 45px 30px;
    position: relative;
}
.cta-widget-title, .cta-widget-button,
.cta-widget-number {
    position: relative;
    z-index: 1;
}

.cta-widget-title {
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.cta-widget-button {
    height: 100px;
    width: 100px;
    background: var(--thm-primary);
    border-radius: 50%;
    font-size: 40px;
    line-height: 105px;
    display: inline-block;
    color: #ffffff;
}

.cta-widget-button:hover,
.cta-widget-number:hover {
    color: #ffffff;
}

.cta-widget-number {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    margin-top: 30px;
}

.cta-widget-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #666666;
    left: 0;
    top: 0;
    opacity: .87;
}
/* Sisältö & Uutiset*/
.blog-section-2 {
  padding: 105px 0px 60px;
  background-color: #f7f7f7;
}
.blog-section-2 .blog-content-2 {
  margin-top: 25px;
}
.blog-meta-2 {
  margin-bottom: 5px;
  position: relative;
  padding: 10px 0px;
  border-bottom: 2px solid #eaeaea;
  transition: 0.3s all ease-in-out;
}
.blog-meta-2 a {
  font-size: 14px;
  margin-right: 25px;
  position: relative;
  color: var(--thm-primary);
  font-family: var(--thm-headline-font);
}
.blog-meta-2 a:after {
  top: -3px;
  width: 2px;
  content: "";
  right: -15px;
  height: 20px;
  position: absolute;
  background-color: #cdcdcd;
}
.blog-meta-2 a:last-child:after {
  display: none;
}

.blog-details-thumb-text.headline .blog-meta-2,
.blog-details-thumb-section .blog-meta-2 {
  border: none;
}

.blog-details-thumb-text.headline .blog-meta-2 a,
.blog-details-thumb-section .blog-meta-2 a {
  color: #fff;
}
.blog-widget-item {
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 40px;
  background-color: #fff;
}
.blog-widget-item .widget-title {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 14px;
  font-family: var(--thm-headline-font);
}
.blog-widget-item .category-widget {
  padding: 35px 30px;
}
.blog-widget-item .category-widget li {
  margin-bottom: 5px;
}
.blog-widget-item .category-widget li a {
  color: #222;
  font-weight: 500;
  padding-left: 15px;
  position: relative;
  transition: 0.4s all ease-in-out;
}
.blog-widget-item .category-widget li a:after {
  left: 0;
  top: -1px;
  color: #ff5520;
  font-size: 14px;
  content: "";
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.blog-widget-item .category-widget li a:hover {
  margin-left: 15px;
}
.blog-widget-item .category-widget li:last-child {
  margin-bottom: 0;
}
.blog-widget-item .blog-category-widget {
  padding: 35px 30px;
}
.blog-widget-item .blog-category-widget .blog-category-tag a {
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 10px 12px;
  border-radius: 30px;
  display: inline-block;
  border: 1px solid #e5e5e5;
}
.blog-widget-item .blog-category-widget .blog-category-tag a:hover {
  background: var(--thm-primary);
  border-color: var(--thm-primary);
  color: #fff;
  transition: 0.3s all ease-in-out;
}


.blog-details-section {
  padding: 100px 0px;
  background-color: #f2f2f4;
}
.blog-details-section .blog-details-wrap {
  background-color: #fff;
}
.blog-details-section .blog-details-wrap .blog-details-thumb {
  overflow: hidden;
  border-radius: 6px;
}
.blog-details-section .blog-details-wrap .blog-meta-2 {
  margin-bottom: 45px;
}
.blog-details-section .blog-details-wrap .blog-details-text {
  padding: 40px;
}
.blog-details-section .blog-details-wrap article {
  margin-bottom: 30px;
}
.blog-details-section .blog-details-wrap blockquote {
  color: #555;
  background: #fafafa;
  font-size: 21px;
  font-style: italic;
  margin-bottom: 35px;
  padding: 20px 0px 20px 60px;
  border-left: 4px solid #ff5520;
}
.blog-details-section .blog-details-wrap blockquote .blockquote-author {
  font-style: normal;
  padding-left: 45px;
  position: relative;
}
.blog-details-section .blog-details-wrap blockquote .blockquote-author:before {
  left: 0;
  top: 18px;
  height: 1px;
  width: 38px;
  content: "";
  position: absolute;
  background-color: #000;
}
.blog-details-section .blog-details-wrap blockquote .blockquote-author strong {
  color: #000;
  font-size: 16px;
  margin-right: 5px;
}
.blog-details-section .blog-details-wrap blockquote .blockquote-author span {
  font-size: 14px;
}
.blog-details-section .blog-details-wrap .post-cat-wrap.style-2 a {
  margin-right: 5px;
  padding: 10px 12px;
  border-radius: 30px;
  display: inline-block;
  border: 1px solid #e5e5e5;
}
.blog-details-section .blog-details-wrap .post-cat-wrap a {
  padding: 10px 12px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #ddd;
  margin-right: 6px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.blog-details-title {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 25px;
}

.blog-details-thumb-text {
  position: relative;
  bottom: 220px;
  z-index: 1;
  max-width: 1200px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.blog-details-thumb-title {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
}

.blog-section-4 {
  padding: 110px 0px;
}

.blog-btn-4 {
  margin-top: 40px;
}
.blog-btn-4 a {
  color: #fff;
  height: 50px;
  width: 150px;
  font-size: 15px;
  font-weight: 700;
  line-height: 50px;
  border-radius: 5px;
  display: inline-block;
  background-color: #ff3614;
}


.blog-date {
    position: absolute;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    background-color: var(--thm-primary);
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center !important;
    text-align: center;
    margin-top: -35px;
    right: 10px;
    text-transform: uppercase;
}

.blog-date-box span {
    display: block;
}

/* Blog Service */

.blog-details-image-and-list {
    padding-bottom: 25px;
}
/* Murupolku */
.breadcrumb-section {
  padding: 195px 0px 110px;
}
.breadcrumb-section .breadcrumb-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-color: #030014;
}

.breadcrumb-content {
  z-index: 1;
  position: relative;
}
.breadcrumb-content h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 10px;
}
.breadcrumb-content .breadcrumb-item .breadcrumb {
  justify-content: center;
  background-color: transparent;
}
.breadcrumb-content .breadcrumb-item .breadcrumb li {
  color: #fff;
  font-weight: 400;
}
.breadcrumb-content .breadcrumb-item .breadcrumb .breadcrumb-item.active {
  font-weight: 700;
}
.breadcrumb-content .breadcrumb-item .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  font-weight: 900;
  color: var(--thm-primary);
  font-family: "Font Awesome 5 Free";
}
/* Yhteystiedot */
#google_map {
  height: 410px;
}

.map-wrap {
    padding: 40px;
    background-color: #fff;
}

.googlemap {
  padding-bottom: 100px;
  background-color: #f2f2f4;
}

.contact-content-section {
  padding: 100px 0px;
  background-color: #f2f2f4;
}

.contact-content {
  margin-top: 40px;
}

.contact-content-inner {
  padding: 50px;
  border-radius: 10px;
  background-color: #fff;
}
.contact-content-inner .contact-content-icon {
    margin-bottom: 28px;
    height: 90px;
    width: 90px;
    color: var(--thm-base);
    font-size: 40px;
    background: var(--thm-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.contact-content-inner .contact-content-text.headline {
  padding: 10px 0 0px;
}
.contact-content-inner .contact-content-text h3 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
}
.contact-content-inner .contact-content-text span {
  display: block;
  font-size: 18px;
}

.contact-form-wrap {
  margin-top: 90px;
}
.contact-form-wrap h3 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 35px;
}

.contact-form-area {
  padding: 40px;
  background-color: #fff;
}
.contact-form-area .contact-form-input {
  flex-wrap: wrap;
  margin: 0px -15px;
}
.contact-form-area .contact-form-input input {
  height: 50px;
  width: 340px;
  border: none;
  margin: 0px 15px;
  padding-left: 20px;
  border-radius: 8px;
  background-color: #efeff0;
}
.contact-form-area textarea {
  width: 100%;
  border: none;
  height: 170px!important;
  padding: 20px;
  margin-top: 30px;
  border-radius: 8px;
  background-color: #efeff0;
}
.contact-form textarea {
  min-height: 100px!important;
  height: 100%;
}
.contact-form-area button {
  color: #fff;
  width: 100%;
  border: none;
  height: 50px;
  margin-top: 20px;
  border-radius: 8px;
  font-weight: 700;
  background-color: var(--thm-primary);
}
.contact-form-area button i {
  margin-left: 10px;
}
/* Footer */
.footer-section {
    padding-top: 80px;
}
.footer-section.style-two {
    background: #63bc46;
}
.footer-section .footerinfo p {
  text-align: center;
  color:#fff;
  margin-bottom: 0px;
}
.footer .footerinfo {
  width: 100%;
  height: auto;
}
.footer-section .footerinfo p {
  text-align: center;
  color:#fff;
  font-size: 18px;
}
.footer-section .footerinfo p a {
  font-weight: 700!important;
}
.footer-item {
    margin-bottom: 30px;
}
.footer-item .footer-logo .top {
    margin-bottom: 25px;
}
.footer-item .footer-logo .top img {
    width: 100%;
    max-width: 200px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.footer-section.style-two .footer-item .footer-logo .top {
    /'border-bottom: 1px solid rgb(255 255 255 / 13%);*/
}
.footer-item .footer-logo .top .logo {
    display: block;
    margin-bottom: 10px;
}
.footer-item .footer-logo .top p {
    margin-bottom: 12px;
    color: #fff;
}
.footer-section.style-two .footer-item .footer-logo .top p {
    color: #fff;
}
.footer-item .footer-logo .top ul {
    margin: 0;
    padding: 0;
}
.footer-item .footer-logo .top ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 5px;
}
.footer-item .footer-logo .top ul li a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 25px -7px #e1e0e0;
    box-shadow: 0px 0px 25px -7px #e1e0e0;
    font-size: 16px;
    line-height: 30px;
    transition: 0.5s;
}
.footer-section.style-two .footer-item .footer-logo .top ul li a {
    color: #fff;
    background-color: rgb(0 132 124 / 99%);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.footer-item .footer-logo .top ul li a:hover {
    color: #fff;
    background-color: #f93e45;
}
.footer-section.style-two .footer-item .footer-logo .top ul li a:hover {
    color: #fff;
    background-color: var(--thm-primary);
}
.footer-item .footer-logo .bottom ul {
    margin: 0;
    padding: 0;
}
.footer-item .footer-logo .bottom ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
    max-width: 75px;
}
.footer-item .footer-logo .bottom ul li a {
    display: block;
    position: relative;
    color: #fff;
}
.footer-item .footer-logo .bottom ul li a:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--thm-primary);
    opacity: .80;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.footer-item .footer-logo .bottom ul li a:hover:before {
    width: 100%;
}
.footer-item .footer-logo .bottom ul li a i {
    color: #fff;
    font-size: 30px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 70%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.footer-item .footer-logo .bottom ul li a:hover i {
    left: 50%;
    opacity: 1;
    visibility: visible;
}
.footer-item .footer-logo .bottom ul li a img {
    display: block;
    border-radius: 5px;
}
.footer-item h3 {
    font-size: 22px;
    margin-bottom: 30px;
}
.footer-section.style-two .footer-item h3 {
    color: #fff;
    font-weight: 700;
    position: relative;
    margin-bottom: 25px;
}
.footer-item .footer-links .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-item .footer-links .bottom {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #f4f4f4;
}
.footer-section.style-two .footer-item .footer-links .bottom {
    border-top: 1px solid rgb(255 255 255 / 13%);
}
.footer-item .footer-links .top .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.footer-item .footer-links .top ul {
    margin: 0;
    padding: 0;
}
.footer-item .footer-links .top ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 5px;
}
.footer-item .footer-links .top ul li a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    padding-left: 18px;
}
.footer-item .footer-links .top ul li a.active {
    font-weight: 700;
}
.footer-item .footer-links .top ul li a:hover {
    color: #f93e45;
}
.footer-section.style-two .footer-item .footer-links .top ul li a {
    color: #fff;
    font-weight: 400;
}
.footer-section.style-two .footer-item .footer-links .top ul li a:hover {
    color: #f93e45;
}
.footer-item .footer-links .top ul li a:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    left: 0;
    top: 8px;
    background-color: #f93e45;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.footer-item .footer-links .bottom h4 {
    font-size: 18px;
    margin-bottom: 15px;
}
.footer-section.style-two .footer-item .footer-links .bottom h4 {
    color: #fff;
}
.footer-item .footer-links .bottom ul {
    margin: 0;
    padding: 0;
}
.footer-item .footer-links .bottom ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 5px;
    margin-top: 8px;
}
.footer-item .footer-links .bottom ul li a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 25px -7px #e1e0e0;
    box-shadow: 0px 0px 25px -7px #e1e0e0;
    padding: 6px 15px;
    border-radius: 5px;
}
.footer-section.style-two .footer-item .footer-links .bottom ul li a {
    font-weight: 400;
    color: #fff;
    background-color: rgb(255 255 255 / 15%);
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: .5s;
}
.footer-item .footer-links .bottom ul li a:hover {
    color: #fff;
    background-color: #18253e;
}
.footer-section.style-two .footer-item .footer-links .bottom ul li a:hover {
    color: #fff;
    background-color: var(--thm-primary);
}
.footer-item .footer-contact .top {
    margin-bottom: 10px;
}
.footer-item .footer-contact .top ul {
    margin: 0;
    padding: 0;
}
.footer-item .footer-contact .top ul li {
    list-style-type: none;
    display: block;
    position: relative;
    margin-bottom: 10px;
    padding-left: 40px;
}
.footer-item .footer-contact .top ul li i {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: var(--thm-primary);
    font-size: 16px;
    border: 1px solid var(--thm-primary);
    border-radius: 4px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    top: 5px;
    left: 0;
}
.footer-item .footer-contact .top ul li a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.footer-section.style-two .footer-item .footer-contact .top ul li a {
    color: #fff;
}
.footer-item .footer-contact .top ul li p {
    margin-bottom: 0;
}
.footer-section.style-two .footer-item .footer-contact .top ul li p {
    color: #fff;
}
.footer-item .footer-contact .top ul li div a {
    display: block;
    font-size: 18px;
}
.footer-item .footer-contact .top ul li span {
    display: block;
    font-size: 16px;
}
.footer-section.style-two .footer-contact .top ul li span {
    color: #fff;
}
.footer-item .footer-contact .bottom {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 25px -7px #e1e0e0;
    box-shadow: 0px 0px 25px -7px #e1e0e0;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
}
.footer-section.style-two .footer-item .footer-contact .bottom {
    background-color: rgb(255 255 255 / 15%);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.footer-item .footer-contact .bottom i {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: #ffe5e6;
    border-radius: 50%;
    margin-bottom: 10px;
}
.footer-section.style-two .footer-item .footer-contact .bottom i {
    color: rgb(255 255 255 / 47%);
    background-color: rgb(255 255 255 / 14%);
}
.footer-item .footer-contact .bottom a {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 3px;
}
.footer-section.style-two .footer-item .footer-contact .bottom a {
    font-weight: 700;
    color: #fff;
}
.footer-item .footer-contact .bottom span {
    font-size: 15px;
    display: block;
}
.footer-section.style-two .footer-item .footer-contact .bottom span {
    color: #fff;
}
.footer-item .footer-subscribe-widget p {
    color: #fff;
}
.footer-item .footer-subscribe-widget form {
    margin-top: 30px;
    position: relative;
}
.footer-item .footer-subscribe-widget input {
  height: 45px;
  width: 100%;
  padding-left: 20px;
  border: 2px solid #313131;
  background-color: transparent;
}
.footer-item .footer-subscribe-widget input::placeholder {
  color: #fff;
  font-size: 14px;
}
.footer-item .footer-subscribe-widget button {
  top: 0;
  right: 0;
  width: 60px;
  padding: 0;
  color: #fff;
  height: 45px;
  border: none;
  position: absolute;
  background-color: var(--thm-primary);
  transition: 0.3s all ease-in-out;
}
.footer-item .footer-subscribe-widget button:hover {
  background-color: #fff;
  color: #000;
}
.footer-item .footer-subscribe-widget .office-open-hour {
    margin-top: 20px;
}
.footer-item .footer-subscribe-widget .office-open-hour span {
  color: #fff;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  text-decoration: underline;
}
.footer-item .footer-subscribe-widget .office-open-hour p {
  font-size: 14px;
  color: #fff;
  max-width: 180px;
}
.copyright-area {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #f4f4f4;
    text-align: center;
    margin-top: 70px;
}
.footer-section.style-two .copyright-area {
    border-top: 1px solid rgb(244 244 244 / 12%);
}
.copyright-area p {
    margin-bottom: 0;
    color: #fff;
    font-weight:300;
}
.copyright-area p a {
    margin-bottom: 0;
    color: #fff;
    font-weight:700;
}
.property-block {
    display: block;
    width: 100%;
    background: #fff;
    padding: 0;
    border-radius: 4px;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #e6eaf3;
}
.tmpl-kohde .property-item-btn {
  color: #fff;
  height: 50px;
  width: 170px;
  float:left;
  font-size: 15px;
  font-weight: 700;
  line-height: 50px;
  overflow: hidden;
  border-radius: 40px;
  background-color: var(--thm-primary);
}
.tmpl-kohde  .property-item-btn:after {
  background-color: #ff5520;
}
.tmpl-kohde  .property-item-btn i {
  margin-left: 5px;
}
.tmpl-kohde  .property-item-btn:hover i {
  animation: toBottomFromTop 0.3s forwards;
}
.property-block.style-2 {
    border-radius: 6px;
    border: none;
    border-radius: 6px;
    border: none;
}
.property-block.style-2 .property-block-header {
    padding: 30px 40px;
    border: none;
}
.property-block.style-2 .property-block-header h4 {
    margin: 0;
    font-family: var(--thm-headline-font);
    font-weight: 700;
    font-size: 22px;
    color: #000;
}
.property-block.style-2 .property-block-header h4:after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    position: relative;
    float: right;
    margin-right: 0;
    transition: .2s ease-out;
    background: #f5f7fb;
    width: 26px;
    height: 26px;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.property-block.style-2 ul h3 {
    margin: 0;
    font-family: var(--thm-headline-font);
    font-weight: 600;
    font-size: 22px;
    color: #000;
}
.block-body {
    line-height: 1.7;
    display: inline-block;
    width: 100%;
}
.property-block.style-2 .block-body {
    padding: 0 40px 30px;
}
ul.property-detail-features {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
ul.property-detail-features h3 {
    display:block;
    width: 100%;
}
ul.property-detail-features li {
    width: 33.333333%;
    flex: 0 0 33.333333%;
    display: inline-block;
    color: #747474;
    margin-bottom: 1.2rem;
    line-height: 1.5;
}
ul.property-detail-features li strong {
    color: #000;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    margin-right: 10px;
}

#agent-block .property-agent-content {
    margin-top: 0;
}
.property-amenities {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.property-amenities li {
    display: block;
    list-style: none;
    position: relative;
    margin: 10px 0;
    padding-left: 30px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.property-amenities li:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    color: var(--thm-primary);
    width: 20px;
    height: 20px;
    background: rgb(227 0 42 / 10%);
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    left: 0;
    top: 5px;
    font-size: 10px;
}
.accordion {
    border: 1px solid #e2e6ea;
    border-radius: 4px;
}
.accordion .card {
    border: none;
}
.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header {
    background: #fff;
    border: none;
    border-top: 1px solid #e9edf3;
    border-radius: 0;
}
.card-header {
    border-bottom: 1px solid #e2e6ea;
}
.btn.btn-link.collapsed, .btn.btn-link:focus {
    text-decoration: none !important;
}
.accordion .btn-link {
    padding: 3px 0;
    font-size: 13px;
    color: #333c56;
    font-size: 15px;
    font-weight: 600;
}
.accordion .btn-link {
    color: #5c657f;
    text-decoration: none;
    width: 100%;
    text-align: left;
}
.accordion .btn-link>span {
    font-size: 12px;
    font-weight: 400;
    margin-left: 15px;
    background: #e8ecf1;
    padding: 6px 15px;
    border-radius: 2px;
}
.accordion .btn-link>span i {
    color: #7690b0;
}
ul.list-gallery-inline {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    width: 100%;
}
ul.list-gallery-inline li {
    width: 25%;
    flex: 0 0 25%;
    padding: 5px;
}
ul.list-gallery-inline li a {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
}
ul.list-gallery-inline li a img {
    border: 1px solid #eef1fe;
    padding: 5px;
}
ul.list-gallery-inline li a img:hover {
    opacity: .8;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.modal-dialog {
    margin: 8rem auto;
}
.sides-widget-header {
    position: relative;
    display: flex;
    background: #ff5520;
    padding: 1.5rem 1.4rem;
    color: #fff;
    align-items: center;
    font-family: var(--thm-headline-font);
}
.simple-form .form-control, .modal-dialog-centered .form-control {
    background: #efeff0;
    box-shadow: none;
}
.input-with-icon {
    position: relative;
    width: 100%;
}
.input-with-icon input {
    height: 50px;
    border: none;
    border-radius: 8px;
    background-color: #a0a2a7;
    padding-left: 45px;
}
.input-with-icon i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    font-size: 18px;
    color: #a2a9bf;
    font-style: normal;
    cursor: normal;
    pointer-events: none;
}
.sides-widget-header .agent-photo {
    float: left;
    display: block;
}
.sides-widget-header .agent-photo img {
    border-radius: 50%;
    max-width: 60px;
}
.sides-widget-details {
    padding-left: 20px;
    display: block;
    position: relative;
}
.sides-widget-details h4 {
    margin-bottom: 2px;
    color: #fff!important;
    font-size: 20px;
}
.sides-widget-details h4>a {
    color: #fff!important;
}
.sides-widget-details span {
    color: #eee;
    font-size: 14px;
}
.sides-widget-body {
    margin-top: 28px;
}
.simple-form button {
    color: #fff;
    width: 100%;
    height: 50px;
    border: none;
    font-weight: 700;
    border-radius: 10px;
    margin-bottom: 15px;
    background-color: #ff5520;
}
.property-contact-info {
    position: relative;
    display: block;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.property-contact-info-list li {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eef1fe;
}
.property-contact-info-list li:last-child {
    border-bottom:none;
}
.sidebar-map-contact-info .contact-info {
    position: relative;
}
.property-contact-info-list li i {
    font-size: 15px;
    color: #ff5520;
    padding-right: 12px;
}
.property-contact-info-social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 20px;
}
.property-contact-info-social a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    width: 40px;
    height: 40px;
    background-color: #fafafa;
    color: #ff5520;
    font-size: 15px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.property-contact-info-social a:hover {
    background: #ff5520;
    color: #fff;
}
.property-contact-info-social a + a {
    margin-left: 10px;
}
.property-contact-info .direction-btn {
    background-color: #ff5520;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    transition: all 500ms ease;
    position: absolute;
    top: -60px;
    right: 0;
    padding: 10px 20px;
    line-height: 1;
}
.header-two.fixed {
    position: relative;
    display: block;
}
/* Kohdelistaus */
.property-list-wrap {
  position: relative;
  display: block;
  overflow: hidden;
}
.property-list-wrap .container-full-width {
  position: relative;
  width: 100%;
}
.property-list-content {
  position: relative;
  display: block;
  width: 45%;
  padding: 40px 40px 0;
  float: left;
  background-color: #f2f2f4;
}
.property-list-left-form {
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
}
.property-list-left-form .input-box {
  margin-bottom: 30px;
}
.property-list-left-form .input-box input[type="text"] {
    height: 50px;
    width: 100%;
    border: none;
    padding-left: 20px;
    border-radius: 8px;
    background-color: #efeff0;
}
.property-list-left-form
  .input-box
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  height: 65px;
}
.property-list-left-form
  .input-box
  .bootstrap-select
  > .dropdown-toggle {
  width: 100%;
  height: 65px;
  line-height: 65px;
  border: 0px solid #f5f0e9;
  padding: 0 30px;
  outline: none;
  border-radius: 4px;
  background: #f0f3f6;
  color: #aaa;
  font-size: 16px;
  font-weight: 500;
}
.property-list-left-form .input-box .nice-select {
    height: 50px;
    width: 100%;
    border: none;
    font-size: 16px;
    padding-left: 20px;
    border-radius: 8px;
    background-color: #efeff0;
    line-height: 50px;
}
.property-list-three-page.one
.property-list-three-page-single
.property-list-three-page-content
.title
  p {
  font-size: 16px;
  line-height: 25px;
}
.property-list-map {
  position: relative;
  display: block;
  width: 55%;
  background: #ddd;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  float: right;
}
.property-list-map .google-map {
  width: 100%;
  height: 100%;
  border: none;
}
.property-block.filter-by .property-block-header {
    padding: 0;
    border: none;
}
.filter-by .panel-collapse {
    padding-top: 24px;
}
.property-list-btn button {
    color: #fff;
    width: 100%;
    border: none;
    height: 50px;
    border-radius: 8px;
    font-weight: 700;
    background-color: var(--thm-primary);
}
.property-list-btn button:hover {
    background-color: #ff5520;
    transition: 0.3s all ease-in-out;
}

/* Yhteystiedot */
.contact-area {
    padding: 100px 0;
}
.contact-form {
  margin-top: 50px;
}
.contact-image {
  padding-top: 15px;
  padding-bottom: 15px;
}
.contact-image img {
  width: auto;
  height: 100%;
  max-height: 550px;
}
.contact-info {
    padding-right: 15px;
}
.contact-info .sub-title {
    display: block;
    text-transform: uppercase;
    color: #fe4a55;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
}
.contact-info h2 {
    margin-bottom: 12px;
    font-size: 36px;
    font-weight: 800;
    color: #000;
}
.contact-info ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 35px;
    margin-bottom: 0;
}
.contact-info ul li {
    position: relative;
    margin-bottom: 35px;
    padding-left: 100px;
}
.contact-info ul li .icon {
    width: 75px;
    height: 85px;
    line-height: 85px;
    background-color: #f5f5f5;
    border-radius: 3px;
    position: absolute;
    text-align: center;
    left: 0;
    font-size: 40px;
    color: var(--thm-primary);
    -moz-transition: .5s;
    transition: .5s;
    top: 0;
}
.contact-info ul li:hover .icon {
    background-color: var(--thm-primary);
    color: #fff;
}
.contact-info ul li h3 {
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.5px;
}
.contact-info ul li p {
    max-width: 300px;
    margin-bottom: 0;
    margin-top: 2px;
}
.contact-form {
    overflow: hidden;
    padding: 35px;
    margin-left: 15px;
    border-radius: 5px;
    background-color: #fe4a55;
    background-image: url(/images/register-shape.jpg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.contact-form h2 {
    margin-bottom: 0;
    color: #fff;
    font-size: 33px;
    font-weight: 800;
}
.contact-form p {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0;
}
.contact-form form {
    margin-top: 25px;
}
.contact-form form input, .contact-form form textarea {
    display: block;
    width: 100%;
    border: none;
    color: #fff;
    background-color: #c22b34;
    height: 50px;
    padding-left: 15px;
    border-radius: 5px;
    font-size: 16px;
}
.contact-form form .invalid-feedback {
    color: #fff;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}
.contact-form form .default-btn {
    background-color: #221638;
    margin-top: 5px;
    padding: 12px 30px;
    border: none;
    position: relative;
    display: inline-block;
    color: #fff;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #fff;
}
/* Sisältö */
.service-section {
    padding: 50px 0px 100px;
}
.service-section p {
  font-weight: 600;
  font-size: 22px;
}
/* Blogikuva */
.blog-details-thumb-section {
  padding: 300px 0px 40px;
}
.blog-details-thumb-section .blog-details-thumb-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-color: #030014;
}
.blog-details-thumb-content {
  z-index: 1;
  position: relative;
}
.blog-details-thumb-content h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  padding-bottom: 10px;
}
.blog-details-thumb-content .blog-details-thumb-item .blog-details-thumb {
  justify-content: center;
  background-color: transparent;
}
/* Captcha */
.captcha {
	padding-top:0.5em;
	padding-bottom:1em;
	margin-bottom:0em!important;
	width:100%;
  color:#fff;
}
.tmpl-haluanmyyda .captcha {
	padding-top:0.5em;
	padding-bottom:1em;
	margin-bottom:0em!important;
	width:100%;
  color:#000;
}
.captcha-input {
	font-size:0.8em;
	padding:0em;
	padding-bottom:4em;
}
.captcha-input input{
	float:left;
	clear:right;
	margin-left:0.2em;
  text-align: center;
  padding: 5px!important;
  border-radius:0px!important;
  font-size: 14px!important;
}
.captcha-input img{
	float:left;
	clear:right;
	margin-right:0.5em;
	margin-top:0em;
}
/* Haluan myydä */
.lomake {
	width:100%;
	margin-left:0em;
	margin-bottom:2em;
	margin-top:2em;
}
.lomake fieldset {
  border: 1px solid #eee;
  margin-bottom: 15px;
  padding: 25px;
  width: 100%;
}
.lomake fieldset legend {
  padding-left: 15px;
  padding-right: 15px;
}
.lomake input, .lomake textarea{
	width:100%;
  border-radius: 25px;
}
.lomake input[type="radio"]{
 	top: 0;
	right: 0;
	width: 15px!important;
  height: 15px!important;
  margin-right: 10px;
}
.lomake input {
  height: 50px;
  width: 340px;
  border: none;
  margin: 0px 0px;
  padding-left: 20px;
  border-radius: 8px;
  background-color: #efeff0;
}
.lomake textarea {
  width: 100%;
  border: none;
  height: 170px;
  padding: 20px;
  margin-top: 0px;
  border-radius: 8px;
  background-color: #efeff0;
}
.lomake button {
  color: #fff;
  width: 100%;
  border: none;
  height: 50px;
  margin-top: 20px;
  border-radius: 8px;
  font-weight: 700;
  background-color: var(--thm-primary);
}
.lomake button i {
  margin-left: 10px;
}
.lomake fieldset {

}
.lomake .form-group {
  float: left;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}
.lomake .form-group label {
  font-weight: 400;
  margin-bottom: 0px;
}
