/*  
Theme Name:     Relsites
Theme URI:      http://relsites.com
Description: 	Relsites Theme
Author:         Ariel Hein
Author URI: 	http://relsites.com
Version:        1.0
*/
@font-face {
    font-family: 'almoni_neue_light'; 
    src: url('fonts/almoni-neue-light-aaa.eot');
    src: url('fonts/almoni-neue-light-aaa.woff') format('woff'),
         url('fonts/almoni-neue-light-aaa.eot') format('eot'),
         url('fonts/almoni-neue-light-aaa.woff2') format('woff2') ;
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'almoni_neue_regular'; 
    src: url('fonts/almoni-neue-regular-aaa.eot');
    src: url('fonts/almoni-neue-regular-aaa.woff') format('woff'),
         url('fonts/almoni-neue-regular-aaa.eot') format('eot'),
         url('fonts/almoni-neue-regular-aaa.woff2') format('woff2') ;
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'almoni_neue_bold'; 
    src: url('fonts/almoni-neue-bold-aaa.eot');
    src: url('fonts/almoni-neue-bold-aaa.woff') format('woff'),
         url('fonts/almoni-neue-bold-aaa.eot') format('eot'),
         url('fonts/almoni-neue-bold-aaa.woff2') format('woff2') ;
    font-weight: 700;
    font-style: normal;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,textarea,text {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	box-sizing: border-box;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0; 
     } 
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* General */
html,body{
	min-height: 100%;
} 
body{
	font-family: 'almoni_neue_light', sans-serif;
	font-weight: 300; 
	line-height: 1.8;
	font-size: 25px;
    color: #000;
}
.light{
	font-family: 'almoni_neue_light', sans-serif;
	font-weight: 300; 
}
.regular{
	font-family: 'almoni_neue_regular', sans-serif;
	font-weight: 400; 
}
h1, h2, h3, h4, h5, h6, strong, .bold {
	font-family: 'almoni_neue_bold', sans-serif;
	font-weight: 700;
	/* color:#030303; */
}
a {
	text-decoration:none;
	color:#000;
}
.header-wrapper, .header-wrapper img,
a, a:hover, a:focus, input[type="submit"] {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
  outline:0 none;
}
img {
	max-width: 100%;
    height: auto;
    display: block;
}
/* Btns */
.cta__link, .cta__link:focus, .cta__link:active {
    display: block;
    padding: 1.3em;
    color: #000000;
    background-color: #f8f8f8;
    -webkit-transition: background-color 0.75s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background-color 0.75s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
    text-decoration: none;
    font-size: 30px;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 18px;
}
section#inner-page-content.inner-page-404 a.cta__link ,
section#inner-page-content.inner-page-404 a.cta__link:focus ,
section#inner-page-content.inner-page-404 a.cta__link:active {
    background-color: #fff;
}
.btn-link:hover, .btn-link:focus{
    color: #000000;	
}
.btn-link {
    color: #000000;
    cursor: pointer;
    border-radius: 0;
}
.btn, .btn.btn--black, .btn-link, .btn-link.btn--black {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-link.btn--black:before {
	content: '';
    position: absolute;
    top: 50%;
    left: -2em;
    height: 1px;
    width: 2.5em;
    background-color: #000;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.btn-link.btn--black span {
    display: inline-block;
    -webkit-transform: translateX(1.9em);
    transform: translateX(1.9em);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.btn-link.btn--white:hover, a:hover .btn-link.btn--black {
    margin-left: 0;
    cursor: pointer;
}
.btn-link.btn--black:hover:before, a:hover .btn-link.btn--black:before {
    width: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.btn-link.btn--black:hover span, a:hover .btn-link.btn--black span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.btn-animation {
    position: relative;
    display: inline-block;
    padding: 0.459em 2.29em;
	margin-left: 20px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.btn-animation:before { 
    content: '';
    position: absolute;
    top: 50%;
    left: -2em;
    height: 1px;
    width: 2.5em;
    background-color: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.pb-item:hover .btn-animation{
	margin-left: 0;
}
.pb-item:hover .btn-animation:before {
    width: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.pb-item .btn-animation > span:before{
	content:'';
	width:0;
	height:1px;
	background-color:#fff;
	position:absolute;
	top:0;
	left:0;
}
.pb-item:hover .btn-animation > span:before{
	width:100%;
	-webkit-transition: width 0.15s cubic-bezier(0.4, 0, 0.2, 1);
	transition: width 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.pb-item .btn-animation > span:after{
	content:'';
	width:0;
	height:1px;
	background-color:#fff;
	position:absolute;
	bottom:0;
	right:0;
}
.pb-item:hover .btn-animation > span:after{
    width: 100%;
    -webkit-transition: width 0.15s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: width 0.15s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.pb-item .btn-animation > span > span:before{
	content:'';
	width:1px;
	height:0;
	background-color:#fff;
	position:absolute;
	bottom:0;
	left:0;
}
.pb-item:hover .btn-animation > span > span:before{
    height: 100%;
    -webkit-transition: height 0.15s 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    transition: height 0.15s 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.pb-item .btn-animation > span > span:after{
	content:'';
	width:1px;
	height:0;
	background-color:#fff;
	position:absolute;
	top:0;
	right:0;
}
.pb-item:hover .btn-animation > span > span:after{
    height: 100%;
    -webkit-transition: height 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: height 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
/* Footer */

::-webkit-input-placeholder {
  color: #333;
}
::-moz-placeholder {
  color: #333;
}
:-ms-input-placeholder {
  color: #333;
}
:-moz-placeholder {
  color: #333;
}
footer#footer {
	background-color:#090909;
	color:#fff;
	padding-top: 77px;
}
footer#footer .grid-wrapper {
    max-width: 960px;
}
.footer-socials-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.socials-wrapper li {
    list-style-type: none;
    display: inline-block;
    margin-right: 20px;
}
ul.socials-wrapper li a {
    color: #fff;
    border: 3px solid;
    width: 45px;
    height: 45px;
    display: block;
    text-align: center;
    border-radius: 100%;
    line-height: 43px;
    font-size: 22px;
}
ul.socials-wrapper {
    padding-top: 20px;
}
ul.socials-wrapper li a:hover {
    background: #fff;
    color: #090909;
    border-color: #fff;
}

nav#footer-site-navigation {
    text-align: center;
    padding: 100px 0 69px;
}
nav#footer-site-navigation .menu-main-container {
    width: 100%;
}
nav#footer-site-navigation ul li {
    list-style-type: none;
    display: inline-block;
    margin-left: 20px;
}
nav#footer-site-navigation ul li a {
    color: #fff;
    font-size: 14px;
}

.credits {
    display: inline-block;
}

.credits a {
    color: #000;
}
.closer {
    background: #fff;
    text-align: center;
    line-height: 1;
    padding: 15px;
    font-size: 14px;
    color: #000;
    font-family: 'almoni_neue_regular', sans-serif;
    font-weight: 400;
}
.rights {
	display: inline-block;
}
.rights span {
    display: inline-block;
}
span.logo-divider {
    margin: 0 8px;
    position: relative;
    top: -4px;
    font-size: 20px;
}
/* Footer ENDS*/
/* header */
.header-wrapper {
    z-index: 1001;
    position: fixed;
    width: 100%;
    height: 80px;
    /*background: rgba(255,255,255,1);
    top: -100px;*/
    top: 0;
}
.header-wrapper{
    background: rgba(255,255,255,.005);
    /*box-shadow: 0 3px 6px 1px rgba(0,0,0,0.2);*/
    top: 0;
}
.header-wrapper.scrolled{
    background: rgba(255,255,255,1);
    box-shadow: 0 3px 6px 1px rgba(0,0,0,0.2);
    top: 0;
}
header#masthead {
    width: 100%;
    padding: 8px 65px;
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    justify-content: space-between;
}

#menu-toggler {
	display: none;
	background-color: transparent;
	width: 32px;
	z-index: 999;
	position: fixed;
	padding-top: 20px;
	top: 18px;
}
#menu-toggler span {
	display: block;
	background-color: #333333;
	width: 100%;
	height: 2px;
	margin-bottom: 8px;
	border-radius: 0;
}
nav#site-navigation {
    /*padding-right: 100px;*/
    padding-right: 0;
    display: flex;
}
nav#site-navigation ul {
	padding: 19px 0 0;
	display: flex;
	justify-content: space-evenly;
}
nav#site-navigation ul li {
    display: inline-block;
    list-style-type: none;
    margin-left: 20px;
    font-size: 16px;
}
nav#site-navigation ul li a{
	font-family: 'almoni_neue_regular', sans-serif;
	font-weight: 400;
}
nav#site-navigation ul.lang-switcher-menu li:before {
    content: '|';
    display: inline-block;
    margin-left: 20px;
}
nav#site-navigation ul.lang-switcher-menu li{
	font-family: 'almoni_neue_bold';
	font-weight:700;
}
nav#site-navigation ul.lang-switcher-menu li span{
	opacity:.3;
}
.header-logos {
    max-width: 210px;
    padding-top: 8px;
}
#logo {
	
}
#logo a {
    display: block;
}
#logo a img {display: block;}
nav#site-navigation {
	width: calc(100% - 300px);
	justify-content: space-between;
}
.menu-main-container {
    width: calc(100% - 150px);
}
.grid-wrapper{
    max-width: 1240px;
    margin: 0 auto;
}
h2.entry-title.like-1,
h1.entry-title{
	font-family: 'almoni_neue_regular', sans-serif;
	font-weight: 400;
  font-size: 70px;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.67;
  letter-spacing: 2.63px;
  text-align: center;
  color: #030303;
  margin-bottom:50px;
}
h2.entry-title.like-1:after,
h1.entry-title:after{
	content:'';
	height:2px;
	width: 100px;
	background-color:#030303;
	display:block;
	margin: 50px auto 0;
}
h2.entry-title{
	font-family: 'almoni_neue_regular', sans-serif;
	font-weight: 400;
	font-size: 45px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.04;
	letter-spacing: -0.37px;
	text-align: center;
	color: #030303;
	margin-bottom:50px;
}
h2.entry-title:after{
	content:'';
	height:2px;
	width: 85px;
	background-color:#030303;
	display:block;
	margin: 40px auto 0;
}
h1.entry-title.like-3,
h3.entry-title{
  font-size: 32px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.04;
  letter-spacing: -0.37px;
  text-align: center;
  color: #030303;
  margin-bottom: 45px;
 font-family: 'almoni_neue_regular', sans-serif;
    font-weight: 400;
}
h1.entry-title.like-3:after,
h3.entry-title:after{
	content:'';
	height:2px;
	width: 85px;
	background-color:#030303;
	display:block;
	margin: 37px auto 0;
}
/* Front Page */
section#video-section {
	position: relative;
	padding-bottom: 40.18%; /* 16:9 */
	padding-top: 0;
	height: 0;
}
section#video-section video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
section#front-page-banner {
    position: relative;
	background-color:#f8f8f8;
}
section#front-page-banner img {
    display: block;
    /* width: 100%; */
    margin: 0 auto;
}
section#front-page-banner iframe {
    height: 30vw;
    display: block;
}
.main-banner-logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    max-width: 364px;
    text-align: center;
}
#front-page-content{
	text-align:center;
	font-size: 30px;
	padding: 100px 0;
}
#inner-page-content{
	text-align:center;
	font-size: 30px;
	padding: 53px 0 100px;
}
#inner-page-content.simple-content .entry-content {
    text-align: right;
    font-size: 17px;
}
section#inner-page-content.inner-page-404 {
    min-height: 56vh;
}
#inner-page-content .entry-content,
#front-page-content .entry-content {
    max-width: 990px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.1px;
    text-align: center;
    color: #000000;
    margin: 0 auto;
}
.pb-items-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.pb-items-wrapper > a.pb-item {
    width: 50%;
    position: relative;
    display: block;
    color: #fff;
    overflow: hidden;
}
a.pb-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.25);
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
a.pb-item:hover:after {
    background-color: rgba(0,0,0,0.7);
}
.pb-items-wrapper > a.pb-item img {
    display: block;
    -webkit-transition: all 7.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 7.2s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
}
.pb-items-wrapper > a.pb-item:hover img{
	transform: scale(1.5);

	transition: transform 28.2s; /* Animation */
}
a.block-closer,
.project-block > h2 {
	font-family: 'almoni_neue_light', sans-serif;
	font-weight: 300;	
    font-size: 30px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 18px;
    text-align: center;
    color: #000000;
    background-color: #f8f8f8;
    padding: 40px 0;
	display:block;
	position:relative;
}
a.block-closer:after {
	content: '';
	width: 45px;
	height: 2px;
	display: inline-block;
	background: #000;
	position: absolute;
	top: 50%;
	margin-right: 20px;
}
.pbi-content {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    z-index: 2;
    font-size: 16px;
    height: 130px;
}
.pbi-content h3 {
	font-family: 'almoni_neue_regular', sans-serif;
	font-weight: 400;
    font-size: 45px;
    margin-bottom: 50px;
}
/* Single Project */
ul.pd-list {
    display: flex;
    font-size: 20px;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 1.25;
}
ul.pd-list li {
    text-align: center;
    display: block;
    max-width: 120px;
    margin: 0 30px;
    position: relative;
	font-size: 17px;
}
ul.pd-list li:last-child {
    max-width: 160px;
}
ul.pd-list li:after {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 50px;
	background: #000;
	top: calc(50% - 25px);
	right: -30px;
}
p.pdl-tit {
    height: 50px;
    margin-bottom: 30px;
	font-family: 'almoni_neue_bold', sans-serif;
    font-weight: 700;
	font-size: 20px;
}
p.pdl-con {
    position: relative;
    top: 20px;
    transform: translateY(-50%);
}
ul.pd-list li:first-child:after {
    display: none;
}
section#project-details {
    margin-bottom: 100px;
}
.zi-content-wrapper .zi-content {
    height: 51%;
    padding: 10% 12% 0;
}
.zi-content.project-zi-content {
    padding: 0 5vw;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pzc-w h6{
	font-size:18px;
	font-family: 'almoni_neue_regular', sans-serif;
	font-weight: 400; 
}
.en-page .pzc-w {
	font-size: 21px;
	line-height: 1.2;
}
.en-page .pzc-w h3 {
	font-size: 35px;
}

.zi-content-wrapper img{
    max-height: 50%;
    width: 100%;
}

section#apartments-table-wrapper {
    padding: 100px 0;
}
table#apartments-table {
    max-width: 1316px;
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
}
table#apartments-table thead tr th {
    text-align: center;
    border-bottom: 3px solid #000;
    padding: 21px 0;
}
table#apartments-table tbody tr.expand-row td > div, table#apartments-table tbody tr td {
    border-bottom: 1px solid #a4a4a4;
    padding: 21px 0;
    position: relative;
}
table#apartments-table tbody tr.expand-row td > div > div{
    display: flex !important;
    flex-wrap: wrap;
    text-align: right;
    padding: 0 114px;
}
table#apartments-table tbody tr.expand-row td {
    padding: 0;
    border-bottom: 0 none;
}
table#apartments-table tbody tr.expand-row.open td {
    border-bottom: 1px solid #a4a4a4;
    padding: 21px 0;
}
#apartments-table tbody tr.has_grey td {
    background-color: #f8f8f8;
    opacity: 0.7;
}
a.show-expand-row {
    font-size: 60px;
    line-height: 60px;
    position: absolute;
    top: 10px;
}
table#apartments-table tbody tr.expand-row td div ul li {
    list-style-type: none;
}
table#apartments-table tbody tr.expand-row td div ul {
    width: 31%;
    border-left: 1px solid;
}
table#apartments-table tbody tr.expand-row td div > div > div {
    width: 54%;
    padding: 0 85px;
}
a.share-fb {
    position: relative;
    top: 3px;
}
.tb-shares-wrapper ul.post-shares {
    width   : 0;
    position: absolute;
    top: -23px;
    left: 23px;
    overflow:hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    direction: ltr;
    height: 30px;
}
.tb-shares-wrapper {
    position: relative;
}
.tb-shares-wrapper:hover > ul.post-shares {
    width:100px;
}
.tb-shares-wrapper ul.post-shares li a {
    font-size: 18px;
}
.tb-shares-wrapper ul.post-shares li {
    margin-left: 8px;
} 
section#map {
    height: 68vh;
    width: 100%;
}
ul.map-legend li img {
    display: inline-block;
    margin-left: 10px;
    height: 21px;
}
ul.map-legend li {
    display: flex;
    margin-bottom: 7px;
    align-items: center;
    font-size: 13px;
}
ul.map-legend {
    position: absolute;
    top: 1vw;
    left: 1vw;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 7px 7px 0;
	background-color: rgba(237, 237, 237, 0.7);
}
.map-wrapper {
    position: relative;
}
.gm-style .gm-style-iw img {
    height: auto !important;
    top: 25px !important;
}
.mfc-item {
    position: relative;
}
.mfc-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}
.mfc-item img {
    margin: 0 auto;
}
.mfc-item-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    color: #fff;
    text-align: center;
    height: 125px;
    font-size: 20px;
}
.mfc-item-content > a {
    color: #fff;
    font-size: 55px;
}
.mfc-item-content > a:before {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
    content: '';
    width: 45px;
    height: 1px;
    background-color: #fff;
    display: block;
    margin: 25px auto 0;
}
.mfc-item-content > a:hover:before {
    width: 100px;
}
.contact-popup-wrapper {
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 9999999;
    top: 0;
    right: 0;
    background: rgba(255,255,255,.4);
    display: none;
} 
.contact-popup-wrapper .contact-popup {
    position: relative;
    top: 50%;
    margin: 0 auto;
    max-width: 33.33333%;
    transform: translateY(-50%);
    padding: 50px;
    background: #fff;
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.4);
}
a.close-box {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 50px;
    font-family: serif;
    transform: rotate(45deg);
    line-height: 0.6;
}
.contact-popup .wpcf7-response-output {
    font-size: 16px;
    border: 0 none;
    padding: 0;
    margin: 0;
}
/* Single project = floating form */
.floating-form {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    background: #fff;
    padding: 25px 0 0;
    background: rgba(255,255,255,1);
    box-shadow: 0 3px 6px 1px rgba(0,0,0,0.2);
}
.floating-form h3 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px;
    font-family: 'almoni_neue_regular', sans-serif;
    font-weight: 400;
}
.floating-form form .ffw{
    justify-content: space-between;
    display: flex;
    align-items: baseline;
}
.floating-form form .ffw .cf7-block {
    max-width: 25%;
    margin-bottom: 0;
}
.floating-form div.wpcf7-validation-errors {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.floating-form div.wpcf7-mail-sent-ok {
    border: 0 none;
    padding: 0;
    margin: 0;
    color: green;
    font-size: 19px;
}
.floating-form input[type="text"], 
.floating-form input[type="password"], 
.floating-form input[type="email"], 
.floating-form textarea {
    font-size: 18px;
}
/* Single Visuals */
.visuals-content {
    background-color: #f8f8f8;
    text-align: center;
    padding: 40px 0;
    font-size: 30px;
    line-height: 1.4;
}
.visuals-smalls-wrapper > img{
	height:50%;
}
.zebra-item.visals-zi:nth-child(even){
	flex-direction:row;
}
a.click-to-after {
    position: absolute;
    background: #fff;
    text-align: center;
    width: 292px;
    font-size: 25px;
    font-family: 'almoni_neue_regular', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    padding: 20px 0;
    left: 0;
    right: 0;
    margin: auto;
	z-index:3;
}
.b4aftr{
	position: relative;
	overflow: hidden;
}
.img_aftr{
	display:none;
	z-index:2;
	position:absolute;
	top: 0;
}
/* Single Execution */
.execution-project-item {
    position: relative;
}
.epi-content {
    position: absolute;
    z-index: 1;
    bottom: 52px;
    width: 285px;
    background: #fff;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    color: #020202;
    font-size: 20px;
    height: 98px;
}
.epi-content a {
    position: absolute;
    color: rgba(0,0,0,0.25);
    top: 23px;
    font-size: 30px;
}
.epi-content a:hover, .epi-content a:focus {
    color: rgba(0,0,0,0.75);
}
a.arr-right.epi-arrs {
    right: 20px;
}
a.arr-left.epi-arrs {
    left: 20px;
}
.month-inx > span {
    font-size: 75px;
    margin-right: 20px;
    font-family: 'almoni_neue_regular', sans-serif;
    font-weight: 400;
}
.month-inx {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.31;
}
section#months-blocks {
    display: flex;
    flex-wrap: wrap;
}
section#months-blocks > div {
    width: 50%;
}
.month-inx-half {
    position: absolute;
    z-index: 1;
    top: calc(50% - 23px);
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 34px;
}
.loader-operation {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 99999;
    background-color: #fff;
}
/* Single En */
div#content-wrapper.en-page {
    text-align: left;
    direction: ltr;
}
.en-page table#apartments-table tbody tr.expand-row td > div > div,
.en-page .zi-content,
.en-page .zi-content h3{
    text-align: left;	
}
.en-page ul.pd-list li:after{
	right:auto;
	left:-30px
}
.en-page table#apartments-table tbody tr.expand-row td div ul {
    border-right: 1px solid;
    border-left: 0 none;
}
/* Arrows */
.slick-prev,
.slick-next {
	width: 25px;
    height: 70px;
	z-index:1;
}
.slick-prev:before,
.slick-next:before {
    font-family: FontAwesome;
    font-size: 70px;
    line-height: 1;
    opacity: 1;
    color: #fff;
}
[dir='rtl'] .slick-next {
    left: 25px;
    right: auto;
}
[dir='rtl'] .slick-next:before {
    content: "\f104";
}
[dir='rtl'] .slick-prev {
    right: 25px;
    left: auto;
}
[dir='rtl'] .slick-prev:before {
    content: "\f105";
}
/* Inner Page */
.roof-title {
	display: block;
    margin-bottom: 56px;
	font-size: 30px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.67;
	letter-spacing: 18px;
	text-align: center;
	color: #000000;
}
/* Zebras */
.zebra-item {
    display: flex;
    flex-wrap: wrap;
}
.zebra-item:nth-child(even){
	flex-direction:row-reverse;
}
.pzb .zebra-item:nth-child(even){
	flex-direction:row;
}
.pzb .zebra-item:nth-child(odd){
	flex-direction:row-reverse;
}
.zebra-item > div {
    width: 50%;
}
.zi-img > img {
    width: 100%;
}
.zi-content {
    padding: 2.2% 6% 0;
    background: #f8f8f8;
    font-size: 25px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.48;
    letter-spacing: 0.08px;
    text-align: right;
    color: #000000;
}
.zi-content p {
    padding-bottom: 40px;
}
.zi-content h3 {
    font-size: 45px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.09;
    letter-spacing: -0.26px;
    text-align: right;
    color: #030303;
    position: relative;
    font-family: 'almoni_neue_regular', sans-serif;
    font-weight: 400;
}
.zi-content h3:after {
    content: '';
    height: 1px;
    width: 90px;
    background-color: #030303;
    display: block;
    margin: 35px 0;
}
.content-more {
    display: none;
    padding-bottom: 60px;
}
.zi-content a.cta__link {
    padding: 0;
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.94;
    letter-spacing: 0.49px;
    text-align: right;
    color: #030303;
    margin-right: 1.9em;
}
/* Blog widget */
#posts-widget{
	padding:65px 0;
}
.posts-widget {
	padding-top: 0;
	display: flex;
	justify-content: center;
	max-width: 1200px;
	margin: 0 auto;
	flex-wrap: wrap;
}
.post-item {
    margin: 0 12px;
    font-size: 17px;
    max-width: 352px;
    text-align: center;
    position: relative;
    padding-bottom: 70px;
}
a.post-item img {
    margin-bottom: 50px;
	-webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.post-item p {
    padding: 0 20%;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.24;
    letter-spacing: -0.24px;
    color: #000000;
}
.post-item:after{
	content:'+';
	display: block;
	font-size: 27px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	color: #000;
	-webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	font-family: serif;
}
a.post-item:hover:after{
	transform:rotate(90deg);
}
a.post-item:hover img{
  -webkit-filter: grayscale(80%); /* Safari 6.0 - 9.0 */
  filter: grayscale(80%);
}
/* Team */
.member-item h3 {
    text-align: right;
    font-size: 25px;
    padding: 20px 0 0;
    margin-bottom: 20px;
}
.member-item h3 span {
    display: block;
    font-size: 25px;
}
.member-item {
    margin: 0 12px 50px;
    max-width: 330px;
    font-size: 17px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.53;
    letter-spacing: -0.24px;
    text-align: right;
    color: #000000;
}
.member-item h3:after {
    margin: 25px 0px;
    height: 1px;
}
.mem-itm-fl{
	display:none;
}
a.toggle-member-content{
    display: block;
}
a.toggle-member-content.open {
    transform: rotateX(180deg);
}
/* Contact Page */
.grid-wrapper.cp-grid-wrapper {
    display: flex;
    flex-wrap: wrap;
    font-size: 17px;
}
#inner-page-content .entry-content.cp-content {
    width: 244px;
    text-align: right;
    border-left: 1px solid;
    padding-left: 100px;
    margin-left: 100px;
    margin-top: 122px;
}
.form-block-wrapper {
    width: calc(100% - 444px);
    text-align: right;
}
.form-block-wrapper h1.entry-title {
    text-align: right;
    font-size: 80px;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.59;
    letter-spacing: 3px;
    color: #030303;
    margin-bottom: 0;
    height: 112px;
}
.form-block-wrapper h1.entry-title:after {
    display: none;
}
#inner-page-content .entry-content.cp-content  ul.socials-wrapper li a {
    color: #000;
    border: 0 none;
    width: auto;
}
#inner-page-content .entry-content.cp-content ul.socials-wrapper li {
    margin-right: 0;
    margin-left: 20px;
}
/* wpcf7 */
input[type="text"], input[type="password"], input[type="email"], textarea {
    width: 100%;
    border: 0 none;
    border-bottom: 1px solid;
    max-width: 600px;
    padding: 5px;
    max-height: 200px;
}
.form-block {
    max-width: 600px;
}
.cf7-block {
    margin-bottom: 20px;
}
#wp-submit,
input.wpcf7-form-control.wpcf7-submit {
    background: #fff;
    border: 1px solid;
    font-size: 23px;
    padding: 3px;
    width: 193px;
    margin: 0 auto;
    display: block;
} 
#wp-submit:hover,
input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #000;
    color: #fff;
}
span.wpcf7-not-valid-tip {
    font-size: 12px;
}
p.login-username label, 
p.login-password label {
	position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl;
}
/* Blog Page */
section#blog-section {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    max-width: 1350px;
    margin: 0 auto;
	flex-direction: row-reverse;
}
section#blog-section > * {
    width: 50%;
} 
.article-banner {
    margin-bottom: 40px;
}

p.post-date {
    text-align: center;
    font-size: 17px;
    margin-top: -30px;
}

article#article-item .entry-content {
    font-size: 18px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.06px;
    text-align: right;
    color: #000000;
    padding: 40px 0 0;
}
article#article-item .entry-content p {
    margin-bottom: 20px;
}
article#article-item .entry-content h3 {
    margin-bottom: 20px;
    font-size: 22px;
}
article#article-item .entry-content img {
    margin: 10px 0 20px;
}
a.bl-item {
    display: block;
}
.bl-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px;
    position: relative;
}
.bl-item > a {
    max-width: 113px;
}
.bl-item .bli-info {
    width: 100%;
    font-size: 17px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.24px;
    text-align: right;
    color: #000000;
    margin-top: -8px;
    padding: 0 20px;
    max-width: 300px;
    position: relative;
}

.bl-item .bli-info h3 {
    font-size: 32px;
	font-family: 'almoni_neue_regular', sans-serif;
	font-weight: 400;
}
.bl-item .bli-info ul li {
    display: inline-block;
    font-size: 20px;
    color: #8e8e8e;
}
.bl-item .bli-info ul li a {
    color: #8e8e8e;
}
.bli-info:after {
    content: '';
    width: 85px;
    height: 1px;
    background: #000;
    right: 20px;
    display: block;
    position: absolute;
    bottom: -25px;
}
.bl-item:last-child .bli-info:after {
    display: none;
}
.bli-mark {
    font-size: 40px;
}
footer#article-footer {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}
ul.post-shares li {
    list-style-type: none;
    display: inline-block;
    font-size: 18px;
    margin-left: 15px;
}
footer#article-footer {
    margin-bottom: 40px;
}
/* Docs Page */
#docs-page-content{
	font-size: 20px;
	padding: 53px 15px 100px;
	max-width: 75%;
	margin: 0 auto;
}
.hello-msg {
  font-size: 20px;
  line-height: 1.1;
}
.doc-pr-name {
    font-size: 20px;
}
.pr-docs-table {
    width: 100%;
    max-width: 900px;
    margin: 20px auto;
    text-align: center;
}
.pr-docs-table thead {
    border-bottom: 2px solid #000;
}
.pr-docs-table thead tr th {
	font-family: 'almoni_neue_bold', sans-serif;
	font-weight: 700;
    text-align: center;
}
.pr-docs-table tbody tr{
    border-bottom: 1px solid #ccc;	
}
.pr-docs-table th,
.pr-docs-table td{
	padding:10px;
}
@media only screen and (max-width: 1560px){
	nav#site-navigation {
		padding-right: 0;
	}
	nav#site-navigation ul li {
		margin-left: 10px;
	}
}
@media only screen and (max-width: 1455px){
	header#masthead{
		padding:17px 15px;
	}
	nav#site-navigation {
		    width: 85%;
		padding-right: 0;
	}
	.menu-main-container {
		width: 92%;
	}
	nav#site-navigation ul li {
		margin-left: 6px;
	}
	nav#site-navigation ul.lang-switcher-menu li:before {
		margin-left: 7px;
	}
	.header-logos {
		max-width: 13%;
	}
	nav#site-navigation ul {
		padding: 12px 0 0;
	}
	.zi-content {
		font-size: 20px;
	}
	.zi-content h3 {
		font-size: 36px;
	}
	.zi-content h3:after {
		margin: 18px 0;
	}
	ul.pd-list {
		font-size: 17px;
	}
	
	p.pdl-tit {
		margin-bottom: 0;
	}
	ul.pd-list li {
		margin: 0 20px;
	}	
	ul.pd-list li:after {
		right: -20px;
	}
	.posts-widget {
		padding: 30px 10px;
		justify-content: space-between;
		max-width: 100%;
	}
	.post-item {
		max-width: 28%;
		margin: 0 5px;
	}
	.post-item p {
		padding: 0;
		text-align: center;
	}
}

@media only screen and (max-width: 1400px){
	nav#site-navigation ul li {
		margin-left: 2px;
	}
}
@media only screen and (max-width: 1015px){
	.header-wrapper{
		top:0;
		left:0;
		box-shadow: 0 3px 6px 1px rgba(0,0,0,0.2);
	}
	header#masthead{
		padding:0;
		height: 100%;
		align-items: center;
	}
	#menu-toggler{
		display: block;
		position:relative;
		top: 0;
		right: 15px;
		height: auto;
		padding: 0;
	}
	#menu-toggler span:last-child {
		margin-bottom: 0;
	}

	nav#site-navigation {
		top: 100px;
		padding: 0px 15px;
		display: block;
		position: fixed;
		background: #fff;
		right: -100%;
		z-index: 999;
		height: 100vh;
		width: 100%;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
	}	
	nav#site-navigation.open{
		right: 0%;		
	}
	nav#site-navigation ul {
		display: block;
	}
	nav#site-navigation ul li {
		display: block;
		list-style-type: none;
		margin-left: 20px;
		font-size: 16px;
	}	
	nav#site-navigation ul.lang-switcher-menu li:before{
		display:none;
	}
	.header-logos {
		padding: 0 15px 0;
		max-width: 75%;
	}	
	.btn-link.btn--black:before{
		display:none;
	}
	
	
	
	div#content-wrapper {
		margin-top: 100px;
	}	
	.main-banner-logo {
		max-width: 39%;
	    display: none;	
	}
	
	#front-page-content {
		text-align: center;
		font-size: 18px;
		padding: 30px 15px;
	}	
	h2.entry-title.like-1, h1.entry-title {
		font-size: 45px;
		line-height: .8;
		margin-bottom: 25px;
	}	
	h2.entry-title.like-1:after, h1.entry-title:after {
		margin: 25px auto 0;
	}
	a.block-closer, .project-block > h2 {
		font-size: 22px;
		padding: 25px 0;
		line-height: 1.2;
		letter-spacing: .5em;
	}
	.pb-items-wrapper > a.pb-item {
		width: 100%;
	}
	.pbi-content {
		height: 90px;
	}
	.pbi-content h3 {
		font-size: 38px;
		margin-bottom: 10px;
	}
	.cta__link, .cta__link:focus, .cta__link:active {
		padding: 30px 15px;
		font-size: 22px;
		letter-spacing: .5em;
	}
	.btn-link.btn--black span {
		-webkit-transform: translateX(0em);
		transform: translateX(0em);
	}
	footer#footer {
		padding: 30px 0 0;
	}
	div#footer-logo img {
		max-width: 75%;
		margin: 0 auto 20px;
	}
	.footer-socials {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	nav#footer-site-navigation {
		display: none;
	}
	span.dt-divider {
		display: none;
	}
	.credits {
		font-size: 12px;
		padding: 10px 0 0;
	}
	#inner-page-content {
		font-size: 18px;
		padding: 30px 15px;
	}
	.roof-title {
		margin-bottom: 20px;
		font-size: 22px;
		line-height: 1.2;
		text-align: center;
		letter-spacing: 0.5em;
	}
	ul.pd-list {
		display: block;
		font-size: 18px;
	}
	ul.pd-list li:last-child,
	ul.pd-list li {
		display: block;
		max-width: 100%;
		margin: 0 0 40px;
	}
	p.pdl-tit {
		height: auto;
		margin-bottom: 0;
	}
	p.pdl-con {
		position: relative;
		top: 0;
		transform: translateY(0%);
	}
	.en-page ul.pd-list li:after,
	ul.pd-list li:after {
		content: '';
		display: block;
		position: absolute;
		width: 100px;
		height: 2px;
		background: #000;
		top: -25px;
		right: 0;
		left: 0;
		margin: auto;
	}
	section#project-details {
		margin-bottom: 20px;
	}
	.zebra-item {
		display: block;
	}	
	.zebra-item > div {
		width: 100%;
	}
	.zi-content.project-zi-content {
		padding: 30px 15px;
	}
	.zi-content-wrapper .zi-content {
		height: auto;
		padding: 30px 15px;
		font-size: 18px;
	}	
	.zi-content h3 {
		font-size: 30px;
	}
	.zi-content h3:after {
		margin: 20px 0;
	}
	.zi-content {
		padding: 30px 15px;
		font-size: 18px;
	}
	.zi-content p{
		margin-bottom:20px;
	}
	.zi-content p:last-child{
		margin-bottom:0;
	}
	.pzc-w {
		position: relative;
		top: 0;
		transform: translateY(0%);
		left: 0;
	}
	.en-page .pzc-w {
		font-size: 18px;
		line-height: 1.2;
	}
	.en-page .pzc-w h3 {
		font-size: 30px;
	}
	section#apartments-table-wrapper {
		padding: 30px 0;
	}
	table#apartments-table {
		max-width: 95%;
		width: 100%;
		margin: 0 auto;
		font-size: 13px;
	}
	a.show-expand-row {
		font-size: 40px;
		line-height: 40px;
		position: absolute;
		top: 12px;
	}
	table#apartments-table tbody tr.expand-row td > div > div {
		padding: 0 7px;
	}
	table#apartments-table tbody tr.expand-row td div ul {
		width: 38%;
	}
	table#apartments-table tbody tr.expand-row td div > div > div {
		width: 62%;
		padding: 0 20px 0 0;
	}
	section#map {
		height: 30vh;
		width: 100%;
	}
	.mfc-item-content {
		height: 80px;
		font-size: 13px;
	}
	.mfc-item-content > a:before {
		margin: 8px auto 0;
	}
	.mfc-item-content > a {
		font-size: 30px;
	}
	.slick-prev:before,
	.slick-next:before {
		font-family: FontAwesome;
		font-size: 40px;
		line-height: 1;
		opacity: 1;
		color: #fff;
	}
	[dir='rtl'] .slick-next {
		left: 0;
		right: auto;
	}
	[dir='rtl'] .slick-prev {
		right: 0;
		left: auto;
	}
	#posts-widget {
		padding: 25px 0;
	}
	h2.entry-title {
		font-size: 30px;
	}
	h2.entry-title:after {
		margin: 15px auto 0;
	}
	h2.entry-title {
		font-size: 30px;
		margin-bottom: 0px;
	}
	a.post-item img {
		margin-bottom: 10px;
	}
	h1.entry-title.like-3, h3.entry-title {
		font-size: 18px;
		margin-bottom: 10px;
		height: 53px;
		position: relative;
		overflow: hidden;
	}
	h1.entry-title.like-3:after, h3.entry-title:after {
		width: 50px;
		margin: auto;
		position: absolute;
		bottom: -3px;
		left: 0;
		right: 0;
		height: 1px;
	}
	.member-item h3:after {
		display: none ;
	}
	.member-item h3{
		margin-bottom:30px
	}	
	.member-item h3 span {
		display: block;
		font-size: 18px;
	}	
	section#blog-section {
		display: block;
	}	
	section#blog-section > article {
		width: 100%;
	}
	section#blog-section > .blog-list {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	article#article-item .entry-content {
		padding: 40px 15px 0;
	}
	p.post-date {
		margin-top: -7px;
	}
	footer#article-footer {
		display: block;
		padding: 0 15px;
		font-size: 14px;
	}
	.blog-list {
		padding: 30px 15px 0;
		border-top: 1px solid #8e8e8e;
	}
	.bl-item {
		display: block;
		text-align: center;
		margin-bottom: 60px;
		width: 50%;
		position: relative;
	}
	.bli-mark {
		font-size: 40px;
		position: absolute;
		text-align: center;
		width: 100%;
		bottom: 0;
		height: 30px;
	}
	.bl-item > a {
		width: 100%;
		max-width:none;
		margin-bottom: 20px;
	}
	.bl-item > a img{
		margin:0 auto;
	}
	.bli-info:after {
		display: none;
	}
	.bl-item .bli-info {
		width: 100%;
		text-align: center;
		margin: 10px auto;

	}
	.bl-item .bli-info ul li {
		font-size: 13px;
	}
	.bl-item .bli-info h3 {
		font-size: 26px;
	}
	.bl-item .bli-info div {
		font-size: 15px;
		line-height: 1.2;
	}
	section#more-from-cat {
		margin: 30px 0;
	}
	.grid-wrapper.cp-grid-wrapper {
		display: block;
	}
	#inner-page-content .entry-content.cp-content {
		width: 100%;
		text-align: right;
		border-left: 0;
		padding-left: 0;
		margin-left: 0;
		margin-top: 0;
	}
	.form-block-wrapper {
		width: 100%;
		text-align: right;
		padding-top: 40px;
	}
	.form-block-wrapper h1.entry-title {
		font-size: 53px;
		margin-bottom: 25px;
		height: auto;
	}
	ul.map-legend {
		position: relative;
		top: 0;
		left: 0;
		flex-wrap: wrap;
		display: flex;
		padding: 15px 5px 0;
		border-top: 0 none;
	}
	ul.map-legend li {
		width: 33.3333333%;
		line-height: 1;
		margin-bottom: 15px;
	}
	ul.map-legend li img {
		margin-left: 5px;
	}
}
@media only screen and (max-width: 960px){

	/* Single project */ 
	.contact-popup-wrapper .contact-popup {
		max-width: calc(100% - 30px);
	} 
	.gm-style .gm-style-iw img {
		top: 10px !important;
		width: 90% !important;
	}	
	.gm-style .gm-style-iw button img {
		max-width: 10px;
	}
	section#months-blocks > div {
		width: 100%;
	}
	.pzb .zebra-item {
		display: flex;
	}
	.pzb .zebra-item:nth-child(even),
	.pzb .zebra-item:nth-child(odd) {
		flex-direction: column-reverse;
	}
	
	nav#site-navigation ul li a {
		font-size: 22px;
	}	
	nav#site-navigation {
		top: 80px;
	}	
	div#content-wrapper {
		margin-top: 80px;
	}	
	
	
	.floating-form{
		position: relative;
	}
	.floating-form form .ffw {
		display: block;
	}	
	.floating-form form .ffw .cf7-block {
		max-width: 90%;
		margin: 0 auto 20px;
	}
}
@media print {
	a[href]:after {
		content: none !important;
	}
	.header-wrapper {
		position: static;
	}
	footer#footer .grid-wrapper,
	#posts-widget,
	ul.post-shares,
	.map-wrapper,
	#more-from-cat,
	nav#site-navigation{
		display:none;
	}
	footer#footer{
		padding:0;
	}
	.header-logos {
		margin: 0 auto;
	}
	.zebra-item {
		display: block;
	}
	.pzc-w {
		position: relative;
		top: 0;
		transform: translateY(0%);
	}
	h2.entry-title.like-1, h1.entry-title {
		font-size: 50px;
		margin-bottom: 10px;
	}
	h2.entry-title.like-1:after, h1.entry-title:after,
	.zi-content h3:after,
	.zi-img{
		display:none;
	}

	.zebra-item > div {
		width: 75%;
		margin: 0 auto 20px;
		background: #fff !important;
	}
	#inner-page-content {
		padding: 20px 0;
	}
	.roof-title {
		margin-bottom: 15px;
		font-size: 20px;
	}
	#inner-page-content .entry-content, #front-page-content .entry-content {
		font-size: 20px;
		max-width:75%;
		margin:0 auto 20px;
	}
	


}