@import url('https://fonts.googleapis.com/css?family=Raleway:200,400&subset=latin-ext');

html,
body {
  font-family: 'Raleway', sans-serif;
  min-height: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  background-color: #f8f8f8;
}
@media (max-width: 480px){
	.ssc > .story-icon > img{
		width:42px !important;
	}
	.story-icon {
	margin-left: 0 !important;
	width: 42px !important;
		float: left !important;
}
	.story-short-content > h2 {
	margin-top: 0 !important;
	font-size: 14px !important;
		
		
}
	.story-short-content{
  width: 12rem !important; 
  padding-left: 10px !important;
  font-size: 14px !important;
  max-width: 458px !important;
}
	
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.animate {
  visibility: hidden;
  -webkit-animation-duration: 6s;
  -moz-animation-duration: 6s;
  -o-animation-duration: 6s;
  animation-duration: 6s;
}

.categories,
.category-item {
  height: 100vh;
}

.slick-slide {
  cursor: pointer;
}

.cursor-hand {
  cursor: pointer;
}

.fd-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 999999;
  transition: visibility 0s, opacity .7s linear;
}

.fd-loader.loaded {
  -webkit-animation: hideSplash 1s linear forwards; /* Safari 4+ */
  -moz-animation:    hideSplash 1s linear forwards; /* Fx 5+ */
  -o-animation:      hideSplash 1s linear forwards; /* Opera 12+ */
  animation:         hideSplash 1s linear forwards; /* IE 10+, Fx 29+ */
}

.fd-loader > .fd-loader-image {
  background: url("../images/fd-loader.svg") no-repeat;
  height: 37px;
  width: 270px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 70px));
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-animation: opacityAnimation 1.1s infinite alternate; /* Safari 4+ */
  -moz-animation:    opacityAnimation 1.1s infinite alternate; /* Fx 5+ */
  -o-animation:      opacityAnimation 1.1s infinite alternate; /* Opera 12+ */
  animation:         opacityAnimation 1.1s infinite alternate; /* IE 10+, Fx 29+ */
}

.fd-loader > .fd-loader-image:after {
  content: attr(data-content);
  position: absolute;
  bottom: -140px;
  width: 100%;
  text-align: center;
  font-size: 21px;
  color: #000000;
}

/* website animation styles */
@-webkit-keyframes hideSplash {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
@-moz-keyframes hideSplash {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
@-o-keyframes hideSplash {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
@keyframes hideSplash {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}

@-webkit-keyframes opacityAnimation {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opacityAnimation {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opacityAnimation {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opacityAnimation {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#container {
  margin-left: 0;
}

@media screen and (min-width: 48em) {
  #container {
    margin-left:80px
  }
}

.l-nav__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  letter-spacing: 2px;
}

.l-nav__menu > li {
  font-size: 19px;
}

.l-nav__menu > li:not(:first-child) {
  margin-top: 15px;
}

.l-nav__menu > li,
.l-nav__menu > li a {
  text-decoration: none;
  color: #000000;
}

.l-nav__menu > li a:hover {
  color: #888888;
}

.l-menu_activator {
  height: 21px;
  width: 37px;
  display: inline-block;
  position: fixed;
  top: 20px;
  left: 20px;
  cursor: pointer;
  z-index: 9999;
  -webkit-transition: all ease 400ms;
  transition: all ease 400ms;
}

.r-menu_activator {
  height: 26px;
  width: 26px;
  display: inline-block;
  position: fixed;
  top: 20px;
  right: 35px;
  cursor: pointer;
  z-index: 9999;
  -webkit-transition: all ease 400ms;
  transition: all ease 400ms;
}

.pushy-open-left .l-menu_activator {
  margin-left: 20px;
}

.pushy-open-left .l-menu_activator > .l-menu_hamburger {
  margin-left: -10px;
}

.pushy-open-left .l-menu_activator > .l-menu_hamburger:after,
.pushy-open-left .l-menu_activator > .l-menu_hamburger:before {
  left: 10px;
}

.l-menu_hamburger {
  position: absolute;
  left: 0;
  top: 0;
  width: 37px;
  display: inline-block;
  background-color: #000000;
  height: 2px;
  margin-bottom: 10px;
  margin-top: 10px;
  z-index: 9999;
  -webkit-transition: all ease 400ms;
  transition: all ease 400ms;
}

.l-menu_hamburger:after,
.l-menu_hamburger:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000000;
  display: block;
  left: 0;
  -webkit-transition: all ease 400ms;
  transition: all ease 400ms;
}

.l-menu_hamburger:after {
  top: -10px;
}

.l-menu_hamburger:before {
  bottom: -10px;
}

.l-nav_menu_footer {
  font-size: 18px;
  margin-top: 100px;
}

.l-nav_footer_list {
  width: 100%;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.l-nav_footer_list > li:not(:first-child) {
  margin-top: 10px;
}

.l-nav_footer_list > li a {
  text-decoration: none;
  color: #000000;
}

.l-nav_footer_list > li a:hover {
  color: #888888;
}

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

.l-nav_footer_list > li ul > li {
  display: inline-block;
  position: relative;
}

.l-nav_footer_list > li ul > li:not(:first-child) {
  margin-left: 16px;
}

.l-nav_footer_list > li ul > li:not(:first-child):before {
  content: "/";
  position: absolute;
  top: 0;
  left: -120%;
}

.l-nav_footer_list > li ul > li > a.active {
  text-decoration: line-through;
}

.l-nav_footer_list a.l-nav_socials.fb {
  margin-left: 10px;
  position: relative;
}

.l-nav_logo {
    background: url(../images/fd-loader.svg) no-repeat;
    background-size: cover;
    display: inline-block;
    position: absolute;
    z-index: 9999;
    width: 36px;
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%);
    right: 21px;
    height: 21px;
    -webkit-transition: all ease 400ms;
    transition: all ease 400ms;
    cursor: pointer;
}

.l-nav_logo > img {
  width: 150px;
  -webkit-transition: all ease 400ms;
  transition: all ease 400ms;
}

.pushy-open-left .l-nav_logo {
width: calc(100% - 78px);
    width: -webkit-calc(100% - 78px);
    height: 40px;
    top: calc(100% - 78px);
    top: -webkit-calc(100% - 78px);
    left: 0;
    right: 0;
    transform: translateY(-50%);
    background-size: contain;
    margin: auto;
}

.pushy-open-left .l-nav_logo > img {
  max-width: 100%;
  width: 100%;
}

.slick-slide {
  height: 100vh;
}

.slider-caption {
  position: absolute;
  left: 53px;
  bottom: 70px;
  font-size: 24px;
}

.slider-caption > span {
  font-size: 48px;
  display: block;
}

.slider-home .m-hero__bg {
  position: relative;
  height: 100%;
}

.slider-home .m-hero__slide {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 75em) {
  .slider-home .slick-slide .m-hero--animation .m-hero__slide {
    -webkit-animation: panning 15s linear;
    animation: panning 15s linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    width: -webkit-calc(100% + 150px);
    width: calc(100% + 150px);
    -webkit-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    transform: translateX(-150px);
  }
}

@-webkit-keyframes panning {
  0% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes panning {
  0% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.categories > div {
  height: 100%;
  padding: 5px;
}

.categories .category {
  height: 100%;
  width: 100%;
  cursor: pointer;
  transition: all ease 1s;
  display: block;
  position: relative;
}

.categories .category > span {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 50px;
  color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.categories .cat1 {
  background: url("../images/categories/residental.jpg") no-repeat;
}
.categories .cat3{
	background: url("../images/categories/yachts.jpg") no-repeat;
}
.categories .cat2 {
  background: url("../images/categories/commercial.jpg") no-repeat;
}

.categories .cat1,
.categories .cat2,
.categories .cat3 {
  background-color: #A0A0A0 !important;
  background-size: cover;
  background-position: center center;
}

.categories .category:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #A0A0A0;
  opacity: 0;
}
/*.categories .category:hover {
  background: none;
}*/
.categories .category:hover:after {
  -webkit-animation: opacity 500ms; /* Safari 4+ */
  -moz-animation:    opacity 500ms; /* Fx 5+ */
  -o-animation:      opacity 500ms; /* Opera 12+ */
  animation:         opacity 500ms; /* IE 10+, Fx 29+ */
  opacity: .8;
}

@media screen and (max-width: 47.9375em) {
  .categories > div {
    height: 50%;
    padding: 5px !important;
  }
}

.sub-categories {
  height: 40%;
}

.sub-categories > div {
  height: 100%;
  padding: 5px;
}

.sub-categories .sub-category {
  height: 100%;
  width: 100%;
  cursor: pointer;
  transition: all ease 1s;
  display: block;
  position: relative;
}

.sub-categories .sub-category > span {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 50px;
  color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.sub-categories .sub-category > span > img {
  display: block;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}

.sub-categories .sub-category > span > .city {
  display: block;
  width: 100%;
  font-size: 30px;
}

.sub-categories .scat1 {
  background-image: url("../images/sub-categories/sub1.jpg");
}
.sub-categories .scat01{
	
	background-image: url("../images/sub-categories/sub01.jpg");
}
.sub-categories .scat02{
	background-image: url("../images/sub-categories/sub02.jpg");
}
.sub-categories .scatB{
	background-image: url("../images/sub-categories/subB.jpg");
}
.sub-categories .scat2 {
  background-image: url("../images/sub-categories/sub2.jpg");
}

.sub-categories .scat3 {
  background-image: url("../images/sub-categories/sub3.jpg");
}

.sub-categories .scat4 {
  background-image: url("../images/sub-categories/sub4.jpg");
}

.sub-categories .scat5 {
  background-image: url("../images/sub-categories/sub5.jpg");
}

.sub-categories .scat6 {
  background-image: url("../images/sub-categories/sub6.jpg");
}

.sub-categories .scat7 {
  background-image: url("../images/sub-categories/sub7.jpg");
}

.sub-categories .scat1,
.sub-categories .scat2,
.sub-categories .scat3,
.sub-categories .scat4,
.sub-categories .scat5,
.sub-categories .scat6,
.sub-categories .scat7,
.sub-categories .scat01,
.sub-categories .scat02,
.sub-categories .scatB{
  background-color: #A0A0A0 !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.sub-categories .sub-category:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #A0A0A0;
  opacity: 0;
}
/*.sub-categories .sub-category:hover {
  background: none;
}*/
.sub-categories .sub-category:hover:after {
  -webkit-animation: opacity 500ms; /* Safari 4+ */
  -moz-animation:    opacity 500ms; /* Fx 5+ */
  -o-animation:      opacity 500ms; /* Opera 12+ */
  animation:         opacity 500ms; /* IE 10+, Fx 29+ */
  opacity: .8;
}

@-webkit-keyframes opacity {
  0%   { opacity: 0; }
  100% { opacity: .8; }
}
@-moz-keyframes opacity {
  0%   { opacity: 0; }
  100% { opacity: .8; }
}
@-o-keyframes opacity {
  0%   { opacity: 0; }
  100% { opacity: .8; }
}
@keyframes opacity {
  0%   { opacity: 0; }
  100% { opacity: .8; }
}

@media screen and (max-width: 47.9375em) {
  .sub-categories > div {
    padding: 5px !important;
  }
}

.category-item > .fi {
  height: 100%;
  padding: 0;
}

.category-item > .fi .featured-image {
  height: 100%;
  cursor: pointer;
}

.category-item > .fi .featured-image > span {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 70px;
  color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

@media (max-width: 767px) {
  .category-item > .fi .featured-image > span {
    font-size: 17vw;
  }
}

.category-item > .fi .featured-image > span > img {
  display: block;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}

.category-item > .fi .featured-image .city {
  display: block;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 50px;
}

.category-item.hacimemis .featured-image {
  background-image: url("../images/items/hacimemis/5.jpg");
}
.category-item.alacatino01 .featured-image {
  background-image: url("../images/items/alacatino01/m.jpg");
}
.category-item.yacht .featured-image {
  background-image: url("../images/items/yachts/m.jpg");
}
.category-item.alacatino02 .featured-image {
  background-image: url("../images/items/alacatino02/m.jpg");
}
.category-item.alkent .featured-image {
  background-image: url("../images/items/alkent/8.jpg");
}

.category-item.sunset .featured-image {
  background-image: url("../images/items/sunset/1.jpg");
}

.category-item.alacati .featured-image {
  background-image: url("../images/items/alacati/3.jpg");
}

.category-item.alacati2 .featured-image {
  background-image: url("../images/items/alacati2/2.jpg");
}

.category-item.alsancak .featured-image {
  background-image: url("../images/items/alsancak/3.jpg");
}

.category-item.alsancak-ev .featured-image {
  background-image: url("../images/items/alsancak-ev/1.jpg");
}

.category-item .featured-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.category-item-content {
  margin-top: 10px;
}

.category-item-content img {
  width: 100%;
  max-width: 100%;
}

.category-item-content > .fid {
  margin: 0;
}

.category-item-content > .fid > div {
  padding: 0;
}

.category-item-content > .fid .column img {
  height: 627px;
  object-fit: cover;
  cursor: pointer;
}

.category-item-content > .fid .column .column {
  padding: 0;
}

@media (max-width: 767px) {
  .category-item-content > .fid .column .column {
    padding: 0 !important;
  }
}

.category-item-content .item-text {
  font-size: 16px;
  color: #37404A;
  padding: 0 10px;
  line-height: 40px;
  height: 325px;
  margin: 20px 0;
  overflow: hidden;
}

.category-item-content .item-text {
  overflow-y: auto;
}

.r-menu_activator {
  -webkit-transition: all ease 450ms;
  transition: all ease 450ms;
}

.r-nav > .items {
  padding: 95px 40px;
  padding-bottom: 0;
}

.items > a {
  font-size: 20px;
  color: #000000;
  display: block;
  text-decoration: none;
}

.items > a:not(:first-child) {
  margin-top: 25px;
}

@media screen and (max-width: 59.9375em) {
  .category-item-content .columns,
  .category-item-content > .fid > div {
    padding: 0 !important;
  }

  .category-item-content > .fid .column.mobile {
    margin-top: 10px;
  }

  .category-item-content > .fid .column .column.mobile {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .category-item-content > .fid .column .column.mobile {
    margin-top: 10px;
  }
}

.contact-us {
  background-color: #D8D8D8;
}

.contact {
  display: inline-block;
  position: relative;
  top: 50px;
  left: 50px;
  width: 270px;
  color: #2D2D2D;
  font-size: 16px;
  line-height: 28px;
  transition: all ease 400ms;
}

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

.contact .address {
  margin-top: 37px;
  width: 137px;
  position: relative;
}

.contact .address:not(.no-route):after {
  content: "";
  background: url("../images/route.svg") no-repeat;
  position: absolute;
  top: 0;
  right: -35px;
  height: 24px;
  width: 24px;
  cursor: pointer;
}

.contact .other {
  margin-top: 60px;
}

.contact .other a {
  color: #2D2D2D;
}

.contact .other > label {
  font-size: 14px;
}

.contact .other > .email {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .contact {
    position: fixed;
    right: 80px;
    left: auto;
  }
}

@media (max-width: 767px) {
  .contact {
    left: 0;
    right: 0;
    top: 80px;
    margin: auto;
    width: 270px;
    max-width: 270px;
    display: block;
  }
}

.about-us {
  background-color: #ffffff;
  padding-left: 137px;
  padding-top: 50px;
}

.first-column,
.second-column {
  float: left;
  position: relative;
  display: inline-block;
}

.first-column {
  width: 625px;
  line-height: 28px;
  z-index: 2;
}

.first-column .about {
  padding: 45px 74px;
  padding-left: 0;
  padding-bottom: 22px;
  color: #2D2D2D;
  font-size: 18px;
  background-color: #ffffff;
}

.first-column .testimonial {
  width: 245px;
  display: inline-block;
  float: left;
  font-size: 15px;
  color: #666666;
  position: relative;
  margin-top: 85px;
  margin-left: 100px;
  text-indent: 40px;
}

.first-column .testimonial:before {
  content: "";
  background: url("../images/quote-start.svg");
  position: absolute;
  left: -20px;
  top: -10px;
  width: 46px;
  height: 35px;
}

.first-column .testimonial:after {
  content: "";
  background: url("../images/quote-end.svg");
  position: absolute;
  right: -15px;
  bottom: 41px;
  width: 46px;
  height: 35px;
}

.first-column .testimonial > .author {
  color: #2D2D2D;
  display: block;
  width: 100%;
  text-align: right;
  padding-right: 20px;
}

.second-column {
  z-index: 1;
  margin-left: -90px;
}

.about-us #container {
  padding-bottom: 25px;
}

@media (max-width: 767px) {
  .about-us {
    padding-top: 60px;
    padding-left: 0;
  }

  .first-column,
  .second-column {
    display: block;
    float: none;
    left: 0;
    right: 0;
    width: 87%;
    margin: 0 auto;
  }

  .first-column .testimonial {
    float: none;
    margin-top: 65px;
    margin-left: 35px;
  }

  .first-column .about {
    padding-right: 0;
  }

  .second-column {
    margin-top: 20px;
  }

  .second-column img {
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .first-column,
  .second-column {
    display: block;
    float: none;
    padding-right: 60px;
    width: 100%;
  }

  .second-column {
    margin: 0;
  }

  .first-column .testimonial {
    z-index: 2;
    background-color: #ffffff;
    padding: 10px 23px;
    margin-top: 65px;
    text-indent: 20px;
  }

  .first-column .testimonial:before {
    top: -5px;
  }

  .first-column .testimonial:after {
    right: 10px;
    bottom: 30px;
  }

  .first-column .testimonial > .author {
    padding-right: 40px;
  }

  .first-column::after {
    display: block;
    content: "";
    clear: both;
  }

  .second-column {
    margin-top: 40px;
  }

  .second-column img {
    width: 100%;
    object-fit: contain;
  }
}

.rue .rue-block img {
  max-width: 100%;
}

.rue .rue-block {
  background-color: #9E9E9E;
  color: #000000;
}

.rue .rue-block.first {
  padding: 78px 76px;
  min-height: 415px;
}

.rue .rue-block.second {
  background-color: #9E9E9E;
  color: #000000;
  padding-top: 50px;
  padding-bottom: 30px;
  text-align: center;
}

.rue .rue-block.second .socials > * {
  vertical-align: middle;
  display: inline-block;
  margin-right: 20px;
}

.rue .rue-block.second .socials > .rue-email {
  color: #000000;
  text-decoration: none;
  font-size: 20px;
  margin-right: 0;
}

.rue .rue-text {
  font-size: 18px;
  margin-top: 30px;
  line-height: 26px;
}

.rue .fwr {
  padding: 0;
  background-color: #9E9E9E;
  padding-bottom: 35px;
}

.rue .fwr > img {
  object-fit: cover;
  width: 100%;
}

.rue .rue1 {
  background: url("../images/rue/rue1.jpg") no-repeat;
}

.rue .rue2 {
  background: url("../images/rue/rue2.jpg") no-repeat;
}

.rue .rue3 {
  background: url("../images/rue/rue3.jpg") no-repeat;
}

.rue .rue4 {
  background: url("../images/rue/rue4.jpg") no-repeat;
}

.rue .rue5 {
  background: url("../images/rue/rue5.jpg") no-repeat;
}

.rue .rue6 {
  background: url("../images/rue/rue6.jpg") no-repeat;
}

.rue .rue1,
.rue .rue2,
.rue .rue3,
.rue .rue4,
.rue .rue5,
.rue .rue6 {
  background-size: cover;
  background-position: center center;
}

@media (min-width: 1024px) {
  .rue .rue-block.first {
    height: 415px;
  }

  .rue .rue1 {
    height: 480px;
  }

  .rue .rue1,
  .rue .rue2,
  .rue .rue3,
  .rue .rue4,
  .rue .rue5,
  .rue .rue6 {
    height: 50%;
  }
}

@media (min-width: 1200px) {
  .rue .rue-block.first {
    min-height: 415px;
  }

  .rue .rue1 {
    min-height: 480px;
  }

  .rue .rue1,
  .rue .rue1,
  .rue .rue2,
  .rue .rue3,
  .rue .rue4,
  .rue .rue5,
  .rue .rue6 {
    min-height: 480px;
    height: 50%;
  }
}

@media (max-width: 1023px) {
  .rue .rue1,
  .rue .rue2,
  .rue .rue3,
  .rue .rue4,
  .rue .rue5,
  .rue .rue6 {
    height: 50%;
  }
}

@media (max-width: 767px) {
  .rue .rue-block.first {
    padding: 80px 35px;
  }
}

#map,
#map2 {
  height: 50vh;
  width: -webkit-calc(100% - 430px);
  width: calc(100% - 430px);
}

@media (max-width: 991px) {
  #map,
  #map2 {
    display: none !important;
  }
}

.rue .main,
.rue #container,
.sub-cats .main,
.sub-cats #container,
.stories .main,
.stories #container {
  height: 100%;
}

.contact-us #container {
  background-color: transparent;
}

.sub-stories {
  background-color: #ffffff;
}

.sub-stories > div {
  padding: 5px;
  border: 1px solid #c4c4c4;
  margin: 5px;
}

.sub-stories .sub-story {
  height: 100%;
  width: 100%;
  cursor: pointer;
  transition: all ease 1s;
  display: block;
  position: relative;
}

.sub-stories .sub-story > span {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 28px;
  color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.sub-stories .sub-story:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #A0A0A0;
  opacity: 0;
}

.read-more {
  opacity: 0;
  display: block;
  width: 100%;
  background-color: #E7E7E7;
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
}

.read-more > span {
  color: #2D2D2D;
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  font-size: 23px;
  text-align: center;
  display: block;
  width: 100%;
}

.story-image:hover .read-more {
  -webkit-animation: opacity 500ms; /* Safari 4+ */
  -moz-animation:    opacity 500ms; /* Fx 5+ */
  -o-animation:      opacity 500ms; /* Opera 12+ */
  animation:         opacity 500ms; /* IE 10+, Fx 29+ */
  opacity: 1;
}

@media screen and (max-width: 47.9375em) {
  .sub-stories > div {
    padding: 5px !important;
  }
}

.story {
  background-color: #ffffff;
}

.story-detail > * {
  padding: 0;
  padding-top: 15px;
}

.story-detail > * > img {
  width: 100%;
}

.story-sub-content {
  color: #2D2D2D;
  font-size: 24px;
  text-align: center;
  line-height: 42px;
  padding: 0 !important;
}
.story-sub-content.maison {
  max-width: 600px;
  left: 0;
  right: 0;
  margin: 25px auto;
}
.story-sub-content {
  margin-bottom: 10px;
}

.story-content {
  color: #2D2D2D;
  font-size: 14px;
  line-height: 22px;
  padding: 0 !important;
}
.story-content.maison {
  max-width: 770px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.story-content.maison {
  margin-bottom: 20px;
}

.other-stories {
  padding-left: 120px;
  font-size: 14px;
  color: #2D2D2D;
}

.other-stories > ul {
  width: 100%;
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

.other-stories > ul > li {
  width: 100%;
  display: block;
}

.other-stories > ul > li > a {
  text-decoration: none;
  color: #2d2d2d;
}

@media (max-width: 991px) {
  .story-content,
  .story-sub-content,
  .other-stories {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .story-detail > * {
    padding: 0;
  }

  .other-stories {
    padding: 10px;
  }
}

.ssc {
  margin: 30px 0;
}

.story-icon,
.story-short-content {
  display: inline-block;
  vertical-align: top;
}

.story-icon,
.story-short-content,
.story-icon:hover,
.story-short-content:hover {
  text-decoration: none;
  color: #2D2D2D;
}

.story-icon {
  margin-left: 30px;
  width: 48px;
}

.story-short-content {
  width: -webkit-calc(100% - 106px);
  width: calc(100% - 106px);
  padding-left: 22px;
  font-size: 14px;
  max-width: 458px;
}

.story-short-content > h2 {
  margin-top: 0;
  font-size: 28px;
}

.ssc {
  height: auto;
}

.ssc:before,
.sub-stories:before,
.story-detail:before {
  display: table;
  content: " ";
}

.ssc:after,
.sub-stories:after,
.story-detail:after {
  display: table;
  content: " ";
  clear: both;
}

.story-image {
  display: block;
  width: 100%;
  position: relative;
}

.story-image > img {
  max-width: 100%;
  max-height: 398px;
  width: 100%;
  object-fit: cover;
  width: 100%;
}

.other-stories ul > li:not(:first-child) {
  margin: 10px 0;
}

.other-stories ul > li.active > a {
  border: 1px solid #2d2d2d;
  padding: 4px;
}

.read-news {
  margin-top: 27px;
  font-size: 14px;
}

.read-news > a,
.read-news > a:hover,
.read-news > a:active,
.read-news > a:focus {
  text-decoration: none;
  color: #2D2D2D;
}

.story-detail > div:first-child img {
  border: 1px solid #c4c4c4;
  padding: 5px;
  margin: 5px 0;
  vertical-align: top;
}

@media (max-height: 568px) {
  .l-nav_menu_footer {
    margin-top: 30px !important;
  }

  .pushy-open-left .l-nav_logo {
    top: calc(100% - 40px);
    top: -webkit-calc(100% - 40px);
  }
}