/*
 * 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;
}

/* 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-bg-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%;
}


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

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

.increase-full-img-right img,
.increase-full-img-left img{
	width: 100%;
}

.btn-round{
	border-radius: 19px;
}

.btn-round.btn-lg{
	border-radius: 24px;
}

.btn-round.btn-sm{
	border-radius: 15.5px;
}

.btn-circle{
	width: 38px;
	text-align: center;
}

.btn-circle.btn-lg{
	width: 48px;
}

.btn-circle.btn-sm{
	width: 31px;
}

.increase-gallery:not(.slick-initialized){
	height: 0;
	visibility: hidden;
}

/*
 * HEADER
 */

#masthead{
	box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
}

/*
 * CONTENT
 */

.logo-font{
	letter-spacing: 0.2em;
	font-weight: 400;
}

.logo-font-subtitle{
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}

.vc_video-bg{
	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;
}

.next-section-wrap{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 4;
}

.section-overlay{
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.section-content{
	position: relative;
	z-index: 5;
}

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

.widget-area{
	padding: 3rem 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;
}


/* Contact form 7 material design */

.wpcf7-form-control.wpcf7-checkbox > *:last-child{
	margin-right: 0 !important;
}

div.wpcf7 .ajax-loader{
	display: block;
}

#cf7md-form .cf7md-item, #cf7md-form input, #cf7md-form label, #cf7md-form textarea, #cf7md-form p, #cf7md-form .mdc-select, #cf7md-form.cf7md-form + .wpcf7-response-output, #cf7md-form .wpcf7-not-valid-tip, #cf7md-form .cf7md-card-title, #cf7md-form .cf7md-card-subtitle, #cf7md-form .mdc-button, #cf7md-form .mdc-floating-label, #cf7md-form .mdc-text-field-helper-text, #cf7md-form .mdc-text-field__input, #cf7md-form .mdc-select__native-control, #cf7md-form .mdc-form-field{
	font-family: inherit;
}

#cf7md-form .mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled),
#cf7md-form .mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input:focus,
#cf7md-form .mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
#cf7md-form .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background,
#cf7md-form .mdc-radio .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle,
#cf7md-form .mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle,
#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__track,
#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb,
#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb,
#cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
#cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
#cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
#cf7md-form .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,
#cf7md-form .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,
#cf7md-form .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing,
#cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
#cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
#cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
	border-color: #ffffff; }

#cf7md-form .mdc-theme--text-primary-on-background,
#cf7md-form .mdc-theme--text-primary-on-light,
#cf7md-form .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input,
#cf7md-form .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control,
#cf7md-form .mdc-form-field,
#cf7md-form .cf7md-file--value,
#cf7md-form .cf7md-card-title,
#cf7md-form .mdc-list a.mdc-list-item,
#cf7md-form input,
#cf7md-form textarea,
#cf7md-form select,
#cf7md-form .wpcf7-list-item label,
#cf7md-form .cf7md-switch-label,
#cf7md-form .cf7md-checkbox-label,
#cf7md-form .cf7md-radio-label,
#cf7md-form .cf7md-accept-label,
#cf7md-form .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label,
#cf7md-form .mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input,
#cf7md-form .mdc-select:not(.mdc-select--disabled) .mdc-floating-label {
	/*color: rgba(255,255,255, 0.87);*/ }

#cf7md-form .cf7md-checkbox-label,
#cf7md-form .cf7md-radio-label,
#cf7md-form .cf7md-accept-label{
	font-size: 0.8rem;
}

#cf7md-form .mdc-theme--text-primary-on-background, #cf7md-form .mdc-theme--text-primary-on-light, #cf7md-form .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input, #cf7md-form .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control, #cf7md-form .mdc-form-field, #cf7md-form .cf7md-file--value, #cf7md-form .cf7md-card-title, #cf7md-form .mdc-list a.mdc-list-item, #cf7md-form input, #cf7md-form textarea, #cf7md-form select, #cf7md-form .wpcf7-list-item label, #cf7md-form .cf7md-switch-label, #cf7md-form .cf7md-checkbox-label, #cf7md-form .cf7md-radio-label, #cf7md-form .cf7md-accept-label, #cf7md-form .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label, #cf7md-form .mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input, #cf7md-form .mdc-select:not(.mdc-select--disabled) .mdc-floating-label{
	color: #fff;
}

#cf7md-form .mdc-theme--text-hint-on-background, #cf7md-form .mdc-theme--text-disabled-on-background, #cf7md-form .mdc-theme--text-icon-on-background, #cf7md-form .mdc-theme--text-hint-on-light, #cf7md-form .mdc-theme--text-disabled-on-light, #cf7md-form .mdc-theme--text-icon-on-light, #cf7md-form .mdc-card__action-icons, #cf7md-form .cf7md-card-subtitle, #cf7md-form label, #cf7md-form .cf7md-label--static, #cf7md-form .cf7md-help-text{
	color: #fff;
}

#cf7md-form .mdc-button::before,
#cf7md-form .mdc-button::after,
#cf7md-form .mdc-button--raised:not(:disabled),
#cf7md-form .mdc-button--unelevated:not(:disabled) {
	background-color: #3E475C;
	color: #fff;
}

#cf7md-form .mdc-button--raised:not(:disabled):hover,
#cf7md-form .mdc-button--unelevated:not(:disabled):hover {
	background-color: #3E475C; }


#cf7md-form .mdc-text-field .mdc-line-ripple,
#cf7md-form .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control:focus ~ .mdc-line-ripple,
#cf7md-form .mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
#cf7md-form .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background,
#cf7md-form .mdc-checkbox::before,
#cf7md-form .mdc-checkbox::after,
#cf7md-form .mdc-radio::before,
#cf7md-form .mdc-radio::after,
#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__track,
#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb,
#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::before,
#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::after,
#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb,
#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::before,
#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::after,
#cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay::before,
#cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay::after {
	background-color: #3E475C; }


#cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
#cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{
	border-color:#3E475C;
}

#cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing,
#cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing{
	border-color: rgba(255,255,255,0.7);
}

#cf7md-form .mdc-button::before, #cf7md-form .mdc-button::after, #cf7md-form .mdc-button--raised:not(:disabled), #cf7md-form .mdc-button--unelevated:not(:disabled) {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	font-size: 1rem;
	text-transform: none;
	line-height: 1.5;
	padding-left:1.5rem;
	padding-right:1.5rem;
}

#cf7md-form .mdc-button--raised,
#cf7md-form .mdc-button--raised:hover, #cf7md-form .mdc-button--raised:focus{
	box-shadow:none;
}

textarea.wpcf7-form-control.wpcf7-textarea.mdc-text-field__input.increase-main-form{
	height: 193px !important;
}

textarea.wpcf7-form-control.wpcf7-textarea.mdc-text-field__input.increase-floor-form{
	height: 119px !important;
}

label.mdc-floating-label{
	color: #fff !important;
}

.wpcf7-form-control-wrap.interesat.cf{
	line-height: 0;
}

#cf7md-form .mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading, #cf7md-form .mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch, #cf7md-form .mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing{
	border-color:#3E475C;
}

/* MAPPING Building */

.increase-im-info{
	position: absolute;
	top: 20px;
	right: 0;
	/*opacity: 0.8;*/
	padding: 10px 15px;
	text-transform: uppercase;
	z-index: 5;
}

.increase-im-touch{
	position: absolute;
	/*left: 30px;
	bottom: 30px;*/
	top: 20px;
	right: 175px;
	opacity: 1;
	z-index: 5;
}

.increase-im-touch > .touch-tablet{
	/*width: 100px;
	height: 70px;
	border-width: 6px;
	border-radius: 12px;*/
	opacity: 0.8;
	border-style: solid;
	
	width: 60px;
	height: 45px;
	border-width: 3px;
	border-radius: 7px;
}

.increase-im-touch > .touch-circle{
	width: 30px;
	height: 30px;
	border-width: 6px;
	border-style: solid;
	border-radius: 40px;
	position: absolute;
	/*bottom: 30px;
	right: 35px;*/
	bottom: 17px;
	right: 15px;
	
	-webkit-animation: touch-circle-anim 4s ease-out;
	-webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes touch-circle-anim {
	0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
	10% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
	30% {opacity: 0.6;}
	40% {-webkit-transform: scale(1.3, 1.3); opacity: 0.0;}
	100% {-webkit-transform: scale(1.3, 1.3); opacity: 0.0;}
}

.increase-im-touch > .touch-hand-icon{
	position: absolute;
	bottom: 5px;
	right: 28px;
	
	display: none;
	
	-webkit-animation: touch-hand-anim 4s ease-out;
	-webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes touch-hand-anim {
	0% {-webkit-transform: scale(1.5, 1.5); opacity: 0.0;}
	10% {opacity: 1;}
	15% {-webkit-transform: scale(1.0, 1.0); opacity: 1.0;}
	80% {-webkit-transform: scale(1.0, 1.0); opacity: 1.0;}
	100% {-webkit-transform: scale(1.0, 1.0); opacity: 0.0;}
}

.increase-im-touch > .touch-hand{
	position: absolute;
	bottom: 1px;
	/*right: 26px;*/
	bottom: 0px;
	right: 13px;
	
	-webkit-animation: touch-handimg-anim 4s ease-out;
	-webkit-animation-iteration-count: infinite;
}

.increase-im-touch > .touch-hand img{
	width: 100%;
	height: auto;
}

@-webkit-keyframes touch-handimg-anim {
	0% {-webkit-transform: scale(1.5, 1.5); opacity: 0.0; padding-top: 10px; padding-left: 10px;}
	10% {opacity: 1; padding: 0;}
	15% {-webkit-transform: scale(1.0, 1.0); opacity: 1.0;}
	80% {-webkit-transform: scale(1.0, 1.0); opacity: 1.0;}
	100% {-webkit-transform: scale(1.0, 1.0); opacity: 0.0;}
}


.increase-imagemap-wrap{
	overflow: hidden;
}

.increase-imagemap-wrap.main .increase-imagemap-shape:not(:hover){
	opacity: 1 !important;
	fill: #027c33 !important;
	stroke: #027c33 !important;
	fill-opacity: 0.3 !important;
}

.increase-imagemap{
	transform: scale(1,1) translate(0,0);
	transform-origin: 0 0;
}

.increase-imagemap-icon,
.increase-imagemap-text{
	position: absolute;
	z-index: 10;
	text-shadow: 0 0 5px rgba(0,0,0,0.9);
}

.increase-imagemap-icon{
	left: 50%;
	top: 16%;
}

.increase-imagemap-text{
	padding: 1rem;
	background-color: rgba(0,0,0,0.4);
	right: 0;
	top: 4%;
	width: 25%;
}

.increase-imagemap .increase-imagemap-image{
	position: relative !important;
	z-index: 0 !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	max-width: none !important;
	max-height: none !important;
	display: block !important;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

.increase-imagemap .increase-imagemap-shape-container{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.increase-imagemap .increase-imagemap-shape{
	cursor: pointer;
	pointer-events: all;
	transition: all .25s cubic-bezier(.55,0,.1,1);
	-moz-transition: all .25s cubic-bezier(.55,0,.1,1);
	-webkit-transition: all .25s cubic-bezier(.55,0,.1,1);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline:none;
}

.increase-imagemap .increase-imagemap-shape:hover{
	opacity: 1 !important;
}

/*
.increase-imagemap-building{
	position: relative;
}

.increase-imagemap-building img{
	width: 100%;
}

.increase-imagemap-tooltip {
	padding: 3px 7px;
	font-size: 1rem;
	position: relative;
	background: #fff;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

.increase-imagemap-tooltip:after,
.increase-imagemap-tooltip:before {
	top: 100%;
	right: 0%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.increase-imagemap-tooltip:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #fff;
	border-width: 20px 0 0 15px;
	margin-right: 0;
}
.increase-imagemap-tooltip:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #ccc;
	border-width: 22px 0 0 17px;
	margin-right: -1px;
}
*/

.increase-imagemap-building .increase-imagemap-building-name{
	position: absolute;
	top: 20px;
	left: 0;
	background: rgba(255,255,255,0.3);
	font-size: 1.3rem;
	padding: 10px 15px;
	z-index: 6;
}

/* Modal Popup */

body.modal-open {
	overflow: hidden !important;
}

#increase-imagemap-building-modal.modal{
	border: none;
	padding: 0 !important;
}

#increase-imagemap-building-modal .modal-dialog{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	max-width: 99999999px;
	height: 100%;
	background: #fff;
}

#increase-imagemap-building-modal.modal.fade{
	opacity:1;
}

#increase-imagemap-building-modal.modal.fade .modal-dialog {
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	transform: translate(0);
	overflow: hidden;
	position: relative;
}

#increase-imagemap-building-modal .modal-content,
#increase-imagemap-building-modal .modal-content-desc{
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 0;
}

.imgmap-frontend-image{
	overflow: auto;
	/*height: 100%;*/
	display: block;
	position: fixed;
	top: 54px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	/*padding: 30px;*/
}


#increase-imagemap-building-modal .modal-content-desc #increase-imagemap-building-modal-content{
	z-index: 2;
	position: relative;
}

#increase-imagemap-building-modal .modal-content-desc .close-modal{
	z-index: 3;
	position: relative;
	float: right;
	line-height: 54px;
	width: 54px;
	-webkit-appearance: none;
	padding: 0;
	border: none;
	font-size: 2rem;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}

#increase-imagemap-building-modal .modal-content-desc .close-modal:hover{
	opacity: 0.9;
}

.increase-imagemap-floor-modal .title{
	position: relative;
	z-index: 2;
	text-align: center;
}

#increase-imagemap-building-modal-content{
	z-index: 2;
	position: relative;
}
/*
.modal-backdrop{
	background-color: transparent;
}*/

#increase-imagemap-building-modal .modal-hover{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	visibility: visible;
	opacity: 1;
	background: red;
	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-imagemap-building-modal .modal-hover.hidden-modal{
	display: none !important;
	opacity: 0;
	visibility: hidden;
}

#increase-imagemap-container > div{
	margin: 0 auto;
}

#increase-imagemap-building-modal .legenda-map{
	/*margin: 15px;
	padding: 5px 15px;
	border: 1px solid #ccc;*/
}

#increase-imagemap-building-modal .legenda-map *{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

#increase-imagemap-building-modal .legenda-map > *:last-child{
	margin-right: 0;
}

#increase-imagemap-building-modal .legenda-map .legenda-item > span{
	vertical-align: middle;
	display: inline-block;
	width: 20px;
	height: 20px;
	opacity: 0.6;
}

.dp-rooms-list .item a:first-child{
	border-left-color: rgba(255,255,255,0.5);
}

.dp-rooms-list .item a{
	border-width: 1px;
	border-style: solid;
	border-color: rgba(255,255,255,0);
	border-right-color: rgba(255,255,255,0.5);
	
	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;
}

.dp-rooms-list .item a:hover{
	border-color: rgba(255,255,255,1);
	background-color: rgba(255,255,255,0.1);
}

.dp-rooms-list .item a .soon{
	position: absolute;
	padding: .5rem 1.7rem;
	left: -30px;
	top: 40px;
	
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	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;
}

.dp-rooms-list .item a:hover .soon{
	top: 15px;
}

.dp-rooms-list .item a .button{
	opacity: 0;
	
	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;
}

.dp-rooms-list .item a:hover .button{
	opacity: 1;
}

#location-map{
	height: 80vh;
}

#location-map-filters-push input[type="checkbox"] {
	display: none
}

#location-map-filters-push input[type="checkbox"] + label {
	display: table;
	padding: 3px 0 3px 24px;
	cursor: pointer;
	position: relative;
	font-weight: 400;
	margin: 0
}

#location-map-filters-push input[type="checkbox"] + label::before {
	content: "";
	background: #fff;
	display: block;
	position: absolute;
	left: 0;
	top: 8px;
	width: 15px;
	height: 15px;
	border: 1px solid #fcfcfc;
	content: '✓';
    font-size: 12px;
    text-align: center;
    line-height: 1;
}

#location-map-filters-push input[type="checkbox"] + label:hover::before {
	background-color: rgba(0,0,0,.3)
}

#location-map-filters-push input[type="checkbox"]:checked + label::before {
	background-color: #000;
}

.evolutie-more-btn{
	position: absolute;
	bottom: 0;
	right: 0;
}

.apartment-positioning .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: .9;
	/*filter: invert(60%) sepia(23%) saturate(5519%) hue-rotate(326deg) brightness(90%) contrast(91%);*/
}

.increase-gallery .slick-arrow {
	width: 26px;
	height: 26px;
	border: 1px solid #d7b719;
	background: #fff;
	z-index: 5
}

.increase-gallery .slick-arrow.slick-disabled {
	border: 1px solid #fff
}

.increase-gallery .slick-prev {
	left: 5px
}

.increase-gallery .slick-next {
	right: 5px
}

.increase-gallery .slick-prev:before,.increase-gallery .slick-next:before {
	content: '\e914';
	display: block;
	font-family: 'increaseicons';
	font-size: 16px;
	color: #DD6150;
}

.increase-gallery .slick-prev:before {
	transform: rotate(180deg)
}

.increase-gallery .slick-next:before {
	/*transform: rotate(-180deg)*/
}

.increase-gallery-single-property .slick-prev {
	left: -1rem;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.increase-gallery-single-property .slick-next {
	right: -1rem;
	-webkit-transform: translate(50%,-50%);
	-ms-transform: translate(50%,-50%);
	transform: translate(50%,-50%)
}

.dp-equal-height .vc_column-inner .wpb_wrapper{
	height: 100%;
}


.increase-gallery a:hover {
	text-decoration:none !important;
}



/*
 * FOOTER
 */

.bg-primary .wpcf7-form a{
	color: #fff;
}