/*
 * MAIN
 */

html{
	margin: 0px;
	padding: 0px;
	outline: none;
}

body{
	margin: 0;
	padding: 0;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a{
	border: none;
	outline: none;
	text-decoration: none;
}

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

b, strong {
	font-weight: bold;
}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; } /* Hide from IE Mac \*/
.clearfix { display: block; } /* End hide from IE Mac */
.none { display: none; } /* End Clearfix */

.alignnone {
	margin: 5px 10px 10px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 5px 10px 10px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 10px 10px;
}

a img.alignnone {
	margin: 5px 10px 10px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 10px 10px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px 3px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption {
	text-align: left;
	max-width: 100%;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	max-width: 100%;
	height: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 90%;
	color: #999;
	padding: 3px 0 10px 0;
	margin: 0;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.content-max-width{
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

/* gallery */
.gallery{
	margin-left: -15px;
	margin-right: -15px;
}

.gallery p{
	margin: 0;
}

.gallery dl{
	float: left;
}

.gallery-columns-1 dl{width: 100%;}
.gallery-columns-2 dl{width: 50%;}
.gallery-columns-3 dl{width: 33.33333%;}
.gallery-columns-4 dl{width: 25%;}
.gallery-columns-5 dl{width: 20%;}
.gallery-columns-6 dl{width: 16.66666%;}
.gallery-columns-7 dl{width: 14.28571%;}
.gallery-columns-8 dl{width: 12.5%;}
.gallery-columns-9 dl{width: 11.11111%;}

.gallery dl dt{
	margin: 0 15px;
	text-align: center;
}

.gallery dl dt img{
	max-width: 100%;
}

@media only screen and (max-width: 767px) {
	.gallery p{
		display: none;
	}
	
	.gallery dl{
		width: 50%;
	}
	
	.gallery dl:nth-child(2n+1){
		clear: left;
	}
}
/* gallery END */

.increase-box-shadow > .vc_column-inner,
.increase-box-shadow > .vc_icon_element-inner {
	box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07) !important;
}

.thumb-bg{
	display: block;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}

.thumb-contain{
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
}

.thumb-bg:before{
	content: '';
	position: relative;
	display: block;
	/*padding-top: 50%;*/
}

.thumb-h-25:before{
	padding-top: 25%;
}

.thumb-h-50:before{
	padding-top: 50%;
}

.thumb-h-wide:before{
	padding-top: 56.25%;
}

.thumb-h-default:before{
	padding-top: 66.66%;
}

.thumb-h-100:before{
	padding-top: 100%;
}

.overflow-hidden{
	overflow: hidden;
}

.increase-cards a{
	text-decoration: none;
	webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.increase-cards a:hover{
	box-shadow: 0 1rem 3rem rgba(0,0,0,0.175) !important;
}

.text-decoration-none{
	text-decoration: none !important;
}

.text-hover-light:hover{
	color: #fff !important;
}

.partial-collapse{

}

.partial-collapse .collapse-content.collapse:not(.show)[aria-expanded="false"] {
	display: block;
	height: 100px !important;
	overflow: hidden;
}

.partial-collapse a.collapsed:after  {
	content: '+ Vezi mai mult';
}

.partial-collapse a:not(.collapsed):after {
	content: '- Ascunde';
}

/*
 * HEADER
 */

#masthead .navbar-brand{
	width: 100px;
	min-width: 100px;
	height: 100px;
	padding: 10px;
	display: flex;
	align-items: center;
}

#masthead{
	/*box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);*/
	position: relative;
	z-index: 999;
	background-color: transparent !important;
}

/*
 * CONTENT
 */

#content{
	/*border-top: 1px solid #C7C7C7;*/
}

.increase-fixed-slogan{
	position: fixed;
	z-index: 999;
	left: 0;
	width: 100px;
	top: 50%;
	transform: translate(0, -50%);
}

.increase-fixed-slogan > *{
	display: inline-block;
	transform:
			translate(calc(-50% + 50px), 0%)
			rotate(-90deg);
}

.increase-fixed-icons{
	position: fixed;
	z-index: 999;
	right: 0;
	width: 100px;
	text-align: center;
	top: 50%;
	transform: translate(0, -50%);
}

.increase-fixed-icons ul.cnss-social-icon{
	display: inline-block;
}

nav.navbar .cnss-social-icon{
	padding: 5px 0;
	border-top: 1px solid #ccc;
}

.content-area{
	padding: 3rem 0;
}

.widget-area{
	padding: 1.5rem 0;
}

.entry-header{
	padding-bottom: 2rem;
}

.wpcf7 label{
	display:block;
}

.evc-predefined-style .evc-shortcode h1,
.evc-predefined-style .evc-shortcode h2,
.evc-predefined-style .evc-shortcode h3,
.evc-predefined-style .evc-shortcode h4,
.evc-predefined-style .evc-shortcode h5,
.evc-predefined-style .evc-shortcode h6{
	font-weight:normal;
}

.gallery-slick_complex .slick-dots{
	bottom: 0;
}

.gallery-slick_complex .slick-dots li button:before{
	color: #fff;
	font-size: 12px;
}

.increase-filter-property > *{
	max-width: 450px;
}

.select2-property + span.select2 .select2-selection{
	background: transparent;
	border: none;
	/*border-bottom: 2px solid #8AB947;*/
	border-radius: 0;
}

.post-navigation .nav-links{
	display: flex;
	-ms-flex-pack: justify!important;
	justify-content: space-between!important;
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important;
}

.post-navigation .nav-links > *{
	margin-bottom: 1rem;
}
.bg-dark-transparent{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 1;
   }

/* MAP */

.increase-map-infowindow .details{
	position: absolute;
	bottom: 0;
	right: 0;
}

.residential-complex .thumb,
.increase-cards .thumb-bg{
	position: relative;
}

.increase-cards .disponibilitate,
.residential-complex .disponibilitate,
.increase-map-infowindow .disponibilitate{
	position: absolute;
	top: 0;
	right: 0;
}

/* TABS */
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a{
	background:#8AB947 ;
	border-color:#8AB947 ;
	color:white !important;
	font-weight:bold;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:hover{

	background:#7aa53e !important;
	transition:0.2s;
}
/* Testimonials */

.increase-gallery-testimonials .thumb-bg{
	max-width: 200px;
}

.increase-gallery-testimonials .slick-track{
	display: flex !important;
	align-items: center;
}

/* Slick gallery */

.slick-next{
	right: 0;
}

.slick-prev{
	right: auto;
	left: 0;
}

/* complex */

.gallery-slick_complex .slick-arrow{
	position: absolute;
	bottom: 20px;
	right: 20px;
	top: auto;
	z-index: 10;
	font-family: "increaseicons";
	
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 0;
	border: 1px solid #fff;
	background: rgba(0,0,0,0.6);
	display: inline-block;
	
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.gallery-slick_complex .slick-arrow.slick-disabled{
	background: rgba(0,0,0,0.2);
	border: 1px solid rgba(255,255,255,0.25);
}

.gallery-slick_complex .slick-arrow.slick-prev{
	left:auto;
	right:80px;
}

.gallery-slick_complex .slick-arrow:before{
	font-family: 'increaseicons';
	line-height: 38px;
}

.gallery-slick_complex .slick-arrow.slick-prev:before{
	content: '\e911';
}

.gallery-slick_complex .slick-arrow.slick-next:before{
	content: '\e91f';
}

.title-thumb .thumb{
	position: relative;
	max-height: 750px; /* was 600 */
}

.title-thumb .thumb .title-thumb-bg-color{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/*background-color: rgba(0,0,0,0.7);*/
	z-index: 1;
}

.title-thumb .thumb .title-thumb-content{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
}

.title-thumb .thumb .title-thumb-content > *{
	padding: 15px;
	background-color: rgba(0,0,0,0.7);
}

.title-thumb .thumb .title-thumb-content h1{
	letter-spacing: .15rem;
}

.increase-carousel-posts .gallery-slick-wrap{
	margin-left: -1rem;
	margin-right: -1rem;
}

.increase-carousel-posts .arrows-container > *{
	cursor: pointer;
}

.increase-carousel-posts .arrows-container .slick-arrow.slick-disabled{
	opacity: 0.4;
}

.increase-carousel-posts .arrows-container .slick-arrow.slick-hidden{
	display: none !important;
}

.increase-carousel-posts .slick-track{
	margin-left: 0 !important;
}

.increase-btn-building-contact{
	max-width: 500px;
}

.increase-complex-technical-details{
	font-size: 1.2rem;
}

.increase-complex-finishing ul li{
	margin-bottom: 7px;
	font-size: 1.15rem;
}

.ih-item.square{
	width: auto !important;
	height: auto !important;
}

/**/

.increase-features{
	display: table;
}

.increase-features .tr{
	display: table-row;
}

.increase-features .td{
	display: table-cell;
}

.increase-features img{
	width: 20px;
	min-width: 20px;
}

/*
 * FOOTER
 */

.site-footer .widget-area .widget-title{
	margin-bottom: 15px;
	font-size: .85rem;
}

.site-footer .copyright{
	border-top: 1px solid rgba(0,0,0,.2)
}