<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
font-family: 'GT';
src:url('../fonts/icomoon.eot');
src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
url('../fonts/icomoon.woff') format('woff'),
url('../fonts/icomoon.ttf') format('truetype'),
url('../fonts/icomoon.svg') format('svg');
font-weight: normal;
font-style: normal;
}

a {
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #1396e2;
  outline: none !important;
}
a:hover {
  text-decoration: none;
}
a:hover h1, a:hover h2, a:hover h3, a:hover h4 {
  color: #1396e2;
}
a:focus, a:active {
  outline: none !important;
  text-decoration: none;
}
a h1, a h2, a h3, a h4 {
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #073855;
}

img{
	max-width:100%;
}

blockquote {
  border: none;
  display: table;
  margin-bottom: 0;
  padding: 20px 10%;
  width: 100%;
}
blockquote figure {
  display: table-cell;
  vertical-align: middle;
}
blockquote figure .image {
  background-color: #5a5a5a;
  height: 180px;
  position: relative;
  overflow: hidden;
  width: 160px;
}
blockquote figure .image:after {
  bottom: 0px;
  content: "";
  height: 0px;
  border-style: solid;
  border-width: 20px 0 0 20px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 0;
  width: 0px;
}
blockquote figure .image:before {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 20px;
  left: 0;
  width: calc(100% - 20px);
  position: absolute;
}
blockquote .cite {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
}
blockquote .cite p {
  font-family: Georgia, serif;
  font-size: 24px;
  font-style: italic;
}
blockquote .cite footer {
  color: #073855;
}

body {
  background-color: #fff;
  color: #444;
  font-family: 'Poppins', sans-serif;
  font-size:14px;
  line-height:21px;
  font-weight:400;
}

dl {
  margin-bottom: 10px;
}
dl dt {
  float: left;
}
dl dd {
  margin-bottom: 5px;
  text-align: right;
}
dl dd .rating {
  float: right;
  position: relative;
  top: -5px;
}

h1 {
  font-size: 28px;
 
  margin-bottom: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
}

h2 {
color: #00a2ac;
font-size: 20px;
font-weight: 600;
margin: 5px 0;
padding: 10px 0;
 

}

h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

h4 {
  font-size: 14px;
  font-weight: lighter;
}

hr {
  border-color: rgba(0, 0, 0, 0.1);
}
hr.thick {
  border-width: 2px;
}
hr.divider {
  border-color: #1396e2;
  border-width: 2px;
  width: 40px;
}




section {
  position: relative;
}

ul.list-links {
  margin-top: -5px;
}
ul.list-links li a {
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #5a5a5a;
  display: block;
  padding: 5px 0;
  padding-left: 0;
}
ul.list-links li a:hover {
  color: #1396e2;
  padding-left: 5px;
}

.page-sub-page #page-content:after {
  background: #f1f1f1;
  background: -moz-linear-gradient(top, #f1f1f1 0%, white 80%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(80%, white));
  background: -webkit-linear-gradient(top, #f1f1f1 0%, white 80%);
  background: -o-linear-gradient(top, #f1f1f1 0%, white 80%);
  background: -ms-linear-gradient(top, #f1f1f1 0%, white 80%);
  background: linear-gradient(to bottom, #f1f1f1 0%, white 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 );
  content: "";
  left: 0;
  height: 110px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.page-sub-page.page-submit h2 {
  border: none;
  margin-bottom: 25px;
  padding-bottom: 0;
}
.page-sub-page.page-submit .submit-pricing {
  margin-bottom: 0;
}
.page-sub-page.page-create-account .radio {
  display: inline-block;
  margin-right: 50px;
  margin-bottom: 30px;
}
.page-sub-page.page-create-account h3 {
  margin-top: 0;
}
.page-sub-page.page-create-agency #page-content form &gt; section {
  margin-bottom: 30px;
}
.page-sub-page.page-contact #page-content section {
  margin-bottom: 30px;
}
.page-sub-page.page-legal #page-content section {
  margin-bottom: 40px;
}
.page-sub-page.page-legal #page-content section h3 {
  font-weight: normal;
}
.page-sub-page.page-agency-detail #page-content address {
  position: relative;
}

#overlay {
  background: rgba(0, 0, 0, 0.3);
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99998;
}

#similar-properties {
  padding-bottom: 20px;
}
#similar-properties h2 {
  margin-bottom: 10px !important;
}

.background-color-grey-light {
  background-color: #f3f3f3;
}

.background-color-grey-medium {
  background-color: #5a5a5a;
}

.background-color-grey-dark {
  background-color: #2a2a2a;
}

.background-color-default {
  background-color: #1396e2;
}

.background-color-default-darker {
  background-color: #073855;
}

.background-image {
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  overflow: hidden;
}

.button-icon .fa {
  margin: 0 10px;
}

.center {
  text-align: center;
}

.has-fullscreen-map {
  position: relative;
}
.has-fullscreen-map:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  animation: animate-loading 3s infinite linear;
  -webkit-animation: animate-loading 3s infinite linear;
  content: "\f013";
  color: #2a2a2a;
  font-size: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 26px;
  height: 30px;
  bottom: 0;
  right: 0;
  margin: auto;
}
.has-fullscreen-map:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}
.has-fullscreen-map.loaded:before, .has-fullscreen-map.loaded:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.has-dark-background {
  color: #fff;
}
.has-dark-background a {
  color: #fff;
}

.link-icon {
  color: #2a2a2a;
}
.link-icon .fa {
  color: #1396e2;
  margin: 0 10px;
}

.link-arrow {
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #2a2a2a;
  display: inline-block;
}
.link-arrow:after {
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\f105";
  color: #1396e2;
  left: 0;
  font-size: 18px;
  margin-left: 10px;
  vertical-align: middle;
  position: relative;
  bottom: 2px;
}
.link-arrow:hover {
  color: #2a2a2a;
  cursor: pointer;
}
.link-arrow:hover:after {
  color: #073855;
  left: 5px;
}
.link-arrow.geo-location:after {
  content: "\f041";
  top: -1px;
}
.link-arrow.geo-location:hover:after {
  left: 0;
  top: -5px;
}
.link-arrow.back:after {
  display: none;
}
.link-arrow.back:before {
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\f104";
  color: #1396e2;
  right: 0;
  font-size: 18px;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  bottom: 2px;
}
.link-arrow.back:hover {
  color: #2a2a2a;
  cursor: pointer;
}
.link-arrow.back:hover:before {
  color: #073855;
  right: 5px;
}


.no-border {
  border: none !important;
}

.no-bottom-margin {
  margin-bottom: 0 !important;
}

.opacity-10 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
}

.opacity-20 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}

.text-align-right {
  text-align: right;
}

.text-underline {
  text-decoration: underline;
}

/****
  A
****/
#about-us #ceo-section .cite-title {
  font-size: 36px;
  font-weight: lighter;
}
#about-us #ceo-section h3 {
  color: #073855;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0;
}
#about-us #ceo-section .cite {
  display: inline-block;
  margin: 20px 0;
  width: 70%;
}
#about-us .image {
  display: inline-block;
  margin-bottom: 10px;
}
#about-us .image img {
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
#about-us .divider-image {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
  margin: 30px 0;
  max-width: 100%;
}
#about-us .member {
  margin-bottom: 60px;
}
#about-us .moduletable h3{
	text-align: center;
	font-size: 24px;
    font-weight: lighter;
}
.account-profile {
  position: relative;
}
.account-profile h3 {
  margin-top: 0;
  margin-bottom: 30px;
}
.account-profile img {
  width: 100%;
  margin-bottom: 30px;
}
.account-profile form {
  position: relative;
}
.account-profile section {
  margin-bottom: 0px;
}
.account-profile section#agency {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.account-profile section#contact label, .account-profile section#agency label {
  display: block;
  line-height: 38px;
}
.account-profile section#social .input-group {
  width: 100%;
}
.account-profile section#social .input-group .input-group-addon {
  background-color: #2a2a2a;
  width: 40px;
}
.account-profile section#social .input-group .input-group-addon i {
  color: #fff;
}
.account-profile .contact-fields {
  display: table;
  width: 100%;
}
.account-profile .contact-fields dt {
  clear: both;
}
.account-profile .contact-fields dd {
  float: right;
  margin-bottom: 5px;
  width: 65%;
}
.account-profile .switch {
  position: absolute;
  top: 0;
  right: 0;
}
.account-profile .switch label {
  line-height: 0 !important;
}
.account-profile .switch .icheckbox {
  margin-right: 0;
}

.geo-location-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.geo-location-wrapper:hover .text {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  right: 50px;
  pointer-events: none;
}
.geo-location-wrapper .btn {
  background-color: #fff;
  color: #073855;
  position: absolute;
  right: 0px;
  top: 60px;
  width: 38px;
}
.geo-location-wrapper .btn:hover {
  background-color: #fff;
  color: #1396e2;
}
.geo-location-wrapper .fa {
  font-size: 20px;
}
.geo-location-wrapper .text {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
  background-color: #073855;
  padding: 10px;
  position: absolute;
  right: 40px;
  text-align: right;
  top: 0;
  pointer-events: none;
}
.geo-location-wrapper .text:after {
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #073855;
  position: absolute;
  top: 0;
  right: -4px;
  bottom: 0;
  margin: auto;
}

.agency {
  border-bottom: 1px solid #f3f3f3;
  display: table;
  font-size: 12px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
.agency address {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
}
.agency address h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
.agency h2 {
  border: none;
  margin-bottom: 20px;
  margin-top: 0;
  padding: 0;
}
.agency dl {
  display: inline-block;
  width: 50%;
}
.agency dl dd {
  margin-bottom: 4px;
}
.agency .agency-image {
  display: table-cell;
  vertical-align: middle;
  width: 30%;
}
.agency .wrapper {
  display: table-cell;
  width: 70%;
}

.agency-image img {
  max-width: 100%;
}

.agent {
  margin-bottom: 60px;
  position: relative;
  padding-left: 180px;
}
.agent .agent-image {
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  left: 0;
  position: absolute;
  top: 0;
  width: 160px;
}
.agent .agent-image:hover {
  top: -5px;
}
.agent .agent-image img {
  width: 100%;
}
.agent .wrapper h2 {
  border: none;
  margin-bottom: 10px;
  margin-top: 0;
  padding-bottom: 0;
}
.agent .wrapper aside {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.agent .wrapper dl {
  border-top: 1px solid #f3f3f3;
  margin-top: 10px;
  padding-top: 10px;
  font-size: 12px;
}
.agent .wrapper dl dd {
  margin-bottom: 4px;
}

#agent-detail h3 {
  margin-bottom: 20px;
  margin-top: 0;
}
#agent-detail .property h3 {
  margin: 5px 0 3px 0;
}
#agent-detail .agent-image img {
  width: 100%;
}
.agent-social .btn {
  width: 36px;
}
#agent-detail .agency-logo {
  display: block;
  position: relative;
}
#agent-detail .agency-logo:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\f105";
  color: #1396e2;
  font-size: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 20px;
  right: 20px;
}
#agent-detail .agency-logo:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  right: 5px;
}
#agent-detail .agency-logo img {
  max-width: 100%;
}

.agent-form .agent-info {
  padding-left: 140px;
  position: relative;
}
.agent-form .agent-info h3 {
  margin-top: 0;
}
.agent-form .agent-info hr {
  margin: 10px 0;
}
.agent-form .agent-info figure {
  left: 0;
  position: absolute;
  top: 0;
}
.agent-form .agent-info figure img {
  width: 120px;
}

/*
#agent-info {
  dl {
    dd { text-align: left; margin-left: 80px; }
  }
}
*/
.animate-loading {
  -webkit-animation-name: animate-loading;
  -moz-animation-name: animate-loading;
  -ms-animation-name: animate-loading;
  animation-name: animate-loading;
  -webkit-animation-duration: infinite;
  -moz-animation-duration: infinite;
  -ms-animation-duration: infinite;
  animation-duration: infinite;
}
@-webkit-keyframes animate-loading {}
@-moz-keyframes animate-loading {}
@-ms-keyframes animate-loading {}
@keyframes animate-loading {}
@-webkit-keyframes animate-loading {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes animate-loading {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes animate-loading {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/****
  B
****/
.banner {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 2px solid #f3f3f3;
  display: table;
  width: 100%;
  height: 100%;
  padding: 30px;
  margin-bottom: 30px;
}
.banner:hover {
  border-color: #d9d9d9;
}
.banner .title, .banner .submit {
  display: table-cell;
  vertical-align: middle;
}
.banner .title {
  color: #2a2a2a;
  font-size: 24px;
  font-weight: lighter;
  width: 70%;
}
.banner .submit {
  color: #1396e2;
  font-size: 18px;
  text-align: right;
  width: 30%;
}
.banner .submit i {
  color: #073855;
  margin-left: 10px;
}

div.breadcrumb {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.8;
  background-color: transparent;
  padding: 8px 0;
  font-size: 12px;
  margin-bottom: 0px;
}

ul.breadcrumb{
	padding: 2px;
	margin:0;
}

.breadcrumb a {
  color: #5a5a5a;
}

.block {
  padding: 25px 0;
}

.blog-post {
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 40px;
  padding-bottom: 30px;
}
.blog-post iframe {
  margin-bottom: 20px;
}
.blog-post img {
  max-width: 100%;

}

.blog-post h2,
.item-page h2 {
  border: none;
  font-size: 36px;
  margin: 0 0 20px 0;
  padding-bottom: 0;
  text-align:center;
}
.blog-post p {
  margin-bottom: 20px;
}
.blog-post ul {
  padding-left: 25px;
}
.blog-post .meta {
  display: table;
  width: 100%;
  margin: 20px 0;
}
dl.article-info dd:first-child .fa {
  margin-left: 0;
}
.blog-post .meta .tags {
  display: inline-block;
  float: right;
}
.blog-post .meta .tags .tag {
  margin-left: 5px;
}


.bookmark {
  position: relative;
}
.bookmark:before {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\f08a";
  color: #1396e2;
  position: relative;
}
.bookmark:hover:before {
  color: #073855;
}
.bookmark:hover .title-add {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  right: 30px;
}
.bookmark .title-add, .bookmark .title-added {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  color: #5a5a5a;
  font-size: 12px;
  pointer-events: none;
  position: absolute;
  top: 0px;
  right: 25px;
  text-align: right;
  width: 140px;
}

.bookmark.added {
  position: relative;
}
.bookmark.added:before {
  content: "\f004";
}
.bookmark.added:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  animation: animate-bookmark 1s;
  -webkit-animation: animate-bookmark 1s;
  content: "\f055";
  color: #1396e2;
  left: 3px;
  font-size: 14px;
  position: absolute;
  z-index: 2;
}
.bookmark.added .title-add {
  -webkit-opacity: 0 !important;
  opacity: 0 !important;
}
.bookmark.added .title-added {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}

.animate-bookmark {
  -webkit-animation-name: animate-bookmark;
  -moz-animation-name: animate-bookmark;
  -ms-animation-name: animate-bookmark;
  animation-name: animate-bookmark;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes animate-bookmark {}
@-moz-keyframes animate-bookmark {}
@-ms-keyframes animate-bookmark {}
@keyframes animate-bookmark {}
@-webkit-keyframes animate-bookmark {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    top: 0px;
  }

  30% {
    top: -20px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  100% {
    top: -20px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-moz-keyframes animate-bookmark {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    top: 0px;
  }

  30% {
    top: -20px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  100% {
    top: -20px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-ms-keyframes animate-bookmark {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    top: 0px;
  }

  30% {
    top: -20px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  100% {
    top: -20px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@keyframes animate-bookmark {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    top: 0px;
  }

  30% {
    top: -20px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  100% {
    top: -20px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
/****
  C
****/
.cite {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Georgia", serif;
  font-size: 18px;
  font-style: italic;
  margin: 10px 0;
}

.comments {
  list-style: none;
  padding-left: 0;
}
.comments .comment {
  display: table;
  margin-bottom: 20px;
  padding-left: 80px;
  position: relative;
}
.comments .comment figure {
  left: 0;
  position: absolute;
  top: 0;
}
.comments .comment figure .image {
  background-color: #5a5a5a;
  height: 70px;
  position: relative;
  overflow: hidden;
  width: 60px;
}
.comments .comment figure .image:after {
  bottom: 0px;
  content: "";
  height: 0px;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 0;
  width: 0px;
}
.comments .comment figure .image:before {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 10px;
  left: 0;
  width: calc(100% - 10px);
  position: absolute;
}
.comments .comment figure .image img {
  height: 100%;
}
.comments .comment .date {
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 5px;
}
.comments .comment .date .fa {
  color: #b8b8b8;
  font-size: 10px;
  margin-right: 10px;
}
.comments .comment .name {
  display: table;
  font-size: 18px;
  width: 100%;
}
.comments .comment .reply {
  color: #2a2a2a;
}
.comments .comment .reply .fa {
  color: #1396e2;
  margin-right: 10px;
}

/****
  D
****/
.display-lines .property {
  border-bottom: 2px solid #f3f3f3;
  padding-left: 280px;
  padding-bottom: 30px;
  position: relative;
  overflow: visible;
  float:left;
}
.display-lines .property.no-border {
  padding-bottom: 0;
}
.display-lines .property:hover img {
  top: inherit;
}
.display-lines .property .property-image {
  height: 195px;
  left: 0;
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 260px;
}
.display-lines .property .type {
  top: 0;
  right: 0;
}
.display-lines .property .info {
  display: table;
  position: relative;
}
.display-lines .property .info header a {
  display: inline-block;
}
.display-lines .property .info header figure {
  margin-bottom: 10px;
}
.display-lines .property .info header h3 {
  color: #073855;
  font-size: 28px;
  margin: 0;
}
.display-lines .property .info aside {
  margin-top: 10px;
}
.display-lines .property .info aside p {
  float: left;
  max-height: 55px;
  font-size: 12px;
  width: 60%;
  overflow: hidden;
  padding-right: 10px;
  padding-bottom: 20px;
}
.display-lines .property .info aside dl {
  float: right;
  width: 40%;
  font-size: 12px;
}
.display-lines .property .info aside dl dd {
  margin-bottom: 4px;
}
.display-lines .property .info .link-arrow {
  bottom: 0;
  left: 0;
  position: absolute;
}
.display-lines .property .ribbon {
  margin: inherit;
  left: initial;
}

/****
  E
****/
.enabled {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  pointer-events: inherit;
}

.disabled {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  pointer-events: none;
}

.error-page {
  display: table;
  text-align: center;
  margin-top: 100px;
  width: 100%;
}
.error-page h2 {
  position: relative;
  z-index: 4;
}
.error-page .title header {
  color: #1396e2;
  font-size: 99px;
  font-weight: lighter;
  position: relative;
  z-index: 1;
}
.error-page .top {
  bottom: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  z-index: 2;
}
.error-page .bottom {
  bottom: 90px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  z-index: 0;
}

/****
  F
****/
.faq {
  position: relative;
  padding-left: 50px;
  margin-bottom: 12px;
}
.faq .icon {
  background-color: #1396e2;
  color: #fff;
  height: 35px;
  left: 0;
  width: 35px;
  position: absolute;
  top: 0;
  text-align: center;
  line-height: 35px;
}
.faq .icon:after {
  bottom: -7px;
  content: "";
  height: 0px;
  border-style: solid;
  border-width: 0px 10px 10px 10px;
  border-color: transparent #1396e2 transparent transparent;
  position: absolute;
  right: 0;
  width: 0px;
}
.faq header {
  color: #073855;
  font-size: 18px;
  margin-top: 6px;
  margin-bottom: 15px;
}
.faq p {
  border-bottom: 2px solid #f3f3f3;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.faq aside {
  font-size: 12px;
}
.faq aside a {
  margin-left: 10px;
}

.feature-box {
  border: 2px solid #f3f3f3;
  margin-bottom: 30px;
  padding: 0 20px 15px 80px;
  position: relative;
}
.feature-box .description h3 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #073855;
  font-weight: normal;
  padding-bottom: 10px;
}
.feature-box .icon {
  background-color: #1396e2;
  height: 60px;
  left: -2px;
  padding: 20px;
  position: absolute;
  top: -2px;
  width: 60px;
}
.feature-box .icon:after {
  bottom: -8px;
  content: "";
  height: 0px;
  border-style: solid;
  border-width: 0 8px 8px 0;
  border-color: transparent #1396e2 transparent transparent;
  position: absolute;
  right: 0;
  width: 0px;
}
.feature-box .icon .fa {
  color: #fff;
  font-size: 20px;
}

.featured-properties {
  padding-bottom: 0;
  padding-top: 0px;

}

#featured-properties-carousel {
  background-color: #fff;
}

.fun-facts {
  display: table;
  margin-bottom: 15px;
  padding: 30px 0;
  position: relative;
  width: 100%;
}
.fun-facts:before {
  background-color: rgba(0, 0, 0, 0.07);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  top: -15px;
  right: 0;
  width: 100%;
  z-index: -2;
}
.fun-facts .number-wrapper {
  text-align: center;
}
.fun-facts .number-wrapper figure {
  color: #073855;
}
.fun-facts .number-wrapper .number {
  color: #1396e2;
  font-size: 48px;
  font-weight: lighter;
  position: relative;
}
.fun-facts .number-wrapper .number:before {
  background-color: #fff;
  bottom: 0;
  content: "";
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
  z-index: -1;
}

/****
  I
****/
.invoice {
  width: 100%;
}
.invoice aside {
  display: inline-block;
  width: 49%;
}
.invoice address {
  line-height: 24px;
  margin: 20px 0;
}
.invoice table {
  width: 100%;
}
.invoice section {
  border-bottom: 2px solid #ccc;
  padding: 20px 0;
}
.invoice dl dd {
  text-align: left;
}
.invoice dl dt {
  width: 150px;
}
.invoice h1 {
  border: none;
  font-size: 60px;
  font-weight: lighter;
  margin: 0;
  padding: 0;
}
.invoice h2 {
  border: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
.invoice h3 {
  border: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 24px;
}
.invoice h4 {
  font-weight: bold;
}
.invoice .title {
  font-weight: bold;
}
.invoice #description-table th {
  background-color: #e8e8e8;
  padding: 8px 0;
}
.invoice #description-table th:first-child {
  padding-left: 10px;
  width: 50%;
}
.invoice #description-table th:last-child {
  text-align: right;
  padding-right: 10px;
  width: 18%;
}
.invoice #description-table td {
  padding: 10px 0;
}
.invoice #description-table td:first-child {
  padding-left: 10px;
}
.invoice #description-table td:last-child {
  text-align: right;
  padding-right: 10px;
}
.invoice #description {
  padding-bottom: 0;
}
.invoice #subtotal aside:last-child {
  width: 18%;
}
.invoice #summary {
  text-align: right;
}
.invoice #summary h2 {
  display: inline-block;
}
.invoice #summary figure {
  display: inline-block;
  font-size: 24px;
  width: 18%;
}
.invoice #from-to &gt; table &gt; tbody &gt; tr &gt; td {
  width: 50%;
  vertical-align: top;
}
.invoice #underline {
  font-size: 12px;
}

/****
  L
****/
.layout-expandable {
  -moz-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  overflow: hidden;
}

#loading-icon {
  bottom: 0;
  font-size: 28px;
  height: 25px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  z-index: 3;
}

.loading:before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}

.logos {
  display: block;
  line-height: 0;
  margin-top: 10px;
  padding: 30px 10px;
  text-align: justify;
}
.logos:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.logos .logo {
  display: inline-block;
  margin-bottom: 7px;
  position: relative;
}
.logos .logo a {
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  padding: 10px;
}
.logos .logo a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/****
  N
****/
.note {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  font-size: 12px;
  margin: 10px 0;
}

/****
  M
****/
.masonry-hide-other {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.masonry-show {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.member {
  position: relative;
  margin-bottom: 30px;
  padding-left: 130px;
}
.member h3 {
  color: #073855;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0;
}
.member .image {
  left: 0;
  position: absolute;
  top: 0;
}
.member .image img {
  width: 110px;
}
.member dl {
  border-top: 2px solid #f3f3f3;
  font-size: 12px;
  margin-top: 10px;
  padding-top: 10px;
}
.member dl dd {
  margin-bottom: 4px;
}
.member .tag {
  background-color: #1396e2;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
}

.my-properties table {
  width: 100%;
}
.my-properties table h2 {
  border: none;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px 0;
  padding: 0;
}
.my-properties table thead {
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.my-properties table thead tr th {
  background-color: #073855;
  border: none;
  color: #fff;
  padding: 10px 10px 10px 0px;
}
.my-properties table thead tr th:first-child {
  padding-left: 10px;
}
.my-properties table tbody tr td {
  border-top: none;
  border-bottom: 2px solid #f3f3f3;
  padding: 20px 20px 20px 0px;
  vertical-align: middle;
}
.my-properties table tbody tr td:last-child {
  padding-right: 5px;
}
.my-properties table tbody tr td.actions {
  text-align: right;
}
.my-properties table tbody tr td.actions a {
  padding: 5px;
}
.my-properties table tbody tr td.actions .edit {
  float: left;
  color: #2a2a2a;
}
.my-properties table tbody tr td.actions .edit:hover i {
  color: #073855;
}
.my-properties table tbody tr td.actions .edit i {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #1396e2;
  margin-right: 5px;
}
.my-properties table tbody tr td.actions .delete {
  color: red;
  position: relative;
  top: 5px;
}
.my-properties table tbody tr td.image {
  width: 125px;
}
.my-properties table tbody tr td.image img {
  width: 100%;
}
.my-properties table tbody tr td img, .my-properties table tbody tr td .inner {
  display: inline-block;
}
.my-properties table tbody tr td .inner figure {
  margin-bottom: 5px;
}

/****
  O
****/
.owl-carousel .property {
  margin-bottom: 0;
}
.owl-carousel .owl-pagination {
  text-align: center;
}
.owl-carousel .owl-pagination .owl-page {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  width: 10px;
}
.owl-carousel .owl-pagination .owl-page:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.owl-carousel .owl-pagination .owl-page.active {
  background-color: rgba(0, 0, 0, 0.6);
}

/****
  P
****/


#page-content {
  position: relative;
 
}


.pagination li:first-child a, .pagination li:last-child a {
  -moz-border-radius: 0px!important;
  -webkit-border-radius: 0px!important;
  border-radius: 0px!important;
}
.pagination li.active a {
  background-color: transparent;
  border-color: #073855;
  color: #073855;
}
.pagination li a:hover, .pagination li span.pagenav, .pagination li a:focus {
  background-color: transparent;
  border-color: #073855;
  color: #073855;
}
.pagination li a,
.pagination li span {
  -moz-border-radius: 0px!important;
  -webkit-border-radius: 0px!important;
  border-radius: 0px!important;
  background-color: transparent;
  border: none;
  border-top: 5px solid #f3f3f3;
  color: #5a5a5a;
  padding: 10px 20px;
  margin: 0!important;
}
.pagination &gt; li &gt; a:hover, .pagination &gt; li &gt; a:active, .pagination &gt; li &gt; a:focus {
  background-color: transparent!important;
  border-color: #1396e2!important;
  color: #1396e2!important;
}

.post-author {
  border: 2px solid #f3f3f3;
  display: table;
  margin-bottom: 60px;
  padding: 20px;
  position: relative;
  width: 100%;
}
.post-author img {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  /*position: absolute; height: 100px; top: 0; bottom: 0; margin: auto;*/
}
.post-author header {
  color: #073855;
  margin-bottom: 10px;
}
.post-author .wrapper {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}

.price-box {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 2px solid #f3f3f3;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
  bottom: 0;
}
.price-box:hover {
  bottom: 10px;
}
.price-box.promoted {
  /*background-color: #062f47;*/
  background-image: url(../images/btn_bg_hover.png);
  background-repeat: repeat;
  border: none;
}
.price-box.promoted header, .price-box.promoted .price {
  margin: 0;
}
.price-box.promoted ul {
  color: #fff;
}
.price-box.promoted ul li {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.price-box header {
  background-color: #1396e2;
  margin: -2px;
  padding: 20px 0;
}
.price-box header h2 {
  border: none;
  color: #fff;
  font-size: 36px;
  font-weight: lighter;
  margin: 0;
  padding: 0;
}
.price-box .price {
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #073855;
  color: #fff;
  margin: 0 -2px;
  padding: 10px 0;
}
.price-box .price figure {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: -5px;
}
.price-box .price small {
  font-size: 12px;
}
.price-box ul {
  list-style: none;
  padding-left: 0;
  padding-bottom: 10px;
}
.price-box ul li {
  border-bottom: 2px solid #f3f3f3;
  padding: 10px 0;
}
.price-box ul li.not-available {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  text-decoration: line-through;
}
.price-box ul li span {
  font-weight: bold;
}

.property {
  margin-bottom: 30px;

  position: relative;
  border-radius:20px;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;

}

a.emlak_linkleri{
	display:block;

	 border-radius:20px;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
}

.property:hover img, .property:active img, .property:focus img {
  -moz-backface-visibility: hidden;
  -moz-transform: scale(1.1) rotate(0.01deg);
  -webkit-transform: scale(1.1) rotate(0.01deg);
  transform: scale(1.1) rotate(0.01deg);
}
.property:hover.big .overlay, .property:active.big .overlay, .property:focus.big .overlay {
  bottom: 0px;
}
.property:hover .overlay, .property:active .overlay, .property:focus .overlay {
  bottom: 0px;
}
.property:hover .overlay .additional-info li, .property:active .overlay .additional-info li, .property:focus .overlay .additional-info li {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.property:hover .tag.status, .property:active .tag.status, .property:focus .tag.status {
  background-color: rgba(0, 0, 0, 0.8);
}
.property:hover .type, .property:active .type, .property:focus .type {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.property img {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -moz-backface-visibility: hidden;
  width: 100%;
  position: relative;
  top: 0;
}
.property .overlay {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
 background: linear-gradient(to bottom, #0fc3ce 0%, #00a2ac 100%);
  position: relative;
    z-index: 1;
	margin-top: -5px;
	padding:5px;
}
.property .overlay h3 {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0 3px 0;
}
.property .overlay figure {
  color: #fff;
  font-weight: lighter;
}
.property .overlay .additional-info {
  background-color: #073855;
  display: table;
  height: 30px;
  list-style: none;
  margin-bottom: 0;
  width: 100%;
  padding: 8px 12px;
}
.property .overlay .additional-info li {
  -moz-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  color: #fff;
  display: table-cell;
}
.property .overlay .additional-info li header {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  font-size: 11px;
}
.property .overlay .additional-info li figure {
  font-size: 11px;
  font-weight: bold;
}
.property .overlay .info {
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  padding: 12px;
}
.property .property-image {

  width: 100%;
}
.property .tag.status {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color: rgba(255, 0, 0, 0.8);
  color: #fff;
  left: 13px;
  font-size: 13px;
  padding: 6px 12px;
  position: absolute;
  top: 15px;
  z-index: 1;
}
.property .tag.status:after {
  bottom: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 0;
  border-color: rgba(0, 0, 0, 0.6) transparent transparent transparent;
  content: "";
  left: 0;
  position: absolute;
}
.property .type {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  background-color: #fff;
  position: absolute;
  right: 13px;
  z-index: 2;
  top: 15px;
  height: 29px;
  padding: 0 2px;
  text-align: center;
  line-height: 29px;
}
.property .type img {
  width: inherit;
  top: 0 !important;
}
.property.big {
  max-width: 440px;
}
.property.big .overlay {
  bottom: -70px;
}
.property.big .overlay h3 {
  font-size: 24px;
  font-weight: normal;
  margin: 8px 0 3px 0;
}
.property.big .overlay li header, .property.big .overlay li figure {
  font-size: 12px;
}
.property.big .overlay .additional-info {
  height: 70px;
  padding: 15px 20px;
}
.property.big .overlay .price {
  font-size: 18px;
}
.property.big .overlay .info {
  padding: 20px;
}
.property.big .property-image {
  /*height: 285px;*/
}
.property.big .tag {
  left: 20px;
  top: 20px;
}
.property.small {
  margin-bottom: 30px !important;
}
.property.small:hover img {
  top: inherit;
}
.property.small .property-image {
  float: left;
  width: 100px;
  height: 75px;
}
.property.small .info {
  padding-left: 110px;
}
.property.small .info a {
  color: #2a2a2a;
}
.property.small .info a:hover {
  color: #1396e2;
}
.property.small .info a h4 {
  border: none;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
}
.property.small .info figure {
  margin-bottom: 10px;
}
.property.small .info .tag {
  font-size: 12px;
}
.property.masonry {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #fff;
  font-size: 12px;
  width: 32.1%;
  float: left;
  margin-bottom: 15px;

}
.property.masonry .inner {
  /*-moz-backface-visibility: hidden;*/
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.property.masonry:hover img {
  top: 0;
}
.property.masonry aside {
  border: 2px solid #f3f3f3;
  background-color: #fff;
  padding: 15px 15px 10px 15px;
  position: relative;
  top: -2px;
}
.property.masonry aside h3 {
  -moz-backface-visibility: hidden;
  color: #073855;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 5px;
}
.property.masonry aside figure {
  -moz-backface-visibility: hidden;
  margin-bottom: 10px;
}
.property.masonry aside p {
  -moz-backface-visibility: hidden;
  margin-bottom: 10px;
}
.property.masonry aside .link-arrow {
  border-top: 2px solid #f3f3f3;
  display: block;
  font-size: 14px;
  padding-top: 10px;
}
.property.masonry .property-image {
  position: relative;
  margin-bottom: 0;
}
.property.masonry .property-image img {
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.property.masonry .property-image:hover img {
  -moz-transform: scale(1.1) rotate(0.01deg);
  -webkit-transform: scale(1.1) rotate(0.01deg);
  transform: scale(1.1) rotate(0.01deg);
}
.property.masonry .property-image:hover .type img {
  -moz-transform: scale(1) rotate(0deg);
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
/*.property.masonry .property-image .overlay {
  bottom: 0;
  position: absolute;
}*/

.property.masonry .property-image .overlay .tag {
  -moz-backface-visibility: hidden;
}
.property.masonry .property-image .ribbon {
  top: 15px;
  bottom: inherit;
}

.property-carousel .property-slide {
  position: relative;
  text-align:center;
  background:#111111;
}
.property-carousel .property-slide .overlay {
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  bottom: 0;
  left: 0;
  height: 40%;
  position: absolute;
  width: 100%;
}
.property-carousel .property-slide .overlay h3 {
  bottom: 20px;
  color: #fff;
  left: 30px;
  font-size: 24px;
  position: absolute;
}
.property-carousel .property-slide img {
  
}

.property-carousel .owl-controls .owl-prev, .property-carousel .owl-controls .owl-next {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #1396e2;
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
}
.property-carousel .owl-controls .owl-prev:after, .property-carousel .owl-controls .owl-next:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #fff;
  width: 5px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.property-carousel .owl-controls .owl-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.property-carousel .owl-controls .owl-next:after {
  content: "\f105";
}
.property-carousel .owl-controls .owl-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.property-carousel .owl-controls .owl-prev:after {
  content: "\f104";
}


#property-detail section h2 {
  margin-bottom: 25px;
}

.property-detail-map-wrapper {
  position: relative;
  height: 340px;
}
.property-detail-map-wrapper .property-detail-map {
  height: 100%;
  position: absolute;
  right: 0;
  width: 100%;
}

.property-features-list li {
  display: inline-block;
  padding: 5px 0;
  width: 49%;
}
.property-features-list li:before {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\f111";
  color: #1396e2;
  font-size: 8px;
  position: relative;
  bottom: 2px;
  margin-right: 10px;
}


.property-title h1 {
  border: none;
  margin-bottom: 7px;
  margin-top: 0;
  padding-bottom: 0;
  color: #111;
    font-weight: 700;
    font-size: 20px;
	text-align:center;
}


#property-rating aside, #property-rating figure {
  display: inline-block;
}
#property-rating aside header, #property-rating figure header {
  font-weight: bold;
  margin-bottom: 10px;
}
#property-rating aside {
  float: left;
}
#property-rating figure {
  float: right;
}
#property-rating figure .rating {
  width: inherit !important;
  float: right;
}
#property-rating .rating-form {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 0px;
  overflow: hidden;
}
#property-rating .rating-form header {
  font-size: 18px;
  font-weight: lighter;
  margin: 20px 0;
}

.show-rating-form {
  height: auto;
}

/****
  R
****/
.rating img {
  background-color: #1396e2;
}
.rating .inner img {
  background-color: #1396e2;
}
.rating.rating-individual {
  margin-bottom: 10px;
}
.rating.rating-user {
  display: inline-block;
  font-size:14px;
}
.rating.rating-user #hint {
  margin-top: 20px;
  height: 20px;
}



.corner-ribbon{
     position:absolute;
  right: -4px;
    top: -3px;
    z-index:1;
    overflow:hidden;
    width:75px;
    height:75px;
    text-align:right
}
 .corner-ribbon div{
    font-size:10px;
    font-weight:600;
    color:#FFF;
    text-transform:uppercase;
    text-align:center;
    line-height:20px;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    width:100px;
    display:block;
   background: linear-gradient(to bottom,  #f01c0b 0%,#f01c0b 100%);

    box-shadow:0 3px 10px -5px rgba(0,0,0,1);
    position:absolute;
    top:19px;
    right:-21px
}
 .corner-ribbon div::before{
    content:"";
    position:absolute;
    left:0px;
    top:100%;
    z-index:-1;
    border-left:3px solid #d41d0e;
    border-right:3px solid transparent;
    border-bottom:3px solid transparent;
    border-top:3px solid #d41d0e
}
.corner-ribbon div::after{
    content:"";
    position:absolute;
    right:0px;
    top:100%;
    z-index:-1;
    border-left:3px solid transparent;
    border-right:3px solid #d41d0e;
    border-bottom:3px solid transparent;
    border-top:3px solid #d41d0e
}
 



/****
  S
****/
#search-filter {
  margin-top: -20px;
  position: relative;
}
#search-filter h3 {
  display: inline-block;
  margin: 0 10px 0 0;
}
#search-filter h3 i {
  color: #1396e2;
  font-size: 12px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
#search-filter .search-count {
  font-weight: bold;
}
#search-filter .sorting {
 float:right;
}
#search-filter .sorting span, #search-filter .sorting .form-group {
  display: inline-block;
}
#search-filter .sorting span {
  margin-right: 10px;
}
#search-filter .sorting .form-group {
  min-width: 200px;
}

section#properties{
	clear:both;
}

.section-title {
  position: relative;
}
.section-title .link-arrow {
  margin-top: 5px;
  right: 0;
  position: absolute;
  top: 0;
}

.show-on-map {
  color: #2a2a2a;
  position: absolute;
  right: 0px;
  text-align: center;
}
.show-on-map .fa {
  color: #1396e2;
  font-size: 24px;
}

.sidebar aside {
  margin-bottom: 50px;
}
.sidebar h3 {

  margin-top: 5px;
  padding-bottom: 10px;
}
.sidebar form .btn {
  width: 100%;
}
.sidebar ul {
  padding-left: 15px;
}
.sidebar ul.list-links li {
  color: #1396e2;
}
.sidebar .sidebar-navigation {
  list-style: none;
  padding-left: 0;
}
.sidebar .sidebar-navigation li {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-right: 3px solid transparent;
  margin-bottom: 5px;
  position: relative;
  padding-left: 10px;
}
.sidebar .sidebar-navigation li:hover {
  border-color: #1396e2;
  padding-left: 15px;
}
.sidebar .sidebar-navigation li:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  border-color: transparent transparent transparent #1396e2;
}
.sidebar .sidebar-navigation li:after {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent transparent;
  content: "";
  position: absolute;
  right: -8px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sidebar .sidebar-navigation li.active {
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #f3f3f3;
  border-color: #073855;
  padding-left: 10px;
}
.sidebar .sidebar-navigation li.active:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  border-color: transparent transparent transparent #073855;
}
.sidebar .sidebar-navigation li.active i {
  display: inline-block;
}
.sidebar .sidebar-navigation li a {
  color: #2a2a2a;
  display: block;
  padding: 10px 0;
}
.sidebar .sidebar-navigation li i {
  color: #1396e2;
  margin-right: 8px;
}

#slider {

  position: relative;
  overflow: hidden;
}
#slider .homepage-slider .slide {
    height: 850px;
    overflow: hidden;
    position: relative;
}

@media (min-width: 1600px) and (max-width: 3000px) {}
	#slider .homepage-slider .slide img{
		width:100%; !important;
	}
}

	

#slider .homepage-slider .slide:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  bottom: 0;
  content: "";
  height: 30%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
#slider .homepage-slider .slide .overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  opacity: 1;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
  position: absolute;
  bottom: 0;
  margin-bottom: 0px !important;
  width: 100%;
  z-index: 2;
  padding-bottom:50px;
}
#slider .homepage-slider .slide .overlay .info {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#slider .homepage-slider .slide .overlay .info .tag {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 24px;
  position: relative;
  top: 20px;
}
#slider .homepage-slider .slide .overlay .info h3 {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 30px;
  font-weight: normal;
  margin: 5px 0;
  position: relative;
  left: 20px;
}
#slider .homepage-slider .slide .overlay .info figure {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 18px;
  position: relative;
  left: 20px;
}
#slider .homepage-slider .slide .overlay .info.animate-description-out {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#slider .homepage-slider .slide .overlay .info.animate-description-out .tag, #slider .homepage-slider .slide .overlay .info.animate-description-out h3, #slider .homepage-slider .slide .overlay .info.animate-description-out figure {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#slider .homepage-slider .slide .overlay .info.animate-description-in {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#slider .homepage-slider .slide .overlay .info.animate-description-in figure {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  left: 0px;
}
#slider .homepage-slider .slide .overlay .info.animate-description-in h3 {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  left: 0px;
}
#slider .homepage-slider .slide .overlay .info.animate-description-in .tag {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  top: 0px;
}
#slider .homepage-slider .slide .overlay hr {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  border-color: #fff;
}
#slider .homepage-slider .slide .overlay .link-arrow {
  color: #fff;
}

#slider .homepage-slider .owl-controls .owl-prev, #slider .homepage-slider .owl-controls .owl-next {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: transparent;
  bottom: 0;
  display: block;
  height: 100%;
  margin: auto;
  padding: 0 30px;
  position: absolute;
  top: 0;
}
#slider .homepage-slider .owl-controls .owl-prev:hover, #slider .homepage-slider .owl-controls .owl-next:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
#slider .homepage-slider .owl-controls .owl-prev:after, #slider .homepage-slider .owl-controls .owl-next:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  bottom: 0;
  color: #fff;
  font-size: 40px;
  height: 40px;
  margin: auto;
  top: 0px;
  position: absolute;
}
#slider .homepage-slider .owl-controls .owl-next {
  right: 0;
}
#slider .homepage-slider .owl-controls .owl-next:after {
  content: "\f105";
  right: 20px;
}
#slider .homepage-slider .owl-controls .owl-prev:after {
  content: "\f104";
  left: 20px;
}

.show-all {
  color: #2a2a2a;
  padding: 10px;
  display: inline-block;
}
.show-all:hover {
  cursor: pointer;
}
.show-all:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #1396e2;
  content: "\f067";
  margin-left: 10px;
  font-size: 11px;
  position: relative;
  top: -1px;
}
.show-all.layout-expanded:after {
  content: "\f068";
}

.submit-pricing {
  border: 2px solid #f3f3f3;
  padding: 15px 20px;
  margin-bottom: 30px;
}
.submit-pricing table {
  margin-bottom: 0;
}
.submit-pricing table thead tr th {
  border: none;
  font-weight: lighter;
  font-size: 18px;
  padding: 0;
  width: 25%;
  vertical-align: middle;
}
.submit-pricing table thead tr th.title {
  color: #1396e2;
  font-size: 24px;
  text-align: center;
}
.submit-pricing table tbody tr td {
  border: none;
  border-top: 2px solid #f3f3f3;
  font-size: 12px;
  width: 25%;
  vertical-align: middle;
  padding: 10px 0;
  text-align: center;
}
.submit-pricing table tbody tr td:first-child {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  text-align: left;
}
.submit-pricing table tbody tr td.not-available {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.submit-pricing table tbody tr td.available {
  color: #1396e2;
}
.submit-pricing table tbody tr.buttons {
  padding-bottom: 0;
}
.submit-pricing table tbody tr.buttons td {
  border: none;
}
.submit-pricing table tbody tr.buttons td:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #5a5a5a;
  content: "\f05d";
  display: none;
  font-size: 20px;
}
.submit-pricing table tbody tr.buttons td.package-selected:after {
  display: inline-block;
}
.submit-pricing table tbody tr.buttons td.package-selected .btn {
  display: none;
}
.submit-pricing table tbody tr.prices td {
  border: none;
  color: #073855;
  font-size: 14px;
  padding-bottom: 15px;
}

.submit-step {
  padding-left: 50px;
  padding-top: 10px;
  position: relative;
}
.submit-step .step-number {
  background-color: #1396e2;
  color: #fff;
  height: 35px;
  left: 0;
  width: 35px;
  position: absolute;
  top: 0;
  text-align: center;
  line-height: 35px;
}
.submit-step .step-number:after {
  bottom: -7px;
  content: "";
  height: 0px;
  border-style: solid;
  border-width: 0px 10px 10px 10px;
  border-color: transparent transparent transparent #1396e2;
  position: absolute;
  left: 0;
  width: 0px;
}
.submit-step .description h4 {
  color: #2a2a2a;
  margin-top: 0;
  font-weight: bold;
}

.submit-features {
  list-style: none;
  padding-left: 0;
}
.submit-features li {
  display: inline-block;
  width: 50%;
  font-size:12px;
 
}
.submit-features li label {
  font-weight: normal;
}

#submit-map {
  height: 320px;
  width: 100%;
}

.submission-message {
  margin-top: 100px;
}
.submission-message header {
  color: #073855;
  font-size: 48px;
  font-weight: lighter;
  margin: 10px 0;
}
.submission-message p, .submission-message a {
  margin-bottom: 60px;
}

/****
  T
****/
.tag {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  display: inline-block;
  padding: 3px 8px;
}
.tag.price {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  background-color: #1396e2;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.tag.article {
  background-color: #f3f3f3;
  border-left: 3px solid #c7c7c7;
  color: #2a2a2a;
  font-size: 12px;
  font-weight: bold;
}

.testimonials-carousel.small .testimonial {
  padding: 20px 0;
}
.testimonials-carousel.small .testimonial figure .image {
  background-color: #5a5a5a;
  height: 70px;
  position: relative;
  overflow: hidden;
  width: 60px;
}
.testimonials-carousel.small .testimonial figure .image:after {
  bottom: 0px;
  content: "";
  height: 0px;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 0;
  width: 0px;
}
.testimonials-carousel.small .testimonial figure .image:before {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 10px;
  left: 0;
  width: calc(100% - 10px);
  position: absolute;
}
.testimonials-carousel.small .testimonial figure .image img {
  height: 100%;
}
.testimonials-carousel.small .testimonial .cite p {
  font-size: 14px;
}

.text-banner {
  padding: 40px 0;
}

.timeline-item {
  display: block;
  margin-bottom: 60px;
}
.timeline-item:last-child:after {
  display: none !important;
}
.timeline-item:hover .circle .date {
  left: 30px;
}
.timeline-item:hover .wrapper {
  background-color: #f3f3f3;
}
.timeline-item:hover .wrapper .social .btn {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.timeline-item:after {
  background-color: #f3f3f3;
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 21px;
  z-index: -1;
}
.timeline-item .circle {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #f3f3f3;
  height: 43px;
  position: relative;
  width: 100%;
}
.timeline-item .circle .dot {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #1396e2;
  height: 7px;
  width: 7px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 1px;
  margin: auto;
}
.timeline-item .circle .date {
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #1396e2;
  color: #fff;
  left: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 29px;
  line-height: 29px;
  padding-left: 7px;
  padding-right: 7px;
  z-index: 2;
}
.timeline-item .circle .date:after {
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 4px 4px 4px 4px;
  border-color: transparent #1396e2 transparent transparent;
  position: absolute;
  top: 0;
  left: -8px;
  bottom: 0;
  margin: auto;
}
.timeline-item .wrapper {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: transparent;
  border: 2px solid #f3f3f3;
  padding: 20px 20px 20px 80px;
  margin-top: -8px;
}
.timeline-item .wrapper img {
  margin-bottom: 30px;
  width: 100%;
}
.timeline-item .wrapper h3 {
  margin-top: 0;
}
.timeline-item .wrapper .social {
  margin-top: 20px;
}
.timeline-item .wrapper .social .btn {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  padding: 3px 0;
  width: 25px;
}

.thumbnail {
  height: 100px;
}

.tool-tip {
  padding: 5px;
  cursor: pointer;
  color: #073855;
}

/****
  U
****/
.universal-button {
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #f3f3f3;
  color: #2a2a2a;
  display: block;
  margin-bottom: 10px;
  padding: 20px;
  position: relative;
  top: 0;
}
.universal-button:hover {
  background-color: #eeeeee;
  color: #2a2a2a;
}
.universal-button:active {
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  top: 1px;
}
.universal-button figure, .universal-button span {
  vertical-align: middle;
  display: table-cell;
}
.universal-button figure {
  color: #1396e2;
  font-size: 28px;
  width: 40px;
}
.universal-button .arrow {
  bottom: 0;
  color: #1396e2;
  height: 15px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  width: 10px;
}

#map {
  width: 100%;
  height: 700px;
}

#contact-map {
  height: 300px;
  width: 100%;
}

.marker-style {
  border: 3px solid #1396e2;
  text-align: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-left: -17px !important;
  margin-top: -46px !important;
}
.marker-style img {
  position: absolute !important;
  top: -1px !important;
  bottom: 0px !important;
  right: 0px;
  left: 0px;
  margin: auto !important;
}

.cluster &gt; div {
  color: #fff !important;
  text-align: center !important;
  z-index: 3;
}
.cluster &gt; div:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #1396e2;
  content: "";
  height: 31px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 31px;
  z-index: -1;
}

.leaflet-div-icon {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: transparent;
  border: none;
  background-image: url("../images/marker.png");
}
.leaflet-div-icon:after {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #1396e2;
  content: "";
  display: block;
  height: 34px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 34px;
  z-index: 2;
}
.leaflet-div-icon:hover {
  top: -5px;
}
.leaflet-div-icon img {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  top: -10px;
  bottom: 0px;
}

.leaflet-container {
  font: inherit;
}

.leaflet-popup .leaflet-popup-close-button {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  background: #fff !important;
  color: #2a2a2a !important;
  height: 25px !important;
  top: 10px !important;
  padding: 4px !important;
  right: 10px !important;
  width: 25px !important;
  z-index: 2;
}
.leaflet-popup .leaflet-popup-content-wrapper {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  padding: 0;
}
.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  border-bottom: 5px solid #fff;
  border-top: 5px solid #073855;
  height: 206px;
  width: 260px;
  margin: 0;
  overflow: hidden;
}
.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .property {
  margin-bottom: 0;
}
.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .property:hover img {
  top: 0;
}
.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .property .overlay {
  bottom: 0px;
}

.infobox-wrapper &gt; img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute !important;
  right: 8px;
  top: 13px;
  z-index: 2;
}
.infobox-wrapper &gt; img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.infobox-wrapper .infobox-inner {
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-top: 6px solid #073855;
  font-size: 12px;
  position: relative;
  margin-bottom: 50px;
  min-width: 200px;
}
.infobox-wrapper .infobox-inner:after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 95px;
  content: "";
  bottom: -6px;
}
.infobox-wrapper .infobox-inner .infobox-image {
  width: 250px;
  height: auto;
  overflow: hidden;
  position: relative;
}
.infobox-wrapper .infobox-inner .infobox-image:after {
  background: -moz-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
  background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
  background: -ms-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.infobox-wrapper .infobox-inner .infobox-image img {
  width: 100%;
}
.infobox-wrapper .infobox-inner .infobox-image .infobox-price {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  background-color: #1396e2;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 7px;
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 2;
}
.infobox-wrapper .infobox-inner .infobox-title {
  font-size: 14px;
  font-weight: bold;
}
.infobox-wrapper .infobox-inner .infobox-title a {
  color: #073855;
}
.infobox-wrapper .infobox-inner .infobox-description {
  padding: 8px;
}
.infobox-wrapper .infobox-inner .infobox-location {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  font-size: 12px;
}
.infobox-wrapper .infobox-inner .fa {
  color: #1396e2;
  float: right;
  font-size: 18px;
  margin-top: 4px;
}

.marker-hover {
  opacity: .5;
}

.search-box-wrapper {
  position: absolute;
  width: 100%;
  top: 0px;
}
.search-box-wrapper .search-box-inner h2 {
  margin-bottom: 20px;
}

#submit-map {
  margin-bottom: 20px;
}

.fade-map {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

.map-osm #map {
  z-index: 0;
  position: relative;
}

.marker-cluster {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
  width: 32px;
  height: 38px;
  background-color: #1396e2;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  line-height: 38px;
}
.marker-cluster:hover {
  background-color: #073855;
}

.form-group {
  margin-bottom: 10px;
}

input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="number"], input[type="tel"], textarea.form-control{
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
  -webkit-appearance: none;
  background-color: #f3f3f3;
  border: none;
  font-size: 14px;
  outline: none !important;
  padding: 10px 9px 11px 9px;
  width: 100%;
  height: inherit;
}
input[type="text"]:active, input[type="text"]:focus, input[type="email"]:active, input[type="email"]:focus, input[type="search"]:active, input[type="search"]:focus, input[type="password"]:active, input[type="password"]:focus, input[type="number"]:active, input[type="number"]:focus, input[type="tel"]:active, input[type="tel"]:focus, textarea.form-control:active, textarea.form-control:focus {
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
}
input[type="text"]:hover, input[type="email"]:hover, input[type="search"]:hover, input[type="password"]:hover, input[type="number"]:hover, input[type="tel"]:hover, textarea.form-control:hover {
  background-color: rgba(0, 0, 0, 0.02);
}

.btn, select {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #f3f3f3;
  border: none;
  color: #5a5a5a;
  font-size: 14px;
  outline: none !important;
  padding: 10px 9px 9px 9px;
  width: auto;
  text-shadow: none;
}
.btn:hover, select:hover {
  background-color: #ebebeb;
  color: #5a5a5a;
}
.btn:active, .btn:focus, select:active, select:focus {
  -moz-box-shadow: 0px 1px 2px transparent, inset 0px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px transparent, inset 0px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px transparent, inset 0px 2px 2px rgba(0, 0, 0, 0.2);
  background-color: #ebebeb;
  color: #5a5a5a;
}
.btn.btn-default, select.btn-default {
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #1396e2;
  color: #fff;
}
.btn.btn-default:hover, select.btn-default:hover {
  /*background-color: #128dd4;*/
}
.btn.btn-default:active, select.btn-default:active {
  -moz-box-shadow: 0px 2px 2px transparent, inset 0px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 2px transparent, inset 0px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px transparent, inset 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.btn.btn-grey-dark, select.btn-grey-dark {
  background-color: #2a2a2a;
  color: #fff;
}
.btn.btn-grey-dark:hover, select.btn-grey-dark:hover {
  background-color: #393939;
}
.btn.btn-danger, select.btn-danger {
  background-color: #C9302C;
  color: #fff;
}
.btn.btn-danger:hover, select.btn-danger:hover {
  background-color: #b42b27;
}
.btn.btn-success, select.btn-success {
  background-color: #5CB85C;
  color: #fff;
}
.btn.btn-success:hover, select.btn-success:hover {
  background-color: #4cae4c;
}
.btn.btn-info, select.btn-info {
  background-color: #31B0D5;
  color: #fff;
}
.btn.btn-info:hover, select.btn-info:hover {
  background-color: #28a1c4;
}
.btn.btn-warning, select.btn-warning {
  background-color: #EC971F;
  color: #fff;
}
.btn.btn-warning:hover, select.btn-warning:hover {
  background-color: #e38d13;
}
.btn.small, select.small {
  font-size: 12px;
  padding: 5px 12px 5px;
}
.btn.large, select.large {
  font-size: 18px;
  padding: 15px 20px;
}

.checkbox, .radio {
  padding-left: 0px;
}

.checkbox.switch {
  margin: 0;
  padding: 0;
  z-index: 2;
}
.checkbox.switch .icheckbox {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid #cdcdcd;
  background-color: #fff;
  display: inline-block;
  height: 25px;
  margin-left: 10px;
  position: relative;
  width: 45px;
  top: -1px;
}
.checkbox.switch .icheckbox:hover {
  border-color: #1396e2;
}
.checkbox.switch .icheckbox:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.checkbox.switch .icheckbox:after {
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #073855;
  content: "\f00c";
  font-size: 11px;
  position: absolute;
  left: 5px;
  line-height: 20px;
}
.checkbox.switch .icheckbox:before {
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #1396e2;
  content: "";
  height: 17px;
  width: 17px;
  position: absolute;
  left: 2px;
  top: 2px;
}
.checkbox.switch .icheckbox.checked {
  border-color: #1396e2;
}
.checkbox.switch .icheckbox.checked:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-color: #073855;
  left: 22px;
}
.checkbox .icheckbox {
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #f3f3f3;
  display: inline-block;
  height: 20px;
  margin-right: 5px;
  position: relative;
  width: 20px;
  top: -1px;
}
.checkbox .icheckbox:after {
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #2a2a2a;
  content: "\f00c";
  position: absolute;
  line-height: 20px;
  left: 4px;
}
.checkbox .icheckbox.checked:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.iradio {
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #f3f3f3;
  height: 20px;
  margin-right: 10px;
  position: relative;
  width: 20px;
  top: -1px;
}
.iradio:after {
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  background-color: #2a2a2a;
}
.iradio.checked:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.input-group-addon {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
}

.input-group .search {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  width: 40px;
  z-index: 2;
}

.form-group {
  position: relative;
}

form #form-status {
  line-height: 1;
  position: relative;
  top: -28px;
}
form #form-status #valid {
  position: relative;
  top: -10px;
}
form #form-status #valid .icon {
  font-size: 24px;
  margin-right: 10px;
  vertical-align: middle;
}
form #form-status #invalid {
  color: red;
  position: relative;
  top: -10px;
}
form label.error {
  background-color: red;
  bottom: -30px;
  color: #fff;
  font-size: 12px;
  left: 0;
  padding: 5px;
  position: absolute;
  z-index: 2;
}
form label.error:before {
  border-style: solid;
  border-width: 0 3.5px 5px 3.5px;
  border-color: transparent transparent red transparent;
  content: "";
  height: 0px;
  left: 5px;
  position: absolute;
  top: -5px;
  width: 0px;
}

.form-submit .file-input {
  border: 2px solid #f3f3f3;
  padding: 15px;
  position: relative;
  width: 100%;
}
.form-submit .file-input .file-preview {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
  padding: 0;
  margin-bottom: 20px;
}
.form-submit .file-input .file-preview .close {
  position: absolute;
  right: 10px;
  top: 5px;
}
.form-submit .file-input .file-preview .file-preview-frame {
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  border: none;
  height: inherit;
}
.form-submit .file-input .file-preview .file-preview-frame .file-preview-image {
  height: 100px;
}

.bootstrap-select {
  width: 100% !important;
  margin-bottom: 0 !important;
}
.bootstrap-select .selectpicker {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #f3f3f3;
  color: #5a5a5a;
}
.bootstrap-select .selectpicker:focus, .bootstrap-select .selectpicker:active {
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  outline: none !important;
}
.bootstrap-select .selectpicker:hover {
  background-color: #ebebeb;
}
.bootstrap-select .selectpicker .caret {
  border: none;
}
.bootstrap-select .selectpicker .caret:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #1396e2;
  content: "\f107";
  font-size: 18px;
  position: absolute;
  top: -7px;
  right: -2px;
}
.bootstrap-select .selectpicker .filter-option {
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-left: 0px;
  position: relative;
  font-weight:600;
}
.bootstrap-select .selectpicker .filter-option:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #1396e2;
  content: "\f00c";
  font-size: 14px;
  position: absolute;
  left: 0px;
  top: 2px;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  bottom: -5px;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  border: none;
}
.bootstrap-select .dropdown-menu {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
  margin-top: 3px;
  padding: 0;
  padding-left: 0 !important;
}
.bootstrap-select .dropdown-menu.selectpicker {
  background-color: #fff !important;
}
.bootstrap-select .dropdown-menu li:first-child a, .bootstrap-select .dropdown-menu li.selected a {
  background-color: transparent;
  color: #9c9c9c;
  padding-left: 15px;
}
.bootstrap-select .dropdown-menu li:first-child a:hover, .bootstrap-select .dropdown-menu li.selected a:hover {
  background-color: transparent;
  padding-left: 15px;
}
.bootstrap-select .dropdown-menu li a {
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #444;
  padding: 4px 15px;
}
.bootstrap-select .dropdown-menu li a:hover {
  background-color: #f3f3f3;
  padding-left: 20px;
}
.bootstrap-select.open .selectpicker {
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form-search .bootstrap-select .selectpicker {
  font-weight: 600;
  font-size:13px;
}

.selected-option-check-a {
  padding-left: 20px;
}
.selected-option-check-a:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.selected-option-check .selectpicker .filter-option {
  padding-left: 20px;
}
.selected-option-check .selectpicker .filter-option:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.jslider {
  font-family: 'Poppins', sans-serif;
  top: 12px;
}
.jslider .jslider-value {
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.jslider .jslider-bg i {
  height: 2px;
}
.jslider .jslider-bg .l {
  background: none;
  background-color: #fff;
}
.jslider .jslider-bg .f {
  background: none;
  background-color: #fff;
}
.jslider .jslider-bg .r {
  background: none;
  background-color: #fff;
}
.jslider .jslider-bg .v {
  background: none;
  background-color: #1396e2;
  height: 2px;
}
.jslider .jslider-pointer {
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  background: url("../images/price-range-dragger.png") no-repeat 50% 50% #1396e2;
  height: 14px;
  width: 14px;
  top: 12px;
}
.jslider .jslider-pointer:before {
  border-style: solid;
  border-width: 0 7px 8px 7px;
  border-color: transparent transparent #1396e2 transparent;
  content: "";
  height: 0px;
  width: 0px;
  position: absolute;
  top: -8px;
}
.jslider .jslider-label {
  color: #fff;
}

.price-range {
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #f3f3f3;
  margin-bottom: 20px;
  padding: 15px 15px 10px;
  border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.price-range .jslider-label, .price-range .jslider-value {
  color: #444;
}

.search-box-wrapper {
  z-index: 10;
}

.search-box {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  padding-right: 15px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.search-box.show-search-box {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.search-box h2 {
  border: none;
  padding-bottom: 0;
}
.search-box .btn {
  width: 100%;
}
.search-box .nav-pills li a {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  color: #2a2a2a;
}
.search-box .moduletable.search_bg{
	-moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
}
.search-box:hover .moduletable.search_bg{
  background-color: rgba(255, 255, 255, 1);
}
.search-box .form-map input[type="text"], .search-box .form-map input[type="email"], .search-box .form-map input[type="search"], .search-box .form-map input[type="password"], .search-box .form-map input[type="number"], .search-box .form-map textarea, .search-box .form-map select, .search-box .form-map .selectpicker, .search-box .form-map .price-range {
  background-color: #073855;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  min-height: 40px;
  padding: 10px 9px 9px 9px;
  width: 100%;
}
.search-box .form-map input[type="text"]:hover, .search-box .form-map input[type="email"]:hover, .search-box .form-map input[type="search"]:hover, .search-box .form-map input[type="password"]:hover, .search-box .form-map input[type="number"]:hover, .search-box .form-map textarea:hover, .search-box .form-map select:hover, .search-box .form-map .selectpicker:hover, .search-box .form-map .price-range:hover {
  /*background-color: #062f47;*/
  background-image: url(../images/btn_bg_hover.png);
	background-repeat: repeat;
}
.search-box .form-map .selectpicker .caret:after {
  color: #fff;
}
.search-box .form-map .price-range {
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  padding: 15px 15px 10px;
}
.search-box .form-map .jslider-label, .search-box .form-map .jslider-value {
  color: #fff;
}

.horizontal-search .search-box-wrapper {
  padding: 20px 0;
  position: relative !important;
  top: inherit !important;
  background-color: #1396e2;
}
.horizontal-search .search-box-wrapper .search-box {
  padding-right: 0;
  position: relative;
}
.horizontal-search .search-box-wrapper .search-box hr {
  margin-bottom: 17px;
  margin-top: 10px;
}
.horizontal-search-float .search-box-wrapper .search-box .advanced-search-toggle{
	float: right;
}
.horizontal-search-float a{
	color: inherit;
}
.search-box-wrapper .search-box-inner .horizontal-search-float h3{
	padding-left: 0;
}
.horizontal-search .search-box-wrapper .search-box .advanced-search-toggle {
  padding: 10px 0px;
  color: #fff;
  position: absolute;
  top: -35px;
  right: 0;
}
.horizontal-search .search-box-wrapper .search-box .advanced-search-toggle .fa{
	color:#fff!important;
}
.horizontal-search-float .search-box-wrapper .search-box .advanced-search-toggle .fa,
.horizontal-search .search-box-wrapper .search-box .advanced-search-toggle .fa {
  color: #073855;
  margin-left: 5px;
}
.horizontal-search .search-box-wrapper .search-box .nav-pills li.active a {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-color: #073855;
  color: #fff;
}
.horizontal-search .search-box-wrapper .search-box .nav-pills li.active a:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.horizontal-search .search-box-wrapper .search-box .nav-pills li a {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
  position: relative;
}
.horizontal-search .search-box-wrapper .search-box .nav-pills li a:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 0;
  border-style: solid;
  border-width: 5px 3.5px 0 3.5px;
  border-color: #073855 transparent transparent transparent;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -5px;
}
.horizontal-search .search-box-wrapper .search-box .form-map {
  background-color: transparent;
  padding: 0;
  margin-top: 20px;
}
.horizontal-search .search-box-wrapper .search-box .form-map input[type="text"], .horizontal-search .search-box-wrapper .search-box .form-map input[type="email"], .horizontal-search .search-box-wrapper .search-box .form-map input[type="search"], .horizontal-search .search-box-wrapper .search-box .form-map input[type="password"], .horizontal-search .search-box-wrapper .search-box .form-map input[type="number"], .horizontal-search .search-box-wrapper .search-box .form-map textarea, .horizontal-search .search-box-wrapper .search-box .form-map select, .horizontal-search .search-box-wrapper .search-box .form-map .selectpicker, .horizontal-search .search-box-wrapper .search-box .form-map .price-range {
  background-color: #fff;
  color: #5a5a5a;
}
.horizontal-search .search-box-wrapper .search-box .form-map input[type="text"]:hover, .horizontal-search .search-box-wrapper .search-box .form-map input[type="email"]:hover, .horizontal-search .search-box-wrapper .search-box .form-map input[type="search"]:hover, .horizontal-search .search-box-wrapper .search-box .form-map input[type="password"]:hover, .horizontal-search .search-box-wrapper .search-box .form-map input[type="number"]:hover, .horizontal-search .search-box-wrapper .search-box .form-map textarea:hover, .horizontal-search .search-box-wrapper .search-box .form-map select:hover, .horizontal-search .search-box-wrapper .search-box .form-map .selectpicker:hover, .horizontal-search .search-box-wrapper .search-box .form-map .price-range:hover {
  background-color: #f3f3f3;
}
.horizontal-search .search-box-wrapper .search-box .form-map input.btn-default {
  background-color: #073855;
}
.horizontal-search .search-box-wrapper .search-box .form-map .selectpicker .caret:after {
  color: #1396e2;
}
.horizontal-search .search-box-wrapper .search-box .form-map .jslider-label, .horizontal-search .search-box-wrapper .search-box .form-map .jslider-value {
  color: #5a5a5a;
}
.horizontal-search .search-box-wrapper .search-box .advanced-search {
  padding-bottom: 20px;
}
.horizontal-search .search-box-wrapper .search-box .advanced-search h3 {
  margin-top: 0;
  padding-left: 0;
}

.horizontal-search-float .search-box {
  padding-right: 0;
  position: inherit;
}
.horizontal-search-float .search-box .nav-pills li.active a {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.9);
  color: #073855;
}
.horizontal-search-float .search-box .nav-pills li a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: rgba(255, 255, 255, 0.9);
  color: #5a5a5a;
}
.horizontal-search-float .search-box .form-map {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px 15px 5px 15px;
  color: inherit;
}
.horizontal-search-float .search-box .form-map:hover {
  background-color: white;
}
.horizontal-search-float .search-box .form-map input[type="text"], .horizontal-search-float .search-box .form-map input[type="email"], .horizontal-search-float .search-box .form-map input[type="search"], .horizontal-search-float .search-box .form-map input[type="password"], .horizontal-search-float .search-box .form-map input[type="number"], .horizontal-search-float .search-box .form-map textarea, .horizontal-search-float .search-box .form-map select, .horizontal-search-float .search-box .form-map .selectpicker, .horizontal-search-float .search-box .form-map .price-range {
  background-color: #073855;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  min-height: 40px;
  padding: inherit;
  padding-left: 10px;
  width: 100%;
}
.horizontal-search-float .search-box .form-map input[type="text"]:hover, .horizontal-search-float .search-box .form-map input[type="email"]:hover, .horizontal-search-float .search-box .form-map input[type="search"]:hover, .horizontal-search-float .search-box .form-map input[type="password"]:hover, .horizontal-search-float .search-box .form-map input[type="number"]:hover, .horizontal-search-float .search-box .form-map textarea:hover, .horizontal-search-float .search-box .form-map select:hover, .horizontal-search-float .search-box .form-map .selectpicker:hover, .horizontal-search-float .search-box .form-map .price-range:hover {
  /*background-color: #062f47;*/
}
.horizontal-search-float .search-box .form-map .price-range {
  margin-bottom: 0;
  padding: 15px 15px 10px;
}
.horizontal-search-float .search-box .form-map .jslider-label, .horizontal-search-float .search-box .form-map .jslider-value {
  color: #fff;
}

.animation-fade-in {
  -webkit-animation-name: animation-fade-in;
  -moz-animation-name: animation-fade-in;
  -ms-animation-name: animation-fade-in;
  animation-name: animation-fade-in;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  -ms-animation-duration: 0.2s;
  animation-duration: 0.2s;
}
@-webkit-keyframes animation-fade-in {}
@-moz-keyframes animation-fade-in {}
@-ms-keyframes animation-fade-in {}
@keyframes animation-fade-in {}
@-webkit-keyframes animation-fade-in {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@-moz-keyframes animation-fade-in {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@-ms-keyframes animation-fade-in {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@keyframes animation-fade-in {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
.animation-fade-out {
  -webkit-animation-name: animation-fade-out;
  -moz-animation-name: animation-fade-out;
  -ms-animation-name: animation-fade-out;
  animation-name: animation-fade-out;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  -ms-animation-duration: 0.2s;
  animation-duration: 0.2s;
}
@-webkit-keyframes animation-fade-out {}
@-moz-keyframes animation-fade-out {}
@-ms-keyframes animation-fade-out {}
@keyframes animation-fade-out {}
@-webkit-keyframes animation-fade-out {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-moz-keyframes animation-fade-out {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-ms-keyframes animation-fade-out {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@keyframes animation-fade-out {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
#page-footer .inner {
  display: table;
  width: 100%;
}
#page-footer  h3 {

  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 0;
  font-size:21px;
  position:relative;
}

#page-footer  h3:before {
	content: "";
    position: absolute;
    bottom: -5px;
    left: 0%;
    width: 43px;
    height: 2px;
    background-color: #fff;
}

#page-footer  h3.ortala:before {
	left:23%;
}



#page-footer  #footer-main {
  	background:#000 url(../images/footer_bg.jpg) repeat-x center center;
	background-size:cover;
	color:#fff;

  padding: 40px 0;
  font-size:13px;
}
#page-footer  #footer-copyright {
  background-color: #073855;
  color: #111;
  display: table;
  padding: 20px 0;
  width: 100%;
  margin-bottom:40px;
}
#page-footer  #footer-copyright a {
  color: #fff;
}
#page-footer  #footer-copyright a:hover {
  color: #1396e2;
}
#page-footer  .property:last-child {
  margin-bottom: 0 !important;
}
#page-footer  .property-thumbnail {
  background-color: #1396e2;
  float: left;
  /*height: 60px;*/
  overflow: hidden;
}
#page-footer .property-thumbnail:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#page-footer .property-thumbnail img {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  width: 100%;
}

body, html {
  height: 100%;
  margin: 0;
}

span.firma_adi{
	font-size:16px;
}


#page-content {
  height: auto;
}

#page-footer {
  clear:both;
}


a#logocuk{
	width:195px;
	height:70px;
	background:transparent url(../images/logo.png) no-repeat 0 0;
	background-size:contain;
}


.navigation {
background: #fff;
    left: 0;
    padding: 0;

    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 100%;
    z-index: 100;
	 position: fixed;
	 top:0;
	 
	 -webkit-box-shadow: 0 0 8px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,.5);
    box-shadow: 0 0 8px rgb(0 0 0 / 50%);
	height:88px;
	 
}


.navigation div#menucuk a{
	color:#fff;
	font-size:14px;
}

.navigation div#menucuk .navbar .navbar-nav &gt; li .child-navigation li a{
	color:#00a2ac;
	font-weight:500;
	font-size:13px;
}

.navigation div#slogan{
	color:#00a2ac;
}

.navigation div#hava_isim, .navigation div#hava_resim, .navigation div#hava_derece{
	color:#999;
}

.navigation  .mod-languages li a{
	color:#00a2ac;
}

.navigation  div#telefon a{
	color:#00a2ac;
	letter-spacing: 0.4px;
}


div#sosyalcikler {
	position: absolute;
     right: 10px;
    bottom: 0;
	
}

div#sosyalcikler a i{
	
   display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    /* background: rgba(255, 255, 255, 0.2); */
    color: #fff;
    /* -webkit-box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%); */
    /* box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%); */
    text-align: center;
    font-size: 15px;
    border-radius: 50px;
    -webkit-transition: .6s;
    transition: .6s;
}


/* navi active */
/*
.navigation.active div#sosyalcikler a i, body.page-sub-page div#sosyalcikler a i{
	color:#00a2ac;
}
*/







.navigation.active div#slogan,
body.page-sub-page div#slogan{
	color:#999;
}

.navigation.active div#hava_isim, .navigation.active div#hava_resim, .navigation.active div#hava_derece,
body.page-sub-page div#hava_isim, body.page-sub-page div#hava_resim, body.page-sub-page div#hava_derece
{
	color:#999;
}

.navigation.active  .mod-languages li a,
body.page-sub-page .mod-languages li a{
	color:#666;
}

.navigation.active  div#telefon a, body.page-sub-page div#telefon a{
	color:#00a2ac;
}







.navigation:hover .secondary-navigation {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.navigation .navbar-collapse {
  padding-right: 0;
}
.navigation .navbar {
  border: none;
  margin-bottom: 0;
  min-height: inherit;
  padding: 0;
  /**/
  display: table;

}
.navigation .navbar .collapse {
 
  vertical-align: middle;

  padding-left:0;
  margin:0 auto;
}
.navigation .navbar .navbar-brand {
  height: inherit;
  line-height: 0;
  padding: 0;
}
.navigation .navbar .navbar-nav {
  float: left;

}


.navigation .navbar .navbar-nav &gt; li:last-child{
	border:none;
}

.navigation .navbar .navbar-nav &gt; li a {
	padding: 4px 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.navigation .navbar .navbar-brand a{
	display:block;
	max-width:195px;
}

.navigation .navbar .navbar-brand img{
	max-width:100%;
}

.navigation .navbar-nav &gt; li:first-child{
	
}

.navigation .navbar .navbar-nav &gt; li:hover &gt; .child-navigation {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}

.navigation .navbar .navbar-nav &gt; li.active &gt; a {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
	font-weight:600;
  color:#faca99 !important;
}


.navigation .navbar .navbar-nav &gt; li.active ul.child-navigation a, 
.navigation .navbar .navbar-nav &gt; li ul.child-navigation a{
	background:inherit;
	
	font-size:13px;
}




.navigation .navbar .navbar-nav &gt; li.active a:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.navigation .navbar .navbar-nav &gt; li.active .child-navigation a:after {
  display: none;
}
.navigation .navbar .navbar-nav &gt; li.active .child-navigation li:first-child a:after {
  display: block;
}
.navigation .navbar .navbar-nav &gt; li.active .child-navigation.position-bottom li:last-child a:after {
  display: block;
}
.navigation .navbar .navbar-nav &gt; li.has-child {
  position: relative;
}
.navigation .navbar .navbar-nav &gt; li.has-child:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\f0d7";
  color: #faca99 !important; 
  font-size: 8px;
  height: 10px;
  position: absolute;
  top: 3px;
  bottom: 0;
  margin: auto;
  right: 5px;
}

.navigation .navbar .navbar-nav &gt; li {
	
}
.navigation .navbar .navbar-nav &gt; li a {
	font-size:15px;
  margin: 0;
  position: relative;

}
/*.navigation .navbar .navbar-nav &gt; li a:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #1396e2;
  bottom: -5px;
  content: "";
  left: 16px;
  height: 1px;
  position: absolute;
  width: 10px;
}*/
.navigation .navbar .navbar-nav &gt; li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
 
  color:#3fab3c;
}
.navigation .navbar .navbar-nav &gt; li a:active, .navigation .navbar .navbar-nav &gt; li a:focus {
  background-color: transparent;
}
.navigation .navbar .navbar-nav &gt; li &gt; .child-navigation {
  margin-top: 11px;
}
.navigation .navbar .navbar-nav &gt; li &gt; .child-navigation.navigation-to-left {
  right: 15px;
  left: inherit;
}
.navigation .navbar .navbar-nav &gt; li &gt; .child-navigation.navigation-to-left &gt; li:first-child a:after {
  left: inherit;
  right: 10px;
}
.navigation .navbar .navbar-nav &gt; li &gt; .child-navigation.navigation-to-left.position-bottom &gt; li:last-child a:after {
  left: inherit;
  right: 10px;
}
.navigation .navbar .navbar-nav &gt; li &gt; .child-navigation.position-bottom {
  bottom: 25px;
}
.navigation .navbar .navbar-nav &gt; li &gt; .child-navigation.position-bottom &gt; li:first-child a:after {
  border-color: transparent !important;
}
.navigation .navbar .navbar-nav &gt; li &gt; .child-navigation.position-bottom &gt; li:last-child:hover a:after {
  border-color: #1396e2 transparent transparent transparent;
}
.navigation .navbar .navbar-nav &gt; li &gt; .child-navigation.position-bottom &gt; li:last-child &gt; a:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-color: transparent;
  border-color: #f3f3f3 transparent transparent transparent;
  border-style: solid;
  border-width: 7.5px 7.5px 0 7.5px;
  content: "";
  height: 0px;
  position: absolute;
  left: 10px;
  bottom: -7px;
  width: 0px;
}
.navigation .navbar .navbar-nav &gt; li &gt; .child-navigation.position-bottom &gt; li:last-child &gt; a:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-color: transparent;
  content: "";
  height: 8px;
  left: 0;
  width: 100%;
  position: absolute;
  bottom: -8px;
}
.navigation .navbar .navbar-nav &gt; li &gt; .child-navigation.position-bottom &gt; li .child-navigation {
  bottom: 0;
  margin-top: inherit;
}
.navigation .navbar .navbar-nav &gt; li &gt; .child-navigation &gt; li {
  position: relative;
}
.navigation .navbar .navbar-nav &gt; li &gt; .child-navigation &gt; li:first-child:hover a:hover:after {
  border-color: transparent transparent #1396e2 transparent;
}
.navigation .navbar .navbar-nav &gt; li &gt; .child-navigation &gt; li:first-child a:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-color: transparent;
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  border-width: 0 7.5px 7px 7.5px;
  content: "";
  height: 0px;
  position: absolute;
  left: 10px;
  top: -7px;
  width: 0px;
}
.navigation .navbar .navbar-nav &gt; li &gt; .child-navigation &gt; li:first-child a:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-color: transparent;
  content: "";
  height: 8px;
  left: 0;
  width: 100%;
  position: absolute;
  top: -8px;
}
.navigation .navbar .navbar-nav &gt; li .child-navigation {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  position: absolute;
  visibility: hidden;
  list-style: none;
  padding-left: 0;
  left: 10;
  min-width: 240px;
  z-index: 100;
}
.navigation .navbar .navbar-nav &gt; li .child-navigation li:hover .child-navigation {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  visibility: visible;
}
.navigation .navbar .navbar-nav &gt; li .child-navigation li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  padding: 7px 15px;
  position: relative;
text-transform:inherit;
}
.navigation .navbar .navbar-nav &gt; li .child-navigation li a:hover,
.navigation .navbar .navbar-nav &gt; li .child-navigation li.active a {
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #2c539e;
  color: #fff;
}
.navigation .navbar .navbar-nav &gt; li .child-navigation li .child-navigation {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  margin-top: -41px;
}
.navigation .navbar .navbar-nav &gt; li.mobile-submit {
  display: none;
}
.navigation .navbar .navbar-nav li .child-navigation li.has-child:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  background-color: transparent;
  color: #1396e2;
  content: "\f105";
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: inherit;
  right: 8px;
  width: 5px;
  z-index: 2;
}
.navigation .navbar .navbar-nav li .child-navigation li.has-child:hover:after {
  color: #fff;
}
.navigation .add-your-property {
  position: absolute;
  right: 0;
  bottom: -39px;
}
.navigation .add-your-property:hover .text {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  right: 50px;
  pointer-events: none;
}
.navigation .add-your-property .btn {
  width: 38px;
}
.navigation .add-your-property .text {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #5a5a5a;
  background-color: #fff;
  padding: 10px;
  position: absolute;
  right: 40px;
  text-align: right;
  top: 0;
  pointer-events: none;
}
.navigation .add-your-property .text:after {
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  right: -4px;
  bottom: 0;
  margin: auto;
}
.navigation .secondary-navigation {
/*  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-bottom: 1px solid #f3f3f3;
  display: table;
  font-size: 12px;
  padding: 1px 0;
  width: 100%;
  background:#073855;*/
  display:none;
}
.navigation .secondary-navigation a {
  color: #5a5a5a;
  margin-left: 10px;
}
.navigation .secondary-navigation a:hover {
  color: #073855;
}
.navigation .secondary-navigation a.promoted {
  color: #1396e2;
}
.navigation .secondary-navigation a.promoted:hover {
  color: #073855;
}
.navigation .secondary-navigation .contact {
  float: left;
}
.navigation .secondary-navigation .contact figure {
  margin-right: 10px;
}
.navigation .secondary-navigation .contact figure strong {
  margin-right: 5px;
}
.navigation .secondary-navigation .user-area {
  float: right;
}
.navigation .secondary-navigation figure {
  display: inline-block;
}

.navigation-fixed-bottom .navigation {
  bottom: 0;
  position: absolute;
  top: inherit;
}

.navigation-fixed-top .navigation {
  top: 0;
  position: fixed;
  bottom: inherit;
}

.navigation-fix-to-top {
  position: fixed !important;
  bottom: inherit !important;
  top: 0 !important;
}

@media (min-width: 1200px) {
  
  .page-homepage .row:last-child .feature-box {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .member {
    padding-left: 110px;
  }
  .member h3 {
    font-size: 14px;
  }
  .member dl {
    font-size: 12px;
  }
  .member .image img {
    width: 90px;
  }

  .property.masonry {
    width: 31.9%;
  }
  .property.big .overlay {
    bottom: -50px;
  }
  .property.big .overlay h3 {
    font-size: 18px;
  }
  .property.big .overlay li header, .property.big .overlay li figure {
    font-size: 12px;
  }
  .property.big .overlay .additional-info {
    height: 50px;
    padding: 8px 15px;
  }
  .property.big .overlay .price {
    font-size: 14px;
  }
  .property.big .overlay .info {
    padding: 15px;
  }

  .ribbon {
    width: 120px;
    height: 25px;
    bottom: inherit;
    font-size: 11px;
    padding: 4px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .agency address {
    margin-left: 10px;
    width: 40%;
  }
  .agency .agency-image {
    width: 30%;
  }
  .agency .agency-image img {
    max-width: 140px;
  }
  .agency .wrapper {
    width: inherit;
  }

  .agent-info {
    margin-bottom: 30px;
  }

  .col-sm-4 .property {
    border: 2px solid #f3f3f3;
  }
  .col-sm-4 .property:hover img {
    top: 0;
  }
  .col-sm-4 .property .additional-info {
    display: none;
  }
  .col-sm-4 .property .overlay {
    bottom: 0;
    position: relative;
  }
  .col-sm-4 .property .overlay .info {
    background: none;
  }
  .col-sm-4 .property .overlay .info h3 {
    text-shadow: none;
    color: #073855;
  }
  .col-sm-4 .property .overlay .info figure {
    color: #5a5a5a;
    font-size: 12px;
  }
  .col-sm-4 .property .overlay .info .tag {
    margin-bottom: 5px;
  }

  .display-lines .property {
    padding-left: 220px;
  }
  .display-lines .property .info h3 {
    font-size: 24px !important;
  }
  .display-lines .property .property-image {
    height: 150px;
    width: 200px;
  }

  .member {
    margin-bottom: 40px !important;
    padding-left: 60px;
  }
  .member h3 {
    font-size: 14px;
  }
  .member dl {
    font-size: 10px;
  }
  .member .image img {
    width: 50px;
  }

  .property .property-image {
    /*height: 255px;*/
  }
  .property.big .overlay {
    bottom: -50px;
  }
  .property.big .overlay h3 {
    font-size: 18px;
  }
  .property.big .overlay li header, .property.big .overlay li figure {
    font-size: 11px;
  }
  .property.big .overlay .additional-info {
    height: 50px;
    padding: 10px 15px;
  }
  .property.big .overlay .price {
    font-size: 14px;
  }
  .property.big .overlay .info {
    padding: 15px;
  }
  .property.masonry {
    width: 31.45%;
  }
  .property.small .info {
    padding-left: 0;
  }
  .property.small .property-image {
    float: none;
    height: auto;
    margin-bottom: 10px;
    width: 100%;
  }

  .ribbon {
    right: -20px;
    width: 80px;
    height: 18px;
    bottom: inherit;
    font-size: 10px;
    padding: 2px;
  }

  .sidebar-navigation li {
    text-align: center;
    padding: 10px 0;
  }
  .sidebar-navigation li a i {
    font-size: 18px;
  }
  .sidebar-navigation li a span {
    display: none;
  }

  #slider .slide {
    overflow: hidden;
  }
  #slider .slide img {
    position: relative !important;
  
  }

  .submit-features li {
    width: 49%;
  }

  .text-banner h1 {
    font-size: 24px;
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .universal-button {
    font-size: 12px;
    padding: 15px;
  }
  .universal-button figure {
    font-size: 20px;
    width: 30px;
  }
}
@media (max-width: 767px) {
  .agency .agency-image {
    display: block;
    width: inherit;
  }
  .agency .agency-image img {
    max-width: 100%;
  }
  .agency .wrapper {
    display: block;
    width: inherit;
  }
  .agency .wrapper dl, .agency .wrapper address {
    display: block;
    width: inherit;
    margin-left: 0;
  }
  .agency .wrapper dl {
    margin-bottom: 30px;
  }

  .agency-image {
    text-align: center;
    margin-bottom: 30px;
  }

  .agent {
    padding-left: 0;
    text-align: center;
  }
  .agent .agent-image {
    display: inline-block;
    position: relative;
    text-align: center;
    max-width: 100%;
    margin-bottom: 20px;
    width: inherit !important;
  }
  .agent .agent-image img {
    width: inherit !important;
  }

  blockquote {
    display: block !important;
    padding: 20px 0 !important;
    text-align: center;
  }
  blockquote figure {
    display: inline-block !important;
    margin-bottom: 30px;
  }
  blockquote .cite {
    display: block !important;
    padding-left: 0;
  }

  .blog-post {
    margin-bottom: 30px;
  }
  .blog-post h2 {
    font-size: 24px !important;
  }
  .blog-post .tags {
    float: none !important;
  }
  .blog-post .tags .tag {
    margin: 20px 0;
  }
  .blog-post .tags .tag:first-child {
    margin-left: 0 !important;
  }

  .account-profile h3 {
    margin-bottom: 15px;
  }

  .agent-detail h3 {
    margin-top: 40px;
  }

  .agent-info {
    padding-left: 0 !important;
    margin-bottom: 20px;
  }
  .agent-info figure {
    text-align: center;
    position: relative !important;
    margin-bottom: 20px;
  }

  .background-image {
    left: -200%;
    margin-left: 100%;
  }

  .block {
    padding: 10px 0;
  }

  .banner {
    padding: 20px;
  }
  .banner .title {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  .banner .submit {
    display: block;
    text-align: center;
    width: 100%;
  }

  .comment .name, .comment .date {
    float: none !important;
    position: relative !important;
    top: 0 !important;
  }

  .display-lines .property {
    padding-left: 0px;
  }
  .display-lines .property .info a {
    position: relative !important;
  }
  .display-lines .property .info aside p, .display-lines .property .info aside dl {
    float: none;
    width: 100%;
  }
  .display-lines .property .property-image {
    height: auto;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
  }

  .feature-box {
    margin-bottom: 30px !important;
  }

  .form-map {
    background-color: transparent !important;
    padding: 0 !important;
  }

  .fun-facts {
    padding: 0;
  }
  .fun-facts:before {
    display: none;
  }
  .fun-facts .number-wrapper {
    margin-bottom: 30px;
    position: relative;
  }
  .fun-facts .number-wrapper:before {
    background-color: rgba(0, 0, 0, 0.07);
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    top: -15px;
    right: 0;
    width: 100%;
    z-index: -2;
  }

  .geo-location-wrapper .btn {
    top: 20px;
  }

  .horizontal-search .advanced-search-toggle {
    position: relative !important;
  }
  .horizontal-search .search-box-wrapper input[type="text"], .horizontal-search .search-box-wrapper input[type="email"], .horizontal-search .search-box-wrapper input[type="search"], .horizontal-search .search-box-wrapper input[type="password"], .horizontal-search .search-box-wrapper input[type="number"], .horizontal-search .search-box-wrapper textarea.form-control, .horizontal-search .search-box-wrapper .selectpicker {
    background-color: #fff !important;
  }
  .horizontal-search .submit-features li {
    width: 100%;
  }

  .logos {
    padding: 0;
    text-align: center;
  }
  .logos .logo {
    display: block;
    margin-bottom: 40px;
  }
  .logos .logo:last-child {
    margin-bottom: 0;
  }

  .floor-plans img {
    width: 100%;
  }

  #footer-copyright {
    text-align: center;
  }
  #footer-copyright span {
    float: none !important;
  }

  .leaflet-control-attribution {
    display: none;
  }

  .map-osm #map:after {
    display: none;
  }

  #map {
    margin-top: 0 !important;
  }
  #map:after {
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: 'fontawesome';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    color: #2a2a2a;
    font-size: 18px;
    position: absolute;
    bottom: 30px;
    background-color: #fff;
    content: "\f07d";
    padding: 12px 16px;
    right: 15px;
    z-index: 1;
  }

  .member {
    margin-bottom: 40px !important;
    padding-left: 0px;
    text-align: center;
  }
  .member h3 {
    font-size: 18px;
  }
  .member dl {
    border-top: none;
    border-bottom: 2px solid #f3f3f3;
    font-size: 12px;
    padding-bottom: 20px;
  }
  .member .image {
    display: block;
    position: relative;
  }
  .member .image img {
    width: 150px;
  }
  .member .tag {
    top: 10px;
  }

  .navigation {
   
  }
  .navigation .navbar {
    display: block !important;
  
    width: 100%;
  }
  .navigation .navbar .navbar-collapse {
    border-top: none;
    max-height: inherit;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .navigation .navbar .collapse {
    display: none !important;
    float: inherit !important;
  }
  .navigation .navbar .collapse.in {
    display: block !important;
  }
  .navigation .navbar .collapse.in .child-navigation {
    display: block;
  }
  .navigation .navbar .navbar-nav {
    margin-bottom: 0;
    float: none !important;
  }
  .navigation .navbar .navbar-nav li:hover &gt; .child-navigation {
    height: auto;
  }
  .navigation .navbar .navbar-nav li:hover &gt; .child-navigation.navigation-to-left {
    right: inherit;
  }
  .navigation .navbar .navbar-nav li:hover &gt; .child-navigation li:hover &gt; .child-navigation {
    -moz-transition-delay: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    height: auto;
  }
  .navigation .navbar .navbar-nav li.active a:after {
    display: none;
  }
  .navigation .navbar .navbar-nav li.has-child:after {
    right: 25px !important;
  }
  .navigation .navbar .navbar-nav li a {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .navigation .navbar .navbar-nav li a:after {
    display: none;
  }
  .navigation .navbar .navbar-nav li.mobile-submit {
    display: block;
  }
  .navigation .navbar .navbar-nav li.mobile-submit i {
    color: #1396e2;
    position: absolute;
    bottom: 12px;
    margin-left: 10px;
  }
  .navigation .navbar .navbar-nav li .child-navigation {
    display: none;
    left: 0;
    min-width: inherit;
    width: 100%;
    position: relative;
    margin-top: 0;
    box-shadow: none;
    background-color: #f3f3f3;
    height: 0;
  }
  .navigation .navbar .navbar-nav li .child-navigation li {
    border-bottom: none !important;
  }
  .navigation .navbar .navbar-nav li .child-navigation li:first-child a:after, .navigation .navbar .navbar-nav li .child-navigation li:last-child a:after {
    display: none !important;
  }
  .navigation .navbar .navbar-nav li .child-navigation li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 15px;
    padding: 20px 15px 20px 15px;
  }
  .navigation .navbar .navbar-nav li .child-navigation li a:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent!important;
    color: #1396e2;
  }
  .navigation .navbar .navbar-nav li .child-navigation li:hover .child-navigation {
    height: auto;
  }
  .navigation .navbar .navbar-nav li .child-navigation li .child-navigation {
    -moz-transition-delay: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    height: 0;
    background-color: #ebebeb;
    margin-top: 0;
    left: 0px !important;
  }
  .navigation .navbar .navbar-toggle {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    bottom: 0;
    display: block !important;
    vertical-align: middle;
    position: absolute;
    right: 0;
    margin: 0;
    top: 60px;

    padding: 0;
  }
  .navigation .navbar .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navigation .secondary-navigation {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    background-color: #073855;
  }
  .navigation .secondary-navigation .contact {
    display: none;
  }
  .navigation .secondary-navigation .user-area {
    float: none;
  }
  .navigation .secondary-navigation .user-area a {
    color: #fff;
    margin-left: 0;
    margin-right: 10px;
  }
  .navigation .secondary-navigation .user-area a:hover {
    color: #fff;
  }

  .owl-controls {
    display: none !important;
  }

  #page-content {
    padding-top: 0px ;
  }

  #page-footer #footer-main {
    padding-bottom: 0 !important;
  }
  #page-footer #footer-main article {
    margin-bottom: 50px;
  }
  #page-footer #footer-main article h3 {
    margin-bottom: 10px !important;
  }

  .page-sign-in .wrapper {
    display: table !important;
  }

  #page-content {
    overflow: hidden;
  }

  .add-your-property {
    display: none;
    bottom: inherit;
    position: absolute;
    top: 8px;
  }
  .add-your-property figure {
    display: none !important;
  }

  .post-author {
    text-align: center;
  }
  .post-author img {
    display: inline-block;
    margin-bottom: 20px;
  }
  .post-author .wrapper {
    display: block;
  }

  .property {
    margin-bottom: 30px !important;
  }
  .property.small .info {
    padding-left: 0;
  }
  .property.small .property-image {
    float: none;
    height: auto;
    margin-bottom: 10px;
    width: 100%;
  }
  .property.masonry {
    width: 100%;
  }
  .property.masonry .property-image:hover img {
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .property.masonry .property-image img {
    -moz-backface-visibility: visible;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
  }

  .property-detail-map {
    width: 100% !important;
  }

  .property-features-list li {
    width: 100%;
  }

 
  .property-title .actions .title-add, .property-title .actions .title-added {
    text-align: left;
    left: 25px;
  }

  .rating-form .btn {
    float: none !important;
    width: 100%;
  }

  #search-filter {
    margin-bottom: 10px;
    padding: 0;
  }
  #search-filter .sorting {
    position: relative;
    margin-top: 10px;
  }
  #search-filter .sorting .form-group {
    width: 100%;
  }

  .search-box-wrapper {
  
    padding: 20px 0;
    position: relative;
    top: 0 !important;
  }
  .search-box-wrapper h2 {
    color: #fff;
  }
  
  .search-box-wrapper .background-image {
    left: inherit;
    margin-left: inherit;
  }
 
  .search-box-wrapper .search-box {
    margin-top: 0;
    padding-right: 0;
    position: relative;
  }
  .search-box-wrapper .search-box .nav-pills {
    margin-bottom: 20px;
  }
  .search-box-wrapper .search-box .nav-pills li.active a {
    background-color: #1396e2;
    color: #fff;
    position: relative;
  }
  .search-box-wrapper .search-box .nav-pills li.active a:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  .search-box-wrapper .search-box .nav-pills li a {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    background-color: transparent;
    color: #fff;
  }
  .search-box-wrapper .search-box .nav-pills li a:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 0;
    border-style: solid;
    border-width: 5px 3.5px 0 3.5px;
    border-color: #1396e2 transparent transparent transparent;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -5px;
  }

  .section-title .link-arrow {
    position: relative;
    top: -15px;
  }

  #slider {
    margin-top: 0 !important;
  }
  #slider .slide {
    overflow: hidden;
  }
  #slider .slide:after {
    height: 50% !important;
  }
  #slider .slide .overlay {
    margin-bottom: 10px !important;
  }
  #slider .slide .overlay figure {
    font-size: 14px !important;
  }
  #slider .slide .overlay h3 {
    font-size: 24px !important;
    font-weight: bold !important;
  }
  #slider .slide .overlay hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #slider .slide .overlay img {
    left: -200%;
    position: relative;
  }
  #slider .slide .overlay .tag {
    font-size: 18px !important;
  }
  #slider .slide img {
    position: relative !important;
    height: 100% !important;
  }

  .submit-step {
    display: none;
  }

  .submit-pricing table th {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .submit-pricing table th:first-child {
    padding-left: 0 !important;
  }

  .text-banner h1 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
    padding-bottom: 15px;
  }

  .form-submit section {
    margin-bottom: 30px;
  }
  .form-submit .submit-features li {
    width: 100%;
  }
  .form-submit .file-preview-frame {
    display: inline-block;
    float: none;
  }

  #video-presentation img {
    width: 100%;
  }

  .wrapper {
    display: block;
  }
}
@media print {
  #page-footer, .breadcrumb {
    display: none;
  }

  .page-property-detail body, .page-property-detail html {
    height: 100%;
    width: 100%;
    padding: 0;
  }
  .page-property-detail #sidebar, .page-property-detail #page-footer, .page-property-detail .thick, .page-property-detail .actions, .page-property-detail .navigation, .page-property-detail .breadcrumb {
    display: none;
  }

  .page-invoice .navigation {
    display: none;
  }

  .invoice {
    font-size: 12px;
  }
  .invoice address {
    line-height: 18px;
  }
  .invoice h1 {
    font-size: 36px;
    margin-top: 20px;
  }
  .invoice h2, .invoice h3 {
    font-size: 18px;
  }
  .invoice section {
    border-width: 1px;
    padding: 10px 0;
  }
  .invoice dl dd {
    margin-bottom: 4px;
  }
  .invoice #description-table th {
    border-bottom: 2px solid #e8e8e8;
    padding: 8px 0;
  }
  .invoice #description-table th:first-child {
    padding-left: 0px;
  }
  .invoice #description-table th:last-child {
    padding-right: 0px;
  }
  .invoice #description-table td {
    padding: 10px 0;
  }
  .invoice #description-table td:first-child {
    padding-left: 0px;
  }
  .invoice #description-table td:last-child {
    padding-right: 0px;
  }
}
@page {
  page-break-after: auto;
  margin: 0;
}

/****
Breadcrumb
****/
.breadcrumbs a,
.breadcrumbs span{
	padding: 0 6px;
}
.breadcrumbs a:first-child,
.breadcrumbs span:first-child{
	padding-left: 0;
}
/****
Section
****/
#section .moduletable{
	padding: 25px 0;
}
#section .moduletable &gt; h3{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 24px;
    font-weight: lighter;
    margin-bottom: 30px;
    margin-top: 10px;
    padding-bottom: 15px;
}
.testimonials .gt-inner .gt-image-link{
	display: inline-block;
	background-color: #5a5a5a;
    height: 180px;
    overflow: hidden;
    position: relative;
    width: 160px;
}
.testimonials .gt-inner .gt-image-link:before{
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 20px;
	left: 0;
	width: calc(100% - 20px);
	position: absolute;
}
.testimonials .gt-inner .gt-image-link:after{
	bottom: 0px;
	content: "";
	height: 0px;
	border-style: solid;
	border-width: 20px 0 0 20px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	right: 0;
	width: 0px;
}
/*Pricing*/
.btsc-pricetable{
	margin-bottom: 40px;
}
.btsc-pricetable .btsc-pricecol{
	margin-bottom: 0!important;
	padding: 0 15px!important;
}
.btsc-pricetable .btsc-pricecol h2{
	font-weight: lighter;
}
.btsc-pricetable .btsc-pricecol-special h2{
	padding: 20px!important;
}
.btsc-pricetable .btsc-pricecol .purchase-button{
	line-height: 28px!important;
}
.btsc-pricetable .price .price-val small{
	display: block;
	font-size: 12px;
}
.pp_style2{
	border: 1px solid #ddd;
	padding: 20px 20px;
}
.pp_style2 .row{
	margin: 0!important;
}
.pp_style2 .btsc-pricecol{
	padding: 0!important;
}
.pp_style2 .btsc-pricecol-row{
	border: none!important;
}
.pp_style2 h2{
	font-weight: lighter;
	padding: 0!important;
}
.pp_style2 .btsc-pricecol-row h2{
	padding: 0!important;
}
.pp_style2 .btsc-pricecol:first-child{
	text-align: left;
}
.pp_style2 .detail{
	border-top: 1px solid #ddd!important;
}
.pp_style2 .btsc-pricecol-special{
	bottom: 0!important;
	box-shadow: none!important;
}
.pp_style2 .selected .purchase-button a{
	display: none;
}
.pp_style2 .purchase-button:after{
	color: #5a5a5a;
	content: "ï";
	display: none;
	font-family: 'fontawesome';
	font-size: 20px;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-shadow: none;
	text-transform: none;
}
.pp_style2 .selected .purchase-button:after{
	display: inline-block;
}
.pp_style2 .btsc-pricecol-special .purchase-button{
	line-height: 28px!important;
}
.pp_style2 .btsc-pricecol-inner .purchase-button{
	padding: 10px 0;
}

.btsc-pricetable .btsc-pricecol-special .purchase-button{
	line-height: 28px!important;
}
.btsc-pricetable .btsc-pricecol-special{
	box-shadow: none;
}
.btsc-pricecol-inner .btsc-pricecol-row{
	border-left: 1px solid #ddd;
}
.btsc-pricecol-inner h2,
.btsc-pricecol-inner .btsc-pricecol-row.price{
	border: none!important;
}
.promoted .btsc-pricecol-inner{
	background: #073855;
}
.promoted .price{
	background-color: #073855;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #fff;
}
.promoted .btsc-pricecol-inner .btsc-pricecol-row{
	border: none;
}
.promoted .btsc-pricecol-inner .detail{
	border-bottom: 1px solid rgba(255, 255, 255, 0.2)!important;
	color: #fff!important;
}
/****
Our Service
****/
.btsc-iconbox{
	padding-top: 0;
	padding-bottom: 0;
}
.btsc-iconbox-inner{
  border: 2px solid #f3f3f3;
  /*margin-bottom: 30px;*/
  padding: 0 20px 15px 0px;
  position: relative;
}
.btsc-iconbox-icon .icon{
	margin-top: 0!important;
}
.btsc-iconbox-title{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 18px!important;
	margin: 10px 0 19px!important;
}
.btsc-iconbox-style-icon-inleft-square .icon{
	border-radius: 0;
	background: #1396e2!important;
	line-height: 60px!important;
	height: 60px!important;
	left: 15px;
	position: absolute;
	top: -2px;
	width: 60px!important;
}
.btsc-iconbox-style-icon-inleft-square .btsc-iconbox-content-text{
	margin-left:70px!important;
}
.btsc-pricecol-inner h2 {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    font-weight: bold;
    margin: 0 !important;
    padding: 20px !important;
}
.btsc-pricecol-inner .col-title{
	padding:0;
	border:none!important;
}
.btsc-iconbox-style-icon-inleft-square .icon:after {
  border-color: transparent #1396e2 transparent transparent;
  border-style: solid;
  border-width: 0 8px 8px 0;
  bottom: -8px;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  width: 0;
}
.btsc-iconbox-link a{
	color: #2a2a2a!important;
	display: inline-block;
	transition: all 0.2s ease 0s;
	font-size: 14px!important;
	font-weight: normal;
	padding-top: 5px;
}
.btsc-iconbox-link a:after{
	bottom: 2px;
	color: #1396e2;
	content: "ï„…";
	font-family: 'fontawesome';
	font-size: 18px;
	font-variant: normal;
	font-weight: normal;
	left: 0;
	line-height: 1;
	margin-left: 10px;
	position: relative;
	text-shadow: none;
	text-transform: none;
	transition: all 0.2s ease 0s;
	vertical-align: middle;
}
.btsc-iconbox-link a:hover:after{
	color: #073855;
	left: 5px;
}
.btsc-iconbox-description{
	line-height: 20px!important;
}
/*Page Contact*/
.floatRight{
	float: right;
}
.contact .fa{
	width: 36px;
}
.contact-form textarea{
	width: 100%;
}
/* Page FAQs */
.btcontentshowcase-navigation .bullet{
	background: rgba(0, 0, 0, 0.3)!important;
	width: 10px!important;
	height: 10px!important;
	margin: 0 2px!important;
	border-radius: 100%;
}
.btcontentshowcase-navigation .bullet:hover, .btcontentshowcase-navigation .bullet.current{
	background: rgba(0, 0, 0, 0.6)!important;
	transition: all 0.4s ease 0s;
}
.gt-contentshowcase ul{
	padding: 0!important;
}
.gt-contentshowcase .gt-row .gt-inner{
	margin: 0;
}
.gt-contentshowcase a.gt-title:hover{
	background: none!important;
}
.gt-contentshowcase .gt-inner img{
	border: none;
	outline: none;
}
.gt-contentshowcase .readmore{
	font-size: 12px;
}
.accordionLayout .readmore{
	margin: 0;
}
.edit-profile .btn{
	padding: 5px 10px!important;
	border-radius: 4px;
}
.agent-social .btn{
	height: auto!important;
}
.imageupload .inputbox,
.btn{
	height: auto;
}
footer ul.joomla-nav {
  margin-top: -5px;
  padding: 0;
  margin: 0;
  list-style: none;
}
footer ul.joomla-nav li a {
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #5a5a5a;
  display: block;
  padding: 5px 0;
  padding-left: 0;
}
footer ul.joomla-nav li a:hover {
  color: #1396e2;
  padding-left: 5px;
}
.article-info dd{
	display: inline;
}
.article-info dd .fa {
  color: #1396e2;
  margin: 0 10px;
}
.btn-group ul{
	list-style: none;
}
.article-aside .btn-group ul li{
	display: inline;
	margin: 0 3px;
}
.blog-post .item-image img{
	margin-bottom: 20px;
}
.article-aside{
	margin: 0 0 12px;
}
ul.pagenav{
	list-style: none;
	padding: 0;
	margin: 0;
	clear: both;
}
.pagenav .pagenav-prev{
	float: left;
}
.pagenav .pagenav-next{
	float: right;
}
.background-image {
  height: 100%;
  left: 0;
  margin: auto;
  max-width: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
#our-team h2{
	font-size: 24px;
	font-weight: lighter;
	margin-bottom: 30px;
	margin-top: 10px;
	padding-bottom: 15px;
	text-align: center;
}
#our-team .member {
  margin-bottom: 60px;
}
.footer-copyright-inner{
	position: relative;
}
.footer-copyright-inner p{
	margin: 0;
}
.gotop{
	position: absolute;
	left: 50%;
	z-index: 2;
	bottom:0px;
}

.gotop a{
	font-size:18px;
}
.defaultLayout .gt-inner .gt-title{
	text-transform: none;
}
.defaultLayout .gt-inner  .readmore{
	text-align: right;
}
.btn.btn-default:hover, select.btn-default:hover,
.search-box .form-map .bootstrap-select button.selectpicker:hover{
	background-image: url(../images/btn_bg_hover.png);
	background-repeat: repeat;
}
.search-box-wrapper .search-box-inner h3{
	font-size: 21px;
	font-weight: 600;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0;
	padding-left: 10px;
	color:#3fab3c;
	border-bottom:1px solid #3fab3c;
}
#section-featured .moduletable h3{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 24px;
	font-weight: lighter;
	margin-bottom: 0px;
	margin-top: 10px;
	padding-bottom: 15px;
}
#btl{
	float: left;
}

.mod-languages li a{
	margin: 0!important;
}
div.mod-languages ul.lang-inline li{
	margin: 0 10px!important;
}
@media (max-width: 991px) {
	.pp_style2{
		width: 720px;
		overflow-x: scroll;
	}
	.pp_style2 .btsc-pricecol{
		width: 23%;
	}
	.pp_style2 .btsc-pricecol:first-child{
		width: 31%;
	}
}
@media (max-width: 767px) {
	.btl-panel{
		float: none!important;
	}
	#btl-panel-login, #btl-panel-login:hover, #btl-panel-registration, #btl-panel-registration:hover{
		color: #fff!important;
	}
	
	.navigation .navbar .navbar-nav&gt;li .child-navigation li a, .navigation .navbar .navbar-nav&gt;li a:hover{
	color:#111;
}


 
}

/*fix collapse panel*/
#advanced-search-sale.collapse{
	display:none!important;
}
#advanced-search-sale.in{
	display:block!important;
}	
/* system message css */
#system-message li{
	text-align:left;
}
/* footer thumbnails hidden onload */
#footer-thumbnails{
	display:none
}
iframe{
border:none;
}

div#menucuk{
   background: linear-gradient(to bottom,  #0fc3ce 0%,#00a2ac 100%);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	clear:both;
}





div#skype{
 float:right;
 position:relative;
	left:5px;
	max-height:50px;
	top:-5px;
	margin-top:-10px;
}

div#skype ul{
	z-index:100;
}

div#telefon {
  float:right;
  clear:right;
 margin-top: 16px;
    margin-right: 18px;
}

div#telefon a {
  font-weight: bold;
  font-size: 17px;
}

div#telefon i{
	    font-size: 21px;
    position: relative;
    top: 2px;
}

div#skype{
  float:right;
}

div#skype ul{
	z-index:100;
}

div#biz_arayalim {
  position: absolute;
   right: 320px;
    top: 1px;
}




div#destek {
 float:right;
}

div#destek a{
	display:block;
	font-size:14px;
	background:transparent url(../images/destek.png) no-repeat left center;
	padding:10px 10px 10px 47px;
}


div#slogan {
 position: absolute;
    left: 195px;
    top: 62px;
color:#f0f0f0;
font-family: 'Great Vibes', cursive;
font-size:18px;
letter-spacing:2px;
}

div#hava{
	float:left;
	margin-left:15%;
}

.navbar-header{
	width:100%;
}

.navbar-header p{
	margin:0;
}

div.secondary-navigation div.contact{
	color:#ffffff;
	padding-top:5px;
}

div.secondary-navigation div.user-area{
	padding-top:5px;
}
	

section#featured-properties div.owl-buttons div.owl-prev, section#featured-properties div.owl-buttons div.owl-next,
div.vitrin div.owl-buttons div.owl-prev, div.vitrin div.owl-buttons div.owl-next{
	display:none;
	position:absolute;
	top:40%;
}

div.vitrin div.owl-buttons div, section#featured-properties div.owl-carousel:hover div.owl-buttons div

{
	display:block;
}

section#featured-properties div.owl-buttons div.owl-prev,
div.vitrin div.owl-buttons div.owl-prev
{
	left:0;
	background: transparent url(../images/prev2.png) no-repeat 0 0;
	width:27px;
	height:49px;
	text-indent:-1000px;
}

section#featured-properties div.owl-buttons div.owl-next,
div.vitrin div.owl-buttons div.owl-next
{
	right:0;
	background: transparent url(../images/next2.png) no-repeat 0 0;
	width:27px;
	height:49px;
	text-indent:-10000px;
}

div.vitrin.sidebar h3{
	margin-bottom:10px;
}

div.gt-propertyfilter div.item_location_lv1.btn-group{
	display:none;
}

div#advanced-search{
	background:#ffffff;
}

div.gt-propertyfilter h4 a{
	color:#bbb;
	font-weight:600;
}

section#featured-properties figure.status{
	
}


.ilan_ribbor {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
  z-index:10;
}

.ilan_ribbor_text {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
	text-transform:uppercase;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
 background: #87e0fd;
background: -moz-linear-gradient(top,  #87e0fd 0%, #10a3ed 40%, #1396e2 100%);
background: -webkit-linear-gradient(top,  #87e0fd 0%,#10a3ed 40%,#1396e2 100%);
background: linear-gradient(to bottom,  #87e0fd 0%,#10a3ed 40%,#1396e2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#1396e2',GradientType=0 );
 
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ilan_ribbor_text:before, .ilan_ribbor_text:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ilan_ribbor_text:before {
  left: 0;
}


.ilan_ribbor_text:after{  right: 0; }â€‹


div.property-carousel-thumb{
	padding:5px;
}

div.property-carousel-thumb-inner{
	width:100% !important;
height: 55px !important;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
}

div.property-carousel-thumb-inner a{
	display:inline-block;
	margin:2px 1px;
}

div.property-carousel-thumb-inner img:hover, div.merak img:hover, div.ust_bolum img:hover{
	opacity:0.7;
-webkit-transition: opacity 0.4s ease-in-out 0s; 
-moz-transition:  opacity 0.4s ease-in-out 0s; 
-o-transition: opacity 0.4s ease-in-out 0s; 
transition: opacity 0.4s ease-in-out 0s;
}



div#gorunum{
  float: right;
  margin-right: 15px;
}

div.footer-copyright-inner{
	text-align: center;
    color: #666;
}

div.yeni_eklenenler a.link-arrow{
	font-size:14px;
}

div.itemSocialSharing {padding:5px 0;}
div.itemTwitterButton, div.itemFacebookButton  {float:left;margin:2px 3px;}
div.itemGooglePlusOneButton{
	width:40px;
	float:left;
	margin:0;
}

section#property-detail section#property-features{
	clear:both;
}

section#property-detail section#property-features dl dd{
	
}


div.clear{
	clear:both;
	padding:10px;
}


div#lokasyon_avantajlari ul li, div#one_cikan_ozellikler div.tab-content ul li{
	display:inline-block;
	width:50%;
	padding:5px;
	font-size: 12px;
}

div#lokasyon_avantajlari ul li:before, div#one_cikan_ozellikler div.tab-content ul li:before
{
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    font-weight: normal;
    margin-right: 5px; 
    margin-left: -1em;
   
	
}

div#genel_bilgiler{
	font-size:13px;
}

section#property-detail{
	margin-top:10px;
}

.toggle-editor.btn-toolbar.pull-right{
	display:none;
}

div#gt_parallax{
	background-attachment: fixed;
	background-image: url(../images/kibris.jpg) ;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #aeaeae;
	overflow: hidden;
	padding: 160px 0;
	float:left;
	width:100%;
}

div.gt_parallax2{
	background-attachment: fixed;
	background-image: url(../images/kibris_bg.jpg) ;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #aeaeae;
	overflow: hidden;
	padding: 160px 0;
	float:left;
	width:100%;
}

div.gt_parallax2 div.container{
	background:#fff;
}

div.ozel{
	background: #fff;
	padding: 20px;
	text-align: center;

}

div.hizmetler{
	text-align:center;
}

div.hizmetler a{
	display:block;
	border-radius:250px;
	-moz-border-radius:250px;
	-webkit-border-radius:250px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;

}







div.hizmetler i{
	font-size:56px;
	display:block;
	padding:10px;
}

div#gt_emlaklar{
	text-align:center;
	padding:20px;
}


div#harita_goster a{
	color:#eb0b0b;
	font-size:15px;
}

div#harita_goster a:hover{
	color:inherit;
}

div.kategoricikler_count{
	display:inline-block;
	padding:10px 10px 5px;
}

div.vitrincik div.owl-item{
	width:33%;
	display:inline-block;
}
	
div.vitrincik div.col-md-12{
	padding:5px;
}



div.contact-form div.icheckbox.checked:before{
  
    float:left;
	 content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    font-weight: normal;
    margin-right: 5px; 
    margin-left: -1em;
}

label#jform_contact_email_copy-lbl{
	cursor:pointer;
}

label#jform_contact_email_copy-lbl:hover{
	color:#ff0000;
}

span.tag.price div.btn-group{
	width:25px !important;

	float:left;
}

span.tag.price div.btn-group button.dropdown-toggle{ 
	    padding: 0 5px;
    margin-right: 5px;
background-color:inherit;
}

span.tag.price div.btn-group .bootstrap-select .selectpicker{
	background-color:inherit;
}

span.tag.price div.btn-group button.dropdown-toggle span.caret{
	    top: 13px;
    left: -18px;
}

span.tag.price div.btn-group button.dropdown-toggle span.caret:after{
		color:#bbb;
	    font-size: 12px;
		content:"\f021";
}


span.tag.price div.btn-group .filter-option{
	text-align:center;
	  color: #fff;
}

body.dilcik_en-gb div.ilan_ribbor_text {
	font-size: 16px;
	font-family: tahoma;
	font-weight: inherit;
	text-transform: inherit;
}

div.footer1{
	font-size:12px;
}

form.chronoform input.btn-default{
	background: #00a2ac;
    color: #fff;
    text-shadow: none;
}

div#editor-xtd-buttons{
	display:none;
}

body.dilcik_ru-ru .navigation .navbar .navbar-nav &gt; li a{
	font-size:13px;
	padding:4px 10px;
}



div#slider .tag.price a, div#slider .tag.price a:hover{color:#ffffff;}

div#gt_galeri{
	clear:both;

}





div#right div.moduletable{
	padding:20px;
	background: #fff;
    -webkit-box-shadow: 5px 5px 10px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 5px 5px 10px 10px rgba(0,0,0,0.1);
    box-shadow: 5px 5px 10px 10px rgba(0,0,0,0.1);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
	margin-bottom:40px;
	
}

div#right div.moduletable h3{

    text-align: center;
    text-transform: uppercase;
    padding: 5px;
	
}

div#right div.moduletable a{
	color:#00a2ac;
	    line-height: 30px;
}

div#right div.moduletable a.active{
    color: #f0902f;
}


span.actions{
	position:relative;
	z-index:50;
}

div#aysergi_buton a{
    display: table;
    margin: 0 auto;
    color: #fff;
    padding: 10px 20px;
  background: #ffb76b;
	background: -moz-linear-gradient(top, #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%);
	background: -webkit-linear-gradient(top, #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%);
	background: linear-gradient(to bottom, #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 );
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin-bottom:10px;
}

@keyframes gt_zoom {
   from {
		transform: scale3d(1.0, 1.0, 1.0) translate3d(0px, 0px, 0px);
        animation-timing-function: ease-out;
	}
    to {
		transform: scale3d(1.0, 1.0, 1.0) translate3d(0, -600px, -600px);
        animation-timing-function: ease-out;
	}
}


@keyframes mobil_gt_zoom {
   from {
		transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
        animation-timing-function: ease-out;
	}
    to {
		transform: scale3d(1.0, 1.0, 1.0) translate3d(0, 0px, 0px);
        animation-timing-function: ease-out;
	}
}

div#slider .owl-item.active div.slide a img{
    animation: gt_zoom 35s 1;
    -webkit-animation: gt_zoom 35s 1;
    -ms-animation: gt_zoom 35s 1;
    -moz-animation: gt_zoom 35s 1;
  }



div#gt_parallax div.container div.col-md-4 img{
	background:#fff;
	padding:10px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	
	
}

div#gt_parallax div.container h3{
	font-size:32px;
	text-align:center;
	color:#fff;
	
}



div#neden h3{
	font-size:30px;
	text-align:center;
	color:#00a2ac;
	position:relative;
	font-weight: 700;
    margin-bottom: 30px;
	
}

div#neden  h3::before{
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 36px;
    height: 3px;
    margin-left: -18px;
    background-color: #00a2ac;
}

iframe{
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	webkit-box-shadow: 5px 5px 10px 10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 5px 5px 10px 10px rgba(0,0,0,0.1);
    box-shadow: 5px 5px 10px 10px rgb(0 0 0 / 10%);
}


h5{
	color: #00a2ac;
    font-size: 20px;
    font-weight: 600;
    margin: 5px 0;
    padding: 10px 0;
  
}


div#gt_parallax h5{
	font-size:18px;
	color:#fff;
	margin-bottom:20px;
}

div#slider .homepage-slider div.owl-prev{
	left:0;
}

div#dilcik{

	float:right;
	margin-right:10px ;
	position:relative;
	top:4px;
}

.property-carousel .property-slide img{
	max-width:100%;
}

section#floor-plans img{
	max-width:100%;
}

div#fiyatcik{
	position:absolute;
	z-index:10;
	top:10%;
	left:3%;
	padding:5px 15px;
	background:rgba(61,66,122,0.67);
	color:#fff;
}


#quick-summary dd, #quick-summary dt, #property-features dd, #property-features dt{
    background-color: #f2f2f2;
	padding:7px 5px;
}

section#contact-agent{
	float:right;
	margin-right:10px;
}

div.moduletable.starzer{
	margin-top:50px;
}

div.contact-misc div{
	padding:10px 0;
}




/* Testimonial Module 
---------------------*/
#showcase .testimonials_author {
  float: left;
  width: 20%;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
#showcase .testimonials_author p {
  margin-bottom: 5px;
}
#showcase .testimonials_author img {
  border-radius: 100%;
  display: inline-block;
  max-width: 120px;
  max-height: 120px;
  margin: 0 0 12px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: .7;
}
#showcase .container:hover .testimonials_author img {
  -webkit-transform: rotate(7deg);
  -moz-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  -o-transform: rotate(7deg);
  transform: rotate(7deg);
  opacity: 1;
}

blockquote{
	position:relative;
}

blockquote:before{
	content: 'â€œ';
	
	position:absolute;

	}

blockquote:after{
	content: 'â€';
	
	position:absolute;

}


#showcase blockquote {
  width: 80%;
  float: right;
  margin: 0;
  padding-left: 7%;
  padding-right: 7%;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #444444;
}
#showcase blockquote:before,
#showcase blockquote:after {
  color: #bbb;
  font-size: 120px;
  font-family:Georgia;
}
#showcase blockquote:before {
  top: -40px;
  left: 10px;
}
#showcase blockquote:after {
  bottom: -68px;
  right: 15px;
}
#showcase .rslides-nav-container {
  float: right;
  padding: 10px;
  position: relative;
  z-index: 10;
}
#showcase .rslides-nav-container a.rslides_nav {
  display: inline-block;
  width: 60px;
  height: 35px;
	color:#fff;
  background: #bbb ;
  background-image: url("../images/rslider_arrows.png");
  background-repeat: no-repeat;
  background-position: top;
  margin: 0 1px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#showcase .rslides-nav-container a.rslides_nav.next {
  background-position: bottom;
}

/*!  Responsive Slides
http://responsiveslides.com v1.54 by @viljamis */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides .rslides &gt; li,
.rslides .rslides &gt; div {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides .rslides &gt; li:first-child,
.rslides .rslides &gt; div:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides .rslides &gt; li img,
.rslides .rslides &gt; div img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

#promo .moduletable,
#showcase .moduletable {
  position: relative;
  padding: 0;
  margin-bottom: 20px;
}
#promo .moduletable .moduletable_heading,
#showcase .moduletable .moduletable_heading {
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 2px;
  padding: 0 0 10px;
}
#promo .moduletable .moduletable_heading span.heading_subtitle,
#showcase .moduletable .moduletable_heading span.heading_subtitle {
  display: block;
  font-size: 13px;

  padding: 0;
  line-height: 1.35em;
  color: #999999;
  margin-bottom: 0;
  margin-top: 2px;
  text-shadow: none;
}
#showcase {

  position: relative;

}
#showcase hr {
  border: none;
  overflow: hidden;
}
#showcase:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.25);
  width: 100%;
  height: 10px;
  z-index: 9;
}
#showcase:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.25);
  width: 100%;
  height: 10px;
  z-index: 9;
}

#showcase .container #showcase-modules {
  margin: 0 15px 0;
}
#showcase .container #showcase-modules .moduletable {
  margin-bottom: 20px;
}

div#testimonial-slide h3{
	text-align: center;
    font-size: 24px;
	color:#ff9100;
}

.dilcik_ru-ru div#slogan em{
	font-size:14px;
	font-family:georgia;
}



/*
div#sticker{
    position: absolute;
    bottom: 20%;
    left: 20px;
    background: rgba(255,0,0,0.8);
    color: #fff;
    padding: 5px 15px;
}*/


		
@-webkit-keyframes pulse{0%{-webkit-transform:scale(1, 1);}
50%{-webkit-transform:scale(1.1, 1.1);}
100%{-webkit-transform:scale(1, 1);};}
@keyframes pulse{0%{transform:scale(1, 1);}
50%{transform:scale(1.05, 1.05);}
100%{transform:scale(1, 1);};}

.floatcik{
	position:fixed;
	width:60px;
	height:60px;
	bottom:20px;
	left:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  -webkit-animation:pulse 0.85s linear infinite;animation:pulse 0.85s linear infinite;
}

.my-float{
	margin-top:16px;
}

.floatcik i{
	color:#fff;
}

.floatcik:hover{
	color:#fff;
}



/* Accordion */ 

div#accordion_bolum{
	position:relative;
	min-height:400px;
	touch-action: manipulation;
	overflow:hidden;
	
}

.l-accordion__inside a{
	display:block;
	width:100%;
	height:100%;
}

div#accordion_bolum .l-accordion__inside &gt; a:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	    background: linear-gradient(rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.35) 100%) transparent;
    width: 100%;
    height: 100%;

}

/*div#accordion_bolum .owl-carousel .owl-item{
	background:#fff;
	border:2px solid #fff;
}*/



.l-accordion__slide {
  flex: 1;
  transition: 0.4s ease-in-out;

 

  border-left: 4px solid #fff;

}


.l-accordion__slide img{
	max-width:100%;
	width:100%;
	object-fit:cover;
	/*height:100%;
	float:right;*/
}


@keyframes slide-out {
    0% { transform: translateX(-150%); opacity:0; }
    100% { transform: translateX(0%); opacity:1; }
}

@-webkit-keyframes slide-out {
    0% { -webkit-transform: translateX(-150%); opacity:0; }
    100% { -webkit-transform: translateX(0%); opacity:1; }
}

	
	[data-accordion-slide].l-accordion__slide div.accordion_baslik,
[data-accordion-slide].l-accordion__slide div.accordion_baslik,
div.ilk_child div.accordion_baslik
{
	bottom:70px;
	left:120px;
-webkit-transition: all 1.5s ease-out;
		transition: all 1.5s ease-out;
	
	padding:20px 40px;
background: rgba(61,66,122,0.85);
    box-shadow: 1px 2px 5px #666;
  
}




div.owl-item.active div.accordion_baslik h3{
	 animation: slide-out 2.5s forwards;
    -webkit-animation: slide-out 2.5s forwards;
}

div.owl-item.active div.accordion_baslik span.accordion_title2{
	 animation: slide-out 3s forwards;
    -webkit-animation: slide-out 3s forwards;
}

div.owl-item.active div.accordion_baslik div.accordion_overlay{
	 animation: slide-out 3.5s forwards;
    -webkit-animation: slide-out 3.5s forwards;
}



.active .l-accordion__inside img {
  animation: mobileburns 30s infinite;
}
@media screen and (min-width: 800px) {
  .active .l-accordion__inside img {
    animation: kenburns 30s infinite;
  }
}

@keyframes kenburns {
  5% {
    transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale3d(1.5, 1.5, 1.5) translate3d(-100px, -30px, 0px);
    animation-timing-function: ease-in;
  }
  60% {
    transform: scale3d(1.5, 1.5, 1.5) translate3d(-100px, -30px, 0px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
    animation-timing-function: ease-in;
  }
}
@keyframes mobileburns {
  5% {
    transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
    animation-timing-function: ease-in;
  }
  65% {
    transform: scale3d(2.5, 2.5, 2.5) translate3d(-100px, -30px, 0px);
    animation-timing-function: ease-in;
  }
  80% {
    transform: scale3d(2.5, 2.5, 2.5) translate3d(-100px, -30px, 0px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
    animation-timing-function: ease-in;
  }
}
@keyframes noburns {
  100% {
    transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
    animation-timing-function: ease-in;
  }
}


[data-accordion-slide].l-accordion__slide:hover div.accordion_overlay,
div.ilk_child  div.accordion_overlay

{
	display:block;
	
}



.l-accordion__slide:first-child {
  border-left: 0;
  flex: 1.25;

}
.l-accordion__slide:last-child {
  flex: 1.25;

}
.l-accordion__inside {
 
 transition: 0.4s ease-in-out;
background:#0d104b;
  margin: 0;
  
  justify-content: center;

 overflow:hidden;
}

div.accordion_baslik{
	 position: absolute;
}

/*
div.accordion_baslik{
	 text-align: center;
	   position: absolute;
	    padding:17vh 10px 10px 10px;
	top:0;
    left: 0;
    width: 100%;
	height:100%;
	background: -moz-linear-gradient(top, rgba(21,21,117,0.91) 0%, rgba(21,21,117,0.92) 31%, rgba(1,6,33,0.91) 100%);
background: -webkit-linear-gradient(top, rgba(21,21,117,0.91) 0%,rgba(21,21,117,0.92) 31%,rgba(1,6,33,0.91) 100%);
background: linear-gradient(to bottom, rgba(21,21,117,0.91) 0%,rgba(21,21,117,0.92) 31%,rgba(1,6,33,0.91) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8151575', endColorstr='#e8010621',GradientType=0 );
transition: 0.4s ease-in-out;
}*/

[data-accordion-slide].l-accordion__slide:hover div.accordion_baslik{
	transition: 0.4s ease-in-out;
}

div#accordion_bolum h3{
  margin: 0;
  color: #fff;
  font-size: 46px;
	

  line-height: 1;
	font-weight:900;
	text-transform:uppercase;
	letter-spacing:-2px;
}

div#accordion_bolum span.accordion_title2{
	font-size:32px;
	text-transform:uppercase;

	display:block;
	color:#fff;
	letter-spacing:4px;
	
}


[data-accordion-slide].l-accordion__slide:hover div.accordion_baslik h3,
[data-accordion-slide].l-accordion__slide:hover span.accordion_title2,
div.ilk_child div.accordion_baslik h3,
div.ilk_child span.accordion_title2
{
	opacity:1 !important;
}


/*
[data-accordion-slide].l-accordion__slide:hover img{
	filter: brightness(1.15);
	transition: 0.4s ease-in-out;
}*/


div.accordion_overlay{
	
	transition: 0.4s ease-in-out;
}

div.accordion_overlay header, div.accordion_overlay figure{
	float:left;
}

div.accordion_overlay figure{
	margin-left:5px;
}

div.accordion_overlay ul{
	list-style:none;
	padding:0;
}

div.accordion_overlay ul li{
	font-size:110%;
	line-height:21px;
}

div.accordion_overlay .additional-info{
	font-size:13px;
	color:#00a2ac;
	display:table;
	margin:15px auto;
	
}

div.accordion_overlay ul li{
	clear:both;
}

div.accordion_bilgi a{

    font-size: 21px;
  
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: 600;
	text-transform:uppercase;
	color:#fff;
	margin-top:5px;
text-shadow:0px 1px 2px #00a2ac;
    transition: background 0.5s ease-out;
  
 
}

.fiyatcik{
	color:#d40000;
	font-weight: 600;
    font-size: 22px;
	text-shadow:0px 1px 2px #fff;
}

div.accordion_baslik div.fiyatcik{
	color:#f8d2b0;
	text-shadow:0px 1px 2px #00a2ac;
}

div.accordion_baslik div.fiyatcik a{
		color:#f8d2b0;
}



div.accordion_bilgi a:hover, div.accordion_bilgi a:after{
	color:#3fab3c !important;
	
}

div.ust_bolum{
	font-size:12px;
	text-align:center;
}

div.ust_bolum div.col-md-4:nth-child(4){
	clear:both;
}

div.ust_bolum p{
	color:#999;
}

div.ust_bolum img{
	max-width:100%;
}

div.devami a {
    border-color: #ffee90;
    background: #ffee90;
    color: #111;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
	display:table;
	margin:20px auto 50px auto;
}

a.devami{
	
   background: #eeeeee;
background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
    color: #333;
    padding: 10px 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: 600;
	display:table;
	margin:20px auto 40px auto;
}

.mod-languages li a{
	font-weight:600;
}

div#dilcik .lang-active:before{
	content:"";
	width: 7px;
    height: 7px;
    background-color: #3fab3c;
    float: left;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    position: relative;
    top: 7px;
	margin-right:5px;
}

div#dilcik div.mod-languages ul.lang-inline li{
	display:inline-block !important;
}

div.customproje_link{
	margin:20px auto;
	display:table;
	text-align:center;
}

div.customproje_link span{
	display:block;
	font-size:26px;
	font-weight:600;
	
}

div.customproje_link a{
	font-size:16px;
	display:block;
	background: #2c539e;
background: -moz-linear-gradient(top, #2c539e 0%, #303374 100%);
background: -webkit-linear-gradient(top, #2c539e 0%,#303374 100%);
background: linear-gradient(to bottom, #2c539e 0%,#303374 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c539e', endColorstr='#303374',GradientType=0 );
color:#fff;
text-transform:uppercase;
padding:20px 40px;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}





.mod_gt_owl_carousel_images .ext-item-wrap {
    margin: 0 20px;
    text-align: center;
}

div#accordion_bolum .owl-controls .owl-buttons .owl-next{
	right:5px;
	background:transparent url(../images/sonraki.png) center center no-repeat;
	top:45%;
	    border: 2px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 20px;

	text-indent: -9999px;
	position:absolute;
		z-index:50;
}

div#accordion_bolum .owl-controls .owl-buttons .owl-prev{
	left:5px;
	background:transparent url(../images/onceki.png) center center no-repeat;
	top:45%;
	
	    border: 2px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 20px;

	text-indent: -9999px;
		position:absolute;
		z-index:50;
}

div#section-featured{
	margin:30px 0;
	background:#f5f5f5;
	padding:20px;

}


div#section-featured .bootstrap-select .selectpicker, div#section-featured .price-range, div#section-featured input.inputbox{
	background:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

div#section-featured div.advanced-search{
	padding:20px;
	color:#333;
}

div#section-featured div.advanced-search button{
	margin:5px 0;
}


div#section-featured div.advanced-search .checkbox .icheckbox{
	background:#fff;
}

div#vitrin_alt{

	color:#073855;
}

div.moduletable.neden h3{
	color:#3fab3c;
	text-align:center;
	font-weight:600;
	font-size:26px;
	margin-bottom:30px;
}

div.neden h4{
	font-size:16px;
	font-weight:600;
}


body.page-homepage div.gt-propertyfilter.search_bg .bootstrap-select .selectpicker, body.page-homepage div.gt-propertyfilter.search_bg input.inputbox{
	background:#fff;
}



.dilcik_tr-tr .navigation .navbar .navbar-nav&gt;li a{
	padding: 4px 12px;
    text-transform: uppercase;
    font-weight: 600;
	letter-spacing: 0.15px;
	line-height:24px;
}


.dilcik_ru-ru .navigation .navbar .navbar-nav&gt;li a{
	 text-transform: inherit;
}


#page-footer h3, #page-footer h4, #page-footer a{
	color:#fff;
}

#page-footer h4{
	margin:5px 0;
}

div#gt_neden{
	text-align:center;
	color: #fff;
    border-top: 5px solid #00a2ac;
    border-bottom: 5px solid #00a2ac;
    background: linear-gradient(90deg,#443088 0%,#3454d1 61%,#009fff 100%);
    margin-top: 50px;
    padding: 0.15px 0 ;
	
}

div#gt_neden_ic{
	 border-top: 5px solid #3fab3c;
	 border-bottom: 5px solid #3fab3c;
	margin-top:1px;
	
}

div#gt_neden div.moduletable{
	padding:20px;
}

div#cevreleyici td{
	padding:5px;
}











/* mobile */
@media (max-width: 400px) {
	div.wk-slideset div.next, div.wk-slideset div.prev{
		display:none;
	}
	
	div.secondary-navigation{
		background:#fff !important;
		border:none !important;
	}
	
	div.homepage-slider {
		margin:0 !important;
	}
	
	
	div#telefon a{
		font-size:20px !important;
	}
	
	.navigation .navbar{
		padding:0 !important;
	}
	
	
	
	div#telefon{
		    right: 0;
    text-align: center;
    margin: 0 auto;
    float: none;
    clear: both;
    position: relative;
    top: 10px;
	}
	
	div#slider .owl-item.active div.slide a img{
    animation: mobil_gt_zoom 15s 1;
    -webkit-animation: mobil_gt_zoom 15s 1;
    -ms-animation: mobil_gt_zoom 15s 1;
    -moz-animation: mobil_gt_zoom 15s 1;
  }
  
  div#slider .homepage-slider .slide, div#slider{
	  max-height:400px !important;
  }
  
  .property-title .actions{
	 display:none;
  }
  



#slider .homepage-slider .slide img{
	animation:none;
	-moz-animation:none;
	-webkit-animation:none;
	
}





div#gt_sosyal{
	position: absolute;
    right: 0;
}
 


 
 div#accordion_bolum div.accordion_baslik h3, div.accordion_baslik span.accordion_title2{
	opacity:1;
 }
 
 
 div.accordion_overlay{
	 display:none !important;
 }
 
 
 .l-accordion__slide img{
	 float:none;
 }
 
 

  
}


div.reklam_banner{
	text-align:center;
}

div.reklam_banner img{
	width:100%;
	
}

div#gt_emlaklar a{
	color:#00a2ac;
	font-size:13px;
}

div#gt_emlaklar a:hover{
	color:#00a2ac;
	
}





div#gt_banner p{
	margin:0;
}

div#gt_banner div.container{
	width:100%;
	padding:0;
	

}

div#gt_banner div.custom{
	 display: table;
    margin: 0 auto;
    position: relative;
}


div#gt_banner{
	position:relative;
}



.parasut{
  animation: 6s ease 0s normal none infinite running zeppelin;
  -webkit-animation: 6s ease 0s normal none infinite running zeppelin;
-moz-animation: 6s ease 0s normal none infinite running zeppelin;
-ms-animation: 6s ease 0s normal none infinite running zeppelin;
  background: url("../images/parasut.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  top: 35%;
  height: 160px;
  right: 12%;
  position: absolute;
  width: 108px;
  background-size:contain;
}


div.gunes{
	position: absolute;
    right: -72px;
    top: -165px;
    background: transparent url(../images/gunes.png) no-repeat 0 0;
    width: 300px;
    height: 300px;
    background-size: contain;
	 animation: pulse2 2.5s infinite;
	
}




.top-a-layer-2 {
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: 100px;
	height: 124px;
	width: 109px;
	background: url(../images/background/islands/cloud1.png) 0 0 no-repeat;
	-webkit-animation: cloud1 100s linear infinite;
	-moz-animation: cloud1 100s linear infinite;
	-ms-animation: cloud1 100s linear infinite;
	animation: cloud1 100s linear infinite;
}



.top-a-layer-4 {
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: -250px;
	height: 171px;
	width: 246px;
	background: url(../images/background/islands/cloud3.png) 0 0 no-repeat;
	-webkit-animation: cloud3 80s linear infinite;
	-moz-animation: cloud3 80s linear infinite;
	-ms-animation: cloud3 80s linear infinite;
	animation: cloud3 80s linear infinite;
}




div.adapark a{
  background: transparent url("../images/pin1.png") no-repeat scroll center center ;
  height: 90px;
  left: 46%;
  position: absolute;
  top: 10%;
  width: 100px;
  z-index:10;
  background-size:contain;
  text-align: center;
    line-height: 54px;
    font-size: 12px;
    font-weight: 600;
		 -webkit-animation: tag 2.5s 1;
	animation: tag 2.5s 1;
	 transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
}


div.aysergi a{
  background: transparent url("../images/pin2.png") no-repeat scroll center center ;
     height: 90px;
    left: 56%;
    position: absolute;
    top: 8%;
    width: 100px;
    z-index: 10;
    background-size: contain;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    line-height: 16px;
    padding-top: 12px;
		 -webkit-animation: tag 3s 1;
	animation: tag 3s 1;
	 transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
}

div.pulya a{
  background: transparent url("../images/pin3.png") no-repeat scroll center center ;
height: 90px;
    left: 74%;
    position: absolute;
    top: 7%;
    width: 100px;
    z-index: 10;
    background-size: contain;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    padding: 10px;
		 -webkit-animation: tag 3.5s 1;
	animation: tag 3.5s 1;
	 transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
}


section#property-detail img{
	max-width:100%;
	max-height: 550px;
}

section#foto-galeri a[data-lightbox]{
	width:32%;
}

section#foto-galeri a[data-lightbox] img{
	max-height:250px;
	width:100%;
}

ul.nav-tabs li.active a.nav-link, ul.nav-tabs li.active a.nav-link:hover{
	    background: linear-gradient(to bottom, #fea954 0%, #f0902f 100%);
	color:#fff;
}




/*section#sanal-tur{
	background:#fff url(../images/360.jpg) no-repeat center bottom;
	background-size:cover;
	height:300px;
}

section#sanal-tur a{
	display:table;
	margin:0 auto;
	text-align:center;
	background:transparent url(../images/360.png) no-repeat center center;
	background-size:contain;
	text-indent:-10000px;
	height:200px;
	width:100%;
}

section#sanal-tur a:hover{
	 -webkit-animation:pulse 0.85s linear infinite;animation:pulse 0.85s linear infinite;
}*/

section#sanal-tur h2 {
  /*  color: #fff;*/
    text-align: center;
    border-bottom: none;
	text-transform:uppercase;
}

.rl_tabs.top&gt;ul.nav-tabs&gt;li&gt;a {
    border-bottom-color: #ddd;
    font-size: 13px;
    font-weight: 500;
    margin: 0 3px;
}

table#katalog img:hover{
  -webkit-animation:pulse 0.85s linear infinite;animation:pulse 0.85s linear infinite;
}

div.html5vid  video{
	object-fit:cover;
}

div.tp-video-play-button, .tparrows.preview1{
	display:none !important;
}

/*div.forcefullwidth_wrapper_tp_banner:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.45);
}*/

div#telefon a{
	color:#fff;
}

.mod-languages li a{
	color:#ededed;
}

.nav &gt; li &gt; a:hover, .nav &gt; li &gt; a:focus{
	background-color:inherit;
}

body.page-sub-page .navigation{
    position: relative;

   /* background: #1d1d39;*/
}

body.page-sub-page .navigation:hover {
	background:#fff;
}

a.advanced-search-toggle {
    float: right;
    color: #00a2ac;
    font-size: 14px;
}

a.advanced-search-toggle:hover{
	color:#00a2ac;
}

a.advanced-search-toggle i{
	margin:10px;
}

div#ozel img{
	max-width:100%;
}

div#ozel span{
	font-weight:500;
	padding:10px;
	display:block;
	margin:5px;
}


.page-sub-page {
	background:#fff;
	
}


div#main{
	background:#fff;
}

div#right{
	background:#fff;
}

div.forcefullwidth_wrapper_tp_banner div.slidelink.hasclicklistener{
	display:none !important;
}



img.sigProImg{
	background-size:cover;
}


@media (min-width: 1366px){
.container {
    width: 1230px;
}
}



div#gt_parallax div.moduletable h3{
	position:relative;
	font-weight: 700;
    margin-bottom: 30px;
}

div#gt_parallax div.moduletable h3::before{
   content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 50px;
    height: 3px;
    margin-left: -25px;
    background-color: #fff;
	
}


div#yorumlar h3, div.yeni_eklenenler h3{
	color:#444;
	text-align:center;
	font-size:30px;
	display:table;
	margin:0 auto;
	position:relative;
font-weight: 700;
    margin-bottom: 30px;
}

 h3.genel_bilgiler{
	 color:#444;
	font-size:16px;
	position:relative;
	font-weight: 700;
    margin-bottom: 25px;
	margin-left:15px;
	 
 }
 
  h3.genel_bilgiler:before{
   content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #444;
	
} 

h3.emlak_ilgi{
	 color:#444;
	font-size:16px;
	position:relative;
	font-weight: 700;
    margin-bottom: 25px;
	 text-align:center;
 }
 
  h3.emlak_ilgi:before{
    content: "";
    position: absolute;
    bottom: -5px;
     left: 50%;
    width: 20px;
    height: 2px;
    background-color: #444;
}

.blog-post h2, .item-page h2{
	position:relative;
}

/* .blog-post h2:before, .item-page h2:before, */

div#yorumlar h3::before,  div.yeni_eklenenler h3:before{
  content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 50px;
    height: 3px;
    margin-left: -25px;
    background-color: #444;
	
}

div#beyaz_bg {
    position: relative;
    z-index: 100000;
    width: 100%;
    background: #fff;
    height: 50px;
    margin-top: -50px;
    right: -10px;
}



/* Columns in the content */
.gkCols {
	margin: 0 -20px;
	width: auto;
}
.gkCols &gt; div {
	float: left;
	padding: 0 20px;
}
.gkCols[data-cols="2"] &gt; div { width: 50%; }
.gkCols[data-cols="3"] &gt; div { width: 33.333333%; }
.gkCols[data-cols="4"] &gt; div { width: 25%; }
.gkCols[data-cols="5"] &gt; div { width: 20%; }

div#fiyatcik a, span#fiyat_cevir a, span#fiyat_cevir a:hover, span#fiyat_cevir a:focus, div.tag.price a:hover, div.tag.price a:focus, #page-footer div.tag.price a, .siyah_yazi, span.tag.price a:hover, span.tag.price a:focus, #page-footer span.tag.price a, .tag.price a{
	color:#fff !important;
}

ul.emlak-ozellikleri{
	clear:both;
}

#sag_ust {
  bottom: 7%;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 100;
}

@media screen and (max-width: 800px) {
	#sag_ust {
		bottom:14%;
	}
}

@media screen and (max-width: 1300px) {
	#sag_ust {
		bottom:12%;
	}
}


#sag_ust a {
	padding-top: 60px;
}
#sag_ust a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	border: 2px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
}
#sag_ust a span::before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sdb10 2s infinite;
	animation: sdb10 2s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb10 {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

div#one_cikan{
	margin-bottom:10px;
}

div#one_cikan_ic{
padding: 10px 5px;
    border-radius: 5px;
    background: #1e5799;
   background: linear-gradient(to bottom,  #3d65aa 0%,#00a2ac 100%);

     color: #fff;
    font-size: 13px;
    border-left: 4px solid #3fab3c ;
    -webkit-box-shadow: 5px 5px 10px 10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 5px 5px 10px 10px rgba(0,0,0,0.1);
    box-shadow: 5px 5px 10px 10px rgb(0 0 0 / 10%);
}

div#one_cikan_ic h2{
font-size: 16px;
    color: #1e5799;
    font-weight: 700;
    background: #fff;
    background: -moz-linear-gradient(top,#fff 0%,#e5e5e5 100%);
    background: -webkit-linear-gradient(top,#fff 0%,#e5e5e5 100%);
    background: linear-gradient(to bottom,#fff 0%,#e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0 );
    display: table;
    border-radius: 0 0 10px 10px;
    padding: 5px 10px;
	margin: -11px auto 20px auto;
	
}

div#one_cikan_ic ul{
	list-style: none;
	margin: 0;
    padding: 0 10px;
}

.rl_sliders.accordion&gt;.accordion-group .accordion-heading .accordion-toggle{
	font-weight:500;
}
	
	
div#one_cikan_ic li{
	display: inline-block;
    width: 50%;
	line-height: 26px;
}

div#one_cikan_ic li:before{
	content: "\f00c"; 
  font-family: FontAwesome;
  display: inline-block;
	font-weight:normal;
	margin-right:5px;
}

section#quick-summary h2{
	display:none;
}

div#gorunum {
    width: 120px;
    position: absolute;
    bottom: 10px;
    right: 10px;
   
}

div#gorunum img {
    max-width: 80px;
}

span.actions iframe{
	box-shadow:none;
	border:none;
	border-radius:1px;
}


.rl_sliders.accordion&gt;.accordion-group.active&gt;.accordion-heading&gt;a.accordion-toggle {
    background: linear-gradient(to bottom, #0fc3ce 0%, #00a2ac 100%);

    color: #fff;
}

div#sadece_resim{
	position:relative;
}

div#konum_goster {
    position: absolute;
    bottom: 0;
background: linear-gradient(to bottom, #fea954 0%, #f0902f 100%);

    font-size: 12px;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px 10px 0 0;
    left: 10px;
}

div#konum_goster i{
	font-size:18px;
	position:relative;
	top:3px;
}

div#ilan_no2{
	padding: 5px;
    background: rgba(0,0,0,0.3);
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 1;
}

div#ilan_no2 span.hits{
	color:rgba(255,255,255,0.75);
}

.dilcik_ru-ru{
	font-family:Georgia;
	font-style:italic;
}

div.gkCols{
	text-align:center;
	clear:both;
	font-size:13px;
	line-height:21px;
	margin-bottom:20px;
}

div.gkCols img{
	display:inline-block;
	border:4px solid #dedede;
}

.ekibimiz table img{
	max-width:100%;
	border-radius:50px;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
}

div.kat_planlari_text table{
	width:100% !important;
	height:auto !important;
	
	margin:0 5px 20px 5px;
}

div.kat_planlari_text p{
	margin:0;

}

div.kat_planlari_text table td{
	padding:10px;
	width:auto !important;
	height:auto !important;
}

div.kat_planlari_text table tr:nth-child(even) {
  background: #f2f2f2;
}

div.kat_planlari_text table tr:first-child{
	background:rgb(248,98,103);
	color:#fff;
}


div.kat_planlari_text table tr td:empty, div.kat_planlari_text p:empty { 
    display:none;
    visibility: hidden;
	padding:0;
}


div.kat_planlari_text p:contains('&amp;nbsp;'),  div.kat_planlari_text tr td:contains('&amp;nbsp;'){
  display: none;
 }

div.kat_planlari_text img{
		float:left;
		width:50%;
		max-width:100%;

}

div#kat_pop img{
	cursor:pointer;
}


.kat_show{
  
    display: none;
}
.kat_show .kat_overlay{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.66);
    position: fixed;
    top: 0;
    left: 0;
	z-index:900;
}
.kat_show .kat_img-show{
    width: 90%;
    height: 100%;
    background: #FFF;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
	z-index:999;
}
.kat_img-show span{
   position: absolute;
    top: 5px;
    right: 10px;
    z-index: 99;
    cursor: pointer;
    background: #ff0000;
    color: #fff;
    padding: 5px 7px;
    font-weight: 900;
}
.kat_img-show img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

div.catItemImageBlock{
	float:left;
	margin: 0 15px 15px 0;

}

div.catItemImageBlock img{	
border:3px solid #ebebeb;
}

div.catItemReadMore a {
    background: #00a2ac;
    color: #fff;
    padding: 10px;
}

div.itemImageBlock{
	float:right;
}

div.etiketcikler{
	display:none;
}

div#gt_emlak_arama div.container{
	max-width: 1230px;
    margin: 0 auto;

   
   
}

div#gt_emlak_arama div.search_bg{
	padding:15px 15px 0 15px;
	    margin-top: -123px;
		    background: linear-gradient(to bottom, #0fc3ce 0%, #00a2ac 100%);
		  position: relative;
    z-index: 10;
	border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	border: 1px solid #00a2ac;
}

div#gt_emlak_arama .yesil_buton{
	background: linear-gradient(to bottom,  #fea954 0%,#f0902f 100%);


	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#fff;
	width:100%;
}




div#gt_emlak_arama .jslider .jslider-pointer:before{
	
	border-color:transparent transparent #3fab3c transparent;
}

div#gt_emlak_arama .jslider .jslider-pointer{
	background-color:#3fab3c;
}

div#gt_emlak_arama input, div#gt_emlak_arama .bootstrap-select .selectpicker{
		border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#fff;
	color:#444;
	font-size:13px;
max-height: 300px !important;
}

#emlak_id_ara{
	height:37px;
}

div#gt_emlak_arama  a.advanced-search-toggle {
    float: left;
    color: #76e973 !important;
    font-size: 13px;
	margin-left: 20px;
}

div#gt_emlak_arama  a.advanced-search-toggle:hover{
	color:#9df79b !important;
}

div#gt_emlak_arama  div.advanced-search{
	padding:20px;
}

div#gt_emlak_arama  div.advanced-search input, div#gt_emlak_arama  div.advanced-search .bootstrap-select .selectpicker{
	margin:5px 0;
}

.anasayfa_buton{
	text-indent: -10000px;
    width: 30px;
}
	
	
	
.anasayfa_buton:before{
	width: 35px;
    height: 30px;
    content: "\f015";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 25px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0px;
    text-align: center;
   
    line-height: 24px;
    position: absolute;
    left: 0;
	
}

.navigation .navbar .navbar-nav &gt; li .child-navigation li a:hover, .navigation .navbar .navbar-nav &gt; li .child-navigation li.active a, .navigation .navbar .navbar-nav &gt; li a:after{
	background-color:#00a2ac;
}

.breadcrumb {
	text-shadow:0 1px 2px #fff;
}

.breadcrumb &gt; .active {
    color: #f0902f  !important;
}

.breadcrumb span.divider{
	color:#bbb;
}

.breadcrumb &gt; li + li:before {
	display:none;
}


div.emlak_gonder {
    float: right;
    margin-right: 20px;
    text-align: center;
}

.page-sub-page div#main div.item-page{
	padding:0 20px;
}

div#alt_sosyal p {
    margin: 0;
}

div#alt_sosyal a {
    display: table;
    margin: 10px auto;
    height: 30px;
    background: transparent url(../images/sosyal_logo.png) no-repeat 0 0;
    background-size: cover !important;
    width: 198px;
    font-size: 13px;
    text-align: center;
    line-height: 32px;
}

div#alt_sosyal p:nth-child(2) a {
    background-position: 0 25%;
}



div#alt_sosyal p:nth-child(4) a {
    background-position: 0 77%;
}

div#alt_sosyal p:nth-child(5) a {
    background-position: 0 100%;
}

.ortala{
	text-align:center;
}

div.fsf_faq a.fsf_highlight{
font-size: 14px;
}

div.fsf_faq_question.shown a, div.fsf_faq a.fsf_highlight:hover{
	background:#00a2ac;
	color:#fff;
}

div.fsf_faq_answer{
	margin:10px;
}

.ekibimiz h4{
    font-size: 18px;
    font-weight: 600;
}

.ekibimiz img{
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}

.property.masonry aside h3{
	text-transform:uppercase;
}



.property-carousel .owl-controls .owl-prev, .property-carousel .owl-controls .owl-next {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #1396e2;
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  font-size:36px;
}
.property-carousel .owl-controls .owl-prev:after, .property-carousel .owl-controls .owl-next:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #fff;
  width: 5px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.property-carousel .owl-controls .owl-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.property-carousel .owl-controls .owl-next:after {
  content: "\f105";
}
.property-carousel .owl-controls .owl-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.property-carousel .owl-controls .owl-prev:after {
  content: "\f104";
}


.property-carousel .owl-controls .owl-prev {
    position: absolute;
    left: 0;
    top: 45%;
    background-color: inherit !important;
	font-size:36px;
	 width: 25px;
  height: 25px;
}


.property-carousel .owl-controls .owl-next {
    position: absolute;
    right: 10px;
    top: 45%;
    background-color: inherit !important;
}

[class*=" icon-"], [class^=icon-] {
    font-family: GT!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 21px;
    margin-right: 10px;
	vertical-align: middle;
}

.icon-filter:before{content:"\e903"}.icon-sort:before{content:"\e904"}.icon-map:before{content:"\e905"}.icon-fav:before{content:"\e906"}.icon-fav-filled:before{content:"\e908"}.icon-call:before{content:"\e907"}.icon-whatsapp:before{content:"\e909"}.icon-youtube:before{content:"\e90a"}.icon-facebook:before{content:"\e90b"}.icon-bookmark1:before{content:"\e90c"}.icon-arrow-right:before{content:"\e90d"}.icon-arrow-right-light:before{content:"\e90e"}.icon-circle-down:before{content:"\e90f"}.icon-bath:before{content:"\e910"}.icon-bed:before{content:"\e911"}.icon-house-size:before{content:"\e912"}.icon-history:before{content:"\e913"}.icon-eye:before{content:"\e914"}.icon-fav-light:before{content:"\e915"}.icon-point:before{content:"\e916"}.icon-flag-error:before{content:"\e918"}.icon-info:before{content:"\e919"}.icon-credit:before{content:"\e929"}.icon-handshake:before{content:"\e91a"}.icon-percent:before{content:"\e917"}.icon-video:before{content:"\e91b"}.icon-vt:before{content:"\e91c"}.icon-map-solid:before{content:"\e91e"}.icon-share-ios:before{content:"\e91d"}.icon-share-android:before{content:"\e91f"}.icon-share-regular:before{content:"\e94c"}.icon-arrow-left:before{content:"\e920"}.icon-search-regular:before{content:"\e921"}.icon-point-filled:before{content:"\e922"}.icon-share-email:before{content:"\e923"}.icon-share-whatsapp:before{content:"\e924"}.icon-share-facebook:before{content:"\e925"}.icon-share-link:before{content:"\e926"}.icon-share-pdf:before{content:"\e927"}.icon-info-alt:before{content:"\e928"}.icon-marker-solid:before{content:"\e92a"}.icon-close:before{content:"\e940"}.icon-check:before{content:"\e92b"}.icon-bookmark:before{content:"\e92c"}.icon-bookmark-filled:before{content:"\e92d"}.icon-list:before{content:"\e92e"}.icon-done:before{content:"\e92f"}.icon-radio:before{content:"\e930"}.icon-home:before{content:"\e931"}.icon-tag:before{content:"\e932"}.icon-bolt:before{content:"\e933"}.icon-bolt-solid:before{content:"\e934"}.icon-envelope:before{content:"\e935"}.icon-cog:before{content:"\e936"}.icon-sign-out:before{content:"\e937"}.icon-pound:before{content:"\e938"}.icon-rocket:before{content:"\e939"}.icon-close-bold:before{content:"\e93a"}.icon-rotate:before{content:"\e93b"}.icon-close-circle:before{content:"\e93c"}.icon-long-arrow:before{content:"\e93d"}.icon-plus:before{content:"\e93e"}.icon-minus:before{content:"\e93f"}.icon-right-solid:before{content:"\e94e"}.icon-expand:before{content:"\e943"}.icon-envelope-light:before{content:"\e950"}.icon-lock-light:before{content:"\e951"}.icon-user-light:before{content:"\e952"}.icon-phone-light:before{content:"\e953"}.icon-comment:before{content:"\e954"}.icon-user:before{content:"\e955"}.icon-dollar:before{content:"\e956"}.icon-euro:before{content:"\e957"}.icon-lira:before{content:"\e958"}.icon-sign-in:before{content:"\e959"}.icon-smile:before{content:"\e95a"}.icon-drone:before{content:"\e95b"}.icon-hospital:before{content:"\e95c"}.icon-bus:before{content:"\e95d"}.icon-cap:before{content:"\e95e"}.icon-food:before{content:"\e95f"}.icon-cart:before{content:"\e960"}.icon-symbol:before{content:"\e961"}.icon-external-link:before{content:"\e962"}.icon-sort-1-9:before{content:"\e963"}.icon-sort-9-1:before{content:"\e964"}.icon-sort-a-z:before{content:"\e965"}.icon-sort-z-a:before{content:"\e966"}.icon-sort-first-last:before{content:"\e967"}.icon-sort-last-first:before{content:"\e968"}.icon-video-light:before{content:"\e969"}.icon-construction:before{content:"\e96a"}.icon-projects-key:before{content:"\e96b"}.icon-dots:before{content:"\e96c"}.icon-bitcoin:before{content:"\e96d"}.icon-ghost:before{content:"\e96e"}.icon-instagram-solid:before{content:"\e96f"}.icon-building-light:before{content:"\e970"}.icon-none:before{content:"\e971"}.icon-loupe:before{content:"\e972"}.icon-arrow-up-light:before{content:"\e973"}.icon-x-arrow:before{content:"\e974"}.icon-chart:before{content:"\e975"}.icon-linkedin:before{content:"\e976"}.icon-chart-line:before{content:"\e977"}.icon-users:before{content:"\e978"}.icon-credit-card:before{content:"\e979"}.icon-eft:before{content:"\e97a"}.icon-cash:before{content:"\e97b"}.icon-info-circle-solid:before{content:"\e97c"}.icon-warning-bold:before{content:"\e97d"}.icon-copy:before{content:"\e97e"}.icon-thumbs-up:before{content:"\e97f"}.icon-thumbs-down:before{content:"\e980"}.icon-badge-check:before{content:"\e981"}.icon-hev-alt:before{content:"\e982"}.icon-hev:before{content:"\e983"}.icon-circle-up:before{content:"\e984"}.icon-trashcan:before{content:"\e985"}.icon-bell:before{content:"\e986"}

.icon-map-marker:before {
    content: "\e9b2";
}

.icon-marker:before {
    content: "\e9b4";
}


div.emlak_ust_ikon{
	color: #999;
    font-size: 12px;
    margin: 10px 0;
    background: #f5f5f5;
    padding: 5px;
	text-shadow:0 1px 2px #fff;
}

div.emlak_ust_ikon span.emlak_ust_ic{
	margin-right:20px;
}

div#teknik_sag span.tag.price .dropdown-menu a span.text{
	color:#00a2ac;
}

div#genel_bilgiler dl{
	border-bottom:1px solid #efefef;
}

div.yeni_eklenenler ul.nav-tabs{
	display:table;
	margin: 0 auto;
}

.page-sub-page #page-content{
	padding-top:10px;
}

.emlak_sirali{
	min-width:162px;
	display:block;
	text-align:center;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-size: 14px;
    line-height: 30px;
	font-weight:500;
}

a.emlak_whatsapp, a.emlak_whatsapp:hover{
	background:#25d366;
	color:#fff;
}

a.emlak_tel, a.emlak_tel:hover{
	background:#00a2ac;
	color:#fff;
}

a.emlak_form{
	background: #f2f2f2;
    border: 1px solid #dedede;
	
}

.emlak_sirali i{
	    font-size: 19px;
    position: relative;
    top: 2px;

}

.emlak_sirali:hover{
	opacity:0.9;
}

div#genel_bilgiler dt{
	margin-right:10px;
}

div#genel_bilgiler dd{
	text-align:left;
}

div.emlaklar_title{
	margin:0 ;
	text-transform: uppercase;
	text-align:left;
	font-size:14px;
	color:#fff;
	font-weight:600;
	font-size: 13px;
	line-height: 16px;
    height: 30px;
    overflow: hidden;
	display: flex;
	flex-direction: row;
	align-items: center;
}

div.emlaklar_title i{
	float:left;
}

div.emlaklar_konum_goster{
	float:left;
	color:#fff;
	font-size: 12px;
	clear:both;
	margin-top:2px;
}

div.emlaklar_fiyat{
	float: right;
    color: #111;
    background: #fff;
    margin: 5px 0 10px;
    padding: 5px 10px;
    margin-right: -5px;
    border-radius: 10px 0 0 10px;
    font-weight: 700;
	font-size: 13px;
	    position: absolute;
    right: 0;
	top:40px;
}

div.emlaklar_ust_ikon{
	background: linear-gradient(to bottom, #fea954 0%, #f0902f 100%);
	color:#fff;
	clear:both;
	margin: 0 -5px;
    padding: 5px;
    font-size: 11px;
    text-align: center;
	white-space:nowrap;

}


div.emlaklar_ust_ikon span.emlak_ust_ic{
	margin-right:15px;
	text-shadow: 0px 1px 1px #e57708;
	font-weight:500;
}



div.emlaklar_ust_ikon .emlak_ikonlar{
    font-size: 17px;
    margin-right: 5px;
}

div.emlaklar_title i, div.emlaklar_konum_goster i{
	background: #fea954;
	padding: 4px;
    font-size: 15px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	margin-right: 5px;
	width: 23px;
    text-align: center;
    height: 23px;
    line-height: 14px;
}

div.emlaklar_konum_goster i{
	margin-right:2px;
}

div.emlaklar_kucuk_ex{
	    color: #fff;
   font-size: 10px;
    float: left;
    margin-bottom: 3px; 
    clear: both;
		line-height:14px;
		height: 28px;
    overflow: hidden;
	    width: 100%;
    text-align: center;
}

div.emlaklar_kucuk_ex span.emlak_ust_ic{
	position:relative;
	margin-right: 10px;
}

div.emlaklar_kucuk_ex span.emlak_ust_ic:after{
	content:"";
	position: absolute;
    right: -8px;
    top: 6px;
    width: 3px;
    height: 3px;
    background: rgba(255,255,255,0.75);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

div.emlaklar_kucuk_ex span.emlak_ust_ic:last-child:after{
	display:none;
}

a#tum_emlaklar{
	display:table;
	margin:25px auto 10px auto;
	padding:5px 15px;
	text-align:center;
	background:#00a2ac;
	color:#fff;
	 border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}


div.yeni_eklenenler .rl_tabs&gt;.tab-content&gt;.tab-pane{
	overflow:hidden;
}

div.yeni_eklenenler .rl_tabs.outline_content&gt;.tab-content{
	border:none;
}

.gbs3 .gcore-label-left{
	min-width:180px;
}

form#chronoform-callback-en, form#chronoform-callback, form#chronoform-callback-ru{
	display:table;
	margin:0 auto;
}

div.emlak_id{
	color: #faca99 ;
    font-size: 12px;
    font-weight: 300;
    clear: both;
    float: left;
        margin-top: 0px;
    margin-left: 29px;
    margin-bottom: 5px;
}


.navigation .navbar .navbar-nav &gt; li .child-navigation li a:hover, .navigation .navbar .navbar-nav &gt; li .child-navigation li.active a{
	background:#00a2ac !important;
	color:#fff;
}

.property-print:before{
	color:#fff;
}

.property-title .actions {
	text-align:right;
 float:right;
 margin-top: 0px;
}
.property-title .actions a {
    margin-right: 5px;
    font-size: 14px;
    position: relative;
    top: -3px;
  
}


a#emlak_yazdir:before{
	color:#fff;
}


 a#emlak_yazdir {

	 border-radius:10px;
	 -moz-border-radius:10px;
	 -webkit-border-radius:10px;
    margin-right: 5px;
    font-size: 12px;
    position: relative;
    background: #ff0084;
    color: #fff;
    padding: 5px 15px;
    font-weight: 600;
	float:left;
}

 a#face_butoncuk {
	float: left;
    background: #4267b2;
    color: #fff;
    padding: 0px 10px;
    font-weight: 600;
    font-size: 12px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
 }

.rl_sliders.accordion&gt;.accordion-group.active&gt;.accordion-heading&gt;a.accordion-toggle, .rl_sliders.accordion&gt;.accordion-group&gt;.accordion-heading&gt;a.accordion-toggle{
	position:relative;
}

.rl_sliders.accordion&gt;.accordion-group&gt;.accordion-heading&gt;a.accordion-toggle:after{
	content: "\f067";
	position:absolute;
	right:5px;
	top:12px;
	width:20px;
	height:20px;
	font: normal normal normal 14px/1 FontAwesome;
	color:#999;
}

.rl_sliders.accordion&gt;.accordion-group.active&gt;.accordion-heading&gt;a.accordion-toggle:after{
	content: "\f068";
	position:absolute;
	right:5px;
	top:12px;
	width:20px;
	height:20px;
	font: normal normal normal 14px/1 FontAwesome;
	color:#fff;
}

div.property_ic{
	overflow:hidden;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

div#teknik_sag{
	margin-top:7px;
}


iframe#face_frame{
	border: none;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    top: -3px;
    height: 20px;
    margin-right: 2px;
}

span.arsa_text{
	font-size:10px;
}

div#one_cikan_ozellikler .rl_tabs.outline_content&gt;.tab-content{
	border:none;
}

div#one_cikan_ozellikler .rl_tabs.outline_content&gt;.tab-content ul{
	padding-left:10px;
}

div#yorumlar{
	background: #f7f7f7;
    padding: 20px 0;
}

.resim_shadow {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 2px 2px 5px #bbb;
    webkit-box-shadow: 5px 5px 10px 10px rgb(0 0 0 / 10%);
    box-shadow: 5px 5px 10px 10px rgb(0 0 0 / 10%);
    border-radius: 20px;
    padding: 10px;
}

.customnedencik{
	font-size:12px;
	padding:20px;
}</pre></body></html>