/*
Theme Name: JMS
Theme URI: 
Description: A base theme for JMS.
Version: 1.0
Author: Apart sarl
Author URI: http://apart.lu
Text Domain: jms_wp_theme
*/

/* Styles go below */

/*@font-face {*/
  /*font-family: clearSansBold;*/
  /*src: url(./fonts/ClearSans-Bold.woff);*/
/*}*/
/*@font-face {*/
  /*font-family: clearSans;*/
  /*src: url(./fonts/ClearSans-Regular.woff);*/
/*}*/

@font-face {
  font-family: clearSans;
  font-style: normal;
  font-weight: 400;
  src: local("ClearSans"), local("Clear Sans"), url("./fonts/EOT/ClearSans-Regular.eot"), url("./fonts/EOT/ClearSans-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/WOFF/ClearSans-Regular.woff") format("woff"), url("./fonts/TTF/ClearSans-Regular.ttf") format("truetype"), url("./fonts/SVG/ClearSans-Regular.svg") format("svg")
}
@font-face {
  font-family: clearSansBold;
  font-style: normal;
  font-weight: 700;
  src: local("ClearSans-Bold"), local("Clear Sans Bold"), url("./fonts/EOT/ClearSans-Bold.eot"), url("./fonts/EOT/ClearSans-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/WOFF/ClearSans-Bold.woff") format("woff"), url("./fonts/TTF/ClearSans-Bold.ttf") format("truetype"), url("./fonts/SVG/ClearSans-Bold.svg") format("svg")
}

/*****************/
/* ie 9          */
/*****************/
.ie body .slideshow {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  cursor: pointer;
}
.ie body .slideshow .slide {
  width: 70%;
  display: none;
  position: absolute;
  overflow: hidden;
  left: 0px;
}
.ie body .slideshow .slide .wrapper {
  position: relative;
  height: 100%;
}
.ie body .slideshow .slide .wrapper img {
  max-width: 100%;
  max-height: 100%;
}
.ie body .slideshow .active {
  display: block;
  opacity: 1.0;
  -webkit-transform: translate(21.5%, 0px);
  -moz-transform: translate(21.5%, 0px);
  -ms-transform: translate(21.5%, 0px);
  -o-transform: translate(21.5%, 0px);
  transform: translate(21.5%, 0px);
}
.ie body .slideshow .previous {
  display: block;
  opacity: 0.5;
  -webkit-transform: translate(-80%, 0px);
  -moz-transform: translate(-80%, 0px);
  -ms-transform: translate(-80%, 0px);
  -o-transform: translate(-80%, 0px);
  transform: translate(-80%, 0px);
}
.ie body .slideshow .previous:hover {
  opacity: 0.75;
}
.ie body .slideshow .previous-previous {
  display: block;
  opacity: 0.5;
  -webkit-transform: translate(-180%, 0px);
  -moz-transform: translate(-180%, 0px);
  -ms-transform: translate(-180%, 0px);
  -o-transform: translate(-180%, 0px);
  transform: translate(-180%, 0px);
}
.ie body .slideshow .next {
  display: block;
  opacity: 0.5;
  -webkit-transform: translate(123%, 0px);
  -moz-transform: translate(123%, 0px);
  -ms-transform: translate(123%, 0px);
  -o-transform: translate(123%, 0px);
  transform: translate(123%, 0px);
}
.ie body .slideshow .next:hover {
  opacity: 0.75;
}
.ie body .slideshow .next-next {
  display: block;
  opacity: 0.5;
  -webkit-transform: translate(222%, 0px);
  -moz-transform: translate(222%, 0px);
  -ms-transform: translate(222%, 0px);
  -o-transform: translate(222%, 0px);
  transform: translate(222%, 0px);
}
.ie body .slideshow .animate-in {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s ease 0s;
  -moz-transition: opacity 0.3s, -moz-transform 0.5s ease 0s;
  -ms-transition: opacity 0.3s, -ms-transform 0.5s ease 0s;
  -o-transition: opacity 0.3s, -o-transform 0.5s ease 0s;
  transition: opacity 0.3s, transform 0.5s ease 0s;
}
/*******/

/*****************/
/* ie 8 - part1  */
/*****************/

.ie8-pages body .slideshow {
  width: 100%;
  position: relative;
  overflow: visible;
  margin-bottom: 30px;
  cursor: pointer;
}
.ie8-pages body .slideshow .slide {
  width: 100%;
  margin: 15px auto;
  display: block;
  position:relative;
  overflow: visible;
  float: left;
  left: auto;
}
.ie8-pages body .slideshow .slide .wrapper {
  position: relative;
  height: 100%;
}
.ie8-pages body .slideshow .slide .wrapper img {
  max-width: 100%;
  max-height: 100%;
}
.ie8-pages body .slideshow .active {
  display: block;
  opacity: 1.0;
  -webkit-transform: translate(21.5%, 0px);
  -moz-transform: translate(21.5%, 0px);
  -ms-transform: translate(21.5%, 0px);
  -o-transform: translate(21.5%, 0px);
  transform: translate(21.5%, 0px);
}
.ie8-pages body .slideshow .previous {
  display: block;
  opacity: 0.5;
  -webkit-transform: translate(-80%, 0px);
  -moz-transform: translate(-80%, 0px);
  -ms-transform: translate(-80%, 0px);
  -o-transform: translate(-80%, 0px);
  transform: translate(-80%, 0px);
}
.ie8-pages body .slideshow .previous:hover {
  opacity: 0.75;
}
.ie8-pages body .slideshow .previous-previous {
  display: block;
  opacity: 0.5;
  -webkit-transform: translate(-180%, 0px);
  -moz-transform: translate(-180%, 0px);
  -ms-transform: translate(-180%, 0px);
  -o-transform: translate(-180%, 0px);
  transform: translate(-180%, 0px);
}
.ie8-pages body .slideshow .next {
  display: block;
  opacity: 0.5;
  -webkit-transform: translate(123%, 0px);
  -moz-transform: translate(123%, 0px);
  -ms-transform: translate(123%, 0px);
  -o-transform: translate(123%, 0px);
  transform: translate(123%, 0px);
}
.ie8-pages body .slideshow .next:hover {
  opacity: 0.75;
}
.ie8-pages body .slideshow .next-next {
  display: block;
  opacity: 0.5;
  -webkit-transform: translate(222%, 0px);
  -moz-transform: translate(222%, 0px);
  -ms-transform: translate(222%, 0px);
  -o-transform: translate(222%, 0px);
  transform: translate(222%, 0px);
}
.ie8-pages body .slideshow .animate-in {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s ease 0s;
  -moz-transition: opacity 0.3s, -moz-transform 0.5s ease 0s;
  -ms-transition: opacity 0.3s, -ms-transform 0.5s ease 0s;
  -o-transition: opacity 0.3s, -o-transform 0.5s ease 0s;
  transition: opacity 0.3s, transform 0.5s ease 0s;
}

/*******/

body {
  color: #008120;
  font-family: clearSans;
  font-size: 17px;
}
body, html {
  height: 100%;
}
body .white-menu-header {
  height: 100%;
}
body .white-menu-header .white-menu {
  height: 100%;
  background-color: transparent !important;
  border-color: transparent !important;
  font-family: clearSansBold;
  font-size: 15px;
  text-align: center;
}
body .white-menu-header .container .white-menu .menu-menu-container .navbar-nav > li > a {
  color: #ffffff;
}
body header .navbar-default .menu-menu-container .navbar-nav > li > a .active {
  color: #008120;
}
body .white-menu-header .home-background {
  height: 100%;
  width: 100%;
  position: absolute;
  margin: 0 auto;
  overflow: hidden;
}
body .white-menu-header .home-background .home-background-image {
  background: #008120;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
body .white-menu-header .home-background .home-background-image .backstretch {
  background: #008120;
}
body .white-menu-header .home-background .home-background-image .home-content {
  text-align: center;
  color: #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  margin: 0 auto;
  overflow: hidden;
}
body .white-menu-header .home-background .home-background-image .home-content .home-title {
  position: absolute;
  bottom: 280px;
  margin-left: 15%;
  margin-right: 15%;
  width: 70%;
  font-size: 60px;
  font-family: clearSansBold;
  z-index: 888;
}
body .white-menu-header .home-background .home-background-image .home-content .home-title:hover {
  text-shadow: 0 0 10px #888;
}
body .white-menu-header .home-background .home-background-image .home-content .home-button {
  position: absolute;
  bottom: 120px;
  width: 100%;
  z-index: 888;
  text-shadow: 0 0 10px #888;
}
body .white-menu-header .home-background .home-background-image .home-content .home-button a {
  font-size: 24px;
  font-family: clearSans;
  color: #fff;
  padding: 25px 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}
body .white-menu-header .home-background .home-background-image .home-content .home-button a:hover {
  text-decoration: none;
}
body .white-menu-header .home-background .home-background-image .home-content .home-scrolldown {
  position: absolute;
  bottom: 35px;
  text-align: center;
  width: 100%;
  z-index: 888;
}

body .white-menu-header .home-background .home-background-image .home-content .home-scrolldown .scroller {
  background: url(./img/arrow_down.png) no-repeat scroll transparent;
  -webkit-transition: background-position 0.1s ease-in-out;
  -moz-transition: background-position 0.1s ease-in-out;
  -ms-transition: background-position 0.1s ease-in-out;
  -o-transition: background-position 0.1s ease-in-out;
  transition: background-position 0.1s ease-in-out;
  background-position: 0 -38px;
  height: 38px;
  width: 37px;
  margin: auto;
  -webkit-animation-name: bounceScroller;
  -moz-animation-name: bounceScroller;
  animation-name: bounceScroller;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
body .white-menu-header .home-background .home-background-image .home-content .home-scrolldown .scroller:hover {
  background-position: 0 0px;
  -webkit-animation-name: none;
  -moz-animation-name: none;
  animation-name: none;
}

@-webkit-keyframes bounceScroller {
    0% { 
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      transform: translateY(0px);
    }
    90% {
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      transform: translateY(0px);
    }
    95% {
      -webkit-transform: translateY(10px);
      -moz-transform: translateY(10px);
      transform: translateY(10px);
    }
    100% {
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      transform: translateY(0px);
    }
}

.home-background-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0;

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMC4xOSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.33) 0%, rgba(229,229,229,0.19) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.33)), color-stop(100%,rgba(229,229,229,0.19))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.33) 0%,rgba(229,229,229,0.19) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,0.33) 0%,rgba(229,229,229,0.19) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0.33) 0%,rgba(229,229,229,0.19) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.33) 0%,rgba(229,229,229,0.19) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54000000', endColorstr='#30e5e5e5',GradientType=0 ); /* IE6-8 */
}
body .references-content,
body .service-content,
body .page-content {
  margin-bottom: 30px;
}
body .service-content .item {
/*   width: 280px; */
  border-bottom: 7px #008120 solid;
  height: 100%;
}
body .service-content .service-text:first-child {
  border-top: 7px #008120 solid;
}
body .service-content .service-image:first-child img {
  padding-top: 0px;
}
body .service-content .service-image {
/*   border-bottom: 7px #008120 solid;  */
  text-align: center;
}
body .service-content .service-image img {
  width: 100%;
  padding-bottom: 30px;
  padding-top: 30px;
}
body .service-content .service-text {
/*   border-bottom: 7px #008120 solid; */
  padding-bottom: 0px;
}
body .service-content .service-text .service-title {
  text-align: center;
  font-size: 24px;
  font-family: clearSansBold;
  padding-bottom: 30px;
  padding-top: 30px;
}
body .service-content .service-text .service-description {
  text-align: center;
  font-size: 13px;
  font-family: clearSans;
  padding-bottom: 30px;
}
body .service-content .service-text .service-button {
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}
body .service-content .service-text .service-button p {
  margin: 0px;
}
body .service-content .service-text .service-button a {
  padding: 20px 25px;
  font-size: 13px;
  font-family: clearSansBold;
  color: #008120;
  margin: auto;  
}
body .service-content .service-text .service-button a {
  text-decoration: none;
}
body .home-content .row .block {
  padding: 30px 0px 30px 0px;
  text-align: center;
}
body .home-content .row .block .block-content {
  border-top: 7px #008120 solid;
  border-bottom: 7px #008120 solid;
  margin: 15px 15px;
  padding-top: 30px;
}
body .home-content .row .block .block-content .block-title {
  font-family: clearSansBold;
  font-size: 24px;
  margin-bottom: 30px;
}
body .home-content .row .block .block-content .block-description {
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 1.4;
}
body .home-content .row .block .block-content .block-thumbnail img {
  margin-bottom: 30px;
  width: 100%;
}
body .home-content .row .block .block-content .block-link {
  margin: 30px 0px 30px 0px;
}
body .home-content .row .block .block-content .block-link a {
  font-size: 13px;
  font-family: clearSansBold;
  color: #008120;
  padding: 20px 25px;
}
body .home-content .row .block .block-content .block-link a:hover {
  text-decoration:none;
}
body header .navbar-default {
  background-color: #ffffff;
  border-color: #ffffff;
  font-family: clearSansBold;
  font-size: 15px;
  text-align: center;
  margin-bottom: 0px;
}
body header .navbar-default .navbar-brand {
  color: #a7c4ab;
}
body header .navbar-default .navbar-brand:hover,
body header .navbar-default .navbar-brand:focus {
  color: #008120;
}
body header .navbar-default .navbar-text {
  color: #a7c4ab;
}
body header .navbar-default .menu-menu-container {
  margin-top: 20px;
  display: inline-block;
  float: none;
  width: 100%;
}
body header .navbar-default .menu-menu-container .navbar-nav {
  list-style-type: none;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
body header .white-menu .menu-menu-container .navbar-nav:hover {
  text-shadow: 0 0 10px #888;
}
body header .white-menu .menu-menu-container .sticky:hover {
  text-shadow: none;
}

body header .navbar-default .menu-menu-container .navbar-nav > li {
  float: none;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
body header .navbar-default .menu-menu-container .navbar-nav > li > a {
  color: #a7c4ab;
}
body header .navbar-default .menu-menu-container .navbar-nav > li > a:hover,
body header .navbar-default .menu-menu-container .navbar-nav > li > a:focus {
  color: #008120;
}
body header .navbar-default .menu-menu-container .navbar-nav > .active > a,
body header .navbar-default .menu-menu-container .navbar-nav > .active > a:hover,
body header .navbar-default .menu-menu-container .navbar-nav > .active > a:focus {
  color: #008120;
  background-color: #ffffff;
}
body header .navbar-default .menu-menu-container .navbar-nav > .open > a,
body header .navbar-default .menu-menu-container .navbar-nav > .open > a:hover,
body header .navbar-default .menu-menu-container .navbar-nav > .open > a:focus {
  color: #008120;
  background-color: #ffffff;
}
body header .navbar-default .navbar-toggle {
  border-color: #ffffff;
}
body header .navbar-default .navbar-toggle:hover,
body header .navbar-default .navbar-toggle:focus {
  background-color: #ffffff;
}
body header .navbar-default .navbar-toggle .icon-bar {
  background-color: #a7c4ab;
}
body header .navbar-default .navbar-inner {
  margin-top: 30px;
}
body header .navbar-default .navbar-inner .img-responsive {
  width: 100px;
}
body header .navbar-default .navbar-link {
  color: #a7c4ab;
}
body header .navbar-default .navbar-link:hover {
  color: #008120;
}
body .page-content {
  padding-bottom: 10px;
  line-height: 1.2;
}
body .page-content a:hover {
  text-decoration: none;
}
body .page-content .main-property {
  padding-left: 0px;
  padding-right: 0px;
}
body .page-content .main-property .main-property-description {
  border-top: 7px #008120 solid;
  border-bottom: 7px #008120 solid;
}
body .page-content .main-property .main-property-description .image {
  padding-left: 0px;
  padding-right: 0px;
}
body .page-content .main-property .main-property-description .property-main-title {
  padding-top: 30px;
  font-size: 40px;
  font-family: clearSansBold;
}
body .page-content .main-property .main-property-description .property-description {
  padding: 30px 0px;
  font-size: 24px;
  font-family: clearSansBold;
}
body .page-content .row a {
  color: #008120;
}
body .page-content .row a .last-left {
  border-bottom: 7px #008120 solid;
  padding-bottom: 30px;
}
body .page-content .row a .last-right {
  border-bottom: 7px #008120 solid;
  padding-bottom: 30px;
}
body .page-content .row a .property-right .content {
  margin-left: 4%;
}
body .page-content .row a .property-right .image .image-overlay {
  left: 10px;
}
body .page-content .row a .property-left .content {
  margin-right: 4%;
}
body .page-content .row a .property-left .image .image-overlay {
  right: 10px;
  text-align: right;
}
body .page-content .row a .property {
  border-top: 7px #008120 solid;
  margin-top: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 30px;
}
body .page-content .row a .property .content {
  font-size: 30px;
  font-family: clearSansBold;
  float: left;
  width: 50%;
}
.sale-state-content {
  background: rgb(255,255,255); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDgxMjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiMwMDgxMjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 50%, rgba(0,129,32,1) 50%, rgba(0,129,32,1) 60%, rgba(255,255,255,1) 60%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(255,255,255,1)), color-stop(50%,rgba(0,129,32,1)), color-stop(60%,rgba(0,129,32,1)), color-stop(60%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 50%,rgba(0,129,32,1) 50%,rgba(0,129,32,1) 60%,rgba(255,255,255,1) 60%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,1) 50%,rgba(0,129,32,1) 50%,rgba(0,129,32,1) 60%,rgba(255,255,255,1) 60%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 50%,rgba(0,129,32,1) 50%,rgba(0,129,32,1) 60%,rgba(255,255,255,1) 60%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 50%,rgba(0,129,32,1) 50%,rgba(0,129,32,1) 60%,rgba(255,255,255,1) 60%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */}
body .page-content .row a .property .content .property-description {
  font-size: 17px;
  margin-top: 30px;
}
body .page-content .row a .property .content .rectangle-button {
  margin: 30px 0px 0px 0px;
  font-size: 13px;
  color: #008120;
  padding: 20px 25px;
}
body .page-content .row a .property .image {
  font-family: clearSansBold;
  float: left;
  width: 46%;
}
body .page-content .row a .property .image img {
  position: relative;
}
body .page-content .row a .property .image .imagewrapper {
  position: relative;
}
body .page-content .row a .property .image .image-overlay {
  color: #ffffff;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 10px;
}
body .page-content .row a .property .image .image-overlay .image-overlay-count {
  font-size: 30px;
}
body .page-content .row a .property .image .image-overlay .image-overlay-label {
  font-size: 13px;
}
body .page-content .row a .property .image .sale-state-overlay {
  color: #ffffff;
  background: rgba(0, 129, 32, 0.5);
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  text-align: center;
}
/*****************/
/* ie 8 - part3  */
/*****************/
.ie8-pages body .page-content .row a .property .image .sale-state-overlay {
  background-color: #008120 !important;
}
/*******/
body .page-content .row a .property .image .sale-state-overlay:before {
  content: '';
  display: inline-block;
  height: 100%; 
  vertical-align: middle;
}

body .page-content .row a .property .image .sale-state-overlay .sale-state-text {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  font-size: 30px;
}
body .detail-content {
  line-height: 1.2;
}
/*
body .detail-content .no-padding {
  padding-left: 0px;
  padding-right: 0px;
}
*/
body .detail-content .property-title {
  font-size: 60px;
  font-family: clearSansBold;
  padding-bottom: 30px;
}
body .detail-content .property-subtitle {
  font-size: 24px;
  font-family: clearSansBold;
  line-height: 1.4;
  padding-top: 20px;
  padding-bottom: 30px;
}
body .detail-content .apartments .apartment-entity {
  margin-bottom: 30px;
}
body .detail-content .apartments a {
  color: #008120;
}
body .detail-content .apartments a:hover {
  color: #008120;
}
body .detail-content .apartments .apartment-thumbnail {
}
body .detail-content .apartments .apartment-subtitle {
  font-size: 18px;
  font-family: clearSansBold;
  line-height: 1.4;
}
body .detail-content .apartments .apartment-description {
  font-size: 18px;
  font-family: clearSans;
  line-height: 1.4;
}
body .detail-content #carousel {
  padding-bottom: 20px;
}
body .detail-content #carousel img {
  width: 100%;
}
body .detail-content #carousel .carousel-control.left {
  background-image: none;
}
body .detail-content #carousel .carousel-control.right {
  background-image: none;
}
body .detail-content .property-detail-title {
  font-size: 30px;
  font-family: clearSansBold;
  padding-top: 20px;
  padding-bottom: 20px;
}
body .detail-content .property-detail-title .rectangle-button {
  text-align: center;
}
body .detail-content .property-detail-title .rectangle-button a {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px 25px;
  font-size: 13px;
  color: #008120;
}
body .detail-content .property-detail-title .rectangle-button a {
  text-decoration: none;
}
body .detail-content .property-detail-description {
  font-family: clearSans;
  padding-bottom: 20px;
  line-height: 1.7;
}
body .detail-content .property-detail-description .document {
  padding-bottom: 30px;
}
body .detail-content .property-detail-description .document:nth-child(odd) {
  padding-left: 0px;
  padding-right: 15px;
}
body .detail-content .property-detail-description .document:nth-child(even) {
  padding-left: 15px;
  padding-right: 0px;
}
body .detail-content .property-detail-description .document a {
  text-decoration: none;
  font-family: clearSansBold;
  color: #008120;
}
body .detail-content .property-characteristics-list {
  padding-bottom: 20px;
  text-align: left;
}
body .detail-content .property-characteristics-list .enumeration {
  width: 100%;
}
body .detail-content .property-characteristics-list .enumeration .list-item {
  width: 24.5%;
  display: inline-block;
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: top;
}
body .detail-content .property-characteristics-list .enumeration .list-item .glyphicon-ok {
  width: 15%;
  font-size: 30px;
  float: left;
}
body .detail-content .property-characteristics-list .enumeration .list-item .list-item-text {
  width: 80%;
  padding-left: 5%;
  float: left;
  padding-top: 8px;
  vertical-align: middle;
}
body .detail-content .property-google-maps {
  min-width: 77px;
  min-height: 517px;
  width: 100%;
  height: 517px;
}
body .detail-content .property-google-maps #property-map {
  min-width: 75px;
  min-height: 480px;
  width: 100%;
  height: 480px;
}
body .contact-content {
  padding-bottom: 30px;
  font-family: clearSansBold;
  line-height: 1.2;
}
body .contact-content .main-contact {
  padding-left: 0px;
  padding-right: 0px;
}
body .contact-content .contact-google-maps {
  min-width: 77px;
  min-height: 517px;
  width: 100%;
  height: 517px;
}
body .contact-content .contact-google-maps #contact-map {
  min-width: 75px;
  min-height: 480px;
  width: 100%;
  height: 480px;
}
body .contact-content .main-contact a {
  color: #008120;
}
body .contact-content .main-contact .main-contact-block {
  border-top: 7px #008120 solid;
  border-bottom: 7px #008120 solid;
  text-align: center;
}
body .contact-content .main-contact .main-contact-block .contact-main-title {
  line-height: 1.4;
  padding-top: 30px;
  font-size: 40px;
}
body .contact-content .main-contact .main-contact-block .contact-main-subtitle {
  line-height: 1.4;
  font-size: 24px;
}
body .contact-content .main-contact .main-contact-block .contact-details {
  line-height: 1.4;
  padding: 30px 0px;
  font-size: 17px;
}
body .contact-content .rectangle-button {
  margin: 30px 0px;
}
body .contact-content .rectangle-button a {
  font-size: 13px;
  color: #008120;
  padding: 20px 25px;
}
body .contact-content .rectangle-button a {
  text-decoration: none;
}
body .contact-content .main-contact .main-contact-middle {
  padding-top: 30px;
  padding-bottom: 30px;
}
body .contact-content .main-contact .main-contact-middle img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}
body .contact-content .main-contact .main-contact-right .contact-title {
  padding-top: 30px;
  font-size: 24px;
}
body .contact-content .main-contact .main-contact-right .contact-description {
  font-family: clearSans;
  font-size: 15px;
  padding-top: 30px;
}
.topline {
  border-top: 7px #008120 solid;
}
.bottomline {
  border-bottom: 7px #008120 solid;
}
.infobox-wrapper {
  display: none;
}
#infobox {
  text-align: center;
  margin-top: 7px;
  background: #fff;
  color: #008120;
  font-family: clearSans;
  font-size: 12px;
  padding: .5em 1em;
}
#infobox a {
  text-decoration: none;
  color: #008120;
}
.accelerator {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
}
body .slideshow {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
  overflow: hidden;
}
body .reference-slideshow{
	margin-bottom: 50px;
}
body .slideshow .slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  width: 70%;
  display: none;
  position: absolute;
  left: 0px;
  background: #EEE;
}
body .slideshow .slide .wrapper {
  position: relative;
  height: 100%;
  text-align: center;
}
body .slideshow .slide .wrapper img {
/*   width: auto; */
  max-width: 100%;
  max-height: 100%;
}
body .slideshow .active {
  display: block;
  opacity: 1.0;
  -webkit-transform: translate3d(21.5%, 0px, 0px);
  -moz-transform: translate3d(21.5%, 0px, 0px);
  -ms-transform: translate3d(21.5%, 0px, 0px);
  -o-transform: translate3d(21.5%, 0px, 0px);
  transform: translate3d(21.5%, 0px, 0px);
}
body .slideshow .previous {
  display: block;
  opacity: 0.5;
  -webkit-transform: translate3d(-80%, 0px, 0px);
  -moz-transform: translate3d(-80%, 0px, 0px);
  -ms-transform: translate3d(-80%, 0px, 0px);
  -o-transform: translate3d(-80%, 0px, 0px);
  transform: translate3d(-80%, 0px, 0px);
}
body .slideshow .previous:hover {
  opacity: 0.75;
}
body .slideshow .previous-previous {
  display: block;
  opacity: 0.5;
  -webkit-transform: translate3d(-180%, 0px, 0px);
  -moz-transform: translate3d(-180%, 0px, 0px);
  -ms-transform: translate3d(-180%, 0px, 0px);
  -o-transform: translate3d(-180%, 0px, 0px);
  transform: translate3d(-180%, 0px, 0px);
}
body .slideshow .next {
  display: block;
  opacity: 0.5;
  -webkit-transform: translate3d(123%, 0px, 0px);
  -moz-transform: translate3d(123%, 0px, 0px);
  -ms-transform: translate3d(123%, 0px, 0px);
  -o-transform: translate3d(123%, 0px, 0px);
  transform: translate3d(123%, 0px, 0px);
}


body .slideshow .navigate {
  position: absolute;
  bottom: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  height: 58px;
  width: 58px;
  border: 4px solid #008120;
  background-color: rgba(255, 255, 255, 0.5);
}

body .slideshow .navigate:hover {
  background-color: rgba(255, 255, 255, 1);
}

body .slideshow .navigate.navigate-back {
  background-image: url('img/arrow-left.png');
  left: 10px;
}

body .slideshow .navigate.navigate-next {
  background-image: url('img/arrow-right.png');
  right: 10px;
}

body .slideshow .next:hover {
  opacity: 0.75;
}
body .slideshow .next-next {
  display: block;
  opacity: 0.5;
  -webkit-transform: translate3d(222%, 0px, 0px);
  -moz-transform: translate3d(222%, 0px, 0px);
  -ms-transform: translate3d(222%, 0px, 0px);
  -o-transform: translate3d(222%, 0px, 0px);
  transform: translate3d(222%, 0px, 0px);
}
body .slideshow .animate-in {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s ease 0s;
  -moz-transition: opacity 0.3s, -moz-transform 0.5s ease 0s;
  -ms-transition: opacity 0.3s, -ms-transform 0.5s ease 0s;
  -o-transition: opacity 0.3s, -o-transform 0.5s ease 0s;
  transition: opacity 0.3s, transform 0.5s ease 0s;
}
body .references-content .title {
  font-size: 30px;
  font-family: clearSansBold;
  padding-top: 20px;
  padding-bottom: 20px; 
}
body .references-content .reference-slideshow .slide .wrapper figure {
  height: 100%;
}
body .references-content .reference-slideshow .slide .wrapper figure figcaption {
  text-align: center;
  position: absolute;
  bottom: 0px;
  background: rgba(0,0,0, .4);
  padding: 10px 25px;
  font-size: 13px;
  color: #FFFFFF;  
}
body .references-content .reference-gallery-back {
  font-size: 30px;
  font-family: clearSansBold;
  padding-top: 20px;
  padding-bottom: 20px;
}
body .references-content .reference-gallery-back .rectangle-button {
  text-align: center;
}
body .references-content .reference-gallery-back .rectangle-button a {
  text-decoration: none;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px 25px;
  font-size: 13px;
  color: #008120;
}
body .references-content .nav-gallery {
  font-size: 30px;
  font-family: clearSansBold;
  padding-top: 20px;
  padding-bottom: 20px;
}
body .references-content .nav-gallery a {
  display: inline-block;
  text-decoration: none;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px 0px;
  font-size: 13px;
  color: #008120;
}
body .references-content .nav-gallery .nav-gallery-text {
  display: inline-block;
}
body .references-content .nav-gallery .nav-gallery-previous {
  text-align: left;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  -moz-transition: -moz-transform 0.5s ease 0s;
  -ms-transition: -ms-transform 0.5s ease 0s;
  -o-transition: -o-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
}
body .references-content .nav-gallery .nav-gallery-previous .nav-gallery-text {
  padding-left: 15px;
}
body .references-content .nav-gallery-previous:hover {
	transform: translateX(-10px);
}
body .references-content .nav-gallery .nav-gallery-previous img {
/*   padding-right: 15px; */
  display: inline-block;
}
body .references-content .nav-gallery .nav-gallery-next {
  text-align: right;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  -moz-transition: -moz-transform 0.5s ease 0s;
  -ms-transition: -ms-transform 0.5s ease 0s;
  -o-transition: -o-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
}
body .references-content .nav-gallery .nav-gallery-next .nav-gallery-text {
  padding-right: 15px;
}
body .references-content .nav-gallery-next:hover {
	transform: translateX(10px);
}
body .references-content .nav-gallery .nav-gallery-next img {
/*   padding-left: 15px; */
  display: inline-block;
}
body .detail-content .reference-gallery-back .rectangle-button a {
  text-decoration: none;
}
/* Outline Outward */
.outline-outward {
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.outline-outward:before {
  content: '';
  position: absolute;
  border: #ffffff solid 7px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.outline-outward:hover:before, .outline-outward:focus:before, .outline-outward:active:before {
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
}
.outline-outward-green {
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.outline-outward-green:before {
  content: '';
  position: absolute;
  border: #008120 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.outline-outward-green:hover:before, .outline-outward-green:focus:before, .outline-outward-green:active:before {
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
}
.sticky {
  position:fixed;
  top:0;
  right: 0px;
  background: #ffffff;
  margin-top: 0px !important;
  z-index: 999;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;

}
.sticky a {
  color: #a7c4ab !important;
}
.sticky a:hover{
  color: #008120 !important;
}
.sticky .active a {
  color: #008120 !important;
}
#footer{
	background:#008120;
	padding-top: 50px;
	padding-bottom: 10px;
}
#footer .container .col-md-2, #footer .container .col-md-3{
	font-size: 13px;
	font-family: clearSansBold;
	color: #FFFFFF;
	line-height: 1.4;
}
#footer .container .col-md-3 a{
	color: #FFFFFF;
}
#footer .container .row .madeapart{
	text-align:center;
	padding-top:20px;
}
#footer .container .row .madeapart img{
	text-align:center;
	opacity: .6;
}
#footer .container .row .madeapart a{
	font-size:12px;
	line-height: 26px;
	text-align:center;
	color: #a7c4ab;
}
#footer .container .row .madeapart a:hover, #footer .container .row .madeapart a:hover img{
	opacity: 1;
	color:#FFFFFF;
	text-decoration: none;
}
#footer #lang_sel_list.lang_sel_list_vertical ul{
	border:none;
	color:#FFFFFF;
}

#lang_sel_list.lang_sel_list_vertical ul a,
#lang_sel_list_list ul a:visited{
	padding: 0px;
	line-height: 1.4;
}
#footer #lang_sel_list a.lang_sel_sel,
#footer #lang_sel_list a.lang_sel_sel:visited{
	background: none;
}
#footer #lang_sel_list ul a.lang_sel_other,
#footer #lang_sel li ul a:link,
#footer #lang_sel_list ul a.lang_sel_other:visited{
	background: none;
	color: #a7c4ab;
}
#footer #lang_sel_list ul a.lang_sel_other:hover,
#footer #lang_sel li ul a:hover{
	color: #FFFFFF;
}
#footer #lang_sel_list.lang_sel_list_vertical a,
#footer #lang_sel_list.lang_sel_list_vertical a:visited{
	border: none;
	color: #FFFFFF;
    font-family: clearSansBold;
    font-size: 13px;
}
#footer #lang_sel_list.lang_sel_list_vertical a:hover{
	border: none;
	color: #FFFFFF;
}
.partner-item {
  width: 100%;
  height: 220px;
  margin-bottom: 30px;
  border-top: 7px #008120 solid;  
}
.partner-front, .partner-back{
  padding-top: 30px;
  width: 100%;
  height: 220px;
}
.partner-item:last-child {
  padding-bottom: 30px;
}
.partner-item .partner-front .partner-title {
  width: 100%;
  text-align: center;
  font-family: clearSansBold;
  font-size: 30px;
  line-height: 1.7;
  padding-top: 30px;
  overflow:hidden;
  height: 80px;
}
.partner-item .partner-front .partner-image {
  width: 100%;
  max-height: 100px;
}
.partner-item .partner-front .partner-image img {
  max-width: 170px;
  max-height: 100px;
  margin: auto;
  display: block;
}
.partner-item a:hover{
  cursor: pointer;
}
.partner-item a {
  color: #008120;
  text-decoration: none;
}
.partner-item a:hover .partner-front{
  display: none;
}
.partner-item a:hover .partner-back{
  display: block;
}
.partner-item .partner-back {
  display: none;
}
.partner-item .partner-description {
  font-size: 13px;
  text-align: center;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  height: 85px;
  overflow: hidden;
}
.partner-button {
  font-size: 13px;
  text-align: center;
  padding-top: 30px;
}
.partner-button .partner-button-text {
  padding: 20px 25px;
}
body .error-content {
  text-align: center;
}
body .error-content .error404 .error-text{
  padding-bottom: 100px;
}
body .future-projects-content .row a .property .image .image-overlay {
  display: none;
}

/* VIDEO Player */

.play-video {
  cursor: pointer;
}
#video-player {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #000000;
  height: 100%;
  width: 100%;
  z-index: 100000;
}
#video-player #close-player {
  background: #000000;
  position: absolute;
  top: 20px;
  right: 15px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-clip: padding-box;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  -ms-transition-duration: 100ms;
  transition-duration: 100ms;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  -ms-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
body .close-player-button {
  color: #008120;
  text-decoration: none;
  z-index: 99999;
  position: fixed !important;
  top: -6px !important;
  display: inline-block;
  height: 50px;
  width: 50px;
  -webkit-transition: all 0.3s, -webkit-transform 0.5s ease 0s;
  -moz-transition: all 0.3s, -moz-transform 0.5s ease 0s;
  -ms-transition: all 0.3s, -ms-transform 0.5s ease 0s;
  -o-transition: all 0.3s, -o-transform 0.5s ease 0s;
  transition: all 0.3s, transform 0.5s ease 0s;
}
body .close-player-button:before {
  display: inline-block;
  width: 100%;
  height: 4px;
  background: #88C296;
  content: '';
  position: absolute;
  left: 0;
  top: 30px;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

body .close-player-button:after {
  display: inline-block;
  width: 100%;
  height: 4px;
  background: #88C296;
  content: '';
  position: absolute;
  left: 0;
  top: 30px;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#video-player #close-player:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  -ms-transition-duration: 100ms;
  transition-duration: 100ms;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  -ms-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
#video-player #player-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
#video-player #player-wrapper #player-content {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
#video-player #player-wrapper #player-content #player-iframe {
  width: 100%;
  height: 100%;
  padding-top: 90px;
}

@media (max-width: 1200px) {
  body .white-menu-header .home-background .home-background-image .home-content .home-title {
    
    font-size: 50px;
    bottom: 260px;
  }
}
@media (max-width: 1024px) {
  body .white-menu-header .home-background .home-background-image .home-content .home-title {
    
    font-size: 45px;
  }
}
@media (max-width: 992px) {
  /*
    Menu
  */
  body .home-sticky {
    background: #ffffff;
  }
  body .home-sticky .navbar .navbar-inner .mobile-menu-button {
    color: #008120 !important;
    border-top: 4px #008120 solid !important;
    border-bottom: 4px #008120 solid !important;
  }
  body .mobile-menu-container {
    margin-bottom: 15px;
/*     position: fixed; */
    width: 100%;
    z-index: 9999;
  }  
  body .mobile-menu-container .navbar-default {
    padding-bottom: 15px;
  }
  body .mobile-menu-container .navbar-inner {
    margin-top: 15px !important;
  }
  body .mobile-menu-container .navbar .navbar-inner a .mobile-logo {
    height: 60px;
  }
  body .mobile-menu-container .navbar .navbar-inner .mobile-menu-button {
    color: #008120;
    text-decoration: none;
    font-size: 26px;
    position: relative;
    z-index: 99999;
  }
  body .mobile-menu-container .navbar .navbar-inner .mobile-menu-button-open {
    position: fixed !important;
    right: 15px !important;
  }
  body .mobile-menu-container .navbar .navbar-inner .mobile-menu-button .menu_toggle {
    display: inline-block;
    height: 61px;
    line-height: 61px;
    -webkit-transition: all 0.3s, -webkit-transform 0.5s ease 0s;
    -moz-transition: all 0.3s, -moz-transform 0.5s ease 0s;
    -ms-transition: all 0.3s, -ms-transform 0.5s ease 0s;
    -o-transition: all 0.3s, -o-transform 0.5s ease 0s;
    transition: all 0.3s, transform 0.5s ease 0s;
  }
  body .mobile-menu-container .navbar .navbar-inner .mobile-menu-button:before {
    display: inline-block;
    width: 100%;
    height: 4px;
    background: #008120;
    content: '';
    position: absolute;
    left: 0;
    top: 1px;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  body .mobile-menu-container .navbar .navbar-inner .mobile-menu-button:after {
    display: inline-block;
    width: 100%;
    height: 4px;
    background: #008120;
    content: '';
    position: absolute;
    left: 0;
    top: 57px;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  body .mobile-menu-container .navbar .navbar-inner .mobile-menu-button-open .menu_toggle {
    opacity: 0;
  }
  body .mobile-menu-container .navbar .navbar-inner .mobile-menu-button-open:before {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    opacity: 1;
    background: #88C296;
    top: 30px;
  }
  body .mobile-menu-container .navbar .navbar-inner .mobile-menu-button-open:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 1;
    background: #88C296;
    top: 30px;
  }

  body .mobile-menu-overlay {
    background: #008120;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  body .mobile-menu-overlay-open {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
  }
  body .mobile-menu-overlay .menu-menu-container {
  display: table;
  width: 100%;
  height: 100%;
  }
  body .mobile-menu-overlay .menu-menu-container .mobile-nav {
    list-style-type: none;
    font-size: 26px;
    font-family: clearSansBold;
    text-align: center;
    margin: 0px;
    padding: 0px;
    display: table-cell;
    vertical-align: middle;
  }
  body .mobile-menu-overlay .menu-menu-container .mobile-nav .menu-item {
    padding-bottom: 15px;
  }
  body .mobile-menu-overlay .menu-menu-container .mobile-nav .menu-item a {
    text-decoration: none;
    color: #88C296;
  }
  body .mobile-menu-overlay .menu-menu-container .mobile-nav .active a {
    text-decoration: none;
    color: #ffffff;
  }
  body .mobile-menu-overlay a.mobile-close-menu-button {
    color: #88C296;
    height: 60px;
    width: 100%;
    font-size: 50px;
    text-align: center;
    padding-top: 30px;
    display: block;
    cursor: default;
    position: fixed;
  }

  body .mobile-menu-overlay .mobile-close-menu-image {
    display: none;
    background-image: url(./img/close-mobile.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 60px;
    width: 60px;
    opacity: 0.5;
    margin: 0 auto;
  }
  /*****************/
  /* ie 8 - part2  */
  /*****************/
  .ie8-home body .white-menu-header .home-sticky .navbar .navbar-inner a .mobile-logo {
    background-image: url(./img/jms-logo-mobile-ie.png) !important;
  }
  .ie8-home body .white-menu-header .mobile-menu-container .navbar .navbar-inner a .mobile-logo {
    background-image: url(./img/jms-logo-mobile-ie-white.png);
  }
  .ie8-home body .mobile-menu-overlay .mobile-close-menu-image,
  .ie8-pages body .mobile-menu-overlay .mobile-close-menu-image {
    display: block;
    background-image: url(./img/close-mobile-ie.png);
  }
  .ie8-home body .mobile-menu-overlay a.mobile-close-menu-button,
  .ie8-pages body .mobile-menu-overlay a.mobile-close-menu-button {
    cursor: pointer;
  }
  .ie8-pages body .mobile-menu-container .navbar .navbar-inner .mobile-menu-button,
  .ie8-home body .white-menu-header .mobile-menu-container .navbar .navbar-inner .mobile-menu-button {
    z-index: 9999;
  }
  .ie8-pages body .mobile-menu-overlay a.mobile-close-menu-button,
  .ie8-home body .mobile-menu-overlay a.mobile-close-menu-button {
    height: auto;
  }
  /*******/
  
  /*
    Home Menu
  */
  body .white-menu-header .home-sticky {
    background: #ffffff;
  }
  body .white-menu-header .home-sticky .navbar .navbar-inner .mobile-menu-button {
    color: #008120 !important;
    border-top: 4px #008120 solid !important;
    border-bottom: 4px #008120 solid !important;
  }
  body .white-menu-header .home-sticky .navbar .navbar-inner a .mobile-logo {
    background-image: url(./img/jms_logo.png) !important;
  }
  body .white-menu-header .navbar-default {
    background: transparent;
    border-color: transparent;
  }
  body .white-menu-header .mobile-menu-container .navbar .navbar-inner a .mobile-logo {
    background-image: url(./img/jms_logo_white.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 61px;
    width: 60px;
  }
  body .white-menu-header .mobile-menu-container .navbar .navbar-inner .mobile-menu-button {
    color: #ffffff;
    text-decoration: none;
    font-size: 26px;
    border-top: none;
    border-bottom: none;
    padding: 0px;
    position: relative;
    z-index: 99999;
  }
  body .white-menu-header .mobile-menu-container .navbar .navbar-inner .mobile-menu-button .menu_toggle {
    display: inline-block;
    height: 61px;
    line-height: 61px;
    -webkit-transition: all 0.3s, -webkit-transform 0.5s ease 0s;
    -moz-transition: all 0.3s, -moz-transform 0.5s ease 0s;
    -ms-transition: all 0.3s, -ms-transform 0.5s ease 0s;
    -o-transition: all 0.3s, -o-transform 0.5s ease 0s;
    transition: all 0.3s, transform 0.5s ease 0s;
  }
  body .white-menu-header .mobile-menu-container .navbar .navbar-inner .mobile-menu-button:before {
    display: inline-block;
    width: 100%;
    height: 4px;
    background: #ffffff;
    content: '';
    position: absolute;
    left: 0;
    top: 0px;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  body .white-menu-header .mobile-menu-container .navbar .navbar-inner .mobile-menu-button:after {
    display: inline-block;
    width: 100%;
    height: 4px;
    background: #ffffff;
    content: '';
    position: absolute;
    left: 0;
    top: 57px;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  body .white-menu-header .mobile-menu-container .navbar .navbar-inner .mobile-menu-button-open .menu_toggle {
    opacity: 0;
  }
  body .white-menu-header .mobile-menu-container .navbar .navbar-inner .mobile-menu-button-open:before {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    opacity: 1;
    background: #88C296;
    top: 30px;
  }
  body .white-menu-header .mobile-menu-container .navbar .navbar-inner .mobile-menu-button-open:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 1;
    background: #88C296;
    top: 30px;
  }
  body .white-menu-header .mobile-menu-overlay {
    background: #008120;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  body .white-menu-header .mobile-menu-overlay-open {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
  }
  body .home-background .home-background-image .home-content .home-title {
    position: absolute;
    bottom: 200px;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom:30px;
    font-size: 40px;
    width: 80%;
    font-family: clearSansBold;
  }
  body .home-background .home-background-image .home-content .home-button {
    position: absolute;
    bottom: 100px;
  }
  body .home-background .home-background-image .home-content .home-button a {
    font-size: 15px;
    font-family: clearSans;
    color: #fff;
    background: none;
    margin-left: 20px;
    margin-right: 20px;
  }
  body .references-content .section-title{
    margin-left: 20px;
    margin-right: 20px;
  }
  body .page-content {
/*     padding-top: 95px; */
  }
  body .page-content .main-property .main-property-description {
    border-top: 0px #fff solid !important;
    border-bottom: 0px #fff solid !important;
  }
  body .page-content .main-property .property-description {
    padding-bottom: 0px !important;
  }
  body .page-content .row .row .last-left {
    border-bottom: 0px #008120 solid;
    padding-bottom: 0px;
  }
  body .detail-content {
/*     padding-top: 95px; */
  }
  body .detail-content .property-characteristics-list .enumeration .list-item {
    width: 32.5%;
  }
  body .contact-content {
/*     padding-top: 95px; */
  }
  body .detail-content .property-detail-description .document:nth-child(odd) {
    padding-left: 0px;
    padding-right: 0px;
  }
  body .detail-content .property-detail-description .document:nth-child(even) {
    padding-left: 0px;
    padding-right: 0px;
  }
  body .contact-content .main-contact .rectangle-button {
    margin: 30px 0px;
  }
  body .contact-content .main-contact .main-contact-block {
    border-top: none;
  }
  body .contact-content .main-contact .main-contact-left {
    border-top: 7px #008120 solid;
  }
  body .references-content {
/*     padding-top: 122px; */
  }
  body .references-content .nav-gallery .nav-gallery-text {
    display: none;
  }

  body .service-content {
/*     padding-top: 65px; */
  }
  body .service-content .service-text:first-child {
    border-top: none;
  }
  body .service-content .service-image:first-child img {
    padding-top: 30px;
  }

  body .partner-content {
/*     padding-top: 95px; */
  }
  body .error-content {
    padding-top: 122px;
  }
  #footer .container .col-md-3{
	  margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
	body header .navbar-default {
		font-size:13px;
	}
	body .white-menu-header .white-menu{
		font-size:13px;
		
	}
	body .service-content {
		width: 100%;
		}
	body .white-menu-header .home-background .home-background-image .home-content .home-title {
	    font-size: 20px;
	    bottom:200px;
	    margin-left: 5%;
	    margin-right:5%;
	    width: 90%;
	  }
	  
	 body .white-menu-header .home-background .home-background-image .home-content .home-button {
	    font-size: 30px;
	    bottom:100px;
	  }

  body .page-content .main-property .main-property-description .property-main-title {
    font-size: 30px;
  }
  body .page-content .main-property .main-property-description .property-description {
    font-size: 14px;
  }
  body .page-content .row .property .content {
    font-size: 17px !important;
  }
  body .page-content .row .property .content .property-description {
    font-size: 13px !important;
  }
  body .page-content .row .property .content .rectangle-button {
    font-size: 13px !important;
  }
  body .page-content .row .property .image .image-overlay .image-overlay-count {
    font-size: 15px !important;
  }
  body .page-content .row .property .image .image-overlay .image-overlay-label {
    font-size: 10px !important;
  }
  body .page-content .row a .property .image .sale-state-overlay .sale-state-text {
    font-size: 17px !important;
  }
/*
  body .detail-content {
    margin-left: 15px;
    margin-right: 15px;
  }
*/
  body .detail-content .property-title {
    font-size: 40px;
  }
  body .detail-content .property-subtitle {
    font-size: 14px;
  }
  body .detail-content .property-detail-title {
    font-size: 20px;
  }
  body .detail-content .property-detail-description {
    font-size: 15px;
  }
  body .detail-content .property-characteristics-list .enumeration .list-item {
    width: 99.5%;
  }
  body .detail-content .property-characteristics-list .enumeration .list-item .list-item-text {
    padding-left: 0;
  }
  body .detail-content .property-google-maps {
    min-width: 77px;
    min-height: 280px;
    width: 100%;
    height: 280px;
  }
  body .detail-content .property-google-maps #property-map {
    min-width: 75px;
    min-height: 250px;
    width: 100%;
    height: 250px;
  }
  .contact-content .contact-google-maps {
    min-width: 77px;
    min-height: 280px !important;
    width: 100%;
    height: 280px;
  }
  .contact-content .contact-google-maps #contact-map {
    min-width: 75px;
    min-height: 250px !important;
    width: 100%;
    height: 250px;
  }
  .sticky
    {
    position: relative;
    top: auto;
   }
  body .detail-content .apartments .apartment-subtitle {
  	font-size: 14px;
	}
	body .detail-content .apartments .apartment-description {
	  font-size: 14px;
	  }
  body .home-content .row .block .block-content {
    border-bottom: 0px #008120 solid;
  }
  body .home-content .row .block .right-block {
    border-bottom: 7px #008120 solid;
    margin-bottom: 30px;
  }
  body .home-content .row .block .left-block {
    margin-top: 30px;
  }
  body .home-content .row .block {
    padding: 0px;
  }
  body .home-content .row .block .block-content .block-thumbnail {
    margin-bottom: 30px;
  }
  body .home-content .row .block .block-content .block-thumbnail img {
    margin-bottom: 0px;
  }
}

