/*
Theme Name: arbo-residence
Author: Good Afternoon
Author URI: http://www.goodafternoon.ro/
Version: 1.0
*/

@font-face {
  font-family: 'TT Norms';
  src: /*url('myfont.woff2') format('woff2'),
       url('myfont.woff') format('woff'),*/
     /*  url('fonts/igna/IgnaSans-Light.otf') format('truetype'); */
       url('fonts/TT/TypeType - TT Norms Regular.otf') format('truetype');
}

html{

}

body{
	margin: 0;
	padding: 0;
	padding-top: 56px;
}

*, *: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;
}

.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;
    /*
    font-size: 11px;
    line-height: 17px;
    */
    padding: 3px 0 10px 0;
    margin: 0;
}

.fa-fw{
	width: 1.28571429em;
	text-align: center;
	display: inline-block;
}

.icon-custom{
	vertical-align: middle;
}

.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%;
}

/*
 * MAIN
 --------------------------------*/
/*
.oblique-line:before{
	content: "";
	display: inline-block;
	margin-left: 0.2em;
	margin-right: 0.4em;
	vertical-align: middle;
	background-color: #153E35;
	width: 0.19em;
	height: 1em;
	transform: skew(20deg);
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);
	white-space: nowrap;
}

.oblique-line-shortcode{
	margin-right: 0.2em;
	display: inline-block;
	margin-left: 0.2em;
	vertical-align: middle;
	background-color: #153E35;
	width: 0.19em;
	height: 1em;
	transform: skew(20deg);
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);
	white-space: nowrap;
}
*/
#section-mapping.mappgin-height-class{
	height: 50px !important;
}

.one-screen-section{
	height: 100%;
	padding-top: 56px;
	padding-bottom: 100px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}

.one-screen-section > .mapping-building{
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}

.one-screen-section .after-one-screen-section{
	position: absolute;
	background: #fff;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding-top: 18px;
	font-size: 20px;
	cursor:pointer;
}

.one-screen-section .after-one-screen-section:after{
	/*content: '∟';*/
	content: '⋁';
	/*content: '∨';*/
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
	margin-top: 5px;
	font-size: 18px;
	line-height: 30px;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 29px;
	text-align: center;
	border: 1px solid #212529;
	border-radius: 50%;

}

.img-angle{
	position: relative;
	overflow: hidden;
}

.img-angle > *{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}

.img-angle > * > span,
.img-angle > *:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	right: auto;
	width: 30%;
	background: #fff;
	transform: skew(10deg);
	-moz-transform: skew(10deg);
	-webkit-transform: skew(10deg);
	transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	-webkit-transform-origin: bottom left;
}

.img-angle.img-angle-left > * > span,
.img-angle.img-angle-left > *:before{
	right: 100%;
	left: auto;
	transform: skew(-10deg);
	-moz-transform: skew(-10deg);
	-webkit-transform: skew(-10deg);
	transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	-webkit-transform-origin: bottom left;
}

form .form-control{
    border: 1px solid rgba(93, 93, 94, 0.30);
    outline: none !important;
    -webkit-appearance: none;
}

form textarea.form-control{
	border-width: 1px;
}

.navbar-custom-icon{
	display: inline-block;
	font-size: 1.5em;
	vertical-align: middle;
	content: "";
}

.tooltip-inner {
	background-color: #153e35;
}
.tooltip.bs-tooltip-right .arrow:before {
	border-right-color: #153e35 !important;
}
.tooltip.bs-tooltip-left .arrow:before {
	border-left-color: #153e35 !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
	border-bottom-color: #153e35 !important;
}
.tooltip.bs-tooltip-top .arrow:before {
	border-top-color: #153e35 !important;
}

/* Easy2Map */

#easy2map_canvas_1Parent{
	border: none !important;
}

#tdMap,
#tdMap >*{
	margin: 0 !important;
	border: none;
}

/*
 * HEADER
 --------------------------------*/

.header{
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

.header .navbar-brand img{
	max-height: 35px;
	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;
}

.header .navbar-nav > li{
	position: relative;
	text-transform: uppercase;
}

.header .navbar-nav > li.current-menu-item {
	font-weight: 600;
}

/*
 * CONTENT
 --------------------------------*/

/* Home building */

.home-building-mobile a{
	position: relative;
	display: block;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}

.home-building-mobile a:hover span span,
.home-building-mobile a span span{
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
	font-size: 1.2rem;
	text-decoration: none !important;
	box-shadow: none;
	padding: 3px;
	background: rgba(0,0,0,0.3);
	width: 90%;
	text-align: center;
}

.home-building-mobile a:after{
	content: '';
	padding-top: 56%;
	display: block;
}

.home-building-mobile a > span{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Page */

.page-top-section{
	width: 100%;
	position: relative;
	height: 100vh;
	margin-top: -61px;
}

.page-top-section #scroll-first-section{
	position: absolute;
	bottom: 60px;
}

.page-featured-image{
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}

/* Custom map */

#map{
	width: 100%;
	/*height: 500px;*/
	height: 100%;
}

/* Page section */

.page-section{
	position: relative;
}

/*.page-section:before{
	content: '';
	position: absolute;
	bottom: -1px;
	display: block;
	height: 1px;
	background-color: #222;
	left: 15%;
	right: 15%;
}*/

.page-section:last-of-type:before{
	display: none;
}

.page-section-wrap{
	height: 100%;
	width: 100%;
	padding-top: 75px;
	padding-bottom: 15px;
}

.page-section-wrap > *,
.page-section-wrap > * > *{
	height: 100%;
}

.page-section-bg-wrap{
	margin-left: -50%;
	height: 600px;
	max-height: 80%;
	position: relative;
	overflow: hidden;
}

.page-section-simple .page-section-bg-wrap{
	height: 400px;
}

.page-section-inverse .page-section-bg-wrap{
	margin-right: -50%;
	margin-left: 0;
}

.page-section-inverse .page-section-content-wrap > *{
	margin-left: 50%;
}

.section-slider,
.section-slider > *{
	width: 100% !important;
	height: 100%;
	z-index: 1;
	position: relative;
}

.section-slider .section-slider-image{
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	float: left;
}

.page-section-bg-image,
.page-section-bg{
	display: block;
	position: absolute;
	overflow: hidden;
	/*left: 0;
	right: 0;
	top: 0;
	bottom: 0;*/
	height: 100%;
	width: 100%;
	z-index: 1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}

.section-slider .slick-track{
	height: 100%;

}


.page-section-wrap:not(.page-section-inverse) .page-section-bg-wrap .animated-element{
	webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	-ms-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
	left: 100%;
}

.page-section-wrap:not(.page-section-inverse) .page-section-bg-wrap .animated-element.animated-element-active{
	left: 0;
}

.page-section-wrap.page-section-inverse .page-section-bg-wrap .animated-element{
	webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	-ms-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
	right: 100%;
}

.page-section-wrap.page-section-inverse .page-section-bg-wrap .animated-element.animated-element-active{
	right: 0;
}

/* Distance counter */

.distance-counter{
	display: block;
	position: relative;
	padding-top: 26px;
}

.distance-counter .bg-gray-custom{
	background-color: #ebebeb;
}

.distance-counter .distance-counter-line-wrap{
	display: block;
	position: absolute;
	top: 8px;
	left: 13px;
	right: 13px;
}

.distance-counter .distance-counter-line,
.distance-counter .distance-counter-line-bg{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 10px;
	z-index: 1;
}

.distance-counter .distance-counter-line{
	width: 0;
	z-index: 2;
}

.distance-counter .distance-counter-line-bg{
	width: 100%;
}

.distance-counter .distance-counter-start,
.distance-counter .distance-counter-end{
	display: block;
	position: absolute;
	z-index: 3;
	height: 26px;
	width: 26px;
	top: -8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.distance-counter .distance-counter-start{
	left: -13px;
}

.distance-counter .distance-counter-end{
	right: -13px;
}

.distance-counter .distance-counter-start-content img{
	max-width: 100%;
	width: 240px;
}

.distance-counter #distance-select{
	display: inline-block;
	width: auto;
	outline: 0 !important;
}


/* Full section */


.full-section-wrap{
	width: 100%;
	height: 100%;
}

.full-section-half{
	/*width: 100% !important;*/
}

.full-section-half:before{
	content: '';
	display: table;
	width: 200%;
	height: 200vh;
}

.full-section-half:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	height: 350px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.3+0,0+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.full-section-bg{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	z-index: 1;
}

.full-section-bg-video{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*opacity: 0;*/
	webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

.full-section-half.as-opened .full-section-bg-video{
	opacity: 1;
}

.full-section-bg-video > video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	height: 100%;
	width: 100%;
	z-index: 1;
	overflow: hidden;


}

@supports (-ms-ime-align:auto) {

	.full-section-bg-video > video {
		transform:none;
	}

}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */

    	.full-section-bg-video > video {
			transform:none;
		}


}

@supports (-ms-accelerator:true) {
  /* IE Edge 12+ CSS styles go here */

      	.full-section-bg-video > video {
			transform:none;
		}


}

.full-section-arrow-open{
	position: absolute;
	z-index: 4;
	top: 50%;
	margin-top: 30px;
	opacity: 0.7;
	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;
}

.full-section-left .full-section-arrow-open{
	right: 20px;
}

.full-section-right .full-section-arrow-open{
	left: 20px;
}

.full-section-arrow-open:before,
.full-section-arrow-open:after{
	content: "";
	display: block;
	vertical-align: middle;
	background-color: #fff;
	width: 0.19em;
	height: 1em;
	white-space: nowrap;
}

.full-section-left .full-section-arrow-open:after,
.full-section-arrow-open:before{
	transform: skew(20deg);
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);
}

.full-section-left .full-section-arrow-open:before,
.full-section-arrow-open:after{
	transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
}

.full-section-title{
	z-index: 3;
	position: absolute;
	top: 100px;
	left: 20px;
	color: #fff;
	text-transform: uppercase;
	font-width: 300;
	font-size: 1.8rem;
	white-space: nowrap;
	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;
	font-weight:lighter;
}

.full-section-half.as-opened .full-section-arrow-open,
.full-section-half.as-opened .full-section-title{
	opacity: 0;
	visibility: hidden;
}

.full-section-content{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 30vw;
	z-index: 4;
	display: flex !important;
	align-items: flex-end;
	padding: 50px;
	overflow: visible;
	margin-left: -900px;

	opacity: 0;
	visibility: hidden;
	webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.full-section-left .full-section-content{
	text-align: right;
	right: 0;
	left: auto;
	margin-right: -900px;
	margin-left: 0;
}

.full-section-half.as-opened .full-section-content.fs-content-open{
	opacity: 1;
	visibility: visible;
	margin-left: 0;
	margin-right: 0;
}

.full-section-content > *{
	position: relative;
	z-index: 2;
	width: 100%;
}

.full-section-content .full-section-content-bg{
	position: absolute;
	top: 0;
	bottom: 0;
	left: -500px;
	right: 40px;
	width: auto;
	transform: skew(20deg);
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);
	z-index: 1;
}

.full-section-left .full-section-content .full-section-content-bg{
	left: 40px;
	right: -500px;
	transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
}

.full-section-icons{
	margin-top: 30px;
}

.full-section-hide{
	margin: 0 30px;
}

.full-section-hide:before{
	content: '→';
}

.full-section-left .full-section-hide:before{
	content: '←';
}

.full-section-icon{
	display: inline-block;
	text-align: center !important;
	color: inherit !important;
	font-size: 30px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-width: 1px;
	border-style: solid;
	border-radius: 50%;
	text-decoration: none !important;
	cursor: pointer;
	webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

/* MAPPING Building */

.mapping-building{
	position: relative;
}

.mapping-building .mapping-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;
}

.mapping-building img{
	width: 100%;
}

.imagemapper-tooltip {
	padding: 3px 7px;
	font-size: 1rem;
	position: relative;
	background: #fff;
	border: 1px solid #65AD00;
	margin-bottom: 20px;
}
.imagemapper-tooltip:after, .imagemapper-tooltip:before {
	top: 100%;
	right: 0%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

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

/* Modal Popup */

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

#mapping-building-modal.modal{
	border: none;
	/*background-color: #fff;*/
	padding: 0 !important;
}

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

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

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

#mapping-building-modal .modal-content,
#mapping-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;*/
}


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

#mapping-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;
}

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

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

#mapping-building-modal-content{
	z-index: 2;
	position: relative;
}

.modal-backdrop{
	background-color: transparent;
}

#mapping-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;
}

#mapping-building-modal .modal-hover.hidden-modal{
	display: none !important;
	opacity: 0;
	visibility: hidden;
}

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

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

.legenda-map *{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.legenda-map > *:last-child{
	margin-right: 0;
}

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

/* Preloader */

#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1031;
	width: 100%;
	height: 100%;
	overflow: visible;
	text-align: center;
	background-color: #fff;
}

.display-table{
 	display: table;
 	width: 100%;
 	height: 100%;
 	/*padding: 50px 0;*/
 }

 .display-table-cell{
 	display: table-cell;
 	vertical-align: middle;
 }


.sk-circle {
	margin: 0 auto;
	width: 80px;
	height: 80px;
	position: relative;
}
.sk-circle .sk-child {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.sk-circle .sk-child:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: #153E35;
	border-radius: 100%;
	-webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
	animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg); }
.sk-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg); }
.sk-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg); }
.sk-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg); }
.sk-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg); }
.sk-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg); }
.sk-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg); }
.sk-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg); }
.sk-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg); }
.sk-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg); }
.sk-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s; }
.sk-circle .sk-circle4:before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	} 40% {
		  -webkit-transform: scale(1);
		  transform: scale(1);
	  }
}

@keyframes sk-circleBounceDelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	} 40% {
		  -webkit-transform: scale(1);
		  transform: scale(1);
	  }
}

/* Apartments list */

.ap-archive-item{
	display: block;
	position: relative;
	opacity: 1;
	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;
}

.ap-archive-item .ap-archive-bottom-line{
	background-color: rgba(0,0,0,0.03);
	color: #666;
}

.ap-archive-item .item-link{
	text-decoration: none !important;
}

.ap-archive-item.sold-out{
	opacity: 0.4;
}

.ap-archive-item .item-thumbnail{
	display: block;
	position: relative;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.ap-archive-item .item-thumbnail:before{
	content: '';
	display: block;
	padding-top: 56.27%;
}

.ap-archive-item .item-thumbnail:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.03);
	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;
}

.ap-archive-item .item-link:hover .item-thumbnail:after{
	background: rgba(0,0,0,0.05);
}

.ap-archive-item .apartments-icons{
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	z-index: 4;
}

.ap-archive-item .apartments-icons *{
	color: #bcbec0;
}

.ap-archive-item .apartments-icons *:hover{
	color: inherit;
}

/* Apartments single */

.meta-apartments > *:after{
	content: "";
	margin: 0 5px;
}

.meta-apartments > *:last-child:after{
	display: none;
}

.single-apartments .bottom-content{
	background-color: #e6e6e6 !important;
}

.single-apartments .img-angle > * > span, .img-angle > *:before{
	background-color: #e6e6e6 !important;
}

.parking-info{
	font-size: 0.9rem;
}

.parking-info .icon-custom{
}

.table-striped{
	width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

.table-striped tbody tr:nth-of-type(odd){
	background-color: transparent;
}

.table-striped tbody tr th,
.table-striped tbody tr td { padding: 5px; border-bottom: 1px solid #fff; }

.table-striped tbody tr:nth-of-type(odd) td, .table-striped tbody tr:nth-of-type(odd) th {
	background-color: rgba(0,0,0,0.02);
}

/*.table-striped tr:hover td, .table-striped tr:hover td{
	background:#fcdedd !important;
	color: #000 !important;
}*/

.table-striped th, .table-striped th{
	background-color: #fcdedd !important;
	border-top: 2px solid #fcdedd;
	padding-left: 10px;
}

.table-striped tr.bg-accent td{
	/*background-color: #006d76 !important;*/
	background-color: #153e35 !important;


	color: #fff;
}


.table-striped th{
	background-color: #eaeaea !important;
	border: none;
}

.table-striped th:nth-child(odd){
	background-color: #e4e4e4 !important;
}

.table-striped tbody tr td.table-vandut{
	/*background: #c39260;*/
	/*color: red;*/
	font-weight: 500;
	background-color: rgba(0,0,0,0.04);
}

.table-striped tbody tr td.table-disponibil{
	/*background-color: #006d76;
	color: #fafafa;*/
	font-weight: 500;
	background-color: rgba(0,0,0,0.04);
}

/* ascunde meta-price - 850 euro pe mp*/
span.meta-price:nth-child(1){
	display: none;
}

/* Gallery */

.part-gallery a{
	display: block;
	background: #fff;
	width: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.part-gallery .part-gallery-featured a{
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #ddd;
}

.part-gallery a:before{
	content: '';
	position: relative;
	display: block;
	padding-top: 56.25%;
}

.part-gallery.slick-slider{
	position: relative;
}

.part-gallery .slick-list{
	position: relative;
	z-index: 4;
	overflow: hidden;
}

.part-gallery .slick-track{
	position: relative;
}

.slick-track:before, .slick-track:after {
	clear: both;
	width: 100%;
	display: table;
	content: '';
}

.part-gallery .slick-slide {
	float: left;
	min-height: 1px;
}

.part-gallery .slick-arrow{
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 5;
	-webkit-appearance: none;
}

.part-gallery .slick-disabled{
	display: none !important;
}

.slick-prev{
	left: 10px;
}

.slick-next{
	right: 10px;
}

.slick-prev:before,
.slick-next:after{
	font-family: 'slick';
	font-size: 30px;
	line-height: 1;
	color: #153E35;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

.slick-prev:before{
	content: '←';
}

.slick-next:after{
	content: '→';
}

@font-face {
	font-family: "slick";
	src: url("inc/slick/fonts/slick.eot");
	src: url("inc/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("inc/slick/fonts/slick.woff") format("woff"), url("inc/slick/fonts/slick.ttf") format("truetype"), url("inc/slick/fonts/slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* Page Navi */

.wp-pagenavi > *{
	min-width: 32px;
	text-align: center;
	display: inline-block
}

/* Page template gallery */

.page-template-gallery a{
	position: relative;
	display: block;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}

.page-template-gallery a:after{
	content: '';
	display: block;
	padding-top: 56%;
}

/* Home featured video */

.featured-video-wrap{
	width: 100%;
	height: 101%;
	position: relative;
	z-index: 99;
	background: #fff;
	display: flex;
	align-items: center;
	webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	opacity: 1;
}

.featured-video-wrap.video-hidden{
	opacity: 0;
	visibility: hidden;
	display: none;
}

.featured-video{
	margin: 0 auto;
	height: 100%;
	position: relative;
}

.featured-video:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5;
}

.featured-video > img{
	max-height: 100%;
	position: relative;
	z-index: 5;
}

.featured-player-mobile-wrap{
	position: relative;
}

.featured-player-mobile-wrap:before{
	content: '';
	display: block;
	padding-top: 56.25%
}

.featured-player-mobile-absolute{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

/*
 * FOOTER
 --------------------------------*/

.bottom-content{
	padding: 70px 0 50px 0;
}

.bottom-content .agents-title{
	font-weight: 400;
}

.bottom-content .icon-custom{
	font-size: 1.3rem;
}

.bottom-content .sale-agents-header{
	font-size: 2rem;
}

.img-angle-agent{
	max-width: 100%;
	width: 160px;
}

.img-angle-agent:before{
	content: '';
	display: block;
	padding-top: 70%;
}

#footer{
	background-color: #153e35;
	color: #fff;
	padding: 30px 0;
}

#footer a{
	color: #fff;
}

#footer .widget-container{
	margin-bottom: 30px;
}

#footer .widget-title{
	font-weight: 200;
	font-size: 1.3rem;
	margin-bottom: .6em;
}

#footer .copyright{
	text-align: center;
}

.d-admin-none{
	display:none;
	position: absolute;
    top: 15%;
    z-index: 2;
    left: 0;
}

.strikeout {
  position: relative;
}

.strikeout::after {
  border-bottom: 0.125em solid red;
  content: "";
  left: 0;
  margin-top: calc(0.125em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}


/* Pagina OFERTA design */
.page-template-page-oferta #footer > .container,
.page-template-page-oferta .bottom-content,
.page-template-page-oferta #header{
	display: none !important;
}

.page-template-page-oferta #footer{
	background-color: #cecece;
	color: #000;
}

.page-template-page-oferta .header .navbar-brand img{
	max-height: 28px;
}

.page-template-page-oferta .navbar-dark .navbar-nav .nav-link{
	color: #fff;
	font-size: 0.9rem;
}

.page-template-page-oferta #oferta-form-inner {
	padding: 10px 20px 20px;
	background-color: #153e35;
	color: #fff;
	margin-top: -410px;
	position: relative;
	z-index: 10;
}

.page-template-page-oferta .oferta-form-footer a,
.page-template-page-oferta #oferta-form-inner a{
	color: #fff;
	text-decoration: underline;
}

.page-template-page-oferta .oferta-form-footer [type="submit"],
.page-template-page-oferta #oferta-form-inner [type="submit"]{
	background-color: #795A39;
}

.page-template-page-oferta .vc_slide{
	width: 100% !important;
}

.page-template-page-oferta .vc_images_carousel ol.vc_carousel-indicators{
	bottom: auto;
	top: 100%;
	margin-top: 20px;
}

@media only screen and (min-width: 768px) {
	.page-template-page-oferta .oferta-form-footer > .oferta-form-footer-right{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 100%;
	}
}

@media only screen and (max-width: 767px){
	.page-template-page-oferta .oferta-form-footer > .oferta-form-footer-right{
		display: none !important;
	}
	.page-template-page-oferta #oferta-form-inner {
		margin-top: -10px !important;
	}
}


#oferta-form-wrap{
	position: relative;
}

#oferta-form-wrap .oferta-form-focus{
	position: relative;
	z-index: 2;
}

#oferta-form-wrap .oferta-focus-bg{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0,0,0,0.5);
	
	
	webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}

#oferta-form-wrap.oferta-focus .oferta-focus-bg{
	opacity: 1;
	visibility: visible;
}

/**/

.increase-gallery-home-slider{
	width: 100%;
	height: 100%;
	position: relative;
}

.increase-gallery-home-slider .slick-list{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: 100%;
}
.increase-gallery-home-slider .slick-list .slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

.increase-gallery-home-slider .slick-list .slick-track .increase-gallery-item{
	float: left;
	height: 100%;
	min-height: 1px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.increase-gallery-home-slider .slick-arrow{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 10;
	font-size: 0;
	line-height: 0;
	background-color: transparent;
	border: none;
	outline: none;
}

.increase-gallery-home-slider .slick-arrow.slick-prev{
	left: 10px;
}

.increase-gallery-home-slider .slick-arrow.slick-next{
	right: 10px;
}

.increase-gallery-home-slider .slick-arrow.slick-prev:before,
.increase-gallery-home-slider .slick-arrow.slick-next:after{
	font-size: 0;
	line-height: 0;
	width: 2rem;
	height: 2rem;
	display: block;
}

.increase-gallery-home-slider .slick-arrow.slick-prev:before{
	border-top: 5px solid #fff;
	border-left:5px solid #fff;
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
}

.increase-gallery-home-slider .slick-arrow.slick-next:after{
	border-top: 5px solid #fff;
	border-right:5px solid #fff;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
}

/**/

.arbo-configurator-text-absolute{
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	z-index: 20;
}